01KHCWN6DPGPF9AB6Z1HDHT715: 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: 01KHCWNJ20MAV9DXTTY7NTAQ4E

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-02-14T01:36:59.836Zjob assigned to worker 01KHCWNG0BKNN3GHX4Q7PGREA7 [factory gimlet-EVT22200007-propolis, EVT22200007/58136] (queued for 32 s)
 
22026-02-14T01:37:08.642Zstarting task 0: "setup"
32026-02-14T01:37:08.668Z++ uname -s
42026-02-14T01:37:08.668Z+ kern=SunOS
52026-02-14T01:37:08.668Z+ build_user=build
62026-02-14T01:37:08.668Z+ build_uid=12345
72026-02-14T01:37:08.668Z+ work_dir=/work
82026-02-14T01:37:08.668Z+ input_dir=/input
92026-02-14T01:37:08.668Z+ [[ 0 == 12345 ]]
102026-02-14T01:37:08.668Z+ case "$kern" in
112026-02-14T01:37:08.668Z+ groupadd -g 12345 build
122026-02-14T01:37:08.668Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-02-14T01:37:10.668Z+ zfs create -o mountpoint=/work rpool/work
142026-02-14T01:37:10.704Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-02-14T01:37:10.729Z+ home_fs=zfs
162026-02-14T01:37:10.729Z+ [[ zfs == autofs ]]
172026-02-14T01:37:10.729Z+ mkdir -p /home/build
182026-02-14T01:37:10.729Z+ chown build:build /home/build /work
192026-02-14T01:37:12.714Z+ chmod 0700 /home/build /work
202026-02-14T01:37:12.738Zprocess exited: duration 4076 ms, exit code 0
 
212026-02-14T01:37:12.786Zstarting task 1: "rust-toolchain"
222026-02-14T01:37:12.809Z+ printf ' * rust toolchain channel = "%s"\n' 1.91.1
232026-02-14T01:37:12.809Z * rust toolchain channel = "1.91.1"
242026-02-14T01:37:12.810Z * rust toolchain profile = "default"
252026-02-14T01:37:12.810Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-02-14T01:37:12.810Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-02-14T01:37:12.810Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-02-14T01:37:12.810Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-02-14T01:37:12.810Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.91.1 --profile default
302026-02-14T01:37:12.933Zinfo: downloading installer
312026-02-14T01:37:13.363Zwarn: It looks like you have an existing installation of Rust at:
322026-02-14T01:37:13.363Zwarn: /opt/ooce/bin
332026-02-14T01:37:13.363Zwarn: It is recommended that rustup be the primary Rust installation.
342026-02-14T01:37:13.363Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-02-14T01:37:13.363Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-02-14T01:37:13.363Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-02-14T01:37:13.363Zwarn: or pass `-y' to ignore all ignorable checks.
382026-02-14T01:37:13.363Zerror: cannot install while Rust is installed
392026-02-14T01:37:13.363Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-02-14T01:37:13.386Zinfo: profile set to 'default'
412026-02-14T01:37:13.387Zinfo: default host triple is x86_64-unknown-illumos
422026-02-14T01:37:13.387Zinfo: syncing channel updates for '1.91.1-x86_64-unknown-illumos'
432026-02-14T01:37:13.545Zinfo: latest update on 2025-11-10, rust version 1.91.1 (ed61e7d7e 2025-11-07)
442026-02-14T01:37:13.545Zinfo: downloading component 'cargo'
452026-02-14T01:37:13.700Zinfo: downloading component 'clippy'
462026-02-14T01:37:13.789Zinfo: downloading component 'rust-docs'
472026-02-14T01:37:14.045Zinfo: downloading component 'rust-std'
482026-02-14T01:37:14.350Zinfo: downloading component 'rustc'
492026-02-14T01:37:15.464Zinfo: downloading component 'rustfmt'
502026-02-14T01:37:15.518Zinfo: installing component 'cargo'
512026-02-14T01:37:16.805Zinfo: installing component 'clippy'
522026-02-14T01:37:17.252Zinfo: installing component 'rust-docs'
532026-02-14T01:37:20.588Zinfo: installing component 'rust-std'
542026-02-14T01:37:22.616Zinfo: installing component 'rustc'
552026-02-14T01:37:30.805Zinfo: installing component 'rustfmt'
562026-02-14T01:37:31.194Zinfo: default toolchain set to '1.91.1-x86_64-unknown-illumos'
572026-02-14T01:37:31.194Z
582026-02-14T01:37:31.359Z 1.91.1-x86_64-unknown-illumos installed - rustc 1.91.1 (ed61e7d7e 2025-11-07)
592026-02-14T01:37:31.359Z
602026-02-14T01:37:31.383Z
612026-02-14T01:37:31.383ZRust is installed now. Great!
622026-02-14T01:37:31.383Z
632026-02-14T01:37:31.383ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642026-02-14T01:37:31.383Zenvironment variable. This has not been done automatically.
652026-02-14T01:37:31.383Z
662026-02-14T01:37:31.383ZTo configure your current shell, you need to source
672026-02-14T01:37:31.383Zthe corresponding env file under $HOME/.cargo.
682026-02-14T01:37:31.383Z
692026-02-14T01:37:31.383ZThis is usually done by running one of the following (note the leading DOT):
702026-02-14T01:37:31.383Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712026-02-14T01:37:31.383Zsource "$HOME/.cargo/env.fish" # For fish
722026-02-14T01:37:31.383Zsource $"($nu.home-path)/.cargo/env.nu" # For nushell
732026-02-14T01:37:31.492Z+ rustup --version
742026-02-14T01:37:31.516Zrustup 1.28.2 (e4f3ad6f8 2025-04-28)
752026-02-14T01:37:31.516Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762026-02-14T01:37:31.611Zinfo: The currently active `rustc` version is `rustc 1.91.1 (ed61e7d7e 2025-11-07)`
772026-02-14T01:37:31.635Z+ cargo --version
782026-02-14T01:37:31.704Zcargo 1.91.1 (ea2d97820 2025-10-10)
792026-02-14T01:37:31.728Z+ rustc --version
802026-02-14T01:37:31.798Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
812026-02-14T01:37:31.822Zprocess exited: duration 19016 ms, exit code 0
 
822026-02-14T01:37:31.870Zstarting task 2: "authentication"
832026-02-14T01:37:31.924Zprocess exited: duration 53 ms, exit code 0
 
842026-02-14T01:37:31.971Zstarting task 3: "clone repository"
852026-02-14T01:37:31.995Z+ mkdir -p /work/oxidecomputer/omicron
862026-02-14T01:37:31.995Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
872026-02-14T01:37:32.020ZCloning into '/work/oxidecomputer/omicron'...
882026-02-14T01:37:47.371Z+ cd /work/oxidecomputer/omicron
892026-02-14T01:37:47.371Z+ git fetch origin 9913c6ae4aeedad2950f2975b4319fea0d8a0876
902026-02-14T01:37:47.805ZFrom https://github.com/oxidecomputer/omicron
912026-02-14T01:37:47.805Z * branch 9913c6ae4aeedad2950f2975b4319fea0d8a0876 -> FETCH_HEAD
922026-02-14T01:37:47.828Z+ [[ -n ry/ipv6-all-the-things ]]
932026-02-14T01:37:47.829Z++ git branch --show-current
942026-02-14T01:37:47.829Z+ current=main
952026-02-14T01:37:47.829Z+ [[ main != ry/ipv6-all-the-things ]]
962026-02-14T01:37:47.829Z+ git branch -f ry/ipv6-all-the-things 9913c6ae4aeedad2950f2975b4319fea0d8a0876
972026-02-14T01:37:47.852Z+ git checkout -f ry/ipv6-all-the-things
982026-02-14T01:37:48.409ZSwitched to branch 'ry/ipv6-all-the-things'
992026-02-14T01:37:48.433Z+ git reset --hard 9913c6ae4aeedad2950f2975b4319fea0d8a0876
1002026-02-14T01:37:48.472ZHEAD is now at 9913c6ae4 regenerate openapi
1012026-02-14T01:37:48.495Zprocess exited: duration 16502 ms, exit code 0
 
1022026-02-14T01:37:48.543Zstarting task 4: "build"
1032026-02-14T01:37:48.567Z+ source .github/buildomat/ci-env.sh
1042026-02-14T01:37:48.567Z++ export CARGO_TERM_COLOR=always
1052026-02-14T01:37:48.567Z++ CARGO_TERM_COLOR=always
1062026-02-14T01:37:48.567Z+ cargo --version
1072026-02-14T01:37:48.625Zcargo 1.91.1 (ea2d97820 2025-10-10)
1082026-02-14T01:37:48.648Z+ rustc --version
1092026-02-14T01:37:48.719Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
1102026-02-14T01:37:48.743Z+ cargo tree --locked
1112026-02-14T01:37:49.057Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
1122026-02-14T01:37:49.439Z Updating crates.io index
1132026-02-14T01:37:49.480Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1142026-02-14T01:37:49.930Z Updating git repository `https://github.com/oxidecomputer/lldp`
1152026-02-14T01:37:50.357Z Updating git repository `https://github.com/oxidecomputer/maghemite`
1162026-02-14T01:37:51.587Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
1172026-02-14T01:37:51.932Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1182026-02-14T01:37:52.402Z Updating git repository `https://github.com/oxidecomputer/propolis`
1192026-02-14T01:37:53.901Z Updating git repository `https://github.com/oxidecomputer/crucible`
1202026-02-14T01:37:58.165Z Updating git repository `https://github.com/oxidecomputer/opte`
1212026-02-14T01:37:59.069Z Updating git repository `https://github.com/oxidecomputer/tofino`
1222026-02-14T01:37:59.550Z Updating git repository `https://github.com/oxidecomputer/falcon`
1232026-02-14T01:38:00.590Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1242026-02-14T01:38:01.271Z Updating git repository `https://github.com/oxidecomputer/clickward`
1252026-02-14T01:38:01.886Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1262026-02-14T01:38:02.628Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1272026-02-14T01:38:03.055Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1282026-02-14T01:38:03.981Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1292026-02-14T01:38:04.675Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1302026-02-14T01:38:05.083Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1312026-02-14T01:38:05.526Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
1322026-02-14T01:38:06.026Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1332026-02-14T01:38:06.526Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1342026-02-14T01:38:06.845Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1352026-02-14T01:38:07.218Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1362026-02-14T01:38:07.790Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1372026-02-14T01:38:08.363Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
1382026-02-14T01:38:09.001Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
1392026-02-14T01:38:09.388Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
1402026-02-14T01:38:10.003Z Updating git repository `https://github.com/oxidecomputer/ispf`
1412026-02-14T01:38:10.442Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1422026-02-14T01:38:11.445Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1432026-02-14T01:38:12.017Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1442026-02-14T01:38:12.368Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1452026-02-14T01:38:12.858Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1462026-02-14T01:38:13.266Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
1472026-02-14T01:38:13.844Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1482026-02-14T01:38:14.169Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1492026-02-14T01:38:14.538Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1502026-02-14T01:38:14.927Z Updating git repository `https://github.com/illumos/smf-rs`
1512026-02-14T01:38:15.447Z Updating git repository `https://github.com/oxidecomputer/omicron`
1522026-02-14T01:38:28.543Z Downloading crates ...
1532026-02-14T01:38:28.666Z Downloaded anes v0.1.6
1542026-02-14T01:38:28.690Z Downloaded assert-json-diff v2.0.2
1552026-02-14T01:38:28.691Z Downloaded async-object-pool v0.1.5
1562026-02-14T01:38:28.691Z Downloaded async-attributes v1.1.2
1572026-02-14T01:38:28.691Z Downloaded async-channel v2.3.1
1582026-02-14T01:38:28.716Z Downloaded cfg_aliases v0.2.1
1592026-02-14T01:38:28.716Z Downloaded cobs v0.2.3
1602026-02-14T01:38:28.716Z Downloaded colored v2.2.0
1612026-02-14T01:38:28.742Z Downloaded document-features v0.2.11
1622026-02-14T01:38:28.742Z Downloaded diesel_table_macro_syntax v0.2.0
1632026-02-14T01:38:28.767Z Downloaded embedded-io v0.4.0
1642026-02-14T01:38:28.767Z Downloaded form_urlencoded v1.2.2
1652026-02-14T01:38:28.767Z Downloaded futures-channel v0.3.31
1662026-02-14T01:38:28.791Z Downloaded guppy v0.17.20
1672026-02-14T01:38:28.792Z Downloaded globset v0.4.15
1682026-02-14T01:38:28.816Z Downloaded icu_normalizer_data v1.5.0
1692026-02-14T01:38:28.816Z Downloaded itoa v1.0.11
1702026-02-14T01:38:28.841Z Downloaded md5 v0.7.0
1712026-02-14T01:38:28.841Z Downloaded lru v0.12.5
1722026-02-14T01:38:28.866Z Downloaded lazycell v1.3.0
1732026-02-14T01:38:28.866Z Downloaded nibble_vec v0.1.0
1742026-02-14T01:38:28.866Z Downloaded num-derive v0.4.2
1752026-02-14T01:38:28.892Z Downloaded oso-derive v0.27.3
1762026-02-14T01:38:28.892Z Downloaded openssl-macros v0.1.1
1772026-02-14T01:38:28.892Z Downloaded parking v2.2.1
1782026-02-14T01:38:28.917Z Downloaded phf_shared v0.12.1
1792026-02-14T01:38:28.917Z Downloaded piper v0.2.4
1802026-02-14T01:38:28.917Z Downloaded predicates-tree v1.0.12
1812026-02-14T01:38:28.943Z Downloaded progenitor-client v0.8.0
1822026-02-14T01:38:28.943Z Downloaded quinn-udp v0.5.5
1832026-02-14T01:38:28.967Z Downloaded quote v1.0.40
1842026-02-14T01:38:28.967Z Downloaded relative-path v1.9.3
1852026-02-14T01:38:28.967Z Downloaded progenitor-macro v0.8.0
1862026-02-14T01:38:28.967Z Downloaded rustc_version v0.1.7
1872026-02-14T01:38:28.992Z Downloaded ron v0.8.1
1882026-02-14T01:38:28.992Z Downloaded seq-macro v0.3.6
1892026-02-14T01:38:29.016Z Downloaded shell-words v1.1.0
1902026-02-14T01:38:29.016Z Downloaded signature v2.2.0
1912026-02-14T01:38:29.016Z Downloaded smawk v0.3.2
1922026-02-14T01:38:29.016Z Downloaded sigpipe v0.1.3
1932026-02-14T01:38:29.016Z Downloaded strum v0.26.3
1942026-02-14T01:38:29.041Z Downloaded slog-async v2.8.0
1952026-02-14T01:38:29.041Z Downloaded strum v0.27.2
1962026-02-14T01:38:29.041Z Downloaded strip-ansi-escapes v0.2.0
1972026-02-14T01:38:29.041Z Downloaded strum_macros v0.26.4
1982026-02-14T01:38:29.065Z Downloaded supports-hyperlinks v2.1.0
1992026-02-14T01:38:29.065Z Downloaded target-triple v0.1.3
2002026-02-14T01:38:29.065Z Downloaded terminal_size v0.4.0
2012026-02-14T01:38:29.065Z Downloaded thiserror v2.0.18
2022026-02-14T01:38:29.092Z Downloaded thread-id v5.0.0
2032026-02-14T01:38:29.092Z Downloaded thiserror-impl v2.0.18
2042026-02-14T01:38:29.092Z Downloaded thread-id v4.2.2
2052026-02-14T01:38:29.092Z Downloaded testing_table v0.3.0
2062026-02-14T01:38:29.092Z Downloaded thiserror-impl-no-std v2.0.2
2072026-02-14T01:38:29.092Z Downloaded toml_datetime v0.6.11
2082026-02-14T01:38:29.092Z Downloaded tagptr v0.2.0
2092026-02-14T01:38:29.117Z Downloaded tokio-dtrace v0.1.0
2102026-02-14T01:38:29.117Z Downloaded termios v0.3.3
2112026-02-14T01:38:29.117Z Downloaded tower-service v0.3.3
2122026-02-14T01:38:29.117Z Downloaded tinytemplate v1.2.1
2132026-02-14T01:38:29.117Z Downloaded unarray v0.1.4
2142026-02-14T01:38:29.117Z Downloaded tokio-tungstenite v0.21.0
2152026-02-14T01:38:29.145Z Downloaded unicode-linebreak v0.1.5
2162026-02-14T01:38:29.145Z Downloaded topological-sort v0.2.2
2172026-02-14T01:38:29.145Z Downloaded typify-macro v0.4.3
2182026-02-14T01:38:29.145Z Downloaded xattr v1.3.1
2192026-02-14T01:38:29.145Z Downloaded which v4.4.2
2202026-02-14T01:38:29.145Z Downloaded yoke-derive v0.7.4
2212026-02-14T01:38:29.145Z Downloaded usdt-attr-macro v0.6.0
2222026-02-14T01:38:29.145Z Downloaded untrusted v0.7.1
2232026-02-14T01:38:29.145Z Downloaded untrusted v0.9.0
2242026-02-14T01:38:29.145Z Downloaded usdt v0.5.0
2252026-02-14T01:38:29.145Z Downloaded twox-hash v2.1.0
2262026-02-14T01:38:29.170Z Downloaded zerofrom-derive v0.1.4
2272026-02-14T01:38:29.170Z Downloaded zerofrom v0.1.4
2282026-02-14T01:38:29.171Z Downloaded version_check v0.9.5
2292026-02-14T01:38:29.171Z Downloaded usdt-macro v0.5.0
2302026-02-14T01:38:29.171Z Downloaded utf16_iter v1.0.5
2312026-02-14T01:38:29.171Z Downloaded unicode-ident v1.0.19
2322026-02-14T01:38:29.171Z Downloaded ratatui v0.29.0
2332026-02-14T01:38:29.195Z Downloaded zone_cfg_derive v0.1.2
2342026-02-14T01:38:29.196Z Downloaded zstd-safe v7.2.3
2352026-02-14T01:38:29.196Z Downloaded zone v0.3.1
2362026-02-14T01:38:29.196Z Downloaded zstd v0.13.3
2372026-02-14T01:38:29.220Z Downloaded zone_cfg_derive v0.3.0
2382026-02-14T01:38:29.220Z Downloaded zerocopy v0.6.6
2392026-02-14T01:38:29.220Z Downloaded zip v0.6.6
2402026-02-14T01:38:29.220Z Downloaded zopfli v0.8.1
2412026-02-14T01:38:29.245Z Downloaded zerovec v0.10.4
2422026-02-14T01:38:29.245Z Downloaded unicode-segmentation v1.12.0
2432026-02-14T01:38:29.245Z Downloaded zip v4.2.0
2442026-02-14T01:38:29.245Z Downloaded zerocopy-derive v0.8.27
2452026-02-14T01:38:29.270Z Downloaded toml_edit v0.19.15
2462026-02-14T01:38:29.295Z Downloaded winnow v0.7.14
2472026-02-14T01:38:29.319Z Downloaded winnow v0.5.40
2482026-02-14T01:38:29.343Z Downloaded winnow v0.6.26
2492026-02-14T01:38:29.367Z Downloaded zerocopy v0.8.27
2502026-02-14T01:38:29.391Z Downloaded smoltcp v0.11.0
2512026-02-14T01:38:29.391Z Downloaded regex-syntax v0.8.5
2522026-02-14T01:38:29.415Z Downloaded zlib-rs v0.5.1
2532026-02-14T01:38:29.415Z Downloaded rustls v0.23.19
2542026-02-14T01:38:29.439Z Downloaded webpki-roots v1.0.1
2552026-02-14T01:38:29.439Z Downloaded rustls v0.22.4
2562026-02-14T01:38:29.463Z Downloaded rustix v1.1.3
2572026-02-14T01:38:29.487Z Downloaded rustls v0.21.12
2582026-02-14T01:38:29.487Z Downloaded rustix v0.38.37
2592026-02-14T01:38:29.511Z Downloaded smoltcp v0.9.1
2602026-02-14T01:38:29.535Z Downloaded sled v0.34.7
2612026-02-14T01:38:29.535Z Downloaded nix v0.30.1
2622026-02-14T01:38:29.559Z Downloaded vcpkg v0.2.15
2632026-02-14T01:38:29.597Z Downloaded zerocopy-derive v0.6.6
2642026-02-14T01:38:29.621Z Downloaded typify-impl v0.4.3
2652026-02-14T01:38:29.621Z Downloaded lzma-sys v0.1.20
2662026-02-14T01:38:29.650Z Downloaded typify-impl v0.2.0
2672026-02-14T01:38:29.674Z Downloaded regex-automata v0.4.11
2682026-02-14T01:38:29.697Z Downloaded libc v0.2.180
2692026-02-14T01:38:29.724Z Downloaded libgit2-sys v0.18.2+1.9.1
2702026-02-14T01:38:29.786Z Downloaded unicode-width v0.1.14
2712026-02-14T01:38:29.811Z Downloaded unicode-normalization v0.1.24
2722026-02-14T01:38:29.811Z Downloaded tower-http v0.6.6
2732026-02-14T01:38:29.811Z Downloaded regress v0.10.4
2742026-02-14T01:38:29.834Z Downloaded regex-syntax v0.6.29
2752026-02-14T01:38:29.835Z Downloaded unicode-width v0.2.0
2762026-02-14T01:38:29.858Z Downloaded zstd-sys v2.0.14+zstd.1.5.7
2772026-02-14T01:38:29.882Z Downloaded unsafe-libyaml v0.2.11
2782026-02-14T01:38:29.882Z Downloaded ring v0.17.14
2792026-02-14T01:38:29.909Z Downloaded zerocopy v0.7.35
2802026-02-14T01:38:29.933Z Downloaded tough v0.20.0
2812026-02-14T01:38:29.957Z Downloaded time v0.3.43
2822026-02-14T01:38:29.957Z Downloaded sha3 v0.10.8
2832026-02-14T01:38:29.957Z Downloaded serde_with v3.16.1
2842026-02-14T01:38:29.981Z Downloaded tower v0.5.2
2852026-02-14T01:38:29.981Z Downloaded yasna v0.5.2
2862026-02-14T01:38:29.981Z Downloaded tokio v1.49.0
2872026-02-14T01:38:30.022Z Downloaded x509-cert v0.2.5
2882026-02-14T01:38:30.046Z Downloaded uuid v1.19.0
2892026-02-14T01:38:30.046Z Downloaded zeroize v1.8.1
2902026-02-14T01:38:30.046Z Downloaded zerocopy-derive v0.7.35
2912026-02-14T01:38:30.046Z Downloaded yoke v0.7.4
2922026-02-14T01:38:30.047Z Downloaded yansi v1.0.1
2932026-02-14T01:38:30.047Z Downloaded whoami v1.5.2
2942026-02-14T01:38:30.047Z Downloaded unicode_categories v0.1.1
2952026-02-14T01:38:30.071Z Downloaded sqlparser v0.45.0
2962026-02-14T01:38:30.071Z Downloaded url v2.5.4
2972026-02-14T01:38:30.071Z Downloaded unicode-bidi v0.3.17
2982026-02-14T01:38:30.071Z Downloaded tui-tree-widget v0.23.1
2992026-02-14T01:38:30.071Z Downloaded httpmock v0.8.0-alpha.1
3002026-02-14T01:38:30.095Z Downloaded bzip2-sys v0.1.13+1.0.8
3012026-02-14T01:38:30.118Z Downloaded value-bag v1.12.0
3022026-02-14T01:38:30.119Z Downloaded usdt-impl v0.6.0
3032026-02-14T01:38:30.119Z Downloaded tracing-core v0.1.32
3042026-02-14T01:38:30.119Z Downloaded xshell v0.2.7
3052026-02-14T01:38:30.119Z Downloaded writeable v0.5.5
3062026-02-14T01:38:30.119Z Downloaded usdt-macro v0.6.0
3072026-02-14T01:38:30.119Z Downloaded typenum v1.17.0
3082026-02-14T01:38:30.119Z Downloaded moka v0.12.10
3092026-02-14T01:38:30.143Z Downloaded want v0.3.1
3102026-02-14T01:38:30.143Z Downloaded vergen-lib v0.1.6
3112026-02-14T01:38:30.143Z Downloaded usdt v0.6.0
3122026-02-14T01:38:30.143Z Downloaded unicase v2.8.1
3132026-02-14T01:38:30.143Z Downloaded zerovec-derive v0.10.3
3142026-02-14T01:38:30.143Z Downloaded walkdir v2.5.0
3152026-02-14T01:38:30.143Z Downloaded vergen-gitcl v1.0.8
3162026-02-14T01:38:30.143Z Downloaded vergen-git2 v1.0.7
3172026-02-14T01:38:30.143Z Downloaded utf8parse v0.2.2
3182026-02-14T01:38:30.143Z Downloaded unit-prefix v0.5.1
3192026-02-14T01:38:30.143Z Downloaded ucd-trie v0.1.7
3202026-02-14T01:38:30.167Z Downloaded typify v0.4.3
3212026-02-14T01:38:30.167Z Downloaded tracing-attributes v0.1.27
3222026-02-14T01:38:30.167Z Downloaded zone v0.1.8
3232026-02-14T01:38:30.167Z Downloaded zeroize_derive v1.4.2
3242026-02-14T01:38:30.167Z Downloaded xz2 v0.1.7
3252026-02-14T01:38:30.167Z Downloaded xshell-macros v0.2.7
3262026-02-14T01:38:30.167Z Downloaded write16 v1.0.0
3272026-02-14T01:38:30.168Z Downloaded waitgroup v0.1.2
3282026-02-14T01:38:30.168Z Downloaded vte_generate_state_changes v0.1.2
3292026-02-14T01:38:30.168Z Downloaded vsss-rs v3.3.4
3302026-02-14T01:38:30.168Z Downloaded void v1.0.2
3312026-02-14T01:38:30.168Z Downloaded vergen v9.0.6
3322026-02-14T01:38:30.168Z Downloaded usdt-impl v0.5.0
3332026-02-14T01:38:30.168Z Downloaded unicode-xid v0.2.6
3342026-02-14T01:38:30.168Z Downloaded unicode-truncate v1.1.0
3352026-02-14T01:38:30.192Z Downloaded unicode-properties v0.1.3
3362026-02-14T01:38:30.192Z Downloaded typify-macro v0.2.0
3372026-02-14T01:38:30.192Z Downloaded typeid v1.0.3
3382026-02-14T01:38:30.192Z Downloaded typed-path v0.9.3
3392026-02-14T01:38:30.192Z Downloaded try-lock v0.2.5
3402026-02-14T01:38:30.192Z Downloaded trait-variant v0.1.2
3412026-02-14T01:38:30.192Z Downloaded toml_writer v1.0.6+spec-1.1.0
3422026-02-14T01:38:30.192Z Downloaded toml_parser v1.0.6+spec-1.1.0
3432026-02-14T01:38:30.192Z Downloaded toml_datetime v0.7.5+spec-1.1.0
3442026-02-14T01:38:30.192Z Downloaded toml v0.9.11+spec-1.1.0
3452026-02-14T01:38:30.192Z Downloaded toml v0.7.8
3462026-02-14T01:38:30.216Z Downloaded tokio-rustls v0.25.0
3472026-02-14T01:38:30.216Z Downloaded textwrap v0.16.2
3482026-02-14T01:38:30.216Z Downloaded tabled v0.18.0
3492026-02-14T01:38:30.240Z Downloaded regex v1.11.3
3502026-02-14T01:38:30.240Z Downloaded zmij v1.0.15
3512026-02-14T01:38:30.240Z Downloaded wyz v0.5.1
3522026-02-14T01:38:30.240Z Downloaded wait-timeout v0.2.0
3532026-02-14T01:38:30.240Z Downloaded vte v0.11.1
3542026-02-14T01:38:30.240Z Downloaded uzers v0.12.1
3552026-02-14T01:38:30.240Z Downloaded tungstenite v0.23.0
3562026-02-14T01:38:30.241Z Downloaded tungstenite v0.21.0
3572026-02-14T01:38:30.264Z Downloaded toml_edit v0.22.27
3582026-02-14T01:38:30.265Z Downloaded tinyvec v1.8.0
3592026-02-14T01:38:30.265Z Downloaded salty v0.3.0
3602026-02-14T01:38:30.265Z Downloaded tokio-util v0.7.15
3612026-02-14T01:38:30.289Z Downloaded tinyvec_macros v0.1.1
3622026-02-14T01:38:30.289Z Downloaded thiserror-impl v1.0.69
3632026-02-14T01:38:30.289Z Downloaded tabled v0.20.0
3642026-02-14T01:38:30.313Z Downloaded tokio-stream v0.1.17
3652026-02-14T01:38:30.313Z Downloaded trybuild v1.0.106
3662026-02-14T01:38:30.313Z Downloaded tracing v0.1.40
3672026-02-14T01:38:30.313Z Downloaded utf8_iter v1.0.4
3682026-02-14T01:38:30.313Z Downloaded utf-8 v0.7.6
3692026-02-14T01:38:30.313Z Downloaded usdt-attr-macro v0.5.0
3702026-02-14T01:38:30.337Z Downloaded universal-hash v0.5.1
3712026-02-14T01:38:30.337Z Downloaded petgraph v0.8.2
3722026-02-14T01:38:30.338Z Downloaded dropshot v0.16.7
3732026-02-14T01:38:30.362Z Downloaded tokio-rustls v0.26.0
3742026-02-14T01:38:30.386Z Downloaded syn v1.0.109
3752026-02-14T01:38:30.386Z Downloaded tokio-tungstenite v0.23.1
3762026-02-14T01:38:30.386Z Downloaded time-macros v0.2.24
3772026-02-14T01:38:30.386Z Downloaded similar v2.7.0
3782026-02-14T01:38:30.410Z Downloaded serde_yaml v0.9.34+deprecated
3792026-02-14T01:38:30.410Z Downloaded typify v0.2.0
3802026-02-14T01:38:30.410Z Downloaded toml v0.8.23
3812026-02-14T01:38:30.410Z Downloaded tiny-keccak v2.0.2
3822026-02-14T01:38:30.410Z Downloaded tempfile v3.24.0
3832026-02-14T01:38:30.410Z Downloaded quick-xml v0.37.2
3842026-02-14T01:38:30.410Z Downloaded tokio-rustls v0.24.1
3852026-02-14T01:38:30.434Z Downloaded tls_codec v0.4.1
3862026-02-14T01:38:30.434Z Downloaded terminal_size v0.1.17
3872026-02-14T01:38:30.434Z Downloaded slog v2.8.2
3882026-02-14T01:38:30.434Z Downloaded petgraph v0.6.5
3892026-02-14T01:38:30.459Z Downloaded toml_write v0.1.2
3902026-02-14T01:38:30.459Z Downloaded tokio-native-tls v0.3.1
3912026-02-14T01:38:30.459Z Downloaded tokio-macros v2.6.0
3922026-02-14T01:38:30.459Z Downloaded textwrap v0.15.2
3932026-02-14T01:38:30.459Z Downloaded termcolor v1.4.1
3942026-02-14T01:38:30.459Z Downloaded term v1.1.0
3952026-02-14T01:38:30.459Z Downloaded tabled_derive v0.10.0
3962026-02-14T01:38:30.459Z Downloaded syn v2.0.114
3972026-02-14T01:38:30.483Z Downloaded support-bundle-viewer v0.1.2
3982026-02-14T01:38:30.483Z Downloaded tower-layer v0.3.3
3992026-02-14T01:38:30.483Z Downloaded tokio-postgres v0.7.13
4002026-02-14T01:38:30.484Z Downloaded thread_local v1.1.8
4012026-02-14T01:38:30.484Z Downloaded target-lexicon v0.13.2
4022026-02-14T01:38:30.484Z Downloaded tar v0.4.44
4032026-02-14T01:38:30.484Z Downloaded take_mut v0.2.2
4042026-02-14T01:38:30.484Z Downloaded sync_wrapper v1.0.1
4052026-02-14T01:38:30.484Z Downloaded term v0.7.0
4062026-02-14T01:38:30.507Z Downloaded pest v2.8.2
4072026-02-14T01:38:30.507Z Downloaded tls_codec_derive v0.4.1
4082026-02-14T01:38:30.508Z Downloaded termtree v0.5.1
4092026-02-14T01:38:30.508Z Downloaded strum_macros v0.24.3
4102026-02-14T01:38:30.508Z Downloaded stable_deref_trait v1.2.0
4112026-02-14T01:38:30.508Z Downloaded schemars v0.8.22
4122026-02-14T01:38:30.532Z Downloaded russh v0.45.0
4132026-02-14T01:38:30.532Z Downloaded libz-sys v1.1.20
4142026-02-14T01:38:30.556Z Downloaded tabled v0.15.0
4152026-02-14T01:38:30.580Z Downloaded sync-ptr v0.1.4
4162026-02-14T01:38:30.580Z Downloaded strum_macros v0.27.2
4172026-02-14T01:38:30.580Z Downloaded tinystr v0.7.6
4182026-02-14T01:38:30.580Z Downloaded time-core v0.1.6
4192026-02-14T01:38:30.580Z Downloaded thiserror v1.0.69
4202026-02-14T01:38:30.604Z Downloaded target-spec v3.5.0
4212026-02-14T01:38:30.604Z Downloaded supports-color v2.1.0
4222026-02-14T01:38:30.604Z Downloaded stringmetrics v2.2.2
4232026-02-14T01:38:30.604Z Downloaded steno v0.4.1
4242026-02-14T01:38:30.628Z Downloaded rustls-webpki v0.101.7
4252026-02-14T01:38:30.652Z Downloaded reedline v0.40.0
4262026-02-14T01:38:30.675Z Downloaded tabwriter v1.4.0
4272026-02-14T01:38:30.675Z Downloaded tabled_derive v0.11.0
4282026-02-14T01:38:30.675Z Downloaded ssh-cipher v0.2.0
4292026-02-14T01:38:30.675Z Downloaded snafu-derive v0.8.5
4302026-02-14T01:38:30.675Z Downloaded serde v1.0.228
4312026-02-14T01:38:30.675Z Downloaded csv v1.3.1
4322026-02-14T01:38:30.699Z Downloaded tabled_derive v0.7.0
4332026-02-14T01:38:30.699Z Downloaded socket2 v0.6.1
4342026-02-14T01:38:30.699Z Downloaded slog-stdlog v4.1.1
4352026-02-14T01:38:30.700Z Downloaded rustyline v14.0.0
4362026-02-14T01:38:30.723Z Downloaded swrite v0.1.0
4372026-02-14T01:38:30.723Z Downloaded supports-unicode v2.1.0
4382026-02-14T01:38:30.723Z Downloaded subtle v2.6.1
4392026-02-14T01:38:30.723Z Downloaded subprocess v0.2.9
4402026-02-14T01:38:30.723Z Downloaded static_assertions v1.1.0
4412026-02-14T01:38:30.723Z Downloaded smf v0.2.3
4422026-02-14T01:38:30.723Z Downloaded signal-hook-mio v0.2.4
4432026-02-14T01:38:30.723Z Downloaded serde_derive_internals v0.29.1
4442026-02-14T01:38:30.724Z Downloaded schemars v1.0.4
4452026-02-14T01:38:30.748Z Downloaded rustls-webpki v0.102.8
4462026-02-14T01:38:30.771Z Downloaded test-strategy v0.4.3
4472026-02-14T01:38:30.771Z Downloaded tap v1.0.1
4482026-02-14T01:38:30.771Z Downloaded strsim v0.11.1
4492026-02-14T01:38:30.771Z Downloaded spki v0.7.3
4502026-02-14T01:38:30.771Z Downloaded socket2 v0.5.10
4512026-02-14T01:38:30.771Z Downloaded smallvec v1.15.1
4522026-02-14T01:38:30.771Z Downloaded smallvec v0.6.14
4532026-02-14T01:38:30.795Z Downloaded slog-envlogger v2.2.0
4542026-02-14T01:38:30.795Z Downloaded shlex v1.3.0
4552026-02-14T01:38:30.795Z Downloaded sha2 v0.10.9
4562026-02-14T01:38:30.795Z Downloaded serde_json v1.0.149
4572026-02-14T01:38:30.795Z Downloaded serde_core v1.0.228
4582026-02-14T01:38:30.795Z Downloaded serde_bytes v0.11.19
4592026-02-14T01:38:30.795Z Downloaded semver v0.1.20
4602026-02-14T01:38:30.796Z Downloaded scroll v0.12.0
4612026-02-14T01:38:30.796Z Downloaded rsa v0.9.8
4622026-02-14T01:38:30.820Z Downloaded radix_trie v0.2.1
4632026-02-14T01:38:30.820Z Downloaded qorb v0.4.1
4642026-02-14T01:38:30.820Z Downloaded plotters v0.3.7
4652026-02-14T01:38:30.820Z Downloaded encoding_rs v0.8.34
4662026-02-14T01:38:30.843Z Downloaded thiserror-no-std v2.0.2
4672026-02-14T01:38:30.867Z Downloaded stringprep v0.1.5
4682026-02-14T01:38:30.867Z Downloaded ssh-key v0.6.6
4692026-02-14T01:38:30.867Z Downloaded sqlparser_derive v0.2.2
4702026-02-14T01:38:30.867Z Downloaded slog-term v2.9.2
4712026-02-14T01:38:30.867Z Downloaded siphasher v0.3.11
4722026-02-14T01:38:30.867Z Downloaded serde_with_macros v3.16.1
4732026-02-14T01:38:30.867Z Downloaded serde_spanned v1.0.4
4742026-02-14T01:38:30.868Z Downloaded schemars v0.9.0
4752026-02-14T01:38:30.892Z Downloaded same-file v1.0.6
4762026-02-14T01:38:30.892Z Downloaded samael v0.0.19
4772026-02-14T01:38:30.892Z Downloaded rusty-fork v0.3.0
4782026-02-14T01:38:30.892Z Downloaded structmeta-derive v0.3.0
4792026-02-14T01:38:30.892Z Downloaded snafu v0.8.5
4802026-02-14T01:38:30.916Z Downloaded slog-scope v4.4.0
4812026-02-14T01:38:30.916Z Downloaded sha1 v0.10.6
4822026-02-14T01:38:30.916Z Downloaded scrypt v0.11.0
4832026-02-14T01:38:30.916Z Downloaded salsa20 v0.10.2
4842026-02-14T01:38:30.916Z Downloaded proptest v1.7.0
4852026-02-14T01:38:30.940Z Downloaded polar-core v0.27.3
4862026-02-14T01:38:30.940Z Downloaded secrecy v0.10.3
4872026-02-14T01:38:30.940Z Downloaded p384 v0.13.1
4882026-02-14T01:38:30.940Z Downloaded object v0.36.5
4892026-02-14T01:38:30.964Z Downloaded synstructure v0.13.1
4902026-02-14T01:38:30.964Z Downloaded structmeta v0.3.0
4912026-02-14T01:38:30.964Z Downloaded serde_repr v0.1.19
4922026-02-14T01:38:30.964Z Downloaded serde-big-array v0.5.1
4932026-02-14T01:38:30.964Z Downloaded rstest v0.25.0
4942026-02-14T01:38:30.988Z Downloaded petname v2.0.2
4952026-02-14T01:38:30.988Z Downloaded supports-color v3.0.2
4962026-02-14T01:38:30.988Z Downloaded rustc-hash v2.1.1
4972026-02-14T01:38:30.988Z Downloaded resolv-conf v0.7.0
4982026-02-14T01:38:30.988Z Downloaded reqwest v0.12.24
4992026-02-14T01:38:30.988Z Downloaded openapiv3 v2.2.0
5002026-02-14T01:38:31.012Z Downloaded jiff v0.2.15
5012026-02-14T01:38:31.036Z Downloaded spin v0.9.8
5022026-02-14T01:38:31.036Z Downloaded slog-json v2.6.1
5032026-02-14T01:38:31.036Z Downloaded signal-hook v0.3.18
5042026-02-14T01:38:31.036Z Downloaded rust-argon2 v2.1.0
5052026-02-14T01:38:31.036Z Downloaded russh-cryptovec v0.7.3
5062026-02-14T01:38:31.036Z Downloaded rayon-core v1.12.1
5072026-02-14T01:38:31.036Z Downloaded rand v0.9.2
5082026-02-14T01:38:31.036Z Downloaded lalrpop v0.19.12
5092026-02-14T01:38:31.060Z Downloaded string_cache v0.8.9
5102026-02-14T01:38:31.060Z Downloaded sqlformat v0.3.5
5112026-02-14T01:38:31.060Z Downloaded slog-dtrace v0.3.0
5122026-02-14T01:38:31.060Z Downloaded siphasher v1.0.1
5132026-02-14T01:38:31.060Z Downloaded simd-adler32 v0.3.7
5142026-02-14T01:38:31.060Z Downloaded serde_derive v1.0.228
5152026-02-14T01:38:31.060Z Downloaded rustc-hash v1.1.0
5162026-02-14T01:38:31.060Z Downloaded r2d2 v0.8.10
5172026-02-14T01:38:31.089Z Downloaded quinn-proto v0.11.8
5182026-02-14T01:38:31.089Z Downloaded ssh-encoding v0.2.0
5192026-02-14T01:38:31.089Z Downloaded slog-bunyan v2.5.0
5202026-02-14T01:38:31.089Z Downloaded signal-hook-registry v1.4.2
5212026-02-14T01:38:31.089Z Downloaded scopeguard v1.2.0
5222026-02-14T01:38:31.089Z Downloaded openssl v0.10.73
5232026-02-14T01:38:31.089Z Downloaded slab v0.4.9
5242026-02-14T01:38:31.089Z Downloaded serde-untagged v0.1.7
5252026-02-14T01:38:31.089Z Downloaded rpassword v7.4.0
5262026-02-14T01:38:31.114Z Downloaded similar-asserts v1.7.0
5272026-02-14T01:38:31.114Z Downloaded serde_tokenstream v0.2.2
5282026-02-14T01:38:31.114Z Downloaded serde_spanned v0.6.9
5292026-02-14T01:38:31.114Z Downloaded serde_cbor v0.11.2
5302026-02-14T01:38:31.114Z Downloaded rustc-demangle v0.1.24
5312026-02-14T01:38:31.115Z Downloaded rstest_macros v0.25.0
5322026-02-14T01:38:31.115Z Downloaded ref-cast-impl v1.0.25
5332026-02-14T01:38:31.115Z Downloaded quinn v0.11.5
5342026-02-14T01:38:31.115Z Downloaded signal-hook-tokio v0.3.1
5352026-02-14T01:38:31.115Z Downloaded serde_regex v1.1.0
5362026-02-14T01:38:31.115Z Downloaded scroll v0.13.0
5372026-02-14T01:38:31.115Z Downloaded schemars_derive v0.8.22
5382026-02-14T01:38:31.115Z Downloaded ryu v1.0.18
5392026-02-14T01:38:31.143Z Downloaded ref-cast v1.0.25
5402026-02-14T01:38:31.143Z Downloaded rayon v1.10.0
5412026-02-14T01:38:31.143Z Downloaded serde_path_to_error v0.1.20
5422026-02-14T01:38:31.144Z Downloaded serde-value v0.7.0
5432026-02-14T01:38:31.144Z Downloaded serde-hex v0.1.0
5442026-02-14T01:38:31.144Z Downloaded rustls-pki-types v1.10.0
5452026-02-14T01:38:31.144Z Downloaded russh-keys v0.45.0
5462026-02-14T01:38:31.144Z Downloaded rcgen v0.12.1
5472026-02-14T01:38:31.168Z Downloaded rand_chacha v0.9.0
5482026-02-14T01:38:31.168Z Downloaded miette v5.10.0
5492026-02-14T01:38:31.168Z Downloaded serde_urlencoded v0.7.1
5502026-02-14T01:38:31.168Z Downloaded serde_plain v1.0.2
5512026-02-14T01:38:31.168Z Downloaded sec1 v0.7.3
5522026-02-14T01:38:31.168Z Downloaded scroll_derive v0.13.1
5532026-02-14T01:38:31.168Z Downloaded sapling-renderdag v0.1.0
5542026-02-14T01:38:31.168Z Downloaded rustversion v1.0.22
5552026-02-14T01:38:31.168Z Downloaded rustls-pemfile v2.2.0
5562026-02-14T01:38:31.192Z Downloaded ron v0.7.1
5572026-02-14T01:38:31.192Z Downloaded publicsuffix v2.3.0
5582026-02-14T01:38:31.192Z Downloaded progenitor-macro v0.11.2
5592026-02-14T01:38:31.192Z Downloaded progenitor-client v0.10.0
5602026-02-14T01:38:31.192Z Downloaded proc-macro-error2 v2.0.1
5612026-02-14T01:38:31.192Z Downloaded proc-macro-error-attr v1.0.4
5622026-02-14T01:38:31.192Z Downloaded portable-atomic v1.11.0
5632026-02-14T01:38:31.216Z Downloaded p521 v0.13.3
5642026-02-14T01:38:31.216Z Downloaded object v0.30.4
5652026-02-14T01:38:31.216Z Downloaded gimli v0.31.1
5662026-02-14T01:38:31.240Z Downloaded semver v1.0.27
5672026-02-14T01:38:31.240Z Downloaded secrecy v0.8.0
5682026-02-14T01:38:31.240Z Downloaded sct v0.7.1
5692026-02-14T01:38:31.240Z Downloaded scroll_derive v0.12.0
5702026-02-14T01:38:31.240Z Downloaded scheduled-thread-pool v0.2.7
5712026-02-14T01:38:31.240Z Downloaded rustls-pemfile v1.0.4
5722026-02-14T01:38:31.240Z Downloaded rustls-native-certs v0.8.1
5732026-02-14T01:38:31.240Z Downloaded rustc_version v0.4.1
5742026-02-14T01:38:31.240Z Downloaded rtoolbox v0.0.2
5752026-02-14T01:38:31.240Z Downloaded rand_xorshift v0.4.0
5762026-02-14T01:38:31.264Z Downloaded progenitor v0.8.0
5772026-02-14T01:38:31.264Z Downloaded pretty_assertions v1.4.1
5782026-02-14T01:38:31.264Z Downloaded polling v3.7.3
5792026-02-14T01:38:31.264Z Downloaded pkcs1 v0.7.5
5802026-02-14T01:38:31.264Z Downloaded peg v0.8.5
5812026-02-14T01:38:31.264Z Downloaded password-hash v0.4.2
5822026-02-14T01:38:31.264Z Downloaded parking_lot v0.11.2
5832026-02-14T01:38:31.264Z Downloaded rand_distr v0.5.1
5842026-02-14T01:38:31.264Z Downloaded proc-macro2 v1.0.101
5852026-02-14T01:38:31.288Z Downloaded predicates-core v1.0.8
5862026-02-14T01:38:31.288Z Downloaded postgres-types v0.2.9
5872026-02-14T01:38:31.288Z Downloaded pin-project v1.1.6
5882026-02-14T01:38:31.288Z Downloaded peg-macros v0.8.5
5892026-02-14T01:38:31.288Z Downloaded parse-size v1.1.0
5902026-02-14T01:38:31.289Z Downloaded packed_struct_codegen v0.10.1
5912026-02-14T01:38:31.313Z Downloaded oxnet v0.1.4
5922026-02-14T01:38:31.313Z Downloaded nom v7.1.3
5932026-02-14T01:38:31.313Z Downloaded futures-util v0.3.31
5942026-02-14T01:38:31.313Z Downloaded rfc6979 v0.4.0
5952026-02-14T01:38:31.313Z Downloaded rand_chacha v0.3.1
5962026-02-14T01:38:31.337Z Downloaded rand v0.8.5
5972026-02-14T01:38:31.337Z Downloaded radium v0.7.0
5982026-02-14T01:38:31.337Z Downloaded progenitor-impl v0.11.2
5992026-02-14T01:38:31.337Z Downloaded progenitor-impl v0.10.0
6002026-02-14T01:38:31.337Z Downloaded precomputed-hash v0.1.1
6012026-02-14T01:38:31.337Z Downloaded proc-macro-crate v1.3.1
6022026-02-14T01:38:31.337Z Downloaded powerfmt v0.2.0
6032026-02-14T01:38:31.337Z Downloaded postgres-protocol v0.6.8
6042026-02-14T01:38:31.337Z Downloaded poly1305 v0.8.0
6052026-02-14T01:38:31.337Z Downloaded phf v0.12.1
6062026-02-14T01:38:31.337Z Downloaded partial-io v0.5.4
6072026-02-14T01:38:31.337Z Downloaded parse-display v0.10.0
6082026-02-14T01:38:31.361Z Downloaded num_enum_derive v0.5.11
6092026-02-14T01:38:31.361Z Downloaded nix v0.29.0
6102026-02-14T01:38:31.361Z Downloaded litrs v0.4.1
6112026-02-14T01:38:31.361Z Downloaded heapless v0.8.0
6122026-02-14T01:38:31.361Z Downloaded rand_seeder v0.4.0
6132026-02-14T01:38:31.362Z Downloaded rand_core v0.9.3
6142026-02-14T01:38:31.386Z Downloaded rand_core v0.6.4
6152026-02-14T01:38:31.386Z Downloaded psl-types v2.0.11
6162026-02-14T01:38:31.386Z Downloaded prettyplease v0.2.36
6172026-02-14T01:38:31.386Z Downloaded prefix-trie v0.7.0
6182026-02-14T01:38:31.386Z Downloaded plain v0.2.3
6192026-02-14T01:38:31.386Z Downloaded num-bigint-dig v0.8.6
6202026-02-14T01:38:31.386Z Downloaded nix v0.28.0
6212026-02-14T01:38:31.410Z Downloaded nix v0.27.1
6222026-02-14T01:38:31.434Z Downloaded lock_api v0.4.12
6232026-02-14T01:38:31.434Z Downloaded kv-log-macro v1.0.7
6242026-02-14T01:38:31.434Z Downloaded hashbrown v0.12.3
6252026-02-14T01:38:31.434Z Downloaded progenitor-impl v0.8.0
6262026-02-14T01:38:31.434Z Downloaded progenitor v0.11.2
6272026-02-14T01:38:31.434Z Downloaded proc-macro-error v1.0.4
6282026-02-14T01:38:31.434Z Downloaded proc-macro-crate v3.2.0
6292026-02-14T01:38:31.434Z Downloaded ppv-lite86 v0.2.20
6302026-02-14T01:38:31.434Z Downloaded pkcs5 v0.7.1
6312026-02-14T01:38:31.458Z Downloaded pin-utils v0.1.0
6322026-02-14T01:38:31.458Z Downloaded pest_generator v2.8.2
6332026-02-14T01:38:31.458Z Downloaded pest_derive v2.8.2
6342026-02-14T01:38:31.458Z Downloaded path-slash v0.1.5
6352026-02-14T01:38:31.459Z Downloaded papergrid v0.17.0
6362026-02-14T01:38:31.459Z Downloaded papergrid v0.11.0
6372026-02-14T01:38:31.459Z Downloaded p256 v0.13.2
6382026-02-14T01:38:31.483Z Downloaded nodrop v0.1.14
6392026-02-14T01:38:31.483Z Downloaded mime v0.3.17
6402026-02-14T01:38:31.483Z Downloaded libxml v0.3.3
6412026-02-14T01:38:31.483Z Downloaded libm v0.2.8
6422026-02-14T01:38:31.483Z Downloaded lalrpop-util v0.19.12
6432026-02-14T01:38:31.483Z Downloaded icu_locid v1.5.0
6442026-02-14T01:38:31.507Z Downloaded hyper v1.8.1
6452026-02-14T01:38:31.507Z Downloaded flate2 v1.1.2
6462026-02-14T01:38:31.507Z Downloaded quick-error v1.2.3
6472026-02-14T01:38:31.507Z Downloaded progenitor-macro v0.10.0
6482026-02-14T01:38:31.507Z Downloaded progenitor-client v0.11.2
6492026-02-14T01:38:31.507Z Downloaded progenitor v0.10.0
6502026-02-14T01:38:31.507Z Downloaded proc-macro-error-attr2 v2.0.0
6512026-02-14T01:38:31.507Z Downloaded primeorder v0.13.6
6522026-02-14T01:38:31.507Z Downloaded pretty-hex v0.4.1
6532026-02-14T01:38:31.507Z Downloaded polyval v0.6.2
6542026-02-14T01:38:31.532Z Downloaded pin-project-lite v0.2.14
6552026-02-14T01:38:31.532Z Downloaded phf v0.11.2
6562026-02-14T01:38:31.532Z Downloaded oso v0.27.3
6572026-02-14T01:38:31.532Z Downloaded lzss v0.8.2
6582026-02-14T01:38:31.532Z Downloaded pretty-hex v0.2.1
6592026-02-14T01:38:31.532Z Downloaded predicates v3.1.3
6602026-02-14T01:38:31.532Z Downloaded postcard v1.0.10
6612026-02-14T01:38:31.532Z Downloaded pkg-config v0.3.31
6622026-02-14T01:38:31.532Z Downloaded phf_shared v0.11.2
6632026-02-14T01:38:31.532Z Downloaded pem v3.0.5
6642026-02-14T01:38:31.556Z Downloaded pathdiff v0.2.3
6652026-02-14T01:38:31.556Z Downloaded parking_lot_core v0.9.10
6662026-02-14T01:38:31.556Z Downloaded parking_lot_core v0.8.6
6672026-02-14T01:38:31.556Z Downloaded papergrid v0.14.0
6682026-02-14T01:38:31.556Z Downloaded packed_struct v0.10.1
6692026-02-14T01:38:31.556Z Downloaded owo-colors v4.2.2
6702026-02-14T01:38:31.556Z Downloaded oorandom v11.1.4
6712026-02-14T01:38:31.556Z Downloaded omicron-zone-package v0.12.2
6722026-02-14T01:38:31.556Z Downloaded num-iter v0.1.45
6732026-02-14T01:38:31.556Z Downloaded num-integer v0.1.46
6742026-02-14T01:38:31.583Z Downloaded newtype-uuid v1.3.2
6752026-02-14T01:38:31.583Z Downloaded mio v1.0.2
6762026-02-14T01:38:31.583Z Downloaded kstat-rs v0.2.4
6772026-02-14T01:38:31.583Z Downloaded itertools v0.10.5
6782026-02-14T01:38:31.583Z Downloaded inout v0.1.3
6792026-02-14T01:38:31.583Z Downloaded indoc v1.0.9
6802026-02-14T01:38:31.583Z Downloaded hubpack v0.1.2
6812026-02-14T01:38:31.583Z Downloaded hashbrown v0.16.1
6822026-02-14T01:38:31.607Z Downloaded git2 v0.20.2
6832026-02-14T01:38:31.607Z Downloaded getrandom v0.3.4
6842026-02-14T01:38:31.607Z Downloaded plotters-svg v0.3.7
6852026-02-14T01:38:31.607Z Downloaded plotters-backend v0.3.7
6862026-02-14T01:38:31.607Z Downloaded pkcs8 v0.10.2
6872026-02-14T01:38:31.607Z Downloaded pin-project-internal v1.1.6
6882026-02-14T01:38:31.631Z Downloaded pest_meta v2.8.2
6892026-02-14T01:38:31.631Z Downloaded pem-rfc7468 v0.7.0
6902026-02-14T01:38:31.631Z Downloaded peg-runtime v0.8.5
6912026-02-14T01:38:31.631Z Downloaded aws-lc-sys v0.26.0
6922026-02-14T01:38:31.852Z Downloaded paste v1.0.15
6932026-02-14T01:38:31.877Z Downloaded password-hash v0.5.0
6942026-02-14T01:38:31.877Z Downloaded parse-display-derive v0.10.0
6952026-02-14T01:38:31.877Z Downloaded parking_lot v0.12.3
6962026-02-14T01:38:31.877Z Downloaded oxide-tokio-rt v0.1.2
6972026-02-14T01:38:31.877Z Downloaded ordered-float v2.10.1
6982026-02-14T01:38:31.877Z Downloaded openssl-sys v0.9.109
6992026-02-14T01:38:31.877Z Downloaded num-complex v0.4.6
7002026-02-14T01:38:31.877Z Downloaded num-bigint v0.4.6
7012026-02-14T01:38:31.901Z Downloaded miniz_oxide v0.8.5
7022026-02-14T01:38:31.901Z Downloaded minimal-lexical v0.2.1
7032026-02-14T01:38:31.901Z Downloaded iana-time-zone v0.1.63
7042026-02-14T01:38:31.901Z Downloaded httptest v0.16.3
7052026-02-14T01:38:31.901Z Downloaded hashbrown v0.15.4
7062026-02-14T01:38:31.901Z Downloaded pbkdf2 v0.12.2
7072026-02-14T01:38:31.901Z Downloaded pbkdf2 v0.11.0
7082026-02-14T01:38:31.901Z Downloaded path-tree v0.8.1
7092026-02-14T01:38:31.925Z Downloaded owo-colors v3.5.0
7102026-02-14T01:38:31.925Z Downloaded openssl-probe v0.1.5
7112026-02-14T01:38:31.925Z Downloaded num_threads v0.1.7
7122026-02-14T01:38:31.925Z Downloaded new_debug_unreachable v1.0.6
7132026-02-14T01:38:31.926Z Downloaded nanorand v0.7.0
7142026-02-14T01:38:31.926Z Downloaded memmap v0.7.0
7152026-02-14T01:38:31.926Z Downloaded libtest-mimic v0.8.1
7162026-02-14T01:38:31.926Z Downloaded is-terminal v0.4.13
7172026-02-14T01:38:31.926Z Downloaded instant v0.1.13
7182026-02-14T01:38:31.926Z Downloaded hyper-tls v0.6.0
7192026-02-14T01:38:31.926Z Downloaded headers-core v0.3.0
7202026-02-14T01:38:31.926Z Downloaded hash32 v0.3.1
7212026-02-14T01:38:31.926Z Downloaded futures-sink v0.3.31
7222026-02-14T01:38:31.926Z Downloaded futures-executor v0.3.31
7232026-02-14T01:38:31.926Z Downloaded futures-core v0.3.31
7242026-02-14T01:38:31.926Z Downloaded percent-encoding v2.3.2
7252026-02-14T01:38:31.950Z Downloaded olpc-cjson v0.1.4
7262026-02-14T01:38:31.950Z Downloaded nu-ansi-term v0.50.1
7272026-02-14T01:38:31.950Z Downloaded maybe-uninit v2.0.0
7282026-02-14T01:38:31.950Z Downloaded libloading v0.8.5
7292026-02-14T01:38:31.950Z Downloaded jobserver v0.1.32
7302026-02-14T01:38:31.950Z Downloaded icu_normalizer v1.5.0
7312026-02-14T01:38:31.950Z Downloaded hyper-util v0.1.19
7322026-02-14T01:38:31.950Z Downloaded httparse v1.9.5
7332026-02-14T01:38:31.950Z Downloaded num_enum v0.5.11
7342026-02-14T01:38:31.975Z Downloaded num-rational v0.4.2
7352026-02-14T01:38:31.975Z Downloaded num v0.4.3
7362026-02-14T01:38:31.975Z Downloaded newtype_derive v0.1.6
7372026-02-14T01:38:31.975Z Downloaded keccak v0.1.5
7382026-02-14T01:38:31.975Z Downloaded ipnetwork v0.21.1
7392026-02-14T01:38:31.975Z Downloaded icu_provider_macros v1.5.0
7402026-02-14T01:38:31.975Z Downloaded icu_properties v1.5.1
7412026-02-14T01:38:31.975Z Downloaded hickory-proto v0.25.2
7422026-02-14T01:38:31.999Z Downloaded hickory-proto v0.24.4
7432026-02-14T01:38:32.023Z Downloaded hashbrown v0.13.2
7442026-02-14T01:38:32.024Z Downloaded futures-timer v3.0.3
7452026-02-14T01:38:32.024Z Downloaded float-ord v0.3.2
7462026-02-14T01:38:32.024Z Downloaded opaque-debug v0.3.1
7472026-02-14T01:38:32.024Z Downloaded once_cell v1.21.3
7482026-02-14T01:38:32.024Z Downloaded num-conv v0.1.0
7492026-02-14T01:38:32.024Z Downloaded mime_guess v2.0.5
7502026-02-14T01:38:32.024Z Downloaded miette-derive v5.10.0
7512026-02-14T01:38:32.024Z Downloaded memchr v2.7.4
7522026-02-14T01:38:32.048Z Downloaded managed v0.8.0
7532026-02-14T01:38:32.048Z Downloaded log v0.4.29
7542026-02-14T01:38:32.048Z Downloaded libsw-core v0.3.1
7552026-02-14T01:38:32.048Z Downloaded impl-trait-for-tuples v0.2.2
7562026-02-14T01:38:32.048Z Downloaded icu_collections v1.5.0
7572026-02-14T01:38:32.048Z Downloaded http-body-util v0.1.3
7582026-02-14T01:38:32.048Z Downloaded heck v0.4.1
7592026-02-14T01:38:32.048Z Downloaded hashbrown v0.14.5
7602026-02-14T01:38:32.072Z Downloaded half v1.8.3
7612026-02-14T01:38:32.072Z Downloaded futures-task v0.3.31
7622026-02-14T01:38:32.072Z Downloaded foreign-types v0.3.2
7632026-02-14T01:38:32.072Z Downloaded dropshot-api-manager v0.2.4
7642026-02-14T01:38:32.072Z Downloaded number_prefix v0.4.0
7652026-02-14T01:38:32.072Z Downloaded num-traits v0.2.19
7662026-02-14T01:38:32.072Z Downloaded normalize-line-endings v0.3.0
7672026-02-14T01:38:32.072Z Downloaded nonempty v0.12.0
7682026-02-14T01:38:32.072Z Downloaded itertools v0.14.0
7692026-02-14T01:38:32.096Z Downloaded indicatif v0.17.11
7702026-02-14T01:38:32.096Z Downloaded idna_adapter v1.2.0
7712026-02-14T01:38:32.096Z Downloaded icu_properties_data v1.5.0
7722026-02-14T01:38:32.096Z Downloaded home v0.5.9
7732026-02-14T01:38:32.096Z Downloaded half v2.4.1
7742026-02-14T01:38:32.096Z Downloaded gethostname v0.5.0
7752026-02-14T01:38:32.096Z Downloaded futures v0.3.31
7762026-02-14T01:38:32.120Z Downloaded num-derive v0.3.3
7772026-02-14T01:38:32.120Z Downloaded newline-converter v0.3.0
7782026-02-14T01:38:32.120Z Downloaded multimap v0.10.1
7792026-02-14T01:38:32.120Z Downloaded multer v3.1.0
7802026-02-14T01:38:32.120Z Downloaded memmap2 v0.9.8
7812026-02-14T01:38:32.120Z Downloaded macaddr v1.0.1
7822026-02-14T01:38:32.120Z Downloaded litemap v0.7.3
7832026-02-14T01:38:32.120Z Downloaded linear-map v1.2.0
7842026-02-14T01:38:32.120Z Downloaded itertools v0.12.1
7852026-02-14T01:38:32.144Z Downloaded iri-string v0.7.8
7862026-02-14T01:38:32.144Z Downloaded idna v1.0.3
7872026-02-14T01:38:32.144Z Downloaded funty v2.0.0
7882026-02-14T01:38:32.144Z Downloaded float-cmp v0.10.0
7892026-02-14T01:38:32.145Z Downloaded fixedbitset v0.4.2
7902026-02-14T01:38:32.145Z Downloaded fallible-iterator v0.2.0
7912026-02-14T01:38:32.145Z Downloaded bstr v1.10.0
7922026-02-14T01:38:32.169Z Downloaded newtype-uuid-macros v0.1.0
7932026-02-14T01:38:32.169Z Downloaded nested v0.1.1
7942026-02-14T01:38:32.169Z Downloaded native-tls v0.2.12
7952026-02-14T01:38:32.169Z Downloaded memoffset v0.9.1
7962026-02-14T01:38:32.169Z Downloaded match_cfg v0.1.0
7972026-02-14T01:38:32.169Z Downloaded lru-cache v0.1.2
7982026-02-14T01:38:32.169Z Downloaded lockfree-object-pool v0.1.6
7992026-02-14T01:38:32.169Z Downloaded linked-hash-map v0.5.6
8002026-02-14T01:38:32.169Z Downloaded libsw v3.5.0
8012026-02-14T01:38:32.169Z Downloaded libefi-sys v0.1.0
8022026-02-14T01:38:32.193Z Downloaded knuffel v3.2.0
8032026-02-14T01:38:32.194Z Downloaded itertools v0.13.0
8042026-02-14T01:38:32.194Z Downloaded ingot-types v0.1.2
8052026-02-14T01:38:32.194Z Downloaded indicatif v0.18.0
8062026-02-14T01:38:32.194Z Downloaded iddqd v0.3.16
8072026-02-14T01:38:32.217Z Downloaded http v1.4.0
8082026-02-14T01:38:32.218Z Downloaded h2 v0.4.6
8092026-02-14T01:38:32.218Z Downloaded fd-lock v4.0.2
8102026-02-14T01:38:32.218Z Downloaded errno v0.3.12
8112026-02-14T01:38:32.218Z Downloaded env_logger v0.11.8
8122026-02-14T01:38:32.218Z Downloaded ena v0.14.3
8132026-02-14T01:38:32.218Z Downloaded bitvec v1.0.1
8142026-02-14T01:38:32.242Z Downloaded knuffel-derive v3.2.0
8152026-02-14T01:38:32.242Z Downloaded jiff-static v0.2.15
8162026-02-14T01:38:32.242Z Downloaded ingot-macros v0.1.1
8172026-02-14T01:38:32.266Z Downloaded indoc v2.0.6
8182026-02-14T01:38:32.266Z Downloaded icu_locid_transform_data v1.5.0
8192026-02-14T01:38:32.266Z Downloaded humantime v2.2.0
8202026-02-14T01:38:32.266Z Downloaded hkdf v0.12.4
8212026-02-14T01:38:32.266Z Downloaded heapless v0.7.17
8222026-02-14T01:38:32.266Z Downloaded goblin v0.8.2
8232026-02-14T01:38:32.266Z Downloaded getrandom v0.2.15
8242026-02-14T01:38:32.291Z Downloaded event-listener v2.5.3
8252026-02-14T01:38:32.291Z Downloaded embedded-io v0.6.1
8262026-02-14T01:38:32.291Z Downloaded dyn-clone v1.0.20
8272026-02-14T01:38:32.291Z Downloaded aws-lc-rs v1.12.4
8282026-02-14T01:38:32.291Z Downloaded lazy_static v1.5.0
8292026-02-14T01:38:32.291Z Downloaded is_terminal_polyfill v1.70.1
8302026-02-14T01:38:32.291Z Downloaded ingot v0.1.1
8312026-02-14T01:38:32.291Z Downloaded indexmap v2.13.0
8322026-02-14T01:38:32.315Z Downloaded icu_locid_transform v1.5.0
8332026-02-14T01:38:32.315Z Downloaded hyper-staticfile v0.10.1
8342026-02-14T01:38:32.315Z Downloaded hyper-rustls v0.27.7
8352026-02-14T01:38:32.315Z Downloaded hickory-server v0.25.2
8362026-02-14T01:38:32.315Z Downloaded goblin v0.10.2
8372026-02-14T01:38:32.339Z Downloaded dropshot-api-manager-types v0.2.4
8382026-02-14T01:38:32.339Z Downloaded md-5 v0.10.6
8392026-02-14T01:38:32.339Z Downloaded maplit v1.0.2
8402026-02-14T01:38:32.340Z Downloaded libz-rs-sys v0.5.1
8412026-02-14T01:38:32.340Z Downloaded libscf-sys v1.1.0
8422026-02-14T01:38:32.340Z Downloaded is_ci v1.2.0
8432026-02-14T01:38:32.340Z Downloaded internet-checksum v0.2.1
8442026-02-14T01:38:32.340Z Downloaded indexmap v1.9.3
8452026-02-14T01:38:32.340Z Downloaded indent_write v2.2.0
8462026-02-14T01:38:32.340Z Downloaded ident_case v1.0.1
8472026-02-14T01:38:32.340Z Downloaded hubpack_derive v0.1.1
8482026-02-14T01:38:32.340Z Downloaded hickory-resolver v0.25.2
8492026-02-14T01:38:32.340Z Downloaded hex v0.4.3
8502026-02-14T01:38:32.340Z Downloaded headers v0.4.1
8512026-02-14T01:38:32.363Z Downloaded difflib v0.4.0
8522026-02-14T01:38:32.363Z Downloaded derive_more v2.0.1
8532026-02-14T01:38:32.364Z Downloaded der_derive v0.7.3
8542026-02-14T01:38:32.364Z Downloaded der v0.7.10
8552026-02-14T01:38:32.388Z Downloaded cstr-argument v0.1.2
8562026-02-14T01:38:32.388Z Downloaded crc-any v2.5.0
8572026-02-14T01:38:32.388Z Downloaded ipnet v2.11.0
8582026-02-14T01:38:32.388Z Downloaded instability v0.3.2
8592026-02-14T01:38:32.388Z Downloaded ignore v0.4.23
8602026-02-14T01:38:32.388Z Downloaded icu_provider v1.5.0
8612026-02-14T01:38:32.388Z Downloaded hostname v0.4.2
8622026-02-14T01:38:32.388Z Downloaded highway v1.3.0
8632026-02-14T01:38:32.388Z Downloaded hickory-resolver v0.24.4
8642026-02-14T01:38:32.388Z Downloaded hex-literal v0.4.1
8652026-02-14T01:38:32.388Z Downloaded heck v0.5.0
8662026-02-14T01:38:32.412Z Downloaded hash32 v0.2.1
8672026-02-14T01:38:32.412Z Downloaded fxhash v0.2.1
8682026-02-14T01:38:32.412Z Downloaded futures-lite v2.3.0
8692026-02-14T01:38:32.412Z Downloaded futures-io v0.3.31
8702026-02-14T01:38:32.412Z Downloaded derive_more v0.99.20
8712026-02-14T01:38:32.412Z Downloaded crc32fast v1.4.2
8722026-02-14T01:38:32.412Z Downloaded const_format v0.2.34
8732026-02-14T01:38:32.412Z Downloaded blake3 v1.5.4
8742026-02-14T01:38:32.436Z Downloaded httpdate v1.0.3
8752026-02-14T01:38:32.436Z Downloaded http-range v0.1.5
8762026-02-14T01:38:32.436Z Downloaded http-body v1.0.1
8772026-02-14T01:38:32.436Z Downloaded hostname v0.3.1
8782026-02-14T01:38:32.437Z Downloaded hmac v0.12.1
8792026-02-14T01:38:32.437Z Downloaded hickory-client v0.25.2
8802026-02-14T01:38:32.437Z Downloaded heck v0.3.3
8812026-02-14T01:38:32.437Z Downloaded guppy-workspace-hack v0.1.0
8822026-02-14T01:38:32.437Z Downloaded globwalk v0.9.1
8832026-02-14T01:38:32.437Z Downloaded ghash v0.5.1
8842026-02-14T01:38:32.437Z Downloaded generic-array v0.14.7
8852026-02-14T01:38:32.437Z Downloaded flume v0.11.1
8862026-02-14T01:38:32.437Z Downloaded flagset v0.4.6
8872026-02-14T01:38:32.461Z Downloaded fatfs v0.3.6
8882026-02-14T01:38:32.461Z Downloaded derive-where v1.5.0
8892026-02-14T01:38:32.461Z Downloaded csv-core v0.1.11
8902026-02-14T01:38:32.461Z Downloaded console v0.15.10
8912026-02-14T01:38:32.461Z Downloaded cfg-if v1.0.4
8922026-02-14T01:38:32.461Z Downloaded bzip2 v0.4.4
8932026-02-14T01:38:32.461Z Downloaded bindgen v0.71.1
8942026-02-14T01:38:32.461Z Downloaded bindgen v0.69.5
8952026-02-14T01:38:32.485Z Downloaded async-std v1.13.0
8962026-02-14T01:38:32.509Z Downloaded glob v0.3.2
8972026-02-14T01:38:32.509Z Downloaded futures-macro v0.3.31
8982026-02-14T01:38:32.509Z Downloaded foldhash v0.2.0
8992026-02-14T01:38:32.509Z Downloaded foldhash v0.1.5
9002026-02-14T01:38:32.509Z Downloaded fnv v1.0.7
9012026-02-14T01:38:32.509Z Downloaded fixedbitset v0.5.7
9022026-02-14T01:38:32.509Z Downloaded filetime v0.2.26
9032026-02-14T01:38:32.509Z Downloaded ff v0.13.0
9042026-02-14T01:38:32.509Z Downloaded dof v0.3.0
9052026-02-14T01:38:32.509Z Downloaded dirs-sys-next v0.1.2
9062026-02-14T01:38:32.509Z Downloaded derive_builder_macro v0.20.2
9072026-02-14T01:38:32.509Z Downloaded daft-derive v0.1.4
9082026-02-14T01:38:32.533Z Downloaded crossbeam-utils v0.8.21
9092026-02-14T01:38:32.533Z Downloaded corncobs v0.1.4
9102026-02-14T01:38:32.533Z Downloaded const_format_proc_macros v0.2.34
9112026-02-14T01:38:32.533Z Downloaded chrono-tz v0.10.4
9122026-02-14T01:38:32.557Z Downloaded cbc v0.1.2
9132026-02-14T01:38:32.557Z Downloaded cassowary v0.3.0
9142026-02-14T01:38:32.557Z Downloaded bitfield-macros v0.19.2
9152026-02-14T01:38:32.558Z Downloaded base64 v0.13.1
9162026-02-14T01:38:32.558Z Downloaded group v0.13.0
9172026-02-14T01:38:32.558Z Downloaded fs_extra v1.3.0
9182026-02-14T01:38:32.558Z Downloaded fs-err v2.11.0
9192026-02-14T01:38:32.558Z Downloaded foreign-types-shared v0.1.1
9202026-02-14T01:38:32.558Z Downloaded foreign-types v0.5.0
9212026-02-14T01:38:32.558Z Downloaded fastrand v2.1.1
9222026-02-14T01:38:32.558Z Downloaded event-listener v5.3.1
9232026-02-14T01:38:32.558Z Downloaded escape8259 v0.5.3
9242026-02-14T01:38:32.558Z Downloaded erased-serde v0.4.6
9252026-02-14T01:38:32.583Z Downloaded ed25519-dalek v2.1.1
9262026-02-14T01:38:32.583Z Downloaded des v0.8.1
9272026-02-14T01:38:32.583Z Downloaded darling v0.20.10
9282026-02-14T01:38:32.583Z Downloaded crossterm v0.29.0
9292026-02-14T01:38:32.583Z Downloaded crossbeam-epoch v0.9.18
9302026-02-14T01:38:32.583Z Downloaded crc8 v0.1.1
9312026-02-14T01:38:32.583Z Downloaded bzip2 v0.5.2
9322026-02-14T01:38:32.583Z Downloaded blake2 v0.10.6
9332026-02-14T01:38:32.607Z Downloaded backoff v0.4.0
9342026-02-14T01:38:32.607Z Downloaded fs-err v3.1.1
9352026-02-14T01:38:32.607Z Downloaded fancy-regex v0.14.0
9362026-02-14T01:38:32.607Z Downloaded expectorate v1.2.0
9372026-02-14T01:38:32.607Z Downloaded erased-serde v0.3.31
9382026-02-14T01:38:32.607Z Downloaded env_filter v0.1.2
9392026-02-14T01:38:32.607Z Downloaded elliptic-curve v0.13.8
9402026-02-14T01:38:32.607Z Downloaded dropshot_endpoint v0.16.7
9412026-02-14T01:38:32.631Z Downloaded diesel_derives v2.2.3
9422026-02-14T01:38:32.631Z Downloaded diesel v2.2.12
9432026-02-14T01:38:32.655Z Downloaded derive_builder v0.20.2
9442026-02-14T01:38:32.655Z Downloaded derive-ex v0.1.8
9452026-02-14T01:38:32.655Z Downloaded data-encoding v2.9.0
9462026-02-14T01:38:32.655Z Downloaded darling_core v0.21.0
9472026-02-14T01:38:32.655Z Downloaded darling_core v0.20.10
9482026-02-14T01:38:32.655Z Downloaded daft v0.1.4
9492026-02-14T01:38:32.679Z Downloaded crucible-workspace-hack v0.1.0
9502026-02-14T01:38:32.679Z Downloaded crossbeam-channel v0.5.15
9512026-02-14T01:38:32.679Z Downloaded critical-section v1.1.3
9522026-02-14T01:38:32.680Z Downloaded criterion v0.7.0
9532026-02-14T01:38:32.680Z Downloaded const-oid v0.9.6
9542026-02-14T01:38:32.680Z Downloaded compact_str v0.8.0
9552026-02-14T01:38:32.680Z Downloaded bcs v0.1.6
9562026-02-14T01:38:32.704Z Downloaded bb8 v0.8.5
9572026-02-14T01:38:32.704Z Downloaded atomicwrites v0.4.4
9582026-02-14T01:38:32.704Z Downloaded async-stream-impl v0.3.6
9592026-02-14T01:38:32.704Z Downloaded assert_matches v1.5.0
9602026-02-14T01:38:32.704Z Downloaded foreign-types-shared v0.3.1
9612026-02-14T01:38:32.704Z Downloaded foreign-types-macros v0.2.3
9622026-02-14T01:38:32.704Z Downloaded event-listener-strategy v0.5.2
9632026-02-14T01:38:32.704Z Downloaded equivalent v1.0.2
9642026-02-14T01:38:32.704Z Downloaded enum-as-inner v0.6.1
9652026-02-14T01:38:32.704Z Downloaded endian-type v0.1.2
9662026-02-14T01:38:32.704Z Downloaded either v1.15.0
9672026-02-14T01:38:32.704Z Downloaded ed25519 v2.2.3
9682026-02-14T01:38:32.704Z Downloaded ecdsa v0.16.9
9692026-02-14T01:38:32.704Z Downloaded dtrace-parser v0.3.0
9702026-02-14T01:38:32.704Z Downloaded dtrace-parser v0.2.0
9712026-02-14T01:38:32.704Z Downloaded drift v0.1.3
9722026-02-14T01:38:32.728Z Downloaded doc-comment v0.3.3
9732026-02-14T01:38:32.728Z Downloaded display-error-chain v0.2.2
9742026-02-14T01:38:32.728Z Downloaded diesel-dtrace v0.4.2
9752026-02-14T01:38:32.728Z Downloaded deranged v0.5.3
9762026-02-14T01:38:32.728Z Downloaded defmt v0.3.8
9772026-02-14T01:38:32.728Z Downloaded darling_macro v0.21.0
9782026-02-14T01:38:32.728Z Downloaded darling v0.21.0
9792026-02-14T01:38:32.728Z Downloaded curve25519-dalek v4.1.3
9802026-02-14T01:38:32.752Z Downloaded crypto-bigint v0.5.5
9812026-02-14T01:38:32.752Z Downloaded clap v4.5.48
9822026-02-14T01:38:32.752Z Downloaded cc v1.2.30
9832026-02-14T01:38:32.776Z Downloaded bumpalo v3.16.0
9842026-02-14T01:38:32.776Z Downloaded bitfield v0.19.2
9852026-02-14T01:38:32.776Z Downloaded bit-vec v0.6.3
9862026-02-14T01:38:32.776Z Downloaded backtrace v0.3.74
9872026-02-14T01:38:32.776Z Downloaded arrayref v0.3.9
9882026-02-14T01:38:32.776Z Downloaded allocator-api2 v0.2.21
9892026-02-14T01:38:32.776Z Downloaded dunce v1.0.5
9902026-02-14T01:38:32.776Z Downloaded dsl_auto_type v0.1.2
9912026-02-14T01:38:32.776Z Downloaded dof v0.4.0
9922026-02-14T01:38:32.776Z Downloaded displaydoc v0.2.5
9932026-02-14T01:38:32.777Z Downloaded dirs-next v2.0.0
9942026-02-14T01:38:32.801Z Downloaded digest v0.10.7
9952026-02-14T01:38:32.801Z Downloaded diff v0.1.13
9962026-02-14T01:38:32.801Z Downloaded derive_more-impl v2.0.1
9972026-02-14T01:38:32.801Z Downloaded derive_builder_core v0.20.2
9982026-02-14T01:38:32.801Z Downloaded defmt-parser v0.3.4
9992026-02-14T01:38:32.801Z Downloaded defmt-macros v0.3.9
10002026-02-14T01:38:32.801Z Downloaded debug-ignore v1.0.5
10012026-02-14T01:38:32.801Z Downloaded darling_macro v0.20.10
10022026-02-14T01:38:32.801Z Downloaded ctr v0.9.2
10032026-02-14T01:38:32.801Z Downloaded crunchy v0.2.2
10042026-02-14T01:38:32.801Z Downloaded crossterm v0.28.1
10052026-02-14T01:38:32.826Z Downloaded criterion-plot v0.6.0
10062026-02-14T01:38:32.827Z Downloaded cookie_store v0.21.1
10072026-02-14T01:38:32.827Z Downloaded convert_case v0.4.0
10082026-02-14T01:38:32.827Z Downloaded constant_time_eq v0.3.1
10092026-02-14T01:38:32.827Z Downloaded concurrent-queue v2.5.0
10102026-02-14T01:38:32.827Z Downloaded cfg-expr v0.20.1
10112026-02-14T01:38:32.827Z Downloaded cargo-platform v0.2.0
10122026-02-14T01:38:32.827Z Downloaded bytes v1.11.1
10132026-02-14T01:38:32.851Z Downloaded blowfish v0.9.1
10142026-02-14T01:38:32.851Z Downloaded bitflags v1.3.2
10152026-02-14T01:38:32.851Z Downloaded base64 v0.21.7
10162026-02-14T01:38:32.851Z Downloaded backtrace-ext v0.2.1
10172026-02-14T01:38:32.851Z Downloaded async-trait v0.1.89
10182026-02-14T01:38:32.851Z Downloaded async-stream v0.3.6
10192026-02-14T01:38:32.851Z Downloaded argon2 v0.5.3
10202026-02-14T01:38:32.851Z Downloaded anstyle v1.0.11
10212026-02-14T01:38:32.851Z Downloaded aead v0.5.2
10222026-02-14T01:38:32.851Z Downloaded datatest-stable v0.3.2
10232026-02-14T01:38:32.875Z Downloaded crc-catalog v2.4.0
10242026-02-14T01:38:32.875Z Downloaded crc v3.2.1
10252026-02-14T01:38:32.875Z Downloaded cpufeatures v0.2.14
10262026-02-14T01:38:32.876Z Downloaded console v0.16.0
10272026-02-14T01:38:32.876Z Downloaded colored v3.0.0
10282026-02-14T01:38:32.876Z Downloaded cmake v0.1.51
10292026-02-14T01:38:32.876Z Downloaded clap_builder v4.5.48
10302026-02-14T01:38:32.876Z Downloaded clang-sys v1.8.1
10312026-02-14T01:38:32.876Z Downloaded ciborium-io v0.2.2
10322026-02-14T01:38:32.876Z Downloaded cast v0.3.0
10332026-02-14T01:38:32.900Z Downloaded camino-tempfile-ext v0.3.2
10342026-02-14T01:38:32.900Z Downloaded camino-tempfile v1.4.1
10352026-02-14T01:38:32.900Z Downloaded buf-list v1.0.3
10362026-02-14T01:38:32.900Z Downloaded block-buffer v0.10.4
10372026-02-14T01:38:32.900Z Downloaded bcrypt-pbkdf v0.10.0
10382026-02-14T01:38:32.900Z Downloaded base64 v0.22.1
10392026-02-14T01:38:32.900Z Downloaded base16ct v0.2.0
10402026-02-14T01:38:32.900Z Downloaded autocfg v1.4.0
10412026-02-14T01:38:32.900Z Downloaded atty v0.2.14
10422026-02-14T01:38:32.900Z Downloaded atomic-waker v1.1.2
10432026-02-14T01:38:32.900Z Downloaded async-task v4.7.1
10442026-02-14T01:38:32.900Z Downloaded async-recursion v1.1.1
10452026-02-14T01:38:32.924Z Downloaded async-channel v1.9.0
10462026-02-14T01:38:32.924Z Downloaded async-bb8-diesel v0.2.1
10472026-02-14T01:38:32.924Z Downloaded aho-corasick v1.1.3
10482026-02-14T01:38:32.924Z Downloaded aes v0.8.4
10492026-02-14T01:38:32.924Z Downloaded curve25519-dalek-derive v0.1.1
10502026-02-14T01:38:32.924Z Downloaded crypto-common v0.1.6
10512026-02-14T01:38:32.924Z Downloaded crossbeam-deque v0.8.5
10522026-02-14T01:38:32.924Z Downloaded cookie v0.18.1
10532026-02-14T01:38:32.924Z Downloaded convert_case v0.7.1
10542026-02-14T01:38:32.948Z Downloaded colorchoice v1.0.2
10552026-02-14T01:38:32.948Z Downloaded clap_derive v4.5.47
10562026-02-14T01:38:32.948Z Downloaded ciborium-ll v0.2.2
10572026-02-14T01:38:32.948Z Downloaded chrono v0.4.43
10582026-02-14T01:38:32.948Z Downloaded castaway v0.2.3
10592026-02-14T01:38:32.948Z Downloaded cargo_metadata v0.19.2
10602026-02-14T01:38:32.948Z Downloaded cargo-util-schemas v0.8.2
10612026-02-14T01:38:32.948Z Downloaded cargo-platform v0.1.8
10622026-02-14T01:38:32.948Z Downloaded cancel-safe-futures v0.1.5
10632026-02-14T01:38:32.972Z Downloaded camino v1.2.2
10642026-02-14T01:38:32.973Z Downloaded byteorder v1.5.0
10652026-02-14T01:38:32.973Z Downloaded bytecount v0.6.8
10662026-02-14T01:38:32.973Z Downloaded blocking v1.6.1
10672026-02-14T01:38:32.973Z Downloaded block-padding v0.3.3
10682026-02-14T01:38:32.973Z Downloaded bitflags v2.9.4
10692026-02-14T01:38:32.973Z Downloaded bitfield-struct v0.6.2
10702026-02-14T01:38:32.973Z Downloaded bit-vec v0.8.0
10712026-02-14T01:38:32.973Z Downloaded bit-set v0.8.0
10722026-02-14T01:38:32.973Z Downloaded base64ct v1.6.0
10732026-02-14T01:38:32.973Z Downloaded async-signal v0.2.10
10742026-02-14T01:38:32.973Z Downloaded async-process v2.3.0
10752026-02-14T01:38:32.997Z Downloaded cipher v0.4.4
10762026-02-14T01:38:32.997Z Downloaded ciborium v0.2.2
10772026-02-14T01:38:32.997Z Downloaded chumsky v0.9.3
10782026-02-14T01:38:32.997Z Downloaded chacha20 v0.9.1
10792026-02-14T01:38:32.997Z Downloaded cfg_aliases v0.1.1
10802026-02-14T01:38:32.997Z Downloaded cargo_metadata v0.21.0
10812026-02-14T01:38:32.997Z Downloaded blake2b_simd v1.0.2
10822026-02-14T01:38:32.997Z Downloaded bit-set v0.5.3
10832026-02-14T01:38:32.997Z Downloaded anstyle-query v1.1.1
10842026-02-14T01:38:32.997Z Downloaded clap_lex v0.7.4
10852026-02-14T01:38:32.997Z Downloaded chacha20poly1305 v0.10.1
10862026-02-14T01:38:32.997Z Downloaded async-lock v3.4.0
10872026-02-14T01:38:32.997Z Downloaded async-io v2.3.4
10882026-02-14T01:38:33.021Z Downloaded cexpr v0.6.0
10892026-02-14T01:38:33.022Z Downloaded async-executor v1.13.1
10902026-02-14T01:38:33.022Z Downloaded assert_cmd v2.0.17
10912026-02-14T01:38:33.022Z Downloaded ascii-canvas v3.0.0
10922026-02-14T01:38:33.022Z Downloaded array-init v0.0.4
10932026-02-14T01:38:33.022Z Downloaded anstyle-parse v0.2.5
10942026-02-14T01:38:33.022Z Downloaded ahash v0.8.12
10952026-02-14T01:38:33.022Z Downloaded adler2 v2.0.0
10962026-02-14T01:38:33.022Z Downloaded arc-swap v1.7.1
10972026-02-14T01:38:33.022Z Downloaded approx v0.5.1
10982026-02-14T01:38:33.022Z Downloaded aes-gcm v0.10.3
10992026-02-14T01:38:33.047Z Downloaded arrayvec v0.7.6
11002026-02-14T01:38:33.047Z Downloaded anstream v0.6.18
11012026-02-14T01:38:33.047Z Downloaded addr2line v0.24.2
11022026-02-14T01:38:33.047Z Downloaded async-global-executor v2.4.1
11032026-02-14T01:38:33.047Z Downloaded anyhow v1.0.99
11042026-02-14T01:38:33.392Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
11052026-02-14T01:38:50.597Z Startup: Refreshing catalog 'helios-dev' ... Done
11062026-02-14T01:39:02.736Z Startup: Caching catalogs ... Done
11072026-02-14T01:39:30.566ZPlanning: Solver setup ... Done (25.572s)
11082026-02-14T01:39:30.759ZPlanning: Running solver ... Done (0.193s)
11092026-02-14T01:39:30.916ZPlanning: Finding local manifests ... Done (0.002s)
11102026-02-14T01:39:30.992ZPlanning: Fetching manifests: 0/4 0% complete
11112026-02-14T01:39:31.381ZPlanning: Fetching manifests: 4/4 100% complete
11122026-02-14T01:39:31.439ZPlanning: Package planning ... Done (0.057s)
11132026-02-14T01:39:31.498ZPlanning: Merging actions ... Done (0.060s)
11142026-02-14T01:39:31.818ZPlanning: Checking for conflicting actions ... Done (0.320s)
11152026-02-14T01:39:31.843ZPlanning: Consolidating action changes ... Done (0.013s)
11162026-02-14T01:39:32.499ZPlanning: Evaluating mediators ... Done (0.666s)
11172026-02-14T01:39:32.525ZPlanning: Planning completed in 29.65 seconds
11182026-02-14T01:39:32.552Z Packages to install: 4
11192026-02-14T01:39:32.553Z Mediators to change: 2
11202026-02-14T01:39:32.553Z Services to change: 1
11212026-02-14T01:39:32.553Z Estimated space available: 154.47 GB
11222026-02-14T01:39:32.553ZEstimated space to be consumed: 1.81 GB
11232026-02-14T01:39:32.553Z Create boot environment: No
11242026-02-14T01:39:32.553ZCreate backup boot environment: No
11252026-02-14T01:39:32.553Z Rebuild boot archive: No
11262026-02-14T01:39:32.553Z
11272026-02-14T01:39:32.553ZChanged mediators:
11282026-02-14T01:39:32.553Z mediator clang:
11292026-02-14T01:39:32.554Z version: None -> 15 (system default)
11302026-02-14T01:39:32.554Z
11312026-02-14T01:39:32.554Z mediator llvm:
11322026-02-14T01:39:32.554Z version: 14 (system default) -> 15 (system default)
11332026-02-14T01:39:32.554Z
11342026-02-14T01:39:32.554ZChanged packages:
11352026-02-14T01:39:32.554Zhelios-dev
11362026-02-14T01:39:32.555Z developer/build-essential
11372026-02-14T01:39:32.555Z None -> 11-2.0
11382026-02-14T01:39:32.555Z library/libxmlsec1
11392026-02-14T01:39:32.555Z None -> 1.2.35-2.0
11402026-02-14T01:39:32.555Z ooce/developer/clang-15
11412026-02-14T01:39:32.555Z None -> 15.0.7-2.0
11422026-02-14T01:39:32.555Z ooce/developer/llvm-15
11432026-02-14T01:39:32.555Z None -> 15.0.7-2.0
11442026-02-14T01:39:32.555Z
11452026-02-14T01:39:32.555ZServices:
11462026-02-14T01:39:32.556Z restart_fmri:
11472026-02-14T01:39:32.556Z svc:/system/update-man-index:default
11482026-02-14T01:39:32.586Z
11492026-02-14T01:39:32.586ZDownload: 0/3290 items 0.0/212.6MB 0% complete
11502026-02-14T01:39:37.586ZDownload: 1576/3290 items 108.4/212.6MB 50% complete (21.9M/s)
11512026-02-14T01:39:42.587ZDownload: 3248/3290 items 179.0/212.6MB 84% complete (18.0M/s)
11522026-02-14T01:39:45.429ZDownload: Completed 212.60 MB in 12.84 seconds (16.6M/s)
11532026-02-14T01:39:45.594Z Actions: 1/3689 actions (Installing new actions)
11542026-02-14T01:39:50.732Z Actions: 3316/3689 actions (Installing new actions)
11552026-02-14T01:39:51.136Z Actions: Completed 3689 actions in 5.54 seconds.
11562026-02-14T01:39:51.775Z Done (0.633s)
11572026-02-14T01:39:51.775Z Done (0.000s)
11582026-02-14T01:39:53.120Z Done (1.343s)
11592026-02-14T01:39:58.022Z Done (4.655s)
11602026-02-14T01:39:58.113Z Done (0.018s)
11612026-02-14T01:39:58.138Z Done (0.000s)
11622026-02-14T01:39:58.294Z Done (0.000s)
11632026-02-14T01:39:59.361ZPlanning: Evaluating mediator changes ... Done
11642026-02-14T01:39:59.620ZPlanning: Checking for conflicting actions ... Done
11652026-02-14T01:39:59.645ZPlanning: Consolidating action changes ... Done
11662026-02-14T01:39:59.954ZPlanning: Evaluating mediators ... Done
11672026-02-14T01:39:59.979ZPlanning: Planning completed in 0.59 seconds
11682026-02-14T01:40:00.004Z Mediators to change: 2
11692026-02-14T01:40:00.004Z Create boot environment: No
11702026-02-14T01:40:00.004ZCreate backup boot environment: No
11712026-02-14T01:40:00.049Z Done
11722026-02-14T01:40:00.050Z Done
11732026-02-14T01:40:01.225Z Done
11742026-02-14T01:40:06.051Z Done
11752026-02-14T01:40:06.143Z Done
11762026-02-14T01:40:06.143Z Done
11772026-02-14T01:40:06.206Z Done
11782026-02-14T01:40:06.995ZPlanning: Evaluating mediator changes ... Done
11792026-02-14T01:40:07.020ZPlanning: Merging actions ... Done
11802026-02-14T01:40:07.230ZPlanning: Checking for conflicting actions ... Done
11812026-02-14T01:40:07.255ZPlanning: Consolidating action changes ... Done
11822026-02-14T01:40:07.557ZPlanning: Evaluating mediators ... Done
11832026-02-14T01:40:07.625ZPlanning: Planning completed in 0.95 seconds
11842026-02-14T01:40:07.667Z Packages to change: 1
11852026-02-14T01:40:07.667Z Mediators to change: 1
11862026-02-14T01:40:07.667Z Services to change: 1
11872026-02-14T01:40:07.667Z Create boot environment: No
11882026-02-14T01:40:07.667ZCreate backup boot environment: Yes
11892026-02-14T01:40:09.665Z Actions: 1/6 actions (Updating modified actions)
11902026-02-14T01:40:09.690Z Actions: Completed 6 actions in 0.00 seconds.
11912026-02-14T01:40:09.690Z Done
11922026-02-14T01:40:09.690Z Done
11932026-02-14T01:40:09.937Z Done
11942026-02-14T01:40:14.437Z Done
11952026-02-14T01:40:14.534Z Done
11962026-02-14T01:40:14.559Z Done
11972026-02-14T01:40:14.648Z Done
11982026-02-14T01:40:15.230ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
11992026-02-14T01:40:15.230Zclang system 15 system
12002026-02-14T01:40:15.230Zcsh system system illumos
12012026-02-14T01:40:15.231Zctags system system illumos
12022026-02-14T01:40:15.231Zfile system system illumos
12032026-02-14T01:40:15.231Zgcc vendor 12 vendor
12042026-02-14T01:40:15.231Zgcc system 10 system
12052026-02-14T01:40:15.231Zgcc system 7 system
12062026-02-14T01:40:15.231Zgo system 1.20 system
12072026-02-14T01:40:15.231Zgo system 1.19 system
12082026-02-14T01:40:15.231Zllvm system 15 system
12092026-02-14T01:40:15.231Zllvm system 14 system
12102026-02-14T01:40:15.231Zmariadb system 10.6 system
12112026-02-14T01:40:15.231Zmta vendor vendor dma
12122026-02-14T01:40:15.231Zopenjdk system 17 system
12132026-02-14T01:40:15.231Zopenjdk system 11 system
12142026-02-14T01:40:15.231Zopenjdk system 1.8 system
12152026-02-14T01:40:15.231Zopenssl vendor 3 vendor
12162026-02-14T01:40:15.231Zperl system 5.36 system
12172026-02-14T01:40:15.231Zpostgresql system 15 system
12182026-02-14T01:40:15.231Zpostgresql system 13 system
12192026-02-14T01:40:15.231Zpython vendor 3 vendor
12202026-02-14T01:40:15.231Zpython system 2 system
12212026-02-14T01:40:15.231Zpython3 system 3.11 system
12222026-02-14T01:40:15.231Zruby system 3.0 system
12232026-02-14T01:40:15.231Zwords vendor vendor american-english
12242026-02-14T01:40:15.231Zwords system system australian-english
12252026-02-14T01:40:15.231Zwords system system british-english
12262026-02-14T01:40:15.231Zwords system system canadian-english
12272026-02-14T01:40:15.231Zwords system system french
12282026-02-14T01:40:15.231Zwords system system italian
12292026-02-14T01:40:15.231Zwords system system ngerman
12302026-02-14T01:40:15.231Zwords system system ogerman
12312026-02-14T01:40:15.231Zwords system system spanish
12322026-02-14T01:40:15.651ZPUBLISHER TYPE STATUS P LOCATION
12332026-02-14T01:40:15.651Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
12342026-02-14T01:40:23.925ZFMRI IFO
12352026-02-14T01:40:23.925Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
12362026-02-14T01:40:23.925Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
12372026-02-14T01:40:23.925Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
12382026-02-14T01:40:23.925Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
12392026-02-14T01:40:23.925Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
12402026-02-14T01:40:23.925Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
12412026-02-14T01:40:23.925Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
12422026-02-14T01:40:23.925Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
12432026-02-14T01:40:23.925Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
12442026-02-14T01:40:23.925Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
12452026-02-14T01:40:23.925Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
12462026-02-14T01:40:23.925Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
12472026-02-14T01:40:23.925Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
12482026-02-14T01:40:23.926Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
12492026-02-14T01:40:23.926Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
12502026-02-14T01:40:23.926Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
12512026-02-14T01:40:26.132Z Downloading crates ...
12522026-02-14T01:40:26.258Z Downloaded cargo_toml v0.21.0
12532026-02-14T01:40:26.360Z Compiling proc-macro2 v1.0.101
12542026-02-14T01:40:26.385Z Compiling unicode-ident v1.0.19
12552026-02-14T01:40:26.385Z Compiling serde_core v1.0.228
12562026-02-14T01:40:26.385Z Compiling version_check v0.9.5
12572026-02-14T01:40:26.385Z Compiling serde v1.0.228
12582026-02-14T01:40:26.385Z Compiling libc v0.2.180
12592026-02-14T01:40:26.385Z Compiling memchr v2.7.4
12602026-02-14T01:40:26.385Z Compiling stable_deref_trait v1.2.0
12612026-02-14T01:40:26.629Z Compiling thiserror v2.0.18
12622026-02-14T01:40:26.709Z Compiling zmij v1.0.15
12632026-02-14T01:40:27.130Z Compiling litemap v0.7.3
12642026-02-14T01:40:27.184Z Compiling itoa v1.0.11
12652026-02-14T01:40:27.510Z Compiling autocfg v1.4.0
12662026-02-14T01:40:27.660Z Compiling writeable v0.5.5
12672026-02-14T01:40:27.724Z Compiling ucd-trie v0.1.7
12682026-02-14T01:40:27.787Z Compiling thiserror v1.0.69
12692026-02-14T01:40:28.145Z Compiling bitflags v2.9.4
12702026-02-14T01:40:28.202Z Compiling icu_locid_transform_data v1.5.0
12712026-02-14T01:40:28.363Z Compiling byteorder v1.5.0
12722026-02-14T01:40:28.508Z Compiling quote v1.0.40
12732026-02-14T01:40:28.542Z Compiling errno v0.3.12
12742026-02-14T01:40:28.600Z Compiling icu_properties_data v1.5.0
12752026-02-14T01:40:28.773Z Compiling serde_json v1.0.149
12762026-02-14T01:40:28.850Z Compiling num-traits v0.2.19
12772026-02-14T01:40:28.881Z Compiling syn v2.0.114
12782026-02-14T01:40:29.139Z Compiling typeid v1.0.3
12792026-02-14T01:40:29.163Z Compiling write16 v1.0.0
12802026-02-14T01:40:29.188Z Compiling hashbrown v0.16.1
12812026-02-14T01:40:29.303Z Compiling utf16_iter v1.0.5
12822026-02-14T01:40:29.465Z Compiling rustix v0.38.37
12832026-02-14T01:40:29.541Z Compiling equivalent v1.0.2
12842026-02-14T01:40:29.674Z Compiling utf8_iter v1.0.4
12852026-02-14T01:40:29.722Z Compiling smallvec v1.15.1
12862026-02-14T01:40:29.776Z Compiling icu_normalizer_data v1.5.0
12872026-02-14T01:40:30.160Z Compiling proc-macro-error-attr v1.0.4
12882026-02-14T01:40:30.308Z Compiling usdt-impl v0.5.0
12892026-02-14T01:40:30.332Z Compiling toml_write v0.1.2
12902026-02-14T01:40:30.448Z Compiling indexmap v2.13.0
12912026-02-14T01:40:30.472Z Compiling winnow v0.7.14
12922026-02-14T01:40:30.633Z Compiling syn v1.0.109
12932026-02-14T01:40:30.841Z Compiling thread-id v4.2.2
12942026-02-14T01:40:31.588Z Compiling proc-macro-error v1.0.4
12952026-02-14T01:40:31.782Z Compiling getrandom v0.3.4
12962026-02-14T01:40:31.846Z Compiling percent-encoding v2.3.2
12972026-02-14T01:40:32.161Z Compiling plain v0.2.3
12982026-02-14T01:40:32.325Z Compiling camino v1.2.2
12992026-02-14T01:40:32.445Z Compiling utf8parse v0.2.2
13002026-02-14T01:40:32.535Z Compiling log v0.4.29
13012026-02-14T01:40:32.622Z Compiling rustix v1.1.3
13022026-02-14T01:40:32.881Z Compiling anstyle-parse v0.2.5
13032026-02-14T01:40:32.979Z Compiling ordered-float v2.10.1
13042026-02-14T01:40:33.003Z Compiling form_urlencoded v1.2.2
13052026-02-14T01:40:33.201Z Compiling terminal_size v0.4.0
13062026-02-14T01:40:33.576Z Compiling pretty-hex v0.4.1
13072026-02-14T01:40:33.638Z Compiling is_terminal_polyfill v1.70.1
13082026-02-14T01:40:33.745Z Compiling cfg-if v1.0.4
13092026-02-14T01:40:33.823Z Compiling colorchoice v1.0.2
13102026-02-14T01:40:33.848Z Compiling anstyle-query v1.1.1
13112026-02-14T01:40:33.872Z Compiling anstyle v1.0.11
13122026-02-14T01:40:34.184Z Compiling semver v1.0.27
13132026-02-14T01:40:34.287Z Compiling anstream v0.6.18
13142026-02-14T01:40:34.545Z Compiling fs-err v3.1.1
13152026-02-14T01:40:34.875Z Compiling clap_lex v0.7.4
13162026-02-14T01:40:34.910Z Compiling heck v0.5.0
13172026-02-14T01:40:34.939Z Compiling bytecount v0.6.8
13182026-02-14T01:40:34.939Z Compiling anyhow v1.0.99
13192026-02-14T01:40:35.154Z Compiling heck v0.4.1
13202026-02-14T01:40:35.279Z Compiling synstructure v0.13.1
13212026-02-14T01:40:35.374Z Compiling unicode-xid v0.2.6
13222026-02-14T01:40:35.489Z Compiling unicode-width v0.1.14
13232026-02-14T01:40:35.579Z Compiling strsim v0.11.1
13242026-02-14T01:40:35.603Z Compiling once_cell v1.21.3
13252026-02-14T01:40:35.964Z Compiling fastrand v2.1.1
13262026-02-14T01:40:35.989Z Compiling fnv v1.0.7
13272026-02-14T01:40:36.013Z Compiling clap_builder v4.5.48
13282026-02-14T01:40:36.246Z Compiling papergrid v0.11.0
13292026-02-14T01:40:36.439Z Compiling tempfile v3.24.0
13302026-02-14T01:40:36.864Z Compiling memmap v0.7.0
13312026-02-14T01:40:37.020Z Compiling unicode-width v0.2.0
13322026-02-14T01:40:37.176Z Compiling unicode-linebreak v0.1.5
13332026-02-14T01:40:37.200Z Compiling smawk v0.3.2
13342026-02-14T01:40:37.664Z Compiling textwrap v0.16.2
13352026-02-14T01:40:38.006Z Compiling camino-tempfile v1.4.1
13362026-02-14T01:40:38.073Z Compiling swrite v0.1.0
13372026-02-14T01:40:38.213Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
13382026-02-14T01:40:38.239Z Compiling tabled_derive v0.7.0
13392026-02-14T01:40:38.975Z Compiling serde_derive v1.0.228
13402026-02-14T01:40:38.975Z Compiling zerofrom-derive v0.1.4
13412026-02-14T01:40:38.999Z Compiling yoke-derive v0.7.4
13422026-02-14T01:40:38.999Z Compiling zerovec-derive v0.10.3
13432026-02-14T01:40:39.047Z Compiling thiserror-impl v2.0.18
13442026-02-14T01:40:40.190Z Compiling displaydoc v0.2.5
13452026-02-14T01:40:41.393Z Compiling thiserror-impl v1.0.69
13462026-02-14T01:40:41.574Z Compiling icu_provider_macros v1.5.0
13472026-02-14T01:40:41.714Z Compiling zerocopy-derive v0.7.35
13482026-02-14T01:40:42.289Z Compiling zerofrom v0.1.4
13492026-02-14T01:40:42.318Z Compiling pest v2.8.2
13502026-02-14T01:40:42.559Z Compiling yoke v0.7.4
13512026-02-14T01:40:42.755Z Compiling scroll_derive v0.12.0
13522026-02-14T01:40:42.956Z Compiling zerovec v0.10.4
13532026-02-14T01:40:43.394Z Compiling clap_derive v4.5.47
13542026-02-14T01:40:43.687Z Compiling zerocopy v0.7.35
13552026-02-14T01:40:43.989Z Compiling scroll v0.12.0
13562026-02-14T01:40:44.098Z Compiling tabled v0.15.0
13572026-02-14T01:40:44.544Z Compiling goblin v0.8.2
13582026-02-14T01:40:44.851Z Compiling tinystr v0.7.6
13592026-02-14T01:40:45.168Z Compiling pest_meta v2.8.2
13602026-02-14T01:40:45.205Z Compiling icu_collections v1.5.0
13612026-02-14T01:40:45.309Z Compiling icu_locid v1.5.0
13622026-02-14T01:40:46.481Z Compiling icu_provider v1.5.0
13632026-02-14T01:40:46.905Z Compiling pest_generator v2.8.2
13642026-02-14T01:40:46.984Z Compiling serde_spanned v0.6.9
13652026-02-14T01:40:47.254Z Compiling icu_locid_transform v1.5.0
13662026-02-14T01:40:47.312Z Compiling toml_datetime v0.6.11
13672026-02-14T01:40:47.521Z Compiling dof v0.3.0
13682026-02-14T01:40:47.603Z Compiling erased-serde v0.4.6
13692026-02-14T01:40:47.890Z Compiling toml_edit v0.22.27
13702026-02-14T01:40:48.511Z Compiling serde_tokenstream v0.2.2
13712026-02-14T01:40:48.601Z Compiling serde-value v0.7.0
13722026-02-14T01:40:48.791Z Compiling icu_properties v1.5.1
13732026-02-14T01:40:49.183Z Compiling serde-untagged v0.1.7
13742026-02-14T01:40:49.370Z Compiling cargo-platform v0.2.0
13752026-02-14T01:40:49.708Z Compiling clap v4.5.48
13762026-02-14T01:40:49.749Z Compiling macaddr v1.0.1
13772026-02-14T01:40:49.786Z Compiling pest_derive v2.8.2
13782026-02-14T01:40:50.528Z Compiling dtrace-parser v0.2.0
13792026-02-14T01:40:51.155Z Compiling toml v0.8.23
13802026-02-14T01:40:52.082Z Compiling cargo_toml v0.21.0
13812026-02-14T01:40:52.454Z Compiling icu_normalizer v1.5.0
13822026-02-14T01:40:52.552Z Compiling usdt-macro v0.5.0
13832026-02-14T01:40:52.579Z Compiling usdt-attr-macro v0.5.0
13842026-02-14T01:40:53.383Z Compiling idna_adapter v1.2.0
13852026-02-14T01:40:53.566Z Compiling idna v1.0.3
13862026-02-14T01:40:53.777Z Compiling usdt v0.5.0
13872026-02-14T01:40:54.216Z Compiling url v2.5.4
13882026-02-14T01:40:55.186Z Compiling cargo-util-schemas v0.8.2
13892026-02-14T01:40:57.132Z Compiling cargo_metadata v0.21.0
13902026-02-14T01:40:59.376Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
13912026-02-14T01:41:03.759Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.82s
13922026-02-14T01:41:03.834Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
13932026-02-14T01:41:05.445Z Compiling value-bag v1.12.0
13942026-02-14T01:41:05.445Z Compiling lock_api v0.4.12
13952026-02-14T01:41:05.445Z Compiling scopeguard v1.2.0
13962026-02-14T01:41:05.470Z Compiling shlex v1.3.0
13972026-02-14T01:41:05.470Z Compiling smallvec v1.15.1
13982026-02-14T01:41:05.495Z Compiling syn v2.0.114
13992026-02-14T01:41:05.495Z Compiling getrandom v0.2.15
14002026-02-14T01:41:05.521Z Compiling jobserver v0.1.32
14012026-02-14T01:41:05.659Z Compiling typenum v1.17.0
14022026-02-14T01:41:05.829Z Compiling rand_core v0.6.4
14032026-02-14T01:41:05.933Z Compiling log v0.4.29
14042026-02-14T01:41:05.967Z Compiling cc v1.2.30
14052026-02-14T01:41:06.021Z Compiling generic-array v0.14.7
14062026-02-14T01:41:06.305Z Compiling subtle v2.6.1
14072026-02-14T01:41:06.353Z Compiling portable-atomic v1.11.0
14082026-02-14T01:41:06.414Z Compiling critical-section v1.1.3
14092026-02-14T01:41:06.441Z Compiling const-oid v0.9.6
14102026-02-14T01:41:06.590Z Compiling serde_json v1.0.149
14112026-02-14T01:41:06.637Z Compiling getrandom v0.3.4
14122026-02-14T01:41:06.680Z Compiling pkg-config v0.3.31
14132026-02-14T01:41:06.921Z Compiling spin v0.9.8
14142026-02-14T01:41:07.262Z Compiling pin-project-lite v0.2.14
14152026-02-14T01:41:07.408Z Compiling parking_lot_core v0.9.10
14162026-02-14T01:41:07.681Z Compiling regex-syntax v0.8.5
14172026-02-14T01:41:07.873Z Compiling libm v0.2.8
14182026-02-14T01:41:08.087Z Compiling rustix v0.38.37
14192026-02-14T01:41:08.235Z Compiling once_cell v1.21.3
14202026-02-14T01:41:08.385Z Compiling signal-hook-registry v1.4.2
14212026-02-14T01:41:08.629Z Compiling num-traits v0.2.19
14222026-02-14T01:41:08.804Z Compiling allocator-api2 v0.2.21
14232026-02-14T01:41:08.863Z Compiling parking_lot v0.12.3
14242026-02-14T01:41:09.195Z Compiling mio v1.0.2
14252026-02-14T01:41:09.376Z Compiling futures-core v0.3.31
14262026-02-14T01:41:09.477Z Compiling lazy_static v1.5.0
14272026-02-14T01:41:09.591Z Compiling aho-corasick v1.1.3
14282026-02-14T01:41:09.677Z Compiling percent-encoding v2.3.2
14292026-02-14T01:41:09.701Z Compiling socket2 v0.6.1
14302026-02-14T01:41:10.191Z Compiling slab v0.4.9
14312026-02-14T01:41:10.222Z Compiling cpufeatures v0.2.14
14322026-02-14T01:41:10.336Z Compiling either v1.15.0
14332026-02-14T01:41:10.374Z Compiling futures-sink v0.3.31
14342026-02-14T01:41:10.480Z Compiling glob v0.3.2
14352026-02-14T01:41:10.545Z Compiling futures-channel v0.3.31
14362026-02-14T01:41:10.704Z Compiling hashbrown v0.16.1
14372026-02-14T01:41:10.938Z Compiling futures-io v0.3.31
14382026-02-14T01:41:10.962Z Compiling rustversion v1.0.22
14392026-02-14T01:41:11.204Z Compiling prettyplease v0.2.36
14402026-02-14T01:41:11.229Z Compiling clang-sys v1.8.1
14412026-02-14T01:41:11.509Z Compiling regex-automata v0.4.11
14422026-02-14T01:41:11.554Z Compiling futures-task v0.3.31
14432026-02-14T01:41:11.608Z Compiling pin-utils v0.1.0
14442026-02-14T01:41:11.797Z Compiling minimal-lexical v0.2.1
14452026-02-14T01:41:11.865Z Compiling indexmap v2.13.0
14462026-02-14T01:41:11.893Z Compiling libloading v0.8.5
14472026-02-14T01:41:12.243Z Compiling synstructure v0.13.1
14482026-02-14T01:41:12.268Z Compiling nom v7.1.3
14492026-02-14T01:41:12.890Z Compiling home v0.5.9
14502026-02-14T01:41:12.914Z Compiling bindgen v0.69.5
14512026-02-14T01:41:13.083Z Compiling base64ct v1.6.0
14522026-02-14T01:41:13.269Z Compiling ident_case v1.0.1
14532026-02-14T01:41:13.479Z Compiling itertools v0.12.1
14542026-02-14T01:41:13.676Z Compiling pem-rfc7468 v0.7.0
14552026-02-14T01:41:14.174Z Compiling form_urlencoded v1.2.2
14562026-02-14T01:41:14.174Z Compiling flagset v0.4.6
14572026-02-14T01:41:14.296Z Compiling lazycell v1.3.0
14582026-02-14T01:41:14.339Z Compiling rustc-hash v1.1.0
14592026-02-14T01:41:14.488Z Compiling rand_core v0.9.3
14602026-02-14T01:41:14.525Z Compiling cmake v0.1.51
14612026-02-14T01:41:15.110Z Compiling cexpr v0.6.0
14622026-02-14T01:41:15.330Z Compiling fs_extra v1.3.0
14632026-02-14T01:41:15.386Z Compiling iana-time-zone v0.1.63
14642026-02-14T01:41:15.740Z Compiling paste v1.0.15
14652026-02-14T01:41:15.836Z Compiling foldhash v0.1.5
14662026-02-14T01:41:16.062Z Compiling dunce v1.0.5
14672026-02-14T01:41:16.136Z Compiling hashbrown v0.15.4
14682026-02-14T01:41:16.187Z Compiling rustc_version v0.4.1
14692026-02-14T01:41:16.234Z Compiling uuid v1.19.0
14702026-02-14T01:41:16.284Z Compiling vcpkg v0.2.15
14712026-02-14T01:41:16.587Z Compiling regex v1.11.3
14722026-02-14T01:41:16.634Z Compiling serde_derive v1.0.228
14732026-02-14T01:41:16.808Z Compiling zeroize_derive v1.4.2
14742026-02-14T01:41:17.301Z Compiling zerofrom-derive v0.1.4
14752026-02-14T01:41:17.526Z Compiling yoke-derive v0.7.4
14762026-02-14T01:41:17.599Z Compiling zerovec-derive v0.10.3
14772026-02-14T01:41:17.824Z Compiling displaydoc v0.2.5
14782026-02-14T01:41:18.034Z Compiling zeroize v1.8.1
14792026-02-14T01:41:19.274Z Compiling icu_provider_macros v1.5.0
14802026-02-14T01:41:19.920Z Compiling crypto-common v0.1.6
14812026-02-14T01:41:19.948Z Compiling block-buffer v0.10.4
14822026-02-14T01:41:20.248Z Compiling digest v0.10.7
14832026-02-14T01:41:20.274Z Compiling zerocopy-derive v0.7.35
14842026-02-14T01:41:20.274Z Compiling tokio-macros v2.6.0
14852026-02-14T01:41:20.350Z Compiling thiserror-impl v2.0.18
14862026-02-14T01:41:20.445Z Compiling zerofrom v0.1.4
14872026-02-14T01:41:20.680Z Compiling yoke v0.7.4
14882026-02-14T01:41:20.735Z Compiling hmac v0.12.1
14892026-02-14T01:41:20.933Z Compiling block-padding v0.3.3
14902026-02-14T01:41:20.997Z Compiling futures-macro v0.3.31
14912026-02-14T01:41:21.053Z Compiling zerovec v0.10.4
14922026-02-14T01:41:21.213Z Compiling inout v0.1.3
14932026-02-14T01:41:21.508Z Compiling cipher v0.4.4
14942026-02-14T01:41:21.693Z Compiling sha2 v0.10.9
14952026-02-14T01:41:22.026Z Compiling der_derive v0.7.3
14962026-02-14T01:41:22.051Z Compiling zerocopy v0.7.35
14972026-02-14T01:41:22.544Z Compiling futures-util v0.3.31
14982026-02-14T01:41:23.070Z Compiling tinystr v0.7.6
14992026-02-14T01:41:23.223Z Compiling icu_collections v1.5.0
15002026-02-14T01:41:23.295Z Compiling thiserror v2.0.18
15012026-02-14T01:41:23.321Z Compiling serde v1.0.228
15022026-02-14T01:41:23.406Z Compiling ppv-lite86 v0.2.20
15032026-02-14T01:41:23.468Z Compiling icu_locid v1.5.0
15042026-02-14T01:41:23.492Z Compiling pest v2.8.2
15052026-02-14T01:41:24.033Z Compiling der v0.7.10
15062026-02-14T01:41:24.156Z Compiling salsa20 v0.10.2
15072026-02-14T01:41:24.400Z Compiling pbkdf2 v0.12.2
15082026-02-14T01:41:24.486Z Compiling bitflags v2.9.4
15092026-02-14T01:41:24.592Z Compiling bytes v1.11.1
15102026-02-14T01:41:24.660Z Compiling icu_provider v1.5.0
15112026-02-14T01:41:24.979Z Compiling chrono v0.4.43
15122026-02-14T01:41:25.416Z Compiling icu_locid_transform v1.5.0
15132026-02-14T01:41:25.538Z Compiling zerocopy v0.8.27
15142026-02-14T01:41:25.984Z Compiling tokio v1.49.0
15152026-02-14T01:41:26.255Z Compiling spki v0.7.3
15162026-02-14T01:41:26.568Z Compiling pest_meta v2.8.2
15172026-02-14T01:41:26.641Z Compiling icu_properties v1.5.1
15182026-02-14T01:41:26.781Z Compiling http v1.4.0
15192026-02-14T01:41:27.524Z Compiling scrypt v0.11.0
15202026-02-14T01:41:27.862Z Compiling rand_chacha v0.9.0
15212026-02-14T01:41:27.984Z Compiling aes v0.8.4
15222026-02-14T01:41:28.065Z Compiling cbc v0.1.2
15232026-02-14T01:41:28.316Z Compiling which v4.4.2
15242026-02-14T01:41:28.869Z Compiling openssl-sys v0.9.109
15252026-02-14T01:41:29.220Z Compiling zerocopy-derive v0.8.27
15262026-02-14T01:41:30.016Z Compiling icu_normalizer v1.5.0
15272026-02-14T01:41:30.310Z Compiling pkcs5 v0.7.1
15282026-02-14T01:41:30.393Z Compiling rand v0.9.2
15292026-02-14T01:41:30.453Z Compiling pest_generator v2.8.2
15302026-02-14T01:41:30.784Z Compiling tracing-attributes v0.1.27
15312026-02-14T01:41:31.273Z Compiling idna_adapter v1.2.0
15322026-02-14T01:41:31.514Z Compiling idna v1.0.3
15332026-02-14T01:41:31.538Z Compiling serde_derive_internals v0.29.1
15342026-02-14T01:41:31.920Z Compiling ring v0.17.14
15352026-02-14T01:41:32.017Z Compiling tracing-core v0.1.32
15362026-02-14T01:41:32.842Z Compiling url v2.5.4
15372026-02-14T01:41:32.899Z Compiling aws-lc-rs v1.12.4
15382026-02-14T01:41:33.233Z Compiling rustix v1.1.3
15392026-02-14T01:41:33.321Z Compiling adler2 v2.0.0
15402026-02-14T01:41:33.511Z Compiling schemars v0.8.22
15412026-02-14T01:41:33.548Z Compiling schemars_derive v0.8.22
15422026-02-14T01:41:33.572Z Compiling tracing v0.1.40
15432026-02-14T01:41:33.900Z Compiling miniz_oxide v0.8.5
15442026-02-14T01:41:34.268Z Compiling tokio-util v0.7.15
15452026-02-14T01:41:34.517Z Compiling pest_derive v2.8.2
15462026-02-14T01:41:35.249Z Compiling pkcs8 v0.10.2
15472026-02-14T01:41:35.347Z Compiling http-body v1.0.1
15482026-02-14T01:41:35.572Z Compiling scroll_derive v0.13.1
15492026-02-14T01:41:35.605Z Compiling darling_core v0.20.10
15502026-02-14T01:41:35.865Z Compiling httparse v1.9.5
15512026-02-14T01:41:36.206Z Compiling base64 v0.22.1
15522026-02-14T01:41:36.472Z Compiling rustls-pki-types v1.10.0
15532026-02-14T01:41:36.498Z Compiling tinyvec_macros v0.1.1
15542026-02-14T01:41:36.606Z Compiling dyn-clone v1.0.20
15552026-02-14T01:41:36.847Z Compiling tinyvec v1.8.0
15562026-02-14T01:41:37.143Z Compiling scroll v0.13.0
15572026-02-14T01:41:37.685Z Compiling bzip2-sys v0.1.13+1.0.8
15582026-02-14T01:41:38.209Z Compiling zstd-sys v2.0.14+zstd.1.5.7
15592026-02-14T01:41:38.245Z Compiling num-conv v0.1.0
15602026-02-14T01:41:38.529Z Compiling openssl-probe v0.1.5
15612026-02-14T01:41:38.830Z Compiling untrusted v0.7.1
15622026-02-14T01:41:38.881Z Compiling try-lock v0.2.5
15632026-02-14T01:41:38.927Z Compiling tower-layer v0.3.3
15642026-02-14T01:41:39.048Z Compiling powerfmt v0.2.0
15652026-02-14T01:41:39.073Z Compiling openssl v0.10.73
15662026-02-14T01:41:39.097Z Compiling tower-service v0.3.3
15672026-02-14T01:41:39.233Z Compiling time-core v0.1.6
15682026-02-14T01:41:39.257Z Compiling atomic-waker v1.1.2
15692026-02-14T01:41:39.426Z Compiling untrusted v0.9.0
15702026-02-14T01:41:39.458Z Compiling foreign-types-shared v0.1.1
15712026-02-14T01:41:39.519Z Compiling h2 v0.4.6
15722026-02-14T01:41:39.548Z Compiling time-macros v0.2.24
15732026-02-14T01:41:39.729Z Compiling foreign-types v0.3.2
15742026-02-14T01:41:39.849Z Compiling tempfile v3.24.0
15752026-02-14T01:41:39.874Z Compiling deranged v0.5.3
15762026-02-14T01:41:40.179Z Compiling want v0.3.1
15772026-02-14T01:41:40.830Z Compiling darling_macro v0.20.10
15782026-02-14T01:41:41.646Z Compiling darling v0.20.10
15792026-02-14T01:41:41.771Z Compiling goblin v0.10.2
15802026-02-14T01:41:42.256Z Compiling ipnet v2.11.0
15812026-02-14T01:41:42.677Z Compiling openssl-macros v0.1.1
15822026-02-14T01:41:43.321Z Compiling wait-timeout v0.2.0
15832026-02-14T01:41:43.346Z Compiling num_threads v0.1.7
15842026-02-14T01:41:43.409Z Compiling rustls v0.23.19
15852026-02-14T01:41:43.513Z Compiling usdt-impl v0.6.0
15862026-02-14T01:41:43.585Z Compiling syn v1.0.109
15872026-02-14T01:41:43.715Z Compiling crossbeam-utils v0.8.21
15882026-02-14T01:41:43.808Z Compiling native-tls v0.2.12
15892026-02-14T01:41:43.853Z Compiling gimli v0.31.1
15902026-02-14T01:41:44.126Z Compiling quick-error v1.2.3
15912026-02-14T01:41:44.150Z Compiling httpdate v1.0.3
15922026-02-14T01:41:44.237Z Compiling bit-vec v0.8.0
15932026-02-14T01:41:44.299Z Compiling rusty-fork v0.3.0
15942026-02-14T01:41:44.678Z Compiling bit-set v0.8.0
15952026-02-14T01:41:44.845Z Compiling time v0.3.43
15962026-02-14T01:41:45.139Z Compiling derive_builder_core v0.20.2
15972026-02-14T01:41:47.032Z Compiling hyper v1.8.1
15982026-02-14T01:41:48.141Z Compiling addr2line v0.24.2
15992026-02-14T01:41:48.345Z Compiling dof v0.4.0
16002026-02-14T01:41:48.370Z Compiling unicode-normalization v0.1.24
16012026-02-14T01:41:48.742Z Compiling dtrace-parser v0.3.0
16022026-02-14T01:41:49.321Z Compiling signature v2.2.0
16032026-02-14T01:41:49.657Z Compiling heapless v0.7.17
16042026-02-14T01:41:50.054Z Compiling scroll_derive v0.12.0
16052026-02-14T01:41:50.333Z Compiling thiserror-impl v1.0.69
16062026-02-14T01:41:50.390Z Compiling rand_xorshift v0.4.0
16072026-02-14T01:41:50.417Z Compiling darling_core v0.21.0
16082026-02-14T01:41:50.658Z Compiling slog v2.8.2
16092026-02-14T01:41:50.977Z Compiling thread-id v5.0.0
16102026-02-14T01:41:51.105Z Compiling cookie v0.18.1
16112026-02-14T01:41:51.226Z Compiling crc32fast v1.4.2
16122026-02-14T01:41:51.435Z Compiling object v0.36.5
16132026-02-14T01:41:51.563Z Compiling unicode-properties v0.1.3
16142026-02-14T01:41:51.738Z Compiling unarray v0.1.4
16152026-02-14T01:41:51.766Z Compiling anyhow v1.0.99
16162026-02-14T01:41:51.918Z Compiling zstd-safe v7.2.3
16172026-02-14T01:41:51.947Z Compiling unicode-bidi v0.3.17
16182026-02-14T01:41:52.243Z Compiling siphasher v0.3.11
16192026-02-14T01:41:52.306Z Compiling signal-hook v0.3.18
16202026-02-14T01:41:52.330Z Compiling zlib-rs v0.5.1
16212026-02-14T01:41:52.592Z Compiling rustc-demangle v0.1.24
16222026-02-14T01:41:52.655Z Compiling stringprep v0.1.5
16232026-02-14T01:41:52.886Z Compiling thiserror v1.0.69
16242026-02-14T01:41:53.067Z Compiling phf_shared v0.11.2
16252026-02-14T01:41:53.513Z Compiling proptest v1.7.0
16262026-02-14T01:41:53.603Z Compiling scroll v0.12.0
16272026-02-14T01:41:54.120Z Compiling hyper-util v0.1.19
16282026-02-14T01:41:54.397Z Compiling derive_builder_macro v0.20.2
16292026-02-14T01:41:55.878Z Compiling darling_macro v0.21.0
16302026-02-14T01:41:56.128Z Compiling ipnetwork v0.21.1
16312026-02-14T01:41:56.655Z Compiling serde_tokenstream v0.2.2
16322026-02-14T01:41:56.883Z Compiling erased-serde v0.3.31
16332026-02-14T01:41:57.235Z Compiling toml_datetime v0.6.11
16342026-02-14T01:41:57.756Z Compiling backtrace v0.3.74
16352026-02-14T01:41:57.919Z Compiling serde_spanned v0.6.9
16362026-02-14T01:41:58.073Z Compiling rand_chacha v0.3.1
16372026-02-14T01:41:58.124Z Compiling md-5 v0.10.6
16382026-02-14T01:41:58.200Z Compiling curve25519-dalek v4.1.3
16392026-02-14T01:41:58.407Z Compiling vergen-lib v0.1.6
16402026-02-14T01:41:58.706Z Compiling libz-rs-sys v0.5.1
16412026-02-14T01:41:58.830Z Compiling num-integer v0.1.46
16422026-02-14T01:41:59.004Z Compiling sync_wrapper v1.0.1
16432026-02-14T01:41:59.176Z Compiling ff v0.13.0
16442026-02-14T01:41:59.335Z Compiling hash32 v0.2.1
16452026-02-14T01:41:59.397Z Compiling memoffset v0.9.1
16462026-02-14T01:41:59.499Z Compiling num-bigint-dig v0.8.6
16472026-02-14T01:41:59.714Z Compiling ref-cast v1.0.25
16482026-02-14T01:41:59.749Z Compiling fallible-iterator v0.2.0
16492026-02-14T01:41:59.827Z Compiling litrs v0.4.1
16502026-02-14T01:41:59.861Z Compiling smoltcp v0.9.1
16512026-02-14T01:42:00.244Z Compiling base16ct v0.2.0
16522026-02-14T01:42:00.331Z Compiling cfg_aliases v0.2.1
16532026-02-14T01:42:00.378Z Compiling psl-types v2.0.11
16542026-02-14T01:42:00.470Z Compiling nix v0.29.0
16552026-02-14T01:42:00.500Z Compiling sec1 v0.7.3
16562026-02-14T01:42:00.620Z Compiling publicsuffix v2.3.0
16572026-02-14T01:42:00.656Z Compiling postgres-protocol v0.6.8
16582026-02-14T01:42:00.832Z Compiling document-features v0.2.11
16592026-02-14T01:42:01.199Z Compiling group v0.13.0
16602026-02-14T01:42:01.223Z Compiling num-iter v0.1.45
16612026-02-14T01:42:01.431Z Compiling tower v0.5.2
16622026-02-14T01:42:01.537Z Compiling flate2 v1.1.2
16632026-02-14T01:42:01.800Z Compiling newtype-uuid v1.3.2
16642026-02-14T01:42:02.065Z Compiling rand v0.8.5
16652026-02-14T01:42:02.397Z Compiling darling v0.21.0
16662026-02-14T01:42:02.427Z Compiling oxnet v0.1.4
16672026-02-14T01:42:02.578Z Compiling derive_builder v0.20.2
16682026-02-14T01:42:02.770Z Compiling tokio-native-tls v0.3.1
16692026-02-14T01:42:02.798Z Compiling goblin v0.8.2
16702026-02-14T01:42:03.496Z Compiling rustls-native-certs v0.8.1
16712026-02-14T01:42:03.901Z Compiling webpki-roots v1.0.1
16722026-02-14T01:42:04.000Z Compiling http-body-util v0.1.3
16732026-02-14T01:42:04.025Z Compiling strum_macros v0.27.2
16742026-02-14T01:42:04.116Z Compiling terminal_size v0.4.0
16752026-02-14T01:42:04.230Z Compiling cargo-platform v0.1.8
16762026-02-14T01:42:04.353Z Compiling hkdf v0.12.4
16772026-02-14T01:42:04.460Z Compiling crypto-bigint v0.5.5
16782026-02-14T01:42:04.661Z Compiling daft-derive v0.1.4
16792026-02-14T01:42:04.729Z Compiling ref-cast-impl v1.0.25
16802026-02-14T01:42:05.242Z Compiling hubpack_derive v0.1.1
16812026-02-14T01:42:05.699Z Compiling async-trait v0.1.89
16822026-02-14T01:42:06.035Z Compiling curve25519-dalek-derive v0.1.1
16832026-02-14T01:42:06.064Z Compiling vergen v9.0.6
16842026-02-14T01:42:06.354Z Compiling ahash v0.8.12
16852026-02-14T01:42:06.697Z Compiling fs-err v3.1.1
16862026-02-14T01:42:07.065Z Compiling iri-string v0.7.8
16872026-02-14T01:42:07.327Z Compiling simd-adler32 v0.3.7
16882026-02-14T01:42:07.876Z Compiling winnow v0.5.40
16892026-02-14T01:42:07.982Z Compiling bitflags v1.3.2
16902026-02-14T01:42:08.130Z Compiling buf-list v1.0.3
16912026-02-14T01:42:08.395Z Compiling ryu v1.0.18
16922026-02-14T01:42:08.781Z Compiling unicode-segmentation v1.12.0
16932026-02-14T01:42:08.805Z Compiling bumpalo v3.16.0
16942026-02-14T01:42:09.316Z Compiling managed v0.8.0
16952026-02-14T01:42:09.633Z Compiling lockfree-object-pool v0.1.6
16962026-02-14T01:42:09.679Z Compiling clap_builder v4.5.48
16972026-02-14T01:42:09.930Z Compiling zopfli v0.8.1
16982026-02-14T01:42:10.735Z Compiling tower-http v0.6.6
16992026-02-14T01:42:10.979Z Compiling toml_edit v0.19.15
17002026-02-14T01:42:11.160Z Compiling serde_urlencoded v0.7.1
17012026-02-14T01:42:11.320Z Compiling strum v0.27.2
17022026-02-14T01:42:11.516Z Compiling dof v0.3.0
17032026-02-14T01:42:11.567Z Compiling elliptic-curve v0.13.8
17042026-02-14T01:42:11.902Z Compiling daft v0.1.4
17052026-02-14T01:42:12.407Z Compiling hubpack v0.1.2
17062026-02-14T01:42:12.598Z Compiling cargo_metadata v0.19.2
17072026-02-14T01:42:12.838Z Compiling hyper-tls v0.6.0
17082026-02-14T01:42:13.212Z Compiling cookie_store v0.21.1
17092026-02-14T01:42:13.237Z Compiling signal-hook-mio v0.2.4
17102026-02-14T01:42:14.571Z Compiling zstd v0.13.3
17112026-02-14T01:42:15.685Z Compiling serde_with_macros v3.16.1
17122026-02-14T01:42:15.802Z Compiling postgres-types v0.2.9
17132026-02-14T01:42:16.842Z Compiling usdt-macro v0.6.0
17142026-02-14T01:42:16.867Z Compiling usdt-attr-macro v0.6.0
17152026-02-14T01:42:16.892Z Compiling phf v0.11.2
17162026-02-14T01:42:16.937Z Compiling dtrace-parser v0.2.0
17172026-02-14T01:42:17.182Z Compiling ed25519 v2.2.3
17182026-02-14T01:42:17.936Z Compiling bzip2 v0.5.2
17192026-02-14T01:42:18.152Z Compiling bzip2 v0.4.4
17202026-02-14T01:42:18.328Z Compiling pkcs1 v0.7.5
17212026-02-14T01:42:18.353Z Compiling enum-as-inner v0.6.1
17222026-02-14T01:42:18.559Z Compiling clap_derive v4.5.47
17232026-02-14T01:42:18.583Z Compiling strum_macros v0.26.4
17242026-02-14T01:42:18.624Z Compiling serde-big-array v0.5.1
17252026-02-14T01:42:18.864Z Compiling hex v0.4.3
17262026-02-14T01:42:19.067Z Compiling rfc6979 v0.4.0
17272026-02-14T01:42:19.147Z Compiling serde_repr v0.1.19
17282026-02-14T01:42:19.270Z Compiling bstr v1.10.0
17292026-02-14T01:42:19.296Z Compiling float-cmp v0.10.0
17302026-02-14T01:42:19.433Z Compiling env_filter v0.1.2
17312026-02-14T01:42:19.542Z Compiling socket2 v0.5.10
17322026-02-14T01:42:20.097Z Compiling memmap2 v0.9.8
17332026-02-14T01:42:20.212Z Compiling encoding_rs v0.8.34
17342026-02-14T01:42:20.453Z Compiling fixedbitset v0.4.2
17352026-02-14T01:42:20.495Z Compiling jiff v0.2.15
17362026-02-14T01:42:20.646Z Compiling whoami v1.5.2
17372026-02-14T01:42:20.868Z Compiling static_assertions v1.1.0
17382026-02-14T01:42:20.998Z Compiling data-encoding v2.9.0
17392026-02-14T01:42:21.150Z Compiling fixedbitset v0.5.7
17402026-02-14T01:42:21.784Z Compiling predicates-core v1.0.8
17412026-02-14T01:42:22.125Z Compiling mime v0.3.17
17422026-02-14T01:42:22.183Z Compiling new_debug_unreachable v1.0.6
17432026-02-14T01:42:22.223Z Compiling foldhash v0.2.0
17442026-02-14T01:42:22.313Z Compiling normalize-line-endings v0.3.0
17452026-02-14T01:42:22.472Z Compiling keccak v0.1.5
17462026-02-14T01:42:22.545Z Compiling precomputed-hash v0.1.1
17472026-02-14T01:42:22.636Z Compiling rustc-hash v2.1.1
17482026-02-14T01:42:22.663Z Compiling difflib v0.4.0
17492026-02-14T01:42:22.702Z Compiling string_cache v0.8.9
17502026-02-14T01:42:22.892Z Compiling iddqd v0.3.16
17512026-02-14T01:42:23.127Z Compiling sha3 v0.10.8
17522026-02-14T01:42:23.401Z Compiling predicates v3.1.3
17532026-02-14T01:42:23.945Z Compiling toml_edit v0.22.27
17542026-02-14T01:42:24.074Z Compiling strum v0.26.3
17552026-02-14T01:42:24.282Z Compiling clap v4.5.48
17562026-02-14T01:42:24.307Z Compiling hickory-proto v0.25.2
17572026-02-14T01:42:24.425Z Compiling petgraph v0.8.2
17582026-02-14T01:42:24.821Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17592026-02-14T01:42:24.860Z Compiling tokio-postgres v0.7.13
17602026-02-14T01:42:25.397Z Compiling petgraph v0.6.5
17612026-02-14T01:42:28.634Z Compiling zip v4.2.0
17622026-02-14T01:42:28.675Z Compiling usdt v0.6.0
17632026-02-14T01:42:29.151Z Compiling similar v2.7.0
17642026-02-14T01:42:29.600Z Compiling env_logger v0.11.8
17652026-02-14T01:42:30.030Z Compiling usdt-impl v0.5.0
17662026-02-14T01:42:30.285Z Compiling serde_with v3.16.1
17672026-02-14T01:42:30.679Z Compiling ecdsa v0.16.9
17682026-02-14T01:42:30.747Z Compiling rsa v0.9.8
17692026-02-14T01:42:30.858Z Compiling zip v0.6.6
17702026-02-14T01:42:30.949Z Compiling ed25519-dalek v2.1.1
17712026-02-14T01:42:31.968Z Compiling toml v0.7.8
17722026-02-14T01:42:32.118Z Compiling crossterm v0.28.1
17732026-02-14T01:42:33.376Z Compiling heck v0.4.1
17742026-02-14T01:42:33.524Z Compiling crossbeam-epoch v0.9.18
17752026-02-14T01:42:33.550Z Compiling tokio-stream v0.1.17
17762026-02-14T01:42:33.795Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17772026-02-14T01:42:34.156Z Compiling x509-cert v0.2.5
17782026-02-14T01:42:34.194Z Compiling openapiv3 v2.2.0
17792026-02-14T01:42:34.219Z Compiling sha1 v0.10.6
17802026-02-14T01:42:34.470Z Compiling itertools v0.10.5
17812026-02-14T01:42:34.686Z Compiling itertools v0.13.0
17822026-02-14T01:42:34.811Z Compiling winnow v0.6.26
17832026-02-14T01:42:35.029Z Compiling peg-runtime v0.8.5
17842026-02-14T01:42:35.615Z Compiling lalrpop-util v0.19.12
17852026-02-14T01:42:35.979Z Compiling thread_local v1.1.8
17862026-02-14T01:42:36.462Z Compiling slog-async v2.8.0
17872026-02-14T01:42:36.765Z Compiling crossbeam-channel v0.5.15
17882026-02-14T01:42:36.981Z Compiling xattr v1.3.1
17892026-02-14T01:42:37.242Z Compiling futures-executor v0.3.31
17902026-02-14T01:42:37.491Z Compiling filetime v0.2.26
17912026-02-14T01:42:37.537Z Compiling is-terminal v0.4.13
17922026-02-14T01:42:37.695Z Compiling take_mut v0.2.2
17932026-02-14T01:42:37.721Z Compiling term v1.1.0
17942026-02-14T01:42:37.748Z Compiling futures v0.3.31
17952026-02-14T01:42:37.848Z Compiling tar v0.4.44
17962026-02-14T01:42:38.868Z Compiling slog-term v2.9.2
17972026-02-14T01:42:40.524Z Compiling aws-lc-sys v0.26.0
17982026-02-14T01:43:15.320Z Compiling rustls-webpki v0.102.8
17992026-02-14T01:43:21.613Z Compiling tokio-rustls v0.26.0
18002026-02-14T01:43:22.015Z Compiling hyper-rustls v0.27.7
18012026-02-14T01:43:22.400Z Compiling reqwest v0.12.24
18022026-02-14T01:43:27.488Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18032026-02-14T01:43:27.869Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18042026-02-14T01:43:33.877Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 30s
18052026-02-14T01:43:34.028Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
18062026-02-14T01:43:34.100ZFeb 14 01:43:33.634 INFO Starting download, target: Clickhouse
18072026-02-14T01:43:34.100ZFeb 14 01:43:33.635 INFO Starting download, target: Cockroach
18082026-02-14T01:43:34.100ZFeb 14 01:43:33.635 INFO Starting download, target: Console
18092026-02-14T01:43:34.100ZFeb 14 01:43:33.635 INFO Starting download, target: MaghemiteMgd
18102026-02-14T01:43:34.100ZFeb 14 01:43:33.636 INFO Starting download, target: TransceiverControl
18112026-02-14T01:43:34.100ZFeb 14 01:43:33.636 INFO Starting download, target: DendriteStub
18122026-02-14T01:43:34.125ZFeb 14 01:43:33.636 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
18132026-02-14T01:43:34.125ZFeb 14 01:43:33.637 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
18142026-02-14T01:43:34.125ZFeb 14 01:43:33.637 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
18152026-02-14T01:43:34.125ZFeb 14 01:43:33.637 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
18162026-02-14T01:43:34.125ZFeb 14 01:43:33.638 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18172026-02-14T01:43:34.125ZFeb 14 01:43:33.638 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
18182026-02-14T01:43:34.448ZFeb 14 01:43:33.984 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18192026-02-14T01:43:34.917ZFeb 14 01:43:34.443 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18202026-02-14T01:43:35.006ZFeb 14 01:43:34.531 INFO Download complete, target: Console
18212026-02-14T01:43:35.346ZFeb 14 01:43:34.876 INFO Download complete, target: TransceiverControl
18222026-02-14T01:43:43.471ZFeb 14 01:43:43.005 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18232026-02-14T01:43:44.221ZFeb 14 01:43:43.757 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18242026-02-14T01:43:46.796ZFeb 14 01:43:46.332 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18252026-02-14T01:43:46.796ZFeb 14 01:43:46.332 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18262026-02-14T01:43:48.077ZFeb 14 01:43:47.604 INFO Download complete, target: DendriteStub
18272026-02-14T01:43:48.819ZFeb 14 01:43:48.339 INFO Download complete, target: MaghemiteMgd
18282026-02-14T01:43:57.274ZFeb 14 01:43:56.810 INFO Checking that binary works, target: Cockroach
18292026-02-14T01:43:57.565ZFeb 14 01:43:57.100 INFO Download complete, target: Cockroach
18302026-02-14T01:44:11.138ZFeb 14 01:44:10.674 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
18312026-02-14T01:44:27.292ZFeb 14 01:44:26.827 INFO Checking that binary works, target: Clickhouse
18322026-02-14T01:44:27.520ZFeb 14 01:44:27.056 INFO Download complete, target: Clickhouse
18332026-02-14T01:44:27.544ZAll prerequisites installed successfully
18342026-02-14T01:44:27.544Z
18352026-02-14T01:44:27.545Zreal 5:54.135627886
18362026-02-14T01:44:27.545Zuser 17:42.078004205
18372026-02-14T01:44:27.545Zsys 2:42.022570544
18382026-02-14T01:44:27.545Ztrap 0.656024103
18392026-02-14T01:44:27.545Ztflt 0.405612254
18402026-02-14T01:44:27.545Zdflt 0.934812665
18412026-02-14T01:44:27.545Zkflt 0.009846676
18422026-02-14T01:44:27.545Zlock 53:57.043771701
18432026-02-14T01:44:27.545Zslp 1:05:48.152331405
18442026-02-14T01:44:27.545Zlat 1:22.640022606
18452026-02-14T01:44:27.545Zstop 2:47.886175842
18462026-02-14T01:44:27.545Z+ source ./tools/include/force-git-over-https.sh
18472026-02-14T01:44:27.545Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
18482026-02-14T01:44:27.545Z++ (( i = 0 ))
18492026-02-14T01:44:27.545Z++ (( i < 5 ))
18502026-02-14T01:44:27.545Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
18512026-02-14T01:44:27.545Z++ (( i++ ))
18522026-02-14T01:44:27.545Z++ (( i < 5 ))
18532026-02-14T01:44:27.545Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
18542026-02-14T01:44:27.570Z++ (( i++ ))
18552026-02-14T01:44:27.570Z++ (( i < 5 ))
18562026-02-14T01:44:27.570Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
18572026-02-14T01:44:27.570Z++ (( i++ ))
18582026-02-14T01:44:27.570Z++ (( i < 5 ))
18592026-02-14T01:44:27.570Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
18602026-02-14T01:44:27.570Z++ (( i++ ))
18612026-02-14T01:44:27.570Z++ (( i < 5 ))
18622026-02-14T01:44:27.570Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
18632026-02-14T01:44:27.570Z++ (( i++ ))
18642026-02-14T01:44:27.570Z++ (( i < 5 ))
18652026-02-14T01:44:27.570Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
18662026-02-14T01:44:27.570Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
18672026-02-14T01:44:27.570Z+ rc=0
18682026-02-14T01:44:27.570Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
18692026-02-14T01:45:44.898Z+ case $rc in
18702026-02-14T01:45:44.898Z+ pfexec zfs create -p rpool/images/build/host
18712026-02-14T01:45:44.988Z+ pfexec zfs create -p rpool/images/build/recovery
18722026-02-14T01:45:45.035Z+ cargo xtask releng --output-dir /work --mkincorp
18732026-02-14T01:45:46.576Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s
18742026-02-14T01:45:46.620Z Running `target/debug/xtask releng --output-dir /work --mkincorp`
18752026-02-14T01:45:48.827Z Compiling proc-macro2 v1.0.101
18762026-02-14T01:45:48.827Z Compiling unicode-ident v1.0.19
18772026-02-14T01:45:48.827Z Compiling libc v0.2.180
18782026-02-14T01:45:48.853Z Compiling serde_core v1.0.228
18792026-02-14T01:45:48.853Z Compiling serde v1.0.228
18802026-02-14T01:45:48.853Z Compiling autocfg v1.4.0
18812026-02-14T01:45:48.853Z Compiling cfg-if v1.0.4
18822026-02-14T01:45:49.144Z Compiling version_check v0.9.5
18832026-02-14T01:45:49.199Z Compiling memchr v2.7.4
18842026-02-14T01:45:49.246Z Compiling shlex v1.3.0
18852026-02-14T01:45:49.712Z Compiling typenum v1.17.0
18862026-02-14T01:45:50.431Z Compiling lock_api v0.4.12
18872026-02-14T01:45:50.687Z Compiling generic-array v0.14.7
18882026-02-14T01:45:50.771Z Compiling value-bag v1.12.0
18892026-02-14T01:45:51.067Z Compiling getrandom v0.3.4
18902026-02-14T01:45:51.149Z Compiling portable-atomic v1.11.0
18912026-02-14T01:45:51.440Z Compiling jobserver v0.1.32
18922026-02-14T01:45:51.468Z Compiling quote v1.0.40
18932026-02-14T01:45:51.754Z Compiling log v0.4.29
18942026-02-14T01:45:51.787Z Compiling zmij v1.0.15
18952026-02-14T01:45:52.041Z Compiling syn v2.0.114
18962026-02-14T01:45:52.073Z Compiling cc v1.2.30
18972026-02-14T01:45:52.281Z Compiling serde_json v1.0.149
18982026-02-14T01:45:52.312Z Compiling libm v0.2.8
18992026-02-14T01:45:52.632Z Compiling num-traits v0.2.19
19002026-02-14T01:45:52.786Z Compiling scopeguard v1.2.0
19012026-02-14T01:45:52.861Z Compiling smallvec v1.15.1
19022026-02-14T01:45:53.028Z Compiling parking_lot_core v0.9.10
19032026-02-14T01:45:53.405Z Compiling rustix v0.38.37
19042026-02-14T01:45:53.454Z Compiling pkg-config v0.3.31
19052026-02-14T01:45:53.526Z Compiling getrandom v0.2.15
19062026-02-14T01:45:54.079Z Compiling thiserror v2.0.18
19072026-02-14T01:45:54.568Z Compiling itoa v1.0.11
19082026-02-14T01:45:55.071Z Compiling regex-syntax v0.8.5
19092026-02-14T01:45:55.138Z Compiling errno v0.3.12
19102026-02-14T01:45:55.710Z Compiling spin v0.9.8
19112026-02-14T01:45:55.863Z Compiling aho-corasick v1.1.3
19122026-02-14T01:45:55.987Z Compiling slab v0.4.9
19132026-02-14T01:45:56.011Z Compiling stable_deref_trait v1.2.0
19142026-02-14T01:45:56.212Z Compiling subtle v2.6.1
19152026-02-14T01:45:56.375Z Compiling lazy_static v1.5.0
19162026-02-14T01:45:56.453Z Compiling critical-section v1.1.3
19172026-02-14T01:45:56.566Z Compiling semver v1.0.27
19182026-02-14T01:45:56.618Z Compiling rand_core v0.6.4
19192026-02-14T01:45:57.506Z Compiling glob v0.3.2
19202026-02-14T01:45:57.548Z Compiling either v1.15.0
19212026-02-14T01:45:57.769Z Compiling once_cell v1.21.3
19222026-02-14T01:45:58.343Z Compiling clang-sys v1.8.1
19232026-02-14T01:45:59.213Z Compiling heck v0.5.0
19242026-02-14T01:45:59.412Z Compiling prettyplease v0.2.36
19252026-02-14T01:45:59.855Z Compiling regex-automata v0.4.11
19262026-02-14T01:46:00.288Z Compiling minimal-lexical v0.2.1
19272026-02-14T01:46:00.341Z Compiling schemars v0.8.22
19282026-02-14T01:46:00.690Z Compiling synstructure v0.13.1
19292026-02-14T01:46:00.834Z Compiling nom v7.1.3
19302026-02-14T01:46:00.907Z Compiling serde_derive_internals v0.29.1
19312026-02-14T01:46:01.796Z Compiling libloading v0.8.5
19322026-02-14T01:46:02.020Z Compiling bindgen v0.69.5
19332026-02-14T01:46:02.200Z Compiling paste v1.0.15
19342026-02-14T01:46:02.246Z Compiling home v0.5.9
19352026-02-14T01:46:02.522Z Compiling litemap v0.7.3
19362026-02-14T01:46:02.628Z Compiling writeable v0.5.5
19372026-02-14T01:46:04.019Z Compiling itertools v0.12.1
19382026-02-14T01:46:04.371Z Compiling serde_derive v1.0.228
19392026-02-14T01:46:04.774Z Compiling zeroize_derive v1.4.2
19402026-02-14T01:46:06.352Z Compiling zerofrom-derive v0.1.4
19412026-02-14T01:46:06.544Z Compiling yoke-derive v0.7.4
19422026-02-14T01:46:06.592Z Compiling zerovec-derive v0.10.3
19432026-02-14T01:46:07.618Z Compiling displaydoc v0.2.5
19442026-02-14T01:46:08.709Z Compiling icu_provider_macros v1.5.0
19452026-02-14T01:46:08.987Z Compiling zeroize v1.8.1
19462026-02-14T01:46:09.143Z Compiling thiserror-impl v2.0.18
19472026-02-14T01:46:09.343Z Compiling tokio-macros v2.6.0
19482026-02-14T01:46:09.609Z Compiling zerocopy-derive v0.7.35
19492026-02-14T01:46:09.749Z Compiling regex v1.11.3
19502026-02-14T01:46:09.782Z Compiling zerofrom v0.1.4
19512026-02-14T01:46:10.214Z Compiling futures-macro v0.3.31
19522026-02-14T01:46:10.468Z Compiling yoke v0.7.4
19532026-02-14T01:46:10.933Z Compiling zerovec v0.10.4
19542026-02-14T01:46:12.147Z Compiling cexpr v0.6.0
19552026-02-14T01:46:12.238Z Compiling schemars_derive v0.8.22
19562026-02-14T01:46:12.463Z Compiling byteorder v1.5.0
19572026-02-14T01:46:12.750Z Compiling lazycell v1.3.0
19582026-02-14T01:46:12.941Z Compiling rustc-hash v1.1.0
19592026-02-14T01:46:13.104Z Compiling bitflags v2.9.4
19602026-02-14T01:46:13.151Z Compiling bytes v1.11.1
19612026-02-14T01:46:13.227Z Compiling tinystr v0.7.6
19622026-02-14T01:46:13.257Z Compiling percent-encoding v2.3.2
19632026-02-14T01:46:13.701Z Compiling icu_locid v1.5.0
19642026-02-14T01:46:13.979Z Compiling allocator-api2 v0.2.21
19652026-02-14T01:46:15.049Z Compiling cmake v0.1.51
19662026-02-14T01:46:15.384Z Compiling dunce v1.0.5
19672026-02-14T01:46:15.436Z Compiling icu_provider v1.5.0
19682026-02-14T01:46:15.742Z Compiling icu_locid_transform_data v1.5.0
19692026-02-14T01:46:15.976Z Compiling fs_extra v1.3.0
19702026-02-14T01:46:16.002Z Compiling equivalent v1.0.2
19712026-02-14T01:46:16.336Z Compiling icu_collections v1.5.0
19722026-02-14T01:46:16.380Z Compiling icu_properties_data v1.5.0
19732026-02-14T01:46:16.559Z Compiling icu_locid_transform v1.5.0
19742026-02-14T01:46:16.731Z Compiling crypto-common v0.1.6
19752026-02-14T01:46:16.842Z Compiling utf8_iter v1.0.4
19762026-02-14T01:46:17.116Z Compiling icu_normalizer_data v1.5.0
19772026-02-14T01:46:17.286Z Compiling utf16_iter v1.0.5
19782026-02-14T01:46:17.765Z Compiling pin-project-lite v0.2.14
19792026-02-14T01:46:17.911Z Compiling write16 v1.0.0
19802026-02-14T01:46:17.983Z Compiling which v4.4.2
19812026-02-14T01:46:18.136Z Compiling der_derive v0.7.3
19822026-02-14T01:46:18.406Z Compiling icu_properties v1.5.1
19832026-02-14T01:46:18.980Z Compiling rustversion v1.0.22
19842026-02-14T01:46:19.066Z Compiling const-oid v0.9.6
19852026-02-14T01:46:20.701Z Compiling ring v0.17.14
19862026-02-14T01:46:22.754Z Compiling form_urlencoded v1.2.2
19872026-02-14T01:46:22.870Z Compiling fnv v1.0.7
19882026-02-14T01:46:23.090Z Compiling icu_normalizer v1.5.0
19892026-02-14T01:46:23.366Z Compiling vcpkg v0.2.15
19902026-02-14T01:46:23.422Z Compiling futures-core v0.3.31
19912026-02-14T01:46:23.662Z Compiling aws-lc-rs v1.12.4
19922026-02-14T01:46:24.176Z Compiling block-buffer v0.10.4
19932026-02-14T01:46:24.702Z Compiling idna_adapter v1.2.0
19942026-02-14T01:46:24.865Z Compiling signal-hook-registry v1.4.2
19952026-02-14T01:46:24.890Z Compiling openssl-sys v0.9.109
19962026-02-14T01:46:25.145Z Compiling idna v1.0.3
19972026-02-14T01:46:25.257Z Compiling zerocopy v0.8.27
19982026-02-14T01:46:26.033Z Compiling url v2.5.4
19992026-02-14T01:46:26.162Z Compiling digest v0.10.7
20002026-02-14T01:46:26.386Z Compiling parking_lot v0.12.3
20012026-02-14T01:46:26.878Z Compiling hashbrown v0.16.1
20022026-02-14T01:46:27.643Z Compiling tracing-attributes v0.1.27
20032026-02-14T01:46:28.308Z Compiling mio v1.0.2
20042026-02-14T01:46:29.886Z Compiling zerocopy-derive v0.8.27
20052026-02-14T01:46:29.935Z Compiling rustix v1.1.3
20062026-02-14T01:46:30.331Z Compiling httparse v1.9.5
20072026-02-14T01:46:30.513Z Compiling indexmap v2.13.0
20082026-02-14T01:46:30.572Z Compiling socket2 v0.6.1
20092026-02-14T01:46:31.257Z Compiling tokio v1.49.0
20102026-02-14T01:46:31.400Z Compiling aws-lc-sys v0.26.0
20112026-02-14T01:46:31.849Z Compiling iana-time-zone v0.1.63
20122026-02-14T01:46:31.911Z Compiling foldhash v0.1.5
20132026-02-14T01:46:32.263Z Compiling hashbrown v0.15.4
20142026-02-14T01:46:32.576Z Compiling chrono v0.4.43
20152026-02-14T01:46:32.670Z Compiling zerocopy v0.7.35
20162026-02-14T01:46:33.168Z Compiling futures-sink v0.3.31
20172026-02-14T01:46:33.494Z Compiling time-core v0.1.6
20182026-02-14T01:46:33.723Z Compiling num-conv v0.1.0
20192026-02-14T01:46:33.837Z Compiling futures-channel v0.3.31
20202026-02-14T01:46:34.148Z Compiling time-macros v0.2.24
20212026-02-14T01:46:34.239Z Compiling uuid v1.19.0
20222026-02-14T01:46:34.944Z Compiling openssl v0.10.73
20232026-02-14T01:46:35.126Z Compiling pin-utils v0.1.0
20242026-02-14T01:46:35.199Z Compiling futures-task v0.3.31
20252026-02-14T01:46:35.258Z Compiling futures-io v0.3.31
20262026-02-14T01:46:35.575Z Compiling futures-util v0.3.31
20272026-02-14T01:46:36.715Z Compiling cpufeatures v0.2.14
20282026-02-14T01:46:37.398Z Compiling ppv-lite86 v0.2.20
20292026-02-14T01:46:37.505Z Compiling openssl-macros v0.1.1
20302026-02-14T01:46:38.349Z Compiling rustc_version v0.4.1
20312026-02-14T01:46:39.017Z Compiling strsim v0.11.1
20322026-02-14T01:46:39.086Z Compiling rustls v0.23.19
20332026-02-14T01:46:39.199Z Compiling native-tls v0.2.12
20342026-02-14T01:46:39.308Z Compiling ucd-trie v0.1.7
20352026-02-14T01:46:39.669Z Compiling pest v2.8.2
20362026-02-14T01:46:39.712Z Compiling hmac v0.12.1
20372026-02-14T01:46:39.754Z Compiling serde_tokenstream v0.2.2
20382026-02-14T01:46:39.887Z Compiling dyn-clone v1.0.20
20392026-02-14T01:46:40.895Z Compiling block-padding v0.3.3
20402026-02-14T01:46:41.496Z Compiling bzip2-sys v0.1.13+1.0.8
20412026-02-14T01:46:41.496Z Compiling cookie v0.18.1
20422026-02-14T01:46:41.948Z Compiling ident_case v1.0.1
20432026-02-14T01:46:42.177Z Compiling thiserror v1.0.69
20442026-02-14T01:46:42.829Z Compiling inout v0.1.3
20452026-02-14T01:46:42.892Z Compiling pest_meta v2.8.2
20462026-02-14T01:46:43.258Z Compiling http v1.4.0
20472026-02-14T01:46:44.791Z Compiling pest_generator v2.8.2
20482026-02-14T01:46:44.819Z Compiling syn v1.0.109
20492026-02-14T01:46:45.603Z Compiling base64 v0.22.1
20502026-02-14T01:46:47.041Z Compiling pest_derive v2.8.2
20512026-02-14T01:46:48.344Z Compiling cipher v0.4.4
20522026-02-14T01:46:48.409Z Compiling sha2 v0.10.9
20532026-02-14T01:46:49.103Z Compiling slog v2.8.2
20542026-02-14T01:46:52.103Z Compiling scroll_derive v0.13.1
20552026-02-14T01:46:52.537Z Compiling thiserror-impl v1.0.69
20562026-02-14T01:46:54.043Z Compiling zstd-sys v2.0.14+zstd.1.5.7
20572026-02-14T01:46:54.097Z Compiling crossbeam-utils v0.8.21
20582026-02-14T01:46:54.965Z Compiling rustls-pki-types v1.10.0
20592026-02-14T01:46:55.048Z Compiling base64ct v1.6.0
20602026-02-14T01:46:55.757Z Compiling pem-rfc7468 v0.7.0
20612026-02-14T01:46:56.539Z Compiling flagset v0.4.6
20622026-02-14T01:46:56.949Z Compiling litrs v0.4.1
20632026-02-14T01:46:58.219Z Compiling document-features v0.2.11
20642026-02-14T01:46:59.493Z Compiling der v0.7.10
20652026-02-14T01:46:59.574Z Compiling tokio-util v0.7.15
20662026-02-14T01:47:02.157Z Compiling rand_core v0.9.3
20672026-02-14T01:47:02.671Z Compiling tracing-core v0.1.32
20682026-02-14T01:47:02.831Z Compiling untrusted v0.7.1
20692026-02-14T01:47:03.084Z Compiling camino v1.2.2
20702026-02-14T01:47:03.682Z Compiling untrusted v0.9.0
20712026-02-14T01:47:04.047Z Compiling powerfmt v0.2.0
20722026-02-14T01:47:04.291Z Compiling plain v0.2.3
20732026-02-14T01:47:04.555Z Compiling deranged v0.5.3
20742026-02-14T01:47:05.323Z Compiling tracing v0.1.40
20752026-02-14T01:47:06.179Z Compiling spki v0.7.3
20762026-02-14T01:47:06.372Z Compiling salsa20 v0.10.2
20772026-02-14T01:47:06.715Z Compiling http-body v1.0.1
20782026-02-14T01:47:06.761Z Compiling pbkdf2 v0.12.2
20792026-02-14T01:47:07.728Z Compiling num_threads v0.1.7
20802026-02-14T01:47:07.921Z Compiling atomic-waker v1.1.2
20812026-02-14T01:47:07.985Z Compiling num-bigint-dig v0.8.6
20822026-02-14T01:47:08.625Z Compiling time v0.3.43
20832026-02-14T01:47:09.197Z Compiling scrypt v0.11.0
20842026-02-14T01:47:09.832Z Compiling rand_chacha v0.9.0
20852026-02-14T01:47:10.456Z Compiling cbc v0.1.2
20862026-02-14T01:47:10.804Z Compiling aes v0.8.4
20872026-02-14T01:47:11.715Z Compiling ahash v0.8.12
20882026-02-14T01:47:12.137Z Compiling tower-layer v0.3.3
20892026-02-14T01:47:12.172Z Compiling usdt-impl v0.6.0
20902026-02-14T01:47:12.677Z Compiling pretty-hex v0.4.1
20912026-02-14T01:47:12.758Z Compiling tower-service v0.3.3
20922026-02-14T01:47:12.969Z Compiling anyhow v1.0.99
20932026-02-14T01:47:13.029Z Compiling try-lock v0.2.5
20942026-02-14T01:47:13.301Z Compiling zstd-safe v7.2.3
20952026-02-14T01:47:13.330Z Compiling want v0.3.1
20962026-02-14T01:47:13.760Z Compiling pkcs5 v0.7.1
20972026-02-14T01:47:16.278Z Compiling rand v0.9.2
20982026-02-14T01:47:16.969Z Compiling h2 v0.4.6
20992026-02-14T01:47:18.960Z Compiling scroll v0.13.0
21002026-02-14T01:47:19.410Z Compiling heapless v0.7.17
21012026-02-14T01:47:19.988Z Compiling ipnet v2.11.0
21022026-02-14T01:47:20.076Z Compiling daft-derive v0.1.4
21032026-02-14T01:47:20.255Z Compiling async-trait v0.1.89
21042026-02-14T01:47:21.163Z Compiling scroll_derive v0.12.0
21052026-02-14T01:47:21.404Z Compiling clap_derive v4.5.47
21062026-02-14T01:47:21.818Z Compiling openssl-probe v0.1.5
21072026-02-14T01:47:22.616Z Compiling signal-hook v0.3.18
21082026-02-14T01:47:22.689Z Compiling foreign-types-shared v0.1.1
21092026-02-14T01:47:22.734Z Compiling fastrand v2.1.1
21102026-02-14T01:47:22.868Z Compiling adler2 v2.0.0
21112026-02-14T01:47:22.988Z Compiling httpdate v1.0.3
21122026-02-14T01:47:23.260Z Compiling miniz_oxide v0.8.5
21132026-02-14T01:47:23.489Z Compiling tempfile v3.24.0
21142026-02-14T01:47:23.788Z Compiling foreign-types v0.3.2
21152026-02-14T01:47:24.514Z Compiling goblin v0.10.2
21162026-02-14T01:47:25.725Z Compiling pkcs8 v0.10.2
21172026-02-14T01:47:26.869Z Compiling darling_core v0.20.10
21182026-02-14T01:47:28.867Z Compiling hyper v1.8.1
21192026-02-14T01:47:33.009Z Compiling tinyvec_macros v0.1.1
21202026-02-14T01:47:34.307Z Compiling dof v0.4.0
21212026-02-14T01:47:36.619Z Compiling tinyvec v1.8.0
21222026-02-14T01:47:37.365Z Compiling darling_macro v0.20.10
21232026-02-14T01:47:38.663Z Compiling hyper-util v0.1.19
21242026-02-14T01:47:43.272Z Compiling dtrace-parser v0.3.0
21252026-02-14T01:47:43.922Z Compiling darling_core v0.21.0
21262026-02-14T01:47:44.629Z Compiling curve25519-dalek v4.1.3
21272026-02-14T01:47:45.224Z Compiling strum_macros v0.26.4
21282026-02-14T01:47:45.302Z Compiling hex v0.4.3
21292026-02-14T01:47:46.238Z Compiling thread-id v5.0.0
21302026-02-14T01:47:46.425Z Compiling memoffset v0.9.1
21312026-02-14T01:47:47.278Z Compiling smoltcp v0.9.1
21322026-02-14T01:47:48.176Z Compiling anstyle v1.0.11
21332026-02-14T01:47:48.213Z Compiling unicode-segmentation v1.12.0
21342026-02-14T01:47:49.141Z Compiling ref-cast v1.0.25
21352026-02-14T01:47:49.833Z Compiling ryu v1.0.18
21362026-02-14T01:47:50.309Z Compiling utf8parse v0.2.2
21372026-02-14T01:47:50.571Z Compiling anstyle-parse v0.2.5
21382026-02-14T01:47:50.665Z Compiling darling_macro v0.21.0
21392026-02-14T01:47:55.062Z Compiling darling v0.20.10
21402026-02-14T01:47:56.207Z Compiling http-body-util v0.1.3
21412026-02-14T01:47:57.939Z Compiling sync_wrapper v1.0.1
21422026-02-14T01:47:58.032Z Compiling serde_spanned v0.6.9
21432026-02-14T01:47:58.172Z Compiling toml_datetime v0.6.11
21442026-02-14T01:47:58.407Z Compiling erased-serde v0.3.31
21452026-02-14T01:47:59.061Z Compiling wait-timeout v0.2.0
21462026-02-14T01:47:59.714Z Compiling encoding_rs v0.8.34
21472026-02-14T01:48:00.345Z Compiling mime v0.3.17
21482026-02-14T01:48:00.765Z Compiling anstyle-query v1.1.1
21492026-02-14T01:48:01.415Z Compiling quick-error v1.2.3
21502026-02-14T01:48:01.571Z Compiling cfg_aliases v0.2.1
21512026-02-14T01:48:01.726Z Compiling is_terminal_polyfill v1.70.1
21522026-02-14T01:48:01.914Z Compiling psl-types v2.0.11
21532026-02-14T01:48:02.221Z Compiling bit-vec v0.8.0
21542026-02-14T01:48:02.309Z Compiling colorchoice v1.0.2
21552026-02-14T01:48:02.563Z Compiling buf-list v1.0.3
21562026-02-14T01:48:02.867Z Compiling gimli v0.31.1
21572026-02-14T01:48:03.721Z Compiling bit-set v0.8.0
21582026-02-14T01:48:04.225Z Compiling anstream v0.6.18
21592026-02-14T01:48:05.439Z Compiling serde_urlencoded v0.7.1
21602026-02-14T01:48:05.538Z Compiling publicsuffix v2.3.0
21612026-02-14T01:48:06.120Z Compiling nix v0.29.0
21622026-02-14T01:48:06.186Z Compiling rusty-fork v0.3.0
21632026-02-14T01:48:08.294Z Compiling addr2line v0.24.2
21642026-02-14T01:48:09.984Z Compiling tower v0.5.2
21652026-02-14T01:48:11.362Z Compiling derive_builder_core v0.20.2
21662026-02-14T01:48:11.588Z Compiling tokio-native-tls v0.3.1
21672026-02-14T01:48:11.969Z Compiling darling v0.21.0
21682026-02-14T01:48:12.173Z Compiling heck v0.4.1
21692026-02-14T01:48:12.978Z Compiling unicode-normalization v0.1.24
21702026-02-14T01:48:13.482Z Compiling rustls-native-certs v0.8.1
21712026-02-14T01:48:13.806Z Compiling hubpack_derive v0.1.1
21722026-02-14T01:48:14.223Z Compiling rand_xorshift v0.4.0
21732026-02-14T01:48:14.579Z Compiling webpki-roots v1.0.1
21742026-02-14T01:48:14.800Z Compiling ipnetwork v0.21.1
21752026-02-14T01:48:15.425Z Compiling openapiv3 v2.2.0
21762026-02-14T01:48:15.821Z Compiling signature v2.2.0
21772026-02-14T01:48:16.142Z Compiling strum_macros v0.27.2
21782026-02-14T01:48:18.888Z Compiling ref-cast-impl v1.0.25
21792026-02-14T01:48:19.487Z Compiling curve25519-dalek-derive v0.1.1
21802026-02-14T01:48:20.413Z Compiling object v0.36.5
21812026-02-14T01:48:20.906Z Compiling fs-err v3.1.1
21822026-02-14T01:48:21.073Z Compiling usdt-impl v0.5.0
21832026-02-14T01:48:21.243Z Compiling crc32fast v1.4.2
21842026-02-14T01:48:21.728Z Compiling siphasher v0.3.11
21852026-02-14T01:48:21.792Z Compiling zlib-rs v0.5.1
21862026-02-14T01:48:22.217Z Compiling iri-string v0.7.8
21872026-02-14T01:48:22.280Z Compiling rustc-demangle v0.1.24
21882026-02-14T01:48:23.453Z Compiling unicode-properties v0.1.3
21892026-02-14T01:48:24.082Z Compiling unicode-bidi v0.3.17
21902026-02-14T01:48:25.465Z Compiling unarray v0.1.4
21912026-02-14T01:48:25.935Z Compiling proptest v1.7.0
21922026-02-14T01:48:26.447Z Compiling tower-http v0.6.6
21932026-02-14T01:48:28.231Z Compiling libz-rs-sys v0.5.1
21942026-02-14T01:48:28.967Z Compiling backtrace v0.3.74
21952026-02-14T01:48:29.065Z Compiling stringprep v0.1.5
21962026-02-14T01:48:30.576Z Compiling phf_shared v0.11.2
21972026-02-14T01:48:31.570Z Compiling oxnet v0.1.4
21982026-02-14T01:48:32.220Z Compiling derive_builder_macro v0.20.2
21992026-02-14T01:48:32.832Z Compiling serde_with_macros v3.16.1
22002026-02-14T01:48:33.119Z Compiling hyper-tls v0.6.0
22012026-02-14T01:48:33.844Z Compiling cookie_store v0.21.1
22022026-02-14T01:48:35.198Z Compiling usdt-attr-macro v0.6.0
22032026-02-14T01:48:35.362Z Compiling usdt-macro v0.6.0
22042026-02-14T01:48:35.661Z Compiling scroll v0.12.0
22052026-02-14T01:48:36.785Z Compiling terminal_size v0.4.0
22062026-02-14T01:48:37.122Z Compiling rand_chacha v0.3.1
22072026-02-14T01:48:38.112Z Compiling rustls-webpki v0.102.8
22082026-02-14T01:48:38.484Z Compiling md-5 v0.10.6
22092026-02-14T01:48:38.752Z Compiling vergen-lib v0.1.6
22102026-02-14T01:48:38.782Z Compiling num-integer v0.1.46
22112026-02-14T01:48:39.014Z Compiling hash32 v0.2.1
22122026-02-14T01:48:39.216Z Compiling ff v0.13.0
22132026-02-14T01:48:39.938Z Compiling fallible-iterator v0.2.0
22142026-02-14T01:48:40.821Z Compiling clap_lex v0.7.4
22152026-02-14T01:48:40.912Z Compiling base16ct v0.2.0
22162026-02-14T01:48:41.343Z Compiling winnow v0.7.14
22172026-02-14T01:48:41.726Z Compiling sec1 v0.7.3
22182026-02-14T01:48:42.277Z Compiling clap_builder v4.5.48
22192026-02-14T01:48:42.569Z Compiling postgres-protocol v0.6.8
22202026-02-14T01:48:45.880Z Compiling group v0.13.0
22212026-02-14T01:48:46.262Z Compiling num-iter v0.1.45
22222026-02-14T01:48:46.649Z Compiling rand v0.8.5
22232026-02-14T01:48:48.033Z Compiling tokio-rustls v0.26.0
22242026-02-14T01:48:51.737Z Compiling goblin v0.8.2
22252026-02-14T01:48:52.983Z Compiling derive_builder v0.20.2
22262026-02-14T01:48:53.248Z Compiling newtype-uuid v1.3.2
22272026-02-14T01:48:54.283Z Compiling flate2 v1.1.2
22282026-02-14T01:48:56.979Z Compiling hkdf v0.12.4
22292026-02-14T01:48:57.024Z Compiling regress v0.10.4
22302026-02-14T01:48:57.228Z Compiling vergen v9.0.6
22312026-02-14T01:48:57.632Z Compiling crypto-bigint v0.5.5
22322026-02-14T01:48:57.682Z Compiling cargo-platform v0.1.8
22332026-02-14T01:48:58.220Z Compiling serde_repr v0.1.19
22342026-02-14T01:49:02.763Z Compiling enum-as-inner v0.6.1
22352026-02-14T01:49:02.855Z Compiling simd-adler32 v0.3.7
22362026-02-14T01:49:02.855Z Compiling winnow v0.5.40
22372026-02-14T01:49:02.855Z Compiling managed v0.8.0
22382026-02-14T01:49:03.512Z Compiling hyper-rustls v0.27.7
22392026-02-14T01:49:03.538Z Compiling lockfree-object-pool v0.1.6
22402026-02-14T01:49:03.538Z Compiling bumpalo v3.16.0
22412026-02-14T01:49:04.465Z Compiling reqwest v0.12.24
22422026-02-14T01:49:06.063Z Compiling bitflags v1.3.2
22432026-02-14T01:49:06.090Z Compiling toml_edit v0.19.15
22442026-02-14T01:49:06.574Z Compiling zopfli v0.8.1
22452026-02-14T01:49:08.944Z Compiling typify-impl v0.4.3
22462026-02-14T01:49:09.485Z Compiling elliptic-curve v0.13.8
22472026-02-14T01:49:09.752Z Compiling cargo_metadata v0.19.2
22482026-02-14T01:49:10.008Z Compiling dof v0.3.0
22492026-02-14T01:49:13.567Z Compiling daft v0.1.4
22502026-02-14T01:49:14.112Z Compiling zstd v0.13.3
22512026-02-14T01:49:14.775Z Compiling signal-hook-mio v0.2.4
22522026-02-14T01:49:15.571Z Compiling clap v4.5.48
22532026-02-14T01:49:15.878Z Compiling postgres-types v0.2.9
22542026-02-14T01:49:15.995Z Compiling dtrace-parser v0.2.0
22552026-02-14T01:49:16.801Z Compiling phf v0.11.2
22562026-02-14T01:49:17.215Z Compiling strum v0.27.2
22572026-02-14T01:49:17.265Z Compiling ed25519 v2.2.3
22582026-02-14T01:49:17.328Z Compiling hubpack v0.1.2
22592026-02-14T01:49:17.410Z Compiling bzip2 v0.5.2
22602026-02-14T01:49:17.486Z Compiling bzip2 v0.4.4
22612026-02-14T01:49:17.910Z Compiling pkcs1 v0.7.5
22622026-02-14T01:49:18.151Z Compiling rfc6979 v0.4.0
22632026-02-14T01:49:18.208Z Compiling float-cmp v0.10.0
22642026-02-14T01:49:18.519Z Compiling serde-big-array v0.5.1
22652026-02-14T01:49:18.911Z Compiling bstr v1.10.0
22662026-02-14T01:49:19.114Z Compiling structmeta-derive v0.3.0
22672026-02-14T01:49:19.205Z Compiling env_filter v0.1.2
22682026-02-14T01:49:19.376Z Compiling memmap2 v0.9.8
22692026-02-14T01:49:19.884Z Compiling socket2 v0.5.10
22702026-02-14T01:49:19.953Z Compiling thread-id v4.2.2
22712026-02-14T01:49:20.220Z Compiling rustc-hash v2.1.1
22722026-02-14T01:49:20.673Z Compiling foldhash v0.2.0
22732026-02-14T01:49:20.794Z Compiling whoami v1.5.2
22742026-02-14T01:49:20.842Z Compiling toml_write v0.1.2
22752026-02-14T01:49:21.184Z Compiling fixedbitset v0.5.7
22762026-02-14T01:49:21.431Z Compiling new_debug_unreachable v1.0.6
22772026-02-14T01:49:21.603Z Compiling keccak v0.1.5
22782026-02-14T01:49:21.760Z Compiling jiff v0.2.15
22792026-02-14T01:49:21.898Z Compiling data-encoding v2.9.0
22802026-02-14T01:49:22.186Z Compiling precomputed-hash v0.1.1
22812026-02-14T01:49:23.278Z Compiling static_assertions v1.1.0
22822026-02-14T01:49:23.421Z Compiling difflib v0.4.0
22832026-02-14T01:49:24.114Z Compiling predicates-core v1.0.8
22842026-02-14T01:49:24.651Z Compiling normalize-line-endings v0.3.0
22852026-02-14T01:49:24.722Z Compiling radium v0.7.0
22862026-02-14T01:49:25.364Z Compiling fixedbitset v0.4.2
22872026-02-14T01:49:25.644Z Compiling toml_edit v0.22.27
22882026-02-14T01:49:25.873Z Compiling petgraph v0.6.5
22892026-02-14T01:49:29.535Z Compiling zip v4.2.0
22902026-02-14T01:49:30.988Z Compiling predicates v3.1.3
22912026-02-14T01:49:32.159Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22922026-02-14T01:49:32.368Z Compiling hickory-proto v0.25.2
22932026-02-14T01:49:32.471Z Compiling string_cache v0.8.9
22942026-02-14T01:49:33.126Z Compiling sha3 v0.10.8
22952026-02-14T01:49:33.803Z Compiling structmeta v0.3.0
22962026-02-14T01:49:34.374Z Compiling petgraph v0.8.2
22972026-02-14T01:49:39.529Z Compiling tokio-postgres v0.7.13
22982026-02-14T01:49:39.644Z Compiling iddqd v0.3.16
22992026-02-14T01:49:41.649Z Compiling similar v2.7.0
23002026-02-14T01:49:42.804Z Compiling usdt v0.6.0
23012026-02-14T01:49:43.566Z Compiling env_logger v0.11.8
23022026-02-14T01:49:43.746Z Compiling typify-macro v0.4.3
23032026-02-14T01:49:44.347Z Compiling serde_with v3.16.1
23042026-02-14T01:49:44.513Z Compiling rsa v0.9.8
23052026-02-14T01:49:44.560Z Compiling ecdsa v0.16.9
23062026-02-14T01:49:46.950Z Compiling zip v0.6.6
23072026-02-14T01:49:47.652Z Compiling ed25519-dalek v2.1.1
23082026-02-14T01:49:49.177Z Compiling crossterm v0.28.1
23092026-02-14T01:49:49.521Z Compiling crossbeam-epoch v0.9.18
23102026-02-14T01:49:49.812Z Compiling toml v0.7.8
23112026-02-14T01:49:50.260Z Compiling strum v0.26.3
23122026-02-14T01:49:51.515Z Compiling tokio-stream v0.1.17
23132026-02-14T01:49:52.622Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
23142026-02-14T01:49:52.773Z Compiling x509-cert v0.2.5
23152026-02-14T01:49:53.368Z Compiling sha1 v0.10.6
23162026-02-14T01:49:53.906Z Compiling itertools v0.10.5
23172026-02-14T01:49:54.006Z Compiling itertools v0.13.0
23182026-02-14T01:49:56.403Z Compiling winnow v0.6.26
23192026-02-14T01:49:56.736Z Compiling tap v1.0.1
23202026-02-14T01:49:56.918Z Compiling peg-runtime v0.8.5
23212026-02-14T01:49:58.012Z Compiling maybe-uninit v2.0.0
23222026-02-14T01:49:58.036Z Compiling lalrpop-util v0.19.12
23232026-02-14T01:49:58.036Z Compiling wyz v0.5.1
23242026-02-14T01:50:00.309Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23252026-02-14T01:50:05.337Z Compiling funty v2.0.0
23262026-02-14T01:50:05.984Z Compiling packed_struct v0.10.1
23272026-02-14T01:50:09.213Z Compiling bitvec v1.0.1
23282026-02-14T01:50:15.488Z Compiling packed_struct_codegen v0.10.1
23292026-02-14T01:50:15.607Z Compiling futures-executor v0.3.31
23302026-02-14T01:50:16.740Z Compiling bitfield-macros v0.19.2
23312026-02-14T01:50:16.803Z Compiling zerocopy-derive v0.6.6
23322026-02-14T01:50:17.759Z Compiling indexmap v1.9.3
23332026-02-14T01:50:19.150Z Compiling typeid v1.0.3
23342026-02-14T01:50:19.199Z Compiling crc-catalog v2.4.0
23352026-02-14T01:50:19.681Z Compiling nodrop v0.1.14
23362026-02-14T01:50:19.925Z Compiling array-init v0.0.4
23372026-02-14T01:50:20.032Z Compiling crc v3.2.1
23382026-02-14T01:50:21.170Z Compiling zerocopy v0.6.6
23392026-02-14T01:50:21.994Z Compiling bitfield v0.19.2
23402026-02-14T01:50:24.323Z Compiling futures v0.3.31
23412026-02-14T01:50:24.772Z Compiling smallvec v0.6.14
23422026-02-14T01:50:26.343Z Compiling typify v0.4.3
23432026-02-14T01:50:26.368Z Compiling derive-ex v0.1.8
23442026-02-14T01:50:28.037Z Compiling hashbrown v0.12.3
23452026-02-14T01:50:29.633Z Compiling unsafe-libyaml v0.2.11
23462026-02-14T01:50:29.900Z Compiling rustls v0.22.4
23472026-02-14T01:50:29.937Z Compiling base64 v0.21.7
23482026-02-14T01:50:30.620Z Compiling ron v0.8.1
23492026-02-14T01:50:31.067Z Compiling serde_yaml v0.9.34+deprecated
23502026-02-14T01:50:32.647Z Compiling test-strategy v0.4.3
23512026-02-14T01:50:36.172Z Compiling progenitor-impl v0.11.2
23522026-02-14T01:50:36.423Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4)
23532026-02-14T01:50:37.199Z Compiling serde-hex v0.1.0
23542026-02-14T01:50:42.531Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
23552026-02-14T01:50:43.379Z Compiling toml v0.8.23
23562026-02-14T01:50:43.798Z Compiling hashbrown v0.13.2
23572026-02-14T01:50:49.289Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#70d3253a)
23582026-02-14T01:50:49.471Z Compiling xattr v1.3.1
23592026-02-14T01:50:50.101Z Compiling pin-project-internal v1.1.6
23602026-02-14T01:50:50.809Z Compiling thread_local v1.1.8
23612026-02-14T01:50:50.886Z Compiling filetime v0.2.26
23622026-02-14T01:50:51.424Z Compiling multer v3.1.0
23632026-02-14T01:50:52.100Z Compiling rayon-core v1.12.1
23642026-02-14T01:50:52.336Z Compiling same-file v1.0.6
23652026-02-14T01:50:53.063Z Compiling crc-any v2.5.0
23662026-02-14T01:50:54.115Z Compiling slog-async v2.8.0
23672026-02-14T01:50:56.124Z Compiling match_cfg v0.1.0
23682026-02-14T01:50:56.300Z Compiling hostname v0.3.1
23692026-02-14T01:51:04.130Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4)
23702026-02-14T01:51:05.159Z Compiling pin-project v1.1.6
23712026-02-14T01:51:09.351Z Compiling walkdir v2.5.0
23722026-02-14T01:51:09.487Z Compiling tar v0.4.44
23732026-02-14T01:51:12.252Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23742026-02-14T01:51:15.552Z Compiling object v0.30.4
23752026-02-14T01:51:16.155Z Compiling erased-serde v0.4.6
23762026-02-14T01:51:16.386Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
23772026-02-14T01:51:17.218Z Compiling progenitor-macro v0.11.2
23782026-02-14T01:51:24.513Z Compiling progenitor-client v0.11.2
23792026-02-14T01:51:25.019Z Compiling toml_parser v1.0.6+spec-1.1.0
23802026-02-14T01:51:25.673Z Compiling crossbeam-channel v0.5.15
23812026-02-14T01:51:26.358Z Compiling snafu-derive v0.8.5
23822026-02-14T01:51:27.025Z Compiling slog-json v2.6.1
23832026-02-14T01:51:27.641Z Compiling async-stream-impl v0.3.6
23842026-02-14T01:51:27.778Z Compiling ordered-float v2.10.1
23852026-02-14T01:51:27.856Z Compiling serde_path_to_error v0.1.20
23862026-02-14T01:51:28.413Z Compiling toml_datetime v0.7.5+spec-1.1.0
23872026-02-14T01:51:28.450Z Compiling serde_spanned v1.0.4
23882026-02-14T01:51:28.815Z Compiling is-terminal v0.4.13
23892026-02-14T01:51:28.843Z Compiling fs-err v2.11.0
23902026-02-14T01:51:28.867Z Compiling dropshot v0.16.7
23912026-02-14T01:51:29.030Z Compiling toml_writer v1.0.6+spec-1.1.0
23922026-02-14T01:51:29.344Z Compiling take_mut v0.2.2
23932026-02-14T01:51:29.569Z Compiling term v1.1.0
23942026-02-14T01:51:29.668Z Compiling debug-ignore v1.0.5
23952026-02-14T01:51:29.855Z Compiling path-slash v0.1.5
23962026-02-14T01:51:29.879Z Compiling unicode-width v0.1.14
23972026-02-14T01:51:30.570Z Compiling tabwriter v1.4.0
23982026-02-14T01:51:30.595Z Compiling slog-term v2.9.2
23992026-02-14T01:51:30.664Z Compiling snafu v0.8.5
24002026-02-14T01:51:31.286Z Compiling toml v0.9.11+spec-1.1.0
24012026-02-14T01:51:32.106Z Compiling async-stream v0.3.6
24022026-02-14T01:51:32.444Z Compiling serde-value v0.7.0
24032026-02-14T01:51:33.158Z Compiling progenitor v0.11.2
24042026-02-14T01:51:33.378Z Compiling slog-bunyan v2.5.0
24052026-02-14T01:51:33.421Z Compiling tokio-rustls v0.25.0
24062026-02-14T01:51:33.842Z Compiling serde-untagged v0.1.7
24072026-02-14T01:51:33.971Z Compiling globset v0.4.15
24082026-02-14T01:51:33.998Z Compiling crossbeam-deque v0.8.5
24092026-02-14T01:51:34.086Z Compiling camino-tempfile v1.4.1
24102026-02-14T01:51:34.491Z Compiling parse-display-derive v0.10.0
24112026-02-14T01:51:34.675Z Compiling olpc-cjson v0.1.4
24122026-02-14T01:51:34.948Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
24132026-02-14T01:51:35.111Z Compiling waitgroup v0.1.2
24142026-02-14T01:51:35.389Z Compiling rustls-pemfile v2.2.0
24152026-02-14T01:51:35.902Z Compiling pem v3.0.5
24162026-02-14T01:51:36.395Z Compiling newtype-uuid-macros v0.1.0
24172026-02-14T01:51:37.358Z Compiling dropshot_endpoint v0.16.7
24182026-02-14T01:51:37.485Z Compiling serde_plain v1.0.2
24192026-02-14T01:51:37.738Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24202026-02-14T01:51:37.885Z Compiling async-recursion v1.1.1
24212026-02-14T01:51:38.028Z Compiling blake3 v1.5.4
24222026-02-14T01:51:38.425Z Compiling hostname v0.4.2
24232026-02-14T01:51:38.660Z Compiling instant v0.1.13
24242026-02-14T01:51:38.731Z Compiling half v2.4.1
24252026-02-14T01:51:38.860Z Compiling colored v3.0.0
24262026-02-14T01:51:39.136Z Compiling unicode-xid v0.2.6
24272026-02-14T01:51:39.398Z Compiling typed-path v0.9.3
24282026-02-14T01:51:39.457Z Compiling ciborium-io v0.2.2
24292026-02-14T01:51:39.639Z Compiling ciborium-ll v0.2.2
24302026-02-14T01:51:39.886Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
24312026-02-14T01:51:40.216Z Compiling cargo-util-schemas v0.8.2
24322026-02-14T01:51:40.253Z Compiling backoff v0.4.0
24332026-02-14T01:51:40.695Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24342026-02-14T01:51:40.949Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24352026-02-14T01:51:41.241Z Compiling parse-display v0.10.0
24362026-02-14T01:51:42.950Z Compiling tough v0.20.0
24372026-02-14T01:51:45.251Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
24382026-02-14T01:51:45.899Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
24392026-02-14T01:51:46.002Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
24402026-02-14T01:51:46.561Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
24412026-02-14T01:51:46.638Z Compiling itertools v0.14.0
24422026-02-14T01:51:48.569Z Compiling progenitor-client v0.10.0
24432026-02-14T01:51:49.499Z Compiling cargo-platform v0.2.0
24442026-02-14T01:51:49.944Z Compiling macaddr v1.0.1
24452026-02-14T01:51:50.504Z Compiling arrayvec v0.7.6
24462026-02-14T01:51:50.582Z Compiling parse-size v1.1.0
24472026-02-14T01:51:50.916Z Compiling arrayref v0.3.9
24482026-02-14T01:51:50.965Z Compiling indent_write v2.2.0
24492026-02-14T01:51:51.063Z Compiling constant_time_eq v0.3.1
24502026-02-14T01:51:51.292Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
24512026-02-14T01:51:52.371Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24522026-02-14T01:51:53.309Z Compiling cargo_metadata v0.21.0
24532026-02-14T01:51:53.350Z Compiling ciborium v0.2.2
24542026-02-14T01:51:55.282Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
24552026-02-14T01:51:58.549Z Compiling topological-sort v0.2.2
24562026-02-14T01:51:58.892Z Compiling display-error-chain v0.2.2
24572026-02-14T01:51:59.174Z Compiling omicron-zone-package v0.12.2
24582026-02-14T01:52:02.928Z Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
24592026-02-14T01:52:06.446Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
24602026-02-14T01:52:06.473Z Compiling shell-words v1.1.0
24612026-02-14T01:52:06.948Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
24622026-02-14T01:52:23.813Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
24632026-02-14T01:52:45.830Z Finished `release` profile [optimized] target(s) in 6m 59s
24642026-02-14T01:52:46.005Z Running `target/release/omicron-releng --output-dir /work --mkincorp`
24652026-02-14T01:52:46.083ZFeb 14 01:52:45.623 DEBG changing working directory to /work/oxidecomputer/omicron
24662026-02-14T01:52:46.277ZFeb 14 01:52:45.818 DEBG running: git rev-parse HEAD
24672026-02-14T01:52:46.301ZFeb 14 01:52:45.823 DEBG process exited with exit status: 0 (4.96308ms)
24682026-02-14T01:52:46.301ZFeb 14 01:52:45.823 INFO version: 18.0.0-0.ci+git9913c6ae4ae
24692026-02-14T01:52:46.347ZFeb 14 01:52:45.888 INFO cloning helios to /work/oxidecomputer/helios
24702026-02-14T01:52:46.347ZFeb 14 01:52:45.888 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
24712026-02-14T01:52:46.371ZCloning into '/work/oxidecomputer/helios'...
24722026-02-14T01:52:47.040ZFeb 14 01:52:46.580 DEBG process exited with exit status: 0 (693.033245ms)
24732026-02-14T01:52:47.040ZFeb 14 01:52:46.580 DEBG running: git -C /work/oxidecomputer/helios rev-parse --verify HEAD^{commit}
24742026-02-14T01:52:47.064ZFeb 14 01:52:46.587 DEBG process exited with exit status: 0 (7.143007ms)
24752026-02-14T01:52:47.064ZFeb 14 01:52:46.587 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
24762026-02-14T01:52:48.758ZFeb 14 01:52:48.299 DEBG process exited with exit status: 0 (1.711122127s)
24772026-02-14T01:52:48.758ZFeb 14 01:52:48.299 DEBG running: zfs list rpool/images/build/host
24782026-02-14T01:52:48.782ZNAME USED AVAIL REFER MOUNTPOINT
24792026-02-14T01:52:48.782Zrpool/images/build/host 96K 150G 96K /rpool/images/build/host
24802026-02-14T01:52:48.782ZFeb 14 01:52:48.306 DEBG process exited with exit status: 0 (7.551306ms)
24812026-02-14T01:52:48.782ZFeb 14 01:52:48.306 DEBG running: zfs list rpool/images/build/recovery
24822026-02-14T01:52:48.782ZNAME USED AVAIL REFER MOUNTPOINT
24832026-02-14T01:52:48.782Zrpool/images/build/recovery 96K 150G 96K /rpool/images/build/recovery
24842026-02-14T01:52:48.782ZFeb 14 01:52:48.313 DEBG process exited with exit status: 0 (6.477299ms)
24852026-02-14T01:52:48.782ZFeb 14 01:52:48.314 INFO [hubris-staging] running task
24862026-02-14T01:52:48.782ZFeb 14 01:52:48.314 INFO [incorp-manifest] running task
24872026-02-14T01:52:48.782ZFeb 14 01:52:48.314 INFO [hubris-production] running task
24882026-02-14T01:52:48.782ZFeb 14 01:52:48.315 INFO [incorp-create] running: pkgrepo create /work/incorporation
24892026-02-14T01:52:48.782ZFeb 14 01:52:48.316 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
24902026-02-14T01:52:48.782ZFeb 14 01:52:48.316 DEBG running: pkg list -g https://pkg.oxide.computer/helios/2/dev/ -F json -o fmri -n '*'
24912026-02-14T01:52:48.782ZFeb 14 01:52:48.318 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
24922026-02-14T01:52:48.908Z[ helios-setup] cd tools/helios-build && cargo build --quiet
24932026-02-14T01:52:49.211ZFeb 14 01:52:48.752 INFO [incorp-create] process exited with exit status: 0 (436.890842ms)
24942026-02-14T01:52:49.236ZFeb 14 01:52:48.752 INFO [incorp-publisher] running: pkgrepo add-publisher -s /work/incorporation helios-dev
24952026-02-14T01:52:49.691ZFeb 14 01:52:49.232 INFO [incorp-publisher] process exited with exit status: 0 (479.588397ms)
24962026-02-14T01:52:49.773Z[ omicron-package] Blocking waiting for file lock on package cache
24972026-02-14T01:52:50.445Z[ omicron-package] Blocking waiting for file lock on package cache
24982026-02-14T01:52:51.671Z[ omicron-package] Compiling ring v0.17.14
24992026-02-14T01:52:51.695Z[ omicron-package] Compiling proc-macro-crate v1.3.1
25002026-02-14T01:52:51.695Z[ omicron-package] Compiling itertools v0.14.0
25012026-02-14T01:52:51.695Z[ omicron-package] Compiling heapless v0.8.0
25022026-02-14T01:52:51.695Z[ omicron-package] Compiling hash32 v0.3.1
25032026-02-14T01:52:51.695Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25042026-02-14T01:52:51.695Z[ omicron-package] Compiling smoltcp v0.11.0
25052026-02-14T01:52:53.051Z[ omicron-package] Compiling num_enum_derive v0.5.11
25062026-02-14T01:52:53.189Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
25072026-02-14T01:52:53.356Z[ omicron-package] Compiling cobs v0.2.3
25082026-02-14T01:52:53.380ZFeb 14 01:52:52.908 INFO [hubris-production] task succeeded (4.593690447s)
25092026-02-14T01:52:54.084Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
25102026-02-14T01:52:54.694Z[ omicron-package] Compiling postcard v1.0.10
25112026-02-14T01:52:54.960Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25122026-02-14T01:52:55.441Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25132026-02-14T01:52:56.176Z[ omicron-package] Compiling proc-macro-error v1.0.4
25142026-02-14T01:52:56.658Z[ omicron-package] Compiling foreign-types-macros v0.2.3
25152026-02-14T01:52:56.845Z[ omicron-package] Compiling num_enum v0.5.11
25162026-02-14T01:52:57.073Z[ omicron-package] Compiling foreign-types-shared v0.3.1
25172026-02-14T01:52:58.513Z[ omicron-package] Compiling rustls v0.23.19
25182026-02-14T01:52:58.717Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25192026-02-14T01:52:58.864Z[ omicron-package] Compiling foreign-types v0.5.0
25202026-02-14T01:52:58.888Z[ omicron-package] Compiling cstr-argument v0.1.2
25212026-02-14T01:52:59.349Z[ omicron-package] Compiling ingot-macros v0.1.1
25222026-02-14T01:52:59.414Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25232026-02-14T01:52:59.718Z[ omicron-package] Compiling pretty-hex v0.2.1
25242026-02-14T01:52:59.953Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
25252026-02-14T01:53:00.328Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
25262026-02-14T01:53:00.677Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25272026-02-14T01:53:01.145Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
25282026-02-14T01:53:01.523Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25292026-02-14T01:53:01.947Z[ omicron-package] Compiling rayon v1.10.0
25302026-02-14T01:53:02.346Z[ omicron-package] Compiling colored v2.2.0
25312026-02-14T01:53:02.917Z[ omicron-package] Compiling nix v0.30.1
25322026-02-14T01:53:03.542Z[ omicron-package] Compiling rustls-webpki v0.102.8
25332026-02-14T01:53:04.464Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
25342026-02-14T01:53:05.598Z[ omicron-package] Compiling zone_cfg_derive v0.3.0
25352026-02-14T01:53:06.833Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
25362026-02-14T01:53:07.215Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc121ef55741656ce118b02ceeda949b9261f49f#bc121ef5)
25372026-02-14T01:53:07.936Z[ omicron-package] Compiling sigpipe v0.1.3
25382026-02-14T01:53:08.162Z[ omicron-package] Compiling num-derive v0.4.2
25392026-02-14T01:53:08.210Z[ omicron-package] Compiling ingot-types v0.1.2
25402026-02-14T01:53:08.539Z[ omicron-package] Compiling glob v0.3.2
25412026-02-14T01:53:09.062Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25422026-02-14T01:53:09.560Z[ omicron-package] Compiling ingot v0.1.1
25432026-02-14T01:53:09.965Z[ omicron-package] Compiling rustls v0.22.4
25442026-02-14T01:53:10.234Z[ omicron-package] Compiling libefi-sys v0.1.0
25452026-02-14T01:53:10.470Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc121ef55741656ce118b02ceeda949b9261f49f#bc121ef5)
25462026-02-14T01:53:11.112Z[ omicron-package] Compiling zone v0.3.1
25472026-02-14T01:53:11.211Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
25482026-02-14T01:53:12.280Z[ omicron-package] Compiling usdt-macro v0.5.0
25492026-02-14T01:53:13.233Z[ omicron-package] Compiling usdt-attr-macro v0.5.0
25502026-02-14T01:53:15.224Z[ omicron-package] Compiling tokio-rustls v0.26.0
25512026-02-14T01:53:15.630Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25522026-02-14T01:53:16.299Z[ omicron-package] Compiling hyper-rustls v0.27.7
25532026-02-14T01:53:17.320Z[ omicron-package] Compiling reqwest v0.12.24
25542026-02-14T01:53:18.099Z[ omicron-package] Compiling smf v0.2.3
25552026-02-14T01:53:19.883Z[ omicron-package] Compiling memmap v0.7.0
25562026-02-14T01:53:20.824Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25572026-02-14T01:53:21.182Z[ omicron-package] Compiling bitfield-struct v0.6.2
25582026-02-14T01:53:21.683Z[ omicron-package] Compiling usdt v0.5.0
25592026-02-14T01:53:22.063Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25602026-02-14T01:53:22.495Z[ omicron-package] Compiling unicode-width v0.2.0
25612026-02-14T01:53:22.747Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25622026-02-14T01:53:22.876Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25632026-02-14T01:53:23.267Z[ omicron-package] Compiling console v0.16.0
25642026-02-14T01:53:23.344Z[ omicron-package] Compiling tokio-rustls v0.25.0
25652026-02-14T01:53:23.557Z[ omicron-package] Compiling tokio-dtrace v0.1.0
25662026-02-14T01:53:24.020Z[ omicron-package] Compiling dropshot v0.16.7
25672026-02-14T01:53:24.198Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25682026-02-14T01:53:24.313Z[ omicron-package] Compiling gethostname v0.5.0
25692026-02-14T01:53:24.772Z[ omicron-package] Compiling unit-prefix v0.5.1
25702026-02-14T01:53:25.196Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25712026-02-14T01:53:26.322Z[ omicron-package] Compiling indicatif v0.18.0
25722026-02-14T01:53:26.663Z[ omicron-package] Compiling oxide-tokio-rt v0.1.2
25732026-02-14T01:53:26.927Z[ omicron-package] Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
25742026-02-14T01:53:28.680Z[ helios-setup] warning: hiding a lifetime that's elided elsewhere is confusing
25752026-02-14T01:53:28.680Z[ helios-setup] --> src/main.rs:79:10
25762026-02-14T01:53:28.704Z[ helios-setup] |
25772026-02-14T01:53:28.704Z[ helios-setup] 79 | fn pc(s: &str) -> Component {
25782026-02-14T01:53:28.704Z[ helios-setup] | ^^^^ ^^^^^^^^^ the same lifetime is hidden here
25792026-02-14T01:53:28.704Z[ helios-setup] | |
25802026-02-14T01:53:28.704Z[ helios-setup] | the lifetime is elided here
25812026-02-14T01:53:28.704Z[ helios-setup] |
25822026-02-14T01:53:28.704Z[ helios-setup] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
25832026-02-14T01:53:28.704Z[ helios-setup] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
25842026-02-14T01:53:28.704Z[ helios-setup] help: use `'_` for type paths
25852026-02-14T01:53:28.704Z[ helios-setup] |
25862026-02-14T01:53:28.704Z[ helios-setup] 79 | fn pc(s: &str) -> Component<'_> {
25872026-02-14T01:53:28.704Z[ helios-setup] | ++++
25882026-02-14T01:53:28.704Z[ helios-setup]
25892026-02-14T01:53:29.752Z[ omicron-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25902026-02-14T01:53:30.759Z[ omicron-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
25912026-02-14T01:53:34.435ZFeb 14 01:53:33.977 INFO [hubris-staging] task succeeded (45.662969081s)
25922026-02-14T01:53:35.776Z[ omicron-package] Compiling progenitor-client v0.11.2
25932026-02-14T01:53:36.956Z[ helios-setup] Feb 14 01:53:36.497 INFO helios repository root is: /work/oxidecomputer/helios
25942026-02-14T01:53:36.980Z[ helios-setup] Feb 14 01:53:36.499 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
25952026-02-14T01:53:36.980Z[ helios-setup] Feb 14 01:53:36.499 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
25962026-02-14T01:53:36.980Z[ helios-setup] Feb 14 01:53:36.499 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
25972026-02-14T01:53:36.980Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
25982026-02-14T01:53:37.376Z[ omicron-package] Compiling progenitor v0.11.2
25992026-02-14T01:53:37.890Z[ omicron-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
26002026-02-14T01:53:38.160Z[ helios-setup] Feb 14 01:53:37.701 INFO clone ok!, project: pilot
26012026-02-14T01:53:38.160Z[ helios-setup] Feb 14 01:53:37.701 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
26022026-02-14T01:53:38.185Z[ helios-setup] Feb 14 01:53:37.701 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
26032026-02-14T01:53:38.185Z[ omicron-package] Compiling progenitor-client v0.10.0
26042026-02-14T01:53:38.185Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
26052026-02-14T01:53:38.955Z[ helios-setup] Feb 14 01:53:38.497 INFO clone ok!, project: image-builder
26062026-02-14T01:53:38.955Z[ helios-setup] Feb 14 01:53:38.497 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
26072026-02-14T01:53:38.956Z[ helios-setup] Feb 14 01:53:38.497 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
26082026-02-14T01:53:38.980Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
26092026-02-14T01:53:39.386Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26102026-02-14T01:53:39.776Z[ helios-setup] Feb 14 01:53:39.317 INFO clone ok!, project: phbl
26112026-02-14T01:53:39.776Z[ helios-setup] Feb 14 01:53:39.318 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
26122026-02-14T01:53:39.777Z[ helios-setup] Feb 14 01:53:39.318 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
26132026-02-14T01:53:39.801Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
26142026-02-14T01:53:40.741Z[ helios-setup] Feb 14 01:53:40.282 INFO clone ok!, project: bootserver
26152026-02-14T01:53:40.741Z[ helios-setup] Feb 14 01:53:40.282 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
26162026-02-14T01:53:40.765Z[ helios-setup] Feb 14 01:53:40.282 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
26172026-02-14T01:53:40.765Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
26182026-02-14T01:53:41.952Z[ helios-setup] Feb 14 01:53:41.493 INFO clone ok!, project: amd-host-image-builder
26192026-02-14T01:53:41.952Z[ helios-setup] Feb 14 01:53:41.493 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
26202026-02-14T01:53:41.976Z[ helios-setup] Feb 14 01:53:41.493 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
26212026-02-14T01:53:41.976Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
26222026-02-14T01:53:44.190Z[ omicron-package] Compiling omicron-zone-package v0.12.2
26232026-02-14T01:53:48.981Z[ omicron-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
26242026-02-14T01:53:50.334ZFeb 14 01:53:49.876 DEBG process exited with exit status: 0 (61.559319116s)
26252026-02-14T01:53:50.359ZFeb 14 01:53:49.878 INFO [incorp-manifest] task succeeded (61.564537592s)
26262026-02-14T01:53:50.359ZFeb 14 01:53:49.879 INFO [incorp-fmt] running: pkgfmt -u -f v2 /work/incorporation.p5m
26272026-02-14T01:53:50.739ZFeb 14 01:53:50.280 INFO [incorp-fmt] process exited with exit status: 0 (401.395573ms)
26282026-02-14T01:53:50.763ZFeb 14 01:53:50.281 INFO [incorp-pkgsend] running: pkgsend publish -s /work/incorporation /work/incorporation.p5m
26292026-02-14T01:53:51.293Z[ incorp-pkgsend] pkg://helios-dev/consolidation/oxide/omicron-release-incorporation@18.0.0.0,5.11:20260214T015350Z
26302026-02-14T01:53:51.293Z[ incorp-pkgsend] PUBLISHED
26312026-02-14T01:53:51.373ZFeb 14 01:53:50.915 INFO [incorp-pkgsend] process exited with exit status: 0 (633.844779ms)
26322026-02-14T01:53:51.397ZFeb 14 01:53:50.915 INFO [helios-incorp] running: pkgrecv -s /work/incorporation -a -d /work/incorporation.p5p -m latest -v '*'
26332026-02-14T01:53:51.812Z[ helios-incorp] Retrieving packages for publisher helios-dev ...
26342026-02-14T01:53:51.836Z[ helios-incorp] Retrieving catalog 'helios-dev' ... Done
26352026-02-14T01:53:51.876Z[ helios-incorp] Retrieving and evaluating 1 package(s)...
26362026-02-14T01:53:51.876Z[ helios-incorp] Fetching manifests: 1/1 100% complete
26372026-02-14T01:53:51.876Z[ helios-incorp] Fetching manifests: 1/1 100% complete
26382026-02-14T01:53:51.901Z[ helios-incorp]
26392026-02-14T01:53:51.901Z[ helios-incorp] Archiving packages ...
26402026-02-14T01:53:51.901Z[ helios-incorp] Packages to add: 1
26412026-02-14T01:53:51.901Z[ helios-incorp] Files to retrieve: 0
26422026-02-14T01:53:51.901Z[ helios-incorp] Estimated transfer size: 0.00 B
26432026-02-14T01:53:51.901Z[ helios-incorp]
26442026-02-14T01:53:51.901Z[ helios-incorp] Packages to archive:
26452026-02-14T01:53:51.901Z[ helios-incorp] consolidation/oxide/omicron-release-incorporation@18.0.0.0,5.11:20260214T015350Z
26462026-02-14T01:53:51.901Z[ helios-incorp]
26472026-02-14T01:53:51.901Z[ helios-incorp] Archiving: 1/7 items 0.0/0.1MB 0% complete
26482026-02-14T01:53:51.901Z[ helios-incorp] Archiving: Completed 108.19 kB in 0.00 seconds
26492026-02-14T01:53:51.966ZFeb 14 01:53:51.507 INFO [helios-incorp] process exited with exit status: 0 (592.139951ms)
26502026-02-14T01:53:53.350Z[ helios-setup] Feb 14 01:53:52.891 INFO clone ok!, project: amd-firmware
26512026-02-14T01:53:53.350Z[ helios-setup] Feb 14 01:53:52.892 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
26522026-02-14T01:53:53.374Z[ helios-setup] Feb 14 01:53:52.892 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
26532026-02-14T01:53:53.374Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
26542026-02-14T01:53:54.530Z[ helios-setup] Feb 14 01:53:54.071 INFO clone ok!, project: chelsio-t6-roms
26552026-02-14T01:53:54.554Z[ helios-setup] Feb 14 01:53:54.071 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
26562026-02-14T01:53:54.554Z[ helios-setup] Feb 14 01:53:54.071 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
26572026-02-14T01:53:54.554Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
26582026-02-14T01:53:55.400Z[ helios-setup] Feb 14 01:53:54.941 INFO clone ok!, project: pinprick
26592026-02-14T01:53:55.400Z[ helios-setup] Feb 14 01:53:54.941 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
26602026-02-14T01:53:55.424Z[ helios-setup] Feb 14 01:53:54.942 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
26612026-02-14T01:53:55.424Z[ helios-setup] Feb 14 01:53:54.942 INFO cloning git@github.com:oxidecomputer/dmar-report.git at "/work/oxidecomputer/helios/projects/dmar-report"..., project: dmar-report
26622026-02-14T01:53:55.424Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/dmar-report'...
26632026-02-14T01:53:56.402Z[ helios-setup] Feb 14 01:53:55.940 INFO clone ok!, project: dmar-report
26642026-02-14T01:53:56.431Z[ helios-setup] Feb 14 01:53:55.940 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
26652026-02-14T01:53:56.431Z[ helios-setup] Feb 14 01:53:55.941 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
26662026-02-14T01:53:56.953Z[ helios-setup] Feb 14 01:53:56.485 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None
26672026-02-14T01:53:57.464Z[ helios-setup] Feb 14 01:53:57.005 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created
26682026-02-14T01:53:57.464Z[ helios-setup] Feb 14 01:53:57.005 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
26692026-02-14T01:53:57.921Z[ helios-setup] Feb 14 01:53:57.462 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None
26702026-02-14T01:53:58.388Z[ helios-setup] Feb 14 01:53:57.929 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created
26712026-02-14T01:53:58.388Z[ helios-setup] Feb 14 01:53:57.929 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
26722026-02-14T01:53:58.865Z[ helios-setup] Feb 14 01:53:58.406 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None
26732026-02-14T01:53:59.330Z[ helios-setup] Feb 14 01:53:58.872 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created
26742026-02-14T01:53:59.330Z[ helios-setup] Feb 14 01:53:58.872 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
26752026-02-14T01:53:59.355Z[ helios-setup] Feb 14 01:53:58.872 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
26762026-02-14T01:53:59.355Z[ helios-setup] Feb 14 01:53:58.872 INFO ok!
26772026-02-14T01:53:59.355Z[ helios-setup] Feb 14 01:53:58.872 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
26782026-02-14T01:53:59.355Z[ helios-setup] Feb 14 01:53:58.872 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
26792026-02-14T01:53:59.355Z[ helios-setup] Feb 14 01:53:58.872 INFO ok!
26802026-02-14T01:53:59.355Z[ helios-setup] Feb 14 01:53:58.872 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
26812026-02-14T01:53:59.355Z[ helios-setup] Feb 14 01:53:58.872 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
26822026-02-14T01:53:59.355Z[ helios-setup] Feb 14 01:53:58.872 INFO ok!
26832026-02-14T01:53:59.355Z[ helios-setup] Feb 14 01:53:58.872 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pilot"
26842026-02-14T01:53:59.429Z[ helios-setup] Feb 14 01:53:58.970 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pilot": "1.91.1-x86_64-unknown-illumos (default)"
26852026-02-14T01:53:59.429Z[ helios-setup] Feb 14 01:53:58.970 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
26862026-02-14T01:53:59.453Z[ helios-setup] Feb 14 01:53:58.970 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
26872026-02-14T01:53:59.668Z[ helios-setup] Feb 14 01:53:59.209 INFO E| Updating git repository `https://github.com/oxidecomputer/progenitor`
26882026-02-14T01:54:01.556Z[ helios-setup] Feb 14 01:54:01.097 INFO E| From https://github.com/oxidecomputer/progenitor
26892026-02-14T01:54:01.556Z[ helios-setup] Feb 14 01:54:01.097 INFO E| * [new ref] 5c4b6016e4ee5d24f66f0f6d3dce4cbdde32b952 -> refs/commit/5c4b6016e4ee5d24f66f0f6d3dce4cbdde32b952
26902026-02-14T01:54:01.660Z[ helios-setup] Feb 14 01:54:01.201 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
26912026-02-14T01:54:02.074Z[ helios-setup] Feb 14 01:54:01.615 INFO E| From https://github.com/jclulow/hiercmd
26922026-02-14T01:54:02.074Z[ helios-setup] Feb 14 01:54:01.616 INFO E| * [new ref] 8eed23a01e9472183e9278ff456ba2f91e52b0ee -> refs/commit/8eed23a01e9472183e9278ff456ba2f91e52b0ee
26932026-02-14T01:54:02.098Z[ helios-setup] Feb 14 01:54:01.635 INFO E| Updating git repository `https://github.com/oxidecomputer/network-interface`
26942026-02-14T01:54:02.497Z[ helios-setup] Feb 14 01:54:02.038 INFO E| From https://github.com/oxidecomputer/network-interface
26952026-02-14T01:54:02.497Z[ helios-setup] Feb 14 01:54:02.038 INFO E| * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
26962026-02-14T01:54:02.522Z[ helios-setup] Feb 14 01:54:02.063 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
26972026-02-14T01:54:02.932Z[ helios-setup] Feb 14 01:54:02.474 INFO E| From https://github.com/oxidecomputer/boot-image-tools
26982026-02-14T01:54:02.933Z[ helios-setup] Feb 14 01:54:02.474 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
26992026-02-14T01:54:02.966Z[ helios-setup] Feb 14 01:54:02.507 INFO E| Updating crates.io index
27002026-02-14T01:54:03.333Z[ helios-setup] Feb 14 01:54:02.874 INFO E| Downloading crates ...
27012026-02-14T01:54:03.482Z[ helios-setup] Feb 14 01:54:03.023 INFO E| Downloaded adler2 v2.0.1
27022026-02-14T01:54:03.506Z[ helios-setup] Feb 14 01:54:03.029 INFO E| Downloaded anstyle v1.0.13
27032026-02-14T01:54:03.506Z[ helios-setup] Feb 14 01:54:03.033 INFO E| Downloaded anstream v0.6.21
27042026-02-14T01:54:03.506Z[ helios-setup] Feb 14 01:54:03.037 INFO E| Downloaded camino v1.2.1
27052026-02-14T01:54:03.506Z[ helios-setup] Feb 14 01:54:03.040 INFO E| Downloaded bytes v1.10.1
27062026-02-14T01:54:03.506Z[ helios-setup] Feb 14 01:54:03.046 INFO E| Downloaded term v1.2.0
27072026-02-14T01:54:03.531Z[ helios-setup] Feb 14 01:54:03.050 INFO E| Downloaded stable_deref_trait v1.2.1
27082026-02-14T01:54:03.531Z[ helios-setup] Feb 14 01:54:03.051 INFO E| Downloaded tls_codec v0.4.2
27092026-02-14T01:54:03.531Z[ helios-setup] Feb 14 01:54:03.054 INFO E| Downloaded tracing-core v0.1.34
27102026-02-14T01:54:03.531Z[ helios-setup] Feb 14 01:54:03.060 INFO E| Downloaded zerofrom-derive v0.1.6
27112026-02-14T01:54:03.531Z[ helios-setup] Feb 14 01:54:03.063 INFO E| Downloaded yoke v0.8.1
27122026-02-14T01:54:03.531Z[ helios-setup] Feb 14 01:54:03.067 INFO E| Downloaded yoke-derive v0.8.1
27132026-02-14T01:54:03.531Z[ helios-setup] Feb 14 01:54:03.070 INFO E| Downloaded zerovec-derive v0.11.2
27142026-02-14T01:54:03.555Z[ helios-setup] Feb 14 01:54:03.073 INFO E| Downloaded typenum v1.19.0
27152026-02-14T01:54:03.555Z[ helios-setup] Feb 14 01:54:03.079 INFO E| Downloaded tungstenite v0.28.0
27162026-02-14T01:54:03.555Z[ helios-setup] Feb 14 01:54:03.084 INFO E| Downloaded url v2.5.7
27172026-02-14T01:54:03.555Z[ helios-setup] Feb 14 01:54:03.089 INFO E| Downloaded hostname v0.4.1
27182026-02-14T01:54:03.556Z[ helios-setup] Feb 14 01:54:03.092 INFO E| Downloaded time v0.3.44
27192026-02-14T01:54:03.580Z[ helios-setup] Feb 14 01:54:03.103 INFO E| Downloaded proc-macro-crate v3.4.0
27202026-02-14T01:54:03.580Z[ helios-setup] Feb 14 01:54:03.106 INFO E| Downloaded unicode-width v0.2.2
27212026-02-14T01:54:03.580Z[ helios-setup] Feb 14 01:54:03.114 INFO E| Downloaded syn v2.0.108
27222026-02-14T01:54:03.604Z[ helios-setup] Feb 14 01:54:03.128 INFO E| Downloaded zerovec v0.11.5
27232026-02-14T01:54:03.604Z[ helios-setup] Feb 14 01:54:03.137 INFO E| Downloaded signal-hook-registry v1.4.6
27242026-02-14T01:54:03.604Z[ helios-setup] Feb 14 01:54:03.139 INFO E| Downloaded crunchy v0.2.4
27252026-02-14T01:54:03.604Z[ helios-setup] Feb 14 01:54:03.141 INFO E| Downloaded clap_derive v4.5.49
27262026-02-14T01:54:03.604Z[ helios-setup] Feb 14 01:54:03.144 INFO E| Downloaded pkg-config v0.3.32
27272026-02-14T01:54:03.629Z[ helios-setup] Feb 14 01:54:03.146 INFO E| Downloaded ppv-lite86 v0.2.21
27282026-02-14T01:54:03.629Z[ helios-setup] Feb 14 01:54:03.148 INFO E| Downloaded lock_api v0.4.14
27292026-02-14T01:54:03.629Z[ helios-setup] Feb 14 01:54:03.151 INFO E| Downloaded zerotrie v0.2.3
27302026-02-14T01:54:03.629Z[ helios-setup] Feb 14 01:54:03.156 INFO E| Downloaded smartstring v1.0.1
27312026-02-14T01:54:03.629Z[ helios-setup] Feb 14 01:54:03.159 INFO E| Downloaded base64ct v1.8.0
27322026-02-14T01:54:03.629Z[ helios-setup] Feb 14 01:54:03.163 INFO E| Downloaded litemap v0.8.1
27332026-02-14T01:54:03.629Z[ helios-setup] Feb 14 01:54:03.166 INFO E| Downloaded ryu v1.0.20
27342026-02-14T01:54:03.680Z[ helios-setup] Feb 14 01:54:03.172 INFO E| Downloaded winnow v0.7.13
27352026-02-14T01:54:03.705Z[ helios-setup] Feb 14 01:54:03.185 INFO E| Downloaded typify-impl v0.5.0
27362026-02-14T01:54:03.705Z[ helios-setup] Feb 14 01:54:03.204 INFO E| Downloaded proc-macro2 v1.0.103
27372026-02-14T01:54:03.705Z[ helios-setup] Feb 14 01:54:03.209 INFO E| Downloaded memchr v2.7.6
27382026-02-14T01:54:03.705Z[ helios-setup] Feb 14 01:54:03.217 INFO E| Downloaded mio v1.1.0
27392026-02-14T01:54:03.705Z[ helios-setup] Feb 14 01:54:03.225 INFO E| Downloaded indexmap v2.12.0
27402026-02-14T01:54:03.705Z[ helios-setup] Feb 14 01:54:03.231 INFO E| Downloaded serde_json v1.0.145
27412026-02-14T01:54:03.705Z[ helios-setup] Feb 14 01:54:03.239 INFO E| Downloaded regex v1.12.2
27422026-02-14T01:54:03.730Z[ helios-setup] Feb 14 01:54:03.247 INFO E| Downloaded portable-atomic v1.11.1
27432026-02-14T01:54:03.730Z[ helios-setup] Feb 14 01:54:03.257 INFO E| Downloaded clap_builder v4.5.51
27442026-02-14T01:54:03.730Z[ helios-setup] Feb 14 01:54:03.265 INFO E| Downloaded libm v0.2.15
27452026-02-14T01:54:03.754Z[ helios-setup] Feb 14 01:54:03.279 INFO E| Downloaded chrono v0.4.42
27462026-02-14T01:54:03.755Z[ helios-setup] Feb 14 01:54:03.287 INFO E| Downloaded icu_properties_data v2.1.1
27472026-02-14T01:54:03.779Z[ helios-setup] Feb 14 01:54:03.298 INFO E| Downloaded num-bigint-dig v0.8.4
27482026-02-14T01:54:03.779Z[ helios-setup] Feb 14 01:54:03.304 INFO E| Downloaded idna v1.1.0
27492026-02-14T01:54:03.779Z[ helios-setup] Feb 14 01:54:03.309 INFO E| Downloaded hashbrown v0.16.0
27502026-02-14T01:54:03.779Z[ helios-setup] Feb 14 01:54:03.316 INFO E| Downloaded regress v0.10.5
27512026-02-14T01:54:03.803Z[ helios-setup] Feb 14 01:54:03.327 INFO E| Downloaded rhai v1.23.6
27522026-02-14T01:54:03.803Z[ helios-setup] Feb 14 01:54:03.342 INFO E| Downloaded regex-syntax v0.8.8
27532026-02-14T01:54:03.827Z[ helios-setup] Feb 14 01:54:03.352 INFO E| Downloaded dropshot v0.16.4
27542026-02-14T01:54:03.851Z[ helios-setup] Feb 14 01:54:03.379 INFO E| Downloaded rustix v1.1.2
27552026-02-14T01:54:03.878Z[ helios-setup] Feb 14 01:54:03.407 INFO E| Downloaded tokio v1.48.0
27562026-02-14T01:54:03.913Z[ helios-setup] Feb 14 01:54:03.454 INFO E| Downloaded iddqd v0.3.14
27572026-02-14T01:54:03.937Z[ helios-setup] Feb 14 01:54:03.462 INFO E| Downloaded http v1.3.1
27582026-02-14T01:54:03.937Z[ helios-setup] Feb 14 01:54:03.466 INFO E| Downloaded icu_collections v2.1.1
27592026-02-14T01:54:03.937Z[ helios-setup] Feb 14 01:54:03.474 INFO E| Downloaded hyper-util v0.1.17
27602026-02-14T01:54:03.961Z[ helios-setup] Feb 14 01:54:03.480 INFO E| Downloaded flate2 v1.1.5
27612026-02-14T01:54:03.961Z[ helios-setup] Feb 14 01:54:03.485 INFO E| Downloaded miniz_oxide v0.8.9
27622026-02-14T01:54:03.961Z[ helios-setup] Feb 14 01:54:03.488 INFO E| Downloaded log v0.4.28
27632026-02-14T01:54:03.961Z[ helios-setup] Feb 14 01:54:03.491 INFO E| Downloaded icu_provider v2.1.1
27642026-02-14T01:54:03.961Z[ helios-setup] Feb 14 01:54:03.494 INFO E| Downloaded rustls-pki-types v1.13.0
27652026-02-14T01:54:03.961Z[ helios-setup] Feb 14 01:54:03.499 INFO E| Downloaded bincode v2.0.1
27662026-02-14T01:54:03.986Z[ helios-setup] Feb 14 01:54:03.505 INFO E| Downloaded rhai_codegen v3.1.0
27672026-02-14T01:54:03.986Z[ helios-setup] Feb 14 01:54:03.514 INFO E| Downloaded regex-automata v0.4.13
27682026-02-14T01:54:04.010Z[ helios-setup] Feb 14 01:54:03.533 INFO E| Downloaded parking_lot_core v0.9.12
27692026-02-14T01:54:04.010Z[ helios-setup] Feb 14 01:54:03.536 INFO E| Downloaded parking_lot v0.12.5
27702026-02-14T01:54:04.010Z[ helios-setup] Feb 14 01:54:03.540 INFO E| Downloaded icu_properties v2.1.1
27712026-02-14T01:54:04.010Z[ helios-setup] Feb 14 01:54:03.542 INFO E| Downloaded icu_normalizer_data v2.1.1
27722026-02-14T01:54:04.010Z[ helios-setup] Feb 14 01:54:03.545 INFO E| Downloaded icu_normalizer v2.1.1
27732026-02-14T01:54:04.010Z[ helios-setup] Feb 14 01:54:03.549 INFO E| Downloaded clap v4.5.51
27742026-02-14T01:54:04.034Z[ helios-setup] Feb 14 01:54:03.560 INFO E| Downloaded getrandom v0.2.16
27752026-02-14T01:54:04.034Z[ helios-setup] Feb 14 01:54:03.563 INFO E| Downloaded libc v0.2.177
27762026-02-14T01:54:04.058Z[ helios-setup] Feb 14 01:54:03.593 INFO E| Downloaded httparse v1.10.1
27772026-02-14T01:54:04.059Z[ helios-setup] Feb 14 01:54:03.596 INFO E| Downloaded find-msvc-tools v0.1.4
27782026-02-14T01:54:04.059Z[ helios-setup] Feb 14 01:54:03.598 INFO E| Downloaded num_enum v0.7.5
27792026-02-14T01:54:04.083Z[ helios-setup] Feb 14 01:54:03.603 INFO E| Downloaded icu_locale_core v2.1.1
27802026-02-14T01:54:04.083Z[ helios-setup] Feb 14 01:54:03.610 INFO E| Downloaded anstyle-parse v0.2.7
27812026-02-14T01:54:04.083Z[ helios-setup] Feb 14 01:54:03.612 INFO E| Downloaded quote v1.0.41
27822026-02-14T01:54:04.083Z[ helios-setup] Feb 14 01:54:03.615 INFO E| Downloaded pin-project-lite v0.2.16
27832026-02-14T01:54:04.083Z[ helios-setup] Feb 14 01:54:03.622 INFO E| Downloaded num_enum_derive v0.7.5
27842026-02-14T01:54:04.083Z[ helios-setup] Feb 14 01:54:03.624 INFO E| Downloaded no-std-compat v0.4.1
27852026-02-14T01:54:04.107Z[ helios-setup] Feb 14 01:54:03.625 INFO E| Downloaded libdevinfo-sys v1.1.0
27862026-02-14T01:54:04.107Z[ helios-setup] Feb 14 01:54:03.626 INFO E| Downloaded idna_adapter v1.2.1
27872026-02-14T01:54:04.107Z[ helios-setup] Feb 14 01:54:03.627 INFO E| Downloaded clap_lex v0.7.6
27882026-02-14T01:54:04.108Z[ helios-setup] Feb 14 01:54:03.629 INFO E| Downloaded autocfg v1.5.0
27892026-02-14T01:54:04.108Z[ helios-setup] Feb 14 01:54:03.631 INFO E| Downloaded anyhow v1.0.100
27902026-02-14T01:54:04.108Z[ helios-setup] Feb 14 01:54:03.635 INFO E| Downloaded anstyle-query v1.1.4
27912026-02-14T01:54:04.108Z[ helios-setup] Feb 14 01:54:03.636 INFO E| Downloaded potential_utf v0.1.4
27922026-02-14T01:54:04.108Z[ helios-setup] Feb 14 01:54:03.638 INFO E| Downloaded itoa v1.0.15
27932026-02-14T01:54:04.108Z[ helios-setup] Feb 14 01:54:03.639 INFO E| Downloaded is_terminal_polyfill v1.70.2
27942026-02-14T01:54:04.108Z[ helios-setup] Feb 14 01:54:03.640 INFO E| Downloaded iana-time-zone v0.1.64
27952026-02-14T01:54:04.108Z[ helios-setup] Feb 14 01:54:03.644 INFO E| Downloaded const-random-macro v0.1.16
27962026-02-14T01:54:04.108Z[ helios-setup] Feb 14 01:54:03.645 INFO E| Downloaded bincode_derive v2.0.1
27972026-02-14T01:54:04.108Z[ helios-setup] Feb 14 01:54:03.646 INFO E| Downloaded serde_spanned v1.0.3
27982026-02-14T01:54:04.108Z[ helios-setup] Feb 14 01:54:03.648 INFO E| Downloaded getopts v0.2.24
27992026-02-14T01:54:04.132Z[ helios-setup] Feb 14 01:54:03.649 INFO E| Downloaded devinfo v0.1.0
28002026-02-14T01:54:04.132Z[ helios-setup] Feb 14 01:54:03.651 INFO E| Downloaded cpufeatures v0.2.17
28012026-02-14T01:54:04.132Z[ helios-setup] Feb 14 01:54:03.652 INFO E| Downloaded is-terminal v0.4.17
28022026-02-14T01:54:04.132Z[ helios-setup] Feb 14 01:54:03.654 INFO E| Downloaded fastrand v2.3.0
28032026-02-14T01:54:04.132Z[ helios-setup] Feb 14 01:54:03.655 INFO E| Downloaded hyper v1.7.0
28042026-02-14T01:54:04.132Z[ helios-setup] Feb 14 01:54:03.663 INFO E| Downloaded generic-array v0.14.9
28052026-02-14T01:54:04.132Z[ helios-setup] Feb 14 01:54:03.664 INFO E| Downloaded env_filter v0.1.4
28062026-02-14T01:54:04.132Z[ helios-setup] Feb 14 01:54:03.666 INFO E| Downloaded dropshot_endpoint v0.16.4
28072026-02-14T01:54:04.132Z[ helios-setup] Feb 14 01:54:03.670 INFO E| Downloaded crc v3.3.0
28082026-02-14T01:54:04.132Z[ helios-setup] Feb 14 01:54:03.672 INFO E| Downloaded encoding_rs v0.8.35
28092026-02-14T01:54:04.157Z[ helios-setup] Feb 14 01:54:03.696 INFO E| Downloaded const-random v0.1.18
28102026-02-14T01:54:04.157Z[ helios-setup] Feb 14 01:54:03.697 INFO E| Downloaded typify v0.5.0
28112026-02-14T01:54:04.181Z[ helios-setup] Feb 14 01:54:03.703 INFO E| Downloaded tracing v0.1.41
28122026-02-14T01:54:04.181Z[ helios-setup] Feb 14 01:54:03.712 INFO E| Downloaded tokio-util v0.7.16
28132026-02-14T01:54:04.205Z[ helios-setup] Feb 14 01:54:03.726 INFO E| Downloaded colorchoice v1.0.4
28142026-02-14T01:54:04.205Z[ helios-setup] Feb 14 01:54:03.728 INFO E| Downloaded tinystr v0.8.2
28152026-02-14T01:54:04.205Z[ helios-setup] Feb 14 01:54:03.731 INFO E| Downloaded thiserror v2.0.17
28162026-02-14T01:54:04.205Z[ helios-setup] Feb 14 01:54:03.739 INFO E| Downloaded sync_wrapper v1.0.2
28172026-02-14T01:54:04.205Z[ helios-setup] Feb 14 01:54:03.739 INFO E| Downloaded h2 v0.4.12
28182026-02-14T01:54:04.229Z[ helios-setup] Feb 14 01:54:03.747 INFO E| Downloaded toml_writer v1.0.4
28192026-02-14T01:54:04.229Z[ helios-setup] Feb 14 01:54:03.749 INFO E| Downloaded toml_datetime v0.7.3
28202026-02-14T01:54:04.229Z[ helios-setup] Feb 14 01:54:03.750 INFO E| Downloaded thread_local v1.1.9
28212026-02-14T01:54:04.229Z[ helios-setup] Feb 14 01:54:03.752 INFO E| Downloaded thin-vec v0.2.14
28222026-02-14T01:54:04.230Z[ helios-setup] Feb 14 01:54:03.754 INFO E| Downloaded crc32fast v1.5.0
28232026-02-14T01:54:04.230Z[ helios-setup] Feb 14 01:54:03.756 INFO E| Downloaded zeroize v1.8.2
28242026-02-14T01:54:04.230Z[ helios-setup] Feb 14 01:54:03.757 INFO E| Downloaded uuid v1.18.1
28252026-02-14T01:54:04.230Z[ helios-setup] Feb 14 01:54:03.761 INFO E| Downloaded synstructure v0.13.2
28262026-02-14T01:54:04.230Z[ helios-setup] Feb 14 01:54:03.762 INFO E| Downloaded flagset v0.4.7
28272026-02-14T01:54:04.230Z[ helios-setup] Feb 14 01:54:03.764 INFO E| Downloaded errno v0.3.14
28282026-02-14T01:54:04.230Z[ helios-setup] Feb 14 01:54:03.766 INFO E| Downloaded writeable v0.6.2
28292026-02-14T01:54:04.230Z[ helios-setup] Feb 14 01:54:03.768 INFO E| Downloaded virtue v0.0.18
28302026-02-14T01:54:04.230Z[ helios-setup] Feb 14 01:54:03.770 INFO E| Downloaded unicode-ident v1.0.22
28312026-02-14T01:54:04.254Z[ helios-setup] Feb 14 01:54:03.774 INFO E| Downloaded tokio-tungstenite v0.28.0
28322026-02-14T01:54:04.254Z[ helios-setup] Feb 14 01:54:03.776 INFO E| Downloaded thiserror-impl v2.0.17
28332026-02-14T01:54:04.254Z[ helios-setup] Feb 14 01:54:03.778 INFO E| Downloaded unty v0.0.4
28342026-02-14T01:54:04.254Z[ helios-setup] Feb 14 01:54:03.779 INFO E| Downloaded toml_edit v0.23.7
28352026-02-14T01:54:04.254Z[ helios-setup] Feb 14 01:54:03.783 INFO E| Downloaded deranged v0.5.5
28362026-02-14T01:54:04.254Z[ helios-setup] Feb 14 01:54:03.786 INFO E| Downloaded zerofrom v0.1.6
28372026-02-14T01:54:04.254Z[ helios-setup] Feb 14 01:54:03.787 INFO E| Downloaded typify-macro v0.5.0
28382026-02-14T01:54:04.254Z[ helios-setup] Feb 14 01:54:03.788 INFO E| Downloaded toml_parser v1.0.4
28392026-02-14T01:54:04.254Z[ helios-setup] Feb 14 01:54:03.791 INFO E| Downloaded toml v0.9.8
28402026-02-14T01:54:04.254Z[ helios-setup] Feb 14 01:54:03.795 INFO E| Downloaded tls_codec_derive v0.4.2
28412026-02-14T01:54:04.279Z[ helios-setup] Feb 14 01:54:03.797 INFO E| Downloaded spin v0.5.2
28422026-02-14T01:54:04.279Z[ helios-setup] Feb 14 01:54:03.799 INFO E| Downloaded terminal_size v0.4.3
28432026-02-14T01:54:04.279Z[ helios-setup] Feb 14 01:54:03.801 INFO E| Downloaded bitflags v2.10.0
28442026-02-14T01:54:04.279Z[ helios-setup] Feb 14 01:54:03.805 INFO E| Downloaded tempfile v3.23.0
28452026-02-14T01:54:04.279Z[ helios-setup] Feb 14 01:54:03.808 INFO E| Downloaded slab v0.4.11
28462026-02-14T01:54:04.279Z[ helios-setup] Feb 14 01:54:03.810 INFO E| Downloaded cc v1.2.44
28472026-02-14T01:54:04.279Z[ helios-setup] Feb 14 01:54:03.813 INFO E| Downloaded aho-corasick v1.1.4
28482026-02-14T01:54:04.279Z[ helios-setup] Feb 14 01:54:03.819 INFO E| Downloaded bitfield-macros v0.19.3
28492026-02-14T01:54:04.279Z[ helios-setup] Feb 14 01:54:03.820 INFO E| Downloaded bitfield v0.19.3
28502026-02-14T01:54:04.441Z[ helios-setup] Feb 14 01:54:03.982 INFO E| Compiling proc-macro2 v1.0.103
28512026-02-14T01:54:04.441Z[ helios-setup] Feb 14 01:54:03.982 INFO E| Compiling quote v1.0.41
28522026-02-14T01:54:04.441Z[ helios-setup] Feb 14 01:54:03.982 INFO E| Compiling unicode-ident v1.0.22
28532026-02-14T01:54:04.441Z[ helios-setup] Feb 14 01:54:03.982 INFO E| Compiling serde_core v1.0.228
28542026-02-14T01:54:04.441Z[ helios-setup] Feb 14 01:54:03.982 INFO E| Compiling libc v0.2.177
28552026-02-14T01:54:04.466Z[ helios-setup] Feb 14 01:54:03.982 INFO E| Compiling cfg-if v1.0.4
28562026-02-14T01:54:04.466Z[ helios-setup] Feb 14 01:54:03.982 INFO E| Compiling serde v1.0.228
28572026-02-14T01:54:04.466Z[ helios-setup] Feb 14 01:54:03.982 INFO E| Compiling autocfg v1.5.0
28582026-02-14T01:54:04.849Z[ helios-setup] Feb 14 01:54:04.390 INFO E| Compiling version_check v0.9.5
28592026-02-14T01:54:05.016Z[ helios-setup] Feb 14 01:54:04.557 INFO E| Compiling itoa v1.0.15
28602026-02-14T01:54:05.444Z[ helios-setup] Feb 14 01:54:04.985 INFO E| Compiling memchr v2.7.6
28612026-02-14T01:54:05.784Z[ helios-setup] Feb 14 01:54:05.326 INFO E| Compiling serde_json v1.0.145
28622026-02-14T01:54:06.239Z[ helios-setup] Feb 14 01:54:05.780 INFO E| Compiling bytes v1.10.1
28632026-02-14T01:54:06.420Z[ helios-setup] Feb 14 01:54:05.961 INFO E| Compiling getrandom v0.3.4
28642026-02-14T01:54:06.678Z[ helios-setup] Feb 14 01:54:06.217 INFO E| Compiling pin-project-lite v0.2.16
28652026-02-14T01:54:07.157Z[ helios-setup] Feb 14 01:54:06.698 INFO E| Compiling futures-core v0.3.31
28662026-02-14T01:54:07.852Z[ helios-setup] Feb 14 01:54:07.394 INFO E| Compiling foldhash v0.2.0
28672026-02-14T01:54:08.324Z[ helios-setup] Feb 14 01:54:07.865 INFO E| Compiling equivalent v1.0.2
28682026-02-14T01:54:08.582Z[ helios-setup] Feb 14 01:54:08.123 INFO E| Compiling syn v2.0.108
28692026-02-14T01:54:08.631Z[ helios-setup] Feb 14 01:54:08.172 INFO E| Compiling libm v0.2.15
28702026-02-14T01:54:08.681Z[ helios-setup] Feb 14 01:54:08.220 INFO E| Compiling allocator-api2 v0.2.21
28712026-02-14T01:54:08.818Z[ helios-setup] Feb 14 01:54:08.359 INFO E| Compiling num-traits v0.2.19
28722026-02-14T01:54:09.348Z[ helios-setup] Feb 14 01:54:08.889 INFO E| Compiling typenum v1.19.0
28732026-02-14T01:54:09.437Z[ helios-setup] Feb 14 01:54:08.978 INFO E| Compiling parking_lot_core v0.9.12
28742026-02-14T01:54:09.569Z[ helios-setup] Feb 14 01:54:09.110 INFO E| Compiling hashbrown v0.16.0
28752026-02-14T01:54:09.786Z[ helios-setup] Feb 14 01:54:09.327 INFO E| Compiling const-oid v0.9.6
28762026-02-14T01:54:10.099Z[ helios-setup] Feb 14 01:54:09.641 INFO E| Compiling futures-sink v0.3.31
28772026-02-14T01:54:10.511Z[ helios-setup] Feb 14 01:54:10.052 INFO E| Compiling generic-array v0.14.9
28782026-02-14T01:54:10.634Z[ helios-setup] Feb 14 01:54:10.175 INFO E| Compiling scopeguard v1.2.0
28792026-02-14T01:54:11.151Z[ helios-setup] Feb 14 01:54:10.693 INFO E| Compiling lock_api v0.4.14
28802026-02-14T01:54:13.321Z[ helios-setup] Feb 14 01:54:12.863 INFO E| Compiling slab v0.4.11
28812026-02-14T01:54:13.691Z[ helios-setup] Feb 14 01:54:13.232 INFO E| Compiling thiserror v2.0.17
28822026-02-14T01:54:14.013Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
28832026-02-14T01:54:14.789Z[ helios-setup] Feb 14 01:54:14.330 INFO E| Compiling futures-channel v0.3.31
28842026-02-14T01:54:15.121Z[ helios-setup] Feb 14 01:54:14.663 INFO E| Compiling signal-hook-registry v1.4.6
28852026-02-14T01:54:15.146Z[ helios-setup] Feb 14 01:54:14.665 INFO E| Compiling socket2 v0.6.1
28862026-02-14T01:54:15.182Z[ helios-setup] Feb 14 01:54:14.724 INFO E| Compiling mio v1.1.0
28872026-02-14T01:54:15.755Z[ helios-setup] Feb 14 01:54:15.296 INFO E| Compiling rustversion v1.0.22
28882026-02-14T01:54:16.648Z[ helios-setup] Feb 14 01:54:16.190 INFO E| Compiling ryu v1.0.20
28892026-02-14T01:54:16.743Z[ helios-setup] Feb 14 01:54:16.284 INFO E| Compiling pin-utils v0.1.0
28902026-02-14T01:54:16.925Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
28912026-02-14T01:54:17.096Z[ helios-setup] Feb 14 01:54:16.637 INFO E| Compiling portable-atomic v1.11.1
28922026-02-14T01:54:17.480Z[ helios-setup] Feb 14 01:54:17.021 INFO E| Compiling zerocopy v0.8.27
28932026-02-14T01:54:17.939Z[ helios-setup] Feb 14 01:54:17.481 INFO E| Compiling futures-io v0.3.31
28942026-02-14T01:54:18.070Z[ helios-setup] Feb 14 01:54:17.611 INFO E| Compiling futures-task v0.3.31
28952026-02-14T01:54:18.214Z[ helios-setup] Feb 14 01:54:17.755 INFO E| Compiling crypto-common v0.1.6
28962026-02-14T01:54:18.583Z[ helios-setup] Feb 14 01:54:18.125 INFO E| Compiling block-buffer v0.10.4
28972026-02-14T01:54:18.900Z[ helios-setup] Feb 14 01:54:18.442 INFO E| Compiling bitflags v2.10.0
28982026-02-14T01:54:19.040Z[ helios-setup] Feb 14 01:54:18.581 INFO E| Compiling stable_deref_trait v1.2.1
28992026-02-14T01:54:19.254Z[ helios-setup] Feb 14 01:54:18.795 INFO E| Compiling log v0.4.28
29002026-02-14T01:54:19.598Z[ helios-setup] Feb 14 01:54:19.140 INFO E| Compiling fnv v1.0.7
29012026-02-14T01:54:20.143Z[ helios-setup] Feb 14 01:54:19.685 INFO E| Compiling http v1.3.1
29022026-02-14T01:54:20.205Z[ helios-setup] Feb 14 01:54:19.746 INFO E| Compiling digest v0.10.7
29032026-02-14T01:54:20.361Z[ helios-setup] Feb 14 01:54:19.903 INFO E| Compiling synstructure v0.13.2
29042026-02-14T01:54:20.472Z[ helios-setup] Feb 14 01:54:20.014 INFO E| Compiling indexmap v2.12.0
29052026-02-14T01:54:20.802Z[ helios-setup] Feb 14 01:54:20.344 INFO E| Compiling heck v0.5.0
29062026-02-14T01:54:21.412Z[ helios-setup] Feb 14 01:54:20.954 INFO E| Compiling once_cell v1.21.3
29072026-02-14T01:54:21.537Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
29082026-02-14T01:54:22.145Z[ helios-setup] Feb 14 01:54:21.686 INFO E| Compiling schemars v0.8.22
29092026-02-14T01:54:22.270Z[ helios-setup] Feb 14 01:54:21.811 INFO E| Compiling cpufeatures v0.2.17
29102026-02-14T01:54:22.472Z[ helios-setup] Feb 14 01:54:22.013 INFO E| Compiling serde_derive_internals v0.29.1
29112026-02-14T01:54:22.516Z[ helios-setup] Feb 14 01:54:22.058 INFO E| Compiling slog v2.8.2
29122026-02-14T01:54:23.070Z[ helios-setup] Feb 14 01:54:22.611 INFO E| Compiling iana-time-zone v0.1.64
29132026-02-14T01:54:24.028Z[ helios-setup] Feb 14 01:54:23.569 INFO E| Compiling shlex v1.3.0
29142026-02-14T01:54:24.147Z[ helios-setup] Feb 14 01:54:23.689 INFO E| Compiling zeroize v1.8.2
29152026-02-14T01:54:24.535Z[ helios-setup] Feb 14 01:54:24.076 INFO E| Compiling httparse v1.10.1
29162026-02-14T01:54:24.711Z[ helios-setup] Feb 14 01:54:24.253 INFO E| Compiling find-msvc-tools v0.1.4
29172026-02-14T01:54:25.144Z[ helios-setup] Feb 14 01:54:24.685 INFO E| Compiling cc v1.2.44
29182026-02-14T01:54:25.389Z[ helios-setup] Feb 14 01:54:24.931 INFO E| Compiling serde_derive v1.0.228
29192026-02-14T01:54:25.586Z[ helios-setup] Feb 14 01:54:25.128 INFO E| Compiling tokio-macros v2.6.0
29202026-02-14T01:54:25.765Z[ helios-setup] Feb 14 01:54:25.307 INFO E| Compiling zerocopy-derive v0.8.27
29212026-02-14T01:54:25.969Z[ helios-setup] Feb 14 01:54:25.510 INFO E| Compiling zerofrom-derive v0.1.6
29222026-02-14T01:54:26.113Z[ helios-setup] Feb 14 01:54:25.654 INFO E| Compiling thiserror-impl v2.0.17
29232026-02-14T01:54:27.022Z[ helios-setup] Feb 14 01:54:26.564 INFO E| Compiling futures-macro v0.3.31
29242026-02-14T01:54:27.160Z[ helios-setup] Feb 14 01:54:26.701 INFO E| Compiling yoke-derive v0.8.1
29252026-02-14T01:54:28.294Z[ helios-setup] Feb 14 01:54:27.834 INFO E| Compiling zerovec-derive v0.11.2
29262026-02-14T01:54:29.413Z[ helios-setup] Feb 14 01:54:28.955 INFO E| Compiling displaydoc v0.2.5
29272026-02-14T01:54:29.446Z[ helios-setup] Feb 14 01:54:28.987 INFO E| Compiling futures-util v0.3.31
29282026-02-14T01:54:30.188Z[ helios-setup] Feb 14 01:54:29.729 INFO E| Compiling zerofrom v0.1.6
29292026-02-14T01:54:30.644Z[ helios-setup] Feb 14 01:54:30.185 INFO E| Compiling schemars_derive v0.8.22
29302026-02-14T01:54:31.194Z[ helios-setup] Feb 14 01:54:30.735 INFO E| Compiling anyhow v1.0.100
29312026-02-14T01:54:31.296Z[ helios-setup] Feb 14 01:54:30.820 INFO E| Compiling yoke v0.8.1
29322026-02-14T01:54:32.094Z[ helios-setup] Feb 14 01:54:31.635 INFO E| Compiling zerovec v0.11.5
29332026-02-14T01:54:33.259Z[ helios-setup] Feb 14 01:54:32.800 INFO E| Compiling semver v1.0.27
29342026-02-14T01:54:33.585Z[ helios-setup] Feb 14 01:54:33.127 INFO E| Compiling tinystr v0.8.2
29352026-02-14T01:54:33.916Z[ helios-setup] Feb 14 01:54:33.457 INFO E| Compiling getrandom v0.2.16
29362026-02-14T01:54:33.987Z[ helios-setup] Feb 14 01:54:33.529 INFO E| Compiling writeable v0.6.2
29372026-02-14T01:54:34.051Z[ helios-setup] Feb 14 01:54:33.593 INFO E| Compiling powerfmt v0.2.0
29382026-02-14T01:54:34.279Z[ helios-setup] Feb 14 01:54:33.820 INFO E| Compiling num-conv v0.1.0
29392026-02-14T01:54:34.461Z[ helios-setup] Feb 14 01:54:34.002 INFO E| Compiling litemap v0.8.1
29402026-02-14T01:54:34.609Z[ helios-setup] Feb 14 01:54:34.147 INFO E| Compiling crc32fast v1.5.0
29412026-02-14T01:54:34.648Z[ helios-setup] Feb 14 01:54:34.190 INFO E| Compiling winnow v0.7.13
29422026-02-14T01:54:34.761Z[ helios-setup] Feb 14 01:54:34.303 INFO E| Compiling time-core v0.1.6
29432026-02-14T01:54:34.911Z[ helios-setup] Feb 14 01:54:34.452 INFO E| Compiling icu_locale_core v2.1.1
29442026-02-14T01:54:35.197Z[ helios-setup] Feb 14 01:54:34.733 INFO E| Compiling time-macros v0.2.24
29452026-02-14T01:54:35.271Z[ helios-setup] Feb 14 01:54:34.810 INFO E| Compiling ppv-lite86 v0.2.21
29462026-02-14T01:54:35.607Z[ helios-setup] Feb 14 01:54:35.149 INFO E| Compiling chrono v0.4.42
29472026-02-14T01:54:35.914Z[ helios-setup] Feb 14 01:54:35.456 INFO E| Compiling smallvec v1.15.1
29482026-02-14T01:54:36.146Z[ helios-setup] Feb 14 01:54:35.688 INFO E| Compiling erased-serde v0.3.31
29492026-02-14T01:54:37.227Z[ helios-setup] Feb 14 01:54:36.768 INFO E| Compiling parking_lot v0.12.5
29502026-02-14T01:54:37.618Z[ helios-setup] Feb 14 01:54:37.159 INFO E| Compiling uuid v1.18.1
29512026-02-14T01:54:37.871Z[ helios-setup] Feb 14 01:54:37.413 INFO E| Compiling tokio v1.48.0
29522026-02-14T01:54:37.992Z[ helios-setup] Feb 14 01:54:37.534 INFO E| Compiling serde_tokenstream v0.2.2
29532026-02-14T01:54:38.517Z[ helios-setup] Feb 14 01:54:38.059 INFO E| Compiling toml_parser v1.0.4
29542026-02-14T01:54:38.847Z[ helios-setup] Feb 14 01:54:38.389 INFO E| Compiling deranged v0.5.5
29552026-02-14T01:54:39.029Z[ helios-setup] Feb 14 01:54:38.570 INFO E| Compiling potential_utf v0.1.4
29562026-02-14T01:54:39.535Z[ helios-setup] Feb 14 01:54:39.076 INFO E| Compiling zerotrie v0.2.3
29572026-02-14T01:54:40.536Z[ helios-setup] Feb 14 01:54:40.077 INFO E| Compiling toml_datetime v0.7.3
29582026-02-14T01:54:41.275Z[ helios-setup] Feb 14 01:54:40.816 INFO E| Compiling icu_normalizer_data v2.1.1
29592026-02-14T01:54:41.685Z[ helios-setup] Feb 14 01:54:41.227 INFO E| Compiling dyn-clone v1.0.20
29602026-02-14T01:54:41.685Z[ helios-setup] Feb 14 01:54:41.227 INFO E| Compiling num_threads v0.1.7
29612026-02-14T01:54:42.136Z[ helios-setup] Feb 14 01:54:41.678 INFO E| Compiling icu_properties_data v2.1.1
29622026-02-14T01:54:42.214Z[ helios-setup] Feb 14 01:54:41.756 INFO E| Compiling unicode-width v0.2.2
29632026-02-14T01:54:42.265Z[ helios-setup] Feb 14 01:54:41.805 INFO E| Compiling toml_edit v0.23.7
29642026-02-14T01:54:42.773Z[ helios-setup] Feb 14 01:54:42.315 INFO E| Compiling icu_provider v2.1.1
29652026-02-14T01:54:42.966Z[ helios-setup] Feb 14 01:54:42.507 INFO E| Compiling icu_collections v2.1.1
29662026-02-14T01:54:43.152Z[ helios-setup] Feb 14 01:54:42.694 INFO E| Compiling time v0.3.44
29672026-02-14T01:54:44.255Z[ helios-setup] Feb 14 01:54:43.796 INFO E| Compiling http-body v1.0.1
29682026-02-14T01:54:44.306Z[ helios-setup] Feb 14 01:54:43.848 INFO E| Compiling regress v0.10.5
29692026-02-14T01:54:44.889Z[ helios-setup] Feb 14 01:54:44.431 INFO E| Compiling sha2 v0.10.9
29702026-02-14T01:54:46.013Z[ helios-setup] Feb 14 01:54:45.554 INFO E| Compiling tracing-core v0.1.34
29712026-02-14T01:54:47.151Z[ helios-setup] Feb 14 01:54:46.692 INFO E| Compiling atomic-waker v1.1.2
29722026-02-14T01:54:47.206Z[ helios-setup] Feb 14 01:54:46.748 INFO E| Compiling crunchy v0.2.4
29732026-02-14T01:54:48.120Z[ helios-setup] Feb 14 01:54:47.662 INFO E| Compiling percent-encoding v2.3.2
29742026-02-14T01:54:48.291Z[ helios-setup] Feb 14 01:54:47.831 INFO E| Compiling tracing v0.1.41
29752026-02-14T01:54:48.872Z[ helios-setup] Feb 14 01:54:48.414 INFO E| Compiling proc-macro-crate v3.4.0
29762026-02-14T01:54:49.006Z[ helios-setup] Feb 14 01:54:48.548 INFO E| Compiling getopts v0.2.24
29772026-02-14T01:54:49.246Z[ helios-setup] Feb 14 01:54:48.787 INFO E| Compiling futures-executor v0.3.31
29782026-02-14T01:54:49.311Z[ helios-setup] Feb 14 01:54:48.852 INFO E| Compiling thread_local v1.1.9
29792026-02-14T01:54:49.974Z[ helios-setup] Feb 14 01:54:49.516 INFO E| Compiling typify-impl v0.5.0
29802026-02-14T01:54:49.999Z[ helios-setup] Feb 14 01:54:49.536 INFO E| Compiling tower-service v0.3.3
29812026-02-14T01:54:50.045Z[ helios-setup] Feb 14 01:54:49.587 INFO E| Compiling rustix v1.1.2
29822026-02-14T01:54:50.386Z[ helios-setup] Feb 14 01:54:49.928 INFO E| Compiling tiny-keccak v2.0.2
29832026-02-14T01:54:50.469Z[ helios-setup] Feb 14 01:54:50.010 INFO E| Compiling thiserror v1.0.69
29842026-02-14T01:54:50.840Z[ helios-setup] Feb 14 01:54:50.382 INFO E| Compiling try-lock v0.2.5
29852026-02-14T01:54:51.122Z[ helios-setup] Feb 14 01:54:50.664 INFO E| Compiling want v0.3.1
29862026-02-14T01:54:51.186Z[ omicron-package] Finished `release` profile [optimized] target(s) in 2m 02s
29872026-02-14T01:54:51.351Z[ helios-setup] Feb 14 01:54:50.893 INFO E| Compiling num_enum_derive v0.7.5
29882026-02-14T01:54:51.539Z[ helios-setup] Feb 14 01:54:51.081 INFO E| Compiling futures v0.3.31
29892026-02-14T01:54:51.564Z[ omicron-package]
29902026-02-14T01:54:51.565Z[ omicron-package] real 2:02.655418336
29912026-02-14T01:54:51.565Z[ omicron-package] user 7:55.901187710
29922026-02-14T01:54:51.565Z[ omicron-package] sys 35.371471118
29932026-02-14T01:54:51.565Z[ omicron-package] trap 1.002870753
29942026-02-14T01:54:51.565Z[ omicron-package] tflt 0.825664495
29952026-02-14T01:54:51.565Z[ omicron-package] dflt 1.944723442
29962026-02-14T01:54:51.565Z[ omicron-package] kflt 0.001432101
29972026-02-14T01:54:51.565Z[ omicron-package] lock 26:26.427152410
29982026-02-14T01:54:51.565Z[ omicron-package] slp 29:01.420144685
29992026-02-14T01:54:51.565Z[ omicron-package] lat 5:11.726664829
30002026-02-14T01:54:51.565Z[ omicron-package] stop 1:32.863453311
30012026-02-14T01:54:51.565ZFeb 14 01:54:51.097 INFO [omicron-package] process exited with exit status: 0 (122.778893294s)
30022026-02-14T01:54:51.565ZFeb 14 01:54:51.101 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --preset recovery
30032026-02-14T01:54:51.565ZFeb 14 01:54:51.101 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --preset host
30042026-02-14T01:54:51.565Z[ helios-setup] Feb 14 01:54:51.101 INFO E| Compiling icu_normalizer v2.1.1
30052026-02-14T01:54:51.601Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
30062026-02-14T01:54:51.601Z[ host-target] Created new build target 'host' and set it as active
30072026-02-14T01:54:51.601Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
30082026-02-14T01:54:51.601Z[ recovery-target] Created new build target 'recovery' and set it as active
30092026-02-14T01:54:51.601ZFeb 14 01:54:51.129 INFO [host-target] process exited with exit status: 0 (29.121517ms)
30102026-02-14T01:54:51.601ZFeb 14 01:54:51.129 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
30112026-02-14T01:54:51.601ZFeb 14 01:54:51.140 INFO [recovery-target] process exited with exit status: 0 (42.379936ms)
30122026-02-14T01:54:51.626Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
30132026-02-14T01:54:51.626Z[ helios-setup] Feb 14 01:54:51.157 INFO E| Compiling icu_properties v2.1.1
30142026-02-14T01:54:52.724Z[ helios-setup] Feb 14 01:54:52.265 INFO E| Compiling tokio-util v0.7.16
30152026-02-14T01:54:53.836Z[ helios-setup] Feb 14 01:54:53.378 INFO E| Compiling h2 v0.4.12
30162026-02-14T01:54:54.131Z[ helios-setup] Feb 14 01:54:53.672 INFO E| Compiling form_urlencoded v1.2.2
30172026-02-14T01:54:54.855Z[ helios-setup] Feb 14 01:54:54.396 INFO E| Compiling thiserror-impl v1.0.69
30182026-02-14T01:54:55.108Z[ helios-setup] Feb 14 01:54:54.649 INFO E| Compiling serde_spanned v1.0.3
30192026-02-14T01:54:55.423Z[ host-package] Compiling ring v0.17.14
30202026-02-14T01:54:55.496Z[ helios-setup] Feb 14 01:54:55.038 INFO E| Compiling errno v0.3.14
30212026-02-14T01:54:55.550Z[ host-package] Compiling convert_case v0.4.0
30222026-02-14T01:54:55.550Z[ host-package] Compiling progenitor-impl v0.10.0
30232026-02-14T01:54:55.825Z[ host-package] Compiling secrecy v0.10.3
30242026-02-14T01:54:55.850Z[ host-package] Compiling is-terminal v0.4.13
30252026-02-14T01:54:55.850Z[ host-package] Compiling thread_local v1.1.8
30262026-02-14T01:54:55.980Z[ helios-setup] Feb 14 01:54:55.522 INFO E| Compiling is-terminal v0.4.17
30272026-02-14T01:54:56.205Z[ helios-setup] Feb 14 01:54:55.746 INFO E| Compiling adler2 v2.0.1
30282026-02-14T01:54:56.423Z[ helios-setup] Feb 14 01:54:55.964 INFO E| Compiling simd-adler32 v0.3.7
30292026-02-14T01:54:56.770Z[ helios-setup] Feb 14 01:54:56.311 INFO E| Compiling term v1.2.0
30302026-02-14T01:54:56.862Z[ host-package] Compiling bytecount v0.6.8
30312026-02-14T01:54:56.916Z[ host-package] Compiling match_cfg v0.1.0
30322026-02-14T01:54:57.074Z[ host-package] Compiling derive_more v0.99.20
30332026-02-14T01:54:57.146Z[ helios-setup] Feb 14 01:54:56.688 INFO E| Compiling toml_writer v1.0.4
30342026-02-14T01:54:57.476Z[ helios-setup] Feb 14 01:54:57.018 INFO E| Compiling httpdate v1.0.3
30352026-02-14T01:54:57.501Z[ host-package] Compiling hostname v0.3.1
30362026-02-14T01:54:57.602Z[ host-package] Compiling multer v3.1.0
30372026-02-14T01:54:57.814Z[ host-package] Compiling slog-async v2.8.0
30382026-02-14T01:54:57.929Z[ host-package] Compiling crossbeam-channel v0.5.15
30392026-02-14T01:54:58.011Z[ helios-setup] Feb 14 01:54:57.553 INFO E| Compiling slog-term v2.9.2
30402026-02-14T01:54:58.185Z[ host-package] Compiling toml_parser v1.0.6+spec-1.1.0
30412026-02-14T01:54:58.209Z[ host-package] Compiling slog-json v2.6.1
30422026-02-14T01:54:58.952Z[ helios-setup] Feb 14 01:54:58.494 INFO E| Compiling toml v0.9.8
30432026-02-14T01:54:59.195Z[ host-package] Compiling futures-executor v0.3.31
30442026-02-14T01:54:59.808Z[ host-package] Compiling serde_spanned v1.0.4
30452026-02-14T01:54:59.894Z[ helios-setup] Feb 14 01:54:59.436 INFO E| Compiling miniz_oxide v0.8.9
30462026-02-14T01:55:00.299Z[ host-package] Compiling toml_datetime v0.7.5+spec-1.1.0
30472026-02-14T01:55:00.379Z[ helios-setup] Feb 14 01:54:59.910 INFO E| Compiling typify-macro v0.5.0
30482026-02-14T01:55:00.407Z[ host-package] Compiling unicode-width v0.1.14
30492026-02-14T01:55:00.582Z[ host-package] Compiling term v1.1.0
30502026-02-14T01:55:01.597Z[ host-package] Compiling rustls v0.23.19
30512026-02-14T01:55:01.732Z[ host-package] Compiling rustls v0.22.4
30522026-02-14T01:55:01.846Z[ host-package] Compiling swrite v0.1.0
30532026-02-14T01:55:02.000Z[ host-package] Compiling take_mut v0.2.2
30542026-02-14T01:55:02.171Z[ host-package] Compiling toml_writer v1.0.6+spec-1.1.0
30552026-02-14T01:55:02.863Z[ host-package] Compiling slog-term v2.9.2
30562026-02-14T01:55:03.236Z[ host-package] Compiling toml v0.9.11+spec-1.1.0
30572026-02-14T01:55:03.409Z[ helios-setup] Feb 14 01:55:02.951 INFO E| Compiling hyper v1.7.0
30582026-02-14T01:55:04.292Z[ host-package] Compiling tabwriter v1.4.0
30592026-02-14T01:55:04.441Z[ host-package] Compiling progenitor-macro v0.10.0
30602026-02-14T01:55:05.353Z[ host-package] Compiling futures v0.3.31
30612026-02-14T01:55:05.573Z[ host-package] Compiling slog-bunyan v2.5.0
30622026-02-14T01:55:06.245Z[ host-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
30632026-02-14T01:55:06.416Z[ host-package] Compiling dropshot v0.16.7
30642026-02-14T01:55:06.765Z[ host-package] Compiling async-stream v0.3.6
30652026-02-14T01:55:07.030Z[ helios-setup] Feb 14 01:55:06.572 INFO E| Compiling num_enum v0.7.5
30662026-02-14T01:55:07.247Z[ helios-setup] Feb 14 01:55:06.789 INFO E| Compiling idna_adapter v1.2.1
30672026-02-14T01:55:07.505Z[ helios-setup] Feb 14 01:55:07.046 INFO E| Compiling aho-corasick v1.1.4
30682026-02-14T01:55:07.670Z[ helios-setup] Feb 14 01:55:07.212 INFO E| Compiling rand_core v0.9.3
30692026-02-14T01:55:07.744Z[ host-package] Compiling rustls-webpki v0.102.8
30702026-02-14T01:55:08.345Z[ host-package] Compiling password-hash v0.5.0
30712026-02-14T01:55:08.405Z[ host-package] Compiling blake2 v0.10.6
30722026-02-14T01:55:08.625Z[ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#70d3253a)
30732026-02-14T01:55:09.057Z[ host-package] Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
30742026-02-14T01:55:09.154Z[ helios-setup] Feb 14 01:55:08.688 INFO E| Compiling sync_wrapper v1.0.2
30752026-02-14T01:55:10.049Z[ helios-setup] Feb 14 01:55:09.591 INFO E| Compiling regex-syntax v0.8.8
30762026-02-14T01:55:11.095Z[ host-package] Compiling universal-hash v0.5.1
30772026-02-14T01:55:12.153Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc121ef55741656ce118b02ceeda949b9261f49f#bc121ef5)
30782026-02-14T01:55:12.419Z[ host-package] Compiling waitgroup v0.1.2
30792026-02-14T01:55:12.540Z[ host-package] Compiling rustls-pemfile v2.2.0
30802026-02-14T01:55:13.023Z[ host-package] Compiling thiserror-impl-no-std v2.0.2
30812026-02-14T01:55:13.543Z[ host-package] Compiling serde_path_to_error v0.1.20
30822026-02-14T01:55:13.894Z[ helios-setup] Feb 14 01:55:13.436 INFO E| Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
30832026-02-14T01:55:14.812Z[ helios-setup] Feb 14 01:55:14.354 INFO E| Compiling libdevinfo-sys v1.1.0
30842026-02-14T01:55:14.870Z[ helios-setup] Feb 14 01:55:14.412 INFO E| Compiling ipnet v2.11.0
30852026-02-14T01:55:15.396Z[ host-package] Compiling hostname v0.4.2
30862026-02-14T01:55:15.502Z[ helios-setup] Feb 14 01:55:15.043 INFO E| Compiling utf8_iter v1.0.4
30872026-02-14T01:55:16.146Z[ host-package] Compiling instant v0.1.13
30882026-02-14T01:55:16.210Z[ helios-setup] Feb 14 01:55:15.752 INFO E| Compiling base64ct v1.8.0
30892026-02-14T01:55:16.456Z[ host-package] Compiling debug-ignore v1.0.5
30902026-02-14T01:55:16.828Z[ host-package] Compiling colored v3.0.0
30912026-02-14T01:55:16.964Z[ host-package] Compiling opaque-debug v0.3.1
30922026-02-14T01:55:16.991Z[ helios-setup] Feb 14 01:55:16.517 INFO E| Compiling base64 v0.22.1
30932026-02-14T01:55:17.729Z[ host-package] Compiling poly1305 v0.8.0
30942026-02-14T01:55:17.894Z[ helios-setup] Feb 14 01:55:17.436 INFO E| Compiling tower-layer v0.3.3
30952026-02-14T01:55:18.143Z[ host-package] Compiling thiserror-no-std v2.0.2
30962026-02-14T01:55:18.260Z[ host-package] Compiling backoff v0.4.0
30972026-02-14T01:55:18.544Z[ host-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc121ef55741656ce118b02ceeda949b9261f49f#bc121ef5)
30982026-02-14T01:55:18.859Z[ helios-setup] Feb 14 01:55:18.401 INFO E| Compiling tower v0.5.2
30992026-02-14T01:55:18.919Z[ helios-setup] Feb 14 01:55:18.461 INFO E| Compiling hyper-util v0.1.17
31002026-02-14T01:55:19.137Z[ host-package] Compiling argon2 v0.5.3
31012026-02-14T01:55:19.374Z[ helios-setup] Feb 14 01:55:18.916 INFO E| Compiling const-random-macro v0.1.16
31022026-02-14T01:55:19.884Z[ helios-setup] Feb 14 01:55:19.426 INFO E| Compiling pem-rfc7468 v0.7.0
31032026-02-14T01:55:20.199Z[ helios-setup] Feb 14 01:55:19.741 INFO E| Compiling regex-automata v0.4.13
31042026-02-14T01:55:20.339Z[ host-package] Compiling tokio-rustls v0.25.0
31052026-02-14T01:55:20.490Z[ helios-setup] Feb 14 01:55:20.032 INFO E| Compiling idna v1.1.0
31062026-02-14T01:55:20.897Z[ helios-setup] Feb 14 01:55:20.439 INFO E| Compiling devinfo v0.1.0
31072026-02-14T01:55:21.239Z[ helios-setup] Feb 14 01:55:20.781 INFO E| Compiling rand_chacha v0.9.0
31082026-02-14T01:55:22.360Z[ helios-setup] Feb 14 01:55:21.902 INFO E| Compiling flate2 v1.1.5
31092026-02-14T01:55:23.246Z[ host-package] Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
31102026-02-14T01:55:24.009Z[ helios-setup] Feb 14 01:55:23.551 INFO E| Compiling serde_urlencoded v0.7.1
31112026-02-14T01:55:24.195Z[ helios-setup] Feb 14 01:55:23.737 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#8eed23a0)
31122026-02-14T01:55:24.807Z[ helios-setup] Feb 14 01:55:24.349 INFO E| Compiling http-body-util v0.1.3
31132026-02-14T01:55:25.464Z[ helios-setup] Feb 14 01:55:25.006 INFO E| Compiling ring v0.17.14
31142026-02-14T01:55:25.606Z[ host-package] Compiling tokio-rustls v0.26.0
31152026-02-14T01:55:26.253Z[ helios-setup] Feb 14 01:55:25.795 INFO E| Compiling der_derive v0.7.3
31162026-02-14T01:55:26.930Z[ helios-setup] Feb 14 01:55:26.472 INFO E| Compiling sha1 v0.10.6
31172026-02-14T01:55:27.067Z[ host-package] Compiling hyper-rustls v0.27.7
31182026-02-14T01:55:28.334Z[ host-package] Compiling reqwest v0.12.24
31192026-02-14T01:55:28.767Z[ helios-setup] Feb 14 01:55:28.309 INFO E| Compiling ahash v0.8.12
31202026-02-14T01:55:29.235Z[ helios-setup] Feb 14 01:55:28.777 INFO E| Compiling spin v0.9.8
31212026-02-14T01:55:30.197Z[ helios-setup] Feb 14 01:55:29.739 INFO E| Compiling byteorder v1.5.0
31222026-02-14T01:55:30.197Z[ helios-setup] Feb 14 01:55:29.739 INFO E| Compiling flagset v0.4.7
31232026-02-14T01:55:31.129Z[ helios-setup] Feb 14 01:55:30.671 INFO E| Compiling iri-string v0.7.8
31242026-02-14T01:55:31.603Z[ host-package] Compiling parse-display v0.10.0
31252026-02-14T01:55:32.081Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
31262026-02-14T01:55:32.570Z[ helios-setup] Feb 14 01:55:32.113 INFO E| Compiling utf8parse v0.2.2
31272026-02-14T01:55:32.813Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
31282026-02-14T01:55:32.848Z[ helios-setup] Feb 14 01:55:32.379 INFO E| Compiling bitflags v1.3.2
31292026-02-14T01:55:33.127Z[ helios-setup] Feb 14 01:55:32.669 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
31302026-02-14T01:55:33.178Z[ host-package] Compiling chacha20 v0.9.1
31312026-02-14T01:55:33.217Z[ helios-setup] Feb 14 01:55:32.759 INFO E| Compiling anstyle-parse v0.2.7
31322026-02-14T01:55:34.236Z[ helios-setup] Feb 14 01:55:33.778 INFO E| Compiling der v0.7.10
31332026-02-14T01:55:34.328Z[ host-package] Compiling aead v0.5.2
31342026-02-14T01:55:35.249Z[ host-package] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
31352026-02-14T01:55:35.462Z[ host-package] Compiling macaddr v1.0.1
31362026-02-14T01:55:35.688Z[ helios-setup] Feb 14 01:55:35.230 INFO E| Compiling regex v1.12.2
31372026-02-14T01:55:36.669Z[ host-package] Compiling progenitor-client v0.11.2
31382026-02-14T01:55:38.981Z[ host-package] Compiling progenitor v0.11.2
31392026-02-14T01:55:39.637Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
31402026-02-14T01:55:45.222Z[ host-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
31412026-02-14T01:55:45.825Z[ helios-setup] Feb 14 01:55:45.367 INFO E| Compiling tower-http v0.6.6
31422026-02-14T01:55:46.261Z[ host-package] Compiling progenitor-client v0.10.0
31432026-02-14T01:55:47.230Z[ host-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
31442026-02-14T01:55:48.536Z[ host-package] Compiling derive-where v1.5.0
31452026-02-14T01:55:49.524Z[ helios-setup] Feb 14 01:55:49.066 INFO E| Compiling rand v0.9.2
31462026-02-14T01:55:49.975Z[ helios-setup] Feb 14 01:55:49.517 INFO E| Compiling url v2.5.7
31472026-02-14T01:55:50.130Z[ host-package] Compiling chacha20poly1305 v0.10.1
31482026-02-14T01:55:51.147Z[ host-package] Compiling vsss-rs v3.3.4
31492026-02-14T01:55:53.176Z[ helios-setup] Feb 14 01:55:52.718 INFO E| Compiling const-random v0.1.18
31502026-02-14T01:55:53.242Z[ host-package] Compiling num-rational v0.4.2
31512026-02-14T01:55:53.504Z[ helios-setup] Feb 14 01:55:53.046 INFO E| Compiling typify v0.5.0
31522026-02-14T01:55:53.580Z[ helios-setup] Feb 14 01:55:53.123 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
31532026-02-14T01:55:54.080Z[ helios-setup] Feb 14 01:55:53.623 INFO E| Compiling openapiv3 v2.2.0
31542026-02-14T01:55:56.020Z[ helios-setup] Feb 14 01:55:55.562 INFO E| Compiling rand_core v0.6.4
31552026-02-14T01:55:57.258Z[ helios-setup] Feb 14 01:55:56.800 INFO E| Compiling colorchoice v1.0.4
31562026-02-14T01:55:57.938Z[ helios-setup] Feb 14 01:55:57.481 INFO E| Compiling is_terminal_polyfill v1.70.2
31572026-02-14T01:55:58.369Z[ helios-setup] Feb 14 01:55:57.912 INFO E| Compiling subtle v2.6.1
31582026-02-14T01:55:58.927Z[ helios-setup] Feb 14 01:55:58.470 INFO E| Compiling data-encoding v2.9.0
31592026-02-14T01:55:59.355Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31602026-02-14T01:55:59.912Z[ helios-setup] Feb 14 01:55:59.454 INFO E| Compiling anstyle v1.0.13
31612026-02-14T01:56:00.334Z[ helios-setup] Feb 14 01:55:59.877 INFO E| Compiling utf-8 v0.7.6
31622026-02-14T01:56:01.009Z[ helios-setup] Feb 14 01:56:00.551 INFO E| Compiling unsafe-libyaml v0.2.11
31632026-02-14T01:56:01.151Z[ helios-setup] Feb 14 01:56:00.694 INFO E| Compiling syn v1.0.109
31642026-02-14T01:56:02.135Z[ host-package] Compiling progenitor v0.10.0
31652026-02-14T01:56:02.415Z[ helios-setup] Feb 14 01:56:01.957 INFO E| Compiling radium v0.7.0
31662026-02-14T01:56:02.766Z[ helios-setup] Feb 14 01:56:02.308 INFO E| Compiling anstyle-query v1.1.4
31672026-02-14T01:56:03.142Z[ host-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31682026-02-14T01:56:03.281Z[ helios-setup] Feb 14 01:56:02.823 INFO E| Compiling anstream v0.6.21
31692026-02-14T01:56:03.749Z[ helios-setup] Feb 14 01:56:03.291 INFO E| Compiling serde_yaml v0.9.34+deprecated
31702026-02-14T01:56:03.837Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31712026-02-14T01:56:04.477Z[ helios-setup] Feb 14 01:56:04.019 INFO E| Compiling progenitor-impl v0.11.2 (https://github.com/oxidecomputer/progenitor#5c4b6016)
31722026-02-14T01:56:05.392Z[ helios-setup] Feb 14 01:56:04.934 INFO E| Compiling tungstenite v0.28.0
31732026-02-14T01:56:05.694Z[ helios-setup] Feb 14 01:56:05.236 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
31742026-02-14T01:56:06.480Z[ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31752026-02-14T01:56:07.736Z[ host-package] Compiling num-complex v0.4.6
31762026-02-14T01:56:07.815Z[ host-package] Compiling console v0.15.10
31772026-02-14T01:56:09.646Z[ host-package] Compiling num v0.4.3
31782026-02-14T01:56:10.431Z[ helios-setup] Feb 14 01:56:09.974 INFO E| Compiling reqwest v0.12.24
31792026-02-14T01:56:14.247Z[ helios-setup] Feb 14 01:56:13.790 INFO E| Compiling spki v0.7.3
31802026-02-14T01:56:14.290Z[ host-package] Compiling float-ord v0.3.2
31812026-02-14T01:56:15.596Z[ host-package] Compiling toml v0.8.23
31822026-02-14T01:56:15.756Z[ host-package] Compiling newline-converter v0.3.0
31832026-02-14T01:56:15.801Z[ helios-setup] Feb 14 01:56:15.344 INFO E| Compiling terminal_size v0.4.3
31842026-02-14T01:56:16.069Z[ helios-setup] Feb 14 01:56:15.611 INFO E| Compiling rustls-pki-types v1.13.0
31852026-02-14T01:56:16.249Z[ host-package] Compiling atomicwrites v0.4.4
31862026-02-14T01:56:16.297Z[ helios-setup] Feb 14 01:56:15.839 INFO E| Compiling crossbeam-utils v0.8.21
31872026-02-14T01:56:16.358Z[ helios-setup] Feb 14 01:56:15.900 INFO E| Compiling tap v1.0.1
31882026-02-14T01:56:17.138Z[ helios-setup] Feb 14 01:56:16.680 INFO E| Compiling pkg-config v0.3.32
31892026-02-14T01:56:17.317Z[ host-package] Compiling prettyplease v0.2.36
31902026-02-14T01:56:17.407Z[ host-package] Compiling slog-dtrace v0.3.0
31912026-02-14T01:56:17.561Z[ helios-setup] Feb 14 01:56:17.104 INFO E| Compiling maybe-uninit v2.0.0
31922026-02-14T01:56:18.503Z[ host-package] Compiling expectorate v1.2.0
31932026-02-14T01:56:18.784Z[ helios-setup] Feb 14 01:56:18.326 INFO E| Compiling untrusted v0.9.0
31942026-02-14T01:56:19.385Z[ host-package] Compiling owo-colors v4.2.2
31952026-02-14T01:56:19.565Z[ helios-setup] Feb 14 01:56:19.107 INFO E| Compiling bzip2-sys v0.1.13+1.0.8
31962026-02-14T01:56:19.774Z[ helios-setup] Feb 14 01:56:19.317 INFO E| Compiling wyz v0.5.1
31972026-02-14T01:56:20.656Z[ host-package] Compiling cancel-safe-futures v0.1.5
31982026-02-14T01:56:20.729Z[ helios-setup] Feb 14 01:56:20.271 INFO E| Compiling progenitor-client v0.11.2 (https://github.com/oxidecomputer/progenitor#5c4b6016)
31992026-02-14T01:56:22.828Z[ helios-setup] Feb 14 01:56:22.370 INFO E| Compiling progenitor-macro v0.11.2 (https://github.com/oxidecomputer/progenitor#5c4b6016)
32002026-02-14T01:56:24.159Z[ host-package] Compiling resolv-conf v0.7.0
32012026-02-14T01:56:26.784Z[ host-package] Compiling libsw-core v0.3.1
32022026-02-14T01:56:27.515Z[ host-package] Compiling libsw v3.5.0
32032026-02-14T01:56:31.489Z[ helios-setup] Feb 14 01:56:31.032 INFO E| Compiling tokio-tungstenite v0.28.0
32042026-02-14T01:56:35.698Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
32052026-02-14T01:56:36.769Z[ host-package] Compiling linear-map v1.2.0
32062026-02-14T01:56:37.503Z[ helios-setup] Feb 14 01:56:37.046 INFO E| Compiling rand_chacha v0.3.1
32072026-02-14T01:56:38.090Z[ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32082026-02-14T01:56:39.727Z[ helios-setup] Feb 14 01:56:39.270 INFO E| Compiling num-integer v0.1.46
32092026-02-14T01:56:40.602Z[ helios-setup] Feb 14 01:56:40.145 INFO E| Compiling smartstring v1.0.1
32102026-02-14T01:56:41.155Z[ host-package] Compiling linked-hash-map v0.5.6
32112026-02-14T01:56:41.617Z[ helios-setup] Feb 14 01:56:41.159 INFO E| Compiling strsim v0.11.1
32122026-02-14T01:56:41.671Z[ helios-setup] Feb 14 01:56:41.213 INFO E| Compiling packed_struct v0.10.1
32132026-02-14T01:56:41.842Z[ helios-setup] Feb 14 01:56:41.385 INFO E| Compiling rustls v0.22.4
32142026-02-14T01:56:42.157Z[ host-package] Compiling lru-cache v0.1.2
32152026-02-14T01:56:42.733Z[ helios-setup] Feb 14 01:56:42.276 INFO E| Compiling funty v2.0.0
32162026-02-14T01:56:42.787Z[ helios-setup] Feb 14 01:56:42.330 INFO E| Compiling clap_lex v0.7.6
32172026-02-14T01:56:43.106Z[ host-package] Compiling unicode-xid v0.2.6
32182026-02-14T01:56:43.889Z[ host-package] Compiling hickory-proto v0.24.4
32192026-02-14T01:56:44.136Z[ host-package] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32202026-02-14T01:56:44.326Z[ helios-setup] Feb 14 01:56:43.869 INFO E| Compiling num-bigint-dig v0.8.4
32212026-02-14T01:56:44.524Z[ helios-setup] Feb 14 01:56:44.067 INFO E| Compiling virtue v0.0.18
32222026-02-14T01:56:45.456Z[ helios-setup] Feb 14 01:56:44.999 INFO E| Compiling bitvec v1.0.1
32232026-02-14T01:56:45.708Z[ helios-setup] Feb 14 01:56:45.251 INFO E| Compiling packed_struct_codegen v0.10.1
32242026-02-14T01:56:46.401Z[ host-package] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32252026-02-14T01:56:46.694Z[ helios-setup] Feb 14 01:56:46.236 INFO E| Compiling bincode_derive v2.0.1
32262026-02-14T01:56:47.231Z[ helios-setup] Feb 14 01:56:46.774 INFO E| Compiling clap_builder v4.5.51
32272026-02-14T01:56:49.469Z[ helios-setup] Feb 14 01:56:49.012 INFO E| Compiling progenitor v0.11.2 (https://github.com/oxidecomputer/progenitor#5c4b6016)
32282026-02-14T01:56:50.152Z[ helios-setup] Feb 14 01:56:49.695 INFO E| Compiling num-iter v0.1.45
32292026-02-14T01:56:50.715Z[ helios-setup] Feb 14 01:56:50.257 INFO E| Compiling rand v0.8.5
32302026-02-14T01:56:51.038Z[ host-package] Compiling convert_case v0.7.1
32312026-02-14T01:56:51.134Z[ helios-setup] Feb 14 01:56:50.677 INFO E| Compiling rustls-webpki v0.102.8
32322026-02-14T01:56:51.555Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32332026-02-14T01:56:52.384Z[ host-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32342026-02-14T01:56:53.625Z[ host-package] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32352026-02-14T01:56:57.984Z[ helios-setup] Feb 14 01:56:57.527 INFO E| Compiling pkcs8 v0.10.2
32362026-02-14T01:56:58.102Z[ helios-setup] Feb 14 01:56:57.645 INFO E| Compiling lazy_static v1.5.0
32372026-02-14T01:56:58.846Z[ host-package] Compiling hickory-resolver v0.24.4
32382026-02-14T01:56:59.057Z[ helios-setup] Feb 14 01:56:58.600 INFO E| Compiling clap_derive v4.5.49
32392026-02-14T01:57:00.609Z[ helios-setup] Feb 14 01:57:00.152 INFO E| Compiling bitfield-macros v0.19.3
32402026-02-14T01:57:01.059Z[ helios-setup] Feb 14 01:57:00.602 INFO E| Compiling zerocopy-derive v0.6.6
32412026-02-14T01:57:01.875Z[ host-package] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32422026-02-14T01:57:03.567Z[ helios-setup] Feb 14 01:57:03.110 INFO E| Compiling multer v3.1.0
32432026-02-14T01:57:04.393Z[ helios-setup] Feb 14 01:57:03.936 INFO E| Compiling indexmap v1.9.3
32442026-02-14T01:57:04.531Z[ helios-setup] Feb 14 01:57:04.073 INFO E| Compiling static_assertions v1.1.0
32452026-02-14T01:57:04.973Z[ helios-setup] Feb 14 01:57:04.516 INFO E| Compiling camino v1.2.1
32462026-02-14T01:57:05.161Z[ helios-setup] Feb 14 01:57:04.705 INFO E| Compiling nodrop v0.1.14
32472026-02-14T01:57:05.525Z[ helios-setup] Feb 14 01:57:05.068 INFO E| Compiling slog-async v2.8.0
32482026-02-14T01:57:05.857Z[ helios-setup] Feb 14 01:57:05.400 INFO E| Compiling unty v0.0.4
32492026-02-14T01:57:06.267Z[ helios-setup] Feb 14 01:57:05.810 INFO E| Compiling paste v1.0.15
32502026-02-14T01:57:06.352Z[ helios-setup] Feb 14 01:57:05.895 INFO E| Compiling match_cfg v0.1.0
32512026-02-14T01:57:06.547Z[ helios-setup] Feb 14 01:57:06.091 INFO E| Compiling crc-catalog v2.4.0
32522026-02-14T01:57:07.116Z[ helios-setup] Feb 14 01:57:06.660 INFO E| Compiling crc v3.3.0
32532026-02-14T01:57:07.158Z[ helios-setup] Feb 14 01:57:06.701 INFO E| Compiling hostname v0.3.1
32542026-02-14T01:57:07.340Z[ helios-setup] Feb 14 01:57:06.881 INFO E| Compiling bincode v2.0.1
32552026-02-14T01:57:07.760Z[ helios-setup] Feb 14 01:57:07.303 INFO E| Compiling clap v4.5.51
32562026-02-14T01:57:08.068Z[ helios-setup] Feb 14 01:57:07.611 INFO E| Compiling array-init v0.0.4
32572026-02-14T01:57:08.154Z[ helios-setup] Feb 14 01:57:07.697 INFO E| Compiling zerocopy v0.6.6
32582026-02-14T01:57:09.795Z[ helios-setup] Feb 14 01:57:09.338 INFO E| Compiling bitfield v0.19.3
32592026-02-14T01:57:09.981Z[ helios-setup] Feb 14 01:57:09.524 INFO E| Compiling pkcs1 v0.7.5
32602026-02-14T01:57:10.907Z[ helios-setup] Feb 14 01:57:10.450 INFO E| Compiling smallvec v0.6.14
32612026-02-14T01:57:11.567Z[ helios-setup] Feb 14 01:57:11.110 INFO E| Compiling crossbeam-channel v0.5.15
32622026-02-14T01:57:11.671Z[ host-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
32632026-02-14T01:57:11.949Z[ host-package] Compiling qorb v0.4.1
32642026-02-14T01:57:12.011Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32652026-02-14T01:57:14.774Z[ helios-setup] Feb 14 01:57:14.317 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi)
32662026-02-14T01:57:16.123Z[ helios-setup] Feb 14 01:57:15.666 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol)
32672026-02-14T01:57:16.351Z[ host-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
32682026-02-14T01:57:18.459Z[ helios-setup] Feb 14 01:57:18.002 INFO E| Compiling signature v2.2.0
32692026-02-14T01:57:19.157Z[ helios-setup] Feb 14 01:57:18.700 INFO E| Compiling slog-json v2.6.1
32702026-02-14T01:57:19.534Z[ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
32712026-02-14T01:57:19.778Z[ helios-setup] Feb 14 01:57:19.321 INFO E| Compiling thin-vec v0.2.14
32722026-02-14T01:57:20.388Z[ host-package] Compiling derive_more-impl v2.0.1
32732026-02-14T01:57:20.413Z[ helios-setup] Feb 14 01:57:19.942 INFO E| Compiling toml_datetime v0.6.11
32742026-02-14T01:57:21.247Z[ helios-setup] Feb 14 01:57:20.790 INFO E| Compiling serde_spanned v0.6.9
32752026-02-14T01:57:21.797Z[ helios-setup] Feb 14 01:57:21.340 INFO E| Compiling async-stream-impl v0.3.6
32762026-02-14T01:57:22.180Z[ helios-setup] Feb 14 01:57:21.723 INFO E| Compiling rhai_codegen v3.1.0
32772026-02-14T01:57:23.583Z[ host-package] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32782026-02-14T01:57:24.558Z[ helios-setup] Feb 14 01:57:24.101 INFO E| Compiling env_filter v0.1.4
32792026-02-14T01:57:26.835Z[ helios-setup] Feb 14 01:57:26.378 INFO E| Compiling dropshot v0.16.4
32802026-02-14T01:57:27.751Z[ helios-setup] Feb 14 01:57:27.295 INFO E| Compiling encoding_rs v0.8.35
32812026-02-14T01:57:27.837Z[ helios-setup] Feb 14 01:57:27.380 INFO E| Compiling take_mut v0.2.2
32822026-02-14T01:57:27.862Z[ helios-setup] Feb 14 01:57:27.381 INFO E| Compiling base64 v0.21.7
32832026-02-14T01:57:28.404Z[ helios-setup] Feb 14 01:57:27.947 INFO E| Compiling hashbrown v0.12.3
32842026-02-14T01:57:29.012Z[ helios-setup] Feb 14 01:57:28.555 INFO E| Compiling winnow v0.5.40
32852026-02-14T01:57:30.236Z[ helios-setup] Feb 14 01:57:29.779 INFO E| Compiling mime v0.3.17
32862026-02-14T01:57:32.158Z[ helios-setup] Feb 14 01:57:31.701 INFO E| Compiling ron v0.8.1
32872026-02-14T01:57:32.945Z[ host-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32882026-02-14T01:57:33.737Z[ host-package] Compiling derive_more v2.0.1
32892026-02-14T01:57:34.184Z[ host-package] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32902026-02-14T01:57:35.220Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32912026-02-14T01:57:36.604Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32922026-02-14T01:57:37.365Z[ helios-setup] Feb 14 01:57:36.908 INFO E| Compiling toml_edit v0.19.15
32932026-02-14T01:57:37.781Z[ host-package] Compiling vte_generate_state_changes v0.1.2
32942026-02-14T01:57:38.120Z[ helios-setup] Feb 14 01:57:37.664 INFO E| Compiling rhai v1.23.6
32952026-02-14T01:57:39.404Z[ host-package] Compiling termtree v0.5.1
32962026-02-14T01:57:40.154Z[ host-package] Compiling siphasher v1.0.1
32972026-02-14T01:57:40.721Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32982026-02-14T01:57:40.969Z[ helios-setup] Feb 14 01:57:40.512 INFO E| Compiling env_logger v0.11.8
32992026-02-14T01:57:41.210Z[ host-package] Compiling phf_shared v0.12.1
33002026-02-14T01:57:42.007Z[ helios-setup] Feb 14 01:57:41.550 INFO E| Compiling async-stream v0.3.6
33012026-02-14T01:57:42.303Z[ host-package] Compiling vte v0.11.1
33022026-02-14T01:57:43.203Z[ helios-setup] Feb 14 01:57:42.746 INFO E| Compiling tokio-rustls v0.25.0
33032026-02-14T01:57:43.571Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33042026-02-14T01:57:44.291Z[ helios-setup] Feb 14 01:57:43.835 INFO E| Compiling slog-bunyan v2.5.0
33052026-02-14T01:57:44.380Z[ helios-setup] Feb 14 01:57:43.923 INFO E| Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
33062026-02-14T01:57:44.446Z[ helios-setup] Feb 14 01:57:43.989 INFO E| Compiling rsa v0.9.8
33072026-02-14T01:57:45.143Z[ helios-setup] Feb 14 01:57:44.686 INFO E| Compiling serde-hex v0.1.0
33082026-02-14T01:57:45.239Z[ host-package] Compiling crossterm v0.29.0
33092026-02-14T01:57:45.498Z[ helios-setup] Feb 14 01:57:45.041 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol)
33102026-02-14T01:57:49.990Z[ helios-setup] Feb 14 01:57:49.533 INFO E| Compiling bzip2 v0.4.4
33112026-02-14T01:57:51.008Z[ helios-setup] Feb 14 01:57:50.551 INFO E| Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33122026-02-14T01:57:52.447Z[ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33132026-02-14T01:57:52.555Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
33142026-02-14T01:57:54.625Z[ helios-setup] Feb 14 01:57:54.168 INFO E| Compiling rustls-pemfile v2.2.0
33152026-02-14T01:57:54.714Z[ host-package] Compiling csv-core v0.1.11
33162026-02-14T01:57:55.015Z[ helios-setup] Feb 14 01:57:54.558 INFO E| Compiling x509-cert v0.2.5
33172026-02-14T01:57:55.753Z[ helios-setup] Feb 14 01:57:55.297 INFO E| Compiling hashbrown v0.13.2
33182026-02-14T01:57:56.108Z[ helios-setup] Feb 14 01:57:55.651 INFO E| Compiling waitgroup v0.1.2
33192026-02-14T01:57:56.401Z[ helios-setup] Feb 14 01:57:55.943 INFO E| Compiling dropshot_endpoint v0.16.4
33202026-02-14T01:57:56.510Z[ host-package] Compiling chrono-tz v0.10.4
33212026-02-14T01:57:56.790Z[ helios-setup] Feb 14 01:57:56.334 INFO E| Compiling async-trait v0.1.89
33222026-02-14T01:57:57.268Z[ host-package] Compiling csv v1.3.1
33232026-02-14T01:57:58.291Z[ helios-setup] Feb 14 01:57:57.834 INFO E| Compiling serde_path_to_error v0.1.20
33242026-02-14T01:57:58.334Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33252026-02-14T01:58:00.173Z[ host-package] Compiling strip-ansi-escapes v0.2.0
33262026-02-14T01:58:00.406Z[ helios-setup] Feb 14 01:57:59.949 INFO E| Compiling hostname v0.4.1
33272026-02-14T01:58:01.086Z[ host-package] Compiling phf v0.12.1
33282026-02-14T01:58:01.176Z[ helios-setup] Feb 14 01:58:00.720 INFO E| Compiling debug-ignore v1.0.5
33292026-02-14T01:58:01.487Z[ host-package] Compiling const_format_proc_macros v0.2.34
33302026-02-14T01:58:01.603Z[ helios-setup] Feb 14 01:58:01.146 INFO E| Compiling fastrand v2.3.0
33312026-02-14T01:58:01.670Z[ helios-setup] Feb 14 01:58:01.214 INFO E| Compiling rustc-hash v2.1.1
33322026-02-14T01:58:01.709Z[ host-package] Compiling papergrid v0.11.0
33332026-02-14T01:58:02.143Z[ helios-setup] Feb 14 01:58:01.686 INFO E| Compiling hex v0.4.3
33342026-02-14T01:58:02.256Z[ host-package] Compiling tabled_derive v0.7.0
33352026-02-14T01:58:03.150Z[ helios-setup] Feb 14 01:58:02.693 INFO E| Compiling crc-any v2.5.0
33362026-02-14T01:58:03.905Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33372026-02-14T01:58:03.938Z[ helios-setup] Feb 14 01:58:03.481 INFO E| Compiling tempfile v3.23.0
33382026-02-14T01:58:04.876Z[ helios-setup] Feb 14 01:58:04.420 INFO E| Compiling iddqd v0.3.14
33392026-02-14T01:58:05.177Z[ host-package] Compiling fd-lock v4.0.2
33402026-02-14T01:58:06.145Z[ host-package] Compiling peg-macros v0.8.5
33412026-02-14T01:58:06.479Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
33422026-02-14T01:58:06.894Z[ helios-setup] Feb 14 01:58:06.438 INFO E| Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
33432026-02-14T01:58:08.717Z[ host-package] Compiling highway v1.3.0
33442026-02-14T01:58:10.937Z[ host-package] Compiling nu-ansi-term v0.50.1
33452026-02-14T01:58:11.056Z[ helios-setup] Feb 14 01:58:10.599 INFO E| Compiling object v0.30.4
33462026-02-14T01:58:11.228Z[ host-package] Compiling peg v0.8.5
33472026-02-14T01:58:11.321Z[ host-package] Compiling tough v0.20.0
33482026-02-14T01:58:11.608Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
33492026-02-14T01:58:12.217Z[ host-package] Compiling reedline v0.40.0
33502026-02-14T01:58:13.136Z[ helios-setup] Feb 14 01:58:12.680 INFO E| Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33512026-02-14T01:58:13.345Z[ host-package] Compiling tabled v0.15.0
33522026-02-14T01:58:14.383Z[ helios-setup] Feb 14 01:58:13.926 INFO E| Compiling zip v0.6.6
33532026-02-14T01:58:14.892Z[ host-package] Compiling const_format v0.2.34
33542026-02-14T01:58:15.970Z[ helios-setup] Feb 14 01:58:15.513 INFO E| Compiling toml v0.7.8
33552026-02-14T01:58:19.239Z[ helios-setup] Feb 14 01:58:18.783 INFO E| Compiling smawk v0.3.2
33562026-02-14T01:58:20.141Z[ helios-setup] Feb 14 01:58:19.685 INFO E| Compiling path-slash v0.1.5
33572026-02-14T01:58:20.820Z[ helios-setup] Feb 14 01:58:20.364 INFO E| Compiling unicode-linebreak v0.1.5
33582026-02-14T01:58:21.188Z[ helios-setup] Feb 14 01:58:20.731 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server)
33592026-02-14T01:58:22.163Z[ helios-setup] Feb 14 01:58:21.707 INFO E| Compiling textwrap v0.16.2
33602026-02-14T01:58:22.236Z[ helios-setup] Feb 14 01:58:21.780 INFO E| Compiling pilot-disks v0.1.0 (/work/oxidecomputer/helios/projects/pilot/disks)
33612026-02-14T01:58:23.360Z[ host-package] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
33622026-02-14T01:58:27.937Z[ helios-setup] Feb 14 01:58:27.481 INFO E| Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?rev=cec2560e9a0126e9e687d51b385a57891abc87c3#cec2560e)
33632026-02-14T01:58:32.318Z[ helios-setup] Feb 14 01:58:31.861 INFO E| Compiling racktest-control-client v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/client)
33642026-02-14T01:58:36.231Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
33652026-02-14T01:58:36.955Z[ host-package] Compiling bcs v0.1.6
33662026-02-14T01:58:39.220Z[ host-package] Compiling semver v0.1.20
33672026-02-14T01:58:40.354Z[ host-package] Compiling rustc_version v0.1.7
33682026-02-14T01:58:41.338Z[ host-package] Compiling newtype_derive v0.1.6
33692026-02-14T01:58:42.243Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33702026-02-14T01:58:43.155Z[ host-package] Compiling humantime v2.2.0
33712026-02-14T01:58:44.974Z[ host-package] Compiling smawk v0.3.2
33722026-02-14T01:58:45.836Z[ host-package] Compiling unicode-linebreak v0.1.5
33732026-02-14T01:58:46.833Z[ host-package] Compiling textwrap v0.16.2
33742026-02-14T01:58:47.124Z[ host-package] Compiling dropshot-api-manager-types v0.2.4
33752026-02-14T01:58:49.503Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
33762026-02-14T01:58:51.991Z[ host-package] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33772026-02-14T01:58:52.047Z[ host-package] Compiling steno v0.4.1
33782026-02-14T01:58:53.258Z[ host-package] Compiling utf-8 v0.7.6
33792026-02-14T01:58:54.137Z[ host-package] Compiling moka v0.12.10
33802026-02-14T01:58:55.176Z[ host-package] Compiling tagptr v0.2.0
33812026-02-14T01:58:56.061Z[ host-package] Compiling tungstenite v0.21.0
33822026-02-14T01:58:58.180Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33832026-02-14T01:58:58.206Z[ helios-setup] Feb 14 01:58:57.741 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver)
33842026-02-14T01:58:59.116Z[ host-package] Compiling hickory-resolver v0.25.2
33852026-02-14T01:59:01.501Z[ host-package] Compiling tokio-tungstenite v0.21.0
33862026-02-14T01:59:02.898Z[ host-package] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
33872026-02-14T01:59:03.520Z[ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33882026-02-14T01:59:05.000Z[ host-package] Compiling proc-macro-error-attr2 v2.0.0
33892026-02-14T01:59:06.759Z[ host-package] Compiling proc-macro-error2 v2.0.1
33902026-02-14T01:59:07.857Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc121ef55741656ce118b02ceeda949b9261f49f#bc121ef5)
33912026-02-14T01:59:11.243Z[ helios-setup] Feb 14 01:59:10.787 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server)
33922026-02-14T01:59:24.297Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33932026-02-14T01:59:24.699Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33942026-02-14T01:59:25.263Z[ host-package] Compiling num-derive v0.3.3
33952026-02-14T01:59:26.638Z[ host-package] Compiling vergen-gitcl v1.0.8
33962026-02-14T01:59:27.396Z[ host-package] Compiling dirs-sys-next v0.1.2
33972026-02-14T01:59:28.384Z[ host-package] Compiling crunchy v0.2.2
33982026-02-14T01:59:28.524Z[ host-package] Compiling libscf-sys v1.1.0
33992026-02-14T01:59:29.164Z[ host-package] Compiling maplit v1.0.2
34002026-02-14T01:59:29.726Z[ host-package] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
34012026-02-14T01:59:29.810Z[ host-package] Compiling dirs-next v2.0.0
34022026-02-14T01:59:30.925Z[ host-package] Compiling dsl_auto_type v0.1.2
34032026-02-14T01:59:32.438Z[ host-package] Compiling scheduled-thread-pool v0.2.7
34042026-02-14T01:59:33.539Z[ host-package] Compiling diesel_table_macro_syntax v0.2.0
34052026-02-14T01:59:34.264Z[ host-package] Compiling tiny-keccak v2.0.2
34062026-02-14T01:59:34.336Z[ host-package] Compiling diesel_derives v2.2.3
34072026-02-14T01:59:34.779Z[ host-package] Compiling r2d2 v0.8.10
34082026-02-14T01:59:35.731Z[ host-package] Compiling term v0.7.0
34092026-02-14T01:59:36.272Z[ host-package] Compiling tabled_derive v0.11.0
34102026-02-14T01:59:36.625Z[ host-package] Compiling papergrid v0.17.0
34112026-02-14T01:59:36.989Z[ host-package] Compiling testing_table v0.3.0
34122026-02-14T01:59:37.403Z[ helios-setup] Feb 14 01:59:36.947 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
34132026-02-14T01:59:37.836Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
34142026-02-14T01:59:38.843Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
34152026-02-14T01:59:39.251Z[ host-package] Compiling arc-swap v1.7.1
34162026-02-14T01:59:40.208Z[ host-package] Compiling xshell-macros v0.2.7
34172026-02-14T01:59:41.139Z[ host-package] Compiling bit-vec v0.6.3
34182026-02-14T01:59:41.187Z[ host-package] Compiling xshell v0.2.7
34192026-02-14T01:59:41.613Z[ host-package] Compiling bit-set v0.5.3
34202026-02-14T01:59:42.034Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
34212026-02-14T01:59:43.973Z[ host-package] Compiling slog-scope v4.4.0
34222026-02-14T01:59:44.473Z[ host-package] Compiling diesel v2.2.12
34232026-02-14T01:59:44.961Z[ host-package] Compiling tabled v0.20.0
34242026-02-14T01:59:46.802Z[ host-package] Compiling ascii-canvas v3.0.0
34252026-02-14T01:59:48.207Z[ host-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
34262026-02-14T01:59:51.062Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
34272026-02-14T01:59:52.814Z[ host-package] Compiling ena v0.14.3
34282026-02-14T01:59:53.719Z[ host-package] Compiling unicase v2.8.1
34292026-02-14T01:59:54.890Z[ host-package] Compiling bindgen v0.71.1
34302026-02-14T01:59:55.154Z[ host-package] Compiling diff v0.1.13
34312026-02-14T01:59:56.154Z[ host-package] Compiling regex-syntax v0.6.29
34322026-02-14T01:59:56.344Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34332026-02-14T02:00:02.368Z[ host-package] Compiling slog-stdlog v4.1.1
34342026-02-14T02:00:03.715Z[ host-package] Compiling lalrpop v0.19.12
34352026-02-14T02:00:04.667Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34362026-02-14T02:00:07.869Z[ host-package] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
34372026-02-14T02:00:09.211Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
34382026-02-14T02:00:11.431Z[ host-package] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
34392026-02-14T02:00:11.587Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
34402026-02-14T02:00:12.177Z[ host-package] Compiling crc8 v0.1.1
34412026-02-14T02:00:12.324Z[ host-package] Compiling slog-envlogger v2.2.0
34422026-02-14T02:00:16.354Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
34432026-02-14T02:00:18.665Z[ host-package] Compiling headers-core v0.3.0
34442026-02-14T02:00:18.756Z[ host-package] Compiling libxml v0.3.3
34452026-02-14T02:00:19.222Z[ host-package] Compiling headers v0.4.1
34462026-02-14T02:00:20.749Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
34472026-02-14T02:00:25.469Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
34482026-02-14T02:00:25.677Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
34492026-02-14T02:00:26.473Z[ host-package] Compiling strum_macros v0.24.3
34502026-02-14T02:00:27.287Z[ host-package] Compiling indoc v1.0.9
34512026-02-14T02:00:30.499Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
34522026-02-14T02:00:31.108Z[ host-package] Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
34532026-02-14T02:00:32.684Z[ host-package] Compiling samael v0.0.19
34542026-02-14T02:00:33.541Z[ host-package] Compiling derive_builder v0.20.2
34552026-02-14T02:00:33.893Z[ host-package] Compiling impl-trait-for-tuples v0.2.2
34562026-02-14T02:00:34.105Z[ host-package] Compiling polar-core v0.27.3
34572026-02-14T02:00:35.208Z[ helios-setup] Feb 14 02:00:34.753 INFO E| Finished `release` profile [optimized] target(s) in 6m 35s
34582026-02-14T02:00:35.233Z[ helios-setup] Feb 14 02:00:34.754 INFO E| warning: the following packages contain code that will be rejected by a future version of Rust: num-bigint-dig v0.8.4
34592026-02-14T02:00:35.233Z[ helios-setup] Feb 14 02:00:34.757 INFO E| note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
34602026-02-14T02:00:35.328Z[ helios-setup] Feb 14 02:00:34.873 INFO building project "pilot" ok (395 seconds)
34612026-02-14T02:00:35.328Z[ helios-setup] Feb 14 02:00:34.873 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/image-builder"
34622026-02-14T02:00:35.439Z[ helios-setup] Feb 14 02:00:34.984 INFO rust toolchain for "/work/oxidecomputer/helios/projects/image-builder": "1.91.1-x86_64-unknown-illumos (default)"
34632026-02-14T02:00:35.439Z[ helios-setup] Feb 14 02:00:34.984 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
34642026-02-14T02:00:35.463Z[ helios-setup] Feb 14 02:00:34.984 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
34652026-02-14T02:00:35.728Z[ helios-setup] Feb 14 02:00:35.273 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
34662026-02-14T02:00:36.165Z[ helios-setup] Feb 14 02:00:35.710 INFO E| From https://github.com/jclulow/rust-jmclib
34672026-02-14T02:00:36.165Z[ helios-setup] Feb 14 02:00:35.710 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
34682026-02-14T02:00:36.194Z[ helios-setup] Feb 14 02:00:35.731 INFO E| Updating crates.io index
34692026-02-14T02:00:36.275Z[ helios-setup] Feb 14 02:00:35.820 INFO E| Downloading crates ...
34702026-02-14T02:00:36.364Z[ helios-setup] Feb 14 02:00:35.909 INFO E| Downloaded glob v0.3.1
34712026-02-14T02:00:36.388Z[ helios-setup] Feb 14 02:00:35.911 INFO E| Downloaded opaque-debug v0.3.0
34722026-02-14T02:00:36.388Z[ helios-setup] Feb 14 02:00:35.913 INFO E| Downloaded toml v0.5.11
34732026-02-14T02:00:36.388Z[ helios-setup] Feb 14 02:00:35.917 INFO E| Downloaded uuid v0.8.2
34742026-02-14T02:00:36.388Z[ helios-setup] Feb 14 02:00:35.925 INFO E| Downloaded sha-1 v0.9.8
34752026-02-14T02:00:36.388Z[ helios-setup] Feb 14 02:00:35.927 INFO E| Downloaded errno v0.3.1
34762026-02-14T02:00:36.388Z[ helios-setup] Feb 14 02:00:35.930 INFO E| Downloaded walkdir v2.3.3
34772026-02-14T02:00:36.412Z[ helios-setup] Feb 14 02:00:35.933 INFO E| Downloaded typenum v1.16.0
34782026-02-14T02:00:36.412Z[ helios-setup] Feb 14 02:00:35.937 INFO E| Downloaded unicode-ident v1.0.11
34792026-02-14T02:00:36.412Z[ helios-setup] Feb 14 02:00:35.940 INFO E| Downloaded serde v1.0.193
34802026-02-14T02:00:36.412Z[ helios-setup] Feb 14 02:00:35.945 INFO E| Downloaded serde_derive v1.0.193
34812026-02-14T02:00:36.412Z[ helios-setup] Feb 14 02:00:35.948 INFO E| Downloaded proc-macro2 v1.0.66
34822026-02-14T02:00:36.412Z[ helios-setup] Feb 14 02:00:35.951 INFO E| Downloaded serde_json v1.0.103
34832026-02-14T02:00:36.437Z[ helios-setup] Feb 14 02:00:35.960 INFO E| Downloaded bitflags v2.3.3
34842026-02-14T02:00:36.437Z[ helios-setup] Feb 14 02:00:35.963 INFO E| Downloaded anyhow v1.0.72
34852026-02-14T02:00:36.437Z[ helios-setup] Feb 14 02:00:35.967 INFO E| Downloaded tempfile v3.7.0
34862026-02-14T02:00:36.437Z[ helios-setup] Feb 14 02:00:35.970 INFO E| Downloaded syn v2.0.32
34872026-02-14T02:00:36.437Z[ helios-setup] Feb 14 02:00:35.981 INFO E| Downloaded ryu v1.0.15
34882026-02-14T02:00:36.461Z[ helios-setup] Feb 14 02:00:35.985 INFO E| Downloaded quote v1.0.31
34892026-02-14T02:00:36.462Z[ helios-setup] Feb 14 02:00:35.989 INFO E| Downloaded once_cell v1.18.0
34902026-02-14T02:00:36.462Z[ helios-setup] Feb 14 02:00:35.992 INFO E| Downloaded rustix v0.38.4
34912026-02-14T02:00:36.490Z[ helios-setup] Feb 14 02:00:36.015 INFO E| Downloaded getrandom v0.2.10
34922026-02-14T02:00:36.490Z[ helios-setup] Feb 14 02:00:36.018 INFO E| Downloaded unicode-width v0.1.10
34932026-02-14T02:00:36.490Z[ helios-setup] Feb 14 02:00:36.027 INFO E| Downloaded md-5 v0.9.1
34942026-02-14T02:00:36.490Z[ helios-setup] Feb 14 02:00:36.029 INFO E| Downloaded itoa v1.0.9
34952026-02-14T02:00:36.490Z[ helios-setup] Feb 14 02:00:36.031 INFO E| Downloaded block-buffer v0.9.0
34962026-02-14T02:00:36.514Z[ helios-setup] Feb 14 02:00:36.032 INFO E| Downloaded digest v0.9.0
34972026-02-14T02:00:36.514Z[ helios-setup] Feb 14 02:00:36.034 INFO E| Downloaded fastrand v2.0.0
34982026-02-14T02:00:36.514Z[ helios-setup] Feb 14 02:00:36.036 INFO E| Downloaded cpufeatures v0.2.9
34992026-02-14T02:00:36.514Z[ helios-setup] Feb 14 02:00:36.037 INFO E| Downloaded libdevinfo-sys v1.0.0
35002026-02-14T02:00:36.514Z[ helios-setup] Feb 14 02:00:36.038 INFO E| Downloaded libc v0.2.147
35012026-02-14T02:00:36.593Z[ helios-setup] Feb 14 02:00:36.137 INFO E| Compiling libc v0.2.147
35022026-02-14T02:00:36.593Z[ helios-setup] Feb 14 02:00:36.138 INFO E| Compiling proc-macro2 v1.0.66
35032026-02-14T02:00:36.617Z[ helios-setup] Feb 14 02:00:36.138 INFO E| Compiling unicode-ident v1.0.11
35042026-02-14T02:00:36.617Z[ helios-setup] Feb 14 02:00:36.138 INFO E| Compiling cfg-if v1.0.0
35052026-02-14T02:00:36.617Z[ helios-setup] Feb 14 02:00:36.138 INFO E| Compiling typenum v1.16.0
35062026-02-14T02:00:36.617Z[ helios-setup] Feb 14 02:00:36.138 INFO E| Compiling version_check v0.9.4
35072026-02-14T02:00:36.617Z[ helios-setup] Feb 14 02:00:36.138 INFO E| Compiling serde v1.0.193
35082026-02-14T02:00:36.617Z[ helios-setup] Feb 14 02:00:36.138 INFO E| Compiling slog v2.7.0
35092026-02-14T02:00:37.066Z[ helios-setup] Feb 14 02:00:36.611 INFO E| Compiling time-core v0.1.2
35102026-02-14T02:00:37.236Z[ host-package] Compiling oso-derive v0.27.3
35112026-02-14T02:00:37.573Z[ helios-setup] Feb 14 02:00:37.118 INFO E| Compiling itoa v1.0.9
35122026-02-14T02:00:37.699Z[ helios-setup] Feb 14 02:00:37.244 INFO E| Compiling num-conv v0.1.0
35132026-02-14T02:00:38.165Z[ helios-setup] Feb 14 02:00:37.709 INFO E| Compiling rustix v0.38.4
35142026-02-14T02:00:38.232Z[ helios-setup] Feb 14 02:00:37.777 INFO E| Compiling powerfmt v0.2.0
35152026-02-14T02:00:38.258Z[ helios-setup] Feb 14 02:00:37.798 INFO E| Compiling time-macros v0.2.18
35162026-02-14T02:00:38.374Z[ helios-setup] Feb 14 02:00:37.918 INFO E| Compiling generic-array v0.14.7
35172026-02-14T02:00:38.475Z[ helios-setup] Feb 14 02:00:38.020 INFO E| Compiling once_cell v1.18.0
35182026-02-14T02:00:39.156Z[ helios-setup] Feb 14 02:00:38.701 INFO E| Compiling deranged v0.3.11
35192026-02-14T02:00:39.180Z[ helios-setup] Feb 14 02:00:38.723 INFO E| Compiling num_threads v0.1.6
35202026-02-14T02:00:39.459Z[ helios-setup] Feb 14 02:00:39.004 INFO E| Compiling bitflags v2.3.3
35212026-02-14T02:00:39.632Z[ host-package] Compiling quick-xml v0.37.2
35222026-02-14T02:00:39.717Z[ host-package] Compiling half v1.8.3
35232026-02-14T02:00:39.778Z[ helios-setup] Feb 14 02:00:39.320 INFO E| Compiling quote v1.0.31
35242026-02-14T02:00:40.371Z[ helios-setup] Feb 14 02:00:39.916 INFO E| Compiling thread_local v1.1.7
35252026-02-14T02:00:40.777Z[ host-package] Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
35262026-02-14T02:00:40.849Z[ helios-setup] Feb 14 02:00:40.394 INFO E| Compiling syn v2.0.32
35272026-02-14T02:00:41.260Z[ helios-setup] Feb 14 02:00:40.805 INFO E| Compiling dirs-sys-next v0.1.2
35282026-02-14T02:00:41.284Z[ helios-setup] Feb 14 02:00:40.817 INFO E| Compiling errno v0.3.1
35292026-02-14T02:00:41.568Z[ helios-setup] Feb 14 02:00:41.113 INFO E| Compiling atty v0.2.14
35302026-02-14T02:00:41.737Z[ host-package] Compiling serde_cbor v0.11.2
35312026-02-14T02:00:41.782Z[ helios-setup] Feb 14 02:00:41.327 INFO E| Compiling dirs-next v2.0.0
35322026-02-14T02:00:42.150Z[ helios-setup] Feb 14 02:00:41.695 INFO E| Compiling term v0.7.0
35332026-02-14T02:00:42.249Z[ helios-setup] Feb 14 02:00:41.794 INFO E| Compiling opaque-debug v0.3.0
35342026-02-14T02:00:42.273Z[ helios-setup] Feb 14 02:00:41.806 INFO E| Compiling fastrand v2.0.0
35352026-02-14T02:00:42.513Z[ helios-setup] Feb 14 02:00:42.058 INFO E| Compiling digest v0.9.0
35362026-02-14T02:00:42.608Z[ helios-setup] Feb 14 02:00:42.153 INFO E| Compiling block-buffer v0.9.0
35372026-02-14T02:00:42.937Z[ helios-setup] Feb 14 02:00:42.482 INFO E| Compiling serde_json v1.0.103
35382026-02-14T02:00:43.080Z[ helios-setup] Feb 14 02:00:42.625 INFO E| Compiling anyhow v1.0.72
35392026-02-14T02:00:43.159Z[ helios-setup] Feb 14 02:00:42.705 INFO E| Compiling getrandom v0.2.10
35402026-02-14T02:00:43.184Z[ helios-setup] Feb 14 02:00:42.712 INFO E| Compiling time v0.3.36
35412026-02-14T02:00:43.184Z[ helios-setup] Feb 14 02:00:42.720 INFO E| Compiling ryu v1.0.15
35422026-02-14T02:00:43.843Z[ helios-setup] Feb 14 02:00:43.388 INFO E| Compiling cpufeatures v0.2.9
35432026-02-14T02:00:43.916Z[ helios-setup] Feb 14 02:00:43.461 INFO E| Compiling same-file v1.0.6
35442026-02-14T02:00:44.067Z[ helios-setup] Feb 14 02:00:43.611 INFO E| Compiling unicode-width v0.1.10
35452026-02-14T02:00:44.459Z[ helios-setup] Feb 14 02:00:44.004 INFO E| Compiling walkdir v2.3.3
35462026-02-14T02:00:44.483Z[ helios-setup] Feb 14 02:00:44.014 INFO E| Compiling sha-1 v0.9.8
35472026-02-14T02:00:44.932Z[ helios-setup] Feb 14 02:00:44.476 INFO E| Compiling tempfile v3.7.0
35482026-02-14T02:00:45.232Z[ helios-setup] Feb 14 02:00:44.776 INFO E| Compiling getopts v0.2.21
35492026-02-14T02:00:45.652Z[ helios-setup] Feb 14 02:00:45.197 INFO E| Compiling md-5 v0.9.1
35502026-02-14T02:00:45.745Z[ helios-setup] Feb 14 02:00:45.291 INFO E| Compiling glob v0.3.1
35512026-02-14T02:00:45.926Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
35522026-02-14T02:00:45.951Z[ helios-setup] Feb 14 02:00:45.496 INFO E| Compiling libdevinfo-sys v1.0.0
35532026-02-14T02:00:47.295Z[ helios-setup] Feb 14 02:00:46.840 INFO E| Compiling slog-term v2.9.0
35542026-02-14T02:00:48.197Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
35552026-02-14T02:00:48.232Z[ helios-setup] Feb 14 02:00:47.768 INFO E| Compiling serde_derive v1.0.193
35562026-02-14T02:00:51.514Z[ host-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
35572026-02-14T02:00:55.004Z[ host-package] Compiling diesel-dtrace v0.4.2
35582026-02-14T02:00:55.984Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
35592026-02-14T02:00:59.157Z[ helios-setup] Feb 14 02:00:58.702 INFO E| Compiling toml v0.5.11
35602026-02-14T02:00:59.157Z[ helios-setup] Feb 14 02:00:58.702 INFO E| Compiling uuid v0.8.2
35612026-02-14T02:01:01.100Z[ helios-setup] Feb 14 02:01:00.645 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
35622026-02-14T02:01:02.047Z[ host-package] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
35632026-02-14T02:01:02.809Z[ host-package] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
35642026-02-14T02:01:02.890Z[ helios-setup] Feb 14 02:01:02.435 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
35652026-02-14T02:01:05.707Z[ host-package] Compiling oso v0.27.3
35662026-02-14T02:01:08.774Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
35672026-02-14T02:01:09.213Z[ host-package] Compiling bb8 v0.8.5
35682026-02-14T02:01:10.041Z[ host-package] Compiling trait-variant v0.1.2
35692026-02-14T02:01:10.091Z[ host-package] Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
35702026-02-14T02:01:10.740Z[ host-package] Compiling async-bb8-diesel v0.2.1
35712026-02-14T02:01:11.406Z[ host-package] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
35722026-02-14T02:01:12.301Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
35732026-02-14T02:01:12.661Z[ helios-setup] Feb 14 02:01:12.206 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.10s
35742026-02-14T02:01:12.691Z[ helios-setup] Feb 14 02:01:12.236 INFO building project "image-builder" ok (37 seconds)
35752026-02-14T02:01:12.691Z[ helios-setup] Feb 14 02:01:12.236 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/bootserver"
35762026-02-14T02:01:12.804Z[ helios-setup] Feb 14 02:01:12.349 INFO rust toolchain for "/work/oxidecomputer/helios/projects/bootserver": "1.91.1-x86_64-unknown-illumos (default)"
35772026-02-14T02:01:12.804Z[ helios-setup] Feb 14 02:01:12.349 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
35782026-02-14T02:01:12.828Z[ helios-setup] Feb 14 02:01:12.349 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
35792026-02-14T02:01:13.039Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
35802026-02-14T02:01:13.095Z[ helios-setup] Feb 14 02:01:12.640 INFO E| Downloading crates ...
35812026-02-14T02:01:13.149Z[ helios-setup] Feb 14 02:01:12.694 INFO E| Downloaded cpufeatures v0.2.5
35822026-02-14T02:01:13.173Z[ helios-setup] Feb 14 02:01:12.697 INFO E| Downloaded generic-array v0.14.6
35832026-02-14T02:01:13.173Z[ helios-setup] Feb 14 02:01:12.700 INFO E| Downloaded typenum v1.15.0
35842026-02-14T02:01:13.173Z[ helios-setup] Feb 14 02:01:12.705 INFO E| Downloaded sha2 v0.10.5
35852026-02-14T02:01:13.173Z[ helios-setup] Feb 14 02:01:12.709 INFO E| Downloaded anyhow v1.0.62
35862026-02-14T02:01:13.173Z[ helios-setup] Feb 14 02:01:12.713 INFO E| Downloaded miniz_oxide v0.6.2
35872026-02-14T02:01:13.173Z[ helios-setup] Feb 14 02:01:12.716 INFO E| Downloaded bytes v1.2.1
35882026-02-14T02:01:13.198Z[ helios-setup] Feb 14 02:01:12.720 INFO E| Downloaded digest v0.10.3
35892026-02-14T02:01:13.198Z[ helios-setup] Feb 14 02:01:12.722 INFO E| Downloaded block-buffer v0.10.3
35902026-02-14T02:01:13.198Z[ helios-setup] Feb 14 02:01:12.723 INFO E| Downloaded flate2 v1.0.25
35912026-02-14T02:01:13.252Z[ helios-setup] Feb 14 02:01:12.797 INFO E| Compiling typenum v1.15.0
35922026-02-14T02:01:13.252Z[ helios-setup] Feb 14 02:01:12.797 INFO E| Compiling version_check v0.9.4
35932026-02-14T02:01:13.252Z[ helios-setup] Feb 14 02:01:12.797 INFO E| Compiling crc32fast v1.3.2
35942026-02-14T02:01:13.276Z[ helios-setup] Feb 14 02:01:12.797 INFO E| Compiling cfg-if v1.0.0
35952026-02-14T02:01:13.276Z[ helios-setup] Feb 14 02:01:12.798 INFO E| Compiling anyhow v1.0.62
35962026-02-14T02:01:13.276Z[ helios-setup] Feb 14 02:01:12.798 INFO E| Compiling adler v1.0.2
35972026-02-14T02:01:13.276Z[ helios-setup] Feb 14 02:01:12.798 INFO E| Compiling unicode-width v0.1.10
35982026-02-14T02:01:13.277Z[ helios-setup] Feb 14 02:01:12.798 INFO E| Compiling cpufeatures v0.2.5
35992026-02-14T02:01:13.903Z[ helios-setup] Feb 14 02:01:13.449 INFO E| Compiling getopts v0.2.21
36002026-02-14T02:01:14.156Z[ helios-setup] Feb 14 02:01:13.701 INFO E| Compiling miniz_oxide v0.6.2
36012026-02-14T02:01:14.156Z[ helios-setup] Feb 14 02:01:13.701 INFO E| Compiling bitflags v1.3.2
36022026-02-14T02:01:14.180Z[ helios-setup] Feb 14 02:01:13.702 INFO E| Compiling bytes v1.2.1
36032026-02-14T02:01:15.165Z[ helios-setup] Feb 14 02:01:14.710 INFO E| Compiling generic-array v0.14.6
36042026-02-14T02:01:15.915Z[ helios-setup] Feb 14 02:01:15.460 INFO E| Compiling flate2 v1.0.25
36052026-02-14T02:01:17.799Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
36062026-02-14T02:01:18.157Z[ host-package] Compiling fxhash v0.2.1
36072026-02-14T02:01:18.332Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
36082026-02-14T02:01:18.656Z[ host-package] Compiling typify-impl v0.2.0
36092026-02-14T02:01:18.947Z[ helios-setup] Feb 14 02:01:18.493 INFO E| Compiling block-buffer v0.10.3
36102026-02-14T02:01:18.947Z[ helios-setup] Feb 14 02:01:18.493 INFO E| Compiling crypto-common v0.1.6
36112026-02-14T02:01:19.122Z[ host-package] Compiling kstat-rs v0.2.4
36122026-02-14T02:01:19.208Z[ helios-setup] Feb 14 02:01:18.753 INFO E| Compiling digest v0.10.3
36132026-02-14T02:01:19.630Z[ helios-setup] Feb 14 02:01:19.175 INFO E| Compiling sha2 v0.10.5
36142026-02-14T02:01:20.186Z[ helios-setup] Feb 14 02:01:19.731 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
36152026-02-14T02:01:20.366Z[ host-package] Compiling libz-sys v1.1.20
36162026-02-14T02:01:21.418Z[ host-package] Compiling salty v0.3.0
36172026-02-14T02:01:22.147Z[ host-package] Compiling nonempty v0.12.0
36182026-02-14T02:01:23.011Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
36192026-02-14T02:01:24.646Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
36202026-02-14T02:01:24.834Z[ helios-setup] Feb 14 02:01:24.380 INFO E| Finished `release` profile [optimized] target(s) in 11.92s
36212026-02-14T02:01:24.859Z[ helios-setup] Feb 14 02:01:24.398 INFO building project "bootserver" ok (12 seconds)
36222026-02-14T02:01:24.859Z[ helios-setup] Feb 14 02:01:24.398 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
36232026-02-14T02:01:24.986Z[ helios-setup] Feb 14 02:01:24.531 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')"
36242026-02-14T02:01:24.986Z[ helios-setup] Feb 14 02:01:24.531 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
36252026-02-14T02:01:25.010Z[ helios-setup] Feb 14 02:01:24.531 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
36262026-02-14T02:01:25.371Z[ helios-setup] Feb 14 02:01:24.916 INFO E| Updating crates.io index
36272026-02-14T02:01:25.371Z[ helios-setup] Feb 14 02:01:24.917 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
36282026-02-14T02:01:26.046Z[ helios-setup] Feb 14 02:01:25.592 INFO E| From https://github.com/oxidecomputer/amd-apcb
36292026-02-14T02:01:26.046Z[ helios-setup] Feb 14 02:01:25.592 INFO E| * [new ref] 1ec66d607de2437813cdd9ffa91719a4b163b3cf -> refs/commit/1ec66d607de2437813cdd9ffa91719a4b163b3cf
36302026-02-14T02:01:26.138Z[ helios-setup] Feb 14 02:01:25.684 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-efs.git`
36312026-02-14T02:01:26.766Z[ helios-setup] Feb 14 02:01:26.311 INFO E| From https://github.com/oxidecomputer/amd-efs
36322026-02-14T02:01:26.766Z[ helios-setup] Feb 14 02:01:26.311 INFO E| * [new ref] da9716b305396da455bd7f6f665cec493c780037 -> refs/commit/da9716b305396da455bd7f6f665cec493c780037
36332026-02-14T02:01:27.135Z[ helios-setup] Feb 14 02:01:26.680 INFO E| Downloading crates ...
36342026-02-14T02:01:27.195Z[ helios-setup] Feb 14 02:01:26.740 INFO E| Downloaded bytesize v2.0.1
36352026-02-14T02:01:27.221Z[ helios-setup] Feb 14 02:01:26.743 INFO E| Downloaded dyn-clone v1.0.19
36362026-02-14T02:01:27.221Z[ helios-setup] Feb 14 02:01:26.749 INFO E| Downloaded thiserror v2.0.12
36372026-02-14T02:01:27.221Z[ helios-setup] Feb 14 02:01:26.758 INFO E| Downloaded vec_map v0.8.2
36382026-02-14T02:01:27.221Z[ helios-setup] Feb 14 02:01:26.761 INFO E| Downloaded zerocopy v0.8.25
36392026-02-14T02:01:27.277Z[ helios-setup] Feb 14 02:01:26.822 INFO E| Downloaded strum v0.27.1
36402026-02-14T02:01:27.301Z[ helios-setup] Feb 14 02:01:26.825 INFO E| Downloaded unicode-ident v1.0.18
36412026-02-14T02:01:27.301Z[ helios-setup] Feb 14 02:01:26.828 INFO E| Downloaded textwrap v0.11.0
36422026-02-14T02:01:27.301Z[ helios-setup] Feb 14 02:01:26.830 INFO E| Downloaded modular-bitfield v0.11.2
36432026-02-14T02:01:27.301Z[ helios-setup] Feb 14 02:01:26.846 INFO E| Downloaded unic-common v0.9.0
36442026-02-14T02:01:27.325Z[ helios-setup] Feb 14 02:01:26.849 INFO E| Downloaded modular-bitfield-impl v0.13.1
36452026-02-14T02:01:27.325Z[ helios-setup] Feb 14 02:01:26.851 INFO E| Downloaded fletcher v1.0.0
36462026-02-14T02:01:27.325Z[ helios-setup] Feb 14 02:01:26.852 INFO E| Downloaded syn v2.0.101
36472026-02-14T02:01:27.325Z[ helios-setup] Feb 14 02:01:26.869 INFO E| Downloaded zerocopy-derive v0.8.25
36482026-02-14T02:01:27.350Z[ helios-setup] Feb 14 02:01:26.877 INFO E| Downloaded pest v2.8.0
36492026-02-14T02:01:27.350Z[ helios-setup] Feb 14 02:01:26.884 INFO E| Downloaded typenum v1.18.0
36502026-02-14T02:01:27.350Z[ helios-setup] Feb 14 02:01:26.888 INFO E| Downloaded goblin v0.9.3
36512026-02-14T02:01:27.350Z[ helios-setup] Feb 14 02:01:26.895 INFO E| Downloaded unic-char-range v0.9.0
36522026-02-14T02:01:27.375Z[ helios-setup] Feb 14 02:01:26.898 INFO E| Downloaded scroll_derive v0.12.1
36532026-02-14T02:01:27.375Z[ helios-setup] Feb 14 02:01:26.899 INFO E| Downloaded rustversion v1.0.20
36542026-02-14T02:01:27.375Z[ helios-setup] Feb 14 02:01:26.902 INFO E| Downloaded parse_int v0.9.0
36552026-02-14T02:01:27.375Z[ helios-setup] Feb 14 02:01:26.903 INFO E| Downloaded serde_json v1.0.140
36562026-02-14T02:01:27.375Z[ helios-setup] Feb 14 02:01:26.911 INFO E| Downloaded structopt-derive v0.4.18
36572026-02-14T02:01:27.375Z[ helios-setup] Feb 14 02:01:26.913 INFO E| Downloaded log v0.4.27
36582026-02-14T02:01:27.375Z[ helios-setup] Feb 14 02:01:26.915 INFO E| Downloaded ansi_term v0.12.1
36592026-02-14T02:01:27.375Z[ helios-setup] Feb 14 02:01:26.917 INFO E| Downloaded unic-ucd-ident v0.9.0
36602026-02-14T02:01:27.375Z[ helios-setup] Feb 14 02:01:26.919 INFO E| Downloaded unic-char-property v0.9.0
36612026-02-14T02:01:27.399Z[ helios-setup] Feb 14 02:01:26.921 INFO E| Downloaded thiserror-impl v2.0.12
36622026-02-14T02:01:27.399Z[ helios-setup] Feb 14 02:01:26.923 INFO E| Downloaded strum_macros v0.27.1
36632026-02-14T02:01:27.400Z[ helios-setup] Feb 14 02:01:26.926 INFO E| Downloaded serde_derive v1.0.219
36642026-02-14T02:01:27.400Z[ helios-setup] Feb 14 02:01:26.929 INFO E| Downloaded serde v1.0.219
36652026-02-14T02:01:27.400Z[ helios-setup] Feb 14 02:01:26.933 INFO E| Downloaded proc-macro2 v1.0.95
36662026-02-14T02:01:27.400Z[ helios-setup] Feb 14 02:01:26.936 INFO E| Downloaded pest_derive v2.8.0
36672026-02-14T02:01:27.400Z[ helios-setup] Feb 14 02:01:26.939 INFO E| Downloaded modular-bitfield-impl v0.11.2
36682026-02-14T02:01:27.400Z[ helios-setup] Feb 14 02:01:26.940 INFO E| Downloaded libc v0.2.172
36692026-02-14T02:01:27.424Z[ helios-setup] Feb 14 02:01:26.969 INFO E| Downloaded four-cc v0.4.0
36702026-02-14T02:01:27.448Z[ helios-setup] Feb 14 02:01:26.971 INFO E| Downloaded strsim v0.8.0
36712026-02-14T02:01:27.448Z[ helios-setup] Feb 14 02:01:26.972 INFO E| Downloaded pest_generator v2.8.0
36722026-02-14T02:01:27.448Z[ helios-setup] Feb 14 02:01:26.974 INFO E| Downloaded unic-ucd-version v0.9.0
36732026-02-14T02:01:27.448Z[ helios-setup] Feb 14 02:01:26.974 INFO E| Downloaded structopt v0.3.26
36742026-02-14T02:01:27.448Z[ helios-setup] Feb 14 02:01:26.987 INFO E| Downloaded pest_meta v2.8.0
36752026-02-14T02:01:27.448Z[ helios-setup] Feb 14 02:01:26.990 INFO E| Downloaded modular-bitfield v0.13.1
36762026-02-14T02:01:27.472Z[ helios-setup] Feb 14 02:01:26.999 INFO E| Downloaded clap v2.34.0
36772026-02-14T02:01:27.540Z[ helios-setup] Feb 14 02:01:27.086 INFO E| Compiling proc-macro2 v1.0.95
36782026-02-14T02:01:27.565Z[ helios-setup] Feb 14 02:01:27.090 INFO E| Compiling unicode-ident v1.0.18
36792026-02-14T02:01:27.565Z[ helios-setup] Feb 14 02:01:27.090 INFO E| Compiling memchr v2.7.4
36802026-02-14T02:01:27.565Z[ helios-setup] Feb 14 02:01:27.090 INFO E| Compiling autocfg v1.4.0
36812026-02-14T02:01:27.565Z[ helios-setup] Feb 14 02:01:27.090 INFO E| Compiling thiserror v2.0.12
36822026-02-14T02:01:27.565Z[ helios-setup] Feb 14 02:01:27.090 INFO E| Compiling serde v1.0.219
36832026-02-14T02:01:27.565Z[ helios-setup] Feb 14 02:01:27.090 INFO E| Compiling syn v1.0.109
36842026-02-14T02:01:27.565Z[ helios-setup] Feb 14 02:01:27.090 INFO E| Compiling version_check v0.9.5
36852026-02-14T02:01:28.006Z[ host-package] Compiling typify-macro v0.2.0
36862026-02-14T02:01:28.125Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
36872026-02-14T02:01:28.506Z[ helios-setup] Feb 14 02:01:28.051 INFO E| Compiling serde_json v1.0.140
36882026-02-14T02:01:29.269Z[ helios-setup] Feb 14 02:01:28.815 INFO E| Compiling ryu v1.0.20
36892026-02-14T02:01:29.441Z[ helios-setup] Feb 14 02:01:28.986 INFO E| Compiling itoa v1.0.15
36902026-02-14T02:01:29.489Z[ helios-setup] Feb 14 02:01:29.034 INFO E| Compiling num-traits v0.2.19
36912026-02-14T02:01:29.813Z[ helios-setup] Feb 14 02:01:29.358 INFO E| Compiling schemars v0.8.22
36922026-02-14T02:01:29.837Z[ helios-setup] Feb 14 02:01:29.376 INFO E| Compiling memoffset v0.9.1
36932026-02-14T02:01:29.924Z[ helios-setup] Feb 14 02:01:29.470 INFO E| Compiling proc-macro-error-attr v1.0.4
36942026-02-14T02:01:30.059Z[ helios-setup] Feb 14 02:01:29.604 INFO E| Compiling ucd-trie v0.1.7
36952026-02-14T02:01:30.194Z[ helios-setup] Feb 14 02:01:29.735 INFO E| Compiling libc v0.2.172
36962026-02-14T02:01:30.219Z[ helios-setup] Feb 14 02:01:29.735 INFO E| Compiling paste v1.0.15
36972026-02-14T02:01:30.671Z[ helios-setup] Feb 14 02:01:30.217 INFO E| Compiling rustversion v1.0.20
36982026-02-14T02:01:30.773Z[ helios-setup] Feb 14 02:01:30.318 INFO E| Compiling zerocopy v0.8.25
36992026-02-14T02:01:31.013Z[ helios-setup] Feb 14 02:01:30.559 INFO E| Compiling static_assertions v1.1.0
37002026-02-14T02:01:31.141Z[ helios-setup] Feb 14 02:01:30.686 INFO E| Compiling dyn-clone v1.0.19
37012026-02-14T02:01:31.523Z[ helios-setup] Feb 14 02:01:31.068 INFO E| Compiling proc-macro-error v1.0.4
37022026-02-14T02:01:31.723Z[ helios-setup] Feb 14 02:01:31.269 INFO E| Compiling once_cell v1.21.3
37032026-02-14T02:01:32.380Z[ helios-setup] Feb 14 02:01:31.925 INFO E| Compiling quote v1.0.40
37042026-02-14T02:01:32.813Z[ helios-setup] Feb 14 02:01:32.359 INFO E| Compiling unicode-segmentation v1.12.0
37052026-02-14T02:01:32.870Z[ helios-setup] Feb 14 02:01:32.416 INFO E| Compiling unicode-width v0.1.14
37062026-02-14T02:01:33.485Z[ helios-setup] Feb 14 02:01:33.030 INFO E| Compiling syn v2.0.101
37072026-02-14T02:01:34.108Z[ host-package] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
37082026-02-14T02:01:34.279Z[ helios-setup] Feb 14 02:01:33.824 INFO E| Compiling heck v0.5.0
37092026-02-14T02:01:34.324Z[ helios-setup] Feb 14 02:01:33.870 INFO E| Compiling textwrap v0.11.0
37102026-02-14T02:01:34.918Z[ helios-setup] Feb 14 02:01:34.463 INFO E| Compiling parse_int v0.9.0
37112026-02-14T02:01:35.166Z[ helios-setup] Feb 14 02:01:34.711 INFO E| Compiling heck v0.3.3
37122026-02-14T02:01:35.361Z[ helios-setup] Feb 14 02:01:34.906 INFO E| Compiling atty v0.2.14
37132026-02-14T02:01:35.385Z[ helios-setup] Feb 14 02:01:34.917 INFO E| Compiling fletcher v1.0.0
37142026-02-14T02:01:35.485Z[ helios-setup] Feb 14 02:01:35.030 INFO E| Compiling vec_map v0.8.2
37152026-02-14T02:01:35.522Z[ helios-setup] Feb 14 02:01:35.068 INFO E| Compiling strsim v0.8.0
37162026-02-14T02:01:35.902Z[ helios-setup] Feb 14 02:01:35.447 INFO E| Compiling strum v0.27.1
37172026-02-14T02:01:35.926Z[ helios-setup] Feb 14 02:01:35.448 INFO E| Compiling unic-char-range v0.9.0
37182026-02-14T02:01:35.988Z[ helios-setup] Feb 14 02:01:35.533 INFO E| Compiling byteorder v1.5.0
37192026-02-14T02:01:36.150Z[ helios-setup] Feb 14 02:01:35.695 INFO E| Compiling unic-common v0.9.0
37202026-02-14T02:01:36.174Z[ helios-setup] Feb 14 02:01:35.702 INFO E| Compiling bitflags v1.3.2
37212026-02-14T02:01:36.215Z[ helios-setup] Feb 14 02:01:35.761 INFO E| Compiling ansi_term v0.12.1
37222026-02-14T02:01:36.296Z[ helios-setup] Feb 14 02:01:35.841 INFO E| Compiling unic-char-property v0.9.0
37232026-02-14T02:01:36.405Z[ helios-setup] Feb 14 02:01:35.950 INFO E| Compiling unic-ucd-version v0.9.0
37242026-02-14T02:01:36.532Z[ helios-setup] Feb 14 02:01:36.077 INFO E| Compiling log v0.4.27
37252026-02-14T02:01:36.601Z[ helios-setup] Feb 14 02:01:36.146 INFO E| Compiling lazy_static v1.5.0
37262026-02-14T02:01:36.665Z[ helios-setup] Feb 14 02:01:36.210 INFO E| Compiling plain v0.2.3
37272026-02-14T02:01:36.730Z[ helios-setup] Feb 14 02:01:36.275 INFO E| Compiling clap v2.34.0
37282026-02-14T02:01:36.916Z[ helios-setup] Feb 14 02:01:36.462 INFO E| Compiling unic-ucd-ident v0.9.0
37292026-02-14T02:01:36.998Z[ helios-setup] Feb 14 02:01:36.543 INFO E| Compiling bytesize v2.0.1
37302026-02-14T02:01:41.185Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
37312026-02-14T02:01:42.865Z[ helios-setup] Feb 14 02:01:42.411 INFO E| Compiling modular-bitfield-impl v0.11.2
37322026-02-14T02:01:42.865Z[ helios-setup] Feb 14 02:01:42.411 INFO E| Compiling structopt-derive v0.4.18
37332026-02-14T02:01:42.899Z[ helios-setup] Feb 14 02:01:42.445 INFO E| Compiling serde_derive_internals v0.29.1
37342026-02-14T02:01:46.542Z[ helios-setup] Feb 14 02:01:46.087 INFO E| Compiling modular-bitfield v0.11.2
37352026-02-14T02:01:46.609Z[ helios-setup] Feb 14 02:01:46.155 INFO E| Compiling structopt v0.3.26
37362026-02-14T02:01:46.717Z[ helios-setup] Feb 14 02:01:46.263 INFO E| Compiling thiserror-impl v2.0.12
37372026-02-14T02:01:46.718Z[ helios-setup] Feb 14 02:01:46.263 INFO E| Compiling serde_derive v1.0.219
37382026-02-14T02:01:46.718Z[ helios-setup] Feb 14 02:01:46.263 INFO E| Compiling schemars_derive v0.8.22
37392026-02-14T02:01:46.742Z[ helios-setup] Feb 14 02:01:46.263 INFO E| Compiling zerocopy-derive v0.8.25
37402026-02-14T02:01:46.742Z[ helios-setup] Feb 14 02:01:46.263 INFO E| Compiling modular-bitfield-impl v0.13.1
37412026-02-14T02:01:46.742Z[ helios-setup] Feb 14 02:01:46.264 INFO E| Compiling num-derive v0.4.2
37422026-02-14T02:01:46.991Z[ helios-setup] Feb 14 02:01:46.536 INFO E| Compiling strum_macros v0.27.1
37432026-02-14T02:01:48.094Z[ helios-setup] Feb 14 02:01:47.639 INFO E| Compiling scroll_derive v0.12.1
37442026-02-14T02:01:49.200Z[ host-package] Compiling nanorand v0.7.0
37452026-02-14T02:01:50.867Z[ helios-setup] Feb 14 02:01:50.413 INFO E| Compiling modular-bitfield v0.13.1
37462026-02-14T02:01:51.092Z[ helios-setup] Feb 14 02:01:50.637 INFO E| Compiling scroll v0.12.0
37472026-02-14T02:01:51.164Z[ host-package] Compiling parking_lot_core v0.8.6
37482026-02-14T02:01:51.820Z[ helios-setup] Feb 14 02:01:51.366 INFO E| Compiling pest v2.8.0
37492026-02-14T02:01:51.878Z[ helios-setup] Feb 14 02:01:51.424 INFO E| Compiling goblin v0.9.3
37502026-02-14T02:01:51.975Z[ host-package] Compiling flume v0.11.1
37512026-02-14T02:01:52.595Z[ host-package] Compiling mime_guess v2.0.5
37522026-02-14T02:01:52.691Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
37532026-02-14T02:01:53.654Z[ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
37542026-02-14T02:01:55.962Z[ helios-setup] Feb 14 02:01:55.508 INFO E| Compiling pest_meta v2.8.0
37552026-02-14T02:01:58.080Z[ helios-setup] Feb 14 02:01:57.625 INFO E| Compiling pest_generator v2.8.0
37562026-02-14T02:01:58.991Z[ host-package] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
37572026-02-14T02:02:00.430Z[ helios-setup] Feb 14 02:01:59.976 INFO E| Compiling pest_derive v2.8.0
37582026-02-14T02:02:02.153Z[ host-package] Compiling libgit2-sys v0.18.2+1.9.1
37592026-02-14T02:02:03.241Z[ helios-setup] Feb 14 02:02:02.787 INFO E| Compiling json5 v0.4.1
37602026-02-14T02:02:03.683Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
37612026-02-14T02:02:07.606Z[ helios-setup] Feb 14 02:02:07.152 INFO E| Compiling four-cc v0.4.0
37622026-02-14T02:02:07.607Z[ helios-setup] Feb 14 02:02:07.152 INFO E| Compiling amd-efs v0.4.4 (https://github.com/oxidecomputer/amd-efs.git?branch=main#da9716b3)
37632026-02-14T02:02:07.828Z[ helios-setup] Feb 14 02:02:07.373 INFO E| Compiling amd-apcb v0.5.5 (https://github.com/oxidecomputer/amd-apcb.git?branch=main#1ec66d60)
37642026-02-14T02:02:23.581Z[ host-package] Compiling tabled_derive v0.10.0
37652026-02-14T02:02:23.657Z[ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
37662026-02-14T02:02:25.833Z[ host-package] Compiling ignore v0.4.23
37672026-02-14T02:02:25.996Z[ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
37682026-02-14T02:02:28.653Z[ host-package] Compiling papergrid v0.14.0
37692026-02-14T02:02:30.285Z[ host-package] Compiling primeorder v0.13.6
37702026-02-14T02:02:30.900Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
37712026-02-14T02:02:34.018Z[ host-package] Compiling castaway v0.2.3
37722026-02-14T02:02:34.296Z[ host-package] Compiling nibble_vec v0.1.0
37732026-02-14T02:02:34.676Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
37742026-02-14T02:02:34.765Z[ host-package] Compiling atty v0.2.14
37752026-02-14T02:02:35.035Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
37762026-02-14T02:02:35.129Z[ host-package] Compiling http-range v0.1.5
37772026-02-14T02:02:35.551Z[ host-package] Compiling endian-type v0.1.2
37782026-02-14T02:02:35.776Z[ host-package] Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
37792026-02-14T02:02:35.882Z[ host-package] Compiling radix_trie v0.2.1
37802026-02-14T02:02:36.045Z[ host-package] Compiling compact_str v0.8.0
37812026-02-14T02:02:36.705Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
37822026-02-14T02:02:38.146Z[ host-package] Compiling tabled v0.18.0
37832026-02-14T02:02:38.446Z[ host-package] Compiling p384 v0.13.1
37842026-02-14T02:02:40.098Z[ host-package] Compiling globwalk v0.9.1
37852026-02-14T02:02:41.493Z[ host-package] Compiling parking_lot v0.11.2
37862026-02-14T02:02:43.377Z[ helios-setup] Feb 14 02:02:42.923 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/ahib-config)
37872026-02-14T02:02:43.606Z[ host-package] Compiling typify v0.2.0
37882026-02-14T02:02:44.017Z[ host-package] Compiling predicates-tree v1.0.12
37892026-02-14T02:02:44.890Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
37902026-02-14T02:02:45.107Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
37912026-02-14T02:02:46.538Z[ host-package] Compiling unicode-truncate v1.1.0
37922026-02-14T02:02:49.859Z[ host-package] Compiling prefix-trie v0.7.0
37932026-02-14T02:02:51.194Z[ host-package] Compiling lru v0.12.5
37942026-02-14T02:02:51.515Z[ helios-setup] Feb 14 02:02:51.061 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
37952026-02-14T02:02:51.668Z[ host-package] Compiling vergen-git2 v1.0.7
37962026-02-14T02:02:52.103Z[ host-package] Compiling instability v0.3.2
37972026-02-14T02:02:52.944Z[ host-package] Compiling cassowary v0.3.0
37982026-02-14T02:02:53.129Z[ host-package] Compiling indoc v2.0.6
37992026-02-14T02:02:54.097Z[ host-package] Compiling ratatui v0.29.0
38002026-02-14T02:02:55.360Z[ host-package] Compiling git2 v0.20.2
38012026-02-14T02:02:56.604Z[ host-package] Compiling hickory-server v0.25.2
38022026-02-14T02:02:56.856Z[ host-package] Compiling camino-tempfile-ext v0.3.2
38032026-02-14T02:02:58.323Z[ host-package] Compiling progenitor-impl v0.8.0
38042026-02-14T02:03:02.410Z[ host-package] Compiling hyper-staticfile v0.10.1
38052026-02-14T02:03:03.821Z[ host-package] Compiling sled v0.34.7
38062026-02-14T02:03:05.275Z[ host-package] Compiling hickory-client v0.25.2
38072026-02-14T02:03:08.731Z[ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
38082026-02-14T02:03:09.514Z[ host-package] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
38092026-02-14T02:03:10.550Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
38102026-02-14T02:03:10.846Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
38112026-02-14T02:03:12.221Z[ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
38122026-02-14T02:03:16.956Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
38132026-02-14T02:03:17.180Z[ host-package] Compiling rand_seeder v0.4.0
38142026-02-14T02:03:18.185Z[ host-package] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
38152026-02-14T02:03:18.556Z[ helios-setup] Feb 14 02:03:18.103 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 53s
38162026-02-14T02:03:18.601Z[ helios-setup] Feb 14 02:03:18.148 INFO building project "amd-host-image-builder" ok (113 seconds)
38172026-02-14T02:03:18.626Z[ helios-setup] Feb 14 02:03:18.148 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pinprick"
38182026-02-14T02:03:18.709Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=8ba93f6e785e11175059b3303bfd7e8b52ad12f8#8ba93f6e)
38192026-02-14T02:03:18.765Z[ helios-setup] Feb 14 02:03:18.312 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pinprick": "1.91.1-x86_64-unknown-illumos (default)"
38202026-02-14T02:03:18.765Z[ helios-setup] Feb 14 02:03:18.312 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
38212026-02-14T02:03:18.790Z[ helios-setup] Feb 14 02:03:18.312 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
38222026-02-14T02:03:19.157Z[ host-package] Compiling lzma-sys v0.1.20
38232026-02-14T02:03:19.189Z[ helios-setup] Feb 14 02:03:18.728 INFO E| Downloading crates ...
38242026-02-14T02:03:19.227Z[ host-package] Compiling rustls v0.21.12
38252026-02-14T02:03:19.251Z[ helios-setup] Feb 14 02:03:18.783 INFO E| Downloaded miniz_oxide v0.8.8
38262026-02-14T02:03:19.322Z[ helios-setup] Feb 14 02:03:18.868 INFO E| Compiling adler2 v2.0.0
38272026-02-14T02:03:19.488Z[ helios-setup] Feb 14 02:03:19.034 INFO E| Compiling miniz_oxide v0.8.8
38282026-02-14T02:03:19.633Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
38292026-02-14T02:03:19.803Z[ host-package] Compiling corncobs v0.1.4
38302026-02-14T02:03:20.262Z[ host-package] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
38312026-02-14T02:03:20.418Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
38322026-02-14T02:03:20.465Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
38332026-02-14T02:03:20.975Z[ host-package] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
38342026-02-14T02:03:21.656Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
38352026-02-14T02:03:21.791Z[ helios-setup] Feb 14 02:03:21.337 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
38362026-02-14T02:03:21.845Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
38372026-02-14T02:03:22.519Z[ helios-setup] Feb 14 02:03:22.066 INFO E| Finished `release` profile [optimized] target(s) in 3.63s
38382026-02-14T02:03:22.545Z[ helios-setup] Feb 14 02:03:22.080 INFO building project "pinprick" ok (3 seconds)
38392026-02-14T02:03:22.545Z[ helios-setup] Feb 14 02:03:22.080 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/dmar-report"
38402026-02-14T02:03:22.649Z[ helios-setup] Feb 14 02:03:22.195 INFO rust toolchain for "/work/oxidecomputer/helios/projects/dmar-report": "1.91.1-x86_64-unknown-illumos (default)"
38412026-02-14T02:03:22.649Z[ helios-setup] Feb 14 02:03:22.195 INFO building project "dmar-report" at /work/oxidecomputer/helios/projects/dmar-report
38422026-02-14T02:03:22.674Z[ helios-setup] Feb 14 02:03:22.195 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/dmar-report")
38432026-02-14T02:03:23.116Z[ helios-setup] Feb 14 02:03:22.662 INFO E| Downloading crates ...
38442026-02-14T02:03:23.182Z[ helios-setup] Feb 14 02:03:22.729 INFO E| Downloaded darling_core v0.20.11
38452026-02-14T02:03:23.207Z[ helios-setup] Feb 14 02:03:22.735 INFO E| Downloaded deranged v0.4.0
38462026-02-14T02:03:23.207Z[ helios-setup] Feb 14 02:03:22.738 INFO E| Downloaded getrandom v0.3.3
38472026-02-14T02:03:23.207Z[ helios-setup] Feb 14 02:03:22.742 INFO E| Downloaded time-core v0.1.4
38482026-02-14T02:03:23.207Z[ helios-setup] Feb 14 02:03:22.744 INFO E| Downloaded time-macros v0.2.22
38492026-02-14T02:03:23.207Z[ helios-setup] Feb 14 02:03:22.746 INFO E| Downloaded anyhow v1.0.98
38502026-02-14T02:03:23.207Z[ helios-setup] Feb 14 02:03:22.751 INFO E| Downloaded tempfile v3.20.0
38512026-02-14T02:03:23.231Z[ helios-setup] Feb 14 02:03:22.755 INFO E| Downloaded darling v0.20.11
38522026-02-14T02:03:23.258Z[ helios-setup] Feb 14 02:03:22.804 INFO E| Downloaded bitflags v2.9.1
38532026-02-14T02:03:23.282Z[ helios-setup] Feb 14 02:03:22.809 INFO E| Downloaded indexmap v2.9.0
38542026-02-14T02:03:23.282Z[ helios-setup] Feb 14 02:03:22.815 INFO E| Downloaded serde_with_macros v3.12.0
38552026-02-14T02:03:23.282Z[ helios-setup] Feb 14 02:03:22.818 INFO E| Downloaded darling_macro v0.20.11
38562026-02-14T02:03:23.282Z[ helios-setup] Feb 14 02:03:22.819 INFO E| Downloaded serde_with v3.12.0
38572026-02-14T02:03:23.282Z[ helios-setup] Feb 14 02:03:22.828 INFO E| Downloaded time v0.3.41
38582026-02-14T02:03:23.306Z[ helios-setup] Feb 14 02:03:22.837 INFO E| Downloaded hashbrown v0.15.3
38592026-02-14T02:03:23.306Z[ helios-setup] Feb 14 02:03:22.842 INFO E| Downloaded chrono v0.4.41
38602026-02-14T02:03:23.306Z[ helios-setup] Feb 14 02:03:22.851 INFO E| Downloaded rustix v1.0.7
38612026-02-14T02:03:23.410Z[ helios-setup] Feb 14 02:03:22.957 INFO E| Compiling proc-macro2 v1.0.95
38622026-02-14T02:03:23.410Z[ helios-setup] Feb 14 02:03:22.957 INFO E| Compiling unicode-ident v1.0.18
38632026-02-14T02:03:23.435Z[ helios-setup] Feb 14 02:03:22.957 INFO E| Compiling libc v0.2.172
38642026-02-14T02:03:23.435Z[ helios-setup] Feb 14 02:03:22.957 INFO E| Compiling strsim v0.11.1
38652026-02-14T02:03:23.435Z[ helios-setup] Feb 14 02:03:22.957 INFO E| Compiling ident_case v1.0.1
38662026-02-14T02:03:23.435Z[ helios-setup] Feb 14 02:03:22.958 INFO E| Compiling fnv v1.0.7
38672026-02-14T02:03:23.435Z[ helios-setup] Feb 14 02:03:22.958 INFO E| Compiling serde v1.0.219
38682026-02-14T02:03:23.435Z[ helios-setup] Feb 14 02:03:22.958 INFO E| Compiling rustix v1.0.7
38692026-02-14T02:03:24.135Z[ helios-setup] Feb 14 02:03:23.682 INFO E| Compiling getrandom v0.3.3
38702026-02-14T02:03:24.160Z[ helios-setup] Feb 14 02:03:23.682 INFO E| Compiling bitflags v2.9.1
38712026-02-14T02:03:24.160Z[ helios-setup] Feb 14 02:03:23.683 INFO E| Compiling cfg-if v1.0.0
38722026-02-14T02:03:24.662Z[ helios-setup] Feb 14 02:03:24.208 INFO E| Compiling serde_json v1.0.140
38732026-02-14T02:03:25.283Z[ helios-setup] Feb 14 02:03:24.830 INFO E| Compiling anyhow v1.0.98
38742026-02-14T02:03:25.634Z[ helios-setup] Feb 14 02:03:25.180 INFO E| Compiling thiserror v2.0.12
38752026-02-14T02:03:25.799Z[ helios-setup] Feb 14 02:03:25.346 INFO E| Compiling dmar-report v0.1.2 (/work/oxidecomputer/helios/projects/dmar-report)
38762026-02-14T02:03:25.900Z[ helios-setup] Feb 14 02:03:25.447 INFO E| Compiling memchr v2.7.4
38772026-02-14T02:03:26.033Z[ helios-setup] Feb 14 02:03:25.580 INFO E| Compiling itoa v1.0.15
38782026-02-14T02:03:26.498Z[ helios-setup] Feb 14 02:03:26.044 INFO E| Compiling ryu v1.0.20
38792026-02-14T02:03:26.522Z[ helios-setup] Feb 14 02:03:26.060 INFO E| Compiling fastrand v2.3.0
38802026-02-14T02:03:26.901Z[ helios-setup] Feb 14 02:03:26.448 INFO E| Compiling once_cell v1.21.3
38812026-02-14T02:03:27.378Z[ helios-setup] Feb 14 02:03:26.925 INFO E| Compiling errno v0.3.12
38822026-02-14T02:03:27.994Z[ helios-setup] Feb 14 02:03:27.541 INFO E| Compiling quote v1.0.40
38832026-02-14T02:03:28.600Z[ helios-setup] Feb 14 02:03:28.146 INFO E| Compiling syn v2.0.101
38842026-02-14T02:03:30.547Z[ helios-setup] Feb 14 02:03:30.093 INFO E| Compiling tempfile v3.20.0
38852026-02-14T02:03:35.151Z[ host-package] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
38862026-02-14T02:03:35.175Z[ helios-setup] Feb 14 02:03:34.718 INFO E| Compiling darling_core v0.20.11
38872026-02-14T02:03:37.102Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
38882026-02-14T02:03:38.030Z[ helios-setup] Feb 14 02:03:37.577 INFO E| Compiling serde_derive v1.0.219
38892026-02-14T02:03:38.030Z[ helios-setup] Feb 14 02:03:37.577 INFO E| Compiling thiserror-impl v2.0.12
38902026-02-14T02:03:40.259Z[ helios-setup] Feb 14 02:03:39.802 INFO E| Compiling darling_macro v0.20.11
38912026-02-14T02:03:41.791Z[ helios-setup] Feb 14 02:03:41.337 INFO E| Compiling darling v0.20.11
38922026-02-14T02:03:41.992Z[ helios-setup] Feb 14 02:03:41.538 INFO E| Compiling serde_with_macros v3.12.0
38932026-02-14T02:03:44.217Z[ host-package] Compiling progenitor-macro v0.8.0
38942026-02-14T02:03:50.787Z[ helios-setup] Feb 14 02:03:50.333 INFO E| Compiling serde_with v3.12.0
38952026-02-14T02:03:51.304Z[ host-package] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
38962026-02-14T02:03:55.057Z[ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
38972026-02-14T02:03:57.851Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
38982026-02-14T02:03:59.889Z[ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
38992026-02-14T02:04:00.718Z[ helios-setup] Feb 14 02:04:00.265 INFO E| Finished `release` profile [optimized] target(s) in 37.93s
39002026-02-14T02:04:00.749Z[ helios-setup] Feb 14 02:04:00.295 INFO building project "dmar-report" ok (38 seconds)
39012026-02-14T02:04:00.773Z[ helios-setup] rm -f helios-build
39022026-02-14T02:04:00.773Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
39032026-02-14T02:04:00.773Z[ helios-setup]
39042026-02-14T02:04:00.773Z[ helios-setup] Setup complete! ./helios-build is now available.
39052026-02-14T02:04:00.773Z[ helios-setup]
39062026-02-14T02:04:00.773Z[ helios-setup]
39072026-02-14T02:04:00.773Z[ helios-setup] real 11:11.991826589
39082026-02-14T02:04:00.773Z[ helios-setup] user 29:49.050127098
39092026-02-14T02:04:00.773Z[ helios-setup] sys 2:58.081356369
39102026-02-14T02:04:00.773Z[ helios-setup] trap 2.216881786
39112026-02-14T02:04:00.773Z[ helios-setup] tflt 4.926244631
39122026-02-14T02:04:00.773Z[ helios-setup] dflt 15.635935124
39132026-02-14T02:04:00.773Z[ helios-setup] kflt 0.001700107
39142026-02-14T02:04:00.773Z[ helios-setup] lock 2:42:34.202381154
39152026-02-14T02:04:00.773Z[ helios-setup] slp 3:42:17.864404178
39162026-02-14T02:04:00.773Z[ helios-setup] lat 32:50.380925997
39172026-02-14T02:04:00.773Z[ helios-setup] stop 5:43.056837140
39182026-02-14T02:04:00.773ZFeb 14 02:04:00.314 INFO [helios-setup] process exited with exit status: 0 (671.998071117s)
39192026-02-14T02:04:00.773ZFeb 14 02:04:00.314 INFO [helios-record] running task
39202026-02-14T02:04:00.773ZFeb 14 02:04:00.315 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-host-image-builder rev-parse --verify HEAD^{commit}
39212026-02-14T02:04:00.798ZFeb 14 02:04:00.323 DEBG process exited with exit status: 0 (8.495666ms)
39222026-02-14T02:04:00.798ZFeb 14 02:04:00.323 DEBG running: git -C /work/oxidecomputer/helios/projects/chelsio-t6-roms rev-parse --verify HEAD^{commit}
39232026-02-14T02:04:00.798ZFeb 14 02:04:00.331 DEBG process exited with exit status: 0 (7.933734ms)
39242026-02-14T02:04:00.798ZFeb 14 02:04:00.331 DEBG running: git -C /work/oxidecomputer/helios/projects/pilot rev-parse --verify HEAD^{commit}
39252026-02-14T02:04:00.798ZFeb 14 02:04:00.338 DEBG process exited with exit status: 0 (6.225741ms)
39262026-02-14T02:04:00.798ZFeb 14 02:04:00.338 DEBG running: git -C /work/oxidecomputer/helios/projects/dmar-report rev-parse --verify HEAD^{commit}
39272026-02-14T02:04:00.798ZFeb 14 02:04:00.343 DEBG process exited with exit status: 0 (5.565112ms)
39282026-02-14T02:04:00.798ZFeb 14 02:04:00.343 DEBG running: git -C /work/oxidecomputer/helios/projects/image-builder rev-parse --verify HEAD^{commit}
39292026-02-14T02:04:00.822ZFeb 14 02:04:00.349 DEBG process exited with exit status: 0 (5.601173ms)
39302026-02-14T02:04:00.822ZFeb 14 02:04:00.349 DEBG running: git -C /work/oxidecomputer/helios/projects/bootserver rev-parse --verify HEAD^{commit}
39312026-02-14T02:04:00.822ZFeb 14 02:04:00.355 DEBG process exited with exit status: 0 (6.556425ms)
39322026-02-14T02:04:00.822ZFeb 14 02:04:00.355 DEBG running: git -C /work/oxidecomputer/helios/projects/phbl rev-parse --verify HEAD^{commit}
39332026-02-14T02:04:00.823ZFeb 14 02:04:00.364 DEBG process exited with exit status: 0 (8.215762ms)
39342026-02-14T02:04:00.823ZFeb 14 02:04:00.364 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-firmware rev-parse --verify HEAD^{commit}
39352026-02-14T02:04:00.847ZFeb 14 02:04:00.374 DEBG process exited with exit status: 0 (10.533512ms)
39362026-02-14T02:04:00.847ZFeb 14 02:04:00.374 DEBG running: git -C /work/oxidecomputer/helios/projects/pinprick rev-parse --verify HEAD^{commit}
39372026-02-14T02:04:00.847ZFeb 14 02:04:00.383 DEBG process exited with exit status: 0 (8.96729ms)
39382026-02-14T02:04:00.847ZFeb 14 02:04:00.384 INFO [helios-record] task succeeded (69.624114ms)
39392026-02-14T02:04:02.732Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
39402026-02-14T02:04:03.079Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
39412026-02-14T02:04:03.446Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
39422026-02-14T02:04:03.845Z[ host-package] Compiling progenitor-client v0.8.0
39432026-02-14T02:04:04.759Z[ host-package] Compiling sct v0.7.1
39442026-02-14T02:04:05.246Z[ host-package] Compiling rustls-webpki v0.101.7
39452026-02-14T02:04:07.024Z[ host-package] Compiling heck v0.3.3
39462026-02-14T02:04:07.142Z[ host-package] Compiling secrecy v0.8.0
39472026-02-14T02:04:07.374Z[ host-package] Compiling void v1.0.2
39482026-02-14T02:04:07.606Z[ host-package] Compiling lzss v0.8.2
39492026-02-14T02:04:08.061Z[ host-package] Compiling zone_cfg_derive v0.1.2
39502026-02-14T02:04:09.191Z[ host-package] Compiling progenitor v0.8.0
39512026-02-14T02:04:09.626Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
39522026-02-14T02:04:11.035Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
39532026-02-14T02:04:12.679Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
39542026-02-14T02:04:13.859Z[ host-package] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
39552026-02-14T02:04:17.687Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#88c6684d)
39562026-02-14T02:04:17.896Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
39572026-02-14T02:04:19.141Z[ host-package] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
39582026-02-14T02:04:25.287Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
39592026-02-14T02:04:25.674Z[ host-package] Compiling tungstenite v0.23.0
39602026-02-14T02:04:26.079Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
39612026-02-14T02:04:26.423Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
39622026-02-14T02:04:26.762Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
39632026-02-14T02:04:27.094Z[ host-package] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
39642026-02-14T02:04:27.440Z[ host-package] Compiling nix v0.27.1
39652026-02-14T02:04:28.533Z[ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
39662026-02-14T02:04:29.195Z[ host-package] Compiling serde_bytes v0.11.19
39672026-02-14T02:04:29.742Z[ host-package] Compiling number_prefix v0.4.0
39682026-02-14T02:04:29.864Z[ host-package] Compiling base64 v0.13.1
39692026-02-14T02:04:30.094Z[ host-package] Compiling indicatif v0.17.11
39702026-02-14T02:04:30.130Z[ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
39712026-02-14T02:04:30.364Z[ host-package] Compiling ron v0.7.1
39722026-02-14T02:04:30.588Z[ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
39732026-02-14T02:04:31.381Z[ host-package] Compiling tokio-tungstenite v0.23.1
39742026-02-14T02:04:32.128Z[ host-package] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
39752026-02-14T02:04:34.539Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
39762026-02-14T02:04:35.591Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#88c6684d)
39772026-02-14T02:04:37.111Z[ host-package] Compiling xz2 v0.1.7
39782026-02-14T02:04:37.689Z[ host-package] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
39792026-02-14T02:04:45.865Z[ host-package] Compiling tokio-rustls v0.24.1
39802026-02-14T02:04:45.938Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
39812026-02-14T02:04:46.408Z[ host-package] Compiling zone v0.1.8
39822026-02-14T02:04:46.864Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
39832026-02-14T02:04:49.645Z[ host-package] Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
39842026-02-14T02:04:53.206Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc121ef55741656ce118b02ceeda949b9261f49f#bc121ef5)
39852026-02-14T02:04:53.514Z[ host-package] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
39862026-02-14T02:05:11.560Z[ host-package] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
39872026-02-14T02:05:14.707Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
39882026-02-14T02:05:16.316Z[ host-package] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
39892026-02-14T02:05:21.472Z[ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
39902026-02-14T02:05:26.619Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
39912026-02-14T02:05:28.799Z[ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
39922026-02-14T02:05:29.597Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
39932026-02-14T02:05:34.220Z[ host-package] Compiling rustls-pemfile v1.0.4
39942026-02-14T02:05:34.928Z[ host-package] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
39952026-02-14T02:05:34.977Z[ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
39962026-02-14T02:05:37.544Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
39972026-02-14T02:05:37.891Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
39982026-02-14T02:05:39.961Z[ host-package] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
39992026-02-14T02:05:40.067Z[ host-package] Compiling signal-hook-tokio v0.3.1
40002026-02-14T02:05:40.353Z[ host-package] Compiling twox-hash v2.1.0
40012026-02-14T02:05:41.240Z[ host-package] Compiling yasna v0.5.2
40022026-02-14T02:05:41.403Z[ host-package] Compiling is_ci v1.2.0
40032026-02-14T02:05:41.720Z[ host-package] Compiling supports-color v3.0.2
40042026-02-14T02:05:42.178Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
40052026-02-14T02:05:42.944Z[ host-package] Compiling rcgen v0.12.1
40062026-02-14T02:05:48.605Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
40072026-02-14T02:05:50.671Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
40082026-02-14T02:05:51.801Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
40092026-02-14T02:06:07.044Z[ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
40102026-02-14T02:06:08.925Z[ host-package] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
40112026-02-14T02:06:13.582Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
40122026-02-14T02:06:18.546Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
40132026-02-14T02:06:32.795Z[ host-package] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
40142026-02-14T02:06:33.175Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
40152026-02-14T02:06:37.044Z[ host-package] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
40162026-02-14T02:06:40.507Z[ host-package] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
40172026-02-14T02:06:40.832Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
40182026-02-14T02:06:41.158Z[ host-package] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
40192026-02-14T02:06:41.482Z[ host-package] Compiling fatfs v0.3.6
40202026-02-14T02:06:43.794Z[ host-package] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
40212026-02-14T02:06:47.894Z[ host-package] Compiling subprocess v0.2.9
40222026-02-14T02:06:51.437Z[ host-package] Compiling rtoolbox v0.0.2
40232026-02-14T02:06:51.560Z[ host-package] Compiling seq-macro v0.3.6
40242026-02-14T02:06:51.857Z[ host-package] Compiling assert_matches v1.5.0
40252026-02-14T02:06:52.030Z[ host-package] Compiling rpassword v7.4.0
40262026-02-14T02:06:52.541Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
40272026-02-14T02:06:54.183Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
40282026-02-14T02:07:02.032Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
40292026-02-14T02:07:11.827Z[ host-package] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
40302026-02-14T02:07:12.041Z[ host-package] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
40312026-02-14T02:07:16.477Z[ host-package] Compiling tui-tree-widget v0.23.1
40322026-02-14T02:07:16.934Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
40332026-02-14T02:07:22.924Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
40342026-02-14T02:07:23.696Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
40352026-02-14T02:07:25.557Z[ host-package] Compiling uzers v0.12.1
40362026-02-14T02:07:28.211Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
40372026-02-14T02:07:28.475Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
40382026-02-14T02:07:39.306Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
40392026-02-14T02:07:46.303Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
40402026-02-14T02:08:02.289Z[ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
40412026-02-14T02:08:03.975Z[ host-package] Compiling support-bundle-viewer v0.1.2
40422026-02-14T02:08:06.343Z[ host-package] Compiling multimap v0.10.1
40432026-02-14T02:10:00.081Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
40442026-02-14T02:19:39.720Z[ host-package] Finished `release` profile [optimized] target(s) in 24m 47s
40452026-02-14T02:20:56.739ZFeb 14 02:20:56.295 INFO [host-package] process exited with exit status: 0 (1565.166072876s)
40462026-02-14T02:20:56.739ZFeb 14 02:20:56.295 INFO [host-stamp] running task
40472026-02-14T02:20:56.765ZFeb 14 02:20:56.296 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
40482026-02-14T02:20:56.765ZFeb 14 02:20:56.296 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+git9913c6ae4ae
40492026-02-14T02:20:56.765ZFeb 14 02:20:56.297 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+git9913c6ae4ae
40502026-02-14T02:20:56.765ZFeb 14 02:20:56.298 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+git9913c6ae4ae
40512026-02-14T02:20:56.765ZFeb 14 02:20:56.298 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+git9913c6ae4ae
40522026-02-14T02:20:56.765ZFeb 14 02:20:56.299 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+git9913c6ae4ae
40532026-02-14T02:20:56.766ZFeb 14 02:20:56.299 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+git9913c6ae4ae
40542026-02-14T02:20:56.766ZFeb 14 02:20:56.304 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+git9913c6ae4ae
40552026-02-14T02:20:56.766ZFeb 14 02:20:56.304 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+git9913c6ae4ae
40562026-02-14T02:20:56.766Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
40572026-02-14T02:20:56.766Z[stamp-crucible-utils] Logging to: /work/oxidecomputer/omicron/out/LOG
40582026-02-14T02:20:56.766Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
40592026-02-14T02:20:56.766Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
40602026-02-14T02:20:56.766Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
40612026-02-14T02:20:56.766Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
40622026-02-14T02:20:56.766Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
40632026-02-14T02:20:56.793Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
40642026-02-14T02:20:56.793Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
40652026-02-14T02:20:56.793Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
40662026-02-14T02:20:56.793ZFeb 14 02:20:56.327 INFO [stamp-overlay] process exited with exit status: 0 (23.129679ms)
40672026-02-14T02:20:56.793Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
40682026-02-14T02:20:56.793ZFeb 14 02:20:56.342 INFO [stamp-oxlog] process exited with exit status: 0 (45.524774ms)
40692026-02-14T02:20:56.854Z[stamp-crucible-utils] Created: /work/oxidecomputer/omicron/out/versioned/crucible-utils.tar
40702026-02-14T02:20:56.878ZFeb 14 02:20:56.415 INFO [stamp-crucible-utils] process exited with exit status: 0 (117.122145ms)
40712026-02-14T02:20:56.903Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
40722026-02-14T02:20:56.903ZFeb 14 02:20:56.455 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (157.543182ms)
40732026-02-14T02:20:57.151Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
40742026-02-14T02:20:57.177ZFeb 14 02:20:56.714 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (415.853497ms)
40752026-02-14T02:20:57.632Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
40762026-02-14T02:20:57.657ZFeb 14 02:20:57.195 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (895.260364ms)
40772026-02-14T02:20:58.505Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
40782026-02-14T02:20:58.530ZFeb 14 02:20:58.067 INFO [stamp-propolis-server] process exited with exit status: 0 (1.767681725s)
40792026-02-14T02:20:58.594Z[recovery-package] Compiling newtype-uuid v1.3.2
40802026-02-14T02:20:58.871Z[recovery-package] Compiling daft v0.1.4
40812026-02-14T02:20:59.397Z[recovery-package] Compiling iddqd v0.3.16
40822026-02-14T02:21:01.331Z[recovery-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
40832026-02-14T02:21:01.795Z[recovery-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
40842026-02-14T02:21:01.795Z[recovery-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
40852026-02-14T02:21:01.795Z[recovery-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
40862026-02-14T02:21:01.866Z[recovery-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
40872026-02-14T02:21:02.532Z[recovery-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
40882026-02-14T02:21:06.679Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
40892026-02-14T02:21:06.703ZFeb 14 02:21:06.241 INFO [stamp-switch-asic] process exited with exit status: 0 (9.942217501s)
40902026-02-14T02:21:06.703ZFeb 14 02:21:06.241 INFO [host-stamp] task succeeded (9.946102135s)
40912026-02-14T02:21:06.703ZFeb 14 02:21:06.242 INFO [host-proto] running task
40922026-02-14T02:21:07.670ZFeb 14 02:21:07.226 INFO [host-proto] task succeeded (984.857074ms)
40932026-02-14T02:21:07.670ZFeb 14 02:21:07.226 INFO [host-profile] running task
40942026-02-14T02:21:07.695ZFeb 14 02:21:07.227 INFO [host-profile] task succeeded (508.537µs)
40952026-02-14T02:21:07.695ZFeb 14 02:21:07.227 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/.tmp2kNFyc/proto/host/root -N 'ci 9913c6a/${os_short_commit} 2026-02-14 01:52' -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/'
40962026-02-14T02:21:07.695Z[ host-image] Feb 14 02:21:07.240 INFO Checking files for board 'gimlet'
40972026-02-14T02:21:07.695Z[ host-image] Feb 14 02:21:07.240 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
40982026-02-14T02:21:07.695Z[ host-image] Feb 14 02:21:07.240 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml"
40992026-02-14T02:21:07.695Z[ host-image] Feb 14 02:21:07.240 INFO Checking files for board 'cosmo-mbist-noaggr'
41002026-02-14T02:21:07.695Z[ host-image] Feb 14 02:21:07.240 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7-mbist-noaggr.toml"
41012026-02-14T02:21:07.695Z[ host-image] Feb 14 02:21:07.240 INFO Checking files for board 'cosmo-mbist'
41022026-02-14T02:21:07.695Z[ host-image] Feb 14 02:21:07.240 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7-mbist.toml"
41032026-02-14T02:21:07.695Z[ host-image] Feb 14 02:21:07.240 INFO Checking files for board 'cosmo'
41042026-02-14T02:21:07.695Z[ host-image] Feb 14 02:21:07.240 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
41052026-02-14T02:21:07.695Z[ host-image] Feb 14 02:21:07.240 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7.toml"
41062026-02-14T02:21:07.719Z[ host-image] Feb 14 02:21:07.259 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmp2kNFyc/proto/host/root"
41072026-02-14T02:21:07.719Z[ host-image] Feb 14 02:21:07.259 INFO using external package repositories: helios-dev={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/2/dev/ }
41082026-02-14T02:21:07.719Z[ host-image] Feb 14 02:21:07.259 INFO image builder template: ramdisk-01-os...
41092026-02-14T02:21:07.719Z[ host-image] Feb 14 02:21:07.260 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/.tmp2kNFyc/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", "optever=0.39.455", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@18.0.0.0", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
41102026-02-14T02:21:07.744Z[ host-image] Feb 14 02:21:07.287 INFO O| Feb 14 02:21:07.287 INFO CREATE DATASET: rpool/images/build/host/output
41112026-02-14T02:21:07.833Z[ host-image] Feb 14 02:21:07.390 INFO O| Feb 14 02:21:07.389 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-01-os
41122026-02-14T02:21:07.858Z[ host-image] Feb 14 02:21:07.394 INFO O| Feb 14 02:21:07.394 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
41132026-02-14T02:21:07.915Z[ host-image] Feb 14 02:21:07.472 INFO O| Feb 14 02:21:07.472 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-01-os: sync = disabled
41142026-02-14T02:21:07.940Z[ host-image] Feb 14 02:21:07.494 INFO O| Feb 14 02:21:07.494 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-01-os
41152026-02-14T02:21:07.940Z[ host-image] Feb 14 02:21:07.495 INFO O| Feb 14 02:21:07.495 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
41162026-02-14T02:21:07.940Z[ host-image] Feb 14 02:21:07.495 INFO O| Feb 14 02:21:07.495 INFO resetting by removing work dataset: rpool/images/build/host/work/sled/ramdisk
41172026-02-14T02:21:07.940Z[ host-image] Feb 14 02:21:07.495 INFO O| Feb 14 02:21:07.495 INFO DESTROY DATASET: rpool/images/build/host/work/sled/ramdisk
41182026-02-14T02:21:07.963Z[ host-image] Feb 14 02:21:07.502 INFO O| Feb 14 02:21:07.502 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
41192026-02-14T02:21:08.022Z[ host-image] Feb 14 02:21:07.578 INFO O| Feb 14 02:21:07.578 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41202026-02-14T02:21:08.048Z[ host-image] Feb 14 02:21:07.595 INFO O| Feb 14 02:21:07.595 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/sled/ramdisk"]
41212026-02-14T02:21:08.459Z[ host-image] Feb 14 02:21:08.015 INFO O| Feb 14 02:21:08.015 INFO O| Caching catalogs ... Done
41222026-02-14T02:21:08.537Z[ host-image] Feb 14 02:21:08.093 INFO O| Feb 14 02:21:08.093 INFO STEP 0 (pkg_image_create) COMPLETE
41232026-02-14T02:21:08.537Z[ host-image] Feb 14 02:21:08.093 INFO O| Feb 14 02:21:08.093 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41242026-02-14T02:21:08.562Z[ host-image] Feb 14 02:21:08.108 INFO O| Feb 14 02:21:08.108 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"]
41252026-02-14T02:21:08.966Z[ host-image] Feb 14 02:21:08.522 INFO O| Feb 14 02:21:08.522 INFO STEP 1 (pkg_set_publisher) COMPLETE
41262026-02-14T02:21:08.966Z[ host-image] Feb 14 02:21:08.522 INFO O| Feb 14 02:21:08.522 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41272026-02-14T02:21:08.966Z[ host-image] Feb 14 02:21:08.522 INFO O| Feb 14 02:21:08.522 INFO skip step because feature "publisher_1_name" is not enabled
41282026-02-14T02:21:08.991Z[ host-image] Feb 14 02:21:08.522 INFO O| Feb 14 02:21:08.522 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41292026-02-14T02:21:08.991Z[ host-image] Feb 14 02:21:08.522 INFO O| Feb 14 02:21:08.522 INFO skip step because feature "publisher_2_name" is not enabled
41302026-02-14T02:21:08.991Z[ host-image] Feb 14 02:21:08.522 INFO O| Feb 14 02:21:08.522 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41312026-02-14T02:21:08.991Z[ host-image] Feb 14 02:21:08.522 INFO O| Feb 14 02:21:08.522 INFO skip step because feature "publisher_3_name" is not enabled
41322026-02-14T02:21:08.991Z[ host-image] Feb 14 02:21:08.522 INFO O| Feb 14 02:21:08.522 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41332026-02-14T02:21:09.371Z[ host-image] Feb 14 02:21:08.927 INFO O| Feb 14 02:21:08.927 INFO variant opensolaris.zone is already global
41342026-02-14T02:21:09.371Z[ host-image] Feb 14 02:21:08.927 INFO O| Feb 14 02:21:08.927 INFO STEP 5 (pkg_change_variant) COMPLETE
41352026-02-14T02:21:09.396Z[ host-image] Feb 14 02:21:08.927 INFO O| Feb 14 02:21:08.927 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41362026-02-14T02:21:09.782Z[ host-image] Feb 14 02:21:09.338 INFO O| Feb 14 02:21:09.338 INFO variant opensolaris.imagetype is full; changing to partial
41372026-02-14T02:21:09.807Z[ host-image] Feb 14 02:21:09.339 INFO O| Feb 14 02:21:09.338 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
41382026-02-14T02:21:15.355Z[recovery-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
41392026-02-14T02:21:15.355Z[recovery-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
41402026-02-14T02:21:15.379Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
41412026-02-14T02:21:15.379Z[recovery-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
41422026-02-14T02:21:21.034Z[recovery-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
41432026-02-14T02:21:21.253Z[recovery-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
41442026-02-14T02:21:22.192Z[recovery-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
41452026-02-14T02:21:22.587Z[recovery-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
41462026-02-14T02:21:24.259Z[recovery-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
41472026-02-14T02:21:26.108Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
41482026-02-14T02:21:44.595Z[ host-image] Feb 14 02:21:44.151 INFO O| Feb 14 02:21:44.151 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
41492026-02-14T02:21:49.921Z[recovery-package] Finished `release` profile [optimized] target(s) in 52.87s
41502026-02-14T02:21:54.520ZFeb 14 02:21:54.077 INFO [recovery-package] process exited with exit status: 0 (57.780907964s)
41512026-02-14T02:21:54.520ZFeb 14 02:21:54.077 INFO [recovery-stamp] running task
41522026-02-14T02:21:54.545ZFeb 14 02:21:54.077 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release
41532026-02-14T02:21:54.545ZFeb 14 02:21:54.077 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 18.0.0-0.ci+git9913c6ae4ae
41542026-02-14T02:21:54.545ZFeb 14 02:21:54.079 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+git9913c6ae4ae
41552026-02-14T02:21:54.545Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
41562026-02-14T02:21:54.545Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
41572026-02-14T02:21:54.692Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
41582026-02-14T02:21:54.716ZFeb 14 02:21:54.254 INFO [stamp-installinator] process exited with exit status: 0 (176.586167ms)
41592026-02-14T02:21:54.782Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
41602026-02-14T02:21:54.806ZFeb 14 02:21:54.345 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (266.029724ms)
41612026-02-14T02:21:54.806ZFeb 14 02:21:54.345 INFO [recovery-stamp] task succeeded (267.600375ms)
41622026-02-14T02:21:54.806ZFeb 14 02:21:54.345 INFO [recovery-proto] running task
41632026-02-14T02:21:54.806ZFeb 14 02:21:54.345 INFO [tuf-stamp] running task
41642026-02-14T02:21:54.806ZFeb 14 02:21:54.346 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+git9913c6ae4ae
41652026-02-14T02:21:54.806ZFeb 14 02:21:54.347 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+git9913c6ae4ae
41662026-02-14T02:21:54.806ZFeb 14 02:21:54.348 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+git9913c6ae4ae
41672026-02-14T02:21:54.806ZFeb 14 02:21:54.348 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+git9913c6ae4ae
41682026-02-14T02:21:54.806ZFeb 14 02:21:54.349 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+git9913c6ae4ae
41692026-02-14T02:21:54.806ZFeb 14 02:21:54.349 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+git9913c6ae4ae
41702026-02-14T02:21:54.806ZFeb 14 02:21:54.351 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+git9913c6ae4ae
41712026-02-14T02:21:54.806ZFeb 14 02:21:54.356 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+git9913c6ae4ae
41722026-02-14T02:21:54.806ZFeb 14 02:21:54.362 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+git9913c6ae4ae
41732026-02-14T02:21:54.831ZFeb 14 02:21:54.367 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+git9913c6ae4ae
41742026-02-14T02:21:54.832Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
41752026-02-14T02:21:54.832Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
41762026-02-14T02:21:54.832Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
41772026-02-14T02:21:54.832Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
41782026-02-14T02:21:54.832Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
41792026-02-14T02:21:54.832Z[stamp-clickhouse_server] Logging to: /work/oxidecomputer/omicron/out/LOG
41802026-02-14T02:21:54.832Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
41812026-02-14T02:21:54.832ZFeb 14 02:21:54.372 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+git9913c6ae4ae
41822026-02-14T02:21:54.833Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
41832026-02-14T02:21:54.833ZFeb 14 02:21:54.380 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+git9913c6ae4ae
41842026-02-14T02:21:54.833Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
41852026-02-14T02:21:54.857Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
41862026-02-14T02:21:54.857Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
41872026-02-14T02:21:54.857Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
41882026-02-14T02:21:55.021Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
41892026-02-14T02:21:55.079ZFeb 14 02:21:54.636 INFO [recovery-proto] task succeeded (291.663754ms)
41902026-02-14T02:21:55.108ZFeb 14 02:21:54.637 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/.tmp2kNFyc/proto/recovery/root -N 'recovery 9913c6a/${os_short_commit} 2026-02-14 01:52' -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/'
41912026-02-14T02:21:55.108ZFeb 14 02:21:54.654 INFO [stamp-probe] process exited with exit status: 0 (291.973086ms)
41922026-02-14T02:21:55.108Z[ recovery-image] Feb 14 02:21:54.657 INFO Checking files for board 'cosmo-mbist'
41932026-02-14T02:21:55.108Z[ recovery-image] Feb 14 02:21:54.657 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7-mbist.toml"
41942026-02-14T02:21:55.108Z[ recovery-image] Feb 14 02:21:54.657 INFO Checking files for board 'cosmo'
41952026-02-14T02:21:55.108Z[ recovery-image] Feb 14 02:21:54.657 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
41962026-02-14T02:21:55.108Z[ recovery-image] Feb 14 02:21:54.657 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7.toml"
41972026-02-14T02:21:55.108Z[ recovery-image] Feb 14 02:21:54.658 INFO Checking files for board 'gimlet'
41982026-02-14T02:21:55.108Z[ recovery-image] Feb 14 02:21:54.658 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
41992026-02-14T02:21:55.108Z[ recovery-image] Feb 14 02:21:54.658 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml"
42002026-02-14T02:21:55.108Z[ recovery-image] Feb 14 02:21:54.658 INFO Checking files for board 'cosmo-mbist-noaggr'
42012026-02-14T02:21:55.108Z[ recovery-image] Feb 14 02:21:54.658 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7-mbist-noaggr.toml"
42022026-02-14T02:21:55.132Z[ recovery-image] Feb 14 02:21:54.678 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmp2kNFyc/proto/recovery/root"
42032026-02-14T02:21:55.132Z[ recovery-image] Feb 14 02:21:54.678 INFO using external package repositories: helios-dev={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/2/dev/ }
42042026-02-14T02:21:55.132Z[ recovery-image] Feb 14 02:21:54.678 INFO image builder template: ramdisk-01-os...
42052026-02-14T02:21:55.132Z[ recovery-image] Feb 14 02:21:54.678 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/.tmp2kNFyc/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "publisher_0_name=helios-dev", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@18.0.0.0", "-F", "optever=0.39.455", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
42062026-02-14T02:21:55.157Z[ recovery-image] Feb 14 02:21:54.704 INFO O| Feb 14 02:21:54.704 INFO CREATE DATASET: rpool/images/build/recovery/output
42072026-02-14T02:21:55.382Z[ recovery-image] Feb 14 02:21:54.939 INFO O| Feb 14 02:21:54.939 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
42082026-02-14T02:21:55.407Z[ recovery-image] Feb 14 02:21:54.945 INFO O| Feb 14 02:21:54.945 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
42092026-02-14T02:21:55.565Z[ recovery-image] Feb 14 02:21:55.119 INFO O| Feb 14 02:21:55.119 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-01-os: sync = disabled
42102026-02-14T02:21:55.598Z[ recovery-image] Feb 14 02:21:55.155 INFO O| Feb 14 02:21:55.155 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-01-os
42112026-02-14T02:21:55.622Z[ recovery-image] Feb 14 02:21:55.155 INFO O| Feb 14 02:21:55.155 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
42122026-02-14T02:21:55.622Z[ recovery-image] Feb 14 02:21:55.155 INFO O| Feb 14 02:21:55.155 INFO resetting by removing work dataset: rpool/images/build/recovery/work/sled/ramdisk
42132026-02-14T02:21:55.622Z[ recovery-image] Feb 14 02:21:55.155 INFO O| Feb 14 02:21:55.155 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/ramdisk
42142026-02-14T02:21:55.623Z[ recovery-image] Feb 14 02:21:55.165 INFO O| Feb 14 02:21:55.165 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
42152026-02-14T02:21:55.687Z[ recovery-image] Feb 14 02:21:55.244 INFO O| Feb 14 02:21:55.244 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42162026-02-14T02:21:55.711Z[ recovery-image] Feb 14 02:21:55.257 INFO O| Feb 14 02:21:55.257 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/sled/ramdisk"]
42172026-02-14T02:21:56.295Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
42182026-02-14T02:21:56.412ZFeb 14 02:21:55.968 INFO [stamp-ntp] process exited with exit status: 0 (1.619223186s)
42192026-02-14T02:21:56.439Z[ recovery-image] Feb 14 02:21:55.996 INFO O| Feb 14 02:21:55.996 INFO O| Caching catalogs ... Done
42202026-02-14T02:21:56.513Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.98s
42212026-02-14T02:21:56.553Z[ recovery-image] Feb 14 02:21:56.110 INFO O| Feb 14 02:21:56.110 INFO STEP 0 (pkg_image_create) COMPLETE
42222026-02-14T02:21:56.553Z[ recovery-image] Feb 14 02:21:56.110 INFO O| Feb 14 02:21:56.110 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42232026-02-14T02:21:56.577Z[ recovery-image] Feb 14 02:21:56.125 INFO O| Feb 14 02:21:56.124 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"]
42242026-02-14T02:21:56.699Z[verify-libraries] Running `target/debug/xtask verify-libraries --release`
42252026-02-14T02:21:56.725Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
42262026-02-14T02:21:56.790ZFeb 14 02:21:56.336 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (1.969156215s)
42272026-02-14T02:21:56.871Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
42282026-02-14T02:21:56.896ZFeb 14 02:21:56.434 INFO [stamp-external-dns] process exited with exit status: 0 (2.078228638s)
42292026-02-14T02:21:57.042Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
42302026-02-14T02:21:57.079ZFeb 14 02:21:56.637 INFO [stamp-crucible-zone] process exited with exit status: 0 (2.289197362s)
42312026-02-14T02:21:57.132Z[ recovery-image] Feb 14 02:21:56.688 INFO O| Feb 14 02:21:56.688 INFO STEP 1 (pkg_set_publisher) COMPLETE
42322026-02-14T02:21:57.132Z[ recovery-image] Feb 14 02:21:56.688 INFO O| Feb 14 02:21:56.688 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42332026-02-14T02:21:57.132Z[ recovery-image] Feb 14 02:21:56.688 INFO O| Feb 14 02:21:56.688 INFO skip step because feature "publisher_1_name" is not enabled
42342026-02-14T02:21:57.159Z[ recovery-image] Feb 14 02:21:56.688 INFO O| Feb 14 02:21:56.688 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42352026-02-14T02:21:57.159Z[ recovery-image] Feb 14 02:21:56.688 INFO O| Feb 14 02:21:56.688 INFO skip step because feature "publisher_2_name" is not enabled
42362026-02-14T02:21:57.159Z[ recovery-image] Feb 14 02:21:56.688 INFO O| Feb 14 02:21:56.688 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42372026-02-14T02:21:57.159Z[ recovery-image] Feb 14 02:21:56.688 INFO O| Feb 14 02:21:56.688 INFO skip step because feature "publisher_3_name" is not enabled
42382026-02-14T02:21:57.159Z[ recovery-image] Feb 14 02:21:56.688 INFO O| Feb 14 02:21:56.688 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42392026-02-14T02:21:57.298Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
42402026-02-14T02:21:57.323ZFeb 14 02:21:56.877 INFO [stamp-internal-dns] process exited with exit status: 0 (2.530535623s)
42412026-02-14T02:21:57.510Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
42422026-02-14T02:21:57.566ZFeb 14 02:21:57.123 INFO [stamp-oximeter] process exited with exit status: 0 (2.744168834s)
42432026-02-14T02:21:57.590Z[ recovery-image] Feb 14 02:21:57.144 INFO O| Feb 14 02:21:57.143 INFO variant opensolaris.zone is already global
42442026-02-14T02:21:57.590Z[ recovery-image] Feb 14 02:21:57.144 INFO O| Feb 14 02:21:57.144 INFO STEP 5 (pkg_change_variant) COMPLETE
42452026-02-14T02:21:57.590Z[ recovery-image] Feb 14 02:21:57.144 INFO O| Feb 14 02:21:57.144 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42462026-02-14T02:21:58.031Z[ recovery-image] Feb 14 02:21:57.587 INFO O| Feb 14 02:21:57.587 INFO variant opensolaris.imagetype is full; changing to partial
42472026-02-14T02:21:58.031Z[ recovery-image] Feb 14 02:21:57.587 INFO O| Feb 14 02:21:57.587 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
42482026-02-14T02:21:59.385Z[ host-image] Feb 14 02:21:58.941 INFO O| Feb 14 02:21:58.941 INFO O| Startup: Caching catalogs ... Done
42492026-02-14T02:21:59.490Z[ host-image] Feb 14 02:21:59.046 INFO O| Feb 14 02:21:59.046 INFO O| Planning: Planning completed in 0.00 seconds
42502026-02-14T02:21:59.516Z[ host-image] Feb 14 02:21:59.047 INFO O| Feb 14 02:21:59.047 INFO O| Planning: Consolidating action changes ... Done
42512026-02-14T02:21:59.516Z[ host-image] Feb 14 02:21:59.047 INFO O| Feb 14 02:21:59.047 INFO O| Planning: Evaluating mediators ... Done
42522026-02-14T02:21:59.516Z[ host-image] Feb 14 02:21:59.047 INFO O| Feb 14 02:21:59.047 INFO O| Planning: Planning completed in 0.00 seconds
42532026-02-14T02:21:59.516Z[ host-image] Feb 14 02:21:59.048 INFO O| Feb 14 02:21:59.048 INFO O| Variants/Facets to change: 1
42542026-02-14T02:21:59.516Z[ host-image] Feb 14 02:21:59.069 INFO O| Feb 14 02:21:59.069 INFO O| Done
42552026-02-14T02:21:59.516Z[ host-image] Feb 14 02:21:59.069 INFO O| Feb 14 02:21:59.069 INFO O| Done
42562026-02-14T02:22:00.799Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
42572026-02-14T02:22:00.824ZFeb 14 02:22:00.362 INFO [stamp-cockroachdb] process exited with exit status: 0 (5.98232377s)
42582026-02-14T02:22:01.383Z[ host-image] Feb 14 02:22:00.939 INFO O| Feb 14 02:22:00.939 INFO O| Done
42592026-02-14T02:22:01.503Z[ host-image] Feb 14 02:22:01.060 INFO O| Feb 14 02:22:01.060 INFO O| Done
42602026-02-14T02:22:01.529Z[ host-image] Feb 14 02:22:01.062 INFO O| Feb 14 02:22:01.062 INFO O| Done
42612026-02-14T02:22:01.529Z[ host-image] Feb 14 02:22:01.062 INFO O| Feb 14 02:22:01.062 INFO O| Done
42622026-02-14T02:22:01.529Z[ host-image] Feb 14 02:22:01.064 INFO O| Feb 14 02:22:01.064 INFO O| Done
42632026-02-14T02:22:02.320Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
42642026-02-14T02:22:02.346ZFeb 14 02:22:01.884 INFO [stamp-nexus] process exited with exit status: 0 (7.529665842s)
42652026-02-14T02:22:02.990Z[ host-image] Feb 14 02:22:02.545 INFO O| Feb 14 02:22:02.545 INFO STEP 6 (pkg_change_variant) COMPLETE
42662026-02-14T02:22:02.990Z[ host-image] Feb 14 02:22:02.545 INFO O| Feb 14 02:22:02.545 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42672026-02-14T02:22:03.016Z[ host-image] Feb 14 02:22:02.545 INFO O| Feb 14 02:22:02.545 INFO skip step because feature "debug_variant" is not enabled
42682026-02-14T02:22:03.016Z[ host-image] Feb 14 02:22:02.545 INFO O| Feb 14 02:22:02.545 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42692026-02-14T02:22:03.425Z[ host-image] Feb 14 02:22:02.982 INFO O| Feb 14 02:22:02.981 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-facet", "openssl.10=false"]
42702026-02-14T02:22:04.113Z[verify-libraries] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
42712026-02-14T02:22:04.193Z[verify-libraries] Compiling cfg_aliases v0.1.1
42722026-02-14T02:22:04.227Z[verify-libraries] Compiling home v0.5.9
42732026-02-14T02:22:04.259Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
42742026-02-14T02:22:04.309Z[verify-libraries] Compiling sqlparser_derive v0.2.2
42752026-02-14T02:22:04.355Z[verify-libraries] Compiling unicode_categories v0.1.1
42762026-02-14T02:22:04.405Z[verify-libraries] Compiling nix v0.28.0
42772026-02-14T02:22:04.523Z[verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
42782026-02-14T02:22:04.547Z[verify-libraries] Compiling polyval v0.6.2
42792026-02-14T02:22:04.737Z[verify-libraries] Compiling sqlformat v0.3.5
42802026-02-14T02:22:04.915Z[verify-libraries] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
42812026-02-14T02:22:04.975Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
42822026-02-14T02:22:05.011ZFeb 14 02:22:04.568 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (10.221680302s)
42832026-02-14T02:22:05.214Z[verify-libraries] Compiling ghash v0.5.1
42842026-02-14T02:22:05.239Z[stamp-clickhouse_server] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_server.tar.gz
42852026-02-14T02:22:05.265ZFeb 14 02:22:04.804 INFO [stamp-clickhouse_server] process exited with exit status: 0 (10.455114448s)
42862026-02-14T02:22:05.368Z[verify-libraries] Compiling ctr v0.9.2
42872026-02-14T02:22:05.452Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
42882026-02-14T02:22:05.483ZFeb 14 02:22:05.031 INFO [stamp-clickhouse] process exited with exit status: 0 (10.683186326s)
42892026-02-14T02:22:05.483ZFeb 14 02:22:05.031 INFO [tuf-stamp] task succeeded (10.686676738s)
42902026-02-14T02:22:05.699Z[verify-libraries] Compiling ssh-encoding v0.2.0
42912026-02-14T02:22:05.744Z[verify-libraries] Compiling sqlparser v0.45.0
42922026-02-14T02:22:05.776Z[verify-libraries] Compiling blowfish v0.9.1
42932026-02-14T02:22:06.024Z[verify-libraries] Compiling aes-gcm v0.10.3
42942026-02-14T02:22:06.300Z[verify-libraries] Compiling bcrypt-pbkdf v0.10.0
42952026-02-14T02:22:06.818Z[verify-libraries] Compiling ssh-cipher v0.2.0
42962026-02-14T02:22:06.847Z[verify-libraries] Compiling password-hash v0.4.2
42972026-02-14T02:22:06.952Z[verify-libraries] Compiling petname v2.0.2
42982026-02-14T02:22:07.129Z[verify-libraries] Compiling p521 v0.13.3
42992026-02-14T02:22:07.869Z[verify-libraries] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
43002026-02-14T02:22:08.818Z[verify-libraries] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
43012026-02-14T02:22:09.178Z[verify-libraries] Compiling rustyline v14.0.0
43022026-02-14T02:22:10.243Z[verify-libraries] Compiling pbkdf2 v0.11.0
43032026-02-14T02:22:10.913Z[verify-libraries] Compiling ssh-key v0.6.6
43042026-02-14T02:22:11.267Z[verify-libraries] Compiling p256 v0.13.2
43052026-02-14T02:22:13.063Z[verify-libraries] Compiling russh-cryptovec v0.7.3
43062026-02-14T02:22:13.407Z[verify-libraries] Compiling md5 v0.7.0
43072026-02-14T02:22:14.006Z[verify-libraries] Compiling russh-keys v0.45.0
43082026-02-14T02:22:14.424Z[verify-libraries] Compiling omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
43092026-02-14T02:22:14.845Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
43102026-02-14T02:22:14.911Z[verify-libraries] Compiling num-bigint v0.4.6
43112026-02-14T02:22:15.508Z[verify-libraries] Compiling des v0.8.1
43122026-02-14T02:22:16.232Z[verify-libraries] Compiling sapling-renderdag v0.1.0
43132026-02-14T02:22:17.361Z[verify-libraries] Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
43142026-02-14T02:22:18.475Z[verify-libraries] Compiling sync-ptr v0.1.4
43152026-02-14T02:22:18.891Z[verify-libraries] Compiling hex-literal v0.4.1
43162026-02-14T02:22:19.190Z[verify-libraries] Compiling russh v0.45.0
43172026-02-14T02:22:20.798Z[verify-libraries] Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
43182026-02-14T02:22:23.354Z[verify-libraries] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
43192026-02-14T02:22:26.661Z[verify-libraries] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
43202026-02-14T02:22:29.218Z[verify-libraries] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
43212026-02-14T02:22:32.658Z[verify-libraries] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
43222026-02-14T02:22:38.594Z[ recovery-image] Feb 14 02:22:38.151 INFO O| Feb 14 02:22:38.151 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
43232026-02-14T02:22:39.487Z[verify-libraries] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
43242026-02-14T02:22:46.322Z[ host-image] Feb 14 02:22:45.879 INFO O| Feb 14 02:22:45.879 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
43252026-02-14T02:22:50.197Z[verify-libraries] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
43262026-02-14T02:22:52.972Z[verify-libraries] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
43272026-02-14T02:22:55.888Z[ recovery-image] Feb 14 02:22:55.445 INFO O| Feb 14 02:22:55.445 INFO O| Startup: Caching catalogs ... Done
43282026-02-14T02:22:56.104Z[ recovery-image] Feb 14 02:22:55.661 INFO O| Feb 14 02:22:55.661 INFO O| Planning: Planning completed in 0.00 seconds
43292026-02-14T02:22:56.128Z[ recovery-image] Feb 14 02:22:55.662 INFO O| Feb 14 02:22:55.662 INFO O| Planning: Consolidating action changes ... Done
43302026-02-14T02:22:56.128Z[ recovery-image] Feb 14 02:22:55.662 INFO O| Feb 14 02:22:55.662 INFO O| Planning: Evaluating mediators ... Done
43312026-02-14T02:22:56.128Z[ recovery-image] Feb 14 02:22:55.662 INFO O| Feb 14 02:22:55.662 INFO O| Planning: Planning completed in 0.00 seconds
43322026-02-14T02:22:56.128Z[ recovery-image] Feb 14 02:22:55.663 INFO O| Feb 14 02:22:55.663 INFO O| Variants/Facets to change: 1
43332026-02-14T02:22:56.152Z[ recovery-image] Feb 14 02:22:55.690 INFO O| Feb 14 02:22:55.690 INFO O| Done
43342026-02-14T02:22:56.152Z[ recovery-image] Feb 14 02:22:55.690 INFO O| Feb 14 02:22:55.690 INFO O| Done
43352026-02-14T02:22:57.937Z[ recovery-image] Feb 14 02:22:57.494 INFO O| Feb 14 02:22:57.494 INFO O| Done
43362026-02-14T02:22:58.063Z[ recovery-image] Feb 14 02:22:57.620 INFO O| Feb 14 02:22:57.620 INFO O| Done
43372026-02-14T02:22:58.088Z[ recovery-image] Feb 14 02:22:57.621 INFO O| Feb 14 02:22:57.621 INFO O| Done
43382026-02-14T02:22:58.088Z[ recovery-image] Feb 14 02:22:57.621 INFO O| Feb 14 02:22:57.621 INFO O| Done
43392026-02-14T02:22:58.088Z[ recovery-image] Feb 14 02:22:57.623 INFO O| Feb 14 02:22:57.623 INFO O| Done
43402026-02-14T02:22:59.992Z[ recovery-image] Feb 14 02:22:59.549 INFO O| Feb 14 02:22:59.549 INFO STEP 6 (pkg_change_variant) COMPLETE
43412026-02-14T02:22:59.992Z[ recovery-image] Feb 14 02:22:59.549 INFO O| Feb 14 02:22:59.549 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43422026-02-14T02:23:00.017Z[ recovery-image] Feb 14 02:22:59.549 INFO O| Feb 14 02:22:59.549 INFO skip step because feature "debug_variant" is not enabled
43432026-02-14T02:23:00.017Z[ recovery-image] Feb 14 02:22:59.549 INFO O| Feb 14 02:22:59.549 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43442026-02-14T02:23:00.645Z[ recovery-image] Feb 14 02:23:00.202 INFO O| Feb 14 02:23:00.202 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "openssl.10=false"]
43452026-02-14T02:23:01.506Z[verify-libraries] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
43462026-02-14T02:23:02.564Z[verify-libraries] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
43472026-02-14T02:23:03.523Z[ host-image] Feb 14 02:23:03.080 INFO O| Feb 14 02:23:03.080 INFO O| Startup: Caching catalogs ... Done
43482026-02-14T02:23:03.652Z[ host-image] Feb 14 02:23:03.208 INFO O| Feb 14 02:23:03.208 INFO O| Planning: Planning completed in 0.00 seconds
43492026-02-14T02:23:03.677Z[ host-image] Feb 14 02:23:03.209 INFO O| Feb 14 02:23:03.209 INFO O| Planning: Consolidating action changes ... Done
43502026-02-14T02:23:03.677Z[ host-image] Feb 14 02:23:03.209 INFO O| Feb 14 02:23:03.209 INFO O| Planning: Evaluating mediators ... Done
43512026-02-14T02:23:03.677Z[ host-image] Feb 14 02:23:03.209 INFO O| Feb 14 02:23:03.209 INFO O| Planning: Planning completed in 0.00 seconds
43522026-02-14T02:23:03.677Z[ host-image] Feb 14 02:23:03.210 INFO O| Feb 14 02:23:03.210 INFO O| Variants/Facets to change: 1
43532026-02-14T02:23:03.757Z[ host-image] Feb 14 02:23:03.314 INFO O| Feb 14 02:23:03.314 INFO O| Done
43542026-02-14T02:23:03.757Z[ host-image] Feb 14 02:23:03.314 INFO O| Feb 14 02:23:03.314 INFO O| Done
43552026-02-14T02:23:05.322Z[ host-image] Feb 14 02:23:04.879 INFO O| Feb 14 02:23:04.879 INFO O| Done
43562026-02-14T02:23:05.522Z[ host-image] Feb 14 02:23:05.079 INFO O| Feb 14 02:23:05.079 INFO O| Done
43572026-02-14T02:23:05.548Z[ host-image] Feb 14 02:23:05.081 INFO O| Feb 14 02:23:05.081 INFO O| Done
43582026-02-14T02:23:05.548Z[ host-image] Feb 14 02:23:05.081 INFO O| Feb 14 02:23:05.081 INFO O| Done
43592026-02-14T02:23:05.548Z[ host-image] Feb 14 02:23:05.083 INFO O| Feb 14 02:23:05.083 INFO O| Done
43602026-02-14T02:23:07.833Z[ host-image] Feb 14 02:23:07.388 INFO O| Feb 14 02:23:07.388 INFO STEP 8 (pkg_change_facet) COMPLETE
43612026-02-14T02:23:07.833Z[ host-image] Feb 14 02:23:07.388 INFO O| Feb 14 02:23:07.388 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43622026-02-14T02:23:07.833Z[ host-image] Feb 14 02:23:07.388 INFO O| Feb 14 02:23:07.388 INFO skip step because feature "recovery" is not enabled
43632026-02-14T02:23:07.833Z[ host-image] Feb 14 02:23:07.388 INFO O| Feb 14 02:23:07.388 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43642026-02-14T02:23:07.858Z[ host-image] Feb 14 02:23:07.388 INFO O| Feb 14 02:23:07.388 INFO skip step because feature "recovery" is not enabled
43652026-02-14T02:23:07.858Z[ host-image] Feb 14 02:23:07.388 INFO O| Feb 14 02:23:07.388 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43662026-02-14T02:23:07.859Z[ host-image] Feb 14 02:23:07.409 INFO O| Feb 14 02:23:07.409 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"]
43672026-02-14T02:23:09.868Z[verify-libraries] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
43682026-02-14T02:23:14.299Z[verify-libraries] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
43692026-02-14T02:23:15.644Z[verify-libraries] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
43702026-02-14T02:23:18.136Z[verify-libraries] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
43712026-02-14T02:23:23.062Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43722026-02-14T02:23:24.476Z[verify-libraries] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
43732026-02-14T02:23:25.906Z[verify-libraries] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
43742026-02-14T02:23:27.980Z[verify-libraries] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
43752026-02-14T02:23:34.398Z[verify-libraries] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
43762026-02-14T02:23:35.116Z[verify-libraries] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
43772026-02-14T02:23:40.204Z[ recovery-image] Feb 14 02:23:39.762 INFO O| Feb 14 02:23:39.762 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
43782026-02-14T02:23:43.245Z[verify-libraries] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
43792026-02-14T02:23:49.985Z[verify-libraries] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
43802026-02-14T02:23:50.094Z[ host-image] Feb 14 02:23:49.651 INFO O| Feb 14 02:23:49.651 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
43812026-02-14T02:23:53.726Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
43822026-02-14T02:23:56.990Z[verify-libraries] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
43832026-02-14T02:23:57.532Z[ recovery-image] Feb 14 02:23:57.088 INFO O| Feb 14 02:23:57.088 INFO O| Startup: Caching catalogs ... Done
43842026-02-14T02:23:57.657Z[ recovery-image] Feb 14 02:23:57.214 INFO O| Feb 14 02:23:57.214 INFO O| Planning: Planning completed in 0.00 seconds
43852026-02-14T02:23:57.682Z[ recovery-image] Feb 14 02:23:57.215 INFO O| Feb 14 02:23:57.215 INFO O| Planning: Consolidating action changes ... Done
43862026-02-14T02:23:57.682Z[ recovery-image] Feb 14 02:23:57.215 INFO O| Feb 14 02:23:57.215 INFO O| Planning: Evaluating mediators ... Done
43872026-02-14T02:23:57.682Z[ recovery-image] Feb 14 02:23:57.216 INFO O| Feb 14 02:23:57.216 INFO O| Planning: Planning completed in 0.00 seconds
43882026-02-14T02:23:57.682Z[ recovery-image] Feb 14 02:23:57.216 INFO O| Feb 14 02:23:57.216 INFO O| Variants/Facets to change: 1
43892026-02-14T02:23:57.707Z[ recovery-image] Feb 14 02:23:57.253 INFO O| Feb 14 02:23:57.252 INFO O| Done
43902026-02-14T02:23:57.707Z[ recovery-image] Feb 14 02:23:57.253 INFO O| Feb 14 02:23:57.253 INFO O| Done
43912026-02-14T02:23:59.385Z[ recovery-image] Feb 14 02:23:58.942 INFO O| Feb 14 02:23:58.942 INFO O| Done
43922026-02-14T02:23:59.547Z[ recovery-image] Feb 14 02:23:59.104 INFO O| Feb 14 02:23:59.104 INFO O| Done
43932026-02-14T02:23:59.572Z[ recovery-image] Feb 14 02:23:59.105 INFO O| Feb 14 02:23:59.105 INFO O| Done
43942026-02-14T02:23:59.572Z[ recovery-image] Feb 14 02:23:59.105 INFO O| Feb 14 02:23:59.105 INFO O| Done
43952026-02-14T02:23:59.572Z[ recovery-image] Feb 14 02:23:59.107 INFO O| Feb 14 02:23:59.107 INFO O| Done
43962026-02-14T02:24:01.523Z[ recovery-image] Feb 14 02:24:01.081 INFO O| Feb 14 02:24:01.081 INFO STEP 8 (pkg_change_facet) COMPLETE
43972026-02-14T02:24:01.524Z[ recovery-image] Feb 14 02:24:01.081 INFO O| Feb 14 02:24:01.081 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43982026-02-14T02:24:02.017Z[ recovery-image] Feb 14 02:24:01.574 INFO O| Feb 14 02:24:01.574 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc=false"]
43992026-02-14T02:24:06.087Z[ host-image] Feb 14 02:24:05.645 INFO O| Feb 14 02:24:05.644 INFO O| Startup: Caching catalogs ... Done
44002026-02-14T02:24:06.373Z[verify-libraries] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
44012026-02-14T02:24:10.427Z[verify-libraries] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
44022026-02-14T02:24:11.164Z[verify-libraries] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
44032026-02-14T02:24:35.230Z[verify-libraries] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
44042026-02-14T02:24:43.438Z[ recovery-image] Feb 14 02:24:42.996 INFO O| Feb 14 02:24:42.996 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
44052026-02-14T02:24:56.699Z[verify-libraries] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
44062026-02-14T02:24:59.256Z[verify-libraries] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
44072026-02-14T02:24:59.927Z[ recovery-image] Feb 14 02:24:59.485 INFO O| Feb 14 02:24:59.485 INFO O| Startup: Caching catalogs ... Done
44082026-02-14T02:25:00.054Z[ recovery-image] Feb 14 02:24:59.612 INFO O| Feb 14 02:24:59.612 INFO O| Planning: Planning completed in 0.00 seconds
44092026-02-14T02:25:00.078Z[ recovery-image] Feb 14 02:24:59.613 INFO O| Feb 14 02:24:59.613 INFO O| Planning: Consolidating action changes ... Done
44102026-02-14T02:25:00.078Z[ recovery-image] Feb 14 02:24:59.613 INFO O| Feb 14 02:24:59.613 INFO O| Planning: Evaluating mediators ... Done
44112026-02-14T02:25:00.078Z[ recovery-image] Feb 14 02:24:59.613 INFO O| Feb 14 02:24:59.613 INFO O| Planning: Planning completed in 0.00 seconds
44122026-02-14T02:25:00.078Z[ recovery-image] Feb 14 02:24:59.614 INFO O| Feb 14 02:24:59.614 INFO O| Variants/Facets to change: 1
44132026-02-14T02:25:00.102Z[ recovery-image] Feb 14 02:24:59.647 INFO O| Feb 14 02:24:59.647 INFO O| Done
44142026-02-14T02:25:00.102Z[ recovery-image] Feb 14 02:24:59.647 INFO O| Feb 14 02:24:59.647 INFO O| Done
44152026-02-14T02:25:01.970Z[ recovery-image] Feb 14 02:25:01.529 INFO O| Feb 14 02:25:01.528 INFO O| Done
44162026-02-14T02:25:02.127Z[ recovery-image] Feb 14 02:25:01.685 INFO O| Feb 14 02:25:01.685 INFO O| Done
44172026-02-14T02:25:02.151Z[ recovery-image] Feb 14 02:25:01.686 INFO O| Feb 14 02:25:01.686 INFO O| Done
44182026-02-14T02:25:02.151Z[ recovery-image] Feb 14 02:25:01.686 INFO O| Feb 14 02:25:01.686 INFO O| Done
44192026-02-14T02:25:02.151Z[ recovery-image] Feb 14 02:25:01.688 INFO O| Feb 14 02:25:01.688 INFO O| Done
44202026-02-14T02:25:03.965Z[ recovery-image] Feb 14 02:25:03.523 INFO O| Feb 14 02:25:03.523 INFO STEP 9 (pkg_change_facet) COMPLETE
44212026-02-14T02:25:03.965Z[ recovery-image] Feb 14 02:25:03.523 INFO O| Feb 14 02:25:03.523 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44222026-02-14T02:25:04.479Z[ recovery-image] Feb 14 02:25:04.037 INFO O| Feb 14 02:25:04.037 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc.man=false"]
44232026-02-14T02:25:05.507Z[verify-libraries] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
44242026-02-14T02:25:21.582Z[verify-libraries] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
44252026-02-14T02:25:22.249Z[verify-libraries] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
44262026-02-14T02:25:23.212Z[verify-libraries] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
44272026-02-14T02:25:28.243Z[verify-libraries] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
44282026-02-14T02:25:38.664Z[verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
44292026-02-14T02:25:46.455Z[verify-libraries] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
44302026-02-14T02:25:50.280Z[verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
44312026-02-14T02:25:53.961Z[ recovery-image] Feb 14 02:25:53.520 INFO O| Feb 14 02:25:53.520 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
44322026-02-14T02:26:11.501Z[ recovery-image] Feb 14 02:26:11.060 INFO O| Feb 14 02:26:11.060 INFO O| Startup: Caching catalogs ... Done
44332026-02-14T02:26:11.642Z[ recovery-image] Feb 14 02:26:11.201 INFO O| Feb 14 02:26:11.200 INFO O| Planning: Planning completed in 0.00 seconds
44342026-02-14T02:26:11.666Z[ recovery-image] Feb 14 02:26:11.201 INFO O| Feb 14 02:26:11.201 INFO O| Planning: Consolidating action changes ... Done
44352026-02-14T02:26:11.666Z[ recovery-image] Feb 14 02:26:11.201 INFO O| Feb 14 02:26:11.201 INFO O| Planning: Evaluating mediators ... Done
44362026-02-14T02:26:11.666Z[ recovery-image] Feb 14 02:26:11.202 INFO O| Feb 14 02:26:11.202 INFO O| Planning: Planning completed in 0.00 seconds
44372026-02-14T02:26:11.666Z[ recovery-image] Feb 14 02:26:11.202 INFO O| Feb 14 02:26:11.202 INFO O| Variants/Facets to change: 1
44382026-02-14T02:26:11.690Z[ recovery-image] Feb 14 02:26:11.245 INFO O| Feb 14 02:26:11.244 INFO O| Done
44392026-02-14T02:26:11.690Z[ recovery-image] Feb 14 02:26:11.245 INFO O| Feb 14 02:26:11.245 INFO O| Done
44402026-02-14T02:26:13.379Z[ recovery-image] Feb 14 02:26:12.938 INFO O| Feb 14 02:26:12.938 INFO O| Done
44412026-02-14T02:26:13.495Z[ recovery-image] Feb 14 02:26:13.054 INFO O| Feb 14 02:26:13.054 INFO O| Done
44422026-02-14T02:26:13.519Z[ recovery-image] Feb 14 02:26:13.055 INFO O| Feb 14 02:26:13.055 INFO O| Done
44432026-02-14T02:26:13.519Z[ recovery-image] Feb 14 02:26:13.055 INFO O| Feb 14 02:26:13.055 INFO O| Done
44442026-02-14T02:26:13.519Z[ recovery-image] Feb 14 02:26:13.057 INFO O| Feb 14 02:26:13.057 INFO O| Done
44452026-02-14T02:26:14.997Z[verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
44462026-02-14T02:26:15.245Z[ recovery-image] Feb 14 02:26:14.804 INFO O| Feb 14 02:26:14.804 INFO STEP 10 (pkg_change_facet) COMPLETE
44472026-02-14T02:26:15.245Z[ recovery-image] Feb 14 02:26:14.804 INFO O| Feb 14 02:26:14.804 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44482026-02-14T02:26:16.295Z[ recovery-image] Feb 14 02:26:14.819 INFO O| Feb 14 02:26:14.819 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"]
44492026-02-14T02:26:19.844Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
44502026-02-14T02:26:20.642Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
44512026-02-14T02:26:21.220Z[verify-libraries] Compiling internet-checksum v0.2.1
44522026-02-14T02:26:21.670Z[verify-libraries] Compiling omicron-zone-package v0.12.2
44532026-02-14T02:26:48.490Z[ host-image] Feb 14 02:26:48.049 INFO O| Feb 14 02:26:48.049 INFO O| Planning: Solver setup ... Done
44542026-02-14T02:26:50.194Z[verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
44552026-02-14T02:27:06.452Z[ recovery-image] Feb 14 02:27:06.001 INFO O| Feb 14 02:27:05.001 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
44562026-02-14T02:27:25.034Z[ recovery-image] Feb 14 02:27:24.593 INFO O| Feb 14 02:27:24.593 INFO O| Startup: Caching catalogs ... Done
44572026-02-14T02:27:53.959Z[verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
44582026-02-14T02:28:03.698Z[verify-libraries] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
44592026-02-14T02:28:05.008Z[verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
44602026-02-14T02:28:14.351Z[verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
44612026-02-14T02:28:25.485Z[verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
44622026-02-14T02:28:31.618Z[verify-libraries] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
44632026-02-14T02:28:47.187Z[verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
44642026-02-14T02:28:58.084Z[verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44652026-02-14T02:29:33.528Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
44662026-02-14T02:29:33.888Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
44672026-02-14T02:29:36.282Z[verify-libraries] Compiling yansi v1.0.1
44682026-02-14T02:29:37.747Z[verify-libraries] Compiling diff v0.1.13
44692026-02-14T02:29:39.309Z[verify-libraries] Compiling pretty_assertions v1.4.1
44702026-02-14T02:29:40.459Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
44712026-02-14T02:29:46.291Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
44722026-02-14T02:29:46.969Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
44732026-02-14T02:29:47.559Z[verify-libraries] Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
44742026-02-14T02:29:48.135Z[verify-libraries] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
44752026-02-14T02:29:56.767Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
44762026-02-14T02:29:57.199Z[verify-libraries] Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
44772026-02-14T02:29:57.853Z[verify-libraries] Compiling drift v0.1.3
44782026-02-14T02:30:04.039Z[verify-libraries] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
44792026-02-14T02:30:04.494Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
44802026-02-14T02:30:06.891Z[verify-libraries] Compiling dropshot-api-manager v0.2.4
44812026-02-14T02:30:17.957Z[ recovery-image] Feb 14 02:30:17.518 INFO O| Feb 14 02:30:17.518 INFO O| Planning: Solver setup ... Done
44822026-02-14T02:30:40.176Z[verify-libraries] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
44832026-02-14T02:31:00.319Z[verify-libraries] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
44842026-02-14T02:31:06.416Z[verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
44852026-02-14T02:31:07.137Z[verify-libraries] Compiling trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
44862026-02-14T02:31:13.806Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
44872026-02-14T02:31:19.667Z[verify-libraries] Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
44882026-02-14T02:31:23.641Z[verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
44892026-02-14T02:31:33.261Z[verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
44902026-02-14T02:31:34.229Z[verify-libraries] Compiling openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
44912026-02-14T02:31:37.986Z[verify-libraries] Compiling termios v0.3.3
44922026-02-14T02:31:38.434Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
44932026-02-14T02:31:39.716Z[verify-libraries] Compiling tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
44942026-02-14T02:31:41.209Z[verify-libraries] Compiling omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
44952026-02-14T02:31:57.624Z[verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
44962026-02-14T02:32:12.906Z[verify-libraries] Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
44972026-02-14T02:32:20.378Z[verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
44982026-02-14T02:34:40.932Z[ host-image] Feb 14 02:34:40.495 INFO O| Feb 14 02:34:40.495 INFO O| Planning: Running solver ... Done
44992026-02-14T02:35:14.848Z[ host-image] Feb 14 02:35:14.412 INFO O| Feb 14 02:35:14.411 INFO O| Planning: Finding local manifests ... Done
45002026-02-14T02:35:16.092Z[ host-image] Feb 14 02:35:15.656 INFO O| Feb 14 02:35:15.656 INFO O| Planning: Fetching manifests: 0/126 0% complete
45012026-02-14T02:35:20.823Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
45022026-02-14T02:35:21.103Z[ host-image] Feb 14 02:35:20.667 INFO O| Feb 14 02:35:20.667 INFO O| Planning: Fetching manifests: 55/126 43% complete
45032026-02-14T02:35:26.105Z[ host-image] Feb 14 02:35:25.668 INFO O| Feb 14 02:35:25.668 INFO O| Planning: Fetching manifests: 114/126 90% complete
45042026-02-14T02:35:27.297Z[ host-image] Feb 14 02:35:26.862 INFO O| Feb 14 02:35:26.861 INFO O| Planning: Fetching manifests: 126/126 100% complete
45052026-02-14T02:35:30.226Z[ host-image] Feb 14 02:35:29.790 INFO O| Feb 14 02:35:29.790 INFO O| Planning: Package planning ... Done
45062026-02-14T02:35:32.055Z[ host-image] Feb 14 02:35:31.619 INFO O| Feb 14 02:35:31.619 INFO O| Planning: Merging actions ... Done
45072026-02-14T02:35:51.524Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
45082026-02-14T02:36:42.446Z[verify-libraries] Compiling reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
45092026-02-14T02:36:56.564Z[verify-libraries] Compiling omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
45102026-02-14T02:37:00.740Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
45112026-02-14T02:37:00.810Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
45122026-02-14T02:37:05.193Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
45132026-02-14T02:37:11.026Z[ host-image] Feb 14 02:37:10.591 INFO O| Feb 14 02:37:10.591 INFO O| Planning: Checking for conflicting actions ... Done
45142026-02-14T02:37:11.258Z[ host-image] Feb 14 02:37:10.823 INFO O| Feb 14 02:37:10.823 INFO O| Planning: Consolidating action changes ... Done
45152026-02-14T02:37:13.635Z[ host-image] Feb 14 02:37:13.174 INFO O| Feb 14 02:37:13.174 INFO O| Planning: Evaluating mediators ... Done
45162026-02-14T02:37:17.484Z[ host-image] Feb 14 02:37:17.049 INFO O| Feb 14 02:37:17.049 INFO O| Planning: Planning completed in 791.29 seconds
45172026-02-14T02:37:17.529Z[ host-image] Feb 14 02:37:17.095 INFO O| Feb 14 02:37:17.075 INFO O| Packages to install: 126
45182026-02-14T02:37:17.554Z[ host-image] Feb 14 02:37:17.095 INFO O| Feb 14 02:37:17.095 INFO O| Mediators to change: 5
45192026-02-14T02:37:17.554Z[ host-image] Feb 14 02:37:17.095 INFO O| Feb 14 02:37:17.095 INFO O| Services to change: 6
45202026-02-14T02:37:17.640Z[ host-image] Feb 14 02:37:17.205 INFO O| Feb 14 02:37:17.205 INFO O| Download: 0/22925 items 0.0/209.3MB 0% complete
45212026-02-14T02:37:22.661Z[ host-image] Feb 14 02:37:22.226 INFO O| Feb 14 02:37:22.226 INFO O| Download: 1176/22925 items 6.8/209.3MB 3% complete (1.4M/s)
45222026-02-14T02:37:27.667Z[ host-image] Feb 14 02:37:27.232 INFO O| Feb 14 02:37:27.232 INFO O| Download: 1802/22925 items 14.6/209.3MB 6% complete (1.4M/s)
45232026-02-14T02:37:32.667Z[ host-image] Feb 14 02:37:32.232 INFO O| Feb 14 02:37:32.232 INFO O| Download: 2419/22925 items 28.1/209.3MB 13% complete (2.1M/s)
45242026-02-14T02:37:37.667Z[ host-image] Feb 14 02:37:37.232 INFO O| Feb 14 02:37:37.232 INFO O| Download: 3650/22925 items 37.5/209.3MB 17% complete (2.3M/s)
45252026-02-14T02:37:38.492Z[ recovery-image] Feb 14 02:37:38.057 INFO O| Feb 14 02:37:38.057 INFO O| Planning: Running solver ... Done
45262026-02-14T02:37:39.932Z[ recovery-image] Feb 14 02:37:39.497 INFO O| Feb 14 02:37:39.497 INFO O| Planning: Finding local manifests ... Done
45272026-02-14T02:37:40.166Z[ recovery-image] Feb 14 02:37:39.731 INFO O| Feb 14 02:37:39.731 INFO O| Planning: Fetching manifests: 0/126 0% complete
45282026-02-14T02:37:42.779Z[ host-image] Feb 14 02:37:42.344 INFO O| Feb 14 02:37:42.344 INFO O| Download: 4716/22925 items 43.4/209.3MB 20% complete (1.6M/s)
45292026-02-14T02:37:45.175Z[ recovery-image] Feb 14 02:37:44.740 INFO O| Feb 14 02:37:44.740 INFO O| Planning: Fetching manifests: 90/126 71% complete
45302026-02-14T02:37:47.160Z[ recovery-image] Feb 14 02:37:46.725 INFO O| Feb 14 02:37:46.725 INFO O| Planning: Fetching manifests: 126/126 100% complete
45312026-02-14T02:37:47.788Z[ host-image] Feb 14 02:37:47.353 INFO O| Feb 14 02:37:47.353 INFO O| Download: 5825/22925 items 46.7/209.3MB 22% complete (1.0M/s)
45322026-02-14T02:37:47.856Z[ recovery-image] Feb 14 02:37:47.421 INFO O| Feb 14 02:37:47.421 INFO O| Planning: Package planning ... Done
45332026-02-14T02:37:48.401Z[ recovery-image] Feb 14 02:37:47.966 INFO O| Feb 14 02:37:47.966 INFO O| Planning: Merging actions ... Done
45342026-02-14T02:37:48.530Z[ recovery-image] Feb 14 02:37:48.096 INFO O| Feb 14 02:37:48.096 INFO O| Planning: Checking for conflicting actions ... Done
45352026-02-14T02:37:48.635Z[ recovery-image] Feb 14 02:37:48.192 INFO O| Feb 14 02:37:48.192 INFO O| Planning: Consolidating action changes ... Done
45362026-02-14T02:37:49.002Z[ recovery-image] Feb 14 02:37:48.567 INFO O| Feb 14 02:37:48.567 INFO O| Planning: Evaluating mediators ... Done
45372026-02-14T02:37:52.788Z[ recovery-image] Feb 14 02:37:52.353 INFO O| Feb 14 02:37:52.353 INFO O| Planning: Planning completed in 627.53 seconds
45382026-02-14T02:37:52.812Z[ recovery-image] Feb 14 02:37:52.357 INFO O| Feb 14 02:37:52.357 INFO O| Packages to install: 126
45392026-02-14T02:37:52.813Z[ recovery-image] Feb 14 02:37:52.357 INFO O| Feb 14 02:37:52.357 INFO O| Mediators to change: 5
45402026-02-14T02:37:52.813Z[ recovery-image] Feb 14 02:37:52.357 INFO O| Feb 14 02:37:52.357 INFO O| Services to change: 5
45412026-02-14T02:37:52.837Z[ host-image] Feb 14 02:37:52.384 INFO O| Feb 14 02:37:52.384 INFO O| Download: 6938/22925 items 49.4/209.3MB 23% complete (622k/s)
45422026-02-14T02:37:52.862Z[ recovery-image] Feb 14 02:37:52.418 INFO O| Feb 14 02:37:52.418 INFO O| Download: 0/15969 items 0.0/185.9MB 0% complete
45432026-02-14T02:37:57.836Z[ host-image] Feb 14 02:37:57.402 INFO O| Feb 14 02:37:57.402 INFO O| Download: 7902/22925 items 59.5/209.3MB 28% complete (1.3M/s)
45442026-02-14T02:37:58.193Z[ recovery-image] Feb 14 02:37:57.758 INFO O| Feb 14 02:37:57.758 INFO O| Download: 1058/15969 items 8.0/185.9MB 4% complete (1.7M/s)
45452026-02-14T02:38:02.839Z[ host-image] Feb 14 02:38:02.404 INFO O| Feb 14 02:38:02.404 INFO O| Download: 8493/22925 items 72.9/209.3MB 34% complete (2.3M/s)
45462026-02-14T02:38:03.415Z[ recovery-image] Feb 14 02:38:02.981 INFO O| Feb 14 02:38:02.980 INFO O| Download: 1528/15969 items 22.1/185.9MB 11% complete (2.2M/s)
45472026-02-14T02:38:07.861Z[ host-image] Feb 14 02:38:07.426 INFO O| Feb 14 02:38:07.426 INFO O| Download: 9552/22925 items 86.1/209.3MB 41% complete (2.6M/s)
45482026-02-14T02:38:08.434Z[ recovery-image] Feb 14 02:38:07.999 INFO O| Feb 14 02:38:07.999 INFO O| Download: 2222/15969 items 31.4/185.9MB 16% complete (2.3M/s)
45492026-02-14T02:38:12.861Z[ host-image] Feb 14 02:38:12.427 INFO O| Feb 14 02:38:12.427 INFO O| Download: 10586/22925 items 92.0/209.3MB 43% complete (1.9M/s)
45502026-02-14T02:38:13.440Z[ recovery-image] Feb 14 02:38:13.005 INFO O| Feb 14 02:38:13.005 INFO O| Download: 3385/15969 items 38.3/185.9MB 20% complete (1.6M/s)
45512026-02-14T02:38:17.861Z[ host-image] Feb 14 02:38:17.427 INFO O| Feb 14 02:38:17.427 INFO O| Download: 11345/22925 items 97.8/209.3MB 46% complete (1.2M/s)
45522026-02-14T02:38:18.467Z[ recovery-image] Feb 14 02:38:18.033 INFO O| Feb 14 02:38:18.032 INFO O| Download: 4147/15969 items 43.0/185.9MB 23% complete (1.2M/s)
45532026-02-14T02:38:23.482Z[ recovery-image] Feb 14 02:38:23.048 INFO O| Feb 14 02:38:23.048 INFO O| Download: 5270/15969 items 43.6/185.9MB 23% complete (551k/s)
45542026-02-14T02:38:23.553Z[ host-image] Feb 14 02:38:23.118 INFO O| Feb 14 02:38:23.118 INFO O| Download: 12190/22925 items 104.5/209.3MB 49% complete (1.2M/s)
45552026-02-14T02:38:28.510Z[ recovery-image] Feb 14 02:38:28.050 INFO O| Feb 14 02:38:28.050 INFO O| Download: 5986/15969 items 53.4/185.9MB 28% complete (1.0M/s)
45562026-02-14T02:38:28.555Z[ host-image] Feb 14 02:38:28.120 INFO O| Feb 14 02:38:28.120 INFO O| Download: 13240/22925 items 113.4/209.3MB 54% complete (1.4M/s)
45572026-02-14T02:38:33.489Z[ recovery-image] Feb 14 02:38:33.054 INFO O| Feb 14 02:38:33.054 INFO O| Download: 6482/15969 items 66.6/185.9MB 35% complete (2.2M/s)
45582026-02-14T02:38:33.895Z[ host-image] Feb 14 02:38:33.461 INFO O| Feb 14 02:38:33.461 INFO O| Download: 14342/22925 items 114.3/209.3MB 54% complete (1013k/s)
45592026-02-14T02:38:38.506Z[ recovery-image] Feb 14 02:38:38.072 INFO O| Feb 14 02:38:38.072 INFO O| Download: 7620/15969 items 77.0/185.9MB 41% complete (2.3M/s)
45602026-02-14T02:38:38.897Z[ host-image] Feb 14 02:38:38.463 INFO O| Feb 14 02:38:38.463 INFO O| Download: 15118/22925 items 123.2/209.3MB 58% complete (992k/s)
45612026-02-14T02:38:43.515Z[ recovery-image] Feb 14 02:38:43.081 INFO O| Feb 14 02:38:43.081 INFO O| Download: 8052/15969 items 82.0/185.9MB 44% complete (1.5M/s)
45622026-02-14T02:38:43.934Z[ host-image] Feb 14 02:38:43.500 INFO O| Feb 14 02:38:43.500 INFO O| Download: 16014/22925 items 134.1/209.3MB 64% complete (2.0M/s)
45632026-02-14T02:38:48.796Z[ recovery-image] Feb 14 02:38:48.362 INFO O| Feb 14 02:38:48.362 INFO O| Download: 8757/15969 items 86.7/185.9MB 46% complete (887k/s)
45642026-02-14T02:38:48.958Z[ host-image] Feb 14 02:38:48.524 INFO O| Feb 14 02:38:48.523 INFO O| Download: 17051/22925 items 146.5/209.3MB 70% complete (2.3M/s)
45652026-02-14T02:38:53.803Z[ recovery-image] Feb 14 02:38:53.369 INFO O| Feb 14 02:38:53.369 INFO O| Download: 9458/15969 items 96.4/185.9MB 51% complete (1.4M/s)
45662026-02-14T02:38:53.960Z[ host-image] Feb 14 02:38:53.526 INFO O| Feb 14 02:38:53.526 INFO O| Download: 18018/22925 items 162.8/209.3MB 77% complete (2.7M/s)
45672026-02-14T02:38:58.820Z[ recovery-image] Feb 14 02:38:58.386 INFO O| Feb 14 02:38:58.386 INFO O| Download: 10624/15969 items 96.9/185.9MB 52% complete (1.1M/s)
45682026-02-14T02:38:58.966Z[ host-image] Feb 14 02:38:58.532 INFO O| Feb 14 02:38:58.532 INFO O| Download: 19086/22925 items 169.6/209.3MB 81% complete (2.3M/s)
45692026-02-14T02:39:03.820Z[ recovery-image] Feb 14 02:39:03.386 INFO O| Feb 14 02:39:03.386 INFO O| Download: 11277/15969 items 105.4/185.9MB 56% complete (905k/s)
45702026-02-14T02:39:03.967Z[ host-image] Feb 14 02:39:03.533 INFO O| Feb 14 02:39:03.533 INFO O| Download: 20483/22925 items 175.2/209.3MB 83% complete (1.3M/s)
45712026-02-14T02:39:09.371Z[ host-image] Feb 14 02:39:08.937 INFO O| Feb 14 02:39:08.936 INFO O| Download: 21024/22925 items 182.6/209.3MB 87% complete (1.4M/s)
45722026-02-14T02:39:09.395Z[ recovery-image] Feb 14 02:39:08.950 INFO O| Feb 14 02:39:08.950 INFO O| Download: 12000/15969 items 132.2/185.9MB 71% complete (3.5M/s)
45732026-02-14T02:39:14.370Z[ host-image] Feb 14 02:39:13.937 INFO O| Feb 14 02:39:13.936 INFO O| Download: 21757/22925 items 187.5/209.3MB 89% complete (1.1M/s)
45742026-02-14T02:39:14.395Z[ recovery-image] Feb 14 02:39:13.955 INFO O| Feb 14 02:39:13.955 INFO O| Download: 12652/15969 items 146.0/185.9MB 78% complete (3.6M/s)
45752026-02-14T02:39:19.390Z[ recovery-image] Feb 14 02:39:18.956 INFO O| Feb 14 02:39:18.956 INFO O| Download: 14662/15969 items 154.1/185.9MB 82% complete (2.2M/s)
45762026-02-14T02:39:19.664Z[ host-image] Feb 14 02:39:19.230 INFO O| Feb 14 02:39:19.230 INFO O| Download: 22190/22925 items 203.5/209.3MB 97% complete (2.1M/s)
45772026-02-14T02:39:21.891Z[ host-image] Feb 14 02:39:21.457 INFO O| Feb 14 02:39:21.457 INFO O| Download: Completed 209.26 MB in 124.25 seconds (1.7M/s)
45782026-02-14T02:39:22.772Z[ host-image] Feb 14 02:39:22.339 INFO O| Feb 14 02:39:22.339 INFO O| Actions: 1/50885 actions (Installing new actions)
45792026-02-14T02:39:24.398Z[ recovery-image] Feb 14 02:39:23.964 INFO O| Feb 14 02:39:23.964 INFO O| Download: 15555/15969 items 177.1/185.9MB 95% complete (3.1M/s)
45802026-02-14T02:39:27.772Z[ host-image] Feb 14 02:39:27.339 INFO O| Feb 14 02:39:27.339 INFO O| Actions: 12564/50885 actions (Installing new actions)
45812026-02-14T02:39:29.016Z[ recovery-image] Feb 14 02:39:28.583 INFO O| Feb 14 02:39:28.583 INFO O| Download: Completed 185.88 MB in 96.16 seconds (1.9M/s)
45822026-02-14T02:39:29.645Z[ recovery-image] Feb 14 02:39:29.211 INFO O| Feb 14 02:39:29.211 INFO O| Actions: 1/26357 actions (Installing new actions)
45832026-02-14T02:39:32.773Z[ host-image] Feb 14 02:39:32.339 INFO O| Feb 14 02:39:32.339 INFO O| Actions: 20164/50885 actions (Installing new actions)
45842026-02-14T02:39:34.655Z[ recovery-image] Feb 14 02:39:34.221 INFO O| Feb 14 02:39:34.221 INFO O| Actions: 10659/26357 actions (Installing new actions)
45852026-02-14T02:39:37.774Z[ host-image] Feb 14 02:39:37.340 INFO O| Feb 14 02:39:37.340 INFO O| Actions: 27068/50885 actions (Installing new actions)
45862026-02-14T02:39:39.656Z[ recovery-image] Feb 14 02:39:39.222 INFO O| Feb 14 02:39:39.222 INFO O| Actions: 17534/26357 actions (Installing new actions)
45872026-02-14T02:39:42.695Z[ host-image] Feb 14 02:39:42.262 INFO O| Feb 14 02:39:42.262 INFO O| Actions: Completed 50885 actions in 19.92 seconds.
45882026-02-14T02:39:43.998Z[ host-image] Feb 14 02:39:43.564 INFO O| Feb 14 02:39:43.563 INFO O| Done
45892026-02-14T02:39:43.998Z[ host-image] Feb 14 02:39:43.564 INFO O| Feb 14 02:39:43.563 INFO O| Done
45902026-02-14T02:39:44.658Z[ recovery-image] Feb 14 02:39:44.225 INFO O| Feb 14 02:39:44.224 INFO O| Actions: 25928/26357 actions (Installing new actions)
45912026-02-14T02:39:45.043Z[ recovery-image] Feb 14 02:39:44.610 INFO O| Feb 14 02:39:44.610 INFO O| Actions: Completed 26357 actions in 15.40 seconds.
45922026-02-14T02:39:46.045Z[ host-image] Feb 14 02:39:45.611 INFO O| Feb 14 02:39:45.611 INFO O| Done
45932026-02-14T02:39:46.486Z[ recovery-image] Feb 14 02:39:46.052 INFO O| Feb 14 02:39:46.051 INFO O| Done
45942026-02-14T02:39:46.486Z[ recovery-image] Feb 14 02:39:46.052 INFO O| Feb 14 02:39:46.051 INFO O| Done
45952026-02-14T02:39:48.659Z[ recovery-image] Feb 14 02:39:48.226 INFO O| Feb 14 02:39:48.225 INFO O| Done
45962026-02-14T02:39:49.079Z[ host-image] Feb 14 02:39:48.645 INFO O| Feb 14 02:39:48.645 INFO O| Done
45972026-02-14T02:39:49.122Z[ host-image] Feb 14 02:39:48.689 INFO O| Feb 14 02:39:48.689 INFO O| Done
45982026-02-14T02:39:50.165Z[ recovery-image] Feb 14 02:39:49.731 INFO O| Feb 14 02:39:49.731 INFO O| Done
45992026-02-14T02:39:50.189Z[ recovery-image] Feb 14 02:39:49.746 INFO O| Feb 14 02:39:49.746 INFO O| Done
46002026-02-14T02:39:53.560Z[ recovery-image] Feb 14 02:39:53.127 INFO O| Feb 14 02:39:53.127 INFO O| Done
46012026-02-14T02:39:54.107Z[ recovery-image] Feb 14 02:39:53.672 INFO O| Feb 14 02:39:53.672 INFO O| Done
46022026-02-14T02:39:54.849Z[ host-image] Feb 14 02:39:54.416 INFO O| Feb 14 02:39:54.415 INFO O| Done
46032026-02-14T02:39:55.589Z[ host-image] Feb 14 02:39:55.156 INFO O| Feb 14 02:39:55.156 INFO O| Done
46042026-02-14T02:40:02.521Z[ host-image] Feb 14 02:40:02.087 INFO O| Feb 14 02:40:02.087 INFO STEP 11 (pkg_install) COMPLETE
46052026-02-14T02:40:02.521Z[ host-image] Feb 14 02:40:02.088 INFO O| Feb 14 02:40:02.087 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46062026-02-14T02:40:02.548Z[ host-image] Feb 14 02:40:02.115 INFO O| Feb 14 02:40:02.114 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"]
46072026-02-14T02:40:02.665Z[ recovery-image] Feb 14 02:40:02.232 INFO O| Feb 14 02:40:02.232 INFO STEP 11 (pkg_install) COMPLETE
46082026-02-14T02:40:02.665Z[ recovery-image] Feb 14 02:40:02.232 INFO O| Feb 14 02:40:02.232 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46092026-02-14T02:40:02.690Z[ recovery-image] Feb 14 02:40:02.232 INFO O| Feb 14 02:40:02.232 INFO skip step because feature "recovery" is enabled
46102026-02-14T02:40:02.690Z[ recovery-image] Feb 14 02:40:02.232 INFO O| Feb 14 02:40:02.232 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46112026-02-14T02:40:02.690Z[ recovery-image] Feb 14 02:40:02.232 INFO O| Feb 14 02:40:02.232 INFO skip step because feature "omicron1" is not enabled
46122026-02-14T02:40:02.690Z[ recovery-image] Feb 14 02:40:02.232 INFO O| Feb 14 02:40:02.232 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46132026-02-14T02:40:02.690Z[ recovery-image] Feb 14 02:40:02.248 INFO O| Feb 14 02:40:02.248 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "install", "/driver/network/opte@0.39.455"]
46142026-02-14T02:40:45.021Z[ recovery-image] Feb 14 02:40:44.587 INFO O| Feb 14 02:40:44.587 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
46152026-02-14T02:40:45.719Z[ host-image] Feb 14 02:40:45.286 INFO O| Feb 14 02:40:45.286 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
46162026-02-14T02:41:01.658Z[ recovery-image] Feb 14 02:41:01.226 INFO O| Feb 14 02:41:01.226 INFO O| Startup: Caching catalogs ... Done
46172026-02-14T02:41:02.322Z[ host-image] Feb 14 02:41:01.889 INFO O| Feb 14 02:41:01.889 INFO O| Startup: Caching catalogs ... Done
46182026-02-14T02:41:09.742Z[ recovery-image] Feb 14 02:41:09.309 INFO O| Feb 14 02:41:09.309 INFO O| Planning: Solver setup ... Done
46192026-02-14T02:41:09.768Z[ recovery-image] Feb 14 02:41:09.319 INFO O| Feb 14 02:41:09.319 INFO O| Planning: Running solver ... Done
46202026-02-14T02:41:09.918Z[ recovery-image] Feb 14 02:41:09.485 INFO O| Feb 14 02:41:09.485 INFO O| Planning: Finding local manifests ... Done
46212026-02-14T02:41:10.056Z[ recovery-image] Feb 14 02:41:09.623 INFO O| Feb 14 02:41:09.623 INFO O| Planning: Fetching manifests: 0/1 0% complete
46222026-02-14T02:41:10.087Z[ recovery-image] Feb 14 02:41:09.654 INFO O| Feb 14 02:41:09.654 INFO O| Planning: Fetching manifests: 1/1 100% complete
46232026-02-14T02:41:10.124Z[ recovery-image] Feb 14 02:41:09.691 INFO O| Feb 14 02:41:09.691 INFO O| Planning: Package planning ... Done
46242026-02-14T02:41:10.148Z[ recovery-image] Feb 14 02:41:09.691 INFO O| Feb 14 02:41:09.691 INFO O| Planning: Merging actions ... Done
46252026-02-14T02:41:10.173Z[ recovery-image] Feb 14 02:41:09.727 INFO O| Feb 14 02:41:09.727 INFO O| Planning: Checking for conflicting actions ... Done
46262026-02-14T02:41:10.173Z[ recovery-image] Feb 14 02:41:09.728 INFO O| Feb 14 02:41:09.728 INFO O| Planning: Consolidating action changes ... Done
46272026-02-14T02:41:11.037Z[ recovery-image] Feb 14 02:41:10.604 INFO O| Feb 14 02:41:10.604 INFO O| Planning: Evaluating mediators ... Done
46282026-02-14T02:41:11.061Z[ recovery-image] Feb 14 02:41:10.604 INFO O| Feb 14 02:41:10.604 INFO O| Planning: Planning completed in 9.23 seconds
46292026-02-14T02:41:11.061Z[ recovery-image] Feb 14 02:41:10.605 INFO O| Feb 14 02:41:10.605 INFO O| Packages to install: 1
46302026-02-14T02:41:11.087Z[ recovery-image] Feb 14 02:41:10.655 INFO O| Feb 14 02:41:10.655 INFO O| Download: 0/4 items 0.0/12.3MB 0% complete
46312026-02-14T02:41:11.764Z[ recovery-image] Feb 14 02:41:11.332 INFO O| Feb 14 02:41:11.331 INFO O| Download: Completed 12.26 MB in 0.68 seconds (18.1M/s)
46322026-02-14T02:41:11.843Z[ recovery-image] Feb 14 02:41:11.410 INFO O| Feb 14 02:41:11.410 INFO O| Actions: 1/22 actions (Installing new actions)
46332026-02-14T02:41:12.227Z[ host-image] Feb 14 02:41:11.794 INFO O| Feb 14 02:41:11.794 INFO O| Planning: Solver setup ... Done
46342026-02-14T02:41:12.252Z[ host-image] Feb 14 02:41:11.804 INFO O| Feb 14 02:41:11.804 INFO O| Planning: Running solver ... Done
46352026-02-14T02:41:12.286Z[ recovery-image] Feb 14 02:41:11.853 INFO O| Feb 14 02:41:11.852 INFO O| Actions: Completed 22 actions in 0.44 seconds.
46362026-02-14T02:41:12.418Z[ host-image] Feb 14 02:41:11.985 INFO O| Feb 14 02:41:11.985 INFO O| Planning: Finding local manifests ... Done
46372026-02-14T02:41:12.534Z[ host-image] Feb 14 02:41:12.101 INFO O| Feb 14 02:41:12.101 INFO O| Planning: Fetching manifests: 0/6 0% complete
46382026-02-14T02:41:12.859Z[ host-image] Feb 14 02:41:12.427 INFO O| Feb 14 02:41:12.427 INFO O| Planning: Fetching manifests: 6/6 100% complete
46392026-02-14T02:41:12.893Z[ host-image] Feb 14 02:41:12.461 INFO O| Feb 14 02:41:12.461 INFO O| Planning: Package planning ... Done
46402026-02-14T02:41:12.919Z[ host-image] Feb 14 02:41:12.466 INFO O| Feb 14 02:41:12.466 INFO O| Planning: Merging actions ... Done
46412026-02-14T02:41:13.051Z[ host-image] Feb 14 02:41:12.618 INFO O| Feb 14 02:41:12.618 INFO O| Planning: Checking for conflicting actions ... Done
46422026-02-14T02:41:13.076Z[ host-image] Feb 14 02:41:12.620 INFO O| Feb 14 02:41:12.620 INFO O| Planning: Consolidating action changes ... Done
46432026-02-14T02:41:13.789Z[ recovery-image] Feb 14 02:41:13.356 INFO O| Feb 14 02:41:13.356 INFO O| Done
46442026-02-14T02:41:13.813Z[ recovery-image] Feb 14 02:41:13.356 INFO O| Feb 14 02:41:13.356 INFO O| Done
46452026-02-14T02:41:14.132Z[ host-image] Feb 14 02:41:13.699 INFO O| Feb 14 02:41:13.699 INFO O| Planning: Evaluating mediators ... Done
46462026-02-14T02:41:14.156Z[ host-image] Feb 14 02:41:13.701 INFO O| Feb 14 02:41:13.701 INFO O| Planning: Planning completed in 11.69 seconds
46472026-02-14T02:41:14.156Z[ host-image] Feb 14 02:41:13.701 INFO O| Feb 14 02:41:13.701 INFO O| Packages to install: 6
46482026-02-14T02:41:14.156Z[ host-image] Feb 14 02:41:13.701 INFO O| Feb 14 02:41:13.701 INFO O| Services to change: 2
46492026-02-14T02:41:14.181Z[ host-image] Feb 14 02:41:13.741 INFO O| Feb 14 02:41:13.741 INFO O| Download: 0/155 items 0.0/1.7MB 0% complete
46502026-02-14T02:41:15.187Z[ recovery-image] Feb 14 02:41:14.755 INFO O| Feb 14 02:41:14.755 INFO O| Done
46512026-02-14T02:41:16.193Z[ host-image] Feb 14 02:41:15.761 INFO O| Feb 14 02:41:15.760 INFO O| Download: Completed 1.75 MB in 2.02 seconds (884k/s)
46522026-02-14T02:41:16.233Z[ host-image] Feb 14 02:41:15.800 INFO O| Feb 14 02:41:15.800 INFO O| Actions: 1/390 actions (Installing new actions)
46532026-02-14T02:41:16.481Z[ recovery-image] Feb 14 02:41:16.049 INFO O| Feb 14 02:41:16.049 INFO O| Done
46542026-02-14T02:41:16.506Z[ recovery-image] Feb 14 02:41:16.066 INFO O| Feb 14 02:41:16.066 INFO O| Done
46552026-02-14T02:41:16.506Z[ recovery-image] Feb 14 02:41:16.067 INFO O| Feb 14 02:41:16.067 INFO O| Done
46562026-02-14T02:41:16.530Z[ recovery-image] Feb 14 02:41:16.083 INFO O| Feb 14 02:41:16.083 INFO O| Done
46572026-02-14T02:41:16.557Z[ host-image] Feb 14 02:41:16.125 INFO O| Feb 14 02:41:16.124 INFO O| Actions: Completed 390 actions in 0.32 seconds.
46582026-02-14T02:41:18.250Z[ host-image] Feb 14 02:41:17.817 INFO O| Feb 14 02:41:17.817 INFO O| Done
46592026-02-14T02:41:18.250Z[ host-image] Feb 14 02:41:17.817 INFO O| Feb 14 02:41:17.817 INFO O| Done
46602026-02-14T02:41:18.497Z[ recovery-image] Feb 14 02:41:18.064 INFO O| Feb 14 02:41:18.064 INFO STEP 14 (pkg_install) COMPLETE
46612026-02-14T02:41:18.497Z[ recovery-image] Feb 14 02:41:18.064 INFO O| Feb 14 02:41:18.064 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46622026-02-14T02:41:18.551Z[ recovery-image] Feb 14 02:41:18.064 INFO O| Feb 14 02:41:18.064 INFO skip step because feature "mbist" is not enabled
46632026-02-14T02:41:18.551Z[ recovery-image] Feb 14 02:41:18.064 INFO O| Feb 14 02:41:18.064 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46642026-02-14T02:41:18.551Z[ recovery-image] Feb 14 02:41:18.064 INFO O| Feb 14 02:41:18.064 INFO skip step because feature "mfg" is not enabled
46652026-02-14T02:41:18.551Z[ recovery-image] Feb 14 02:41:18.064 INFO O| Feb 14 02:41:18.064 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46662026-02-14T02:41:18.551Z[ recovery-image] Feb 14 02:41:18.064 INFO O| Feb 14 02:41:18.064 INFO skip step because feature "compliance" is not enabled
46672026-02-14T02:41:18.551Z[ recovery-image] Feb 14 02:41:18.064 INFO O| Feb 14 02:41:18.064 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46682026-02-14T02:41:18.551Z[ recovery-image] Feb 14 02:41:18.064 INFO O| Feb 14 02:41:18.064 INFO skip step because feature "stress" is not enabled
46692026-02-14T02:41:18.551Z[ recovery-image] Feb 14 02:41:18.064 INFO O| Feb 14 02:41:18.064 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46702026-02-14T02:41:18.551Z[ recovery-image] Feb 14 02:41:18.064 INFO O| Feb 14 02:41:18.064 INFO skip step because feature "compliance" is not enabled
46712026-02-14T02:41:18.551Z[ recovery-image] Feb 14 02:41:18.064 INFO O| Feb 14 02:41:18.064 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
46722026-02-14T02:41:18.551Z[ recovery-image] Feb 14 02:41:18.064 INFO O| Feb 14 02:41:18.064 INFO skip step because feature "nfs" is not enabled
46732026-02-14T02:41:18.551Z[ recovery-image] Feb 14 02:41:18.064 INFO O| Feb 14 02:41:18.064 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@os
46742026-02-14T02:41:18.551Z[ recovery-image] Feb 14 02:41:18.064 INFO O| Feb 14 02:41:18.064 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
46752026-02-14T02:41:18.579Z[ recovery-image] Feb 14 02:41:18.145 INFO O| Feb 14 02:41:18.145 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
46762026-02-14T02:41:18.644Z[ recovery-image] Feb 14 02:41:18.211 INFO O| Feb 14 02:41:18.211 INFO completed processing sled/ramdisk-01-os
46772026-02-14T02:41:19.435Z[ recovery-image] Feb 14 02:41:19.002 INFO image builder template: ramdisk-02-trim...
46782026-02-14T02:41:19.459Z[ recovery-image] Feb 14 02:41:19.003 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/.tmp2kNFyc/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "publisher_0_name=helios-dev", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@18.0.0.0", "-F", "optever=0.39.455", "-n", "ramdisk-02-trim"], pwd: None
46792026-02-14T02:41:19.484Z[ recovery-image] Feb 14 02:41:19.046 INFO O| Feb 14 02:41:19.046 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
46802026-02-14T02:41:19.484Z[ recovery-image] Feb 14 02:41:19.050 INFO O| Feb 14 02:41:19.050 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
46812026-02-14T02:41:19.559Z[ recovery-image] Feb 14 02:41:19.127 INFO O| Feb 14 02:41:19.127 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-02-trim: sync = disabled
46822026-02-14T02:41:19.584Z[ recovery-image] Feb 14 02:41:19.152 INFO O| Feb 14 02:41:19.152 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
46832026-02-14T02:41:19.609Z[ recovery-image] Feb 14 02:41:19.152 INFO O| Feb 14 02:41:19.152 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
46842026-02-14T02:41:19.609Z[ recovery-image] Feb 14 02:41:19.157 INFO O| Feb 14 02:41:19.157 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
46852026-02-14T02:41:19.609Z[ recovery-image] Feb 14 02:41:19.162 INFO O| Feb 14 02:41:19.162 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@os
46862026-02-14T02:41:19.609Z[ recovery-image] Feb 14 02:41:19.167 INFO O| Feb 14 02:41:19.167 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
46872026-02-14T02:41:19.860Z[ host-image] Feb 14 02:41:19.428 INFO O| Feb 14 02:41:19.427 INFO O| Done
46882026-02-14T02:41:19.932Z[ recovery-image] Feb 14 02:41:19.499 INFO O| Feb 14 02:41:19.499 INFO rolled back to input snapshot; work may begin
46892026-02-14T02:41:19.932Z[ recovery-image] Feb 14 02:41:19.499 INFO O| Feb 14 02:41:19.499 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
46902026-02-14T02:41:19.957Z[ recovery-image] Feb 14 02:41:19.507 INFO O| Feb 14 02:41:19.507 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46912026-02-14T02:41:19.957Z[ recovery-image] Feb 14 02:41:19.521 INFO O| Feb 14 02:41:19.520 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/var/pkg"
46922026-02-14T02:41:20.024Z[ recovery-image] Feb 14 02:41:19.591 INFO O| Feb 14 02:41:19.591 INFO STEP 0 (remove_files) COMPLETE
46932026-02-14T02:41:20.024Z[ recovery-image] Feb 14 02:41:19.591 INFO O| Feb 14 02:41:19.591 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46942026-02-14T02:41:20.048Z[ recovery-image] Feb 14 02:41:19.608 INFO O| Feb 14 02:41:19.608 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/xpg4"
46952026-02-14T02:41:20.048Z[ recovery-image] Feb 14 02:41:19.610 INFO O| Feb 14 02:41:19.610 INFO STEP 1 (remove_files) COMPLETE
46962026-02-14T02:41:20.048Z[ recovery-image] Feb 14 02:41:19.610 INFO O| Feb 14 02:41:19.610 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46972026-02-14T02:41:20.073Z[ recovery-image] Feb 14 02:41:19.623 INFO O| Feb 14 02:41:19.623 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/include"
46982026-02-14T02:41:20.097Z[ recovery-image] Feb 14 02:41:19.652 INFO O| Feb 14 02:41:19.651 INFO STEP 2 (remove_files) COMPLETE
46992026-02-14T02:41:20.097Z[ recovery-image] Feb 14 02:41:19.652 INFO O| Feb 14 02:41:19.652 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47002026-02-14T02:41:20.122Z[ recovery-image] Feb 14 02:41:19.677 INFO O| Feb 14 02:41:19.677 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/demo"
47012026-02-14T02:41:20.122Z[ recovery-image] Feb 14 02:41:19.680 INFO O| Feb 14 02:41:19.680 INFO STEP 3 (remove_files) COMPLETE
47022026-02-14T02:41:20.122Z[ recovery-image] Feb 14 02:41:19.680 INFO O| Feb 14 02:41:19.680 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47032026-02-14T02:41:20.146Z[ recovery-image] Feb 14 02:41:19.695 INFO O| Feb 14 02:41:19.695 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/help"
47042026-02-14T02:41:20.146Z[ recovery-image] Feb 14 02:41:19.700 INFO O| Feb 14 02:41:19.700 INFO STEP 4 (remove_files) COMPLETE
47052026-02-14T02:41:20.146Z[ recovery-image] Feb 14 02:41:19.700 INFO O| Feb 14 02:41:19.700 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47062026-02-14T02:41:20.170Z[ recovery-image] Feb 14 02:41:19.715 INFO O| Feb 14 02:41:19.715 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/doc"
47072026-02-14T02:41:20.170Z[ recovery-image] Feb 14 02:41:19.716 INFO O| Feb 14 02:41:19.716 INFO STEP 5 (remove_files) COMPLETE
47082026-02-14T02:41:20.170Z[ recovery-image] Feb 14 02:41:19.716 INFO O| Feb 14 02:41:19.716 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47092026-02-14T02:41:20.170Z[ recovery-image] Feb 14 02:41:19.729 INFO O| Feb 14 02:41:19.729 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash-completion"
47102026-02-14T02:41:20.195Z[ recovery-image] Feb 14 02:41:19.744 INFO O| Feb 14 02:41:19.744 INFO STEP 6 (remove_files) COMPLETE
47112026-02-14T02:41:20.195Z[ recovery-image] Feb 14 02:41:19.744 INFO O| Feb 14 02:41:19.744 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47122026-02-14T02:41:20.195Z[ recovery-image] Feb 14 02:41:19.744 INFO O| Feb 14 02:41:19.744 INFO skip step because feature "recovery" is enabled
47132026-02-14T02:41:20.195Z[ recovery-image] Feb 14 02:41:19.744 INFO O| Feb 14 02:41:19.744 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47142026-02-14T02:41:20.195Z[ recovery-image] Feb 14 02:41:19.744 INFO O| Feb 14 02:41:19.744 INFO skip step because feature "recovery" is enabled
47152026-02-14T02:41:20.195Z[ recovery-image] Feb 14 02:41:19.744 INFO O| Feb 14 02:41:19.744 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47162026-02-14T02:41:20.195Z[ recovery-image] Feb 14 02:41:19.744 INFO O| Feb 14 02:41:19.744 INFO skip step because feature "recovery" is enabled
47172026-02-14T02:41:20.195Z[ recovery-image] Feb 14 02:41:19.744 INFO O| Feb 14 02:41:19.744 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47182026-02-14T02:41:20.195Z[ recovery-image] Feb 14 02:41:19.758 INFO O| Feb 14 02:41:19.758 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/etc/net-snmp"
47192026-02-14T02:41:20.220Z[ recovery-image] Feb 14 02:41:19.763 INFO O| Feb 14 02:41:19.763 INFO STEP 10 (remove_files) COMPLETE
47202026-02-14T02:41:20.220Z[ recovery-image] Feb 14 02:41:19.763 INFO O| Feb 14 02:41:19.763 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47212026-02-14T02:41:20.220Z[ recovery-image] Feb 14 02:41:19.776 INFO O| Feb 14 02:41:19.775 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i386"
47222026-02-14T02:41:20.220Z[ recovery-image] Feb 14 02:41:19.777 INFO O| Feb 14 02:41:19.777 INFO STEP 11 (remove_files) COMPLETE
47232026-02-14T02:41:20.220Z[ recovery-image] Feb 14 02:41:19.777 INFO O| Feb 14 02:41:19.777 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47242026-02-14T02:41:20.244Z[ recovery-image] Feb 14 02:41:19.789 INFO O| Feb 14 02:41:19.789 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86xpv"
47252026-02-14T02:41:20.244Z[ recovery-image] Feb 14 02:41:19.791 INFO O| Feb 14 02:41:19.791 INFO STEP 12 (remove_files) COMPLETE
47262026-02-14T02:41:20.244Z[ recovery-image] Feb 14 02:41:19.791 INFO O| Feb 14 02:41:19.791 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47272026-02-14T02:41:20.269Z[ recovery-image] Feb 14 02:41:19.813 INFO O| Feb 14 02:41:19.813 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
47282026-02-14T02:41:20.347Z[ recovery-image] Feb 14 02:41:19.914 INFO O| Feb 14 02:41:19.914 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
47292026-02-14T02:41:20.371Z[ recovery-image] Feb 14 02:41:19.915 INFO O| Feb 14 02:41:19.915 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libncurses++.a"
47302026-02-14T02:41:20.372Z[ recovery-image] Feb 14 02:41:19.918 INFO O| Feb 14 02:41:19.918 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libncurses++.a"
47312026-02-14T02:41:20.398Z[ recovery-image] Feb 14 02:41:19.966 INFO O| Feb 14 02:41:19.965 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libtddl.a"
47322026-02-14T02:41:20.528Z[ recovery-image] Feb 14 02:41:20.095 INFO O| Feb 14 02:41:20.095 INFO STEP 13 (remove_files) COMPLETE
47332026-02-14T02:41:20.528Z[ recovery-image] Feb 14 02:41:20.095 INFO O| Feb 14 02:41:20.095 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47342026-02-14T02:41:20.553Z[ recovery-image] Feb 14 02:41:20.107 INFO O| Feb 14 02:41:20.107 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/boot"
47352026-02-14T02:41:20.553Z[ recovery-image] Feb 14 02:41:20.109 INFO O| Feb 14 02:41:20.109 INFO STEP 14 (remove_files) COMPLETE
47362026-02-14T02:41:20.553Z[ recovery-image] Feb 14 02:41:20.109 INFO O| Feb 14 02:41:20.109 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47372026-02-14T02:41:20.553Z[ recovery-image] Feb 14 02:41:20.118 INFO O| Feb 14 02:41:20.118 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86pc"
47382026-02-14T02:41:20.578Z[ recovery-image] Feb 14 02:41:20.127 INFO O| Feb 14 02:41:20.127 INFO STEP 15 (remove_files) COMPLETE
47392026-02-14T02:41:20.578Z[ recovery-image] Feb 14 02:41:20.127 INFO O| Feb 14 02:41:20.127 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47402026-02-14T02:41:20.578Z[ recovery-image] Feb 14 02:41:20.138 INFO O| Feb 14 02:41:20.138 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86xpv"
47412026-02-14T02:41:20.578Z[ recovery-image] Feb 14 02:41:20.138 INFO O| Feb 14 02:41:20.138 INFO STEP 16 (remove_files) COMPLETE
47422026-02-14T02:41:20.578Z[ recovery-image] Feb 14 02:41:20.138 INFO O| Feb 14 02:41:20.138 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47432026-02-14T02:41:20.603Z[ recovery-image] Feb 14 02:41:20.148 INFO O| Feb 14 02:41:20.148 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86pc"
47442026-02-14T02:41:20.603Z[ recovery-image] Feb 14 02:41:20.150 INFO O| Feb 14 02:41:20.150 INFO STEP 17 (remove_files) COMPLETE
47452026-02-14T02:41:20.603Z[ recovery-image] Feb 14 02:41:20.150 INFO O| Feb 14 02:41:20.150 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47462026-02-14T02:41:20.603Z[ recovery-image] Feb 14 02:41:20.160 INFO O| Feb 14 02:41:20.159 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/acpica"
47472026-02-14T02:41:20.603Z[ recovery-image] Feb 14 02:41:20.160 INFO O| Feb 14 02:41:20.160 INFO STEP 18 (remove_files) COMPLETE
47482026-02-14T02:41:20.603Z[ recovery-image] Feb 14 02:41:20.160 INFO O| Feb 14 02:41:20.160 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47492026-02-14T02:41:20.603Z[ recovery-image] Feb 14 02:41:20.169 INFO O| Feb 14 02:41:20.169 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/tem"
47502026-02-14T02:41:20.603Z[ recovery-image] Feb 14 02:41:20.170 INFO O| Feb 14 02:41:20.169 INFO STEP 19 (remove_files) COMPLETE
47512026-02-14T02:41:20.603Z[ recovery-image] Feb 14 02:41:20.170 INFO O| Feb 14 02:41:20.170 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47522026-02-14T02:41:20.628Z[ recovery-image] Feb 14 02:41:20.179 INFO O| Feb 14 02:41:20.179 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
47532026-02-14T02:41:20.628Z[ recovery-image] Feb 14 02:41:20.179 INFO O| Feb 14 02:41:20.179 INFO STEP 20 (remove_files) COMPLETE
47542026-02-14T02:41:20.628Z[ recovery-image] Feb 14 02:41:20.179 INFO O| Feb 14 02:41:20.179 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47552026-02-14T02:41:20.628Z[ recovery-image] Feb 14 02:41:20.189 INFO O| Feb 14 02:41:20.189 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/wc"
47562026-02-14T02:41:20.628Z[ recovery-image] Feb 14 02:41:20.189 INFO O| Feb 14 02:41:20.189 INFO STEP 21 (remove_files) COMPLETE
47572026-02-14T02:41:20.628Z[ recovery-image] Feb 14 02:41:20.189 INFO O| Feb 14 02:41:20.189 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47582026-02-14T02:41:20.653Z[ recovery-image] Feb 14 02:41:20.198 INFO O| Feb 14 02:41:20.198 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
47592026-02-14T02:41:20.653Z[ recovery-image] Feb 14 02:41:20.198 INFO O| Feb 14 02:41:20.198 INFO STEP 22 (remove_files) COMPLETE
47602026-02-14T02:41:20.653Z[ recovery-image] Feb 14 02:41:20.198 INFO O| Feb 14 02:41:20.198 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47612026-02-14T02:41:20.653Z[ recovery-image] Feb 14 02:41:20.208 INFO O| Feb 14 02:41:20.208 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/conskbd"
47622026-02-14T02:41:20.653Z[ recovery-image] Feb 14 02:41:20.208 INFO O| Feb 14 02:41:20.208 INFO STEP 23 (remove_files) COMPLETE
47632026-02-14T02:41:20.653Z[ recovery-image] Feb 14 02:41:20.208 INFO O| Feb 14 02:41:20.208 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47642026-02-14T02:41:20.653Z[ recovery-image] Feb 14 02:41:20.217 INFO O| Feb 14 02:41:20.217 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/tzmon"
47652026-02-14T02:41:20.653Z[ recovery-image] Feb 14 02:41:20.217 INFO O| Feb 14 02:41:20.217 INFO STEP 24 (remove_files) COMPLETE
47662026-02-14T02:41:20.653Z[ recovery-image] Feb 14 02:41:20.217 INFO O| Feb 14 02:41:20.217 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47672026-02-14T02:41:20.678Z[ recovery-image] Feb 14 02:41:20.227 INFO O| Feb 14 02:41:20.227 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/power"
47682026-02-14T02:41:20.678Z[ recovery-image] Feb 14 02:41:20.227 INFO O| Feb 14 02:41:20.227 INFO STEP 25 (remove_files) COMPLETE
47692026-02-14T02:41:20.678Z[ recovery-image] Feb 14 02:41:20.227 INFO O| Feb 14 02:41:20.227 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47702026-02-14T02:41:20.678Z[ recovery-image] Feb 14 02:41:20.237 INFO O| Feb 14 02:41:20.237 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio"
47712026-02-14T02:41:20.678Z[ recovery-image] Feb 14 02:41:20.237 INFO O| Feb 14 02:41:20.237 INFO STEP 26 (remove_files) COMPLETE
47722026-02-14T02:41:20.678Z[ recovery-image] Feb 14 02:41:20.237 INFO O| Feb 14 02:41:20.237 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47732026-02-14T02:41:20.703Z[ recovery-image] Feb 14 02:41:20.247 INFO O| Feb 14 02:41:20.247 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio1575"
47742026-02-14T02:41:20.703Z[ recovery-image] Feb 14 02:41:20.247 INFO O| Feb 14 02:41:20.247 INFO STEP 27 (remove_files) COMPLETE
47752026-02-14T02:41:20.703Z[ recovery-image] Feb 14 02:41:20.247 INFO O| Feb 14 02:41:20.247 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47762026-02-14T02:41:20.703Z[ recovery-image] Feb 14 02:41:20.257 INFO O| Feb 14 02:41:20.257 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audioens"
47772026-02-14T02:41:20.703Z[ recovery-image] Feb 14 02:41:20.257 INFO O| Feb 14 02:41:20.257 INFO STEP 28 (remove_files) COMPLETE
47782026-02-14T02:41:20.703Z[ recovery-image] Feb 14 02:41:20.257 INFO O| Feb 14 02:41:20.257 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47792026-02-14T02:41:20.703Z[ recovery-image] Feb 14 02:41:20.267 INFO O| Feb 14 02:41:20.267 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiopci"
47802026-02-14T02:41:20.703Z[ recovery-image] Feb 14 02:41:20.267 INFO O| Feb 14 02:41:20.267 INFO STEP 29 (remove_files) COMPLETE
47812026-02-14T02:41:20.703Z[ recovery-image] Feb 14 02:41:20.267 INFO O| Feb 14 02:41:20.267 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47822026-02-14T02:41:20.728Z[ recovery-image] Feb 14 02:41:20.276 INFO O| Feb 14 02:41:20.276 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiots"
47832026-02-14T02:41:20.728Z[ recovery-image] Feb 14 02:41:20.276 INFO O| Feb 14 02:41:20.276 INFO STEP 30 (remove_files) COMPLETE
47842026-02-14T02:41:20.728Z[ recovery-image] Feb 14 02:41:20.277 INFO O| Feb 14 02:41:20.276 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47852026-02-14T02:41:20.728Z[ recovery-image] Feb 14 02:41:20.286 INFO O| Feb 14 02:41:20.286 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ehci"
47862026-02-14T02:41:20.728Z[ recovery-image] Feb 14 02:41:20.286 INFO O| Feb 14 02:41:20.286 INFO STEP 31 (remove_files) COMPLETE
47872026-02-14T02:41:20.728Z[ recovery-image] Feb 14 02:41:20.286 INFO O| Feb 14 02:41:20.286 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47882026-02-14T02:41:20.753Z[ recovery-image] Feb 14 02:41:20.296 INFO O| Feb 14 02:41:20.296 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hid"
47892026-02-14T02:41:20.753Z[ recovery-image] Feb 14 02:41:20.296 INFO O| Feb 14 02:41:20.296 INFO STEP 32 (remove_files) COMPLETE
47902026-02-14T02:41:20.753Z[ recovery-image] Feb 14 02:41:20.296 INFO O| Feb 14 02:41:20.296 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47912026-02-14T02:41:20.753Z[ recovery-image] Feb 14 02:41:20.306 INFO O| Feb 14 02:41:20.306 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hubd"
47922026-02-14T02:41:20.753Z[ recovery-image] Feb 14 02:41:20.306 INFO O| Feb 14 02:41:20.306 INFO STEP 33 (remove_files) COMPLETE
47932026-02-14T02:41:20.753Z[ recovery-image] Feb 14 02:41:20.306 INFO O| Feb 14 02:41:20.306 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47942026-02-14T02:41:20.753Z[ recovery-image] Feb 14 02:41:20.316 INFO O| Feb 14 02:41:20.316 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ohci"
47952026-02-14T02:41:20.753Z[ recovery-image] Feb 14 02:41:20.316 INFO O| Feb 14 02:41:20.316 INFO STEP 34 (remove_files) COMPLETE
47962026-02-14T02:41:20.753Z[ recovery-image] Feb 14 02:41:20.316 INFO O| Feb 14 02:41:20.316 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47972026-02-14T02:41:20.778Z[ recovery-image] Feb 14 02:41:20.326 INFO O| Feb 14 02:41:20.326 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
47982026-02-14T02:41:20.778Z[ recovery-image] Feb 14 02:41:20.326 INFO O| Feb 14 02:41:20.326 INFO STEP 35 (remove_files) COMPLETE
47992026-02-14T02:41:20.778Z[ recovery-image] Feb 14 02:41:20.326 INFO O| Feb 14 02:41:20.326 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48002026-02-14T02:41:20.778Z[ recovery-image] Feb 14 02:41:20.336 INFO O| Feb 14 02:41:20.336 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/uhci"
48012026-02-14T02:41:20.778Z[ recovery-image] Feb 14 02:41:20.336 INFO O| Feb 14 02:41:20.336 INFO STEP 36 (remove_files) COMPLETE
48022026-02-14T02:41:20.778Z[ recovery-image] Feb 14 02:41:20.336 INFO O| Feb 14 02:41:20.336 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48032026-02-14T02:41:20.802Z[ recovery-image] Feb 14 02:41:20.346 INFO O| Feb 14 02:41:20.346 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
48042026-02-14T02:41:20.803Z[ recovery-image] Feb 14 02:41:20.346 INFO O| Feb 14 02:41:20.346 INFO STEP 37 (remove_files) COMPLETE
48052026-02-14T02:41:20.803Z[ recovery-image] Feb 14 02:41:20.346 INFO O| Feb 14 02:41:20.346 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48062026-02-14T02:41:20.803Z[ recovery-image] Feb 14 02:41:20.356 INFO O| Feb 14 02:41:20.356 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_as"
48072026-02-14T02:41:20.803Z[ recovery-image] Feb 14 02:41:20.356 INFO O| Feb 14 02:41:20.356 INFO STEP 38 (remove_files) COMPLETE
48082026-02-14T02:41:20.803Z[ recovery-image] Feb 14 02:41:20.356 INFO O| Feb 14 02:41:20.356 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48092026-02-14T02:41:20.803Z[ recovery-image] Feb 14 02:41:20.366 INFO O| Feb 14 02:41:20.366 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
48102026-02-14T02:41:20.803Z[ recovery-image] Feb 14 02:41:20.366 INFO O| Feb 14 02:41:20.366 INFO STEP 39 (remove_files) COMPLETE
48112026-02-14T02:41:20.803Z[ recovery-image] Feb 14 02:41:20.366 INFO O| Feb 14 02:41:20.366 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48122026-02-14T02:41:20.827Z[ recovery-image] Feb 14 02:41:20.376 INFO O| Feb 14 02:41:20.376 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
48132026-02-14T02:41:20.827Z[ recovery-image] Feb 14 02:41:20.376 INFO O| Feb 14 02:41:20.376 INFO STEP 40 (remove_files) COMPLETE
48142026-02-14T02:41:20.827Z[ recovery-image] Feb 14 02:41:20.376 INFO O| Feb 14 02:41:20.376 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48152026-02-14T02:41:20.827Z[ recovery-image] Feb 14 02:41:20.386 INFO O| Feb 14 02:41:20.386 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usbprn"
48162026-02-14T02:41:20.827Z[ recovery-image] Feb 14 02:41:20.386 INFO O| Feb 14 02:41:20.386 INFO STEP 41 (remove_files) COMPLETE
48172026-02-14T02:41:20.827Z[ recovery-image] Feb 14 02:41:20.386 INFO O| Feb 14 02:41:20.386 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48182026-02-14T02:41:20.857Z[ recovery-image] Feb 14 02:41:20.395 INFO O| Feb 14 02:41:20.395 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/xhci"
48192026-02-14T02:41:20.857Z[ recovery-image] Feb 14 02:41:20.396 INFO O| Feb 14 02:41:20.396 INFO STEP 42 (remove_files) COMPLETE
48202026-02-14T02:41:20.857Z[ recovery-image] Feb 14 02:41:20.396 INFO O| Feb 14 02:41:20.396 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48212026-02-14T02:41:20.857Z[ recovery-image] Feb 14 02:41:20.405 INFO O| Feb 14 02:41:20.405 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
48222026-02-14T02:41:20.857Z[ recovery-image] Feb 14 02:41:20.405 INFO O| Feb 14 02:41:20.405 INFO STEP 43 (remove_files) COMPLETE
48232026-02-14T02:41:20.857Z[ recovery-image] Feb 14 02:41:20.405 INFO O| Feb 14 02:41:20.405 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48242026-02-14T02:41:20.857Z[ recovery-image] Feb 14 02:41:20.415 INFO O| Feb 14 02:41:20.415 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
48252026-02-14T02:41:20.857Z[ recovery-image] Feb 14 02:41:20.415 INFO O| Feb 14 02:41:20.415 INFO STEP 44 (remove_files) COMPLETE
48262026-02-14T02:41:20.857Z[ recovery-image] Feb 14 02:41:20.415 INFO O| Feb 14 02:41:20.415 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48272026-02-14T02:41:20.883Z[ recovery-image] Feb 14 02:41:20.425 INFO O| Feb 14 02:41:20.425 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
48282026-02-14T02:41:20.883Z[ recovery-image] Feb 14 02:41:20.425 INFO O| Feb 14 02:41:20.425 INFO STEP 45 (remove_files) COMPLETE
48292026-02-14T02:41:20.883Z[ recovery-image] Feb 14 02:41:20.425 INFO O| Feb 14 02:41:20.425 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48302026-02-14T02:41:20.883Z[ recovery-image] Feb 14 02:41:20.434 INFO O| Feb 14 02:41:20.434 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
48312026-02-14T02:41:20.883Z[ recovery-image] Feb 14 02:41:20.434 INFO O| Feb 14 02:41:20.434 INFO STEP 46 (remove_files) COMPLETE
48322026-02-14T02:41:20.883Z[ recovery-image] Feb 14 02:41:20.434 INFO O| Feb 14 02:41:20.434 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48332026-02-14T02:41:20.883Z[ recovery-image] Feb 14 02:41:20.444 INFO O| Feb 14 02:41:20.444 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
48342026-02-14T02:41:20.883Z[ recovery-image] Feb 14 02:41:20.444 INFO O| Feb 14 02:41:20.444 INFO STEP 47 (remove_files) COMPLETE
48352026-02-14T02:41:20.883Z[ recovery-image] Feb 14 02:41:20.444 INFO O| Feb 14 02:41:20.444 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48362026-02-14T02:41:20.908Z[ recovery-image] Feb 14 02:41:20.472 INFO O| Feb 14 02:41:20.472 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
48372026-02-14T02:41:20.908Z[ recovery-image] Feb 14 02:41:20.472 INFO O| Feb 14 02:41:20.472 INFO STEP 48 (remove_files) COMPLETE
48382026-02-14T02:41:20.908Z[ recovery-image] Feb 14 02:41:20.472 INFO O| Feb 14 02:41:20.472 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48392026-02-14T02:41:20.932Z[ recovery-image] Feb 14 02:41:20.483 INFO O| Feb 14 02:41:20.483 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mpt"
48402026-02-14T02:41:20.932Z[ recovery-image] Feb 14 02:41:20.483 INFO O| Feb 14 02:41:20.483 INFO STEP 49 (remove_files) COMPLETE
48412026-02-14T02:41:20.932Z[ recovery-image] Feb 14 02:41:20.483 INFO O| Feb 14 02:41:20.483 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48422026-02-14T02:41:20.932Z[ recovery-image] Feb 14 02:41:20.493 INFO O| Feb 14 02:41:20.493 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/mpt.conf"
48432026-02-14T02:41:20.932Z[ recovery-image] Feb 14 02:41:20.493 INFO O| Feb 14 02:41:20.493 INFO STEP 50 (remove_files) COMPLETE
48442026-02-14T02:41:20.932Z[ recovery-image] Feb 14 02:41:20.493 INFO O| Feb 14 02:41:20.493 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48452026-02-14T02:41:20.957Z[ recovery-image] Feb 14 02:41:20.503 INFO O| Feb 14 02:41:20.503 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
48462026-02-14T02:41:20.957Z[ recovery-image] Feb 14 02:41:20.503 INFO O| Feb 14 02:41:20.503 INFO STEP 51 (remove_files) COMPLETE
48472026-02-14T02:41:20.957Z[ recovery-image] Feb 14 02:41:20.503 INFO O| Feb 14 02:41:20.503 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48482026-02-14T02:41:20.957Z[ recovery-image] Feb 14 02:41:20.513 INFO O| Feb 14 02:41:20.513 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
48492026-02-14T02:41:20.957Z[ recovery-image] Feb 14 02:41:20.513 INFO O| Feb 14 02:41:20.513 INFO STEP 52 (remove_files) COMPLETE
48502026-02-14T02:41:20.957Z[ recovery-image] Feb 14 02:41:20.513 INFO O| Feb 14 02:41:20.513 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48512026-02-14T02:41:20.958Z[ recovery-image] Feb 14 02:41:20.523 INFO O| Feb 14 02:41:20.523 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/bootadm"
48522026-02-14T02:41:20.958Z[ recovery-image] Feb 14 02:41:20.523 INFO O| Feb 14 02:41:20.523 INFO STEP 53 (remove_files) COMPLETE
48532026-02-14T02:41:20.958Z[ recovery-image] Feb 14 02:41:20.523 INFO O| Feb 14 02:41:20.523 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48542026-02-14T02:41:20.982Z[ recovery-image] Feb 14 02:41:20.533 INFO O| Feb 14 02:41:20.533 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bootadm"
48552026-02-14T02:41:20.982Z[ recovery-image] Feb 14 02:41:20.533 INFO O| Feb 14 02:41:20.533 INFO STEP 54 (remove_files) COMPLETE
48562026-02-14T02:41:20.982Z[ recovery-image] Feb 14 02:41:20.533 INFO O| Feb 14 02:41:20.533 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48572026-02-14T02:41:20.982Z[ recovery-image] Feb 14 02:41:20.543 INFO O| Feb 14 02:41:20.543 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/beadm"
48582026-02-14T02:41:20.982Z[ recovery-image] Feb 14 02:41:20.543 INFO O| Feb 14 02:41:20.543 INFO STEP 55 (remove_files) COMPLETE
48592026-02-14T02:41:20.982Z[ recovery-image] Feb 14 02:41:20.543 INFO O| Feb 14 02:41:20.543 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48602026-02-14T02:41:21.007Z[ recovery-image] Feb 14 02:41:20.553 INFO O| Feb 14 02:41:20.553 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/beadm"
48612026-02-14T02:41:21.007Z[ recovery-image] Feb 14 02:41:20.553 INFO O| Feb 14 02:41:20.553 INFO STEP 56 (remove_files) COMPLETE
48622026-02-14T02:41:21.007Z[ recovery-image] Feb 14 02:41:20.553 INFO O| Feb 14 02:41:20.553 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48632026-02-14T02:41:21.007Z[ recovery-image] Feb 14 02:41:20.563 INFO O| Feb 14 02:41:20.563 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/etc/default/tar"
48642026-02-14T02:41:21.007Z[ recovery-image] Feb 14 02:41:20.563 INFO O| Feb 14 02:41:20.563 INFO STEP 57 (remove_files) COMPLETE
48652026-02-14T02:41:21.007Z[ recovery-image] Feb 14 02:41:20.563 INFO O| Feb 14 02:41:20.563 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48662026-02-14T02:41:21.073Z[ recovery-image] Feb 14 02:41:20.640 INFO O| Feb 14 02:41:20.640 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
48672026-02-14T02:41:21.073Z[ recovery-image] Feb 14 02:41:20.640 INFO O| Feb 14 02:41:20.640 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap ...
48682026-02-14T02:41:21.097Z[ recovery-image] Feb 14 02:41:20.641 INFO O| Feb 14 02:41:20.640 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
48692026-02-14T02:41:21.097Z[ recovery-image] Feb 14 02:41:20.641 INFO O| Feb 14 02:41:20.641 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
48702026-02-14T02:41:21.097Z[ recovery-image] Feb 14 02:41:20.642 INFO O| Feb 14 02:41:20.641 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
48712026-02-14T02:41:21.097Z[ recovery-image] Feb 14 02:41:20.642 INFO O| Feb 14 02:41:20.642 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
48722026-02-14T02:41:21.097Z[ recovery-image] Feb 14 02:41:20.642 INFO O| Feb 14 02:41:20.642 INFO ok!
48732026-02-14T02:41:21.097Z[ recovery-image] Feb 14 02:41:20.642 INFO O| Feb 14 02:41:20.642 INFO STEP 58 (ensure_file) COMPLETE
48742026-02-14T02:41:21.097Z[ recovery-image] Feb 14 02:41:20.642 INFO O| Feb 14 02:41:20.642 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48752026-02-14T02:41:21.097Z[ recovery-image] Feb 14 02:41:20.658 INFO O| Feb 14 02:41:20.658 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
48762026-02-14T02:41:21.097Z[ recovery-image] Feb 14 02:41:20.658 INFO O| Feb 14 02:41:20.658 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
48772026-02-14T02:41:21.098Z[ recovery-image] Feb 14 02:41:20.658 INFO O| Feb 14 02:41:20.658 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
48782026-02-14T02:41:21.098Z[ recovery-image] Feb 14 02:41:20.658 INFO O| Feb 14 02:41:20.658 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
48792026-02-14T02:41:21.098Z[ recovery-image] Feb 14 02:41:20.658 INFO O| Feb 14 02:41:20.658 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
48802026-02-14T02:41:21.098Z[ recovery-image] Feb 14 02:41:20.658 INFO O| Feb 14 02:41:20.658 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
48812026-02-14T02:41:21.098Z[ recovery-image] Feb 14 02:41:20.659 INFO O| Feb 14 02:41:20.658 INFO ok!
48822026-02-14T02:41:21.098Z[ recovery-image] Feb 14 02:41:20.659 INFO O| Feb 14 02:41:20.658 INFO STEP 59 (ensure_file) COMPLETE
48832026-02-14T02:41:21.098Z[ recovery-image] Feb 14 02:41:20.659 INFO O| Feb 14 02:41:20.659 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48842026-02-14T02:41:21.123Z[ recovery-image] Feb 14 02:41:20.670 INFO O| Feb 14 02:41:20.670 INFO file /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile does not exist
48852026-02-14T02:41:21.123Z[ recovery-image] Feb 14 02:41:20.670 INFO O| Feb 14 02:41:20.670 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile ...
48862026-02-14T02:41:21.123Z[ recovery-image] Feb 14 02:41:20.670 INFO O| Feb 14 02:41:20.670 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile
48872026-02-14T02:41:21.123Z[ recovery-image] Feb 14 02:41:20.670 INFO O| Feb 14 02:41:20.670 INFO ok!
48882026-02-14T02:41:21.123Z[ recovery-image] Feb 14 02:41:20.670 INFO O| Feb 14 02:41:20.670 INFO STEP 60 (ensure_file) COMPLETE
48892026-02-14T02:41:21.123Z[ recovery-image] Feb 14 02:41:20.670 INFO O| Feb 14 02:41:20.670 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48902026-02-14T02:41:21.123Z[ recovery-image] Feb 14 02:41:20.687 INFO O| Feb 14 02:41:20.687 WARN file /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
48912026-02-14T02:41:21.123Z[ recovery-image] Feb 14 02:41:20.687 INFO O| Feb 14 02:41:20.687 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc ...
48922026-02-14T02:41:21.123Z[ recovery-image] Feb 14 02:41:20.687 INFO O| Feb 14 02:41:20.687 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc
48932026-02-14T02:41:21.123Z[ recovery-image] Feb 14 02:41:20.687 INFO O| Feb 14 02:41:20.687 INFO ok!
48942026-02-14T02:41:21.123Z[ recovery-image] Feb 14 02:41:20.687 INFO O| Feb 14 02:41:20.687 INFO STEP 61 (ensure_file) COMPLETE
48952026-02-14T02:41:21.123Z[ recovery-image] Feb 14 02:41:20.687 INFO O| Feb 14 02:41:20.687 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48962026-02-14T02:41:21.148Z[ recovery-image] Feb 14 02:41:20.703 INFO O| Feb 14 02:41:20.703 WARN file /rpool/images/build/recovery/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
48972026-02-14T02:41:21.148Z[ recovery-image] Feb 14 02:41:20.703 INFO O| Feb 14 02:41:20.703 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/sled/ramdisk/etc/motd ...
48982026-02-14T02:41:21.148Z[ recovery-image] Feb 14 02:41:20.703 INFO O| Feb 14 02:41:20.703 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
48992026-02-14T02:41:21.148Z[ recovery-image] Feb 14 02:41:20.703 INFO O| Feb 14 02:41:20.703 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
49002026-02-14T02:41:21.148Z[ recovery-image] Feb 14 02:41:20.703 INFO O| Feb 14 02:41:20.703 INFO ok!
49012026-02-14T02:41:21.148Z[ recovery-image] Feb 14 02:41:20.703 INFO O| Feb 14 02:41:20.703 INFO STEP 62 (ensure_file) COMPLETE
49022026-02-14T02:41:21.148Z[ recovery-image] Feb 14 02:41:20.703 INFO O| Feb 14 02:41:20.703 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49032026-02-14T02:41:21.172Z[ recovery-image] Feb 14 02:41:20.718 INFO O| Feb 14 02:41:20.718 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
49042026-02-14T02:41:21.172Z[ recovery-image] Feb 14 02:41:20.718 INFO O| Feb 14 02:41:20.718 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
49052026-02-14T02:41:21.172Z[ recovery-image] Feb 14 02:41:20.718 INFO O| Feb 14 02:41:20.718 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
49062026-02-14T02:41:21.172Z[ recovery-image] Feb 14 02:41:20.718 INFO O| Feb 14 02:41:20.718 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
49072026-02-14T02:41:21.172Z[ recovery-image] Feb 14 02:41:20.718 INFO O| Feb 14 02:41:20.718 INFO ok!
49082026-02-14T02:41:21.172Z[ recovery-image] Feb 14 02:41:20.718 INFO O| Feb 14 02:41:20.718 INFO STEP 63 (ensure_file) COMPLETE
49092026-02-14T02:41:21.172Z[ recovery-image] Feb 14 02:41:20.718 INFO O| Feb 14 02:41:20.718 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49102026-02-14T02:41:21.172Z[ recovery-image] Feb 14 02:41:20.732 INFO O| Feb 14 02:41:20.732 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
49112026-02-14T02:41:21.172Z[ recovery-image] Feb 14 02:41:20.732 INFO O| Feb 14 02:41:20.732 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly ...
49122026-02-14T02:41:21.172Z[ recovery-image] Feb 14 02:41:20.732 INFO O| Feb 14 02:41:20.732 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly
49132026-02-14T02:41:21.172Z[ recovery-image] Feb 14 02:41:20.732 INFO O| Feb 14 02:41:20.732 INFO ok!
49142026-02-14T02:41:21.172Z[ recovery-image] Feb 14 02:41:20.732 INFO O| Feb 14 02:41:20.732 INFO STEP 64 (assemble_files) COMPLETE
49152026-02-14T02:41:21.172Z[ recovery-image] Feb 14 02:41:20.732 INFO O| Feb 14 02:41:20.732 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49162026-02-14T02:41:21.197Z[ recovery-image] Feb 14 02:41:20.746 INFO O| Feb 14 02:41:20.746 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf does not exist
49172026-02-14T02:41:21.197Z[ recovery-image] Feb 14 02:41:20.746 INFO O| Feb 14 02:41:20.746 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf ...
49182026-02-14T02:41:21.197Z[ recovery-image] Feb 14 02:41:20.746 INFO O| Feb 14 02:41:20.746 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
49192026-02-14T02:41:21.197Z[ recovery-image] Feb 14 02:41:20.746 INFO O| Feb 14 02:41:20.746 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
49202026-02-14T02:41:21.197Z[ recovery-image] Feb 14 02:41:20.746 INFO O| Feb 14 02:41:20.746 INFO ok!
49212026-02-14T02:41:21.197Z[ recovery-image] Feb 14 02:41:20.746 INFO O| Feb 14 02:41:20.746 INFO STEP 65 (ensure_file) COMPLETE
49222026-02-14T02:41:21.197Z[ recovery-image] Feb 14 02:41:20.746 INFO O| Feb 14 02:41:20.746 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49232026-02-14T02:41:21.197Z[ recovery-image] Feb 14 02:41:20.746 INFO O| Feb 14 02:41:20.746 INFO skip step because feature "omicron1" is not enabled
49242026-02-14T02:41:21.197Z[ recovery-image] Feb 14 02:41:20.746 INFO O| Feb 14 02:41:20.746 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49252026-02-14T02:41:21.197Z[ recovery-image] Feb 14 02:41:20.746 INFO O| Feb 14 02:41:20.746 INFO skip step because feature "omicron1" is not enabled
49262026-02-14T02:41:21.197Z[ recovery-image] Feb 14 02:41:20.746 INFO O| Feb 14 02:41:20.746 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49272026-02-14T02:41:21.197Z[ recovery-image] Feb 14 02:41:20.746 INFO O| Feb 14 02:41:20.746 INFO skip step because feature "omicron1" is not enabled
49282026-02-14T02:41:21.197Z[ recovery-image] Feb 14 02:41:20.746 INFO O| Feb 14 02:41:20.746 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
49292026-02-14T02:41:21.222Z[ recovery-image] Feb 14 02:41:20.769 INFO O| Feb 14 02:41:20.769 INFO file /rpool/images/build/recovery/output/sled-ramdisk.tar does not already exist, skipping removal
49302026-02-14T02:41:21.222Z[ recovery-image] Feb 14 02:41:20.769 INFO O| Feb 14 02:41:20.769 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
49312026-02-14T02:41:21.730Z[ host-image] Feb 14 02:41:21.298 INFO O| Feb 14 02:41:21.298 INFO O| Done
49322026-02-14T02:41:21.765Z[ host-image] Feb 14 02:41:21.332 INFO O| Feb 14 02:41:21.332 INFO O| Done
49332026-02-14T02:41:21.765Z[ host-image] Feb 14 02:41:21.332 INFO O| Feb 14 02:41:21.332 INFO O| Done
49342026-02-14T02:41:21.794Z[ host-image] Feb 14 02:41:21.362 INFO O| Feb 14 02:41:21.362 INFO O| Done
49352026-02-14T02:41:23.480Z[ recovery-image] Feb 14 02:41:23.048 INFO O| Feb 14 02:41:23.048 INFO STEP 69 (pack_tar) COMPLETE
49362026-02-14T02:41:23.480Z[ recovery-image] Feb 14 02:41:23.048 INFO O| Feb 14 02:41:23.048 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
49372026-02-14T02:41:23.505Z[ recovery-image] Feb 14 02:41:23.048 INFO O| Feb 14 02:41:23.048 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
49382026-02-14T02:41:23.690Z[ host-image] Feb 14 02:41:23.256 INFO O| Feb 14 02:41:23.256 INFO STEP 12 (pkg_install) COMPLETE
49392026-02-14T02:41:23.690Z[ host-image] Feb 14 02:41:23.257 INFO O| Feb 14 02:41:23.256 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49402026-02-14T02:41:23.790Z[ host-image] Feb 14 02:41:23.357 INFO O| Feb 14 02:41:23.357 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
49412026-02-14T02:41:23.929Z[ recovery-image] Feb 14 02:41:23.497 INFO O| Feb 14 02:41:23.496 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
49422026-02-14T02:41:23.977Z[ recovery-image] Feb 14 02:41:23.545 INFO O| Feb 14 02:41:23.545 INFO completed processing sled/ramdisk-02-trim
49432026-02-14T02:41:24.002Z[ recovery-image] Feb 14 02:41:23.549 INFO image builder template: ramdisk-03-recovery-trim...
49442026-02-14T02:41:24.002Z[ recovery-image] Feb 14 02:41:23.549 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/.tmp2kNFyc/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "publisher_0_name=helios-dev", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@18.0.0.0", "-F", "optever=0.39.455", "-n", "ramdisk-03-recovery-trim"], pwd: None
49452026-02-14T02:41:24.112Z[ recovery-image] Feb 14 02:41:23.679 INFO O| Feb 14 02:41:23.679 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
49462026-02-14T02:41:24.136Z[ recovery-image] Feb 14 02:41:23.685 INFO O| Feb 14 02:41:23.685 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
49472026-02-14T02:41:24.161Z[ recovery-image] Feb 14 02:41:23.716 INFO O| Feb 14 02:41:23.716 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim: sync = disabled
49482026-02-14T02:41:24.185Z[ recovery-image] Feb 14 02:41:23.742 INFO O| Feb 14 02:41:23.742 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
49492026-02-14T02:41:24.186Z[ recovery-image] Feb 14 02:41:23.742 INFO O| Feb 14 02:41:23.742 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
49502026-02-14T02:41:24.186Z[ recovery-image] Feb 14 02:41:23.752 INFO O| Feb 14 02:41:23.752 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
49512026-02-14T02:41:24.210Z[ recovery-image] Feb 14 02:41:23.757 INFO O| Feb 14 02:41:23.757 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
49522026-02-14T02:41:24.210Z[ recovery-image] Feb 14 02:41:23.763 INFO O| Feb 14 02:41:23.763 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
49532026-02-14T02:41:24.568Z[ recovery-image] Feb 14 02:41:24.135 INFO O| Feb 14 02:41:24.135 INFO rolled back to input snapshot; work may begin
49542026-02-14T02:41:24.568Z[ recovery-image] Feb 14 02:41:24.135 INFO O| Feb 14 02:41:24.135 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
49552026-02-14T02:41:24.593Z[ recovery-image] Feb 14 02:41:24.142 INFO O| Feb 14 02:41:24.142 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49562026-02-14T02:41:24.593Z[ recovery-image] Feb 14 02:41:24.153 INFO O| Feb 14 02:41:24.153 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/7"
49572026-02-14T02:41:24.593Z[ recovery-image] Feb 14 02:41:24.156 INFO O| Feb 14 02:41:24.156 INFO STEP 0 (remove_files) COMPLETE
49582026-02-14T02:41:24.593Z[ recovery-image] Feb 14 02:41:24.156 INFO O| Feb 14 02:41:24.156 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49592026-02-14T02:41:24.617Z[ recovery-image] Feb 14 02:41:24.166 INFO O| Feb 14 02:41:24.166 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/share"
49602026-02-14T02:41:24.695Z[ recovery-image] Feb 14 02:41:24.262 INFO O| Feb 14 02:41:24.262 INFO STEP 1 (remove_files) COMPLETE
49612026-02-14T02:41:24.695Z[ recovery-image] Feb 14 02:41:24.262 INFO O| Feb 14 02:41:24.262 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49622026-02-14T02:41:24.719Z[ recovery-image] Feb 14 02:41:24.275 INFO O| Feb 14 02:41:24.275 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dns"
49632026-02-14T02:41:24.744Z[ recovery-image] Feb 14 02:41:24.298 INFO O| Feb 14 02:41:24.298 INFO STEP 2 (remove_files) COMPLETE
49642026-02-14T02:41:24.744Z[ recovery-image] Feb 14 02:41:24.298 INFO O| Feb 14 02:41:24.298 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49652026-02-14T02:41:24.744Z[ recovery-image] Feb 14 02:41:24.310 INFO O| Feb 14 02:41:24.310 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/iconv"
49662026-02-14T02:41:24.795Z[ recovery-image] Feb 14 02:41:24.363 INFO O| Feb 14 02:41:24.363 INFO STEP 3 (remove_files) COMPLETE
49672026-02-14T02:41:24.795Z[ recovery-image] Feb 14 02:41:24.363 INFO O| Feb 14 02:41:24.363 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49682026-02-14T02:41:24.820Z[ recovery-image] Feb 14 02:41:24.375 INFO O| Feb 14 02:41:24.375 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/locale"
49692026-02-14T02:41:25.079Z[ recovery-image] Feb 14 02:41:24.646 INFO O| Feb 14 02:41:24.646 INFO STEP 4 (remove_files) COMPLETE
49702026-02-14T02:41:25.104Z[ recovery-image] Feb 14 02:41:24.646 INFO O| Feb 14 02:41:24.646 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49712026-02-14T02:41:25.129Z[ recovery-image] Feb 14 02:41:24.679 INFO O| Feb 14 02:41:24.679 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/mps"
49722026-02-14T02:41:25.129Z[ recovery-image] Feb 14 02:41:24.681 INFO O| Feb 14 02:41:24.680 INFO STEP 5 (remove_files) COMPLETE
49732026-02-14T02:41:25.129Z[ recovery-image] Feb 14 02:41:24.681 INFO O| Feb 14 02:41:24.681 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49742026-02-14T02:41:25.129Z[ recovery-image] Feb 14 02:41:24.696 INFO O| Feb 14 02:41:24.696 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pkgconfig"
49752026-02-14T02:41:25.154Z[ recovery-image] Feb 14 02:41:24.698 INFO O| Feb 14 02:41:24.698 INFO STEP 6 (remove_files) COMPLETE
49762026-02-14T02:41:25.154Z[ recovery-image] Feb 14 02:41:24.698 INFO O| Feb 14 02:41:24.698 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49772026-02-14T02:41:25.154Z[ recovery-image] Feb 14 02:41:24.708 INFO O| Feb 14 02:41:24.708 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/scsi"
49782026-02-14T02:41:25.154Z[ recovery-image] Feb 14 02:41:24.711 INFO O| Feb 14 02:41:24.711 INFO STEP 7 (remove_files) COMPLETE
49792026-02-14T02:41:25.154Z[ recovery-image] Feb 14 02:41:24.711 INFO O| Feb 14 02:41:24.711 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49802026-02-14T02:41:25.179Z[ recovery-image] Feb 14 02:41:24.726 INFO O| Feb 14 02:41:24.726 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbfs"
49812026-02-14T02:41:25.179Z[ recovery-image] Feb 14 02:41:24.727 INFO O| Feb 14 02:41:24.727 INFO STEP 8 (remove_files) COMPLETE
49822026-02-14T02:41:25.180Z[ recovery-image] Feb 14 02:41:24.727 INFO O| Feb 14 02:41:24.727 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49832026-02-14T02:41:25.180Z[ recovery-image] Feb 14 02:41:24.740 INFO O| Feb 14 02:41:24.740 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbsrv"
49842026-02-14T02:41:25.180Z[ recovery-image] Feb 14 02:41:24.741 INFO O| Feb 14 02:41:24.741 INFO STEP 9 (remove_files) COMPLETE
49852026-02-14T02:41:25.180Z[ recovery-image] Feb 14 02:41:24.741 INFO O| Feb 14 02:41:24.741 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49862026-02-14T02:41:25.204Z[ recovery-image] Feb 14 02:41:24.753 INFO O| Feb 14 02:41:24.753 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/perl5"
49872026-02-14T02:41:25.243Z[ recovery-image] Feb 14 02:41:24.811 INFO O| Feb 14 02:41:24.811 INFO STEP 10 (remove_files) COMPLETE
49882026-02-14T02:41:25.243Z[ recovery-image] Feb 14 02:41:24.811 INFO O| Feb 14 02:41:24.811 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49892026-02-14T02:41:25.269Z[ recovery-image] Feb 14 02:41:24.827 INFO O| Feb 14 02:41:24.827 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash"
49902026-02-14T02:41:25.269Z[ recovery-image] Feb 14 02:41:24.830 INFO O| Feb 14 02:41:24.830 INFO STEP 11 (remove_files) COMPLETE
49912026-02-14T02:41:25.269Z[ recovery-image] Feb 14 02:41:24.830 INFO O| Feb 14 02:41:24.830 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49922026-02-14T02:41:25.293Z[ recovery-image] Feb 14 02:41:24.845 INFO O| Feb 14 02:41:24.845 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bhyve"
49932026-02-14T02:41:25.293Z[ recovery-image] Feb 14 02:41:24.848 INFO O| Feb 14 02:41:24.848 INFO STEP 12 (remove_files) COMPLETE
49942026-02-14T02:41:25.293Z[ recovery-image] Feb 14 02:41:24.848 INFO O| Feb 14 02:41:24.848 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49952026-02-14T02:41:25.318Z[ recovery-image] Feb 14 02:41:24.861 INFO O| Feb 14 02:41:24.861 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/emacs"
49962026-02-14T02:41:25.318Z[ recovery-image] Feb 14 02:41:24.862 INFO O| Feb 14 02:41:24.862 INFO STEP 13 (remove_files) COMPLETE
49972026-02-14T02:41:25.319Z[ recovery-image] Feb 14 02:41:24.862 INFO O| Feb 14 02:41:24.862 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49982026-02-14T02:41:25.319Z[ recovery-image] Feb 14 02:41:24.873 INFO O| Feb 14 02:41:24.873 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/icons"
49992026-02-14T02:41:25.343Z[ recovery-image] Feb 14 02:41:24.888 INFO O| Feb 14 02:41:24.888 INFO STEP 14 (remove_files) COMPLETE
50002026-02-14T02:41:25.343Z[ recovery-image] Feb 14 02:41:24.888 INFO O| Feb 14 02:41:24.888 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50012026-02-14T02:41:25.343Z[ recovery-image] Feb 14 02:41:24.901 INFO O| Feb 14 02:41:24.901 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/locale"
50022026-02-14T02:41:25.387Z[ recovery-image] Feb 14 02:41:24.940 INFO O| Feb 14 02:41:24.940 INFO STEP 15 (remove_files) COMPLETE
50032026-02-14T02:41:25.387Z[ recovery-image] Feb 14 02:41:24.940 INFO O| Feb 14 02:41:24.940 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50042026-02-14T02:41:25.415Z[ recovery-image] Feb 14 02:41:24.983 INFO O| Feb 14 02:41:24.983 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/src"
50052026-02-14T02:41:25.441Z[ recovery-image] Feb 14 02:41:25.009 INFO O| Feb 14 02:41:25.009 INFO STEP 16 (remove_files) COMPLETE
50062026-02-14T02:41:25.441Z[ recovery-image] Feb 14 02:41:25.009 INFO O| Feb 14 02:41:25.009 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50072026-02-14T02:41:25.466Z[ recovery-image] Feb 14 02:41:25.022 INFO O| Feb 14 02:41:25.022 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/terminfo"
50082026-02-14T02:41:25.490Z[ recovery-image] Feb 14 02:41:25.055 INFO O| Feb 14 02:41:25.055 INFO STEP 17 (remove_files) COMPLETE
50092026-02-14T02:41:25.490Z[ recovery-image] Feb 14 02:41:25.055 INFO O| Feb 14 02:41:25.055 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50102026-02-14T02:41:25.514Z[ recovery-image] Feb 14 02:41:25.069 INFO O| Feb 14 02:41:25.069 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/vim"
50112026-02-14T02:41:25.593Z[ recovery-image] Feb 14 02:41:25.160 INFO O| Feb 14 02:41:25.160 INFO STEP 18 (remove_files) COMPLETE
50122026-02-14T02:41:25.593Z[ recovery-image] Feb 14 02:41:25.161 INFO O| Feb 14 02:41:25.160 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50132026-02-14T02:41:25.617Z[ recovery-image] Feb 14 02:41:25.178 INFO O| Feb 14 02:41:25.178 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/network/ssh.xml"
50142026-02-14T02:41:25.677Z[ recovery-image] Feb 14 02:41:25.244 INFO O| Feb 14 02:41:25.244 INFO STEP 19 (remove_files) COMPLETE
50152026-02-14T02:41:25.677Z[ recovery-image] Feb 14 02:41:25.244 INFO O| Feb 14 02:41:25.244 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50162026-02-14T02:41:25.710Z[ recovery-image] Feb 14 02:41:25.278 INFO O| Feb 14 02:41:25.278 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/system/fmd.xml"
50172026-02-14T02:41:25.710Z[ recovery-image] Feb 14 02:41:25.278 INFO O| Feb 14 02:41:25.278 INFO STEP 20 (remove_files) COMPLETE
50182026-02-14T02:41:25.735Z[ recovery-image] Feb 14 02:41:25.278 INFO O| Feb 14 02:41:25.278 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50192026-02-14T02:41:25.760Z[ recovery-image] Feb 14 02:41:25.315 INFO O| Feb 14 02:41:25.314 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/adb"
50202026-02-14T02:41:25.760Z[ recovery-image] Feb 14 02:41:25.315 INFO O| Feb 14 02:41:25.315 INFO STEP 21 (remove_files) COMPLETE
50212026-02-14T02:41:25.760Z[ recovery-image] Feb 14 02:41:25.315 INFO O| Feb 14 02:41:25.315 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50222026-02-14T02:41:25.760Z[ recovery-image] Feb 14 02:41:25.326 INFO O| Feb 14 02:41:25.326 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/addbadsec"
50232026-02-14T02:41:25.760Z[ recovery-image] Feb 14 02:41:25.327 INFO O| Feb 14 02:41:25.326 INFO STEP 22 (remove_files) COMPLETE
50242026-02-14T02:41:25.760Z[ recovery-image] Feb 14 02:41:25.327 INFO O| Feb 14 02:41:25.326 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50252026-02-14T02:41:25.793Z[ recovery-image] Feb 14 02:41:25.361 INFO O| Feb 14 02:41:25.361 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/agentxtrap"
50262026-02-14T02:41:25.818Z[ recovery-image] Feb 14 02:41:25.361 INFO O| Feb 14 02:41:25.361 INFO STEP 23 (remove_files) COMPLETE
50272026-02-14T02:41:25.819Z[ recovery-image] Feb 14 02:41:25.361 INFO O| Feb 14 02:41:25.361 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50282026-02-14T02:41:25.869Z[ recovery-image] Feb 14 02:41:25.436 INFO O| Feb 14 02:41:25.436 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/alias"
50292026-02-14T02:41:25.869Z[ recovery-image] Feb 14 02:41:25.436 INFO O| Feb 14 02:41:25.436 INFO STEP 24 (remove_files) COMPLETE
50302026-02-14T02:41:25.893Z[ recovery-image] Feb 14 02:41:25.436 INFO O| Feb 14 02:41:25.436 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50312026-02-14T02:41:25.893Z[ recovery-image] Feb 14 02:41:25.448 INFO O| Feb 14 02:41:25.448 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/adb"
50322026-02-14T02:41:25.893Z[ recovery-image] Feb 14 02:41:25.451 INFO O| Feb 14 02:41:25.451 INFO STEP 25 (remove_files) COMPLETE
50332026-02-14T02:41:25.893Z[ recovery-image] Feb 14 02:41:25.451 INFO O| Feb 14 02:41:25.451 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50342026-02-14T02:41:25.918Z[ recovery-image] Feb 14 02:41:25.464 INFO O| Feb 14 02:41:25.464 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/amt"
50352026-02-14T02:41:25.918Z[ recovery-image] Feb 14 02:41:25.464 INFO O| Feb 14 02:41:25.464 INFO STEP 26 (remove_files) COMPLETE
50362026-02-14T02:41:25.918Z[ recovery-image] Feb 14 02:41:25.464 INFO O| Feb 14 02:41:25.464 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50372026-02-14T02:41:25.918Z[ recovery-image] Feb 14 02:41:25.475 INFO O| Feb 14 02:41:25.475 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/cputrack"
50382026-02-14T02:41:25.918Z[ recovery-image] Feb 14 02:41:25.475 INFO O| Feb 14 02:41:25.475 INFO STEP 27 (remove_files) COMPLETE
50392026-02-14T02:41:25.918Z[ recovery-image] Feb 14 02:41:25.475 INFO O| Feb 14 02:41:25.475 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50402026-02-14T02:41:25.942Z[ recovery-image] Feb 14 02:41:25.487 INFO O| Feb 14 02:41:25.487 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/crle"
50412026-02-14T02:41:25.942Z[ recovery-image] Feb 14 02:41:25.487 INFO O| Feb 14 02:41:25.487 INFO STEP 28 (remove_files) COMPLETE
50422026-02-14T02:41:25.942Z[ recovery-image] Feb 14 02:41:25.487 INFO O| Feb 14 02:41:25.487 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50432026-02-14T02:41:25.942Z[ recovery-image] Feb 14 02:41:25.497 INFO O| Feb 14 02:41:25.497 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl"
50442026-02-14T02:41:25.942Z[ recovery-image] Feb 14 02:41:25.497 INFO O| Feb 14 02:41:25.497 INFO STEP 29 (remove_files) COMPLETE
50452026-02-14T02:41:25.942Z[ recovery-image] Feb 14 02:41:25.497 INFO O| Feb 14 02:41:25.497 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50462026-02-14T02:41:25.942Z[ recovery-image] Feb 14 02:41:25.506 INFO O| Feb 14 02:41:25.506 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl-config"
50472026-02-14T02:41:25.942Z[ recovery-image] Feb 14 02:41:25.506 INFO O| Feb 14 02:41:25.506 INFO STEP 30 (remove_files) COMPLETE
50482026-02-14T02:41:25.943Z[ recovery-image] Feb 14 02:41:25.506 INFO O| Feb 14 02:41:25.506 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50492026-02-14T02:41:25.967Z[ recovery-image] Feb 14 02:41:25.516 INFO O| Feb 14 02:41:25.516 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/decrypt"
50502026-02-14T02:41:25.967Z[ recovery-image] Feb 14 02:41:25.516 INFO O| Feb 14 02:41:25.516 INFO STEP 31 (remove_files) COMPLETE
50512026-02-14T02:41:25.967Z[ recovery-image] Feb 14 02:41:25.516 INFO O| Feb 14 02:41:25.516 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50522026-02-14T02:41:25.967Z[ recovery-image] Feb 14 02:41:25.529 INFO O| Feb 14 02:41:25.529 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/digest"
50532026-02-14T02:41:25.967Z[ recovery-image] Feb 14 02:41:25.529 INFO O| Feb 14 02:41:25.529 INFO STEP 32 (remove_files) COMPLETE
50542026-02-14T02:41:25.967Z[ recovery-image] Feb 14 02:41:25.529 INFO O| Feb 14 02:41:25.529 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50552026-02-14T02:41:25.992Z[ recovery-image] Feb 14 02:41:25.540 INFO O| Feb 14 02:41:25.540 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/elfwrap"
50562026-02-14T02:41:26.018Z[ recovery-image] Feb 14 02:41:25.576 INFO O| Feb 14 02:41:25.576 INFO STEP 33 (remove_files) COMPLETE
50572026-02-14T02:41:26.018Z[ recovery-image] Feb 14 02:41:25.576 INFO O| Feb 14 02:41:25.576 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50582026-02-14T02:41:26.089Z[ recovery-image] Feb 14 02:41:25.656 INFO O| Feb 14 02:41:25.656 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/encrypt"
50592026-02-14T02:41:26.089Z[ recovery-image] Feb 14 02:41:25.657 INFO O| Feb 14 02:41:25.656 INFO STEP 34 (remove_files) COMPLETE
50602026-02-14T02:41:26.089Z[ recovery-image] Feb 14 02:41:25.657 INFO O| Feb 14 02:41:25.656 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50612026-02-14T02:41:26.114Z[ recovery-image] Feb 14 02:41:25.671 INFO O| Feb 14 02:41:25.671 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gclear"
50622026-02-14T02:41:26.114Z[ recovery-image] Feb 14 02:41:25.672 INFO O| Feb 14 02:41:25.672 INFO STEP 35 (remove_files) COMPLETE
50632026-02-14T02:41:26.114Z[ recovery-image] Feb 14 02:41:25.672 INFO O| Feb 14 02:41:25.672 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50642026-02-14T02:41:26.138Z[ recovery-image] Feb 14 02:41:25.687 INFO O| Feb 14 02:41:25.687 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ginfocmp"
50652026-02-14T02:41:26.138Z[ recovery-image] Feb 14 02:41:25.687 INFO O| Feb 14 02:41:25.687 INFO STEP 36 (remove_files) COMPLETE
50662026-02-14T02:41:26.138Z[ recovery-image] Feb 14 02:41:25.687 INFO O| Feb 14 02:41:25.687 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50672026-02-14T02:41:26.138Z[ recovery-image] Feb 14 02:41:25.700 INFO O| Feb 14 02:41:25.700 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtabs"
50682026-02-14T02:41:26.138Z[ recovery-image] Feb 14 02:41:25.700 INFO O| Feb 14 02:41:25.700 INFO STEP 37 (remove_files) COMPLETE
50692026-02-14T02:41:26.138Z[ recovery-image] Feb 14 02:41:25.700 INFO O| Feb 14 02:41:25.700 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50702026-02-14T02:41:26.163Z[ recovery-image] Feb 14 02:41:25.711 INFO O| Feb 14 02:41:25.711 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtic"
50712026-02-14T02:41:26.163Z[ recovery-image] Feb 14 02:41:25.711 INFO O| Feb 14 02:41:25.711 INFO STEP 38 (remove_files) COMPLETE
50722026-02-14T02:41:26.164Z[ recovery-image] Feb 14 02:41:25.711 INFO O| Feb 14 02:41:25.711 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50732026-02-14T02:41:26.164Z[ recovery-image] Feb 14 02:41:25.721 INFO O| Feb 14 02:41:25.721 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtoe"
50742026-02-14T02:41:26.164Z[ recovery-image] Feb 14 02:41:25.721 INFO O| Feb 14 02:41:25.721 INFO STEP 39 (remove_files) COMPLETE
50752026-02-14T02:41:26.164Z[ recovery-image] Feb 14 02:41:25.721 INFO O| Feb 14 02:41:25.721 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50762026-02-14T02:41:26.188Z[ recovery-image] Feb 14 02:41:25.738 INFO O| Feb 14 02:41:25.738 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtput"
50772026-02-14T02:41:26.188Z[ recovery-image] Feb 14 02:41:25.738 INFO O| Feb 14 02:41:25.738 INFO STEP 40 (remove_files) COMPLETE
50782026-02-14T02:41:26.188Z[ recovery-image] Feb 14 02:41:25.738 INFO O| Feb 14 02:41:25.738 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50792026-02-14T02:41:26.213Z[ recovery-image] Feb 14 02:41:25.758 INFO O| Feb 14 02:41:25.758 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtset"
50802026-02-14T02:41:26.213Z[ recovery-image] Feb 14 02:41:25.759 INFO O| Feb 14 02:41:25.758 INFO STEP 41 (remove_files) COMPLETE
50812026-02-14T02:41:26.213Z[ recovery-image] Feb 14 02:41:25.759 INFO O| Feb 14 02:41:25.758 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50822026-02-14T02:41:26.213Z[ recovery-image] Feb 14 02:41:25.770 INFO O| Feb 14 02:41:25.770 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/idn"
50832026-02-14T02:41:26.213Z[ recovery-image] Feb 14 02:41:25.770 INFO O| Feb 14 02:41:25.770 INFO STEP 42 (remove_files) COMPLETE
50842026-02-14T02:41:26.213Z[ recovery-image] Feb 14 02:41:25.770 INFO O| Feb 14 02:41:25.770 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50852026-02-14T02:41:26.213Z[ recovery-image] Feb 14 02:41:25.780 INFO O| Feb 14 02:41:25.780 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ksh93"
50862026-02-14T02:41:26.213Z[ recovery-image] Feb 14 02:41:25.780 INFO O| Feb 14 02:41:25.780 INFO STEP 43 (remove_files) COMPLETE
50872026-02-14T02:41:26.213Z[ recovery-image] Feb 14 02:41:25.780 INFO O| Feb 14 02:41:25.780 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50882026-02-14T02:41:26.238Z[ recovery-image] Feb 14 02:41:25.791 INFO O| Feb 14 02:41:25.791 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ls"
50892026-02-14T02:41:26.239Z[ recovery-image] Feb 14 02:41:25.791 INFO O| Feb 14 02:41:25.791 INFO STEP 44 (remove_files) COMPLETE
50902026-02-14T02:41:26.239Z[ recovery-image] Feb 14 02:41:25.791 INFO O| Feb 14 02:41:25.791 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50912026-02-14T02:41:26.239Z[ recovery-image] Feb 14 02:41:25.801 INFO O| Feb 14 02:41:25.801 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/mac"
50922026-02-14T02:41:26.239Z[ recovery-image] Feb 14 02:41:25.801 INFO O| Feb 14 02:41:25.801 INFO STEP 45 (remove_files) COMPLETE
50932026-02-14T02:41:26.239Z[ recovery-image] Feb 14 02:41:25.801 INFO O| Feb 14 02:41:25.801 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50942026-02-14T02:41:26.264Z[ recovery-image] Feb 14 02:41:25.811 INFO O| Feb 14 02:41:25.811 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/moe"
50952026-02-14T02:41:26.264Z[ recovery-image] Feb 14 02:41:25.811 INFO O| Feb 14 02:41:25.811 INFO STEP 46 (remove_files) COMPLETE
50962026-02-14T02:41:26.264Z[ recovery-image] Feb 14 02:41:25.811 INFO O| Feb 14 02:41:25.811 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50972026-02-14T02:41:26.264Z[ recovery-image] Feb 14 02:41:25.821 INFO O| Feb 14 02:41:25.821 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ncurses6-config"
50982026-02-14T02:41:26.264Z[ recovery-image] Feb 14 02:41:25.821 INFO O| Feb 14 02:41:25.821 INFO STEP 47 (remove_files) COMPLETE
50992026-02-14T02:41:26.264Z[ recovery-image] Feb 14 02:41:25.821 INFO O| Feb 14 02:41:25.821 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51002026-02-14T02:41:26.264Z[ recovery-image] Feb 14 02:41:25.831 INFO O| Feb 14 02:41:25.831 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/newtask"
51012026-02-14T02:41:26.264Z[ recovery-image] Feb 14 02:41:25.831 INFO O| Feb 14 02:41:25.831 INFO STEP 48 (remove_files) COMPLETE
51022026-02-14T02:41:26.264Z[ recovery-image] Feb 14 02:41:25.831 INFO O| Feb 14 02:41:25.831 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51032026-02-14T02:41:26.289Z[ recovery-image] Feb 14 02:41:25.849 INFO O| Feb 14 02:41:25.849 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/nohup"
51042026-02-14T02:41:26.289Z[ recovery-image] Feb 14 02:41:25.849 INFO O| Feb 14 02:41:25.849 INFO STEP 49 (remove_files) COMPLETE
51052026-02-14T02:41:26.289Z[ recovery-image] Feb 14 02:41:25.849 INFO O| Feb 14 02:41:25.849 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51062026-02-14T02:41:26.315Z[ recovery-image] Feb 14 02:41:25.860 INFO O| Feb 14 02:41:25.859 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pargs"
51072026-02-14T02:41:26.315Z[ recovery-image] Feb 14 02:41:25.860 INFO O| Feb 14 02:41:25.860 INFO STEP 50 (remove_files) COMPLETE
51082026-02-14T02:41:26.315Z[ recovery-image] Feb 14 02:41:25.860 INFO O| Feb 14 02:41:25.860 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51092026-02-14T02:41:26.315Z[ recovery-image] Feb 14 02:41:25.870 INFO O| Feb 14 02:41:25.870 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pauxv"
51102026-02-14T02:41:26.315Z[ recovery-image] Feb 14 02:41:25.870 INFO O| Feb 14 02:41:25.870 INFO STEP 51 (remove_files) COMPLETE
51112026-02-14T02:41:26.315Z[ recovery-image] Feb 14 02:41:25.870 INFO O| Feb 14 02:41:25.870 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51122026-02-14T02:41:26.342Z[ recovery-image] Feb 14 02:41:25.886 INFO O| Feb 14 02:41:25.886 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcap-config"
51132026-02-14T02:41:26.342Z[ recovery-image] Feb 14 02:41:25.886 INFO O| Feb 14 02:41:25.886 INFO STEP 52 (remove_files) COMPLETE
51142026-02-14T02:41:26.342Z[ recovery-image] Feb 14 02:41:25.886 INFO O| Feb 14 02:41:25.886 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51152026-02-14T02:41:26.342Z[ recovery-image] Feb 14 02:41:25.897 INFO O| Feb 14 02:41:25.897 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre-config"
51162026-02-14T02:41:26.342Z[ recovery-image] Feb 14 02:41:25.897 INFO O| Feb 14 02:41:25.897 INFO STEP 53 (remove_files) COMPLETE
51172026-02-14T02:41:26.342Z[ recovery-image] Feb 14 02:41:25.897 INFO O| Feb 14 02:41:25.897 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51182026-02-14T02:41:26.342Z[ recovery-image] Feb 14 02:41:25.907 INFO O| Feb 14 02:41:25.907 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2-config"
51192026-02-14T02:41:26.342Z[ recovery-image] Feb 14 02:41:25.907 INFO O| Feb 14 02:41:25.907 INFO STEP 54 (remove_files) COMPLETE
51202026-02-14T02:41:26.342Z[ recovery-image] Feb 14 02:41:25.907 INFO O| Feb 14 02:41:25.907 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51212026-02-14T02:41:26.367Z[ recovery-image] Feb 14 02:41:25.917 INFO O| Feb 14 02:41:25.917 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2grep"
51222026-02-14T02:41:26.367Z[ recovery-image] Feb 14 02:41:25.917 INFO O| Feb 14 02:41:25.917 INFO STEP 55 (remove_files) COMPLETE
51232026-02-14T02:41:26.367Z[ recovery-image] Feb 14 02:41:25.917 INFO O| Feb 14 02:41:25.917 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51242026-02-14T02:41:26.367Z[ recovery-image] Feb 14 02:41:25.927 INFO O| Feb 14 02:41:25.927 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2test"
51252026-02-14T02:41:26.367Z[ recovery-image] Feb 14 02:41:25.927 INFO O| Feb 14 02:41:25.927 INFO STEP 56 (remove_files) COMPLETE
51262026-02-14T02:41:26.367Z[ recovery-image] Feb 14 02:41:25.927 INFO O| Feb 14 02:41:25.927 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51272026-02-14T02:41:26.391Z[ recovery-image] Feb 14 02:41:25.937 INFO O| Feb 14 02:41:25.937 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcred"
51282026-02-14T02:41:26.392Z[ recovery-image] Feb 14 02:41:25.937 INFO O| Feb 14 02:41:25.937 INFO STEP 57 (remove_files) COMPLETE
51292026-02-14T02:41:26.392Z[ recovery-image] Feb 14 02:41:25.937 INFO O| Feb 14 02:41:25.937 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51302026-02-14T02:41:26.392Z[ recovery-image] Feb 14 02:41:25.957 INFO O| Feb 14 02:41:25.957 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcregrep"
51312026-02-14T02:41:26.392Z[ recovery-image] Feb 14 02:41:25.957 INFO O| Feb 14 02:41:25.957 INFO STEP 58 (remove_files) COMPLETE
51322026-02-14T02:41:26.392Z[ recovery-image] Feb 14 02:41:25.957 INFO O| Feb 14 02:41:25.957 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51332026-02-14T02:41:26.417Z[ recovery-image] Feb 14 02:41:25.977 INFO O| Feb 14 02:41:25.976 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcretest"
51342026-02-14T02:41:26.417Z[ recovery-image] Feb 14 02:41:25.977 INFO O| Feb 14 02:41:25.977 INFO STEP 59 (remove_files) COMPLETE
51352026-02-14T02:41:26.417Z[ recovery-image] Feb 14 02:41:25.977 INFO O| Feb 14 02:41:25.977 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51362026-02-14T02:41:26.442Z[ recovery-image] Feb 14 02:41:25.991 INFO O| Feb 14 02:41:25.991 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/penv"
51372026-02-14T02:41:26.442Z[ recovery-image] Feb 14 02:41:25.991 INFO O| Feb 14 02:41:25.991 INFO STEP 60 (remove_files) COMPLETE
51382026-02-14T02:41:26.442Z[ recovery-image] Feb 14 02:41:25.991 INFO O| Feb 14 02:41:25.991 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51392026-02-14T02:41:26.442Z[ recovery-image] Feb 14 02:41:26.003 INFO O| Feb 14 02:41:26.003 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pfiles"
51402026-02-14T02:41:26.442Z[ recovery-image] Feb 14 02:41:26.003 INFO O| Feb 14 02:41:26.003 INFO STEP 61 (remove_files) COMPLETE
51412026-02-14T02:41:26.442Z[ recovery-image] Feb 14 02:41:26.003 INFO O| Feb 14 02:41:26.003 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51422026-02-14T02:41:26.467Z[ recovery-image] Feb 14 02:41:26.013 INFO O| Feb 14 02:41:26.013 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pflags"
51432026-02-14T02:41:26.467Z[ recovery-image] Feb 14 02:41:26.014 INFO O| Feb 14 02:41:26.014 INFO STEP 62 (remove_files) COMPLETE
51442026-02-14T02:41:26.467Z[ recovery-image] Feb 14 02:41:26.014 INFO O| Feb 14 02:41:26.014 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51452026-02-14T02:41:26.467Z[ recovery-image] Feb 14 02:41:26.028 INFO O| Feb 14 02:41:26.028 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pldd"
51462026-02-14T02:41:26.467Z[ recovery-image] Feb 14 02:41:26.028 INFO O| Feb 14 02:41:26.028 INFO STEP 63 (remove_files) COMPLETE
51472026-02-14T02:41:26.467Z[ recovery-image] Feb 14 02:41:26.028 INFO O| Feb 14 02:41:26.028 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51482026-02-14T02:41:26.492Z[ recovery-image] Feb 14 02:41:26.044 INFO O| Feb 14 02:41:26.044 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plgrp"
51492026-02-14T02:41:26.492Z[ recovery-image] Feb 14 02:41:26.044 INFO O| Feb 14 02:41:26.044 INFO STEP 64 (remove_files) COMPLETE
51502026-02-14T02:41:26.492Z[ recovery-image] Feb 14 02:41:26.044 INFO O| Feb 14 02:41:26.044 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51512026-02-14T02:41:26.492Z[ recovery-image] Feb 14 02:41:26.056 INFO O| Feb 14 02:41:26.056 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plimit"
51522026-02-14T02:41:26.492Z[ recovery-image] Feb 14 02:41:26.056 INFO O| Feb 14 02:41:26.056 INFO STEP 65 (remove_files) COMPLETE
51532026-02-14T02:41:26.492Z[ recovery-image] Feb 14 02:41:26.056 INFO O| Feb 14 02:41:26.056 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51542026-02-14T02:41:26.518Z[ recovery-image] Feb 14 02:41:26.067 INFO O| Feb 14 02:41:26.067 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmadvise"
51552026-02-14T02:41:26.518Z[ recovery-image] Feb 14 02:41:26.067 INFO O| Feb 14 02:41:26.067 INFO STEP 66 (remove_files) COMPLETE
51562026-02-14T02:41:26.518Z[ recovery-image] Feb 14 02:41:26.067 INFO O| Feb 14 02:41:26.067 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51572026-02-14T02:41:26.518Z[ recovery-image] Feb 14 02:41:26.082 INFO O| Feb 14 02:41:26.082 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmap"
51582026-02-14T02:41:26.518Z[ recovery-image] Feb 14 02:41:26.082 INFO O| Feb 14 02:41:26.082 INFO STEP 67 (remove_files) COMPLETE
51592026-02-14T02:41:26.518Z[ recovery-image] Feb 14 02:41:26.082 INFO O| Feb 14 02:41:26.082 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51602026-02-14T02:41:26.543Z[ recovery-image] Feb 14 02:41:26.092 INFO O| Feb 14 02:41:26.092 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppgsz"
51612026-02-14T02:41:26.543Z[ recovery-image] Feb 14 02:41:26.092 INFO O| Feb 14 02:41:26.092 INFO STEP 68 (remove_files) COMPLETE
51622026-02-14T02:41:26.543Z[ recovery-image] Feb 14 02:41:26.092 INFO O| Feb 14 02:41:26.092 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51632026-02-14T02:41:26.543Z[ recovery-image] Feb 14 02:41:26.102 INFO O| Feb 14 02:41:26.102 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppriv"
51642026-02-14T02:41:26.543Z[ recovery-image] Feb 14 02:41:26.102 INFO O| Feb 14 02:41:26.102 INFO STEP 69 (remove_files) COMPLETE
51652026-02-14T02:41:26.543Z[ recovery-image] Feb 14 02:41:26.102 INFO O| Feb 14 02:41:26.102 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51662026-02-14T02:41:26.567Z[ recovery-image] Feb 14 02:41:26.112 INFO O| Feb 14 02:41:26.112 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prctl"
51672026-02-14T02:41:26.567Z[ recovery-image] Feb 14 02:41:26.112 INFO O| Feb 14 02:41:26.112 INFO STEP 70 (remove_files) COMPLETE
51682026-02-14T02:41:26.567Z[ recovery-image] Feb 14 02:41:26.112 INFO O| Feb 14 02:41:26.112 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51692026-02-14T02:41:26.567Z[ recovery-image] Feb 14 02:41:26.128 INFO O| Feb 14 02:41:26.128 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/preap"
51702026-02-14T02:41:26.568Z[ recovery-image] Feb 14 02:41:26.128 INFO O| Feb 14 02:41:26.128 INFO STEP 71 (remove_files) COMPLETE
51712026-02-14T02:41:26.568Z[ recovery-image] Feb 14 02:41:26.128 INFO O| Feb 14 02:41:26.128 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51722026-02-14T02:41:26.597Z[ recovery-image] Feb 14 02:41:26.138 INFO O| Feb 14 02:41:26.138 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prstat"
51732026-02-14T02:41:26.597Z[ recovery-image] Feb 14 02:41:26.139 INFO O| Feb 14 02:41:26.139 INFO STEP 72 (remove_files) COMPLETE
51742026-02-14T02:41:26.597Z[ recovery-image] Feb 14 02:41:26.139 INFO O| Feb 14 02:41:26.139 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51752026-02-14T02:41:26.597Z[ recovery-image] Feb 14 02:41:26.151 INFO O| Feb 14 02:41:26.151 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prun"
51762026-02-14T02:41:26.597Z[ recovery-image] Feb 14 02:41:26.151 INFO O| Feb 14 02:41:26.151 INFO STEP 73 (remove_files) COMPLETE
51772026-02-14T02:41:26.597Z[ recovery-image] Feb 14 02:41:26.151 INFO O| Feb 14 02:41:26.151 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51782026-02-14T02:41:26.597Z[ recovery-image] Feb 14 02:41:26.162 INFO O| Feb 14 02:41:26.162 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psecflags"
51792026-02-14T02:41:26.597Z[ recovery-image] Feb 14 02:41:26.163 INFO O| Feb 14 02:41:26.162 INFO STEP 74 (remove_files) COMPLETE
51802026-02-14T02:41:26.597Z[ recovery-image] Feb 14 02:41:26.163 INFO O| Feb 14 02:41:26.162 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51812026-02-14T02:41:26.622Z[ recovery-image] Feb 14 02:41:26.172 INFO O| Feb 14 02:41:26.172 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psig"
51822026-02-14T02:41:26.622Z[ recovery-image] Feb 14 02:41:26.172 INFO O| Feb 14 02:41:26.172 INFO STEP 75 (remove_files) COMPLETE
51832026-02-14T02:41:26.622Z[ recovery-image] Feb 14 02:41:26.172 INFO O| Feb 14 02:41:26.172 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51842026-02-14T02:41:26.622Z[ recovery-image] Feb 14 02:41:26.182 INFO O| Feb 14 02:41:26.182 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstack"
51852026-02-14T02:41:26.622Z[ recovery-image] Feb 14 02:41:26.182 INFO O| Feb 14 02:41:26.182 INFO STEP 76 (remove_files) COMPLETE
51862026-02-14T02:41:26.622Z[ recovery-image] Feb 14 02:41:26.182 INFO O| Feb 14 02:41:26.182 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51872026-02-14T02:41:26.646Z[ recovery-image] Feb 14 02:41:26.199 INFO O| Feb 14 02:41:26.199 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstop"
51882026-02-14T02:41:26.646Z[ recovery-image] Feb 14 02:41:26.199 INFO O| Feb 14 02:41:26.199 INFO STEP 77 (remove_files) COMPLETE
51892026-02-14T02:41:26.647Z[ recovery-image] Feb 14 02:41:26.199 INFO O| Feb 14 02:41:26.199 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51902026-02-14T02:41:26.671Z[ recovery-image] Feb 14 02:41:26.216 INFO O| Feb 14 02:41:26.216 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptime"
51912026-02-14T02:41:26.671Z[ recovery-image] Feb 14 02:41:26.217 INFO O| Feb 14 02:41:26.216 INFO STEP 78 (remove_files) COMPLETE
51922026-02-14T02:41:26.671Z[ recovery-image] Feb 14 02:41:26.217 INFO O| Feb 14 02:41:26.217 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51932026-02-14T02:41:26.671Z[ recovery-image] Feb 14 02:41:26.227 INFO O| Feb 14 02:41:26.227 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptree"
51942026-02-14T02:41:26.671Z[ recovery-image] Feb 14 02:41:26.227 INFO O| Feb 14 02:41:26.227 INFO STEP 79 (remove_files) COMPLETE
51952026-02-14T02:41:26.671Z[ recovery-image] Feb 14 02:41:26.227 INFO O| Feb 14 02:41:26.227 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51962026-02-14T02:41:26.671Z[ recovery-image] Feb 14 02:41:26.237 INFO O| Feb 14 02:41:26.237 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwait"
51972026-02-14T02:41:26.671Z[ recovery-image] Feb 14 02:41:26.237 INFO O| Feb 14 02:41:26.237 INFO STEP 80 (remove_files) COMPLETE
51982026-02-14T02:41:26.671Z[ recovery-image] Feb 14 02:41:26.237 INFO O| Feb 14 02:41:26.237 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51992026-02-14T02:41:26.696Z[ recovery-image] Feb 14 02:41:26.247 INFO O| Feb 14 02:41:26.247 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwdx"
52002026-02-14T02:41:26.696Z[ recovery-image] Feb 14 02:41:26.247 INFO O| Feb 14 02:41:26.247 INFO STEP 81 (remove_files) COMPLETE
52012026-02-14T02:41:26.696Z[ recovery-image] Feb 14 02:41:26.247 INFO O| Feb 14 02:41:26.247 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52022026-02-14T02:41:26.696Z[ recovery-image] Feb 14 02:41:26.257 INFO O| Feb 14 02:41:26.257 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh"
52032026-02-14T02:41:26.696Z[ recovery-image] Feb 14 02:41:26.257 INFO O| Feb 14 02:41:26.257 INFO STEP 82 (remove_files) COMPLETE
52042026-02-14T02:41:26.696Z[ recovery-image] Feb 14 02:41:26.257 INFO O| Feb 14 02:41:26.257 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52052026-02-14T02:41:26.724Z[ recovery-image] Feb 14 02:41:26.270 INFO O| Feb 14 02:41:26.270 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh93"
52062026-02-14T02:41:26.724Z[ recovery-image] Feb 14 02:41:26.270 INFO O| Feb 14 02:41:26.270 INFO STEP 83 (remove_files) COMPLETE
52072026-02-14T02:41:26.724Z[ recovery-image] Feb 14 02:41:26.270 INFO O| Feb 14 02:41:26.270 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52082026-02-14T02:41:26.724Z[ recovery-image] Feb 14 02:41:26.284 INFO O| Feb 14 02:41:26.284 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/sqlite3"
52092026-02-14T02:41:26.724Z[ recovery-image] Feb 14 02:41:26.284 INFO O| Feb 14 02:41:26.284 INFO STEP 84 (remove_files) COMPLETE
52102026-02-14T02:41:26.724Z[ recovery-image] Feb 14 02:41:26.284 INFO O| Feb 14 02:41:26.284 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52112026-02-14T02:41:26.750Z[ recovery-image] Feb 14 02:41:26.302 INFO O| Feb 14 02:41:26.302 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/strings"
52122026-02-14T02:41:26.750Z[ recovery-image] Feb 14 02:41:26.302 INFO O| Feb 14 02:41:26.302 INFO STEP 85 (remove_files) COMPLETE
52132026-02-14T02:41:26.750Z[ recovery-image] Feb 14 02:41:26.302 INFO O| Feb 14 02:41:26.302 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52142026-02-14T02:41:26.750Z[ recovery-image] Feb 14 02:41:26.315 INFO O| Feb 14 02:41:26.315 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xml2-config"
52152026-02-14T02:41:26.750Z[ recovery-image] Feb 14 02:41:26.315 INFO O| Feb 14 02:41:26.315 INFO STEP 86 (remove_files) COMPLETE
52162026-02-14T02:41:26.750Z[ recovery-image] Feb 14 02:41:26.315 INFO O| Feb 14 02:41:26.315 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52172026-02-14T02:41:26.774Z[ recovery-image] Feb 14 02:41:26.325 INFO O| Feb 14 02:41:26.325 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmlcatalog"
52182026-02-14T02:41:26.774Z[ recovery-image] Feb 14 02:41:26.325 INFO O| Feb 14 02:41:26.325 INFO STEP 87 (remove_files) COMPLETE
52192026-02-14T02:41:26.774Z[ recovery-image] Feb 14 02:41:26.325 INFO O| Feb 14 02:41:26.325 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52202026-02-14T02:41:26.774Z[ recovery-image] Feb 14 02:41:26.335 INFO O| Feb 14 02:41:26.335 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmllint"
52212026-02-14T02:41:26.774Z[ recovery-image] Feb 14 02:41:26.335 INFO O| Feb 14 02:41:26.335 INFO STEP 88 (remove_files) COMPLETE
52222026-02-14T02:41:26.774Z[ recovery-image] Feb 14 02:41:26.336 INFO O| Feb 14 02:41:26.335 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52232026-02-14T02:41:26.799Z[ recovery-image] Feb 14 02:41:26.345 INFO O| Feb 14 02:41:26.345 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amt"
52242026-02-14T02:41:26.799Z[ recovery-image] Feb 14 02:41:26.346 INFO O| Feb 14 02:41:26.346 INFO STEP 89 (remove_files) COMPLETE
52252026-02-14T02:41:26.799Z[ recovery-image] Feb 14 02:41:26.346 INFO O| Feb 14 02:41:26.346 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52262026-02-14T02:41:26.799Z[ recovery-image] Feb 14 02:41:26.356 INFO O| Feb 14 02:41:26.356 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/arch"
52272026-02-14T02:41:26.799Z[ recovery-image] Feb 14 02:41:26.356 INFO O| Feb 14 02:41:26.356 INFO STEP 90 (remove_files) COMPLETE
52282026-02-14T02:41:26.799Z[ recovery-image] Feb 14 02:41:26.356 INFO O| Feb 14 02:41:26.356 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52292026-02-14T02:41:26.799Z[ recovery-image] Feb 14 02:41:26.365 INFO O| Feb 14 02:41:26.365 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/asa"
52302026-02-14T02:41:26.799Z[ recovery-image] Feb 14 02:41:26.366 INFO O| Feb 14 02:41:26.366 INFO STEP 91 (remove_files) COMPLETE
52312026-02-14T02:41:26.799Z[ recovery-image] Feb 14 02:41:26.366 INFO O| Feb 14 02:41:26.366 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52322026-02-14T02:41:26.824Z[ recovery-image] Feb 14 02:41:26.375 INFO O| Feb 14 02:41:26.375 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/at"
52332026-02-14T02:41:26.824Z[ recovery-image] Feb 14 02:41:26.375 INFO O| Feb 14 02:41:26.375 INFO STEP 92 (remove_files) COMPLETE
52342026-02-14T02:41:26.824Z[ recovery-image] Feb 14 02:41:26.376 INFO O| Feb 14 02:41:26.375 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52352026-02-14T02:41:26.824Z[ recovery-image] Feb 14 02:41:26.385 INFO O| Feb 14 02:41:26.385 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atq"
52362026-02-14T02:41:26.824Z[ recovery-image] Feb 14 02:41:26.385 INFO O| Feb 14 02:41:26.385 INFO STEP 93 (remove_files) COMPLETE
52372026-02-14T02:41:26.824Z[ recovery-image] Feb 14 02:41:26.385 INFO O| Feb 14 02:41:26.385 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52382026-02-14T02:41:26.849Z[ recovery-image] Feb 14 02:41:26.395 INFO O| Feb 14 02:41:26.395 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atrm"
52392026-02-14T02:41:26.849Z[ recovery-image] Feb 14 02:41:26.395 INFO O| Feb 14 02:41:26.395 INFO STEP 94 (remove_files) COMPLETE
52402026-02-14T02:41:26.849Z[ recovery-image] Feb 14 02:41:26.395 INFO O| Feb 14 02:41:26.395 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52412026-02-14T02:41:26.849Z[ recovery-image] Feb 14 02:41:26.405 INFO O| Feb 14 02:41:26.405 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/auths"
52422026-02-14T02:41:26.849Z[ recovery-image] Feb 14 02:41:26.405 INFO O| Feb 14 02:41:26.405 INFO STEP 95 (remove_files) COMPLETE
52432026-02-14T02:41:26.849Z[ recovery-image] Feb 14 02:41:26.405 INFO O| Feb 14 02:41:26.405 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52442026-02-14T02:41:26.849Z[ recovery-image] Feb 14 02:41:26.414 INFO O| Feb 14 02:41:26.414 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/banner"
52452026-02-14T02:41:26.849Z[ recovery-image] Feb 14 02:41:26.414 INFO O| Feb 14 02:41:26.414 INFO STEP 96 (remove_files) COMPLETE
52462026-02-14T02:41:26.849Z[ recovery-image] Feb 14 02:41:26.414 INFO O| Feb 14 02:41:26.414 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52472026-02-14T02:41:26.874Z[ recovery-image] Feb 14 02:41:26.424 INFO O| Feb 14 02:41:26.424 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bashbug"
52482026-02-14T02:41:26.874Z[ recovery-image] Feb 14 02:41:26.424 INFO O| Feb 14 02:41:26.424 INFO STEP 97 (remove_files) COMPLETE
52492026-02-14T02:41:26.874Z[ recovery-image] Feb 14 02:41:26.424 INFO O| Feb 14 02:41:26.424 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52502026-02-14T02:41:26.874Z[ recovery-image] Feb 14 02:41:26.434 INFO O| Feb 14 02:41:26.434 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/batch"
52512026-02-14T02:41:26.874Z[ recovery-image] Feb 14 02:41:26.434 INFO O| Feb 14 02:41:26.434 INFO STEP 98 (remove_files) COMPLETE
52522026-02-14T02:41:26.874Z[ recovery-image] Feb 14 02:41:26.434 INFO O| Feb 14 02:41:26.434 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52532026-02-14T02:41:26.900Z[ recovery-image] Feb 14 02:41:26.451 INFO O| Feb 14 02:41:26.451 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bc"
52542026-02-14T02:41:26.900Z[ recovery-image] Feb 14 02:41:26.451 INFO O| Feb 14 02:41:26.451 INFO STEP 99 (remove_files) COMPLETE
52552026-02-14T02:41:26.900Z[ recovery-image] Feb 14 02:41:26.451 INFO O| Feb 14 02:41:26.451 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52562026-02-14T02:41:26.900Z[ recovery-image] Feb 14 02:41:26.461 INFO O| Feb 14 02:41:26.461 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bdiff"
52572026-02-14T02:41:26.900Z[ recovery-image] Feb 14 02:41:26.461 INFO O| Feb 14 02:41:26.461 INFO STEP 100 (remove_files) COMPLETE
52582026-02-14T02:41:26.900Z[ recovery-image] Feb 14 02:41:26.461 INFO O| Feb 14 02:41:26.461 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52592026-02-14T02:41:26.925Z[ recovery-image] Feb 14 02:41:26.470 INFO O| Feb 14 02:41:26.470 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bg"
52602026-02-14T02:41:26.925Z[ recovery-image] Feb 14 02:41:26.470 INFO O| Feb 14 02:41:26.470 INFO STEP 101 (remove_files) COMPLETE
52612026-02-14T02:41:26.925Z[ recovery-image] Feb 14 02:41:26.470 INFO O| Feb 14 02:41:26.470 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52622026-02-14T02:41:26.925Z[ recovery-image] Feb 14 02:41:26.480 INFO O| Feb 14 02:41:26.480 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/brotli"
52632026-02-14T02:41:26.925Z[ recovery-image] Feb 14 02:41:26.480 INFO O| Feb 14 02:41:26.480 INFO STEP 102 (remove_files) COMPLETE
52642026-02-14T02:41:26.926Z[ recovery-image] Feb 14 02:41:26.480 INFO O| Feb 14 02:41:26.480 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52652026-02-14T02:41:26.950Z[ recovery-image] Feb 14 02:41:26.500 INFO O| Feb 14 02:41:26.500 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bunzip2"
52662026-02-14T02:41:26.951Z[ recovery-image] Feb 14 02:41:26.500 INFO O| Feb 14 02:41:26.500 INFO STEP 103 (remove_files) COMPLETE
52672026-02-14T02:41:26.951Z[ recovery-image] Feb 14 02:41:26.500 INFO O| Feb 14 02:41:26.500 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52682026-02-14T02:41:26.951Z[ recovery-image] Feb 14 02:41:26.518 INFO O| Feb 14 02:41:26.518 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/busstat"
52692026-02-14T02:41:26.951Z[ recovery-image] Feb 14 02:41:26.518 INFO O| Feb 14 02:41:26.518 INFO STEP 104 (remove_files) COMPLETE
52702026-02-14T02:41:26.951Z[ recovery-image] Feb 14 02:41:26.518 INFO O| Feb 14 02:41:26.518 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52712026-02-14T02:41:26.975Z[ recovery-image] Feb 14 02:41:26.528 INFO O| Feb 14 02:41:26.528 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzcat"
52722026-02-14T02:41:26.975Z[ recovery-image] Feb 14 02:41:26.528 INFO O| Feb 14 02:41:26.528 INFO STEP 105 (remove_files) COMPLETE
52732026-02-14T02:41:26.976Z[ recovery-image] Feb 14 02:41:26.528 INFO O| Feb 14 02:41:26.528 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52742026-02-14T02:41:26.976Z[ recovery-image] Feb 14 02:41:26.538 INFO O| Feb 14 02:41:26.538 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzdiff"
52752026-02-14T02:41:26.976Z[ recovery-image] Feb 14 02:41:26.538 INFO O| Feb 14 02:41:26.538 INFO STEP 106 (remove_files) COMPLETE
52762026-02-14T02:41:26.976Z[ recovery-image] Feb 14 02:41:26.538 INFO O| Feb 14 02:41:26.538 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52772026-02-14T02:41:27.000Z[ recovery-image] Feb 14 02:41:26.551 INFO O| Feb 14 02:41:26.551 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzgrep"
52782026-02-14T02:41:27.000Z[ recovery-image] Feb 14 02:41:26.551 INFO O| Feb 14 02:41:26.551 INFO STEP 107 (remove_files) COMPLETE
52792026-02-14T02:41:27.000Z[ recovery-image] Feb 14 02:41:26.551 INFO O| Feb 14 02:41:26.551 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52802026-02-14T02:41:27.000Z[ recovery-image] Feb 14 02:41:26.566 INFO O| Feb 14 02:41:26.566 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2"
52812026-02-14T02:41:27.000Z[ recovery-image] Feb 14 02:41:26.566 INFO O| Feb 14 02:41:26.566 INFO STEP 108 (remove_files) COMPLETE
52822026-02-14T02:41:27.000Z[ recovery-image] Feb 14 02:41:26.566 INFO O| Feb 14 02:41:26.566 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52832026-02-14T02:41:27.025Z[ recovery-image] Feb 14 02:41:26.577 INFO O| Feb 14 02:41:26.577 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2recover"
52842026-02-14T02:41:27.025Z[ recovery-image] Feb 14 02:41:26.577 INFO O| Feb 14 02:41:26.577 INFO STEP 109 (remove_files) COMPLETE
52852026-02-14T02:41:27.025Z[ recovery-image] Feb 14 02:41:26.577 INFO O| Feb 14 02:41:26.577 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52862026-02-14T02:41:27.025Z[ recovery-image] Feb 14 02:41:26.588 INFO O| Feb 14 02:41:26.588 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzmore"
52872026-02-14T02:41:27.025Z[ recovery-image] Feb 14 02:41:26.588 INFO O| Feb 14 02:41:26.588 INFO STEP 110 (remove_files) COMPLETE
52882026-02-14T02:41:27.025Z[ recovery-image] Feb 14 02:41:26.588 INFO O| Feb 14 02:41:26.588 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52892026-02-14T02:41:27.053Z[ recovery-image] Feb 14 02:41:26.597 INFO O| Feb 14 02:41:26.597 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cal"
52902026-02-14T02:41:27.053Z[ recovery-image] Feb 14 02:41:26.597 INFO O| Feb 14 02:41:26.597 INFO STEP 111 (remove_files) COMPLETE
52912026-02-14T02:41:27.053Z[ recovery-image] Feb 14 02:41:26.597 INFO O| Feb 14 02:41:26.597 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52922026-02-14T02:41:27.053Z[ recovery-image] Feb 14 02:41:26.607 INFO O| Feb 14 02:41:26.607 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/captoinfo"
52932026-02-14T02:41:27.053Z[ recovery-image] Feb 14 02:41:26.607 INFO O| Feb 14 02:41:26.607 INFO STEP 112 (remove_files) COMPLETE
52942026-02-14T02:41:27.053Z[ recovery-image] Feb 14 02:41:26.607 INFO O| Feb 14 02:41:26.607 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52952026-02-14T02:41:27.053Z[ recovery-image] Feb 14 02:41:26.617 INFO O| Feb 14 02:41:26.617 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cd"
52962026-02-14T02:41:27.053Z[ recovery-image] Feb 14 02:41:26.617 INFO O| Feb 14 02:41:26.617 INFO STEP 113 (remove_files) COMPLETE
52972026-02-14T02:41:27.053Z[ recovery-image] Feb 14 02:41:26.617 INFO O| Feb 14 02:41:26.617 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52982026-02-14T02:41:27.079Z[ recovery-image] Feb 14 02:41:26.634 INFO O| Feb 14 02:41:26.634 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/certutil"
52992026-02-14T02:41:27.079Z[ recovery-image] Feb 14 02:41:26.634 INFO O| Feb 14 02:41:26.634 INFO STEP 114 (remove_files) COMPLETE
53002026-02-14T02:41:27.079Z[ recovery-image] Feb 14 02:41:26.634 INFO O| Feb 14 02:41:26.634 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53012026-02-14T02:41:27.104Z[ recovery-image] Feb 14 02:41:26.654 INFO O| Feb 14 02:41:26.654 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/checkbandwidth"
53022026-02-14T02:41:27.104Z[ recovery-image] Feb 14 02:41:26.654 INFO O| Feb 14 02:41:26.654 INFO STEP 115 (remove_files) COMPLETE
53032026-02-14T02:41:27.104Z[ recovery-image] Feb 14 02:41:26.654 INFO O| Feb 14 02:41:26.654 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53042026-02-14T02:41:27.104Z[ recovery-image] Feb 14 02:41:26.670 INFO O| Feb 14 02:41:26.669 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chgrp"
53052026-02-14T02:41:27.104Z[ recovery-image] Feb 14 02:41:26.670 INFO O| Feb 14 02:41:26.670 INFO STEP 116 (remove_files) COMPLETE
53062026-02-14T02:41:27.104Z[ recovery-image] Feb 14 02:41:26.670 INFO O| Feb 14 02:41:26.670 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53072026-02-14T02:41:27.130Z[ recovery-image] Feb 14 02:41:26.683 INFO O| Feb 14 02:41:26.683 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chronyc"
53082026-02-14T02:41:27.130Z[ recovery-image] Feb 14 02:41:26.683 INFO O| Feb 14 02:41:26.683 INFO STEP 117 (remove_files) COMPLETE
53092026-02-14T02:41:27.130Z[ recovery-image] Feb 14 02:41:26.683 INFO O| Feb 14 02:41:26.683 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53102026-02-14T02:41:27.130Z[ recovery-image] Feb 14 02:41:26.695 INFO O| Feb 14 02:41:26.695 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckdate"
53112026-02-14T02:41:27.130Z[ recovery-image] Feb 14 02:41:26.695 INFO O| Feb 14 02:41:26.695 INFO STEP 118 (remove_files) COMPLETE
53122026-02-14T02:41:27.130Z[ recovery-image] Feb 14 02:41:26.695 INFO O| Feb 14 02:41:26.695 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53132026-02-14T02:41:27.154Z[ recovery-image] Feb 14 02:41:26.705 INFO O| Feb 14 02:41:26.705 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckgid"
53142026-02-14T02:41:27.154Z[ recovery-image] Feb 14 02:41:26.705 INFO O| Feb 14 02:41:26.705 INFO STEP 119 (remove_files) COMPLETE
53152026-02-14T02:41:27.154Z[ recovery-image] Feb 14 02:41:26.705 INFO O| Feb 14 02:41:26.705 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53162026-02-14T02:41:27.154Z[ recovery-image] Feb 14 02:41:26.715 INFO O| Feb 14 02:41:26.715 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckint"
53172026-02-14T02:41:27.154Z[ recovery-image] Feb 14 02:41:26.715 INFO O| Feb 14 02:41:26.715 INFO STEP 120 (remove_files) COMPLETE
53182026-02-14T02:41:27.154Z[ recovery-image] Feb 14 02:41:26.715 INFO O| Feb 14 02:41:26.715 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53192026-02-14T02:41:27.179Z[ recovery-image] Feb 14 02:41:26.729 INFO O| Feb 14 02:41:26.729 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckitem"
53202026-02-14T02:41:27.179Z[ recovery-image] Feb 14 02:41:26.729 INFO O| Feb 14 02:41:26.729 INFO STEP 121 (remove_files) COMPLETE
53212026-02-14T02:41:27.179Z[ recovery-image] Feb 14 02:41:26.729 INFO O| Feb 14 02:41:26.729 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53222026-02-14T02:41:27.179Z[ recovery-image] Feb 14 02:41:26.742 INFO O| Feb 14 02:41:26.742 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckkeywd"
53232026-02-14T02:41:27.179Z[ recovery-image] Feb 14 02:41:26.743 INFO O| Feb 14 02:41:26.742 INFO STEP 122 (remove_files) COMPLETE
53242026-02-14T02:41:27.179Z[ recovery-image] Feb 14 02:41:26.743 INFO O| Feb 14 02:41:26.742 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53252026-02-14T02:41:27.204Z[ recovery-image] Feb 14 02:41:26.755 INFO O| Feb 14 02:41:26.755 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckpath"
53262026-02-14T02:41:27.204Z[ recovery-image] Feb 14 02:41:26.755 INFO O| Feb 14 02:41:26.755 INFO STEP 123 (remove_files) COMPLETE
53272026-02-14T02:41:27.204Z[ recovery-image] Feb 14 02:41:26.755 INFO O| Feb 14 02:41:26.755 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53282026-02-14T02:41:27.204Z[ recovery-image] Feb 14 02:41:26.767 INFO O| Feb 14 02:41:26.767 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckrange"
53292026-02-14T02:41:27.204Z[ recovery-image] Feb 14 02:41:26.767 INFO O| Feb 14 02:41:26.767 INFO STEP 124 (remove_files) COMPLETE
53302026-02-14T02:41:27.204Z[ recovery-image] Feb 14 02:41:26.767 INFO O| Feb 14 02:41:26.767 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53312026-02-14T02:41:27.230Z[ recovery-image] Feb 14 02:41:26.790 INFO O| Feb 14 02:41:26.789 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckstr"
53322026-02-14T02:41:27.230Z[ recovery-image] Feb 14 02:41:26.790 INFO O| Feb 14 02:41:26.790 INFO STEP 125 (remove_files) COMPLETE
53332026-02-14T02:41:27.230Z[ recovery-image] Feb 14 02:41:26.790 INFO O| Feb 14 02:41:26.790 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53342026-02-14T02:41:27.256Z[ recovery-image] Feb 14 02:41:26.803 INFO O| Feb 14 02:41:26.803 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cksum"
53352026-02-14T02:41:27.256Z[ recovery-image] Feb 14 02:41:26.803 INFO O| Feb 14 02:41:26.803 INFO STEP 126 (remove_files) COMPLETE
53362026-02-14T02:41:27.256Z[ recovery-image] Feb 14 02:41:26.803 INFO O| Feb 14 02:41:26.803 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53372026-02-14T02:41:27.256Z[ recovery-image] Feb 14 02:41:26.816 INFO O| Feb 14 02:41:26.816 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cktime"
53382026-02-14T02:41:27.256Z[ recovery-image] Feb 14 02:41:26.816 INFO O| Feb 14 02:41:26.816 INFO STEP 127 (remove_files) COMPLETE
53392026-02-14T02:41:27.256Z[ recovery-image] Feb 14 02:41:26.816 INFO O| Feb 14 02:41:26.816 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53402026-02-14T02:41:27.720Z[ recovery-image] Feb 14 02:41:26.828 INFO O| Feb 14 02:41:26.828 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckuid"
53412026-02-14T02:41:27.720Z[ recovery-image] Feb 14 02:41:26.828 INFO O| Feb 14 02:41:26.828 INFO STEP 128 (remove_files) COMPLETE
53422026-02-14T02:41:27.720Z[ recovery-image] Feb 14 02:41:26.828 INFO O| Feb 14 02:41:26.828 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53432026-02-14T02:41:27.720Z[ recovery-image] Feb 14 02:41:26.839 INFO O| Feb 14 02:41:26.839 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckyorn"
53442026-02-14T02:41:27.720Z[ recovery-image] Feb 14 02:41:26.840 INFO O| Feb 14 02:41:26.840 INFO STEP 129 (remove_files) COMPLETE
53452026-02-14T02:41:27.720Z[ recovery-image] Feb 14 02:41:26.840 INFO O| Feb 14 02:41:26.840 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53462026-02-14T02:41:27.720Z[ recovery-image] Feb 14 02:41:26.856 INFO O| Feb 14 02:41:26.856 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/clear"
53472026-02-14T02:41:27.720Z[ recovery-image] Feb 14 02:41:26.856 INFO O| Feb 14 02:41:26.856 INFO STEP 130 (remove_files) COMPLETE
53482026-02-14T02:41:27.720Z[ recovery-image] Feb 14 02:41:26.856 INFO O| Feb 14 02:41:26.856 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53492026-02-14T02:41:27.720Z[ recovery-image] Feb 14 02:41:26.873 INFO O| Feb 14 02:41:26.873 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cmp"
53502026-02-14T02:41:27.720Z[ recovery-image] Feb 14 02:41:26.873 INFO O| Feb 14 02:41:26.873 INFO STEP 131 (remove_files) COMPLETE
53512026-02-14T02:41:27.720Z[ recovery-image] Feb 14 02:41:26.873 INFO O| Feb 14 02:41:26.873 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53522026-02-14T02:41:27.720Z[ recovery-image] Feb 14 02:41:26.889 INFO O| Feb 14 02:41:26.889 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/col"
53532026-02-14T02:41:27.720Z[ recovery-image] Feb 14 02:41:26.889 INFO O| Feb 14 02:41:26.889 INFO STEP 132 (remove_files) COMPLETE
53542026-02-14T02:41:27.720Z[ recovery-image] Feb 14 02:41:26.889 INFO O| Feb 14 02:41:26.889 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53552026-02-14T02:41:27.720Z[ recovery-image] Feb 14 02:41:26.902 INFO O| Feb 14 02:41:26.901 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/comm"
53562026-02-14T02:41:27.720Z[ recovery-image] Feb 14 02:41:26.902 INFO O| Feb 14 02:41:26.902 INFO STEP 133 (remove_files) COMPLETE
53572026-02-14T02:41:27.720Z[ recovery-image] Feb 14 02:41:26.902 INFO O| Feb 14 02:41:26.902 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53582026-02-14T02:41:27.720Z[ recovery-image] Feb 14 02:41:26.916 INFO O| Feb 14 02:41:26.916 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/command"
53592026-02-14T02:41:27.720Z[ recovery-image] Feb 14 02:41:26.916 INFO O| Feb 14 02:41:26.916 INFO STEP 134 (remove_files) COMPLETE
53602026-02-14T02:41:27.720Z[ recovery-image] Feb 14 02:41:26.916 INFO O| Feb 14 02:41:26.916 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53612026-02-14T02:41:27.720Z[ recovery-image] Feb 14 02:41:26.929 INFO O| Feb 14 02:41:26.929 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/compress"
53622026-02-14T02:41:27.721Z[ recovery-image] Feb 14 02:41:26.929 INFO O| Feb 14 02:41:26.929 INFO STEP 135 (remove_files) COMPLETE
53632026-02-14T02:41:27.721Z[ recovery-image] Feb 14 02:41:26.929 INFO O| Feb 14 02:41:26.929 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53642026-02-14T02:41:27.721Z[ recovery-image] Feb 14 02:41:26.942 INFO O| Feb 14 02:41:26.942 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/connstat"
53652026-02-14T02:41:27.721Z[ recovery-image] Feb 14 02:41:26.942 INFO O| Feb 14 02:41:26.942 INFO STEP 136 (remove_files) COMPLETE
53662026-02-14T02:41:27.721Z[ recovery-image] Feb 14 02:41:26.942 INFO O| Feb 14 02:41:26.942 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53672026-02-14T02:41:27.721Z[ recovery-image] Feb 14 02:41:26.954 INFO O| Feb 14 02:41:26.954 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cpio"
53682026-02-14T02:41:27.721Z[ recovery-image] Feb 14 02:41:26.954 INFO O| Feb 14 02:41:26.954 INFO STEP 137 (remove_files) COMPLETE
53692026-02-14T02:41:27.721Z[ recovery-image] Feb 14 02:41:26.954 INFO O| Feb 14 02:41:26.954 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53702026-02-14T02:41:27.721Z[ recovery-image] Feb 14 02:41:26.965 INFO O| Feb 14 02:41:26.965 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cputrack"
53712026-02-14T02:41:27.721Z[ recovery-image] Feb 14 02:41:26.965 INFO O| Feb 14 02:41:26.965 INFO STEP 138 (remove_files) COMPLETE
53722026-02-14T02:41:27.721Z[ recovery-image] Feb 14 02:41:26.965 INFO O| Feb 14 02:41:26.965 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53732026-02-14T02:41:27.721Z[ recovery-image] Feb 14 02:41:26.983 INFO O| Feb 14 02:41:26.983 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crle"
53742026-02-14T02:41:27.721Z[ recovery-image] Feb 14 02:41:26.983 INFO O| Feb 14 02:41:26.983 INFO STEP 139 (remove_files) COMPLETE
53752026-02-14T02:41:27.721Z[ recovery-image] Feb 14 02:41:26.983 INFO O| Feb 14 02:41:26.983 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53762026-02-14T02:41:27.721Z[ recovery-image] Feb 14 02:41:27.002 INFO O| Feb 14 02:41:27.002 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crontab"
53772026-02-14T02:41:27.721Z[ recovery-image] Feb 14 02:41:27.002 INFO O| Feb 14 02:41:27.002 INFO STEP 140 (remove_files) COMPLETE
53782026-02-14T02:41:27.721Z[ recovery-image] Feb 14 02:41:27.002 INFO O| Feb 14 02:41:27.002 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53792026-02-14T02:41:27.721Z[ recovery-image] Feb 14 02:41:27.016 INFO O| Feb 14 02:41:27.016 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crypt"
53802026-02-14T02:41:27.721Z[ recovery-image] Feb 14 02:41:27.016 INFO O| Feb 14 02:41:27.016 INFO STEP 141 (remove_files) COMPLETE
53812026-02-14T02:41:27.721Z[ recovery-image] Feb 14 02:41:27.016 INFO O| Feb 14 02:41:27.016 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53822026-02-14T02:41:27.721Z[ recovery-image] Feb 14 02:41:27.029 INFO O| Feb 14 02:41:27.029 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csh"
53832026-02-14T02:41:27.721Z[ recovery-image] Feb 14 02:41:27.029 INFO O| Feb 14 02:41:27.029 INFO STEP 142 (remove_files) COMPLETE
53842026-02-14T02:41:27.721Z[ recovery-image] Feb 14 02:41:27.029 INFO O| Feb 14 02:41:27.029 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53852026-02-14T02:41:27.721Z[ recovery-image] Feb 14 02:41:27.041 INFO O| Feb 14 02:41:27.041 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csplit"
53862026-02-14T02:41:27.721Z[ recovery-image] Feb 14 02:41:27.041 INFO O| Feb 14 02:41:27.041 INFO STEP 143 (remove_files) COMPLETE
53872026-02-14T02:41:27.721Z[ recovery-image] Feb 14 02:41:27.041 INFO O| Feb 14 02:41:27.041 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53882026-02-14T02:41:27.721Z[ recovery-image] Feb 14 02:41:27.053 INFO O| Feb 14 02:41:27.053 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl"
53892026-02-14T02:41:27.721Z[ recovery-image] Feb 14 02:41:27.053 INFO O| Feb 14 02:41:27.053 INFO STEP 144 (remove_files) COMPLETE
53902026-02-14T02:41:27.721Z[ recovery-image] Feb 14 02:41:27.053 INFO O| Feb 14 02:41:27.053 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53912026-02-14T02:41:27.721Z[ recovery-image] Feb 14 02:41:27.064 INFO O| Feb 14 02:41:27.064 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl-config"
53922026-02-14T02:41:27.721Z[ recovery-image] Feb 14 02:41:27.064 INFO O| Feb 14 02:41:27.064 INFO STEP 145 (remove_files) COMPLETE
53932026-02-14T02:41:27.721Z[ recovery-image] Feb 14 02:41:27.064 INFO O| Feb 14 02:41:27.064 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53942026-02-14T02:41:27.721Z[ recovery-image] Feb 14 02:41:27.075 INFO O| Feb 14 02:41:27.075 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dc"
53952026-02-14T02:41:27.721Z[ recovery-image] Feb 14 02:41:27.075 INFO O| Feb 14 02:41:27.075 INFO STEP 146 (remove_files) COMPLETE
53962026-02-14T02:41:27.721Z[ recovery-image] Feb 14 02:41:27.075 INFO O| Feb 14 02:41:27.075 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53972026-02-14T02:41:27.721Z[ recovery-image] Feb 14 02:41:27.089 INFO O| Feb 14 02:41:27.089 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/decrypt"
53982026-02-14T02:41:27.721Z[ recovery-image] Feb 14 02:41:27.090 INFO O| Feb 14 02:41:27.089 INFO STEP 147 (remove_files) COMPLETE
53992026-02-14T02:41:27.721Z[ recovery-image] Feb 14 02:41:27.090 INFO O| Feb 14 02:41:27.089 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54002026-02-14T02:41:27.722Z[ recovery-image] Feb 14 02:41:27.103 INFO O| Feb 14 02:41:27.103 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devattr"
54012026-02-14T02:41:27.722Z[ recovery-image] Feb 14 02:41:27.103 INFO O| Feb 14 02:41:27.103 INFO STEP 148 (remove_files) COMPLETE
54022026-02-14T02:41:27.722Z[ recovery-image] Feb 14 02:41:27.103 INFO O| Feb 14 02:41:27.103 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54032026-02-14T02:41:27.722Z[ recovery-image] Feb 14 02:41:27.116 INFO O| Feb 14 02:41:27.116 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devfree"
54042026-02-14T02:41:27.722Z[ recovery-image] Feb 14 02:41:27.116 INFO O| Feb 14 02:41:27.116 INFO STEP 149 (remove_files) COMPLETE
54052026-02-14T02:41:27.722Z[ recovery-image] Feb 14 02:41:27.116 INFO O| Feb 14 02:41:27.116 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54062026-02-14T02:41:27.722Z[ recovery-image] Feb 14 02:41:27.129 INFO O| Feb 14 02:41:27.129 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devreserv"
54072026-02-14T02:41:27.722Z[ recovery-image] Feb 14 02:41:27.129 INFO O| Feb 14 02:41:27.129 INFO STEP 150 (remove_files) COMPLETE
54082026-02-14T02:41:27.722Z[ recovery-image] Feb 14 02:41:27.129 INFO O| Feb 14 02:41:27.129 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54092026-02-14T02:41:27.722Z[ recovery-image] Feb 14 02:41:27.142 INFO O| Feb 14 02:41:27.142 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diff3"
54102026-02-14T02:41:27.722Z[ recovery-image] Feb 14 02:41:27.142 INFO O| Feb 14 02:41:27.142 INFO STEP 151 (remove_files) COMPLETE
54112026-02-14T02:41:27.722Z[ recovery-image] Feb 14 02:41:27.142 INFO O| Feb 14 02:41:27.142 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54122026-02-14T02:41:27.722Z[ recovery-image] Feb 14 02:41:27.162 INFO O| Feb 14 02:41:27.162 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/digest"
54132026-02-14T02:41:27.722Z[ recovery-image] Feb 14 02:41:27.162 INFO O| Feb 14 02:41:27.162 INFO STEP 152 (remove_files) COMPLETE
54142026-02-14T02:41:27.722Z[ recovery-image] Feb 14 02:41:27.162 INFO O| Feb 14 02:41:27.162 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54152026-02-14T02:41:27.722Z[ recovery-image] Feb 14 02:41:27.176 INFO O| Feb 14 02:41:27.176 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dircmp"
54162026-02-14T02:41:27.722Z[ recovery-image] Feb 14 02:41:27.176 INFO O| Feb 14 02:41:27.176 INFO STEP 153 (remove_files) COMPLETE
54172026-02-14T02:41:27.722Z[ recovery-image] Feb 14 02:41:27.176 INFO O| Feb 14 02:41:27.176 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54182026-02-14T02:41:27.722Z[ recovery-image] Feb 14 02:41:27.188 INFO O| Feb 14 02:41:27.187 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dirname"
54192026-02-14T02:41:27.722Z[ recovery-image] Feb 14 02:41:27.188 INFO O| Feb 14 02:41:27.188 INFO STEP 154 (remove_files) COMPLETE
54202026-02-14T02:41:27.722Z[ recovery-image] Feb 14 02:41:27.188 INFO O| Feb 14 02:41:27.188 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54212026-02-14T02:41:27.722Z[ recovery-image] Feb 14 02:41:27.199 INFO O| Feb 14 02:41:27.199 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diskscan"
54222026-02-14T02:41:27.722Z[ recovery-image] Feb 14 02:41:27.199 INFO O| Feb 14 02:41:27.199 INFO STEP 155 (remove_files) COMPLETE
54232026-02-14T02:41:27.722Z[ recovery-image] Feb 14 02:41:27.199 INFO O| Feb 14 02:41:27.199 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54242026-02-14T02:41:27.722Z[ recovery-image] Feb 14 02:41:27.213 INFO O| Feb 14 02:41:27.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispgid"
54252026-02-14T02:41:27.722Z[ recovery-image] Feb 14 02:41:27.213 INFO O| Feb 14 02:41:27.213 INFO STEP 156 (remove_files) COMPLETE
54262026-02-14T02:41:27.722Z[ recovery-image] Feb 14 02:41:27.213 INFO O| Feb 14 02:41:27.213 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54272026-02-14T02:41:27.722Z[ recovery-image] Feb 14 02:41:27.227 INFO O| Feb 14 02:41:27.226 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispuid"
54282026-02-14T02:41:27.722Z[ recovery-image] Feb 14 02:41:27.227 INFO O| Feb 14 02:41:27.227 INFO STEP 157 (remove_files) COMPLETE
54292026-02-14T02:41:27.722Z[ recovery-image] Feb 14 02:41:27.227 INFO O| Feb 14 02:41:27.227 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54302026-02-14T02:41:27.722Z[ recovery-image] Feb 14 02:41:27.239 INFO O| Feb 14 02:41:27.239 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dos2unix"
54312026-02-14T02:41:27.722Z[ recovery-image] Feb 14 02:41:27.239 INFO O| Feb 14 02:41:27.239 INFO STEP 158 (remove_files) COMPLETE
54322026-02-14T02:41:27.722Z[ recovery-image] Feb 14 02:41:27.239 INFO O| Feb 14 02:41:27.239 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54332026-02-14T02:41:27.722Z[ recovery-image] Feb 14 02:41:27.253 INFO O| Feb 14 02:41:27.253 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/du"
54342026-02-14T02:41:27.722Z[ recovery-image] Feb 14 02:41:27.253 INFO O| Feb 14 02:41:27.253 INFO STEP 159 (remove_files) COMPLETE
54352026-02-14T02:41:27.722Z[ recovery-image] Feb 14 02:41:27.253 INFO O| Feb 14 02:41:27.253 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54362026-02-14T02:41:27.722Z[ recovery-image] Feb 14 02:41:27.267 INFO O| Feb 14 02:41:27.266 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpcs"
54372026-02-14T02:41:27.722Z[ recovery-image] Feb 14 02:41:27.267 INFO O| Feb 14 02:41:27.267 INFO STEP 160 (remove_files) COMPLETE
54382026-02-14T02:41:27.723Z[ recovery-image] Feb 14 02:41:27.267 INFO O| Feb 14 02:41:27.267 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54392026-02-14T02:41:27.723Z[ recovery-image] Feb 14 02:41:27.278 INFO O| Feb 14 02:41:27.278 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpkeys"
54402026-02-14T02:41:27.748Z[ recovery-image] Feb 14 02:41:27.278 INFO O| Feb 14 02:41:27.278 INFO STEP 161 (remove_files) COMPLETE
54412026-02-14T02:41:27.748Z[ recovery-image] Feb 14 02:41:27.278 INFO O| Feb 14 02:41:27.278 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54422026-02-14T02:41:27.748Z[ recovery-image] Feb 14 02:41:27.289 INFO O| Feb 14 02:41:27.289 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/edit"
54432026-02-14T02:41:27.748Z[ recovery-image] Feb 14 02:41:27.289 INFO O| Feb 14 02:41:27.289 INFO STEP 162 (remove_files) COMPLETE
54442026-02-14T02:41:27.748Z[ recovery-image] Feb 14 02:41:27.289 INFO O| Feb 14 02:41:27.289 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54452026-02-14T02:41:27.748Z[ recovery-image] Feb 14 02:41:27.300 INFO O| Feb 14 02:41:27.300 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/eject"
54462026-02-14T02:41:27.748Z[ recovery-image] Feb 14 02:41:27.300 INFO O| Feb 14 02:41:27.300 INFO STEP 163 (remove_files) COMPLETE
54472026-02-14T02:41:27.748Z[ recovery-image] Feb 14 02:41:27.301 INFO O| Feb 14 02:41:27.300 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54482026-02-14T02:41:27.748Z[ recovery-image] Feb 14 02:41:27.311 INFO O| Feb 14 02:41:27.311 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfsign"
54492026-02-14T02:41:27.748Z[ recovery-image] Feb 14 02:41:27.311 INFO O| Feb 14 02:41:27.311 INFO STEP 164 (remove_files) COMPLETE
54502026-02-14T02:41:27.748Z[ recovery-image] Feb 14 02:41:27.311 INFO O| Feb 14 02:41:27.311 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54512026-02-14T02:41:27.773Z[ recovery-image] Feb 14 02:41:27.322 INFO O| Feb 14 02:41:27.322 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfwrap"
54522026-02-14T02:41:27.773Z[ recovery-image] Feb 14 02:41:27.322 INFO O| Feb 14 02:41:27.322 INFO STEP 165 (remove_files) COMPLETE
54532026-02-14T02:41:27.773Z[ recovery-image] Feb 14 02:41:27.322 INFO O| Feb 14 02:41:27.322 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54542026-02-14T02:41:27.773Z[ recovery-image] Feb 14 02:41:27.332 INFO O| Feb 14 02:41:27.332 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encode_keychange"
54552026-02-14T02:41:27.773Z[ recovery-image] Feb 14 02:41:27.332 INFO O| Feb 14 02:41:27.332 INFO STEP 166 (remove_files) COMPLETE
54562026-02-14T02:41:27.773Z[ recovery-image] Feb 14 02:41:27.332 INFO O| Feb 14 02:41:27.332 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54572026-02-14T02:41:27.799Z[ recovery-image] Feb 14 02:41:27.346 INFO O| Feb 14 02:41:27.346 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encrypt"
54582026-02-14T02:41:27.799Z[ recovery-image] Feb 14 02:41:27.346 INFO O| Feb 14 02:41:27.346 INFO STEP 167 (remove_files) COMPLETE
54592026-02-14T02:41:27.799Z[ recovery-image] Feb 14 02:41:27.346 INFO O| Feb 14 02:41:27.346 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54602026-02-14T02:41:27.799Z[ recovery-image] Feb 14 02:41:27.357 INFO O| Feb 14 02:41:27.357 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/enhance"
54612026-02-14T02:41:27.799Z[ recovery-image] Feb 14 02:41:27.357 INFO O| Feb 14 02:41:27.357 INFO STEP 168 (remove_files) COMPLETE
54622026-02-14T02:41:27.799Z[ recovery-image] Feb 14 02:41:27.357 INFO O| Feb 14 02:41:27.357 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54632026-02-14T02:41:27.824Z[ recovery-image] Feb 14 02:41:27.368 INFO O| Feb 14 02:41:27.368 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/env"
54642026-02-14T02:41:27.824Z[ recovery-image] Feb 14 02:41:27.368 INFO O| Feb 14 02:41:27.368 INFO STEP 169 (remove_files) COMPLETE
54652026-02-14T02:41:27.824Z[ recovery-image] Feb 14 02:41:27.368 INFO O| Feb 14 02:41:27.368 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54662026-02-14T02:41:27.824Z[ recovery-image] Feb 14 02:41:27.378 INFO O| Feb 14 02:41:27.378 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/etdump"
54672026-02-14T02:41:27.824Z[ recovery-image] Feb 14 02:41:27.378 INFO O| Feb 14 02:41:27.378 INFO STEP 170 (remove_files) COMPLETE
54682026-02-14T02:41:27.824Z[ recovery-image] Feb 14 02:41:27.378 INFO O| Feb 14 02:41:27.378 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54692026-02-14T02:41:27.824Z[ recovery-image] Feb 14 02:41:27.389 INFO O| Feb 14 02:41:27.389 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/expand"
54702026-02-14T02:41:27.824Z[ recovery-image] Feb 14 02:41:27.389 INFO O| Feb 14 02:41:27.389 INFO STEP 171 (remove_files) COMPLETE
54712026-02-14T02:41:27.824Z[ recovery-image] Feb 14 02:41:27.389 INFO O| Feb 14 02:41:27.389 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54722026-02-14T02:41:27.849Z[ recovery-image] Feb 14 02:41:27.399 INFO O| Feb 14 02:41:27.399 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/exstr"
54732026-02-14T02:41:27.849Z[ recovery-image] Feb 14 02:41:27.400 INFO O| Feb 14 02:41:27.399 INFO STEP 172 (remove_files) COMPLETE
54742026-02-14T02:41:27.849Z[ recovery-image] Feb 14 02:41:27.400 INFO O| Feb 14 02:41:27.399 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54752026-02-14T02:41:27.849Z[ recovery-image] Feb 14 02:41:27.414 INFO O| Feb 14 02:41:27.414 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/factor"
54762026-02-14T02:41:27.849Z[ recovery-image] Feb 14 02:41:27.414 INFO O| Feb 14 02:41:27.414 INFO STEP 173 (remove_files) COMPLETE
54772026-02-14T02:41:27.849Z[ recovery-image] Feb 14 02:41:27.414 INFO O| Feb 14 02:41:27.414 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54782026-02-14T02:41:27.874Z[ recovery-image] Feb 14 02:41:27.425 INFO O| Feb 14 02:41:27.425 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/false"
54792026-02-14T02:41:27.874Z[ recovery-image] Feb 14 02:41:27.425 INFO O| Feb 14 02:41:27.425 INFO STEP 174 (remove_files) COMPLETE
54802026-02-14T02:41:27.874Z[ recovery-image] Feb 14 02:41:27.425 INFO O| Feb 14 02:41:27.425 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54812026-02-14T02:41:27.874Z[ recovery-image] Feb 14 02:41:27.436 INFO O| Feb 14 02:41:27.436 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fc"
54822026-02-14T02:41:27.874Z[ recovery-image] Feb 14 02:41:27.436 INFO O| Feb 14 02:41:27.436 INFO STEP 175 (remove_files) COMPLETE
54832026-02-14T02:41:27.874Z[ recovery-image] Feb 14 02:41:27.436 INFO O| Feb 14 02:41:27.436 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54842026-02-14T02:41:27.898Z[ recovery-image] Feb 14 02:41:27.447 INFO O| Feb 14 02:41:27.447 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdetach"
54852026-02-14T02:41:27.898Z[ recovery-image] Feb 14 02:41:27.447 INFO O| Feb 14 02:41:27.447 INFO STEP 176 (remove_files) COMPLETE
54862026-02-14T02:41:27.898Z[ recovery-image] Feb 14 02:41:27.447 INFO O| Feb 14 02:41:27.447 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54872026-02-14T02:41:27.898Z[ recovery-image] Feb 14 02:41:27.462 INFO O| Feb 14 02:41:27.462 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdformat"
54882026-02-14T02:41:27.898Z[ recovery-image] Feb 14 02:41:27.462 INFO O| Feb 14 02:41:27.462 INFO STEP 177 (remove_files) COMPLETE
54892026-02-14T02:41:27.898Z[ recovery-image] Feb 14 02:41:27.462 INFO O| Feb 14 02:41:27.462 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54902026-02-14T02:41:27.923Z[ recovery-image] Feb 14 02:41:27.477 INFO O| Feb 14 02:41:27.477 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fg"
54912026-02-14T02:41:27.923Z[ recovery-image] Feb 14 02:41:27.477 INFO O| Feb 14 02:41:27.477 INFO STEP 178 (remove_files) COMPLETE
54922026-02-14T02:41:27.923Z[ recovery-image] Feb 14 02:41:27.477 INFO O| Feb 14 02:41:27.477 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54932026-02-14T02:41:27.948Z[ recovery-image] Feb 14 02:41:27.492 INFO O| Feb 14 02:41:27.492 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fgrep"
54942026-02-14T02:41:27.948Z[ recovery-image] Feb 14 02:41:27.492 INFO O| Feb 14 02:41:27.492 INFO STEP 179 (remove_files) COMPLETE
54952026-02-14T02:41:27.948Z[ recovery-image] Feb 14 02:41:27.492 INFO O| Feb 14 02:41:27.492 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54962026-02-14T02:41:27.948Z[ recovery-image] Feb 14 02:41:27.503 INFO O| Feb 14 02:41:27.503 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/file"
54972026-02-14T02:41:27.948Z[ recovery-image] Feb 14 02:41:27.503 INFO O| Feb 14 02:41:27.503 INFO STEP 180 (remove_files) COMPLETE
54982026-02-14T02:41:27.948Z[ recovery-image] Feb 14 02:41:27.503 INFO O| Feb 14 02:41:27.503 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54992026-02-14T02:41:27.948Z[ recovery-image] Feb 14 02:41:27.514 INFO O| Feb 14 02:41:27.514 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fixproc"
55002026-02-14T02:41:27.948Z[ recovery-image] Feb 14 02:41:27.515 INFO O| Feb 14 02:41:27.515 INFO STEP 181 (remove_files) COMPLETE
55012026-02-14T02:41:27.948Z[ recovery-image] Feb 14 02:41:27.515 INFO O| Feb 14 02:41:27.515 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55022026-02-14T02:41:27.973Z[ recovery-image] Feb 14 02:41:27.528 INFO O| Feb 14 02:41:27.528 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmt"
55032026-02-14T02:41:27.973Z[ recovery-image] Feb 14 02:41:27.528 INFO O| Feb 14 02:41:27.528 INFO STEP 182 (remove_files) COMPLETE
55042026-02-14T02:41:27.973Z[ recovery-image] Feb 14 02:41:27.528 INFO O| Feb 14 02:41:27.528 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55052026-02-14T02:41:27.973Z[ recovery-image] Feb 14 02:41:27.539 INFO O| Feb 14 02:41:27.539 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmtmsg"
55062026-02-14T02:41:27.973Z[ recovery-image] Feb 14 02:41:27.540 INFO O| Feb 14 02:41:27.540 INFO STEP 183 (remove_files) COMPLETE
55072026-02-14T02:41:27.973Z[ recovery-image] Feb 14 02:41:27.540 INFO O| Feb 14 02:41:27.540 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55082026-02-14T02:41:27.998Z[ recovery-image] Feb 14 02:41:27.552 INFO O| Feb 14 02:41:27.552 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fold"
55092026-02-14T02:41:27.998Z[ recovery-image] Feb 14 02:41:27.552 INFO O| Feb 14 02:41:27.552 INFO STEP 184 (remove_files) COMPLETE
55102026-02-14T02:41:27.998Z[ recovery-image] Feb 14 02:41:27.552 INFO O| Feb 14 02:41:27.552 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55112026-02-14T02:41:27.998Z[ recovery-image] Feb 14 02:41:27.564 INFO O| Feb 14 02:41:27.564 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fsstat"
55122026-02-14T02:41:27.998Z[ recovery-image] Feb 14 02:41:27.564 INFO O| Feb 14 02:41:27.564 INFO STEP 185 (remove_files) COMPLETE
55132026-02-14T02:41:27.998Z[ recovery-image] Feb 14 02:41:27.564 INFO O| Feb 14 02:41:27.564 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55142026-02-14T02:41:28.023Z[ recovery-image] Feb 14 02:41:27.580 INFO O| Feb 14 02:41:27.580 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gclear"
55152026-02-14T02:41:28.023Z[ recovery-image] Feb 14 02:41:27.580 INFO O| Feb 14 02:41:27.580 INFO STEP 186 (remove_files) COMPLETE
55162026-02-14T02:41:28.023Z[ recovery-image] Feb 14 02:41:27.580 INFO O| Feb 14 02:41:27.580 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55172026-02-14T02:41:28.048Z[ recovery-image] Feb 14 02:41:27.593 INFO O| Feb 14 02:41:27.593 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/geniconvtbl"
55182026-02-14T02:41:28.048Z[ recovery-image] Feb 14 02:41:27.593 INFO O| Feb 14 02:41:27.593 INFO STEP 187 (remove_files) COMPLETE
55192026-02-14T02:41:28.048Z[ recovery-image] Feb 14 02:41:27.593 INFO O| Feb 14 02:41:27.593 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55202026-02-14T02:41:28.048Z[ recovery-image] Feb 14 02:41:27.615 INFO O| Feb 14 02:41:27.615 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getconf"
55212026-02-14T02:41:28.048Z[ recovery-image] Feb 14 02:41:27.615 INFO O| Feb 14 02:41:27.615 INFO STEP 188 (remove_files) COMPLETE
55222026-02-14T02:41:28.048Z[ recovery-image] Feb 14 02:41:27.615 INFO O| Feb 14 02:41:27.615 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55232026-02-14T02:41:28.072Z[ recovery-image] Feb 14 02:41:27.628 INFO O| Feb 14 02:41:27.628 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdev"
55242026-02-14T02:41:28.072Z[ recovery-image] Feb 14 02:41:27.628 INFO O| Feb 14 02:41:27.628 INFO STEP 189 (remove_files) COMPLETE
55252026-02-14T02:41:28.072Z[ recovery-image] Feb 14 02:41:27.628 INFO O| Feb 14 02:41:27.628 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55262026-02-14T02:41:28.097Z[ recovery-image] Feb 14 02:41:27.650 INFO O| Feb 14 02:41:27.650 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdgrp"
55272026-02-14T02:41:28.097Z[ recovery-image] Feb 14 02:41:27.650 INFO O| Feb 14 02:41:27.650 INFO STEP 190 (remove_files) COMPLETE
55282026-02-14T02:41:28.097Z[ recovery-image] Feb 14 02:41:27.650 INFO O| Feb 14 02:41:27.650 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55292026-02-14T02:41:28.122Z[ recovery-image] Feb 14 02:41:27.665 INFO O| Feb 14 02:41:27.665 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getent"
55302026-02-14T02:41:28.122Z[ recovery-image] Feb 14 02:41:27.666 INFO O| Feb 14 02:41:27.665 INFO STEP 191 (remove_files) COMPLETE
55312026-02-14T02:41:28.122Z[ recovery-image] Feb 14 02:41:27.666 INFO O| Feb 14 02:41:27.665 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55322026-02-14T02:41:28.122Z[ recovery-image] Feb 14 02:41:27.682 INFO O| Feb 14 02:41:27.682 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getfacl"
55332026-02-14T02:41:28.122Z[ recovery-image] Feb 14 02:41:27.682 INFO O| Feb 14 02:41:27.682 INFO STEP 192 (remove_files) COMPLETE
55342026-02-14T02:41:28.122Z[ recovery-image] Feb 14 02:41:27.682 INFO O| Feb 14 02:41:27.682 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55352026-02-14T02:41:28.146Z[ recovery-image] Feb 14 02:41:27.696 INFO O| Feb 14 02:41:27.696 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopt"
55362026-02-14T02:41:28.146Z[ recovery-image] Feb 14 02:41:27.697 INFO O| Feb 14 02:41:27.697 INFO STEP 193 (remove_files) COMPLETE
55372026-02-14T02:41:28.146Z[ recovery-image] Feb 14 02:41:27.697 INFO O| Feb 14 02:41:27.697 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55382026-02-14T02:41:28.146Z[ recovery-image] Feb 14 02:41:27.709 INFO O| Feb 14 02:41:27.709 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopts"
55392026-02-14T02:41:28.146Z[ recovery-image] Feb 14 02:41:27.709 INFO O| Feb 14 02:41:27.709 INFO STEP 194 (remove_files) COMPLETE
55402026-02-14T02:41:28.146Z[ recovery-image] Feb 14 02:41:27.709 INFO O| Feb 14 02:41:27.709 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55412026-02-14T02:41:28.173Z[ recovery-image] Feb 14 02:41:27.722 INFO O| Feb 14 02:41:27.722 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gettext"
55422026-02-14T02:41:28.173Z[ recovery-image] Feb 14 02:41:27.722 INFO O| Feb 14 02:41:27.722 INFO STEP 195 (remove_files) COMPLETE
55432026-02-14T02:41:28.173Z[ recovery-image] Feb 14 02:41:27.722 INFO O| Feb 14 02:41:27.722 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55442026-02-14T02:41:28.173Z[ recovery-image] Feb 14 02:41:27.732 INFO O| Feb 14 02:41:27.732 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getvol"
55452026-02-14T02:41:28.173Z[ recovery-image] Feb 14 02:41:27.733 INFO O| Feb 14 02:41:27.733 INFO STEP 196 (remove_files) COMPLETE
55462026-02-14T02:41:28.173Z[ recovery-image] Feb 14 02:41:27.733 INFO O| Feb 14 02:41:27.733 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55472026-02-14T02:41:28.197Z[ recovery-image] Feb 14 02:41:27.750 INFO O| Feb 14 02:41:27.750 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ginfocmp"
55482026-02-14T02:41:28.197Z[ recovery-image] Feb 14 02:41:27.751 INFO O| Feb 14 02:41:27.751 INFO STEP 197 (remove_files) COMPLETE
55492026-02-14T02:41:28.197Z[ recovery-image] Feb 14 02:41:27.751 INFO O| Feb 14 02:41:27.751 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55502026-02-14T02:41:28.197Z[ recovery-image] Feb 14 02:41:27.762 INFO O| Feb 14 02:41:27.762 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/groups"
55512026-02-14T02:41:28.198Z[ recovery-image] Feb 14 02:41:27.762 INFO O| Feb 14 02:41:27.762 INFO STEP 198 (remove_files) COMPLETE
55522026-02-14T02:41:28.198Z[ recovery-image] Feb 14 02:41:27.762 INFO O| Feb 14 02:41:27.762 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55532026-02-14T02:41:28.222Z[ recovery-image] Feb 14 02:41:27.773 INFO O| Feb 14 02:41:27.773 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtabs"
55542026-02-14T02:41:28.222Z[ recovery-image] Feb 14 02:41:27.773 INFO O| Feb 14 02:41:27.773 INFO STEP 199 (remove_files) COMPLETE
55552026-02-14T02:41:28.222Z[ recovery-image] Feb 14 02:41:27.773 INFO O| Feb 14 02:41:27.773 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55562026-02-14T02:41:28.222Z[ recovery-image] Feb 14 02:41:27.787 INFO O| Feb 14 02:41:27.786 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtic"
55572026-02-14T02:41:28.222Z[ recovery-image] Feb 14 02:41:27.787 INFO O| Feb 14 02:41:27.787 INFO STEP 200 (remove_files) COMPLETE
55582026-02-14T02:41:28.223Z[ recovery-image] Feb 14 02:41:27.787 INFO O| Feb 14 02:41:27.787 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55592026-02-14T02:41:28.247Z[ recovery-image] Feb 14 02:41:27.798 INFO O| Feb 14 02:41:27.797 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtoe"
55602026-02-14T02:41:28.247Z[ recovery-image] Feb 14 02:41:27.798 INFO O| Feb 14 02:41:27.798 INFO STEP 201 (remove_files) COMPLETE
55612026-02-14T02:41:28.247Z[ recovery-image] Feb 14 02:41:27.798 INFO O| Feb 14 02:41:27.798 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55622026-02-14T02:41:28.247Z[ recovery-image] Feb 14 02:41:27.812 INFO O| Feb 14 02:41:27.812 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtput"
55632026-02-14T02:41:28.247Z[ recovery-image] Feb 14 02:41:27.812 INFO O| Feb 14 02:41:27.812 INFO STEP 202 (remove_files) COMPLETE
55642026-02-14T02:41:28.247Z[ recovery-image] Feb 14 02:41:27.812 INFO O| Feb 14 02:41:27.812 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55652026-02-14T02:41:28.272Z[ recovery-image] Feb 14 02:41:27.824 INFO O| Feb 14 02:41:27.824 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtset"
55662026-02-14T02:41:28.272Z[ recovery-image] Feb 14 02:41:27.824 INFO O| Feb 14 02:41:27.824 INFO STEP 203 (remove_files) COMPLETE
55672026-02-14T02:41:28.272Z[ recovery-image] Feb 14 02:41:27.824 INFO O| Feb 14 02:41:27.824 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55682026-02-14T02:41:28.272Z[ recovery-image] Feb 14 02:41:27.835 INFO O| Feb 14 02:41:27.835 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gunzip"
55692026-02-14T02:41:28.272Z[ recovery-image] Feb 14 02:41:27.835 INFO O| Feb 14 02:41:27.835 INFO STEP 204 (remove_files) COMPLETE
55702026-02-14T02:41:28.272Z[ recovery-image] Feb 14 02:41:27.835 INFO O| Feb 14 02:41:27.835 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55712026-02-14T02:41:28.298Z[ recovery-image] Feb 14 02:41:27.847 INFO O| Feb 14 02:41:27.847 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcat"
55722026-02-14T02:41:28.298Z[ recovery-image] Feb 14 02:41:27.847 INFO O| Feb 14 02:41:27.847 INFO STEP 205 (remove_files) COMPLETE
55732026-02-14T02:41:28.298Z[ recovery-image] Feb 14 02:41:27.847 INFO O| Feb 14 02:41:27.847 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55742026-02-14T02:41:28.298Z[ recovery-image] Feb 14 02:41:27.858 INFO O| Feb 14 02:41:27.858 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcmp"
55752026-02-14T02:41:28.298Z[ recovery-image] Feb 14 02:41:27.859 INFO O| Feb 14 02:41:27.858 INFO STEP 206 (remove_files) COMPLETE
55762026-02-14T02:41:28.298Z[ recovery-image] Feb 14 02:41:27.859 INFO O| Feb 14 02:41:27.859 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55772026-02-14T02:41:28.322Z[ recovery-image] Feb 14 02:41:27.869 INFO O| Feb 14 02:41:27.869 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzdiff"
55782026-02-14T02:41:28.322Z[ recovery-image] Feb 14 02:41:27.869 INFO O| Feb 14 02:41:27.869 INFO STEP 207 (remove_files) COMPLETE
55792026-02-14T02:41:28.323Z[ recovery-image] Feb 14 02:41:27.869 INFO O| Feb 14 02:41:27.869 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55802026-02-14T02:41:28.323Z[ recovery-image] Feb 14 02:41:27.884 INFO O| Feb 14 02:41:27.884 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzegrep"
55812026-02-14T02:41:28.323Z[ recovery-image] Feb 14 02:41:27.885 INFO O| Feb 14 02:41:27.885 INFO STEP 208 (remove_files) COMPLETE
55822026-02-14T02:41:28.323Z[ recovery-image] Feb 14 02:41:27.885 INFO O| Feb 14 02:41:27.885 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55832026-02-14T02:41:28.347Z[ recovery-image] Feb 14 02:41:27.900 INFO O| Feb 14 02:41:27.899 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzexe"
55842026-02-14T02:41:28.347Z[ recovery-image] Feb 14 02:41:27.900 INFO O| Feb 14 02:41:27.900 INFO STEP 209 (remove_files) COMPLETE
55852026-02-14T02:41:28.347Z[ recovery-image] Feb 14 02:41:27.900 INFO O| Feb 14 02:41:27.900 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55862026-02-14T02:41:28.347Z[ recovery-image] Feb 14 02:41:27.911 INFO O| Feb 14 02:41:27.910 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzfgrep"
55872026-02-14T02:41:28.347Z[ recovery-image] Feb 14 02:41:27.911 INFO O| Feb 14 02:41:27.911 INFO STEP 210 (remove_files) COMPLETE
55882026-02-14T02:41:28.347Z[ recovery-image] Feb 14 02:41:27.911 INFO O| Feb 14 02:41:27.911 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55892026-02-14T02:41:28.372Z[ recovery-image] Feb 14 02:41:27.921 INFO O| Feb 14 02:41:27.921 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzforce"
55902026-02-14T02:41:28.372Z[ recovery-image] Feb 14 02:41:27.921 INFO O| Feb 14 02:41:27.921 INFO STEP 211 (remove_files) COMPLETE
55912026-02-14T02:41:28.372Z[ recovery-image] Feb 14 02:41:27.921 INFO O| Feb 14 02:41:27.921 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55922026-02-14T02:41:28.372Z[ recovery-image] Feb 14 02:41:27.932 INFO O| Feb 14 02:41:27.932 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzgrep"
55932026-02-14T02:41:28.372Z[ recovery-image] Feb 14 02:41:27.932 INFO O| Feb 14 02:41:27.932 INFO STEP 212 (remove_files) COMPLETE
55942026-02-14T02:41:28.372Z[ recovery-image] Feb 14 02:41:27.932 INFO O| Feb 14 02:41:27.932 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55952026-02-14T02:41:28.397Z[ recovery-image] Feb 14 02:41:27.942 INFO O| Feb 14 02:41:27.942 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzip"
55962026-02-14T02:41:28.397Z[ recovery-image] Feb 14 02:41:27.942 INFO O| Feb 14 02:41:27.942 INFO STEP 213 (remove_files) COMPLETE
55972026-02-14T02:41:28.397Z[ recovery-image] Feb 14 02:41:27.942 INFO O| Feb 14 02:41:27.942 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55982026-02-14T02:41:28.397Z[ recovery-image] Feb 14 02:41:27.956 INFO O| Feb 14 02:41:27.956 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzless"
55992026-02-14T02:41:28.397Z[ recovery-image] Feb 14 02:41:27.957 INFO O| Feb 14 02:41:27.957 INFO STEP 214 (remove_files) COMPLETE
56002026-02-14T02:41:28.397Z[ recovery-image] Feb 14 02:41:27.957 INFO O| Feb 14 02:41:27.957 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56012026-02-14T02:41:28.422Z[ recovery-image] Feb 14 02:41:27.970 INFO O| Feb 14 02:41:27.970 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzmore"
56022026-02-14T02:41:28.422Z[ recovery-image] Feb 14 02:41:27.970 INFO O| Feb 14 02:41:27.970 INFO STEP 215 (remove_files) COMPLETE
56032026-02-14T02:41:28.422Z[ recovery-image] Feb 14 02:41:27.970 INFO O| Feb 14 02:41:27.970 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56042026-02-14T02:41:28.422Z[ recovery-image] Feb 14 02:41:27.981 INFO O| Feb 14 02:41:27.981 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gznew"
56052026-02-14T02:41:28.423Z[ recovery-image] Feb 14 02:41:27.981 INFO O| Feb 14 02:41:27.981 INFO STEP 216 (remove_files) COMPLETE
56062026-02-14T02:41:28.423Z[ recovery-image] Feb 14 02:41:27.981 INFO O| Feb 14 02:41:27.981 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56072026-02-14T02:41:28.447Z[ recovery-image] Feb 14 02:41:27.991 INFO O| Feb 14 02:41:27.991 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hash"
56082026-02-14T02:41:28.447Z[ recovery-image] Feb 14 02:41:27.992 INFO O| Feb 14 02:41:27.991 INFO STEP 217 (remove_files) COMPLETE
56092026-02-14T02:41:28.447Z[ recovery-image] Feb 14 02:41:27.992 INFO O| Feb 14 02:41:27.992 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56102026-02-14T02:41:28.447Z[ recovery-image] Feb 14 02:41:28.002 INFO O| Feb 14 02:41:28.002 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostid"
56112026-02-14T02:41:28.447Z[ recovery-image] Feb 14 02:41:28.002 INFO O| Feb 14 02:41:28.002 INFO STEP 218 (remove_files) COMPLETE
56122026-02-14T02:41:28.447Z[ recovery-image] Feb 14 02:41:28.002 INFO O| Feb 14 02:41:28.002 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56132026-02-14T02:41:28.472Z[ recovery-image] Feb 14 02:41:28.026 INFO O| Feb 14 02:41:28.026 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostname"
56142026-02-14T02:41:28.472Z[ recovery-image] Feb 14 02:41:28.026 INFO O| Feb 14 02:41:28.026 INFO STEP 219 (remove_files) COMPLETE
56152026-02-14T02:41:28.472Z[ recovery-image] Feb 14 02:41:28.026 INFO O| Feb 14 02:41:28.026 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56162026-02-14T02:41:28.497Z[ recovery-image] Feb 14 02:41:28.046 INFO O| Feb 14 02:41:28.046 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/adb"
56172026-02-14T02:41:28.497Z[ recovery-image] Feb 14 02:41:28.047 INFO O| Feb 14 02:41:28.047 INFO STEP 220 (remove_files) COMPLETE
56182026-02-14T02:41:28.498Z[ recovery-image] Feb 14 02:41:28.047 INFO O| Feb 14 02:41:28.047 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56192026-02-14T02:41:28.498Z[ recovery-image] Feb 14 02:41:28.061 INFO O| Feb 14 02:41:28.061 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/amt"
56202026-02-14T02:41:28.498Z[ recovery-image] Feb 14 02:41:28.061 INFO O| Feb 14 02:41:28.061 INFO STEP 221 (remove_files) COMPLETE
56212026-02-14T02:41:28.498Z[ recovery-image] Feb 14 02:41:28.061 INFO O| Feb 14 02:41:28.061 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56222026-02-14T02:41:28.522Z[ recovery-image] Feb 14 02:41:28.072 INFO O| Feb 14 02:41:28.072 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/ksh"
56232026-02-14T02:41:28.522Z[ recovery-image] Feb 14 02:41:28.072 INFO O| Feb 14 02:41:28.072 INFO STEP 222 (remove_files) COMPLETE
56242026-02-14T02:41:28.522Z[ recovery-image] Feb 14 02:41:28.072 INFO O| Feb 14 02:41:28.072 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56252026-02-14T02:41:28.522Z[ recovery-image] Feb 14 02:41:28.082 INFO O| Feb 14 02:41:28.082 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/mdb"
56262026-02-14T02:41:28.522Z[ recovery-image] Feb 14 02:41:28.082 INFO O| Feb 14 02:41:28.082 INFO STEP 223 (remove_files) COMPLETE
56272026-02-14T02:41:28.522Z[ recovery-image] Feb 14 02:41:28.082 INFO O| Feb 14 02:41:28.082 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56282026-02-14T02:41:28.547Z[ recovery-image] Feb 14 02:41:28.092 INFO O| Feb 14 02:41:28.092 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh"
56292026-02-14T02:41:28.547Z[ recovery-image] Feb 14 02:41:28.092 INFO O| Feb 14 02:41:28.092 INFO STEP 224 (remove_files) COMPLETE
56302026-02-14T02:41:28.547Z[ recovery-image] Feb 14 02:41:28.092 INFO O| Feb 14 02:41:28.092 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56312026-02-14T02:41:28.547Z[ recovery-image] Feb 14 02:41:28.102 INFO O| Feb 14 02:41:28.102 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh93"
56322026-02-14T02:41:28.547Z[ recovery-image] Feb 14 02:41:28.102 INFO O| Feb 14 02:41:28.102 INFO STEP 225 (remove_files) COMPLETE
56332026-02-14T02:41:28.547Z[ recovery-image] Feb 14 02:41:28.102 INFO O| Feb 14 02:41:28.102 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56342026-02-14T02:41:28.547Z[ recovery-image] Feb 14 02:41:28.112 INFO O| Feb 14 02:41:28.112 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iconv"
56352026-02-14T02:41:28.547Z[ recovery-image] Feb 14 02:41:28.112 INFO O| Feb 14 02:41:28.112 INFO STEP 226 (remove_files) COMPLETE
56362026-02-14T02:41:28.547Z[ recovery-image] Feb 14 02:41:28.112 INFO O| Feb 14 02:41:28.112 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56372026-02-14T02:41:28.572Z[ recovery-image] Feb 14 02:41:28.123 INFO O| Feb 14 02:41:28.122 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/id"
56382026-02-14T02:41:28.572Z[ recovery-image] Feb 14 02:41:28.123 INFO O| Feb 14 02:41:28.123 INFO STEP 227 (remove_files) COMPLETE
56392026-02-14T02:41:28.572Z[ recovery-image] Feb 14 02:41:28.123 INFO O| Feb 14 02:41:28.123 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56402026-02-14T02:41:28.572Z[ recovery-image] Feb 14 02:41:28.133 INFO O| Feb 14 02:41:28.133 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/idn"
56412026-02-14T02:41:28.572Z[ recovery-image] Feb 14 02:41:28.133 INFO O| Feb 14 02:41:28.133 INFO STEP 228 (remove_files) COMPLETE
56422026-02-14T02:41:28.572Z[ recovery-image] Feb 14 02:41:28.133 INFO O| Feb 14 02:41:28.133 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56432026-02-14T02:41:28.597Z[ recovery-image] Feb 14 02:41:28.143 INFO O| Feb 14 02:41:28.143 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/infocmp"
56442026-02-14T02:41:28.597Z[ recovery-image] Feb 14 02:41:28.143 INFO O| Feb 14 02:41:28.143 INFO STEP 229 (remove_files) COMPLETE
56452026-02-14T02:41:28.597Z[ recovery-image] Feb 14 02:41:28.143 INFO O| Feb 14 02:41:28.143 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56462026-02-14T02:41:28.597Z[ recovery-image] Feb 14 02:41:28.154 INFO O| Feb 14 02:41:28.154 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iostat"
56472026-02-14T02:41:28.597Z[ recovery-image] Feb 14 02:41:28.154 INFO O| Feb 14 02:41:28.154 INFO STEP 230 (remove_files) COMPLETE
56482026-02-14T02:41:28.597Z[ recovery-image] Feb 14 02:41:28.154 INFO O| Feb 14 02:41:28.154 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56492026-02-14T02:41:28.597Z[ recovery-image] Feb 14 02:41:28.164 INFO O| Feb 14 02:41:28.164 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ipf-mod.pl"
56502026-02-14T02:41:28.597Z[ recovery-image] Feb 14 02:41:28.164 INFO O| Feb 14 02:41:28.164 INFO STEP 231 (remove_files) COMPLETE
56512026-02-14T02:41:28.597Z[ recovery-image] Feb 14 02:41:28.164 INFO O| Feb 14 02:41:28.164 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56522026-02-14T02:41:28.669Z[ recovery-image] Feb 14 02:41:28.174 INFO O| Feb 14 02:41:28.174 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isainfo"
56532026-02-14T02:41:28.669Z[ recovery-image] Feb 14 02:41:28.175 INFO O| Feb 14 02:41:28.175 INFO STEP 232 (remove_files) COMPLETE
56542026-02-14T02:41:28.669Z[ recovery-image] Feb 14 02:41:28.175 INFO O| Feb 14 02:41:28.175 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56552026-02-14T02:41:28.694Z[ recovery-image] Feb 14 02:41:28.185 INFO O| Feb 14 02:41:28.185 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isalist"
56562026-02-14T02:41:28.694Z[ recovery-image] Feb 14 02:41:28.185 INFO O| Feb 14 02:41:28.185 INFO STEP 233 (remove_files) COMPLETE
56572026-02-14T02:41:28.694Z[ recovery-image] Feb 14 02:41:28.185 INFO O| Feb 14 02:41:28.185 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56582026-02-14T02:41:28.694Z[ recovery-image] Feb 14 02:41:28.199 INFO O| Feb 14 02:41:28.199 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/jobs"
56592026-02-14T02:41:28.694Z[ recovery-image] Feb 14 02:41:28.199 INFO O| Feb 14 02:41:28.199 INFO STEP 234 (remove_files) COMPLETE
56602026-02-14T02:41:28.694Z[ recovery-image] Feb 14 02:41:28.199 INFO O| Feb 14 02:41:28.199 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56612026-02-14T02:41:28.694Z[ recovery-image] Feb 14 02:41:28.211 INFO O| Feb 14 02:41:28.211 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/join"
56622026-02-14T02:41:28.694Z[ recovery-image] Feb 14 02:41:28.211 INFO O| Feb 14 02:41:28.211 INFO STEP 235 (remove_files) COMPLETE
56632026-02-14T02:41:28.694Z[ recovery-image] Feb 14 02:41:28.211 INFO O| Feb 14 02:41:28.211 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56642026-02-14T02:41:28.694Z[ recovery-image] Feb 14 02:41:28.221 INFO O| Feb 14 02:41:28.221 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kbd"
56652026-02-14T02:41:28.694Z[ recovery-image] Feb 14 02:41:28.221 INFO O| Feb 14 02:41:28.221 INFO STEP 236 (remove_files) COMPLETE
56662026-02-14T02:41:28.694Z[ recovery-image] Feb 14 02:41:28.221 INFO O| Feb 14 02:41:28.221 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56672026-02-14T02:41:28.694Z[ recovery-image] Feb 14 02:41:28.232 INFO O| Feb 14 02:41:28.232 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kdestroy"
56682026-02-14T02:41:28.694Z[ recovery-image] Feb 14 02:41:28.232 INFO O| Feb 14 02:41:28.232 INFO STEP 237 (remove_files) COMPLETE
56692026-02-14T02:41:28.694Z[ recovery-image] Feb 14 02:41:28.232 INFO O| Feb 14 02:41:28.232 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56702026-02-14T02:41:28.694Z[ recovery-image] Feb 14 02:41:28.242 INFO O| Feb 14 02:41:28.242 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogin"
56712026-02-14T02:41:28.694Z[ recovery-image] Feb 14 02:41:28.243 INFO O| Feb 14 02:41:28.242 INFO STEP 238 (remove_files) COMPLETE
56722026-02-14T02:41:28.694Z[ recovery-image] Feb 14 02:41:28.243 INFO O| Feb 14 02:41:28.243 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56732026-02-14T02:41:28.694Z[ recovery-image] Feb 14 02:41:28.253 INFO O| Feb 14 02:41:28.253 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogout"
56742026-02-14T02:41:28.694Z[ recovery-image] Feb 14 02:41:28.253 INFO O| Feb 14 02:41:28.253 INFO STEP 239 (remove_files) COMPLETE
56752026-02-14T02:41:28.694Z[ recovery-image] Feb 14 02:41:28.253 INFO O| Feb 14 02:41:28.253 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56762026-02-14T02:41:28.719Z[ recovery-image] Feb 14 02:41:28.263 INFO O| Feb 14 02:41:28.263 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kill"
56772026-02-14T02:41:28.719Z[ recovery-image] Feb 14 02:41:28.263 INFO O| Feb 14 02:41:28.263 INFO STEP 240 (remove_files) COMPLETE
56782026-02-14T02:41:28.719Z[ recovery-image] Feb 14 02:41:28.263 INFO O| Feb 14 02:41:28.263 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56792026-02-14T02:41:28.719Z[ recovery-image] Feb 14 02:41:28.277 INFO O| Feb 14 02:41:28.276 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kinit"
56802026-02-14T02:41:28.719Z[ recovery-image] Feb 14 02:41:28.278 INFO O| Feb 14 02:41:28.278 INFO STEP 241 (remove_files) COMPLETE
56812026-02-14T02:41:28.719Z[ recovery-image] Feb 14 02:41:28.278 INFO O| Feb 14 02:41:28.278 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56822026-02-14T02:41:28.744Z[ recovery-image] Feb 14 02:41:28.289 INFO O| Feb 14 02:41:28.289 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/klist"
56832026-02-14T02:41:28.744Z[ recovery-image] Feb 14 02:41:28.289 INFO O| Feb 14 02:41:28.289 INFO STEP 242 (remove_files) COMPLETE
56842026-02-14T02:41:28.744Z[ recovery-image] Feb 14 02:41:28.289 INFO O| Feb 14 02:41:28.289 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56852026-02-14T02:41:28.744Z[ recovery-image] Feb 14 02:41:28.301 INFO O| Feb 14 02:41:28.301 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kmfcfg"
56862026-02-14T02:41:28.744Z[ recovery-image] Feb 14 02:41:28.301 INFO O| Feb 14 02:41:28.301 INFO STEP 243 (remove_files) COMPLETE
56872026-02-14T02:41:28.744Z[ recovery-image] Feb 14 02:41:28.301 INFO O| Feb 14 02:41:28.301 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56882026-02-14T02:41:28.769Z[ recovery-image] Feb 14 02:41:28.312 INFO O| Feb 14 02:41:28.312 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kpasswd"
56892026-02-14T02:41:28.769Z[ recovery-image] Feb 14 02:41:28.312 INFO O| Feb 14 02:41:28.312 INFO STEP 244 (remove_files) COMPLETE
56902026-02-14T02:41:28.769Z[ recovery-image] Feb 14 02:41:28.312 INFO O| Feb 14 02:41:28.312 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56912026-02-14T02:41:28.769Z[ recovery-image] Feb 14 02:41:28.322 INFO O| Feb 14 02:41:28.322 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/krb5-config"
56922026-02-14T02:41:28.769Z[ recovery-image] Feb 14 02:41:28.322 INFO O| Feb 14 02:41:28.322 INFO STEP 245 (remove_files) COMPLETE
56932026-02-14T02:41:28.769Z[ recovery-image] Feb 14 02:41:28.322 INFO O| Feb 14 02:41:28.322 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56942026-02-14T02:41:28.769Z[ recovery-image] Feb 14 02:41:28.333 INFO O| Feb 14 02:41:28.333 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ksh93"
56952026-02-14T02:41:28.769Z[ recovery-image] Feb 14 02:41:28.333 INFO O| Feb 14 02:41:28.333 INFO STEP 246 (remove_files) COMPLETE
56962026-02-14T02:41:28.769Z[ recovery-image] Feb 14 02:41:28.333 INFO O| Feb 14 02:41:28.333 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56972026-02-14T02:41:28.794Z[ recovery-image] Feb 14 02:41:28.346 INFO O| Feb 14 02:41:28.346 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ktutil"
56982026-02-14T02:41:28.794Z[ recovery-image] Feb 14 02:41:28.347 INFO O| Feb 14 02:41:28.346 INFO STEP 247 (remove_files) COMPLETE
56992026-02-14T02:41:28.794Z[ recovery-image] Feb 14 02:41:28.347 INFO O| Feb 14 02:41:28.346 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57002026-02-14T02:41:28.794Z[ recovery-image] Feb 14 02:41:28.358 INFO O| Feb 14 02:41:28.358 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kvmstat"
57012026-02-14T02:41:28.794Z[ recovery-image] Feb 14 02:41:28.358 INFO O| Feb 14 02:41:28.358 INFO STEP 248 (remove_files) COMPLETE
57022026-02-14T02:41:28.794Z[ recovery-image] Feb 14 02:41:28.358 INFO O| Feb 14 02:41:28.358 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57032026-02-14T02:41:28.818Z[ recovery-image] Feb 14 02:41:28.370 INFO O| Feb 14 02:41:28.370 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/last"
57042026-02-14T02:41:28.818Z[ recovery-image] Feb 14 02:41:28.370 INFO O| Feb 14 02:41:28.370 INFO STEP 249 (remove_files) COMPLETE
57052026-02-14T02:41:28.818Z[ recovery-image] Feb 14 02:41:28.370 INFO O| Feb 14 02:41:28.370 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57062026-02-14T02:41:28.818Z[ recovery-image] Feb 14 02:41:28.382 INFO O| Feb 14 02:41:28.382 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lastcomm"
57072026-02-14T02:41:28.818Z[ recovery-image] Feb 14 02:41:28.383 INFO O| Feb 14 02:41:28.383 INFO STEP 250 (remove_files) COMPLETE
57082026-02-14T02:41:28.818Z[ recovery-image] Feb 14 02:41:28.383 INFO O| Feb 14 02:41:28.383 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57092026-02-14T02:41:28.843Z[ recovery-image] Feb 14 02:41:28.394 INFO O| Feb 14 02:41:28.394 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ld"
57102026-02-14T02:41:28.843Z[ recovery-image] Feb 14 02:41:28.394 INFO O| Feb 14 02:41:28.394 INFO STEP 251 (remove_files) COMPLETE
57112026-02-14T02:41:28.843Z[ recovery-image] Feb 14 02:41:28.394 INFO O| Feb 14 02:41:28.394 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57122026-02-14T02:41:28.843Z[ recovery-image] Feb 14 02:41:28.407 INFO O| Feb 14 02:41:28.407 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ldd"
57132026-02-14T02:41:28.843Z[ recovery-image] Feb 14 02:41:28.407 INFO O| Feb 14 02:41:28.407 INFO STEP 252 (remove_files) COMPLETE
57142026-02-14T02:41:28.843Z[ recovery-image] Feb 14 02:41:28.407 INFO O| Feb 14 02:41:28.407 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57152026-02-14T02:41:28.867Z[ recovery-image] Feb 14 02:41:28.418 INFO O| Feb 14 02:41:28.418 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/less"
57162026-02-14T02:41:28.867Z[ recovery-image] Feb 14 02:41:28.419 INFO O| Feb 14 02:41:28.419 INFO STEP 253 (remove_files) COMPLETE
57172026-02-14T02:41:28.868Z[ recovery-image] Feb 14 02:41:28.419 INFO O| Feb 14 02:41:28.419 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57182026-02-14T02:41:28.868Z[ recovery-image] Feb 14 02:41:28.430 INFO O| Feb 14 02:41:28.430 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lessecho"
57192026-02-14T02:41:28.868Z[ recovery-image] Feb 14 02:41:28.430 INFO O| Feb 14 02:41:28.430 INFO STEP 254 (remove_files) COMPLETE
57202026-02-14T02:41:28.868Z[ recovery-image] Feb 14 02:41:28.430 INFO O| Feb 14 02:41:28.430 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57212026-02-14T02:41:28.892Z[ recovery-image] Feb 14 02:41:28.440 INFO O| Feb 14 02:41:28.440 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lesskey"
57222026-02-14T02:41:28.892Z[ recovery-image] Feb 14 02:41:28.440 INFO O| Feb 14 02:41:28.440 INFO STEP 255 (remove_files) COMPLETE
57232026-02-14T02:41:28.893Z[ recovery-image] Feb 14 02:41:28.440 INFO O| Feb 14 02:41:28.440 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57242026-02-14T02:41:28.893Z[ recovery-image] Feb 14 02:41:28.451 INFO O| Feb 14 02:41:28.451 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lgrpinfo"
57252026-02-14T02:41:28.893Z[ recovery-image] Feb 14 02:41:28.451 INFO O| Feb 14 02:41:28.451 INFO STEP 256 (remove_files) COMPLETE
57262026-02-14T02:41:28.893Z[ recovery-image] Feb 14 02:41:28.451 INFO O| Feb 14 02:41:28.451 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57272026-02-14T02:41:28.917Z[ recovery-image] Feb 14 02:41:28.462 INFO O| Feb 14 02:41:28.462 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/line"
57282026-02-14T02:41:28.917Z[ recovery-image] Feb 14 02:41:28.462 INFO O| Feb 14 02:41:28.462 INFO STEP 257 (remove_files) COMPLETE
57292026-02-14T02:41:28.917Z[ recovery-image] Feb 14 02:41:28.462 INFO O| Feb 14 02:41:28.462 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57302026-02-14T02:41:28.917Z[ recovery-image] Feb 14 02:41:28.475 INFO O| Feb 14 02:41:28.475 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listdgrp"
57312026-02-14T02:41:28.917Z[ recovery-image] Feb 14 02:41:28.475 INFO O| Feb 14 02:41:28.475 INFO STEP 258 (remove_files) COMPLETE
57322026-02-14T02:41:28.917Z[ recovery-image] Feb 14 02:41:28.475 INFO O| Feb 14 02:41:28.475 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57332026-02-14T02:41:28.942Z[ recovery-image] Feb 14 02:41:28.488 INFO O| Feb 14 02:41:28.487 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listusers"
57342026-02-14T02:41:28.942Z[ recovery-image] Feb 14 02:41:28.488 INFO O| Feb 14 02:41:28.488 INFO STEP 259 (remove_files) COMPLETE
57352026-02-14T02:41:28.942Z[ recovery-image] Feb 14 02:41:28.488 INFO O| Feb 14 02:41:28.488 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57362026-02-14T02:41:28.942Z[ recovery-image] Feb 14 02:41:28.499 INFO O| Feb 14 02:41:28.499 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/loadkeys"
57372026-02-14T02:41:28.942Z[ recovery-image] Feb 14 02:41:28.499 INFO O| Feb 14 02:41:28.499 INFO STEP 260 (remove_files) COMPLETE
57382026-02-14T02:41:28.942Z[ recovery-image] Feb 14 02:41:28.499 INFO O| Feb 14 02:41:28.499 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57392026-02-14T02:41:28.968Z[ recovery-image] Feb 14 02:41:28.510 INFO O| Feb 14 02:41:28.510 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logger"
57402026-02-14T02:41:28.968Z[ recovery-image] Feb 14 02:41:28.510 INFO O| Feb 14 02:41:28.510 INFO STEP 261 (remove_files) COMPLETE
57412026-02-14T02:41:28.968Z[ recovery-image] Feb 14 02:41:28.510 INFO O| Feb 14 02:41:28.510 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57422026-02-14T02:41:28.968Z[ recovery-image] Feb 14 02:41:28.520 INFO O| Feb 14 02:41:28.520 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logins"
57432026-02-14T02:41:28.968Z[ recovery-image] Feb 14 02:41:28.521 INFO O| Feb 14 02:41:28.520 INFO STEP 262 (remove_files) COMPLETE
57442026-02-14T02:41:28.968Z[ recovery-image] Feb 14 02:41:28.521 INFO O| Feb 14 02:41:28.521 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57452026-02-14T02:41:28.992Z[ recovery-image] Feb 14 02:41:28.536 INFO O| Feb 14 02:41:28.536 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logname"
57462026-02-14T02:41:28.993Z[ recovery-image] Feb 14 02:41:28.536 INFO O| Feb 14 02:41:28.536 INFO STEP 263 (remove_files) COMPLETE
57472026-02-14T02:41:28.993Z[ recovery-image] Feb 14 02:41:28.536 INFO O| Feb 14 02:41:28.536 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57482026-02-14T02:41:28.993Z[ recovery-image] Feb 14 02:41:28.548 INFO O| Feb 14 02:41:28.548 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/look"
57492026-02-14T02:41:28.993Z[ recovery-image] Feb 14 02:41:28.548 INFO O| Feb 14 02:41:28.548 INFO STEP 264 (remove_files) COMPLETE
57502026-02-14T02:41:28.993Z[ recovery-image] Feb 14 02:41:28.548 INFO O| Feb 14 02:41:28.548 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57512026-02-14T02:41:29.017Z[ recovery-image] Feb 14 02:41:28.561 INFO O| Feb 14 02:41:28.561 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/looker"
57522026-02-14T02:41:29.017Z[ recovery-image] Feb 14 02:41:28.561 INFO O| Feb 14 02:41:28.561 INFO STEP 265 (remove_files) COMPLETE
57532026-02-14T02:41:29.017Z[ recovery-image] Feb 14 02:41:28.561 INFO O| Feb 14 02:41:28.561 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57542026-02-14T02:41:29.017Z[ recovery-image] Feb 14 02:41:28.573 INFO O| Feb 14 02:41:28.572 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lz4"
57552026-02-14T02:41:29.017Z[ recovery-image] Feb 14 02:41:28.573 INFO O| Feb 14 02:41:28.573 INFO STEP 266 (remove_files) COMPLETE
57562026-02-14T02:41:29.018Z[ recovery-image] Feb 14 02:41:28.573 INFO O| Feb 14 02:41:28.573 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57572026-02-14T02:41:29.018Z[ recovery-image] Feb 14 02:41:28.584 INFO O| Feb 14 02:41:28.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmadec"
57582026-02-14T02:41:29.018Z[ recovery-image] Feb 14 02:41:28.584 INFO O| Feb 14 02:41:28.584 INFO STEP 267 (remove_files) COMPLETE
57592026-02-14T02:41:29.018Z[ recovery-image] Feb 14 02:41:28.584 INFO O| Feb 14 02:41:28.584 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57602026-02-14T02:41:29.042Z[ recovery-image] Feb 14 02:41:28.594 INFO O| Feb 14 02:41:28.594 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmainfo"
57612026-02-14T02:41:29.042Z[ recovery-image] Feb 14 02:41:28.595 INFO O| Feb 14 02:41:28.595 INFO STEP 268 (remove_files) COMPLETE
57622026-02-14T02:41:29.042Z[ recovery-image] Feb 14 02:41:28.595 INFO O| Feb 14 02:41:28.595 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57632026-02-14T02:41:29.042Z[ recovery-image] Feb 14 02:41:28.605 INFO O| Feb 14 02:41:28.605 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mac"
57642026-02-14T02:41:29.042Z[ recovery-image] Feb 14 02:41:28.605 INFO O| Feb 14 02:41:28.605 INFO STEP 269 (remove_files) COMPLETE
57652026-02-14T02:41:29.042Z[ recovery-image] Feb 14 02:41:28.605 INFO O| Feb 14 02:41:28.605 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57662026-02-14T02:41:29.067Z[ recovery-image] Feb 14 02:41:28.616 INFO O| Feb 14 02:41:28.616 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mach"
57672026-02-14T02:41:29.067Z[ recovery-image] Feb 14 02:41:28.616 INFO O| Feb 14 02:41:28.616 INFO STEP 270 (remove_files) COMPLETE
57682026-02-14T02:41:29.067Z[ recovery-image] Feb 14 02:41:28.616 INFO O| Feb 14 02:41:28.616 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57692026-02-14T02:41:29.067Z[ recovery-image] Feb 14 02:41:28.626 INFO O| Feb 14 02:41:28.626 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mailx"
57702026-02-14T02:41:29.067Z[ recovery-image] Feb 14 02:41:28.627 INFO O| Feb 14 02:41:28.627 INFO STEP 271 (remove_files) COMPLETE
57712026-02-14T02:41:29.067Z[ recovery-image] Feb 14 02:41:28.627 INFO O| Feb 14 02:41:28.627 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57722026-02-14T02:41:29.092Z[ recovery-image] Feb 14 02:41:28.637 INFO O| Feb 14 02:41:28.637 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/makedev"
57732026-02-14T02:41:29.092Z[ recovery-image] Feb 14 02:41:28.637 INFO O| Feb 14 02:41:28.637 INFO STEP 272 (remove_files) COMPLETE
57742026-02-14T02:41:29.092Z[ recovery-image] Feb 14 02:41:28.637 INFO O| Feb 14 02:41:28.637 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57752026-02-14T02:41:29.092Z[ recovery-image] Feb 14 02:41:28.648 INFO O| Feb 14 02:41:28.648 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mesg"
57762026-02-14T02:41:29.092Z[ recovery-image] Feb 14 02:41:28.648 INFO O| Feb 14 02:41:28.648 INFO STEP 273 (remove_files) COMPLETE
57772026-02-14T02:41:29.092Z[ recovery-image] Feb 14 02:41:28.648 INFO O| Feb 14 02:41:28.648 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57782026-02-14T02:41:29.117Z[ recovery-image] Feb 14 02:41:28.667 INFO O| Feb 14 02:41:28.666 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c"
57792026-02-14T02:41:29.117Z[ recovery-image] Feb 14 02:41:28.667 INFO O| Feb 14 02:41:28.667 INFO STEP 274 (remove_files) COMPLETE
57802026-02-14T02:41:29.117Z[ recovery-image] Feb 14 02:41:28.667 INFO O| Feb 14 02:41:28.667 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57812026-02-14T02:41:29.117Z[ recovery-image] Feb 14 02:41:28.681 INFO O| Feb 14 02:41:28.681 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c-update"
57822026-02-14T02:41:29.117Z[ recovery-image] Feb 14 02:41:28.681 INFO O| Feb 14 02:41:28.681 INFO STEP 275 (remove_files) COMPLETE
57832026-02-14T02:41:29.117Z[ recovery-image] Feb 14 02:41:28.681 INFO O| Feb 14 02:41:28.681 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57842026-02-14T02:41:29.141Z[ recovery-image] Feb 14 02:41:28.694 INFO O| Feb 14 02:41:28.693 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkfifo"
57852026-02-14T02:41:29.141Z[ recovery-image] Feb 14 02:41:28.694 INFO O| Feb 14 02:41:28.694 INFO STEP 276 (remove_files) COMPLETE
57862026-02-14T02:41:29.141Z[ recovery-image] Feb 14 02:41:28.694 INFO O| Feb 14 02:41:28.694 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57872026-02-14T02:41:29.141Z[ recovery-image] Feb 14 02:41:28.706 INFO O| Feb 14 02:41:28.706 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkpwdict"
57882026-02-14T02:41:29.141Z[ recovery-image] Feb 14 02:41:28.706 INFO O| Feb 14 02:41:28.706 INFO STEP 277 (remove_files) COMPLETE
57892026-02-14T02:41:29.142Z[ recovery-image] Feb 14 02:41:28.706 INFO O| Feb 14 02:41:28.706 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57902026-02-14T02:41:29.166Z[ recovery-image] Feb 14 02:41:28.723 INFO O| Feb 14 02:41:28.723 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/moe"
57912026-02-14T02:41:29.166Z[ recovery-image] Feb 14 02:41:28.723 INFO O| Feb 14 02:41:28.723 INFO STEP 278 (remove_files) COMPLETE
57922026-02-14T02:41:29.166Z[ recovery-image] Feb 14 02:41:28.723 INFO O| Feb 14 02:41:28.723 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57932026-02-14T02:41:29.191Z[ recovery-image] Feb 14 02:41:28.736 INFO O| Feb 14 02:41:28.735 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mpstat"
57942026-02-14T02:41:29.191Z[ recovery-image] Feb 14 02:41:28.736 INFO O| Feb 14 02:41:28.736 INFO STEP 279 (remove_files) COMPLETE
57952026-02-14T02:41:29.191Z[ recovery-image] Feb 14 02:41:28.736 INFO O| Feb 14 02:41:28.736 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57962026-02-14T02:41:29.191Z[ recovery-image] Feb 14 02:41:28.746 INFO O| Feb 14 02:41:28.746 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mt"
57972026-02-14T02:41:29.191Z[ recovery-image] Feb 14 02:41:28.746 INFO O| Feb 14 02:41:28.746 INFO STEP 280 (remove_files) COMPLETE
57982026-02-14T02:41:29.191Z[ recovery-image] Feb 14 02:41:28.746 INFO O| Feb 14 02:41:28.746 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57992026-02-14T02:41:29.215Z[ recovery-image] Feb 14 02:41:28.761 INFO O| Feb 14 02:41:28.761 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ncurses6-config"
58002026-02-14T02:41:29.215Z[ recovery-image] Feb 14 02:41:28.762 INFO O| Feb 14 02:41:28.762 INFO STEP 281 (remove_files) COMPLETE
58012026-02-14T02:41:29.216Z[ recovery-image] Feb 14 02:41:28.762 INFO O| Feb 14 02:41:28.762 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58022026-02-14T02:41:29.216Z[ recovery-image] Feb 14 02:41:28.776 INFO O| Feb 14 02:41:28.776 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-cert"
58032026-02-14T02:41:29.216Z[ recovery-image] Feb 14 02:41:28.776 INFO O| Feb 14 02:41:28.776 INFO STEP 282 (remove_files) COMPLETE
58042026-02-14T02:41:29.216Z[ recovery-image] Feb 14 02:41:28.776 INFO O| Feb 14 02:41:28.776 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58052026-02-14T02:41:29.240Z[ recovery-image] Feb 14 02:41:28.789 INFO O| Feb 14 02:41:28.789 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-config"
58062026-02-14T02:41:29.240Z[ recovery-image] Feb 14 02:41:28.789 INFO O| Feb 14 02:41:28.789 INFO STEP 283 (remove_files) COMPLETE
58072026-02-14T02:41:29.240Z[ recovery-image] Feb 14 02:41:28.789 INFO O| Feb 14 02:41:28.789 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58082026-02-14T02:41:29.240Z[ recovery-image] Feb 14 02:41:28.802 INFO O| Feb 14 02:41:28.802 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-create-v3-user"
58092026-02-14T02:41:29.240Z[ recovery-image] Feb 14 02:41:28.802 INFO O| Feb 14 02:41:28.802 INFO STEP 284 (remove_files) COMPLETE
58102026-02-14T02:41:29.240Z[ recovery-image] Feb 14 02:41:28.802 INFO O| Feb 14 02:41:28.802 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58112026-02-14T02:41:29.266Z[ recovery-image] Feb 14 02:41:28.816 INFO O| Feb 14 02:41:28.816 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newform"
58122026-02-14T02:41:29.267Z[ recovery-image] Feb 14 02:41:28.816 INFO O| Feb 14 02:41:28.816 INFO STEP 285 (remove_files) COMPLETE
58132026-02-14T02:41:29.267Z[ recovery-image] Feb 14 02:41:28.816 INFO O| Feb 14 02:41:28.816 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58142026-02-14T02:41:29.267Z[ recovery-image] Feb 14 02:41:28.827 INFO O| Feb 14 02:41:28.827 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newgrp"
58152026-02-14T02:41:29.267Z[ recovery-image] Feb 14 02:41:28.827 INFO O| Feb 14 02:41:28.827 INFO STEP 286 (remove_files) COMPLETE
58162026-02-14T02:41:29.267Z[ recovery-image] Feb 14 02:41:28.827 INFO O| Feb 14 02:41:28.827 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58172026-02-14T02:41:29.291Z[ recovery-image] Feb 14 02:41:28.841 INFO O| Feb 14 02:41:28.841 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/news"
58182026-02-14T02:41:29.291Z[ recovery-image] Feb 14 02:41:28.841 INFO O| Feb 14 02:41:28.841 INFO STEP 287 (remove_files) COMPLETE
58192026-02-14T02:41:29.292Z[ recovery-image] Feb 14 02:41:28.841 INFO O| Feb 14 02:41:28.841 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58202026-02-14T02:41:29.292Z[ recovery-image] Feb 14 02:41:28.854 INFO O| Feb 14 02:41:28.854 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newtask"
58212026-02-14T02:41:29.292Z[ recovery-image] Feb 14 02:41:28.854 INFO O| Feb 14 02:41:28.854 INFO STEP 288 (remove_files) COMPLETE
58222026-02-14T02:41:29.292Z[ recovery-image] Feb 14 02:41:28.854 INFO O| Feb 14 02:41:28.854 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58232026-02-14T02:41:29.316Z[ recovery-image] Feb 14 02:41:28.865 INFO O| Feb 14 02:41:28.865 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nice"
58242026-02-14T02:41:29.316Z[ recovery-image] Feb 14 02:41:28.865 INFO O| Feb 14 02:41:28.865 INFO STEP 289 (remove_files) COMPLETE
58252026-02-14T02:41:29.316Z[ recovery-image] Feb 14 02:41:28.865 INFO O| Feb 14 02:41:28.865 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58262026-02-14T02:41:29.316Z[ recovery-image] Feb 14 02:41:28.877 INFO O| Feb 14 02:41:28.877 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nl"
58272026-02-14T02:41:29.316Z[ recovery-image] Feb 14 02:41:28.878 INFO O| Feb 14 02:41:28.878 INFO STEP 290 (remove_files) COMPLETE
58282026-02-14T02:41:29.316Z[ recovery-image] Feb 14 02:41:28.878 INFO O| Feb 14 02:41:28.878 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58292026-02-14T02:41:29.341Z[ recovery-image] Feb 14 02:41:28.894 INFO O| Feb 14 02:41:28.894 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/oawk"
58302026-02-14T02:41:29.341Z[ recovery-image] Feb 14 02:41:28.894 INFO O| Feb 14 02:41:28.894 INFO STEP 291 (remove_files) COMPLETE
58312026-02-14T02:41:29.341Z[ recovery-image] Feb 14 02:41:28.894 INFO O| Feb 14 02:41:28.894 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58322026-02-14T02:41:29.341Z[ recovery-image] Feb 14 02:41:28.905 INFO O| Feb 14 02:41:28.905 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/od"
58332026-02-14T02:41:29.341Z[ recovery-image] Feb 14 02:41:28.905 INFO O| Feb 14 02:41:28.905 INFO STEP 292 (remove_files) COMPLETE
58342026-02-14T02:41:29.341Z[ recovery-image] Feb 14 02:41:28.905 INFO O| Feb 14 02:41:28.905 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58352026-02-14T02:41:29.366Z[ recovery-image] Feb 14 02:41:28.918 INFO O| Feb 14 02:41:28.918 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/optisa"
58362026-02-14T02:41:29.366Z[ recovery-image] Feb 14 02:41:28.918 INFO O| Feb 14 02:41:28.918 INFO STEP 293 (remove_files) COMPLETE
58372026-02-14T02:41:29.366Z[ recovery-image] Feb 14 02:41:28.918 INFO O| Feb 14 02:41:28.918 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58382026-02-14T02:41:29.366Z[ recovery-image] Feb 14 02:41:28.929 INFO O| Feb 14 02:41:28.928 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pack"
58392026-02-14T02:41:29.366Z[ recovery-image] Feb 14 02:41:28.929 INFO O| Feb 14 02:41:28.929 INFO STEP 294 (remove_files) COMPLETE
58402026-02-14T02:41:29.366Z[ recovery-image] Feb 14 02:41:28.929 INFO O| Feb 14 02:41:28.929 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58412026-02-14T02:41:29.391Z[ recovery-image] Feb 14 02:41:28.942 INFO O| Feb 14 02:41:28.942 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/page"
58422026-02-14T02:41:29.391Z[ recovery-image] Feb 14 02:41:28.942 INFO O| Feb 14 02:41:28.942 INFO STEP 295 (remove_files) COMPLETE
58432026-02-14T02:41:29.391Z[ recovery-image] Feb 14 02:41:28.942 INFO O| Feb 14 02:41:28.942 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58442026-02-14T02:41:29.391Z[ recovery-image] Feb 14 02:41:28.955 INFO O| Feb 14 02:41:28.954 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pagesize"
58452026-02-14T02:41:29.391Z[ recovery-image] Feb 14 02:41:28.955 INFO O| Feb 14 02:41:28.955 INFO STEP 296 (remove_files) COMPLETE
58462026-02-14T02:41:29.391Z[ recovery-image] Feb 14 02:41:28.955 INFO O| Feb 14 02:41:28.955 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58472026-02-14T02:41:29.415Z[ recovery-image] Feb 14 02:41:28.968 INFO O| Feb 14 02:41:28.968 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/passwd"
58482026-02-14T02:41:29.415Z[ recovery-image] Feb 14 02:41:28.968 INFO O| Feb 14 02:41:28.968 INFO STEP 297 (remove_files) COMPLETE
58492026-02-14T02:41:29.416Z[ recovery-image] Feb 14 02:41:28.968 INFO O| Feb 14 02:41:28.968 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58502026-02-14T02:41:29.416Z[ recovery-image] Feb 14 02:41:28.981 INFO O| Feb 14 02:41:28.981 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/paste"
58512026-02-14T02:41:29.416Z[ recovery-image] Feb 14 02:41:28.981 INFO O| Feb 14 02:41:28.981 INFO STEP 298 (remove_files) COMPLETE
58522026-02-14T02:41:29.416Z[ recovery-image] Feb 14 02:41:28.981 INFO O| Feb 14 02:41:28.981 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58532026-02-14T02:41:29.440Z[ recovery-image] Feb 14 02:41:28.992 INFO O| Feb 14 02:41:28.992 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pathchk"
58542026-02-14T02:41:29.440Z[ recovery-image] Feb 14 02:41:28.992 INFO O| Feb 14 02:41:28.992 INFO STEP 299 (remove_files) COMPLETE
58552026-02-14T02:41:29.440Z[ recovery-image] Feb 14 02:41:28.992 INFO O| Feb 14 02:41:28.992 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58562026-02-14T02:41:29.440Z[ recovery-image] Feb 14 02:41:29.004 INFO O| Feb 14 02:41:29.004 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pax"
58572026-02-14T02:41:29.440Z[ recovery-image] Feb 14 02:41:29.004 INFO O| Feb 14 02:41:29.004 INFO STEP 300 (remove_files) COMPLETE
58582026-02-14T02:41:29.440Z[ recovery-image] Feb 14 02:41:29.004 INFO O| Feb 14 02:41:29.004 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58592026-02-14T02:41:29.465Z[ recovery-image] Feb 14 02:41:29.018 INFO O| Feb 14 02:41:29.018 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcap-config"
58602026-02-14T02:41:29.465Z[ recovery-image] Feb 14 02:41:29.018 INFO O| Feb 14 02:41:29.018 INFO STEP 301 (remove_files) COMPLETE
58612026-02-14T02:41:29.465Z[ recovery-image] Feb 14 02:41:29.018 INFO O| Feb 14 02:41:29.018 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58622026-02-14T02:41:29.465Z[ recovery-image] Feb 14 02:41:29.030 INFO O| Feb 14 02:41:29.030 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre-config"
58632026-02-14T02:41:29.465Z[ recovery-image] Feb 14 02:41:29.031 INFO O| Feb 14 02:41:29.030 INFO STEP 302 (remove_files) COMPLETE
58642026-02-14T02:41:29.465Z[ recovery-image] Feb 14 02:41:29.031 INFO O| Feb 14 02:41:29.031 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58652026-02-14T02:41:29.495Z[ recovery-image] Feb 14 02:41:29.041 INFO O| Feb 14 02:41:29.041 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2-config"
58662026-02-14T02:41:29.495Z[ recovery-image] Feb 14 02:41:29.041 INFO O| Feb 14 02:41:29.041 INFO STEP 303 (remove_files) COMPLETE
58672026-02-14T02:41:29.495Z[ recovery-image] Feb 14 02:41:29.041 INFO O| Feb 14 02:41:29.041 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58682026-02-14T02:41:29.495Z[ recovery-image] Feb 14 02:41:29.053 INFO O| Feb 14 02:41:29.053 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2grep"
58692026-02-14T02:41:29.495Z[ recovery-image] Feb 14 02:41:29.053 INFO O| Feb 14 02:41:29.053 INFO STEP 304 (remove_files) COMPLETE
58702026-02-14T02:41:29.495Z[ recovery-image] Feb 14 02:41:29.053 INFO O| Feb 14 02:41:29.053 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58712026-02-14T02:41:29.521Z[ recovery-image] Feb 14 02:41:29.067 INFO O| Feb 14 02:41:29.067 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2test"
58722026-02-14T02:41:29.521Z[ recovery-image] Feb 14 02:41:29.067 INFO O| Feb 14 02:41:29.067 INFO STEP 305 (remove_files) COMPLETE
58732026-02-14T02:41:29.521Z[ recovery-image] Feb 14 02:41:29.067 INFO O| Feb 14 02:41:29.067 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58742026-02-14T02:41:29.554Z[ recovery-image] Feb 14 02:41:29.121 INFO O| Feb 14 02:41:29.121 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcregrep"
58752026-02-14T02:41:29.554Z[ recovery-image] Feb 14 02:41:29.122 INFO O| Feb 14 02:41:29.121 INFO STEP 306 (remove_files) COMPLETE
58762026-02-14T02:41:29.554Z[ recovery-image] Feb 14 02:41:29.122 INFO O| Feb 14 02:41:29.122 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58772026-02-14T02:41:29.578Z[ recovery-image] Feb 14 02:41:29.142 INFO O| Feb 14 02:41:29.142 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcretest"
58782026-02-14T02:41:29.578Z[ recovery-image] Feb 14 02:41:29.142 INFO O| Feb 14 02:41:29.142 INFO STEP 307 (remove_files) COMPLETE
58792026-02-14T02:41:29.578Z[ recovery-image] Feb 14 02:41:29.142 INFO O| Feb 14 02:41:29.142 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58802026-02-14T02:41:29.603Z[ recovery-image] Feb 14 02:41:29.158 INFO O| Feb 14 02:41:29.157 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfbash"
58812026-02-14T02:41:29.603Z[ recovery-image] Feb 14 02:41:29.158 INFO O| Feb 14 02:41:29.158 INFO STEP 308 (remove_files) COMPLETE
58822026-02-14T02:41:29.603Z[ recovery-image] Feb 14 02:41:29.158 INFO O| Feb 14 02:41:29.158 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58832026-02-14T02:41:29.627Z[ recovery-image] Feb 14 02:41:29.173 INFO O| Feb 14 02:41:29.173 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfcsh"
58842026-02-14T02:41:29.627Z[ recovery-image] Feb 14 02:41:29.173 INFO O| Feb 14 02:41:29.173 INFO STEP 309 (remove_files) COMPLETE
58852026-02-14T02:41:29.627Z[ recovery-image] Feb 14 02:41:29.173 INFO O| Feb 14 02:41:29.173 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58862026-02-14T02:41:29.627Z[ recovery-image] Feb 14 02:41:29.189 INFO O| Feb 14 02:41:29.189 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh"
58872026-02-14T02:41:29.627Z[ recovery-image] Feb 14 02:41:29.190 INFO O| Feb 14 02:41:29.189 INFO STEP 310 (remove_files) COMPLETE
58882026-02-14T02:41:29.627Z[ recovery-image] Feb 14 02:41:29.190 INFO O| Feb 14 02:41:29.189 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58892026-02-14T02:41:29.652Z[ recovery-image] Feb 14 02:41:29.206 INFO O| Feb 14 02:41:29.206 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh93"
58902026-02-14T02:41:29.652Z[ recovery-image] Feb 14 02:41:29.206 INFO O| Feb 14 02:41:29.206 INFO STEP 311 (remove_files) COMPLETE
58912026-02-14T02:41:29.652Z[ recovery-image] Feb 14 02:41:29.206 INFO O| Feb 14 02:41:29.206 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58922026-02-14T02:41:29.676Z[ recovery-image] Feb 14 02:41:29.222 INFO O| Feb 14 02:41:29.222 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh"
58932026-02-14T02:41:29.676Z[ recovery-image] Feb 14 02:41:29.223 INFO O| Feb 14 02:41:29.222 INFO STEP 312 (remove_files) COMPLETE
58942026-02-14T02:41:29.676Z[ recovery-image] Feb 14 02:41:29.223 INFO O| Feb 14 02:41:29.222 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58952026-02-14T02:41:29.676Z[ recovery-image] Feb 14 02:41:29.235 INFO O| Feb 14 02:41:29.235 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh93"
58962026-02-14T02:41:29.676Z[ recovery-image] Feb 14 02:41:29.235 INFO O| Feb 14 02:41:29.235 INFO STEP 313 (remove_files) COMPLETE
58972026-02-14T02:41:29.676Z[ recovery-image] Feb 14 02:41:29.235 INFO O| Feb 14 02:41:29.235 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58982026-02-14T02:41:29.701Z[ recovery-image] Feb 14 02:41:29.247 INFO O| Feb 14 02:41:29.247 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfsh"
58992026-02-14T02:41:29.701Z[ recovery-image] Feb 14 02:41:29.247 INFO O| Feb 14 02:41:29.247 INFO STEP 314 (remove_files) COMPLETE
59002026-02-14T02:41:29.701Z[ recovery-image] Feb 14 02:41:29.247 INFO O| Feb 14 02:41:29.247 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59012026-02-14T02:41:29.701Z[ recovery-image] Feb 14 02:41:29.258 INFO O| Feb 14 02:41:29.258 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pftcsh"
59022026-02-14T02:41:29.701Z[ recovery-image] Feb 14 02:41:29.258 INFO O| Feb 14 02:41:29.258 INFO STEP 315 (remove_files) COMPLETE
59032026-02-14T02:41:29.701Z[ recovery-image] Feb 14 02:41:29.258 INFO O| Feb 14 02:41:29.258 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59042026-02-14T02:41:29.727Z[ recovery-image] Feb 14 02:41:29.273 INFO O| Feb 14 02:41:29.273 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfzsh"
59052026-02-14T02:41:29.727Z[ recovery-image] Feb 14 02:41:29.273 INFO O| Feb 14 02:41:29.273 INFO STEP 316 (remove_files) COMPLETE
59062026-02-14T02:41:29.727Z[ recovery-image] Feb 14 02:41:29.273 INFO O| Feb 14 02:41:29.273 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59072026-02-14T02:41:29.727Z[ recovery-image] Feb 14 02:41:29.284 INFO O| Feb 14 02:41:29.284 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pg"
59082026-02-14T02:41:29.727Z[ recovery-image] Feb 14 02:41:29.284 INFO O| Feb 14 02:41:29.284 INFO STEP 317 (remove_files) COMPLETE
59092026-02-14T02:41:29.727Z[ recovery-image] Feb 14 02:41:29.284 INFO O| Feb 14 02:41:29.284 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59102026-02-14T02:41:29.727Z[ recovery-image] Feb 14 02:41:29.294 INFO O| Feb 14 02:41:29.294 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pginfo"
59112026-02-14T02:41:29.727Z[ recovery-image] Feb 14 02:41:29.294 INFO O| Feb 14 02:41:29.294 INFO STEP 318 (remove_files) COMPLETE
59122026-02-14T02:41:29.727Z[ recovery-image] Feb 14 02:41:29.294 INFO O| Feb 14 02:41:29.294 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59132026-02-14T02:41:29.752Z[ recovery-image] Feb 14 02:41:29.305 INFO O| Feb 14 02:41:29.305 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pgstat"
59142026-02-14T02:41:29.752Z[ recovery-image] Feb 14 02:41:29.305 INFO O| Feb 14 02:41:29.305 INFO STEP 319 (remove_files) COMPLETE
59152026-02-14T02:41:29.752Z[ recovery-image] Feb 14 02:41:29.305 INFO O| Feb 14 02:41:29.305 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59162026-02-14T02:41:29.752Z[ recovery-image] Feb 14 02:41:29.315 INFO O| Feb 14 02:41:29.315 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgadm"
59172026-02-14T02:41:29.752Z[ recovery-image] Feb 14 02:41:29.315 INFO O| Feb 14 02:41:29.315 INFO STEP 320 (remove_files) COMPLETE
59182026-02-14T02:41:29.752Z[ recovery-image] Feb 14 02:41:29.315 INFO O| Feb 14 02:41:29.315 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59192026-02-14T02:41:29.777Z[ recovery-image] Feb 14 02:41:29.325 INFO O| Feb 14 02:41:29.325 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgcond"
59202026-02-14T02:41:29.777Z[ recovery-image] Feb 14 02:41:29.326 INFO O| Feb 14 02:41:29.325 INFO STEP 321 (remove_files) COMPLETE
59212026-02-14T02:41:29.777Z[ recovery-image] Feb 14 02:41:29.326 INFO O| Feb 14 02:41:29.326 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59222026-02-14T02:41:29.777Z[ recovery-image] Feb 14 02:41:29.336 INFO O| Feb 14 02:41:29.336 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkginfo"
59232026-02-14T02:41:29.777Z[ recovery-image] Feb 14 02:41:29.336 INFO O| Feb 14 02:41:29.336 INFO STEP 322 (remove_files) COMPLETE
59242026-02-14T02:41:29.777Z[ recovery-image] Feb 14 02:41:29.336 INFO O| Feb 14 02:41:29.336 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59252026-02-14T02:41:29.801Z[ recovery-image] Feb 14 02:41:29.346 INFO O| Feb 14 02:41:29.346 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgmk"
59262026-02-14T02:41:29.801Z[ recovery-image] Feb 14 02:41:29.347 INFO O| Feb 14 02:41:29.347 INFO STEP 323 (remove_files) COMPLETE
59272026-02-14T02:41:29.801Z[ recovery-image] Feb 14 02:41:29.347 INFO O| Feb 14 02:41:29.347 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59282026-02-14T02:41:29.801Z[ recovery-image] Feb 14 02:41:29.357 INFO O| Feb 14 02:41:29.357 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgparam"
59292026-02-14T02:41:29.801Z[ recovery-image] Feb 14 02:41:29.357 INFO O| Feb 14 02:41:29.357 INFO STEP 324 (remove_files) COMPLETE
59302026-02-14T02:41:29.801Z[ recovery-image] Feb 14 02:41:29.358 INFO O| Feb 14 02:41:29.357 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59312026-02-14T02:41:29.801Z[ recovery-image] Feb 14 02:41:29.368 INFO O| Feb 14 02:41:29.368 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgproto"
59322026-02-14T02:41:29.801Z[ recovery-image] Feb 14 02:41:29.368 INFO O| Feb 14 02:41:29.368 INFO STEP 325 (remove_files) COMPLETE
59332026-02-14T02:41:29.801Z[ recovery-image] Feb 14 02:41:29.368 INFO O| Feb 14 02:41:29.368 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59342026-02-14T02:41:29.827Z[ recovery-image] Feb 14 02:41:29.384 INFO O| Feb 14 02:41:29.384 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgtrans"
59352026-02-14T02:41:29.827Z[ recovery-image] Feb 14 02:41:29.384 INFO O| Feb 14 02:41:29.384 INFO STEP 326 (remove_files) COMPLETE
59362026-02-14T02:41:29.827Z[ recovery-image] Feb 14 02:41:29.384 INFO O| Feb 14 02:41:29.384 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59372026-02-14T02:41:29.851Z[ recovery-image] Feb 14 02:41:29.398 INFO O| Feb 14 02:41:29.398 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pktool"
59382026-02-14T02:41:29.851Z[ recovery-image] Feb 14 02:41:29.398 INFO O| Feb 14 02:41:29.398 INFO STEP 327 (remove_files) COMPLETE
59392026-02-14T02:41:29.851Z[ recovery-image] Feb 14 02:41:29.398 INFO O| Feb 14 02:41:29.398 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59402026-02-14T02:41:29.851Z[ recovery-image] Feb 14 02:41:29.409 INFO O| Feb 14 02:41:29.409 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/plgrp"
59412026-02-14T02:41:29.851Z[ recovery-image] Feb 14 02:41:29.409 INFO O| Feb 14 02:41:29.409 INFO STEP 328 (remove_files) COMPLETE
59422026-02-14T02:41:29.851Z[ recovery-image] Feb 14 02:41:29.409 INFO O| Feb 14 02:41:29.409 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59432026-02-14T02:41:29.876Z[ recovery-image] Feb 14 02:41:29.423 INFO O| Feb 14 02:41:29.423 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pmadvise"
59442026-02-14T02:41:29.876Z[ recovery-image] Feb 14 02:41:29.423 INFO O| Feb 14 02:41:29.423 INFO STEP 329 (remove_files) COMPLETE
59452026-02-14T02:41:29.876Z[ recovery-image] Feb 14 02:41:29.423 INFO O| Feb 14 02:41:29.423 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59462026-02-14T02:41:29.876Z[ recovery-image] Feb 14 02:41:29.434 INFO O| Feb 14 02:41:29.434 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/poolstat"
59472026-02-14T02:41:29.876Z[ recovery-image] Feb 14 02:41:29.434 INFO O| Feb 14 02:41:29.434 INFO STEP 330 (remove_files) COMPLETE
59482026-02-14T02:41:29.876Z[ recovery-image] Feb 14 02:41:29.434 INFO O| Feb 14 02:41:29.434 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59492026-02-14T02:41:29.901Z[ recovery-image] Feb 14 02:41:29.445 INFO O| Feb 14 02:41:29.445 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ppgsz"
59502026-02-14T02:41:29.901Z[ recovery-image] Feb 14 02:41:29.445 INFO O| Feb 14 02:41:29.445 INFO STEP 331 (remove_files) COMPLETE
59512026-02-14T02:41:29.901Z[ recovery-image] Feb 14 02:41:29.445 INFO O| Feb 14 02:41:29.445 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59522026-02-14T02:41:29.901Z[ recovery-image] Feb 14 02:41:29.456 INFO O| Feb 14 02:41:29.456 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pr"
59532026-02-14T02:41:29.901Z[ recovery-image] Feb 14 02:41:29.456 INFO O| Feb 14 02:41:29.456 INFO STEP 332 (remove_files) COMPLETE
59542026-02-14T02:41:29.901Z[ recovery-image] Feb 14 02:41:29.456 INFO O| Feb 14 02:41:29.456 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59552026-02-14T02:41:29.901Z[ recovery-image] Feb 14 02:41:29.467 INFO O| Feb 14 02:41:29.467 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/print"
59562026-02-14T02:41:29.901Z[ recovery-image] Feb 14 02:41:29.467 INFO O| Feb 14 02:41:29.467 INFO STEP 333 (remove_files) COMPLETE
59572026-02-14T02:41:29.901Z[ recovery-image] Feb 14 02:41:29.467 INFO O| Feb 14 02:41:29.467 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59582026-02-14T02:41:29.925Z[ recovery-image] Feb 14 02:41:29.478 INFO O| Feb 14 02:41:29.477 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/printf"
59592026-02-14T02:41:29.925Z[ recovery-image] Feb 14 02:41:29.478 INFO O| Feb 14 02:41:29.478 INFO STEP 334 (remove_files) COMPLETE
59602026-02-14T02:41:29.925Z[ recovery-image] Feb 14 02:41:29.478 INFO O| Feb 14 02:41:29.478 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59612026-02-14T02:41:29.926Z[ recovery-image] Feb 14 02:41:29.489 INFO O| Feb 14 02:41:29.489 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/priocntl"
59622026-02-14T02:41:29.926Z[ recovery-image] Feb 14 02:41:29.489 INFO O| Feb 14 02:41:29.489 INFO STEP 335 (remove_files) COMPLETE
59632026-02-14T02:41:29.926Z[ recovery-image] Feb 14 02:41:29.489 INFO O| Feb 14 02:41:29.489 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59642026-02-14T02:41:29.950Z[ recovery-image] Feb 14 02:41:29.500 INFO O| Feb 14 02:41:29.500 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/profiles"
59652026-02-14T02:41:29.950Z[ recovery-image] Feb 14 02:41:29.500 INFO O| Feb 14 02:41:29.500 INFO STEP 336 (remove_files) COMPLETE
59662026-02-14T02:41:29.950Z[ recovery-image] Feb 14 02:41:29.500 INFO O| Feb 14 02:41:29.500 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59672026-02-14T02:41:29.950Z[ recovery-image] Feb 14 02:41:29.515 INFO O| Feb 14 02:41:29.515 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/projects"
59682026-02-14T02:41:29.950Z[ recovery-image] Feb 14 02:41:29.516 INFO O| Feb 14 02:41:29.516 INFO STEP 337 (remove_files) COMPLETE
59692026-02-14T02:41:29.950Z[ recovery-image] Feb 14 02:41:29.516 INFO O| Feb 14 02:41:29.516 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59702026-02-14T02:41:29.975Z[ recovery-image] Feb 14 02:41:29.531 INFO O| Feb 14 02:41:29.531 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/psecflags"
59712026-02-14T02:41:29.975Z[ recovery-image] Feb 14 02:41:29.531 INFO O| Feb 14 02:41:29.531 INFO STEP 338 (remove_files) COMPLETE
59722026-02-14T02:41:29.975Z[ recovery-image] Feb 14 02:41:29.532 INFO O| Feb 14 02:41:29.531 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59732026-02-14T02:41:29.999Z[ recovery-image] Feb 14 02:41:29.545 INFO O| Feb 14 02:41:29.545 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdev"
59742026-02-14T02:41:29.999Z[ recovery-image] Feb 14 02:41:29.545 INFO O| Feb 14 02:41:29.545 INFO STEP 339 (remove_files) COMPLETE
59752026-02-14T02:41:29.999Z[ recovery-image] Feb 14 02:41:29.545 INFO O| Feb 14 02:41:29.545 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59762026-02-14T02:41:29.999Z[ recovery-image] Feb 14 02:41:29.559 INFO O| Feb 14 02:41:29.559 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdgrp"
59772026-02-14T02:41:29.999Z[ recovery-image] Feb 14 02:41:29.559 INFO O| Feb 14 02:41:29.559 INFO STEP 340 (remove_files) COMPLETE
59782026-02-14T02:41:29.999Z[ recovery-image] Feb 14 02:41:29.559 INFO O| Feb 14 02:41:29.559 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59792026-02-14T02:41:30.024Z[ recovery-image] Feb 14 02:41:29.569 INFO O| Feb 14 02:41:29.569 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pvs"
59802026-02-14T02:41:30.024Z[ recovery-image] Feb 14 02:41:29.569 INFO O| Feb 14 02:41:29.569 INFO STEP 341 (remove_files) COMPLETE
59812026-02-14T02:41:30.024Z[ recovery-image] Feb 14 02:41:29.569 INFO O| Feb 14 02:41:29.569 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59822026-02-14T02:41:30.024Z[ recovery-image] Feb 14 02:41:29.585 INFO O| Feb 14 02:41:29.584 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwait"
59832026-02-14T02:41:30.024Z[ recovery-image] Feb 14 02:41:29.585 INFO O| Feb 14 02:41:29.585 INFO STEP 342 (remove_files) COMPLETE
59842026-02-14T02:41:30.024Z[ recovery-image] Feb 14 02:41:29.585 INFO O| Feb 14 02:41:29.585 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59852026-02-14T02:41:30.049Z[ recovery-image] Feb 14 02:41:29.598 INFO O| Feb 14 02:41:29.598 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwd"
59862026-02-14T02:41:30.049Z[ recovery-image] Feb 14 02:41:29.598 INFO O| Feb 14 02:41:29.598 INFO STEP 343 (remove_files) COMPLETE
59872026-02-14T02:41:30.049Z[ recovery-image] Feb 14 02:41:29.598 INFO O| Feb 14 02:41:29.598 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59882026-02-14T02:41:30.049Z[ recovery-image] Feb 14 02:41:29.613 INFO O| Feb 14 02:41:29.613 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/read"
59892026-02-14T02:41:30.049Z[ recovery-image] Feb 14 02:41:29.613 INFO O| Feb 14 02:41:29.613 INFO STEP 344 (remove_files) COMPLETE
59902026-02-14T02:41:30.049Z[ recovery-image] Feb 14 02:41:29.613 INFO O| Feb 14 02:41:29.613 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59912026-02-14T02:41:30.074Z[ recovery-image] Feb 14 02:41:29.627 INFO O| Feb 14 02:41:29.627 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/red"
59922026-02-14T02:41:30.074Z[ recovery-image] Feb 14 02:41:29.627 INFO O| Feb 14 02:41:29.627 INFO STEP 345 (remove_files) COMPLETE
59932026-02-14T02:41:30.074Z[ recovery-image] Feb 14 02:41:29.628 INFO O| Feb 14 02:41:29.627 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59942026-02-14T02:41:30.099Z[ recovery-image] Feb 14 02:41:29.656 INFO O| Feb 14 02:41:29.656 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/regcmp"
59952026-02-14T02:41:30.099Z[ recovery-image] Feb 14 02:41:29.656 INFO O| Feb 14 02:41:29.656 INFO STEP 346 (remove_files) COMPLETE
59962026-02-14T02:41:30.099Z[ recovery-image] Feb 14 02:41:29.656 INFO O| Feb 14 02:41:29.656 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59972026-02-14T02:41:30.124Z[ recovery-image] Feb 14 02:41:29.673 INFO O| Feb 14 02:41:29.673 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/renice"
59982026-02-14T02:41:30.124Z[ recovery-image] Feb 14 02:41:29.673 INFO O| Feb 14 02:41:29.673 INFO STEP 347 (remove_files) COMPLETE
59992026-02-14T02:41:30.124Z[ recovery-image] Feb 14 02:41:29.673 INFO O| Feb 14 02:41:29.673 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60002026-02-14T02:41:30.124Z[ recovery-image] Feb 14 02:41:29.685 INFO O| Feb 14 02:41:29.685 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/resize"
60012026-02-14T02:41:30.124Z[ recovery-image] Feb 14 02:41:29.685 INFO O| Feb 14 02:41:29.685 INFO STEP 348 (remove_files) COMPLETE
60022026-02-14T02:41:30.124Z[ recovery-image] Feb 14 02:41:29.685 INFO O| Feb 14 02:41:29.685 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60032026-02-14T02:41:30.149Z[ recovery-image] Feb 14 02:41:29.697 INFO O| Feb 14 02:41:29.697 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rev"
60042026-02-14T02:41:30.149Z[ recovery-image] Feb 14 02:41:29.697 INFO O| Feb 14 02:41:29.697 INFO STEP 349 (remove_files) COMPLETE
60052026-02-14T02:41:30.149Z[ recovery-image] Feb 14 02:41:29.697 INFO O| Feb 14 02:41:29.697 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60062026-02-14T02:41:30.149Z[ recovery-image] Feb 14 02:41:29.711 INFO O| Feb 14 02:41:29.711 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh"
60072026-02-14T02:41:30.149Z[ recovery-image] Feb 14 02:41:29.711 INFO O| Feb 14 02:41:29.711 INFO STEP 350 (remove_files) COMPLETE
60082026-02-14T02:41:30.149Z[ recovery-image] Feb 14 02:41:29.711 INFO O| Feb 14 02:41:29.711 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60092026-02-14T02:41:30.173Z[ recovery-image] Feb 14 02:41:29.723 INFO O| Feb 14 02:41:29.723 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh93"
60102026-02-14T02:41:30.173Z[ recovery-image] Feb 14 02:41:29.723 INFO O| Feb 14 02:41:29.723 INFO STEP 351 (remove_files) COMPLETE
60112026-02-14T02:41:30.173Z[ recovery-image] Feb 14 02:41:29.723 INFO O| Feb 14 02:41:29.723 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60122026-02-14T02:41:30.173Z[ recovery-image] Feb 14 02:41:29.732 INFO O| Feb 14 02:41:29.732 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/roles"
60132026-02-14T02:41:30.173Z[ recovery-image] Feb 14 02:41:29.733 INFO O| Feb 14 02:41:29.733 INFO STEP 352 (remove_files) COMPLETE
60142026-02-14T02:41:30.173Z[ recovery-image] Feb 14 02:41:29.733 INFO O| Feb 14 02:41:29.733 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60152026-02-14T02:41:30.198Z[ recovery-image] Feb 14 02:41:29.743 INFO O| Feb 14 02:41:29.743 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rpcinfo"
60162026-02-14T02:41:30.198Z[ recovery-image] Feb 14 02:41:29.744 INFO O| Feb 14 02:41:29.743 INFO STEP 353 (remove_files) COMPLETE
60172026-02-14T02:41:30.198Z[ recovery-image] Feb 14 02:41:29.744 INFO O| Feb 14 02:41:29.743 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60182026-02-14T02:41:30.198Z[ recovery-image] Feb 14 02:41:29.753 INFO O| Feb 14 02:41:29.753 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync"
60192026-02-14T02:41:30.198Z[ recovery-image] Feb 14 02:41:29.753 INFO O| Feb 14 02:41:29.753 INFO STEP 354 (remove_files) COMPLETE
60202026-02-14T02:41:30.198Z[ recovery-image] Feb 14 02:41:29.753 INFO O| Feb 14 02:41:29.753 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60212026-02-14T02:41:30.198Z[ recovery-image] Feb 14 02:41:29.764 INFO O| Feb 14 02:41:29.764 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync-ssl"
60222026-02-14T02:41:30.198Z[ recovery-image] Feb 14 02:41:29.764 INFO O| Feb 14 02:41:29.764 INFO STEP 355 (remove_files) COMPLETE
60232026-02-14T02:41:30.198Z[ recovery-image] Feb 14 02:41:29.764 INFO O| Feb 14 02:41:29.764 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60242026-02-14T02:41:30.223Z[ recovery-image] Feb 14 02:41:29.774 INFO O| Feb 14 02:41:29.774 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/runat"
60252026-02-14T02:41:30.223Z[ recovery-image] Feb 14 02:41:29.774 INFO O| Feb 14 02:41:29.774 INFO STEP 356 (remove_files) COMPLETE
60262026-02-14T02:41:30.223Z[ recovery-image] Feb 14 02:41:29.774 INFO O| Feb 14 02:41:29.774 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60272026-02-14T02:41:30.223Z[ recovery-image] Feb 14 02:41:29.785 INFO O| Feb 14 02:41:29.785 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/scp"
60282026-02-14T02:41:30.223Z[ recovery-image] Feb 14 02:41:29.785 INFO O| Feb 14 02:41:29.785 INFO STEP 357 (remove_files) COMPLETE
60292026-02-14T02:41:30.223Z[ recovery-image] Feb 14 02:41:29.785 INFO O| Feb 14 02:41:29.785 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60302026-02-14T02:41:30.249Z[ recovery-image] Feb 14 02:41:29.795 INFO O| Feb 14 02:41:29.795 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/script"
60312026-02-14T02:41:30.249Z[ recovery-image] Feb 14 02:41:29.795 INFO O| Feb 14 02:41:29.795 INFO STEP 358 (remove_files) COMPLETE
60322026-02-14T02:41:30.249Z[ recovery-image] Feb 14 02:41:29.795 INFO O| Feb 14 02:41:29.795 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60332026-02-14T02:41:30.250Z[ recovery-image] Feb 14 02:41:29.806 INFO O| Feb 14 02:41:29.805 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sdiff"
60342026-02-14T02:41:30.250Z[ recovery-image] Feb 14 02:41:29.806 INFO O| Feb 14 02:41:29.806 INFO STEP 359 (remove_files) COMPLETE
60352026-02-14T02:41:30.250Z[ recovery-image] Feb 14 02:41:29.806 INFO O| Feb 14 02:41:29.806 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60362026-02-14T02:41:30.250Z[ recovery-image] Feb 14 02:41:29.816 INFO O| Feb 14 02:41:29.816 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/setpgrp"
60372026-02-14T02:41:30.250Z[ recovery-image] Feb 14 02:41:29.816 INFO O| Feb 14 02:41:29.816 INFO STEP 360 (remove_files) COMPLETE
60382026-02-14T02:41:30.250Z[ recovery-image] Feb 14 02:41:29.816 INFO O| Feb 14 02:41:29.816 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60392026-02-14T02:41:30.274Z[ recovery-image] Feb 14 02:41:29.832 INFO O| Feb 14 02:41:29.832 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sftp"
60402026-02-14T02:41:30.274Z[ recovery-image] Feb 14 02:41:29.832 INFO O| Feb 14 02:41:29.832 INFO STEP 361 (remove_files) COMPLETE
60412026-02-14T02:41:30.274Z[ recovery-image] Feb 14 02:41:29.832 INFO O| Feb 14 02:41:29.832 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60422026-02-14T02:41:30.299Z[ recovery-image] Feb 14 02:41:29.846 INFO O| Feb 14 02:41:29.846 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/shcomp"
60432026-02-14T02:41:30.299Z[ recovery-image] Feb 14 02:41:29.846 INFO O| Feb 14 02:41:29.846 INFO STEP 362 (remove_files) COMPLETE
60442026-02-14T02:41:30.299Z[ recovery-image] Feb 14 02:41:29.846 INFO O| Feb 14 02:41:29.846 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60452026-02-14T02:41:30.299Z[ recovery-image] Feb 14 02:41:29.857 INFO O| Feb 14 02:41:29.856 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/smbutil"
60462026-02-14T02:41:30.299Z[ recovery-image] Feb 14 02:41:29.857 INFO O| Feb 14 02:41:29.857 INFO STEP 363 (remove_files) COMPLETE
60472026-02-14T02:41:30.299Z[ recovery-image] Feb 14 02:41:29.857 INFO O| Feb 14 02:41:29.857 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60482026-02-14T02:41:30.324Z[ recovery-image] Feb 14 02:41:29.871 INFO O| Feb 14 02:41:29.871 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmp-bridge-mib"
60492026-02-14T02:41:30.324Z[ recovery-image] Feb 14 02:41:29.871 INFO O| Feb 14 02:41:29.871 INFO STEP 364 (remove_files) COMPLETE
60502026-02-14T02:41:30.324Z[ recovery-image] Feb 14 02:41:29.871 INFO O| Feb 14 02:41:29.871 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60512026-02-14T02:41:30.324Z[ recovery-image] Feb 14 02:41:29.881 INFO O| Feb 14 02:41:29.881 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkget"
60522026-02-14T02:41:30.324Z[ recovery-image] Feb 14 02:41:29.881 INFO O| Feb 14 02:41:29.881 INFO STEP 365 (remove_files) COMPLETE
60532026-02-14T02:41:30.324Z[ recovery-image] Feb 14 02:41:29.882 INFO O| Feb 14 02:41:29.881 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60542026-02-14T02:41:30.348Z[ recovery-image] Feb 14 02:41:29.893 INFO O| Feb 14 02:41:29.893 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkwalk"
60552026-02-14T02:41:30.349Z[ recovery-image] Feb 14 02:41:29.893 INFO O| Feb 14 02:41:29.893 INFO STEP 366 (remove_files) COMPLETE
60562026-02-14T02:41:30.349Z[ recovery-image] Feb 14 02:41:29.893 INFO O| Feb 14 02:41:29.893 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60572026-02-14T02:41:30.349Z[ recovery-image] Feb 14 02:41:29.903 INFO O| Feb 14 02:41:29.903 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpcheck"
60582026-02-14T02:41:30.349Z[ recovery-image] Feb 14 02:41:29.903 INFO O| Feb 14 02:41:29.903 INFO STEP 367 (remove_files) COMPLETE
60592026-02-14T02:41:30.349Z[ recovery-image] Feb 14 02:41:29.903 INFO O| Feb 14 02:41:29.903 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60602026-02-14T02:41:30.349Z[ recovery-image] Feb 14 02:41:29.914 INFO O| Feb 14 02:41:29.914 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpconf"
60612026-02-14T02:41:30.349Z[ recovery-image] Feb 14 02:41:29.914 INFO O| Feb 14 02:41:29.914 INFO STEP 368 (remove_files) COMPLETE
60622026-02-14T02:41:30.349Z[ recovery-image] Feb 14 02:41:29.914 INFO O| Feb 14 02:41:29.914 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60632026-02-14T02:41:30.373Z[ recovery-image] Feb 14 02:41:29.928 INFO O| Feb 14 02:41:29.928 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdelta"
60642026-02-14T02:41:30.373Z[ recovery-image] Feb 14 02:41:29.928 INFO O| Feb 14 02:41:29.928 INFO STEP 369 (remove_files) COMPLETE
60652026-02-14T02:41:30.373Z[ recovery-image] Feb 14 02:41:29.928 INFO O| Feb 14 02:41:29.928 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60662026-02-14T02:41:30.373Z[ recovery-image] Feb 14 02:41:29.940 INFO O| Feb 14 02:41:29.940 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdf"
60672026-02-14T02:41:30.373Z[ recovery-image] Feb 14 02:41:29.940 INFO O| Feb 14 02:41:29.940 INFO STEP 370 (remove_files) COMPLETE
60682026-02-14T02:41:30.373Z[ recovery-image] Feb 14 02:41:29.940 INFO O| Feb 14 02:41:29.940 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60692026-02-14T02:41:30.398Z[ recovery-image] Feb 14 02:41:29.951 INFO O| Feb 14 02:41:29.951 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpget"
60702026-02-14T02:41:30.398Z[ recovery-image] Feb 14 02:41:29.951 INFO O| Feb 14 02:41:29.951 INFO STEP 371 (remove_files) COMPLETE
60712026-02-14T02:41:30.398Z[ recovery-image] Feb 14 02:41:29.951 INFO O| Feb 14 02:41:29.951 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60722026-02-14T02:41:30.398Z[ recovery-image] Feb 14 02:41:29.965 INFO O| Feb 14 02:41:29.965 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpgetnext"
60732026-02-14T02:41:30.398Z[ recovery-image] Feb 14 02:41:29.965 INFO O| Feb 14 02:41:29.965 INFO STEP 372 (remove_files) COMPLETE
60742026-02-14T02:41:30.398Z[ recovery-image] Feb 14 02:41:29.965 INFO O| Feb 14 02:41:29.965 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60752026-02-14T02:41:30.423Z[ recovery-image] Feb 14 02:41:29.976 INFO O| Feb 14 02:41:29.976 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpnetstat"
60762026-02-14T02:41:30.423Z[ recovery-image] Feb 14 02:41:29.976 INFO O| Feb 14 02:41:29.976 INFO STEP 373 (remove_files) COMPLETE
60772026-02-14T02:41:30.423Z[ recovery-image] Feb 14 02:41:29.976 INFO O| Feb 14 02:41:29.976 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60782026-02-14T02:41:30.423Z[ recovery-image] Feb 14 02:41:29.986 INFO O| Feb 14 02:41:29.986 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmppcap"
60792026-02-14T02:41:30.423Z[ recovery-image] Feb 14 02:41:29.986 INFO O| Feb 14 02:41:29.986 INFO STEP 374 (remove_files) COMPLETE
60802026-02-14T02:41:30.423Z[ recovery-image] Feb 14 02:41:29.986 INFO O| Feb 14 02:41:29.986 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60812026-02-14T02:41:30.448Z[ recovery-image] Feb 14 02:41:29.997 INFO O| Feb 14 02:41:29.997 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpping"
60822026-02-14T02:41:30.448Z[ recovery-image] Feb 14 02:41:29.997 INFO O| Feb 14 02:41:29.997 INFO STEP 375 (remove_files) COMPLETE
60832026-02-14T02:41:30.448Z[ recovery-image] Feb 14 02:41:29.997 INFO O| Feb 14 02:41:29.997 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60842026-02-14T02:41:30.448Z[ recovery-image] Feb 14 02:41:30.007 INFO O| Feb 14 02:41:30.007 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpps"
60852026-02-14T02:41:30.448Z[ recovery-image] Feb 14 02:41:30.007 INFO O| Feb 14 02:41:30.007 INFO STEP 376 (remove_files) COMPLETE
60862026-02-14T02:41:30.448Z[ recovery-image] Feb 14 02:41:30.007 INFO O| Feb 14 02:41:30.007 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60872026-02-14T02:41:30.473Z[ recovery-image] Feb 14 02:41:30.022 INFO O| Feb 14 02:41:30.022 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpset"
60882026-02-14T02:41:30.473Z[ recovery-image] Feb 14 02:41:30.022 INFO O| Feb 14 02:41:30.022 INFO STEP 377 (remove_files) COMPLETE
60892026-02-14T02:41:30.473Z[ recovery-image] Feb 14 02:41:30.022 INFO O| Feb 14 02:41:30.022 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60902026-02-14T02:41:30.473Z[ recovery-image] Feb 14 02:41:30.032 INFO O| Feb 14 02:41:30.032 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpstatus"
60912026-02-14T02:41:30.473Z[ recovery-image] Feb 14 02:41:30.032 INFO O| Feb 14 02:41:30.032 INFO STEP 378 (remove_files) COMPLETE
60922026-02-14T02:41:30.473Z[ recovery-image] Feb 14 02:41:30.032 INFO O| Feb 14 02:41:30.032 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60932026-02-14T02:41:30.498Z[ recovery-image] Feb 14 02:41:30.043 INFO O| Feb 14 02:41:30.043 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptable"
60942026-02-14T02:41:30.498Z[ recovery-image] Feb 14 02:41:30.043 INFO O| Feb 14 02:41:30.043 INFO STEP 379 (remove_files) COMPLETE
60952026-02-14T02:41:30.498Z[ recovery-image] Feb 14 02:41:30.043 INFO O| Feb 14 02:41:30.043 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60962026-02-14T02:41:30.498Z[ recovery-image] Feb 14 02:41:30.053 INFO O| Feb 14 02:41:30.053 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptest"
60972026-02-14T02:41:30.498Z[ recovery-image] Feb 14 02:41:30.053 INFO O| Feb 14 02:41:30.053 INFO STEP 380 (remove_files) COMPLETE
60982026-02-14T02:41:30.498Z[ recovery-image] Feb 14 02:41:30.053 INFO O| Feb 14 02:41:30.053 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60992026-02-14T02:41:30.498Z[ recovery-image] Feb 14 02:41:30.064 INFO O| Feb 14 02:41:30.064 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptranslate"
61002026-02-14T02:41:30.498Z[ recovery-image] Feb 14 02:41:30.064 INFO O| Feb 14 02:41:30.064 INFO STEP 381 (remove_files) COMPLETE
61012026-02-14T02:41:30.498Z[ recovery-image] Feb 14 02:41:30.064 INFO O| Feb 14 02:41:30.064 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61022026-02-14T02:41:30.523Z[ recovery-image] Feb 14 02:41:30.074 INFO O| Feb 14 02:41:30.074 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptrap"
61032026-02-14T02:41:30.523Z[ recovery-image] Feb 14 02:41:30.074 INFO O| Feb 14 02:41:30.074 INFO STEP 382 (remove_files) COMPLETE
61042026-02-14T02:41:30.523Z[ recovery-image] Feb 14 02:41:30.074 INFO O| Feb 14 02:41:30.074 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61052026-02-14T02:41:30.523Z[ recovery-image] Feb 14 02:41:30.085 INFO O| Feb 14 02:41:30.085 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpusm"
61062026-02-14T02:41:30.523Z[ recovery-image] Feb 14 02:41:30.085 INFO O| Feb 14 02:41:30.085 INFO STEP 383 (remove_files) COMPLETE
61072026-02-14T02:41:30.523Z[ recovery-image] Feb 14 02:41:30.085 INFO O| Feb 14 02:41:30.085 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61082026-02-14T02:41:30.548Z[ recovery-image] Feb 14 02:41:30.095 INFO O| Feb 14 02:41:30.095 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpvacm"
61092026-02-14T02:41:30.548Z[ recovery-image] Feb 14 02:41:30.095 INFO O| Feb 14 02:41:30.095 INFO STEP 384 (remove_files) COMPLETE
61102026-02-14T02:41:30.548Z[ recovery-image] Feb 14 02:41:30.095 INFO O| Feb 14 02:41:30.095 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61112026-02-14T02:41:30.548Z[ recovery-image] Feb 14 02:41:30.106 INFO O| Feb 14 02:41:30.106 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpwalk"
61122026-02-14T02:41:30.548Z[ recovery-image] Feb 14 02:41:30.106 INFO O| Feb 14 02:41:30.106 INFO STEP 385 (remove_files) COMPLETE
61132026-02-14T02:41:30.548Z[ recovery-image] Feb 14 02:41:30.106 INFO O| Feb 14 02:41:30.106 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61142026-02-14T02:41:30.573Z[ recovery-image] Feb 14 02:41:30.121 INFO O| Feb 14 02:41:30.121 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sotruss"
61152026-02-14T02:41:30.573Z[ recovery-image] Feb 14 02:41:30.122 INFO O| Feb 14 02:41:30.122 INFO STEP 386 (remove_files) COMPLETE
61162026-02-14T02:41:30.573Z[ recovery-image] Feb 14 02:41:30.122 INFO O| Feb 14 02:41:30.122 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61172026-02-14T02:41:30.573Z[ recovery-image] Feb 14 02:41:30.133 INFO O| Feb 14 02:41:30.132 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/spell"
61182026-02-14T02:41:30.573Z[ recovery-image] Feb 14 02:41:30.133 INFO O| Feb 14 02:41:30.133 INFO STEP 387 (remove_files) COMPLETE
61192026-02-14T02:41:30.573Z[ recovery-image] Feb 14 02:41:30.133 INFO O| Feb 14 02:41:30.133 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61202026-02-14T02:41:30.598Z[ recovery-image] Feb 14 02:41:30.143 INFO O| Feb 14 02:41:30.143 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/split"
61212026-02-14T02:41:30.598Z[ recovery-image] Feb 14 02:41:30.143 INFO O| Feb 14 02:41:30.143 INFO STEP 388 (remove_files) COMPLETE
61222026-02-14T02:41:30.598Z[ recovery-image] Feb 14 02:41:30.143 INFO O| Feb 14 02:41:30.143 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61232026-02-14T02:41:30.598Z[ recovery-image] Feb 14 02:41:30.154 INFO O| Feb 14 02:41:30.154 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sqlite3"
61242026-02-14T02:41:30.598Z[ recovery-image] Feb 14 02:41:30.154 INFO O| Feb 14 02:41:30.154 INFO STEP 389 (remove_files) COMPLETE
61252026-02-14T02:41:30.598Z[ recovery-image] Feb 14 02:41:30.154 INFO O| Feb 14 02:41:30.154 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61262026-02-14T02:41:30.622Z[ recovery-image] Feb 14 02:41:30.169 INFO O| Feb 14 02:41:30.169 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh"
61272026-02-14T02:41:30.622Z[ recovery-image] Feb 14 02:41:30.169 INFO O| Feb 14 02:41:30.169 INFO STEP 390 (remove_files) COMPLETE
61282026-02-14T02:41:30.622Z[ recovery-image] Feb 14 02:41:30.169 INFO O| Feb 14 02:41:30.169 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61292026-02-14T02:41:30.622Z[ recovery-image] Feb 14 02:41:30.183 INFO O| Feb 14 02:41:30.183 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-add"
61302026-02-14T02:41:30.622Z[ recovery-image] Feb 14 02:41:30.184 INFO O| Feb 14 02:41:30.184 INFO STEP 391 (remove_files) COMPLETE
61312026-02-14T02:41:30.622Z[ recovery-image] Feb 14 02:41:30.184 INFO O| Feb 14 02:41:30.184 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61322026-02-14T02:41:30.647Z[ recovery-image] Feb 14 02:41:30.196 INFO O| Feb 14 02:41:30.196 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-agent"
61332026-02-14T02:41:30.647Z[ recovery-image] Feb 14 02:41:30.196 INFO O| Feb 14 02:41:30.196 INFO STEP 392 (remove_files) COMPLETE
61342026-02-14T02:41:30.647Z[ recovery-image] Feb 14 02:41:30.196 INFO O| Feb 14 02:41:30.196 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61352026-02-14T02:41:30.647Z[ recovery-image] Feb 14 02:41:30.207 INFO O| Feb 14 02:41:30.207 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-copy-id"
61362026-02-14T02:41:30.647Z[ recovery-image] Feb 14 02:41:30.207 INFO O| Feb 14 02:41:30.207 INFO STEP 393 (remove_files) COMPLETE
61372026-02-14T02:41:30.647Z[ recovery-image] Feb 14 02:41:30.207 INFO O| Feb 14 02:41:30.207 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61382026-02-14T02:41:30.672Z[ recovery-image] Feb 14 02:41:30.219 INFO O| Feb 14 02:41:30.219 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-keyscan"
61392026-02-14T02:41:30.672Z[ recovery-image] Feb 14 02:41:30.219 INFO O| Feb 14 02:41:30.219 INFO STEP 394 (remove_files) COMPLETE
61402026-02-14T02:41:30.672Z[ recovery-image] Feb 14 02:41:30.219 INFO O| Feb 14 02:41:30.219 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61412026-02-14T02:41:30.672Z[ recovery-image] Feb 14 02:41:30.230 INFO O| Feb 14 02:41:30.229 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/strings"
61422026-02-14T02:41:30.672Z[ recovery-image] Feb 14 02:41:30.230 INFO O| Feb 14 02:41:30.230 INFO STEP 395 (remove_files) COMPLETE
61432026-02-14T02:41:30.672Z[ recovery-image] Feb 14 02:41:30.230 INFO O| Feb 14 02:41:30.230 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61442026-02-14T02:41:30.697Z[ recovery-image] Feb 14 02:41:30.240 INFO O| Feb 14 02:41:30.240 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sum"
61452026-02-14T02:41:30.697Z[ recovery-image] Feb 14 02:41:30.241 INFO O| Feb 14 02:41:30.240 INFO STEP 396 (remove_files) COMPLETE
61462026-02-14T02:41:30.697Z[ recovery-image] Feb 14 02:41:30.241 INFO O| Feb 14 02:41:30.241 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61472026-02-14T02:41:30.697Z[ recovery-image] Feb 14 02:41:30.255 INFO O| Feb 14 02:41:30.255 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tabs"
61482026-02-14T02:41:30.697Z[ recovery-image] Feb 14 02:41:30.255 INFO O| Feb 14 02:41:30.255 INFO STEP 397 (remove_files) COMPLETE
61492026-02-14T02:41:30.697Z[ recovery-image] Feb 14 02:41:30.255 INFO O| Feb 14 02:41:30.255 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61502026-02-14T02:41:30.722Z[ recovery-image] Feb 14 02:41:30.269 INFO O| Feb 14 02:41:30.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tcopy"
61512026-02-14T02:41:30.722Z[ recovery-image] Feb 14 02:41:30.269 INFO O| Feb 14 02:41:30.269 INFO STEP 398 (remove_files) COMPLETE
61522026-02-14T02:41:30.722Z[ recovery-image] Feb 14 02:41:30.269 INFO O| Feb 14 02:41:30.269 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61532026-02-14T02:41:30.722Z[ recovery-image] Feb 14 02:41:30.280 INFO O| Feb 14 02:41:30.280 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/test"
61542026-02-14T02:41:30.722Z[ recovery-image] Feb 14 02:41:30.280 INFO O| Feb 14 02:41:30.280 INFO STEP 399 (remove_files) COMPLETE
61552026-02-14T02:41:30.722Z[ recovery-image] Feb 14 02:41:30.280 INFO O| Feb 14 02:41:30.280 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61562026-02-14T02:41:30.747Z[ recovery-image] Feb 14 02:41:30.291 INFO O| Feb 14 02:41:30.291 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tic"
61572026-02-14T02:41:30.747Z[ recovery-image] Feb 14 02:41:30.291 INFO O| Feb 14 02:41:30.291 INFO STEP 400 (remove_files) COMPLETE
61582026-02-14T02:41:30.747Z[ recovery-image] Feb 14 02:41:30.291 INFO O| Feb 14 02:41:30.291 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61592026-02-14T02:41:30.747Z[ recovery-image] Feb 14 02:41:30.302 INFO O| Feb 14 02:41:30.302 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/time"
61602026-02-14T02:41:30.747Z[ recovery-image] Feb 14 02:41:30.302 INFO O| Feb 14 02:41:30.302 INFO STEP 401 (remove_files) COMPLETE
61612026-02-14T02:41:30.747Z[ recovery-image] Feb 14 02:41:30.302 INFO O| Feb 14 02:41:30.302 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61622026-02-14T02:41:30.747Z[ recovery-image] Feb 14 02:41:30.313 INFO O| Feb 14 02:41:30.313 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tip"
61632026-02-14T02:41:30.747Z[ recovery-image] Feb 14 02:41:30.313 INFO O| Feb 14 02:41:30.313 INFO STEP 402 (remove_files) COMPLETE
61642026-02-14T02:41:30.747Z[ recovery-image] Feb 14 02:41:30.313 INFO O| Feb 14 02:41:30.313 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61652026-02-14T02:41:30.772Z[ recovery-image] Feb 14 02:41:30.329 INFO O| Feb 14 02:41:30.329 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tkmib"
61662026-02-14T02:41:30.772Z[ recovery-image] Feb 14 02:41:30.329 INFO O| Feb 14 02:41:30.329 INFO STEP 403 (remove_files) COMPLETE
61672026-02-14T02:41:30.772Z[ recovery-image] Feb 14 02:41:30.329 INFO O| Feb 14 02:41:30.329 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61682026-02-14T02:41:30.796Z[ recovery-image] Feb 14 02:41:30.343 INFO O| Feb 14 02:41:30.343 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tpmadm"
61692026-02-14T02:41:30.796Z[ recovery-image] Feb 14 02:41:30.343 INFO O| Feb 14 02:41:30.343 INFO STEP 404 (remove_files) COMPLETE
61702026-02-14T02:41:30.796Z[ recovery-image] Feb 14 02:41:30.343 INFO O| Feb 14 02:41:30.343 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61712026-02-14T02:41:30.797Z[ recovery-image] Feb 14 02:41:30.354 INFO O| Feb 14 02:41:30.354 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/traptoemail"
61722026-02-14T02:41:30.797Z[ recovery-image] Feb 14 02:41:30.354 INFO O| Feb 14 02:41:30.354 INFO STEP 405 (remove_files) COMPLETE
61732026-02-14T02:41:30.797Z[ recovery-image] Feb 14 02:41:30.354 INFO O| Feb 14 02:41:30.354 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61742026-02-14T02:41:30.821Z[ recovery-image] Feb 14 02:41:30.366 INFO O| Feb 14 02:41:30.366 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/true"
61752026-02-14T02:41:30.822Z[ recovery-image] Feb 14 02:41:30.366 INFO O| Feb 14 02:41:30.366 INFO STEP 406 (remove_files) COMPLETE
61762026-02-14T02:41:30.822Z[ recovery-image] Feb 14 02:41:30.366 INFO O| Feb 14 02:41:30.366 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61772026-02-14T02:41:30.822Z[ recovery-image] Feb 14 02:41:30.376 INFO O| Feb 14 02:41:30.376 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tty"
61782026-02-14T02:41:30.822Z[ recovery-image] Feb 14 02:41:30.376 INFO O| Feb 14 02:41:30.376 INFO STEP 407 (remove_files) COMPLETE
61792026-02-14T02:41:30.822Z[ recovery-image] Feb 14 02:41:30.376 INFO O| Feb 14 02:41:30.376 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61802026-02-14T02:41:30.822Z[ recovery-image] Feb 14 02:41:30.387 INFO O| Feb 14 02:41:30.387 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/type"
61812026-02-14T02:41:30.822Z[ recovery-image] Feb 14 02:41:30.388 INFO O| Feb 14 02:41:30.387 INFO STEP 408 (remove_files) COMPLETE
61822026-02-14T02:41:30.822Z[ recovery-image] Feb 14 02:41:30.388 INFO O| Feb 14 02:41:30.388 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61832026-02-14T02:41:30.847Z[ recovery-image] Feb 14 02:41:30.398 INFO O| Feb 14 02:41:30.398 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tzselect"
61842026-02-14T02:41:30.847Z[ recovery-image] Feb 14 02:41:30.398 INFO O| Feb 14 02:41:30.398 INFO STEP 409 (remove_files) COMPLETE
61852026-02-14T02:41:30.847Z[ recovery-image] Feb 14 02:41:30.398 INFO O| Feb 14 02:41:30.398 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61862026-02-14T02:41:30.847Z[ recovery-image] Feb 14 02:41:30.409 INFO O| Feb 14 02:41:30.409 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ulimit"
61872026-02-14T02:41:30.847Z[ recovery-image] Feb 14 02:41:30.409 INFO O| Feb 14 02:41:30.409 INFO STEP 410 (remove_files) COMPLETE
61882026-02-14T02:41:30.847Z[ recovery-image] Feb 14 02:41:30.409 INFO O| Feb 14 02:41:30.409 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61892026-02-14T02:41:30.871Z[ recovery-image] Feb 14 02:41:30.419 INFO O| Feb 14 02:41:30.419 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/umask"
61902026-02-14T02:41:30.871Z[ recovery-image] Feb 14 02:41:30.419 INFO O| Feb 14 02:41:30.419 INFO STEP 411 (remove_files) COMPLETE
61912026-02-14T02:41:30.872Z[ recovery-image] Feb 14 02:41:30.419 INFO O| Feb 14 02:41:30.419 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61922026-02-14T02:41:30.872Z[ recovery-image] Feb 14 02:41:30.431 INFO O| Feb 14 02:41:30.431 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unalias"
61932026-02-14T02:41:30.872Z[ recovery-image] Feb 14 02:41:30.431 INFO O| Feb 14 02:41:30.431 INFO STEP 412 (remove_files) COMPLETE
61942026-02-14T02:41:30.872Z[ recovery-image] Feb 14 02:41:30.431 INFO O| Feb 14 02:41:30.431 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61952026-02-14T02:41:30.896Z[ recovery-image] Feb 14 02:41:30.441 INFO O| Feb 14 02:41:30.441 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uncompress"
61962026-02-14T02:41:30.896Z[ recovery-image] Feb 14 02:41:30.441 INFO O| Feb 14 02:41:30.441 INFO STEP 413 (remove_files) COMPLETE
61972026-02-14T02:41:30.896Z[ recovery-image] Feb 14 02:41:30.441 INFO O| Feb 14 02:41:30.441 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61982026-02-14T02:41:30.896Z[ recovery-image] Feb 14 02:41:30.453 INFO O| Feb 14 02:41:30.453 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unexpand"
61992026-02-14T02:41:30.896Z[ recovery-image] Feb 14 02:41:30.453 INFO O| Feb 14 02:41:30.453 INFO STEP 414 (remove_files) COMPLETE
62002026-02-14T02:41:30.896Z[ recovery-image] Feb 14 02:41:30.453 INFO O| Feb 14 02:41:30.453 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62012026-02-14T02:41:30.896Z[ recovery-image] Feb 14 02:41:30.463 INFO O| Feb 14 02:41:30.463 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uniq"
62022026-02-14T02:41:30.896Z[ recovery-image] Feb 14 02:41:30.463 INFO O| Feb 14 02:41:30.463 INFO STEP 415 (remove_files) COMPLETE
62032026-02-14T02:41:30.896Z[ recovery-image] Feb 14 02:41:30.463 INFO O| Feb 14 02:41:30.463 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62042026-02-14T02:41:30.921Z[ recovery-image] Feb 14 02:41:30.475 INFO O| Feb 14 02:41:30.475 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/units"
62052026-02-14T02:41:30.921Z[ recovery-image] Feb 14 02:41:30.475 INFO O| Feb 14 02:41:30.475 INFO STEP 416 (remove_files) COMPLETE
62062026-02-14T02:41:30.921Z[ recovery-image] Feb 14 02:41:30.475 INFO O| Feb 14 02:41:30.475 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62072026-02-14T02:41:30.921Z[ recovery-image] Feb 14 02:41:30.485 INFO O| Feb 14 02:41:30.485 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unix2dos"
62082026-02-14T02:41:30.921Z[ recovery-image] Feb 14 02:41:30.485 INFO O| Feb 14 02:41:30.485 INFO STEP 417 (remove_files) COMPLETE
62092026-02-14T02:41:30.921Z[ recovery-image] Feb 14 02:41:30.485 INFO O| Feb 14 02:41:30.485 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62102026-02-14T02:41:30.946Z[ recovery-image] Feb 14 02:41:30.497 INFO O| Feb 14 02:41:30.497 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unpack"
62112026-02-14T02:41:30.946Z[ recovery-image] Feb 14 02:41:30.497 INFO O| Feb 14 02:41:30.497 INFO STEP 418 (remove_files) COMPLETE
62122026-02-14T02:41:30.946Z[ recovery-image] Feb 14 02:41:30.497 INFO O| Feb 14 02:41:30.497 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62132026-02-14T02:41:30.946Z[ recovery-image] Feb 14 02:41:30.508 INFO O| Feb 14 02:41:30.508 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/userattr"
62142026-02-14T02:41:30.946Z[ recovery-image] Feb 14 02:41:30.508 INFO O| Feb 14 02:41:30.508 INFO STEP 419 (remove_files) COMPLETE
62152026-02-14T02:41:30.946Z[ recovery-image] Feb 14 02:41:30.508 INFO O| Feb 14 02:41:30.508 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62162026-02-14T02:41:30.971Z[ recovery-image] Feb 14 02:41:30.519 INFO O| Feb 14 02:41:30.519 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uudecode"
62172026-02-14T02:41:30.971Z[ recovery-image] Feb 14 02:41:30.519 INFO O| Feb 14 02:41:30.519 INFO STEP 420 (remove_files) COMPLETE
62182026-02-14T02:41:30.971Z[ recovery-image] Feb 14 02:41:30.519 INFO O| Feb 14 02:41:30.519 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62192026-02-14T02:41:30.971Z[ recovery-image] Feb 14 02:41:30.530 INFO O| Feb 14 02:41:30.530 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuencode"
62202026-02-14T02:41:30.971Z[ recovery-image] Feb 14 02:41:30.530 INFO O| Feb 14 02:41:30.530 INFO STEP 421 (remove_files) COMPLETE
62212026-02-14T02:41:30.971Z[ recovery-image] Feb 14 02:41:30.530 INFO O| Feb 14 02:41:30.530 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62222026-02-14T02:41:30.995Z[ recovery-image] Feb 14 02:41:30.541 INFO O| Feb 14 02:41:30.541 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuidgen"
62232026-02-14T02:41:30.995Z[ recovery-image] Feb 14 02:41:30.541 INFO O| Feb 14 02:41:30.541 INFO STEP 422 (remove_files) COMPLETE
62242026-02-14T02:41:30.995Z[ recovery-image] Feb 14 02:41:30.541 INFO O| Feb 14 02:41:30.541 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62252026-02-14T02:41:30.995Z[ recovery-image] Feb 14 02:41:30.552 INFO O| Feb 14 02:41:30.552 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vedit"
62262026-02-14T02:41:30.995Z[ recovery-image] Feb 14 02:41:30.552 INFO O| Feb 14 02:41:30.552 INFO STEP 423 (remove_files) COMPLETE
62272026-02-14T02:41:30.995Z[ recovery-image] Feb 14 02:41:30.552 INFO O| Feb 14 02:41:30.552 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62282026-02-14T02:41:30.995Z[ recovery-image] Feb 14 02:41:30.563 INFO O| Feb 14 02:41:30.563 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vim"
62292026-02-14T02:41:30.996Z[ recovery-image] Feb 14 02:41:30.563 INFO O| Feb 14 02:41:30.563 INFO STEP 424 (remove_files) COMPLETE
62302026-02-14T02:41:30.996Z[ recovery-image] Feb 14 02:41:30.563 INFO O| Feb 14 02:41:30.563 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62312026-02-14T02:41:31.020Z[ recovery-image] Feb 14 02:41:30.580 INFO O| Feb 14 02:41:30.579 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vimtutor"
62322026-02-14T02:41:31.020Z[ recovery-image] Feb 14 02:41:30.580 INFO O| Feb 14 02:41:30.580 INFO STEP 425 (remove_files) COMPLETE
62332026-02-14T02:41:31.020Z[ recovery-image] Feb 14 02:41:30.580 INFO O| Feb 14 02:41:30.580 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62342026-02-14T02:41:31.045Z[ recovery-image] Feb 14 02:41:30.597 INFO O| Feb 14 02:41:30.597 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vmstat"
62352026-02-14T02:41:31.045Z[ recovery-image] Feb 14 02:41:30.598 INFO O| Feb 14 02:41:30.597 INFO STEP 426 (remove_files) COMPLETE
62362026-02-14T02:41:31.045Z[ recovery-image] Feb 14 02:41:30.598 INFO O| Feb 14 02:41:30.598 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62372026-02-14T02:41:31.069Z[ recovery-image] Feb 14 02:41:30.613 INFO O| Feb 14 02:41:30.613 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vtfontcvt"
62382026-02-14T02:41:31.069Z[ recovery-image] Feb 14 02:41:30.613 INFO O| Feb 14 02:41:30.613 INFO STEP 427 (remove_files) COMPLETE
62392026-02-14T02:41:31.069Z[ recovery-image] Feb 14 02:41:30.613 INFO O| Feb 14 02:41:30.613 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62402026-02-14T02:41:31.069Z[ recovery-image] Feb 14 02:41:30.626 INFO O| Feb 14 02:41:30.626 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/w"
62412026-02-14T02:41:31.070Z[ recovery-image] Feb 14 02:41:30.626 INFO O| Feb 14 02:41:30.626 INFO STEP 428 (remove_files) COMPLETE
62422026-02-14T02:41:31.070Z[ recovery-image] Feb 14 02:41:30.626 INFO O| Feb 14 02:41:30.626 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62432026-02-14T02:41:31.070Z[ recovery-image] Feb 14 02:41:30.637 INFO O| Feb 14 02:41:30.637 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wait"
62442026-02-14T02:41:31.070Z[ recovery-image] Feb 14 02:41:30.637 INFO O| Feb 14 02:41:30.637 INFO STEP 429 (remove_files) COMPLETE
62452026-02-14T02:41:31.070Z[ recovery-image] Feb 14 02:41:30.637 INFO O| Feb 14 02:41:30.637 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62462026-02-14T02:41:31.094Z[ recovery-image] Feb 14 02:41:30.658 INFO O| Feb 14 02:41:30.658 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/watch"
62472026-02-14T02:41:31.094Z[ recovery-image] Feb 14 02:41:30.658 INFO O| Feb 14 02:41:30.658 INFO STEP 430 (remove_files) COMPLETE
62482026-02-14T02:41:31.094Z[ recovery-image] Feb 14 02:41:30.658 INFO O| Feb 14 02:41:30.658 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62492026-02-14T02:41:31.119Z[ recovery-image] Feb 14 02:41:30.675 INFO O| Feb 14 02:41:30.675 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wc"
62502026-02-14T02:41:31.119Z[ recovery-image] Feb 14 02:41:30.675 INFO O| Feb 14 02:41:30.675 INFO STEP 431 (remove_files) COMPLETE
62512026-02-14T02:41:31.119Z[ recovery-image] Feb 14 02:41:30.675 INFO O| Feb 14 02:41:30.675 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62522026-02-14T02:41:31.144Z[ recovery-image] Feb 14 02:41:30.691 INFO O| Feb 14 02:41:30.691 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/which"
62532026-02-14T02:41:31.144Z[ recovery-image] Feb 14 02:41:30.691 INFO O| Feb 14 02:41:30.691 INFO STEP 432 (remove_files) COMPLETE
62542026-02-14T02:41:31.144Z[ recovery-image] Feb 14 02:41:30.691 INFO O| Feb 14 02:41:30.691 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62552026-02-14T02:41:31.144Z[ recovery-image] Feb 14 02:41:30.704 INFO O| Feb 14 02:41:30.704 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/whocalls"
62562026-02-14T02:41:31.144Z[ recovery-image] Feb 14 02:41:30.704 INFO O| Feb 14 02:41:30.704 INFO STEP 433 (remove_files) COMPLETE
62572026-02-14T02:41:31.144Z[ recovery-image] Feb 14 02:41:30.704 INFO O| Feb 14 02:41:30.704 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62582026-02-14T02:41:31.169Z[ recovery-image] Feb 14 02:41:30.718 INFO O| Feb 14 02:41:30.717 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wracct"
62592026-02-14T02:41:31.169Z[ recovery-image] Feb 14 02:41:30.718 INFO O| Feb 14 02:41:30.718 INFO STEP 434 (remove_files) COMPLETE
62602026-02-14T02:41:31.169Z[ recovery-image] Feb 14 02:41:30.718 INFO O| Feb 14 02:41:30.718 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62612026-02-14T02:41:31.169Z[ recovery-image] Feb 14 02:41:30.732 INFO O| Feb 14 02:41:30.732 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/write"
62622026-02-14T02:41:31.169Z[ recovery-image] Feb 14 02:41:30.732 INFO O| Feb 14 02:41:30.732 INFO STEP 435 (remove_files) COMPLETE
62632026-02-14T02:41:31.169Z[ recovery-image] Feb 14 02:41:30.732 INFO O| Feb 14 02:41:30.732 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62642026-02-14T02:41:31.193Z[ recovery-image] Feb 14 02:41:30.745 INFO O| Feb 14 02:41:30.745 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xargs"
62652026-02-14T02:41:31.193Z[ recovery-image] Feb 14 02:41:30.745 INFO O| Feb 14 02:41:30.745 INFO STEP 436 (remove_files) COMPLETE
62662026-02-14T02:41:31.193Z[ recovery-image] Feb 14 02:41:30.745 INFO O| Feb 14 02:41:30.745 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62672026-02-14T02:41:31.193Z[ recovery-image] Feb 14 02:41:30.756 INFO O| Feb 14 02:41:30.756 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xml2-config"
62682026-02-14T02:41:31.193Z[ recovery-image] Feb 14 02:41:30.756 INFO O| Feb 14 02:41:30.756 INFO STEP 437 (remove_files) COMPLETE
62692026-02-14T02:41:31.193Z[ recovery-image] Feb 14 02:41:30.756 INFO O| Feb 14 02:41:30.756 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62702026-02-14T02:41:31.220Z[ recovery-image] Feb 14 02:41:30.770 INFO O| Feb 14 02:41:30.770 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlcatalog"
62712026-02-14T02:41:31.220Z[ recovery-image] Feb 14 02:41:30.771 INFO O| Feb 14 02:41:30.770 INFO STEP 438 (remove_files) COMPLETE
62722026-02-14T02:41:31.220Z[ recovery-image] Feb 14 02:41:30.771 INFO O| Feb 14 02:41:30.770 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62732026-02-14T02:41:31.220Z[ recovery-image] Feb 14 02:41:30.782 INFO O| Feb 14 02:41:30.782 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmllint"
62742026-02-14T02:41:31.220Z[ recovery-image] Feb 14 02:41:30.782 INFO O| Feb 14 02:41:30.782 INFO STEP 439 (remove_files) COMPLETE
62752026-02-14T02:41:31.220Z[ recovery-image] Feb 14 02:41:30.782 INFO O| Feb 14 02:41:30.782 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62762026-02-14T02:41:31.245Z[ recovery-image] Feb 14 02:41:30.796 INFO O| Feb 14 02:41:30.796 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlwf"
62772026-02-14T02:41:31.245Z[ recovery-image] Feb 14 02:41:30.796 INFO O| Feb 14 02:41:30.796 INFO STEP 440 (remove_files) COMPLETE
62782026-02-14T02:41:31.245Z[ recovery-image] Feb 14 02:41:30.796 INFO O| Feb 14 02:41:30.796 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62792026-02-14T02:41:31.245Z[ recovery-image] Feb 14 02:41:30.809 INFO O| Feb 14 02:41:30.808 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xstr"
62802026-02-14T02:41:31.245Z[ recovery-image] Feb 14 02:41:30.809 INFO O| Feb 14 02:41:30.809 INFO STEP 441 (remove_files) COMPLETE
62812026-02-14T02:41:31.245Z[ recovery-image] Feb 14 02:41:30.809 INFO O| Feb 14 02:41:30.809 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62822026-02-14T02:41:31.269Z[ recovery-image] Feb 14 02:41:30.820 INFO O| Feb 14 02:41:30.820 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xxd"
62832026-02-14T02:41:31.270Z[ recovery-image] Feb 14 02:41:30.820 INFO O| Feb 14 02:41:30.820 INFO STEP 442 (remove_files) COMPLETE
62842026-02-14T02:41:31.270Z[ recovery-image] Feb 14 02:41:30.820 INFO O| Feb 14 02:41:30.820 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62852026-02-14T02:41:31.270Z[ recovery-image] Feb 14 02:41:30.832 INFO O| Feb 14 02:41:30.832 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xz"
62862026-02-14T02:41:31.270Z[ recovery-image] Feb 14 02:41:30.832 INFO O| Feb 14 02:41:30.832 INFO STEP 443 (remove_files) COMPLETE
62872026-02-14T02:41:31.270Z[ recovery-image] Feb 14 02:41:30.833 INFO O| Feb 14 02:41:30.832 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62882026-02-14T02:41:31.294Z[ recovery-image] Feb 14 02:41:30.846 INFO O| Feb 14 02:41:30.846 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdec"
62892026-02-14T02:41:31.294Z[ recovery-image] Feb 14 02:41:30.846 INFO O| Feb 14 02:41:30.846 INFO STEP 444 (remove_files) COMPLETE
62902026-02-14T02:41:31.294Z[ recovery-image] Feb 14 02:41:30.846 INFO O| Feb 14 02:41:30.846 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62912026-02-14T02:41:31.294Z[ recovery-image] Feb 14 02:41:30.858 INFO O| Feb 14 02:41:30.858 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdiff"
62922026-02-14T02:41:31.294Z[ recovery-image] Feb 14 02:41:30.858 INFO O| Feb 14 02:41:30.858 INFO STEP 445 (remove_files) COMPLETE
62932026-02-14T02:41:31.294Z[ recovery-image] Feb 14 02:41:30.858 INFO O| Feb 14 02:41:30.858 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62942026-02-14T02:41:31.319Z[ recovery-image] Feb 14 02:41:30.868 INFO O| Feb 14 02:41:30.868 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzgrep"
62952026-02-14T02:41:31.319Z[ recovery-image] Feb 14 02:41:30.868 INFO O| Feb 14 02:41:30.868 INFO STEP 446 (remove_files) COMPLETE
62962026-02-14T02:41:31.319Z[ recovery-image] Feb 14 02:41:30.868 INFO O| Feb 14 02:41:30.868 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62972026-02-14T02:41:31.319Z[ recovery-image] Feb 14 02:41:30.882 INFO O| Feb 14 02:41:30.882 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzless"
62982026-02-14T02:41:31.319Z[ recovery-image] Feb 14 02:41:30.882 INFO O| Feb 14 02:41:30.882 INFO STEP 447 (remove_files) COMPLETE
62992026-02-14T02:41:31.319Z[ recovery-image] Feb 14 02:41:30.882 INFO O| Feb 14 02:41:30.882 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63002026-02-14T02:41:31.344Z[ recovery-image] Feb 14 02:41:30.895 INFO O| Feb 14 02:41:30.895 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzmore"
63012026-02-14T02:41:31.344Z[ recovery-image] Feb 14 02:41:30.895 INFO O| Feb 14 02:41:30.895 INFO STEP 448 (remove_files) COMPLETE
63022026-02-14T02:41:31.344Z[ recovery-image] Feb 14 02:41:30.895 INFO O| Feb 14 02:41:30.895 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63032026-02-14T02:41:31.344Z[ recovery-image] Feb 14 02:41:30.907 INFO O| Feb 14 02:41:30.907 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/yes"
63042026-02-14T02:41:31.344Z[ recovery-image] Feb 14 02:41:30.907 INFO O| Feb 14 02:41:30.907 INFO STEP 449 (remove_files) COMPLETE
63052026-02-14T02:41:31.344Z[ recovery-image] Feb 14 02:41:30.907 INFO O| Feb 14 02:41:30.907 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63062026-02-14T02:41:31.368Z[ recovery-image] Feb 14 02:41:30.918 INFO O| Feb 14 02:41:30.918 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zcat"
63072026-02-14T02:41:31.368Z[ recovery-image] Feb 14 02:41:30.918 INFO O| Feb 14 02:41:30.918 INFO STEP 450 (remove_files) COMPLETE
63082026-02-14T02:41:31.368Z[ recovery-image] Feb 14 02:41:30.918 INFO O| Feb 14 02:41:30.918 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63092026-02-14T02:41:31.368Z[ recovery-image] Feb 14 02:41:30.929 INFO O| Feb 14 02:41:30.929 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zonestat"
63102026-02-14T02:41:31.368Z[ recovery-image] Feb 14 02:41:30.930 INFO O| Feb 14 02:41:30.930 INFO STEP 451 (remove_files) COMPLETE
63112026-02-14T02:41:31.368Z[ recovery-image] Feb 14 02:41:30.930 INFO O| Feb 14 02:41:30.930 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63122026-02-14T02:41:31.393Z[ recovery-image] Feb 14 02:41:30.941 INFO O| Feb 14 02:41:30.941 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstd"
63132026-02-14T02:41:31.393Z[ recovery-image] Feb 14 02:41:30.941 INFO O| Feb 14 02:41:30.941 INFO STEP 452 (remove_files) COMPLETE
63142026-02-14T02:41:31.393Z[ recovery-image] Feb 14 02:41:30.941 INFO O| Feb 14 02:41:30.941 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63152026-02-14T02:41:31.393Z[ recovery-image] Feb 14 02:41:30.955 INFO O| Feb 14 02:41:30.955 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdgrep"
63162026-02-14T02:41:31.393Z[ recovery-image] Feb 14 02:41:30.955 INFO O| Feb 14 02:41:30.955 INFO STEP 453 (remove_files) COMPLETE
63172026-02-14T02:41:31.393Z[ recovery-image] Feb 14 02:41:30.955 INFO O| Feb 14 02:41:30.955 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63182026-02-14T02:41:31.418Z[ recovery-image] Feb 14 02:41:30.967 INFO O| Feb 14 02:41:30.967 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdless"
63192026-02-14T02:41:31.418Z[ recovery-image] Feb 14 02:41:30.967 INFO O| Feb 14 02:41:30.967 INFO STEP 454 (remove_files) COMPLETE
63202026-02-14T02:41:31.418Z[ recovery-image] Feb 14 02:41:30.967 INFO O| Feb 14 02:41:30.967 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63212026-02-14T02:41:31.418Z[ recovery-image] Feb 14 02:41:30.978 INFO O| Feb 14 02:41:30.978 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
63222026-02-14T02:41:31.418Z[ recovery-image] Feb 14 02:41:30.978 INFO O| Feb 14 02:41:30.978 INFO STEP 455 (remove_files) COMPLETE
63232026-02-14T02:41:31.418Z[ recovery-image] Feb 14 02:41:30.978 INFO O| Feb 14 02:41:30.978 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63242026-02-14T02:41:31.442Z[ recovery-image] Feb 14 02:41:30.990 INFO O| Feb 14 02:41:30.990 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
63252026-02-14T02:41:31.442Z[ recovery-image] Feb 14 02:41:30.990 INFO O| Feb 14 02:41:30.990 INFO STEP 456 (remove_files) COMPLETE
63262026-02-14T02:41:31.442Z[ recovery-image] Feb 14 02:41:30.990 INFO O| Feb 14 02:41:30.990 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63272026-02-14T02:41:31.442Z[ recovery-image] Feb 14 02:41:31.001 INFO O| Feb 14 02:41:31.001 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
63282026-02-14T02:41:31.442Z[ recovery-image] Feb 14 02:41:31.001 INFO O| Feb 14 02:41:31.001 INFO STEP 457 (remove_files) COMPLETE
63292026-02-14T02:41:31.442Z[ recovery-image] Feb 14 02:41:31.001 INFO O| Feb 14 02:41:31.001 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63302026-02-14T02:41:31.467Z[ recovery-image] Feb 14 02:41:31.013 INFO O| Feb 14 02:41:31.013 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
63312026-02-14T02:41:31.467Z[ recovery-image] Feb 14 02:41:31.013 INFO O| Feb 14 02:41:31.013 INFO STEP 458 (remove_files) COMPLETE
63322026-02-14T02:41:31.467Z[ recovery-image] Feb 14 02:41:31.013 INFO O| Feb 14 02:41:31.013 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63332026-02-14T02:41:31.467Z[ recovery-image] Feb 14 02:41:31.024 INFO O| Feb 14 02:41:31.024 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
63342026-02-14T02:41:31.467Z[ recovery-image] Feb 14 02:41:31.024 INFO O| Feb 14 02:41:31.024 INFO STEP 459 (remove_files) COMPLETE
63352026-02-14T02:41:31.467Z[ recovery-image] Feb 14 02:41:31.024 INFO O| Feb 14 02:41:31.024 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63362026-02-14T02:41:31.491Z[ recovery-image] Feb 14 02:41:31.037 INFO O| Feb 14 02:41:31.037 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
63372026-02-14T02:41:31.491Z[ recovery-image] Feb 14 02:41:31.038 INFO O| Feb 14 02:41:31.038 INFO STEP 460 (remove_files) COMPLETE
63382026-02-14T02:41:31.491Z[ recovery-image] Feb 14 02:41:31.038 INFO O| Feb 14 02:41:31.038 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63392026-02-14T02:41:31.491Z[ recovery-image] Feb 14 02:41:31.050 INFO O| Feb 14 02:41:31.050 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
63402026-02-14T02:41:31.491Z[ recovery-image] Feb 14 02:41:31.050 INFO O| Feb 14 02:41:31.050 INFO STEP 461 (remove_files) COMPLETE
63412026-02-14T02:41:31.491Z[ recovery-image] Feb 14 02:41:31.050 INFO O| Feb 14 02:41:31.050 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63422026-02-14T02:41:31.516Z[ recovery-image] Feb 14 02:41:31.062 INFO O| Feb 14 02:41:31.062 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
63432026-02-14T02:41:31.516Z[ recovery-image] Feb 14 02:41:31.062 INFO O| Feb 14 02:41:31.062 INFO STEP 462 (remove_files) COMPLETE
63442026-02-14T02:41:31.516Z[ recovery-image] Feb 14 02:41:31.062 INFO O| Feb 14 02:41:31.062 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63452026-02-14T02:41:31.516Z[ recovery-image] Feb 14 02:41:31.074 INFO O| Feb 14 02:41:31.074 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
63462026-02-14T02:41:31.516Z[ recovery-image] Feb 14 02:41:31.074 INFO O| Feb 14 02:41:31.074 INFO STEP 463 (remove_files) COMPLETE
63472026-02-14T02:41:31.516Z[ recovery-image] Feb 14 02:41:31.074 INFO O| Feb 14 02:41:31.074 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63482026-02-14T02:41:31.541Z[ recovery-image] Feb 14 02:41:31.086 INFO O| Feb 14 02:41:31.085 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
63492026-02-14T02:41:31.541Z[ recovery-image] Feb 14 02:41:31.086 INFO O| Feb 14 02:41:31.086 INFO STEP 464 (remove_files) COMPLETE
63502026-02-14T02:41:31.541Z[ recovery-image] Feb 14 02:41:31.086 INFO O| Feb 14 02:41:31.086 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63512026-02-14T02:41:31.541Z[ recovery-image] Feb 14 02:41:31.097 INFO O| Feb 14 02:41:31.097 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
63522026-02-14T02:41:31.541Z[ recovery-image] Feb 14 02:41:31.097 INFO O| Feb 14 02:41:31.097 INFO STEP 465 (remove_files) COMPLETE
63532026-02-14T02:41:31.541Z[ recovery-image] Feb 14 02:41:31.097 INFO O| Feb 14 02:41:31.097 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63542026-02-14T02:41:31.565Z[ recovery-image] Feb 14 02:41:31.109 INFO O| Feb 14 02:41:31.109 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
63552026-02-14T02:41:31.565Z[ recovery-image] Feb 14 02:41:31.109 INFO O| Feb 14 02:41:31.109 INFO STEP 466 (remove_files) COMPLETE
63562026-02-14T02:41:31.565Z[ recovery-image] Feb 14 02:41:31.109 INFO O| Feb 14 02:41:31.109 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63572026-02-14T02:41:31.565Z[ recovery-image] Feb 14 02:41:31.120 INFO O| Feb 14 02:41:31.120 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libform.so.5.9"
63582026-02-14T02:41:31.565Z[ recovery-image] Feb 14 02:41:31.120 INFO O| Feb 14 02:41:31.120 INFO STEP 467 (remove_files) COMPLETE
63592026-02-14T02:41:31.565Z[ recovery-image] Feb 14 02:41:31.120 INFO O| Feb 14 02:41:31.120 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63602026-02-14T02:41:31.565Z[ recovery-image] Feb 14 02:41:31.131 INFO O| Feb 14 02:41:31.131 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libmenu.so.5.9"
63612026-02-14T02:41:31.565Z[ recovery-image] Feb 14 02:41:31.131 INFO O| Feb 14 02:41:31.131 INFO STEP 468 (remove_files) COMPLETE
63622026-02-14T02:41:31.566Z[ recovery-image] Feb 14 02:41:31.131 INFO O| Feb 14 02:41:31.131 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63632026-02-14T02:41:31.590Z[ recovery-image] Feb 14 02:41:31.143 INFO O| Feb 14 02:41:31.142 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libpanel.so.5.9"
63642026-02-14T02:41:31.590Z[ recovery-image] Feb 14 02:41:31.143 INFO O| Feb 14 02:41:31.143 INFO STEP 469 (remove_files) COMPLETE
63652026-02-14T02:41:31.590Z[ recovery-image] Feb 14 02:41:31.143 INFO O| Feb 14 02:41:31.143 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63662026-02-14T02:41:31.590Z[ recovery-image] Feb 14 02:41:31.153 INFO O| Feb 14 02:41:31.153 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ctags"
63672026-02-14T02:41:31.590Z[ recovery-image] Feb 14 02:41:31.153 INFO O| Feb 14 02:41:31.153 INFO STEP 470 (remove_files) COMPLETE
63682026-02-14T02:41:31.590Z[ recovery-image] Feb 14 02:41:31.153 INFO O| Feb 14 02:41:31.153 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63692026-02-14T02:41:31.615Z[ recovery-image] Feb 14 02:41:31.165 INFO O| Feb 14 02:41:31.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/edit"
63702026-02-14T02:41:31.615Z[ recovery-image] Feb 14 02:41:31.165 INFO O| Feb 14 02:41:31.165 INFO STEP 471 (remove_files) COMPLETE
63712026-02-14T02:41:31.615Z[ recovery-image] Feb 14 02:41:31.165 INFO O| Feb 14 02:41:31.165 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63722026-02-14T02:41:31.615Z[ recovery-image] Feb 14 02:41:31.176 INFO O| Feb 14 02:41:31.176 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ex"
63732026-02-14T02:41:31.615Z[ recovery-image] Feb 14 02:41:31.176 INFO O| Feb 14 02:41:31.176 INFO STEP 472 (remove_files) COMPLETE
63742026-02-14T02:41:31.615Z[ recovery-image] Feb 14 02:41:31.176 INFO O| Feb 14 02:41:31.176 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63752026-02-14T02:41:31.640Z[ recovery-image] Feb 14 02:41:31.187 INFO O| Feb 14 02:41:31.187 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/pfsh"
63762026-02-14T02:41:31.640Z[ recovery-image] Feb 14 02:41:31.187 INFO O| Feb 14 02:41:31.187 INFO STEP 473 (remove_files) COMPLETE
63772026-02-14T02:41:31.640Z[ recovery-image] Feb 14 02:41:31.187 INFO O| Feb 14 02:41:31.187 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63782026-02-14T02:41:31.640Z[ recovery-image] Feb 14 02:41:31.201 INFO O| Feb 14 02:41:31.201 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/sh"
63792026-02-14T02:41:31.640Z[ recovery-image] Feb 14 02:41:31.201 INFO O| Feb 14 02:41:31.201 INFO STEP 474 (remove_files) COMPLETE
63802026-02-14T02:41:31.640Z[ recovery-image] Feb 14 02:41:31.201 INFO O| Feb 14 02:41:31.201 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63812026-02-14T02:41:31.665Z[ recovery-image] Feb 14 02:41:31.215 INFO O| Feb 14 02:41:31.215 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vedit"
63822026-02-14T02:41:31.665Z[ recovery-image] Feb 14 02:41:31.215 INFO O| Feb 14 02:41:31.215 INFO STEP 475 (remove_files) COMPLETE
63832026-02-14T02:41:31.665Z[ recovery-image] Feb 14 02:41:31.215 INFO O| Feb 14 02:41:31.215 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63842026-02-14T02:41:31.665Z[ recovery-image] Feb 14 02:41:31.228 INFO O| Feb 14 02:41:31.227 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vi"
63852026-02-14T02:41:31.665Z[ recovery-image] Feb 14 02:41:31.228 INFO O| Feb 14 02:41:31.228 INFO STEP 476 (remove_files) COMPLETE
63862026-02-14T02:41:31.665Z[ recovery-image] Feb 14 02:41:31.228 INFO O| Feb 14 02:41:31.228 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63872026-02-14T02:41:31.690Z[ recovery-image] Feb 14 02:41:31.239 INFO O| Feb 14 02:41:31.239 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/view"
63882026-02-14T02:41:31.690Z[ recovery-image] Feb 14 02:41:31.239 INFO O| Feb 14 02:41:31.239 INFO STEP 477 (remove_files) COMPLETE
63892026-02-14T02:41:31.690Z[ recovery-image] Feb 14 02:41:31.239 INFO O| Feb 14 02:41:31.239 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63902026-02-14T02:41:31.690Z[ recovery-image] Feb 14 02:41:31.250 INFO O| Feb 14 02:41:31.250 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/logindmux"
63912026-02-14T02:41:31.690Z[ recovery-image] Feb 14 02:41:31.251 INFO O| Feb 14 02:41:31.250 INFO STEP 478 (remove_files) COMPLETE
63922026-02-14T02:41:31.690Z[ recovery-image] Feb 14 02:41:31.251 INFO O| Feb 14 02:41:31.251 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63932026-02-14T02:41:31.715Z[ recovery-image] Feb 14 02:41:31.261 INFO O| Feb 14 02:41:31.261 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pool"
63942026-02-14T02:41:31.715Z[ recovery-image] Feb 14 02:41:31.261 INFO O| Feb 14 02:41:31.261 INFO STEP 479 (remove_files) COMPLETE
63952026-02-14T02:41:31.715Z[ recovery-image] Feb 14 02:41:31.261 INFO O| Feb 14 02:41:31.261 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63962026-02-14T02:41:31.715Z[ recovery-image] Feb 14 02:41:31.272 INFO O| Feb 14 02:41:31.272 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ppt"
63972026-02-14T02:41:31.715Z[ recovery-image] Feb 14 02:41:31.272 INFO O| Feb 14 02:41:31.272 INFO STEP 480 (remove_files) COMPLETE
63982026-02-14T02:41:31.715Z[ recovery-image] Feb 14 02:41:31.272 INFO O| Feb 14 02:41:31.272 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63992026-02-14T02:41:31.715Z[ recovery-image] Feb 14 02:41:31.282 INFO O| Feb 14 02:41:31.282 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ptm"
64002026-02-14T02:41:31.715Z[ recovery-image] Feb 14 02:41:31.282 INFO O| Feb 14 02:41:31.282 INFO STEP 481 (remove_files) COMPLETE
64012026-02-14T02:41:31.715Z[ recovery-image] Feb 14 02:41:31.282 INFO O| Feb 14 02:41:31.282 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64022026-02-14T02:41:31.740Z[ recovery-image] Feb 14 02:41:31.294 INFO O| Feb 14 02:41:31.294 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pts"
64032026-02-14T02:41:31.740Z[ recovery-image] Feb 14 02:41:31.294 INFO O| Feb 14 02:41:31.294 INFO STEP 482 (remove_files) COMPLETE
64042026-02-14T02:41:31.740Z[ recovery-image] Feb 14 02:41:31.294 INFO O| Feb 14 02:41:31.294 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64052026-02-14T02:41:31.740Z[ recovery-image] Feb 14 02:41:31.305 INFO O| Feb 14 02:41:31.305 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/vmm"
64062026-02-14T02:41:31.740Z[ recovery-image] Feb 14 02:41:31.305 INFO O| Feb 14 02:41:31.305 INFO STEP 483 (remove_files) COMPLETE
64072026-02-14T02:41:31.740Z[ recovery-image] Feb 14 02:41:31.305 INFO O| Feb 14 02:41:31.305 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64082026-02-14T02:41:31.764Z[ recovery-image] Feb 14 02:41:31.318 INFO O| Feb 14 02:41:31.318 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/zcons"
64092026-02-14T02:41:31.764Z[ recovery-image] Feb 14 02:41:31.318 INFO O| Feb 14 02:41:31.318 INFO STEP 484 (remove_files) COMPLETE
64102026-02-14T02:41:31.764Z[ recovery-image] Feb 14 02:41:31.318 INFO O| Feb 14 02:41:31.318 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64112026-02-14T02:41:31.765Z[ recovery-image] Feb 14 02:41:31.329 INFO O| Feb 14 02:41:31.329 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/fssnap.conf"
64122026-02-14T02:41:31.765Z[ recovery-image] Feb 14 02:41:31.329 INFO O| Feb 14 02:41:31.329 INFO STEP 485 (remove_files) COMPLETE
64132026-02-14T02:41:31.765Z[ recovery-image] Feb 14 02:41:31.329 INFO O| Feb 14 02:41:31.329 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64142026-02-14T02:41:31.790Z[ recovery-image] Feb 14 02:41:31.340 INFO O| Feb 14 02:41:31.340 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/logindmux.conf"
64152026-02-14T02:41:31.790Z[ recovery-image] Feb 14 02:41:31.340 INFO O| Feb 14 02:41:31.340 INFO STEP 486 (remove_files) COMPLETE
64162026-02-14T02:41:31.790Z[ recovery-image] Feb 14 02:41:31.340 INFO O| Feb 14 02:41:31.340 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64172026-02-14T02:41:31.790Z[ recovery-image] Feb 14 02:41:31.351 INFO O| Feb 14 02:41:31.351 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/nsmb.conf"
64182026-02-14T02:41:31.790Z[ recovery-image] Feb 14 02:41:31.351 INFO O| Feb 14 02:41:31.351 INFO STEP 487 (remove_files) COMPLETE
64192026-02-14T02:41:31.790Z[ recovery-image] Feb 14 02:41:31.351 INFO O| Feb 14 02:41:31.351 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64202026-02-14T02:41:31.815Z[ recovery-image] Feb 14 02:41:31.362 INFO O| Feb 14 02:41:31.361 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/pool.conf"
64212026-02-14T02:41:31.816Z[ recovery-image] Feb 14 02:41:31.362 INFO O| Feb 14 02:41:31.362 INFO STEP 488 (remove_files) COMPLETE
64222026-02-14T02:41:31.816Z[ recovery-image] Feb 14 02:41:31.362 INFO O| Feb 14 02:41:31.362 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64232026-02-14T02:41:31.816Z[ recovery-image] Feb 14 02:41:31.373 INFO O| Feb 14 02:41:31.373 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/ppt.conf"
64242026-02-14T02:41:31.816Z[ recovery-image] Feb 14 02:41:31.373 INFO O| Feb 14 02:41:31.373 INFO STEP 489 (remove_files) COMPLETE
64252026-02-14T02:41:31.816Z[ recovery-image] Feb 14 02:41:31.373 INFO O| Feb 14 02:41:31.373 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64262026-02-14T02:41:31.840Z[ recovery-image] Feb 14 02:41:31.384 INFO O| Feb 14 02:41:31.383 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/smbsrv.conf"
64272026-02-14T02:41:31.840Z[ recovery-image] Feb 14 02:41:31.384 INFO O| Feb 14 02:41:31.384 INFO STEP 490 (remove_files) COMPLETE
64282026-02-14T02:41:31.840Z[ recovery-image] Feb 14 02:41:31.384 INFO O| Feb 14 02:41:31.384 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64292026-02-14T02:41:31.840Z[ recovery-image] Feb 14 02:41:31.394 INFO O| Feb 14 02:41:31.394 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/viona.conf"
64302026-02-14T02:41:31.840Z[ recovery-image] Feb 14 02:41:31.394 INFO O| Feb 14 02:41:31.394 INFO STEP 491 (remove_files) COMPLETE
64312026-02-14T02:41:31.840Z[ recovery-image] Feb 14 02:41:31.394 INFO O| Feb 14 02:41:31.394 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64322026-02-14T02:41:31.840Z[ recovery-image] Feb 14 02:41:31.405 INFO O| Feb 14 02:41:31.405 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/vmm.conf"
64332026-02-14T02:41:31.840Z[ recovery-image] Feb 14 02:41:31.405 INFO O| Feb 14 02:41:31.405 INFO STEP 492 (remove_files) COMPLETE
64342026-02-14T02:41:31.840Z[ recovery-image] Feb 14 02:41:31.405 INFO O| Feb 14 02:41:31.405 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64352026-02-14T02:41:31.865Z[ recovery-image] Feb 14 02:41:31.416 INFO O| Feb 14 02:41:31.416 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/javaexec"
64362026-02-14T02:41:31.865Z[ recovery-image] Feb 14 02:41:31.416 INFO O| Feb 14 02:41:31.416 INFO STEP 493 (remove_files) COMPLETE
64372026-02-14T02:41:31.865Z[ recovery-image] Feb 14 02:41:31.416 INFO O| Feb 14 02:41:31.416 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64382026-02-14T02:41:31.865Z[ recovery-image] Feb 14 02:41:31.427 INFO O| Feb 14 02:41:31.426 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/shbinexec"
64392026-02-14T02:41:31.865Z[ recovery-image] Feb 14 02:41:31.427 INFO O| Feb 14 02:41:31.427 INFO STEP 494 (remove_files) COMPLETE
64402026-02-14T02:41:31.865Z[ recovery-image] Feb 14 02:41:31.427 INFO O| Feb 14 02:41:31.427 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64412026-02-14T02:41:31.890Z[ recovery-image] Feb 14 02:41:31.438 INFO O| Feb 14 02:41:31.438 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/pcfs"
64422026-02-14T02:41:31.890Z[ recovery-image] Feb 14 02:41:31.438 INFO O| Feb 14 02:41:31.438 INFO STEP 495 (remove_files) COMPLETE
64432026-02-14T02:41:31.890Z[ recovery-image] Feb 14 02:41:31.438 INFO O| Feb 14 02:41:31.438 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64442026-02-14T02:41:31.890Z[ recovery-image] Feb 14 02:41:31.452 INFO O| Feb 14 02:41:31.452 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/smbfs"
64452026-02-14T02:41:31.890Z[ recovery-image] Feb 14 02:41:31.453 INFO O| Feb 14 02:41:31.453 INFO STEP 496 (remove_files) COMPLETE
64462026-02-14T02:41:31.890Z[ recovery-image] Feb 14 02:41:31.453 INFO O| Feb 14 02:41:31.453 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64472026-02-14T02:41:31.915Z[ recovery-image] Feb 14 02:41:31.464 INFO O| Feb 14 02:41:31.464 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/nsmb"
64482026-02-14T02:41:31.915Z[ recovery-image] Feb 14 02:41:31.464 INFO O| Feb 14 02:41:31.464 INFO STEP 497 (remove_files) COMPLETE
64492026-02-14T02:41:31.915Z[ recovery-image] Feb 14 02:41:31.464 INFO O| Feb 14 02:41:31.464 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64502026-02-14T02:41:31.915Z[ recovery-image] Feb 14 02:41:31.475 INFO O| Feb 14 02:41:31.475 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbfs"
64512026-02-14T02:41:31.915Z[ recovery-image] Feb 14 02:41:31.475 INFO O| Feb 14 02:41:31.475 INFO STEP 498 (remove_files) COMPLETE
64522026-02-14T02:41:31.915Z[ recovery-image] Feb 14 02:41:31.475 INFO O| Feb 14 02:41:31.475 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64532026-02-14T02:41:31.939Z[ recovery-image] Feb 14 02:41:31.486 INFO O| Feb 14 02:41:31.486 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
64542026-02-14T02:41:31.939Z[ recovery-image] Feb 14 02:41:31.486 INFO O| Feb 14 02:41:31.486 INFO STEP 499 (remove_files) COMPLETE
64552026-02-14T02:41:31.939Z[ recovery-image] Feb 14 02:41:31.486 INFO O| Feb 14 02:41:31.486 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64562026-02-14T02:41:31.939Z[ recovery-image] Feb 14 02:41:31.496 INFO O| Feb 14 02:41:31.496 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
64572026-02-14T02:41:31.939Z[ recovery-image] Feb 14 02:41:31.496 INFO O| Feb 14 02:41:31.496 INFO STEP 500 (remove_files) COMPLETE
64582026-02-14T02:41:31.939Z[ recovery-image] Feb 14 02:41:31.496 INFO O| Feb 14 02:41:31.496 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64592026-02-14T02:41:31.964Z[ recovery-image] Feb 14 02:41:31.507 INFO O| Feb 14 02:41:31.507 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15"
64602026-02-14T02:41:31.964Z[ recovery-image] Feb 14 02:41:31.508 INFO O| Feb 14 02:41:31.508 INFO STEP 501 (remove_files) COMPLETE
64612026-02-14T02:41:31.964Z[ recovery-image] Feb 14 02:41:31.508 INFO O| Feb 14 02:41:31.508 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64622026-02-14T02:41:31.964Z[ recovery-image] Feb 14 02:41:31.523 INFO O| Feb 14 02:41:31.523 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15"
64632026-02-14T02:41:31.964Z[ recovery-image] Feb 14 02:41:31.523 INFO O| Feb 14 02:41:31.523 INFO STEP 502 (remove_files) COMPLETE
64642026-02-14T02:41:31.964Z[ recovery-image] Feb 14 02:41:31.523 INFO O| Feb 14 02:41:31.523 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64652026-02-14T02:41:31.988Z[ recovery-image] Feb 14 02:41:31.537 INFO O| Feb 14 02:41:31.537 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/IA"
64662026-02-14T02:41:31.989Z[ recovery-image] Feb 14 02:41:31.537 INFO O| Feb 14 02:41:31.537 INFO STEP 503 (remove_files) COMPLETE
64672026-02-14T02:41:31.989Z[ recovery-image] Feb 14 02:41:31.537 INFO O| Feb 14 02:41:31.537 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64682026-02-14T02:41:31.989Z[ recovery-image] Feb 14 02:41:31.550 INFO O| Feb 14 02:41:31.550 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT"
64692026-02-14T02:41:31.989Z[ recovery-image] Feb 14 02:41:31.550 INFO O| Feb 14 02:41:31.550 INFO STEP 504 (remove_files) COMPLETE
64702026-02-14T02:41:31.989Z[ recovery-image] Feb 14 02:41:31.550 INFO O| Feb 14 02:41:31.550 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64712026-02-14T02:41:32.013Z[ recovery-image] Feb 14 02:41:31.562 INFO O| Feb 14 02:41:31.562 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
64722026-02-14T02:41:32.013Z[ recovery-image] Feb 14 02:41:31.562 INFO O| Feb 14 02:41:31.562 INFO STEP 505 (remove_files) COMPLETE
64732026-02-14T02:41:32.014Z[ recovery-image] Feb 14 02:41:31.562 INFO O| Feb 14 02:41:31.562 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64742026-02-14T02:41:32.014Z[ recovery-image] Feb 14 02:41:31.575 INFO O| Feb 14 02:41:31.575 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/cryptmod"
64752026-02-14T02:41:32.014Z[ recovery-image] Feb 14 02:41:31.575 INFO O| Feb 14 02:41:31.575 INFO STEP 506 (remove_files) COMPLETE
64762026-02-14T02:41:32.014Z[ recovery-image] Feb 14 02:41:31.575 INFO O| Feb 14 02:41:31.575 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64772026-02-14T02:41:32.038Z[ recovery-image] Feb 14 02:41:31.587 INFO O| Feb 14 02:41:31.587 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/rlmod"
64782026-02-14T02:41:32.039Z[ recovery-image] Feb 14 02:41:31.587 INFO O| Feb 14 02:41:31.587 INFO STEP 507 (remove_files) COMPLETE
64792026-02-14T02:41:32.039Z[ recovery-image] Feb 14 02:41:31.587 INFO O| Feb 14 02:41:31.587 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64802026-02-14T02:41:32.039Z[ recovery-image] Feb 14 02:41:31.598 INFO O| Feb 14 02:41:31.598 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/telmod"
64812026-02-14T02:41:32.039Z[ recovery-image] Feb 14 02:41:31.598 INFO O| Feb 14 02:41:31.598 INFO STEP 508 (remove_files) COMPLETE
64822026-02-14T02:41:32.039Z[ recovery-image] Feb 14 02:41:31.598 INFO O| Feb 14 02:41:31.598 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64832026-02-14T02:41:32.063Z[ recovery-image] Feb 14 02:41:31.610 INFO O| Feb 14 02:41:31.609 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/acctctl"
64842026-02-14T02:41:32.063Z[ recovery-image] Feb 14 02:41:31.610 INFO O| Feb 14 02:41:31.610 INFO STEP 509 (remove_files) COMPLETE
64852026-02-14T02:41:32.063Z[ recovery-image] Feb 14 02:41:31.610 INFO O| Feb 14 02:41:31.610 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64862026-02-14T02:41:32.063Z[ recovery-image] Feb 14 02:41:31.621 INFO O| Feb 14 02:41:31.621 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/exacctsys"
64872026-02-14T02:41:32.063Z[ recovery-image] Feb 14 02:41:31.621 INFO O| Feb 14 02:41:31.621 INFO STEP 510 (remove_files) COMPLETE
64882026-02-14T02:41:32.063Z[ recovery-image] Feb 14 02:41:31.621 INFO O| Feb 14 02:41:31.621 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64892026-02-14T02:41:32.088Z[ recovery-image] Feb 14 02:41:31.632 INFO O| Feb 14 02:41:31.632 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/sysacct"
64902026-02-14T02:41:32.088Z[ recovery-image] Feb 14 02:41:31.632 INFO O| Feb 14 02:41:31.632 INFO STEP 511 (remove_files) COMPLETE
64912026-02-14T02:41:32.088Z[ recovery-image] Feb 14 02:41:31.632 INFO O| Feb 14 02:41:31.632 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64922026-02-14T02:41:32.088Z[ recovery-image] Feb 14 02:41:31.654 INFO O| Feb 14 02:41:31.653 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kvm/README"
64932026-02-14T02:41:32.088Z[ recovery-image] Feb 14 02:41:31.654 INFO O| Feb 14 02:41:31.654 INFO STEP 512 (remove_files) COMPLETE
64942026-02-14T02:41:32.088Z[ recovery-image] Feb 14 02:41:31.654 INFO O| Feb 14 02:41:31.654 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64952026-02-14T02:41:32.114Z[ recovery-image] Feb 14 02:41:31.671 INFO O| Feb 14 02:41:31.671 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2map"
64962026-02-14T02:41:32.114Z[ recovery-image] Feb 14 02:41:31.671 INFO O| Feb 14 02:41:31.671 INFO STEP 513 (remove_files) COMPLETE
64972026-02-14T02:41:32.114Z[ recovery-image] Feb 14 02:41:31.671 INFO O| Feb 14 02:41:31.671 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64982026-02-14T02:41:32.139Z[ recovery-image] Feb 14 02:41:31.685 INFO O| Feb 14 02:41:31.685 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2trace"
64992026-02-14T02:41:32.139Z[ recovery-image] Feb 14 02:41:31.685 INFO O| Feb 14 02:41:31.685 INFO STEP 514 (remove_files) COMPLETE
65002026-02-14T02:41:32.139Z[ recovery-image] Feb 14 02:41:31.685 INFO O| Feb 14 02:41:31.685 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65012026-02-14T02:41:32.139Z[ recovery-image] Feb 14 02:41:31.704 INFO O| Feb 14 02:41:31.704 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen"
65022026-02-14T02:41:32.139Z[ recovery-image] Feb 14 02:41:31.704 INFO O| Feb 14 02:41:31.704 INFO STEP 515 (remove_files) COMPLETE
65032026-02-14T02:41:32.139Z[ recovery-image] Feb 14 02:41:31.704 INFO O| Feb 14 02:41:31.704 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65042026-02-14T02:41:32.163Z[ recovery-image] Feb 14 02:41:31.719 INFO O| Feb 14 02:41:31.719 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen1"
65052026-02-14T02:41:32.163Z[ recovery-image] Feb 14 02:41:31.719 INFO O| Feb 14 02:41:31.719 INFO STEP 516 (remove_files) COMPLETE
65062026-02-14T02:41:32.163Z[ recovery-image] Feb 14 02:41:31.719 INFO O| Feb 14 02:41:31.719 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65072026-02-14T02:41:32.188Z[ recovery-image] Feb 14 02:41:31.733 INFO O| Feb 14 02:41:31.733 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen3"
65082026-02-14T02:41:32.188Z[ recovery-image] Feb 14 02:41:31.733 INFO O| Feb 14 02:41:31.733 INFO STEP 517 (remove_files) COMPLETE
65092026-02-14T02:41:32.188Z[ recovery-image] Feb 14 02:41:31.733 INFO O| Feb 14 02:41:31.733 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65102026-02-14T02:41:32.188Z[ recovery-image] Feb 14 02:41:31.743 INFO O| Feb 14 02:41:31.743 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen4"
65112026-02-14T02:41:32.188Z[ recovery-image] Feb 14 02:41:31.743 INFO O| Feb 14 02:41:31.743 INFO STEP 518 (remove_files) COMPLETE
65122026-02-14T02:41:32.188Z[ recovery-image] Feb 14 02:41:31.743 INFO O| Feb 14 02:41:31.743 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65132026-02-14T02:41:32.213Z[ recovery-image] Feb 14 02:41:31.757 INFO O| Feb 14 02:41:31.757 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbsub.o"
65142026-02-14T02:41:32.213Z[ recovery-image] Feb 14 02:41:31.757 INFO O| Feb 14 02:41:31.757 INFO STEP 519 (remove_files) COMPLETE
65152026-02-14T02:41:32.213Z[ recovery-image] Feb 14 02:41:31.757 INFO O| Feb 14 02:41:31.757 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65162026-02-14T02:41:32.213Z[ recovery-image] Feb 14 02:41:31.769 INFO O| Feb 14 02:41:31.769 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/amd64/adbsub.o"
65172026-02-14T02:41:32.213Z[ recovery-image] Feb 14 02:41:31.769 INFO O| Feb 14 02:41:31.769 INFO STEP 520 (remove_files) COMPLETE
65182026-02-14T02:41:32.213Z[ recovery-image] Feb 14 02:41:31.769 INFO O| Feb 14 02:41:31.769 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65192026-02-14T02:41:32.238Z[ recovery-image] Feb 14 02:41:31.781 INFO O| Feb 14 02:41:31.781 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/0@0.so.1"
65202026-02-14T02:41:32.238Z[ recovery-image] Feb 14 02:41:31.781 INFO O| Feb 14 02:41:31.781 INFO STEP 521 (remove_files) COMPLETE
65212026-02-14T02:41:32.238Z[ recovery-image] Feb 14 02:41:31.781 INFO O| Feb 14 02:41:31.781 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65222026-02-14T02:41:32.238Z[ recovery-image] Feb 14 02:41:31.792 INFO O| Feb 14 02:41:31.792 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/Makefile.inc"
65232026-02-14T02:41:32.238Z[ recovery-image] Feb 14 02:41:31.792 INFO O| Feb 14 02:41:31.792 INFO STEP 522 (remove_files) COMPLETE
65242026-02-14T02:41:32.238Z[ recovery-image] Feb 14 02:41:31.792 INFO O| Feb 14 02:41:31.792 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65252026-02-14T02:41:32.263Z[ recovery-image] Feb 14 02:41:31.806 INFO O| Feb 14 02:41:31.806 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/accept"
65262026-02-14T02:41:32.264Z[ recovery-image] Feb 14 02:41:31.806 INFO O| Feb 14 02:41:31.806 INFO STEP 523 (remove_files) COMPLETE
65272026-02-14T02:41:32.264Z[ recovery-image] Feb 14 02:41:31.806 INFO O| Feb 14 02:41:31.806 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65282026-02-14T02:41:32.264Z[ recovery-image] Feb 14 02:41:31.820 INFO O| Feb 14 02:41:31.820 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/basename"
65292026-02-14T02:41:32.264Z[ recovery-image] Feb 14 02:41:31.820 INFO O| Feb 14 02:41:31.820 INFO STEP 524 (remove_files) COMPLETE
65302026-02-14T02:41:32.264Z[ recovery-image] Feb 14 02:41:31.820 INFO O| Feb 14 02:41:31.820 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65312026-02-14T02:41:32.288Z[ recovery-image] Feb 14 02:41:31.835 INFO O| Feb 14 02:41:31.835 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/csv"
65322026-02-14T02:41:32.288Z[ recovery-image] Feb 14 02:41:31.835 INFO O| Feb 14 02:41:31.835 INFO STEP 525 (remove_files) COMPLETE
65332026-02-14T02:41:32.288Z[ recovery-image] Feb 14 02:41:31.835 INFO O| Feb 14 02:41:31.835 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65342026-02-14T02:41:32.288Z[ recovery-image] Feb 14 02:41:31.850 INFO O| Feb 14 02:41:31.850 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/cut"
65352026-02-14T02:41:32.288Z[ recovery-image] Feb 14 02:41:31.851 INFO O| Feb 14 02:41:31.851 INFO STEP 526 (remove_files) COMPLETE
65362026-02-14T02:41:32.288Z[ recovery-image] Feb 14 02:41:31.851 INFO O| Feb 14 02:41:31.851 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65372026-02-14T02:41:32.313Z[ recovery-image] Feb 14 02:41:31.866 INFO O| Feb 14 02:41:31.866 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/dirname"
65382026-02-14T02:41:32.313Z[ recovery-image] Feb 14 02:41:31.866 INFO O| Feb 14 02:41:31.866 INFO STEP 527 (remove_files) COMPLETE
65392026-02-14T02:41:32.313Z[ recovery-image] Feb 14 02:41:31.866 INFO O| Feb 14 02:41:31.866 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65402026-02-14T02:41:32.337Z[ recovery-image] Feb 14 02:41:31.881 INFO O| Feb 14 02:41:31.881 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/fdflags"
65412026-02-14T02:41:32.337Z[ recovery-image] Feb 14 02:41:31.882 INFO O| Feb 14 02:41:31.881 INFO STEP 528 (remove_files) COMPLETE
65422026-02-14T02:41:32.337Z[ recovery-image] Feb 14 02:41:31.882 INFO O| Feb 14 02:41:31.882 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65432026-02-14T02:41:32.337Z[ recovery-image] Feb 14 02:41:31.895 INFO O| Feb 14 02:41:31.895 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/finfo"
65442026-02-14T02:41:32.337Z[ recovery-image] Feb 14 02:41:31.895 INFO O| Feb 14 02:41:31.895 INFO STEP 529 (remove_files) COMPLETE
65452026-02-14T02:41:32.337Z[ recovery-image] Feb 14 02:41:31.895 INFO O| Feb 14 02:41:31.895 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65462026-02-14T02:41:32.362Z[ recovery-image] Feb 14 02:41:31.908 INFO O| Feb 14 02:41:31.908 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/head"
65472026-02-14T02:41:32.362Z[ recovery-image] Feb 14 02:41:31.908 INFO O| Feb 14 02:41:31.908 INFO STEP 530 (remove_files) COMPLETE
65482026-02-14T02:41:32.362Z[ recovery-image] Feb 14 02:41:31.908 INFO O| Feb 14 02:41:31.908 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65492026-02-14T02:41:32.362Z[ recovery-image] Feb 14 02:41:31.924 INFO O| Feb 14 02:41:31.923 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/id"
65502026-02-14T02:41:32.362Z[ recovery-image] Feb 14 02:41:31.924 INFO O| Feb 14 02:41:31.924 INFO STEP 531 (remove_files) COMPLETE
65512026-02-14T02:41:32.362Z[ recovery-image] Feb 14 02:41:31.924 INFO O| Feb 14 02:41:31.924 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65522026-02-14T02:41:32.387Z[ recovery-image] Feb 14 02:41:31.937 INFO O| Feb 14 02:41:31.937 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/ln"
65532026-02-14T02:41:32.387Z[ recovery-image] Feb 14 02:41:31.938 INFO O| Feb 14 02:41:31.938 INFO STEP 532 (remove_files) COMPLETE
65542026-02-14T02:41:32.388Z[ recovery-image] Feb 14 02:41:31.938 INFO O| Feb 14 02:41:31.938 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65552026-02-14T02:41:32.388Z[ recovery-image] Feb 14 02:41:31.953 INFO O| Feb 14 02:41:31.953 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/loadables.h"
65562026-02-14T02:41:32.388Z[ recovery-image] Feb 14 02:41:31.953 INFO O| Feb 14 02:41:31.953 INFO STEP 533 (remove_files) COMPLETE
65572026-02-14T02:41:32.388Z[ recovery-image] Feb 14 02:41:31.953 INFO O| Feb 14 02:41:31.953 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65582026-02-14T02:41:32.412Z[ recovery-image] Feb 14 02:41:31.964 INFO O| Feb 14 02:41:31.964 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/logname"
65592026-02-14T02:41:32.412Z[ recovery-image] Feb 14 02:41:31.964 INFO O| Feb 14 02:41:31.964 INFO STEP 534 (remove_files) COMPLETE
65602026-02-14T02:41:32.412Z[ recovery-image] Feb 14 02:41:31.964 INFO O| Feb 14 02:41:31.964 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65612026-02-14T02:41:32.413Z[ recovery-image] Feb 14 02:41:31.975 INFO O| Feb 14 02:41:31.975 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/mkdir"
65622026-02-14T02:41:32.413Z[ recovery-image] Feb 14 02:41:31.975 INFO O| Feb 14 02:41:31.975 INFO STEP 535 (remove_files) COMPLETE
65632026-02-14T02:41:32.413Z[ recovery-image] Feb 14 02:41:31.975 INFO O| Feb 14 02:41:31.975 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65642026-02-14T02:41:32.437Z[ recovery-image] Feb 14 02:41:31.995 INFO O| Feb 14 02:41:31.995 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/mkfifo"
65652026-02-14T02:41:32.437Z[ recovery-image] Feb 14 02:41:31.995 INFO O| Feb 14 02:41:31.995 INFO STEP 536 (remove_files) COMPLETE
65662026-02-14T02:41:32.437Z[ recovery-image] Feb 14 02:41:31.995 INFO O| Feb 14 02:41:31.995 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65672026-02-14T02:41:32.462Z[ recovery-image] Feb 14 02:41:32.009 INFO O| Feb 14 02:41:32.009 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/mktemp"
65682026-02-14T02:41:32.462Z[ recovery-image] Feb 14 02:41:32.009 INFO O| Feb 14 02:41:32.009 INFO STEP 537 (remove_files) COMPLETE
65692026-02-14T02:41:32.462Z[ recovery-image] Feb 14 02:41:32.009 INFO O| Feb 14 02:41:32.009 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65702026-02-14T02:41:32.462Z[ recovery-image] Feb 14 02:41:32.021 INFO O| Feb 14 02:41:32.021 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/mypid"
65712026-02-14T02:41:32.462Z[ recovery-image] Feb 14 02:41:32.021 INFO O| Feb 14 02:41:32.021 INFO STEP 538 (remove_files) COMPLETE
65722026-02-14T02:41:32.462Z[ recovery-image] Feb 14 02:41:32.021 INFO O| Feb 14 02:41:32.021 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65732026-02-14T02:41:32.487Z[ recovery-image] Feb 14 02:41:32.032 INFO O| Feb 14 02:41:32.032 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/pathchk"
65742026-02-14T02:41:32.487Z[ recovery-image] Feb 14 02:41:32.032 INFO O| Feb 14 02:41:32.032 INFO STEP 539 (remove_files) COMPLETE
65752026-02-14T02:41:32.487Z[ recovery-image] Feb 14 02:41:32.032 INFO O| Feb 14 02:41:32.032 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65762026-02-14T02:41:32.487Z[ recovery-image] Feb 14 02:41:32.045 INFO O| Feb 14 02:41:32.045 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/print"
65772026-02-14T02:41:32.487Z[ recovery-image] Feb 14 02:41:32.046 INFO O| Feb 14 02:41:32.046 INFO STEP 540 (remove_files) COMPLETE
65782026-02-14T02:41:32.487Z[ recovery-image] Feb 14 02:41:32.046 INFO O| Feb 14 02:41:32.046 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65792026-02-14T02:41:32.512Z[ recovery-image] Feb 14 02:41:32.061 INFO O| Feb 14 02:41:32.060 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/printenv"
65802026-02-14T02:41:32.512Z[ recovery-image] Feb 14 02:41:32.061 INFO O| Feb 14 02:41:32.061 INFO STEP 541 (remove_files) COMPLETE
65812026-02-14T02:41:32.512Z[ recovery-image] Feb 14 02:41:32.061 INFO O| Feb 14 02:41:32.061 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65822026-02-14T02:41:32.512Z[ recovery-image] Feb 14 02:41:32.075 INFO O| Feb 14 02:41:32.075 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/push"
65832026-02-14T02:41:32.512Z[ recovery-image] Feb 14 02:41:32.075 INFO O| Feb 14 02:41:32.075 INFO STEP 542 (remove_files) COMPLETE
65842026-02-14T02:41:32.512Z[ recovery-image] Feb 14 02:41:32.075 INFO O| Feb 14 02:41:32.075 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65852026-02-14T02:41:32.537Z[ recovery-image] Feb 14 02:41:32.088 INFO O| Feb 14 02:41:32.088 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/realpath"
65862026-02-14T02:41:32.537Z[ recovery-image] Feb 14 02:41:32.088 INFO O| Feb 14 02:41:32.088 INFO STEP 543 (remove_files) COMPLETE
65872026-02-14T02:41:32.537Z[ recovery-image] Feb 14 02:41:32.088 INFO O| Feb 14 02:41:32.088 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65882026-02-14T02:41:32.537Z[ recovery-image] Feb 14 02:41:32.102 INFO O| Feb 14 02:41:32.101 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/rm"
65892026-02-14T02:41:32.537Z[ recovery-image] Feb 14 02:41:32.102 INFO O| Feb 14 02:41:32.102 INFO STEP 544 (remove_files) COMPLETE
65902026-02-14T02:41:32.537Z[ recovery-image] Feb 14 02:41:32.102 INFO O| Feb 14 02:41:32.102 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65912026-02-14T02:41:32.562Z[ recovery-image] Feb 14 02:41:32.113 INFO O| Feb 14 02:41:32.113 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/rmdir"
65922026-02-14T02:41:32.562Z[ recovery-image] Feb 14 02:41:32.113 INFO O| Feb 14 02:41:32.113 INFO STEP 545 (remove_files) COMPLETE
65932026-02-14T02:41:32.562Z[ recovery-image] Feb 14 02:41:32.113 INFO O| Feb 14 02:41:32.113 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65942026-02-14T02:41:32.562Z[ recovery-image] Feb 14 02:41:32.123 INFO O| Feb 14 02:41:32.123 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/seq"
65952026-02-14T02:41:32.562Z[ recovery-image] Feb 14 02:41:32.123 INFO O| Feb 14 02:41:32.123 INFO STEP 546 (remove_files) COMPLETE
65962026-02-14T02:41:32.562Z[ recovery-image] Feb 14 02:41:32.124 INFO O| Feb 14 02:41:32.123 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65972026-02-14T02:41:32.587Z[ recovery-image] Feb 14 02:41:32.134 INFO O| Feb 14 02:41:32.134 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/setpgid"
65982026-02-14T02:41:32.587Z[ recovery-image] Feb 14 02:41:32.134 INFO O| Feb 14 02:41:32.134 INFO STEP 547 (remove_files) COMPLETE
65992026-02-14T02:41:32.587Z[ recovery-image] Feb 14 02:41:32.134 INFO O| Feb 14 02:41:32.134 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66002026-02-14T02:41:32.587Z[ recovery-image] Feb 14 02:41:32.148 INFO O| Feb 14 02:41:32.148 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/sleep"
66012026-02-14T02:41:32.587Z[ recovery-image] Feb 14 02:41:32.148 INFO O| Feb 14 02:41:32.148 INFO STEP 548 (remove_files) COMPLETE
66022026-02-14T02:41:32.587Z[ recovery-image] Feb 14 02:41:32.148 INFO O| Feb 14 02:41:32.148 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66032026-02-14T02:41:32.611Z[ recovery-image] Feb 14 02:41:32.159 INFO O| Feb 14 02:41:32.159 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/strftime"
66042026-02-14T02:41:32.611Z[ recovery-image] Feb 14 02:41:32.159 INFO O| Feb 14 02:41:32.159 INFO STEP 549 (remove_files) COMPLETE
66052026-02-14T02:41:32.611Z[ recovery-image] Feb 14 02:41:32.159 INFO O| Feb 14 02:41:32.159 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66062026-02-14T02:41:32.611Z[ recovery-image] Feb 14 02:41:32.173 INFO O| Feb 14 02:41:32.173 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/sync"
66072026-02-14T02:41:32.611Z[ recovery-image] Feb 14 02:41:32.173 INFO O| Feb 14 02:41:32.173 INFO STEP 550 (remove_files) COMPLETE
66082026-02-14T02:41:32.611Z[ recovery-image] Feb 14 02:41:32.173 INFO O| Feb 14 02:41:32.173 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66092026-02-14T02:41:32.636Z[ recovery-image] Feb 14 02:41:32.188 INFO O| Feb 14 02:41:32.188 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/tee"
66102026-02-14T02:41:32.636Z[ recovery-image] Feb 14 02:41:32.188 INFO O| Feb 14 02:41:32.188 INFO STEP 551 (remove_files) COMPLETE
66112026-02-14T02:41:32.636Z[ recovery-image] Feb 14 02:41:32.188 INFO O| Feb 14 02:41:32.188 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66122026-02-14T02:41:32.636Z[ recovery-image] Feb 14 02:41:32.199 INFO O| Feb 14 02:41:32.199 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/truefalse"
66132026-02-14T02:41:32.636Z[ recovery-image] Feb 14 02:41:32.200 INFO O| Feb 14 02:41:32.200 INFO STEP 552 (remove_files) COMPLETE
66142026-02-14T02:41:32.636Z[ recovery-image] Feb 14 02:41:32.200 INFO O| Feb 14 02:41:32.200 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66152026-02-14T02:41:32.661Z[ recovery-image] Feb 14 02:41:32.215 INFO O| Feb 14 02:41:32.215 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/tty"
66162026-02-14T02:41:32.661Z[ recovery-image] Feb 14 02:41:32.215 INFO O| Feb 14 02:41:32.215 INFO STEP 553 (remove_files) COMPLETE
66172026-02-14T02:41:32.661Z[ recovery-image] Feb 14 02:41:32.215 INFO O| Feb 14 02:41:32.215 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66182026-02-14T02:41:32.661Z[ recovery-image] Feb 14 02:41:32.228 INFO O| Feb 14 02:41:32.228 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/uname"
66192026-02-14T02:41:32.661Z[ recovery-image] Feb 14 02:41:32.228 INFO O| Feb 14 02:41:32.228 INFO STEP 554 (remove_files) COMPLETE
66202026-02-14T02:41:32.661Z[ recovery-image] Feb 14 02:41:32.228 INFO O| Feb 14 02:41:32.228 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66212026-02-14T02:41:32.686Z[ recovery-image] Feb 14 02:41:32.241 INFO O| Feb 14 02:41:32.241 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/unlink"
66222026-02-14T02:41:32.686Z[ recovery-image] Feb 14 02:41:32.241 INFO O| Feb 14 02:41:32.241 INFO STEP 555 (remove_files) COMPLETE
66232026-02-14T02:41:32.686Z[ recovery-image] Feb 14 02:41:32.241 INFO O| Feb 14 02:41:32.241 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66242026-02-14T02:41:32.686Z[ recovery-image] Feb 14 02:41:32.253 INFO O| Feb 14 02:41:32.253 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/whoami"
66252026-02-14T02:41:32.686Z[ recovery-image] Feb 14 02:41:32.253 INFO O| Feb 14 02:41:32.253 INFO STEP 556 (remove_files) COMPLETE
66262026-02-14T02:41:32.686Z[ recovery-image] Feb 14 02:41:32.253 INFO O| Feb 14 02:41:32.253 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66272026-02-14T02:41:32.711Z[ recovery-image] Feb 14 02:41:32.264 INFO O| Feb 14 02:41:32.264 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
66282026-02-14T02:41:32.711Z[ recovery-image] Feb 14 02:41:32.264 INFO O| Feb 14 02:41:32.264 INFO STEP 557 (remove_files) COMPLETE
66292026-02-14T02:41:32.711Z[ recovery-image] Feb 14 02:41:32.264 INFO O| Feb 14 02:41:32.264 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66302026-02-14T02:41:32.711Z[ recovery-image] Feb 14 02:41:32.276 INFO O| Feb 14 02:41:32.276 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
66312026-02-14T02:41:32.711Z[ recovery-image] Feb 14 02:41:32.276 INFO O| Feb 14 02:41:32.276 INFO STEP 558 (remove_files) COMPLETE
66322026-02-14T02:41:32.711Z[ recovery-image] Feb 14 02:41:32.276 INFO O| Feb 14 02:41:32.276 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66332026-02-14T02:41:32.736Z[ recovery-image] Feb 14 02:41:32.287 INFO O| Feb 14 02:41:32.287 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/getloginx.so.1"
66342026-02-14T02:41:32.736Z[ recovery-image] Feb 14 02:41:32.287 INFO O| Feb 14 02:41:32.287 INFO STEP 559 (remove_files) COMPLETE
66352026-02-14T02:41:32.736Z[ recovery-image] Feb 14 02:41:32.287 INFO O| Feb 14 02:41:32.287 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66362026-02-14T02:41:32.736Z[ recovery-image] Feb 14 02:41:32.297 INFO O| Feb 14 02:41:32.297 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
66372026-02-14T02:41:32.736Z[ recovery-image] Feb 14 02:41:32.298 INFO O| Feb 14 02:41:32.298 INFO STEP 560 (remove_files) COMPLETE
66382026-02-14T02:41:32.736Z[ recovery-image] Feb 14 02:41:32.298 INFO O| Feb 14 02:41:32.298 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66392026-02-14T02:41:32.760Z[ recovery-image] Feb 14 02:41:32.310 INFO O| Feb 14 02:41:32.310 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
66402026-02-14T02:41:32.760Z[ recovery-image] Feb 14 02:41:32.310 INFO O| Feb 14 02:41:32.310 INFO STEP 561 (remove_files) COMPLETE
66412026-02-14T02:41:32.760Z[ recovery-image] Feb 14 02:41:32.310 INFO O| Feb 14 02:41:32.310 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66422026-02-14T02:41:32.760Z[ recovery-image] Feb 14 02:41:32.322 INFO O| Feb 14 02:41:32.322 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
66432026-02-14T02:41:32.760Z[ recovery-image] Feb 14 02:41:32.322 INFO O| Feb 14 02:41:32.322 INFO STEP 562 (remove_files) COMPLETE
66442026-02-14T02:41:32.760Z[ recovery-image] Feb 14 02:41:32.322 INFO O| Feb 14 02:41:32.322 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66452026-02-14T02:41:32.785Z[ recovery-image] Feb 14 02:41:32.332 INFO O| Feb 14 02:41:32.332 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
66462026-02-14T02:41:32.785Z[ recovery-image] Feb 14 02:41:32.332 INFO O| Feb 14 02:41:32.332 INFO STEP 563 (remove_files) COMPLETE
66472026-02-14T02:41:32.785Z[ recovery-image] Feb 14 02:41:32.332 INFO O| Feb 14 02:41:32.332 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66482026-02-14T02:41:32.785Z[ recovery-image] Feb 14 02:41:32.343 INFO O| Feb 14 02:41:32.342 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lddstub"
66492026-02-14T02:41:32.785Z[ recovery-image] Feb 14 02:41:32.343 INFO O| Feb 14 02:41:32.343 INFO STEP 564 (remove_files) COMPLETE
66502026-02-14T02:41:32.785Z[ recovery-image] Feb 14 02:41:32.343 INFO O| Feb 14 02:41:32.343 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66512026-02-14T02:41:32.810Z[ recovery-image] Feb 14 02:41:32.354 INFO O| Feb 14 02:41:32.353 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lib9p.so.1"
66522026-02-14T02:41:32.810Z[ recovery-image] Feb 14 02:41:32.354 INFO O| Feb 14 02:41:32.354 INFO STEP 565 (remove_files) COMPLETE
66532026-02-14T02:41:32.810Z[ recovery-image] Feb 14 02:41:32.354 INFO O| Feb 14 02:41:32.354 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66542026-02-14T02:41:32.810Z[ recovery-image] Feb 14 02:41:32.371 INFO O| Feb 14 02:41:32.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libads.so.1"
66552026-02-14T02:41:32.810Z[ recovery-image] Feb 14 02:41:32.371 INFO O| Feb 14 02:41:32.371 INFO STEP 566 (remove_files) COMPLETE
66562026-02-14T02:41:32.810Z[ recovery-image] Feb 14 02:41:32.371 INFO O| Feb 14 02:41:32.371 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66572026-02-14T02:41:32.835Z[ recovery-image] Feb 14 02:41:32.381 INFO O| Feb 14 02:41:32.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libadutils.so.1"
66582026-02-14T02:41:32.835Z[ recovery-image] Feb 14 02:41:32.382 INFO O| Feb 14 02:41:32.382 INFO STEP 567 (remove_files) COMPLETE
66592026-02-14T02:41:32.835Z[ recovery-image] Feb 14 02:41:32.382 INFO O| Feb 14 02:41:32.382 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66602026-02-14T02:41:32.835Z[ recovery-image] Feb 14 02:41:32.392 INFO O| Feb 14 02:41:32.392 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbe.so.1"
66612026-02-14T02:41:32.835Z[ recovery-image] Feb 14 02:41:32.392 INFO O| Feb 14 02:41:32.392 INFO STEP 568 (remove_files) COMPLETE
66622026-02-14T02:41:32.835Z[ recovery-image] Feb 14 02:41:32.392 INFO O| Feb 14 02:41:32.392 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66632026-02-14T02:41:32.835Z[ recovery-image] Feb 14 02:41:32.402 INFO O| Feb 14 02:41:32.402 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrand.so.1"
66642026-02-14T02:41:32.835Z[ recovery-image] Feb 14 02:41:32.402 INFO O| Feb 14 02:41:32.402 INFO STEP 569 (remove_files) COMPLETE
66652026-02-14T02:41:32.835Z[ recovery-image] Feb 14 02:41:32.402 INFO O| Feb 14 02:41:32.402 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66662026-02-14T02:41:32.859Z[ recovery-image] Feb 14 02:41:32.413 INFO O| Feb 14 02:41:32.412 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9"
66672026-02-14T02:41:32.859Z[ recovery-image] Feb 14 02:41:32.413 INFO O| Feb 14 02:41:32.413 INFO STEP 570 (remove_files) COMPLETE
66682026-02-14T02:41:32.859Z[ recovery-image] Feb 14 02:41:32.413 INFO O| Feb 14 02:41:32.413 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66692026-02-14T02:41:32.859Z[ recovery-image] Feb 14 02:41:32.426 INFO O| Feb 14 02:41:32.426 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9"
66702026-02-14T02:41:32.859Z[ recovery-image] Feb 14 02:41:32.426 INFO O| Feb 14 02:41:32.426 INFO STEP 571 (remove_files) COMPLETE
66712026-02-14T02:41:32.859Z[ recovery-image] Feb 14 02:41:32.426 INFO O| Feb 14 02:41:32.426 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66722026-02-14T02:41:32.885Z[ recovery-image] Feb 14 02:41:32.441 INFO O| Feb 14 02:41:32.441 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9"
66732026-02-14T02:41:32.885Z[ recovery-image] Feb 14 02:41:32.442 INFO O| Feb 14 02:41:32.442 INFO STEP 572 (remove_files) COMPLETE
66742026-02-14T02:41:32.885Z[ recovery-image] Feb 14 02:41:32.442 INFO O| Feb 14 02:41:32.442 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66752026-02-14T02:41:32.885Z[ recovery-image] Feb 14 02:41:32.452 INFO O| Feb 14 02:41:32.452 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
66762026-02-14T02:41:32.885Z[ recovery-image] Feb 14 02:41:32.452 INFO O| Feb 14 02:41:32.452 INFO STEP 573 (remove_files) COMPLETE
66772026-02-14T02:41:32.909Z[ recovery-image] Feb 14 02:41:32.452 INFO O| Feb 14 02:41:32.452 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66782026-02-14T02:41:32.910Z[ recovery-image] Feb 14 02:41:32.463 INFO O| Feb 14 02:41:32.463 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
66792026-02-14T02:41:32.910Z[ recovery-image] Feb 14 02:41:32.464 INFO O| Feb 14 02:41:32.464 INFO STEP 574 (remove_files) COMPLETE
66802026-02-14T02:41:32.910Z[ recovery-image] Feb 14 02:41:32.464 INFO O| Feb 14 02:41:32.464 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66812026-02-14T02:41:32.910Z[ recovery-image] Feb 14 02:41:32.474 INFO O| Feb 14 02:41:32.474 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcommputil.so.1"
66822026-02-14T02:41:32.910Z[ recovery-image] Feb 14 02:41:32.474 INFO O| Feb 14 02:41:32.474 INFO STEP 575 (remove_files) COMPLETE
66832026-02-14T02:41:32.910Z[ recovery-image] Feb 14 02:41:32.474 INFO O| Feb 14 02:41:32.474 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66842026-02-14T02:41:32.934Z[ recovery-image] Feb 14 02:41:32.484 INFO O| Feb 14 02:41:32.484 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcpc.so.1"
66852026-02-14T02:41:32.934Z[ recovery-image] Feb 14 02:41:32.484 INFO O| Feb 14 02:41:32.484 INFO STEP 576 (remove_files) COMPLETE
66862026-02-14T02:41:32.934Z[ recovery-image] Feb 14 02:41:32.484 INFO O| Feb 14 02:41:32.484 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66872026-02-14T02:41:32.934Z[ recovery-image] Feb 14 02:41:32.494 INFO O| Feb 14 02:41:32.494 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrle.so.1"
66882026-02-14T02:41:32.934Z[ recovery-image] Feb 14 02:41:32.494 INFO O| Feb 14 02:41:32.494 INFO STEP 577 (remove_files) COMPLETE
66892026-02-14T02:41:32.934Z[ recovery-image] Feb 14 02:41:32.494 INFO O| Feb 14 02:41:32.494 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66902026-02-14T02:41:32.959Z[ recovery-image] Feb 14 02:41:32.505 INFO O| Feb 14 02:41:32.504 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrypt.so.1"
66912026-02-14T02:41:32.959Z[ recovery-image] Feb 14 02:41:32.505 INFO O| Feb 14 02:41:32.505 INFO STEP 578 (remove_files) COMPLETE
66922026-02-14T02:41:32.959Z[ recovery-image] Feb 14 02:41:32.505 INFO O| Feb 14 02:41:32.505 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66932026-02-14T02:41:32.959Z[ recovery-image] Feb 14 02:41:32.515 INFO O| Feb 14 02:41:32.515 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
66942026-02-14T02:41:32.959Z[ recovery-image] Feb 14 02:41:32.515 INFO O| Feb 14 02:41:32.515 INFO STEP 579 (remove_files) COMPLETE
66952026-02-14T02:41:32.959Z[ recovery-image] Feb 14 02:41:32.515 INFO O| Feb 14 02:41:32.515 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66962026-02-14T02:41:32.959Z[ recovery-image] Feb 14 02:41:32.526 INFO O| Feb 14 02:41:32.526 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
66972026-02-14T02:41:32.959Z[ recovery-image] Feb 14 02:41:32.526 INFO O| Feb 14 02:41:32.526 INFO STEP 580 (remove_files) COMPLETE
66982026-02-14T02:41:32.959Z[ recovery-image] Feb 14 02:41:32.526 INFO O| Feb 14 02:41:32.526 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66992026-02-14T02:41:32.984Z[ recovery-image] Feb 14 02:41:32.537 INFO O| Feb 14 02:41:32.536 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdll.so.1"
67002026-02-14T02:41:32.984Z[ recovery-image] Feb 14 02:41:32.537 INFO O| Feb 14 02:41:32.537 INFO STEP 581 (remove_files) COMPLETE
67012026-02-14T02:41:32.984Z[ recovery-image] Feb 14 02:41:32.537 INFO O| Feb 14 02:41:32.537 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67022026-02-14T02:41:32.984Z[ recovery-image] Feb 14 02:41:32.551 INFO O| Feb 14 02:41:32.551 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
67032026-02-14T02:41:32.984Z[ recovery-image] Feb 14 02:41:32.551 INFO O| Feb 14 02:41:32.551 INFO STEP 582 (remove_files) COMPLETE
67042026-02-14T02:41:32.984Z[ recovery-image] Feb 14 02:41:32.551 INFO O| Feb 14 02:41:32.551 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67052026-02-14T02:41:33.009Z[ recovery-image] Feb 14 02:41:32.564 INFO O| Feb 14 02:41:32.564 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libform.so.1"
67062026-02-14T02:41:33.009Z[ recovery-image] Feb 14 02:41:32.565 INFO O| Feb 14 02:41:32.564 INFO STEP 583 (remove_files) COMPLETE
67072026-02-14T02:41:33.009Z[ recovery-image] Feb 14 02:41:32.565 INFO O| Feb 14 02:41:32.565 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67082026-02-14T02:41:33.033Z[ recovery-image] Feb 14 02:41:32.581 INFO O| Feb 14 02:41:32.581 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libfstyp.so.1"
67092026-02-14T02:41:33.033Z[ recovery-image] Feb 14 02:41:32.582 INFO O| Feb 14 02:41:32.582 INFO STEP 584 (remove_files) COMPLETE
67102026-02-14T02:41:33.034Z[ recovery-image] Feb 14 02:41:32.582 INFO O| Feb 14 02:41:32.582 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67112026-02-14T02:41:33.034Z[ recovery-image] Feb 14 02:41:32.597 INFO O| Feb 14 02:41:32.597 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libidspace.so.1"
67122026-02-14T02:41:33.034Z[ recovery-image] Feb 14 02:41:32.597 INFO O| Feb 14 02:41:32.597 INFO STEP 585 (remove_files) COMPLETE
67132026-02-14T02:41:33.034Z[ recovery-image] Feb 14 02:41:32.597 INFO O| Feb 14 02:41:32.597 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67142026-02-14T02:41:33.058Z[ recovery-image] Feb 14 02:41:32.611 INFO O| Feb 14 02:41:32.611 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libike.so.1"
67152026-02-14T02:41:33.058Z[ recovery-image] Feb 14 02:41:32.611 INFO O| Feb 14 02:41:32.611 INFO STEP 586 (remove_files) COMPLETE
67162026-02-14T02:41:33.058Z[ recovery-image] Feb 14 02:41:32.611 INFO O| Feb 14 02:41:32.611 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67172026-02-14T02:41:33.058Z[ recovery-image] Feb 14 02:41:32.623 INFO O| Feb 14 02:41:32.623 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libinstzones.so.1"
67182026-02-14T02:41:33.058Z[ recovery-image] Feb 14 02:41:32.623 INFO O| Feb 14 02:41:32.623 INFO STEP 587 (remove_files) COMPLETE
67192026-02-14T02:41:33.058Z[ recovery-image] Feb 14 02:41:32.623 INFO O| Feb 14 02:41:32.623 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67202026-02-14T02:41:33.083Z[ recovery-image] Feb 14 02:41:32.638 INFO O| Feb 14 02:41:32.637 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipmi.so.1"
67212026-02-14T02:41:33.083Z[ recovery-image] Feb 14 02:41:32.638 INFO O| Feb 14 02:41:32.638 INFO STEP 588 (remove_files) COMPLETE
67222026-02-14T02:41:33.083Z[ recovery-image] Feb 14 02:41:32.638 INFO O| Feb 14 02:41:32.638 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67232026-02-14T02:41:33.107Z[ recovery-image] Feb 14 02:41:32.652 INFO O| Feb 14 02:41:32.652 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipp.so.1"
67242026-02-14T02:41:33.108Z[ recovery-image] Feb 14 02:41:32.652 INFO O| Feb 14 02:41:32.652 INFO STEP 589 (remove_files) COMPLETE
67252026-02-14T02:41:33.108Z[ recovery-image] Feb 14 02:41:32.652 INFO O| Feb 14 02:41:32.652 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67262026-02-14T02:41:33.108Z[ recovery-image] Feb 14 02:41:32.668 INFO O| Feb 14 02:41:32.668 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipsecutil.so.1"
67272026-02-14T02:41:33.108Z[ recovery-image] Feb 14 02:41:32.668 INFO O| Feb 14 02:41:32.668 INFO STEP 590 (remove_files) COMPLETE
67282026-02-14T02:41:33.108Z[ recovery-image] Feb 14 02:41:32.668 INFO O| Feb 14 02:41:32.668 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67292026-02-14T02:41:33.132Z[ recovery-image] Feb 14 02:41:32.686 INFO O| Feb 14 02:41:32.686 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libjedec.so.1"
67302026-02-14T02:41:33.132Z[ recovery-image] Feb 14 02:41:32.686 INFO O| Feb 14 02:41:32.686 INFO STEP 591 (remove_files) COMPLETE
67312026-02-14T02:41:33.132Z[ recovery-image] Feb 14 02:41:32.686 INFO O| Feb 14 02:41:32.686 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67322026-02-14T02:41:33.132Z[ recovery-image] Feb 14 02:41:32.700 INFO O| Feb 14 02:41:32.700 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libl.so.1"
67332026-02-14T02:41:33.132Z[ recovery-image] Feb 14 02:41:32.700 INFO O| Feb 14 02:41:32.700 INFO STEP 592 (remove_files) COMPLETE
67342026-02-14T02:41:33.157Z[ recovery-image] Feb 14 02:41:32.700 INFO O| Feb 14 02:41:32.700 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67352026-02-14T02:41:33.157Z[ recovery-image] Feb 14 02:41:32.714 INFO O| Feb 14 02:41:32.714 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldap.so.5"
67362026-02-14T02:41:33.157Z[ recovery-image] Feb 14 02:41:32.714 INFO O| Feb 14 02:41:32.714 INFO STEP 593 (remove_files) COMPLETE
67372026-02-14T02:41:33.157Z[ recovery-image] Feb 14 02:41:32.714 INFO O| Feb 14 02:41:32.714 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67382026-02-14T02:41:33.182Z[ recovery-image] Feb 14 02:41:32.727 INFO O| Feb 14 02:41:32.727 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldstab.so.1"
67392026-02-14T02:41:33.182Z[ recovery-image] Feb 14 02:41:32.727 INFO O| Feb 14 02:41:32.727 INFO STEP 594 (remove_files) COMPLETE
67402026-02-14T02:41:33.182Z[ recovery-image] Feb 14 02:41:32.727 INFO O| Feb 14 02:41:32.727 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67412026-02-14T02:41:33.182Z[ recovery-image] Feb 14 02:41:32.741 INFO O| Feb 14 02:41:32.741 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblgrp.so.1"
67422026-02-14T02:41:33.182Z[ recovery-image] Feb 14 02:41:32.741 INFO O| Feb 14 02:41:32.741 INFO STEP 595 (remove_files) COMPLETE
67432026-02-14T02:41:33.182Z[ recovery-image] Feb 14 02:41:32.741 INFO O| Feb 14 02:41:32.741 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67442026-02-14T02:41:33.206Z[ recovery-image] Feb 14 02:41:32.757 INFO O| Feb 14 02:41:32.756 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblm.so.1"
67452026-02-14T02:41:33.206Z[ recovery-image] Feb 14 02:41:32.757 INFO O| Feb 14 02:41:32.757 INFO STEP 596 (remove_files) COMPLETE
67462026-02-14T02:41:33.206Z[ recovery-image] Feb 14 02:41:32.757 INFO O| Feb 14 02:41:32.757 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67472026-02-14T02:41:33.206Z[ recovery-image] Feb 14 02:41:32.772 INFO O| Feb 14 02:41:32.771 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmail.so.1"
67482026-02-14T02:41:33.206Z[ recovery-image] Feb 14 02:41:32.772 INFO O| Feb 14 02:41:32.772 INFO STEP 597 (remove_files) COMPLETE
67492026-02-14T02:41:33.206Z[ recovery-image] Feb 14 02:41:32.772 INFO O| Feb 14 02:41:32.772 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67502026-02-14T02:41:33.231Z[ recovery-image] Feb 14 02:41:32.782 INFO O| Feb 14 02:41:32.782 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmalloc.so.1"
67512026-02-14T02:41:33.231Z[ recovery-image] Feb 14 02:41:32.782 INFO O| Feb 14 02:41:32.782 INFO STEP 598 (remove_files) COMPLETE
67522026-02-14T02:41:33.231Z[ recovery-image] Feb 14 02:41:32.782 INFO O| Feb 14 02:41:32.782 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67532026-02-14T02:41:33.231Z[ recovery-image] Feb 14 02:41:32.793 INFO O| Feb 14 02:41:32.793 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
67542026-02-14T02:41:33.231Z[ recovery-image] Feb 14 02:41:32.793 INFO O| Feb 14 02:41:32.793 INFO STEP 599 (remove_files) COMPLETE
67552026-02-14T02:41:33.231Z[ recovery-image] Feb 14 02:41:32.793 INFO O| Feb 14 02:41:32.793 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67562026-02-14T02:41:33.255Z[ recovery-image] Feb 14 02:41:32.806 INFO O| Feb 14 02:41:32.806 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmenu.so.1"
67572026-02-14T02:41:33.255Z[ recovery-image] Feb 14 02:41:32.806 INFO O| Feb 14 02:41:32.806 INFO STEP 600 (remove_files) COMPLETE
67582026-02-14T02:41:33.255Z[ recovery-image] Feb 14 02:41:32.806 INFO O| Feb 14 02:41:32.806 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67592026-02-14T02:41:33.255Z[ recovery-image] Feb 14 02:41:32.817 INFO O| Feb 14 02:41:32.817 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
67602026-02-14T02:41:33.255Z[ recovery-image] Feb 14 02:41:32.817 INFO O| Feb 14 02:41:32.817 INFO STEP 601 (remove_files) COMPLETE
67612026-02-14T02:41:33.255Z[ recovery-image] Feb 14 02:41:32.817 INFO O| Feb 14 02:41:32.817 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67622026-02-14T02:41:33.280Z[ recovery-image] Feb 14 02:41:32.827 INFO O| Feb 14 02:41:32.827 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libncurses.so.5.9"
67632026-02-14T02:41:33.280Z[ recovery-image] Feb 14 02:41:32.827 INFO O| Feb 14 02:41:32.827 INFO STEP 602 (remove_files) COMPLETE
67642026-02-14T02:41:33.280Z[ recovery-image] Feb 14 02:41:32.827 INFO O| Feb 14 02:41:32.827 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67652026-02-14T02:41:33.280Z[ recovery-image] Feb 14 02:41:32.840 INFO O| Feb 14 02:41:32.840 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libnls.so.1"
67662026-02-14T02:41:33.280Z[ recovery-image] Feb 14 02:41:32.841 INFO O| Feb 14 02:41:32.841 INFO STEP 603 (remove_files) COMPLETE
67672026-02-14T02:41:33.280Z[ recovery-image] Feb 14 02:41:32.841 INFO O| Feb 14 02:41:32.841 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67682026-02-14T02:41:33.320Z[ recovery-image] Feb 14 02:41:32.852 INFO O| Feb 14 02:41:32.852 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpanel.so.1"
67692026-02-14T02:41:33.320Z[ recovery-image] Feb 14 02:41:32.852 INFO O| Feb 14 02:41:32.852 INFO STEP 604 (remove_files) COMPLETE
67702026-02-14T02:41:33.320Z[ recovery-image] Feb 14 02:41:32.852 INFO O| Feb 14 02:41:32.852 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67712026-02-14T02:41:33.320Z[ recovery-image] Feb 14 02:41:32.862 INFO O| Feb 14 02:41:32.862 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
67722026-02-14T02:41:33.320Z[ recovery-image] Feb 14 02:41:32.862 INFO O| Feb 14 02:41:32.862 INFO STEP 605 (remove_files) COMPLETE
67732026-02-14T02:41:33.320Z[ recovery-image] Feb 14 02:41:32.862 INFO O| Feb 14 02:41:32.862 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67742026-02-14T02:41:33.320Z[ recovery-image] Feb 14 02:41:32.873 INFO O| Feb 14 02:41:32.873 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
67752026-02-14T02:41:33.320Z[ recovery-image] Feb 14 02:41:32.873 INFO O| Feb 14 02:41:32.873 INFO STEP 606 (remove_files) COMPLETE
67762026-02-14T02:41:33.320Z[ recovery-image] Feb 14 02:41:32.873 INFO O| Feb 14 02:41:32.873 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67772026-02-14T02:41:33.320Z[ recovery-image] Feb 14 02:41:32.883 INFO O| Feb 14 02:41:32.883 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpctx.so.1"
67782026-02-14T02:41:33.321Z[ recovery-image] Feb 14 02:41:32.883 INFO O| Feb 14 02:41:32.883 INFO STEP 607 (remove_files) COMPLETE
67792026-02-14T02:41:33.321Z[ recovery-image] Feb 14 02:41:32.883 INFO O| Feb 14 02:41:32.883 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67802026-02-14T02:41:33.347Z[ recovery-image] Feb 14 02:41:32.894 INFO O| Feb 14 02:41:32.894 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpicl.so.1"
67812026-02-14T02:41:33.347Z[ recovery-image] Feb 14 02:41:32.894 INFO O| Feb 14 02:41:32.894 INFO STEP 608 (remove_files) COMPLETE
67822026-02-14T02:41:33.347Z[ recovery-image] Feb 14 02:41:32.894 INFO O| Feb 14 02:41:32.894 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67832026-02-14T02:41:33.347Z[ recovery-image] Feb 14 02:41:32.904 INFO O| Feb 14 02:41:32.904 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libppt.so.1"
67842026-02-14T02:41:33.347Z[ recovery-image] Feb 14 02:41:32.904 INFO O| Feb 14 02:41:32.904 INFO STEP 609 (remove_files) COMPLETE
67852026-02-14T02:41:33.347Z[ recovery-image] Feb 14 02:41:32.904 INFO O| Feb 14 02:41:32.904 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67862026-02-14T02:41:33.371Z[ recovery-image] Feb 14 02:41:32.915 INFO O| Feb 14 02:41:32.915 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libraidcfg.so.1"
67872026-02-14T02:41:33.371Z[ recovery-image] Feb 14 02:41:32.915 INFO O| Feb 14 02:41:32.915 INFO STEP 610 (remove_files) COMPLETE
67882026-02-14T02:41:33.371Z[ recovery-image] Feb 14 02:41:32.915 INFO O| Feb 14 02:41:32.915 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67892026-02-14T02:41:33.372Z[ recovery-image] Feb 14 02:41:32.926 INFO O| Feb 14 02:41:32.926 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/librename.so.1"
67902026-02-14T02:41:33.372Z[ recovery-image] Feb 14 02:41:32.926 INFO O| Feb 14 02:41:32.926 INFO STEP 611 (remove_files) COMPLETE
67912026-02-14T02:41:33.372Z[ recovery-image] Feb 14 02:41:32.926 INFO O| Feb 14 02:41:32.926 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67922026-02-14T02:41:33.372Z[ recovery-image] Feb 14 02:41:32.937 INFO O| Feb 14 02:41:32.936 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libreparse.so.1"
67932026-02-14T02:41:33.372Z[ recovery-image] Feb 14 02:41:32.937 INFO O| Feb 14 02:41:32.937 INFO STEP 612 (remove_files) COMPLETE
67942026-02-14T02:41:33.372Z[ recovery-image] Feb 14 02:41:32.937 INFO O| Feb 14 02:41:32.937 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67952026-02-14T02:41:33.396Z[ recovery-image] Feb 14 02:41:32.947 INFO O| Feb 14 02:41:32.947 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsasl.so.1"
67962026-02-14T02:41:33.396Z[ recovery-image] Feb 14 02:41:32.947 INFO O| Feb 14 02:41:32.947 INFO STEP 613 (remove_files) COMPLETE
67972026-02-14T02:41:33.396Z[ recovery-image] Feb 14 02:41:32.947 INFO O| Feb 14 02:41:32.947 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67982026-02-14T02:41:33.396Z[ recovery-image] Feb 14 02:41:32.958 INFO O| Feb 14 02:41:32.958 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsched.so.1"
67992026-02-14T02:41:33.396Z[ recovery-image] Feb 14 02:41:32.958 INFO O| Feb 14 02:41:32.958 INFO STEP 614 (remove_files) COMPLETE
68002026-02-14T02:41:33.396Z[ recovery-image] Feb 14 02:41:32.958 INFO O| Feb 14 02:41:32.958 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68012026-02-14T02:41:33.421Z[ recovery-image] Feb 14 02:41:32.968 INFO O| Feb 14 02:41:32.968 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsctp.so.1"
68022026-02-14T02:41:33.421Z[ recovery-image] Feb 14 02:41:32.968 INFO O| Feb 14 02:41:32.968 INFO STEP 615 (remove_files) COMPLETE
68032026-02-14T02:41:33.421Z[ recovery-image] Feb 14 02:41:32.968 INFO O| Feb 14 02:41:32.968 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68042026-02-14T02:41:33.421Z[ recovery-image] Feb 14 02:41:32.979 INFO O| Feb 14 02:41:32.978 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsff.so.1"
68052026-02-14T02:41:33.421Z[ recovery-image] Feb 14 02:41:32.979 INFO O| Feb 14 02:41:32.979 INFO STEP 616 (remove_files) COMPLETE
68062026-02-14T02:41:33.421Z[ recovery-image] Feb 14 02:41:32.979 INFO O| Feb 14 02:41:32.979 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68072026-02-14T02:41:33.448Z[ recovery-image] Feb 14 02:41:32.989 INFO O| Feb 14 02:41:32.989 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsip.so.1"
68082026-02-14T02:41:33.448Z[ recovery-image] Feb 14 02:41:32.989 INFO O| Feb 14 02:41:32.989 INFO STEP 617 (remove_files) COMPLETE
68092026-02-14T02:41:33.448Z[ recovery-image] Feb 14 02:41:32.989 INFO O| Feb 14 02:41:32.989 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68102026-02-14T02:41:33.448Z[ recovery-image] Feb 14 02:41:33.000 INFO O| Feb 14 02:41:33.000 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsldap.so.1"
68112026-02-14T02:41:33.448Z[ recovery-image] Feb 14 02:41:33.000 INFO O| Feb 14 02:41:33.000 INFO STEP 618 (remove_files) COMPLETE
68122026-02-14T02:41:33.448Z[ recovery-image] Feb 14 02:41:33.000 INFO O| Feb 14 02:41:33.000 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68132026-02-14T02:41:33.448Z[ recovery-image] Feb 14 02:41:33.014 INFO O| Feb 14 02:41:33.014 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsmbfs.so.1"
68142026-02-14T02:41:33.448Z[ recovery-image] Feb 14 02:41:33.015 INFO O| Feb 14 02:41:33.015 INFO STEP 619 (remove_files) COMPLETE
68152026-02-14T02:41:33.448Z[ recovery-image] Feb 14 02:41:33.015 INFO O| Feb 14 02:41:33.015 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68162026-02-14T02:41:33.472Z[ recovery-image] Feb 14 02:41:33.026 INFO O| Feb 14 02:41:33.026 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
68172026-02-14T02:41:33.472Z[ recovery-image] Feb 14 02:41:33.026 INFO O| Feb 14 02:41:33.026 INFO STEP 620 (remove_files) COMPLETE
68182026-02-14T02:41:33.472Z[ recovery-image] Feb 14 02:41:33.026 INFO O| Feb 14 02:41:33.026 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68192026-02-14T02:41:33.497Z[ recovery-image] Feb 14 02:41:33.044 INFO O| Feb 14 02:41:33.044 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6"
68202026-02-14T02:41:33.497Z[ recovery-image] Feb 14 02:41:33.044 INFO O| Feb 14 02:41:33.044 INFO STEP 621 (remove_files) COMPLETE
68212026-02-14T02:41:33.497Z[ recovery-image] Feb 14 02:41:33.044 INFO O| Feb 14 02:41:33.044 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68222026-02-14T02:41:33.497Z[ recovery-image] Feb 14 02:41:33.060 INFO O| Feb 14 02:41:33.060 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsum.so.1"
68232026-02-14T02:41:33.497Z[ recovery-image] Feb 14 02:41:33.060 INFO O| Feb 14 02:41:33.060 INFO STEP 622 (remove_files) COMPLETE
68242026-02-14T02:41:33.497Z[ recovery-image] Feb 14 02:41:33.060 INFO O| Feb 14 02:41:33.060 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68252026-02-14T02:41:33.522Z[ recovery-image] Feb 14 02:41:33.075 INFO O| Feb 14 02:41:33.075 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtecla.so.1"
68262026-02-14T02:41:33.522Z[ recovery-image] Feb 14 02:41:33.076 INFO O| Feb 14 02:41:33.076 INFO STEP 623 (remove_files) COMPLETE
68272026-02-14T02:41:33.522Z[ recovery-image] Feb 14 02:41:33.076 INFO O| Feb 14 02:41:33.076 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68282026-02-14T02:41:33.522Z[ recovery-image] Feb 14 02:41:33.088 INFO O| Feb 14 02:41:33.087 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
68292026-02-14T02:41:33.522Z[ recovery-image] Feb 14 02:41:33.088 INFO O| Feb 14 02:41:33.088 INFO STEP 624 (remove_files) COMPLETE
68302026-02-14T02:41:33.522Z[ recovery-image] Feb 14 02:41:33.088 INFO O| Feb 14 02:41:33.088 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68312026-02-14T02:41:33.547Z[ recovery-image] Feb 14 02:41:33.101 INFO O| Feb 14 02:41:33.101 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libvolmgt.so.1"
68322026-02-14T02:41:33.547Z[ recovery-image] Feb 14 02:41:33.101 INFO O| Feb 14 02:41:33.101 INFO STEP 625 (remove_files) COMPLETE
68332026-02-14T02:41:33.547Z[ recovery-image] Feb 14 02:41:33.101 INFO O| Feb 14 02:41:33.101 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68342026-02-14T02:41:33.547Z[ recovery-image] Feb 14 02:41:33.113 INFO O| Feb 14 02:41:33.113 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liby.so.1"
68352026-02-14T02:41:33.547Z[ recovery-image] Feb 14 02:41:33.113 INFO O| Feb 14 02:41:33.113 INFO STEP 626 (remove_files) COMPLETE
68362026-02-14T02:41:33.547Z[ recovery-image] Feb 14 02:41:33.113 INFO O| Feb 14 02:41:33.113 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68372026-02-14T02:41:33.571Z[ recovery-image] Feb 14 02:41:33.126 INFO O| Feb 14 02:41:33.126 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
68382026-02-14T02:41:33.572Z[ recovery-image] Feb 14 02:41:33.127 INFO O| Feb 14 02:41:33.127 INFO STEP 627 (remove_files) COMPLETE
68392026-02-14T02:41:33.572Z[ recovery-image] Feb 14 02:41:33.127 INFO O| Feb 14 02:41:33.127 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68402026-02-14T02:41:33.598Z[ recovery-image] Feb 14 02:41:33.140 INFO O| Feb 14 02:41:33.140 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
68412026-02-14T02:41:33.598Z[ recovery-image] Feb 14 02:41:33.140 INFO O| Feb 14 02:41:33.140 INFO STEP 628 (remove_files) COMPLETE
68422026-02-14T02:41:33.598Z[ recovery-image] Feb 14 02:41:33.140 INFO O| Feb 14 02:41:33.140 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68432026-02-14T02:41:33.598Z[ recovery-image] Feb 14 02:41:33.151 INFO O| Feb 14 02:41:33.151 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonecfg.so.1"
68442026-02-14T02:41:33.598Z[ recovery-image] Feb 14 02:41:33.151 INFO O| Feb 14 02:41:33.151 INFO STEP 629 (remove_files) COMPLETE
68452026-02-14T02:41:33.598Z[ recovery-image] Feb 14 02:41:33.151 INFO O| Feb 14 02:41:33.151 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68462026-02-14T02:41:33.598Z[ recovery-image] Feb 14 02:41:33.163 INFO O| Feb 14 02:41:33.163 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
68472026-02-14T02:41:33.598Z[ recovery-image] Feb 14 02:41:33.163 INFO O| Feb 14 02:41:33.163 INFO STEP 630 (remove_files) COMPLETE
68482026-02-14T02:41:33.598Z[ recovery-image] Feb 14 02:41:33.163 INFO O| Feb 14 02:41:33.163 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68492026-02-14T02:41:33.622Z[ recovery-image] Feb 14 02:41:33.174 INFO O| Feb 14 02:41:33.174 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonestat.so.1"
68502026-02-14T02:41:33.622Z[ recovery-image] Feb 14 02:41:33.174 INFO O| Feb 14 02:41:33.174 INFO STEP 631 (remove_files) COMPLETE
68512026-02-14T02:41:33.623Z[ recovery-image] Feb 14 02:41:33.174 INFO O| Feb 14 02:41:33.174 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68522026-02-14T02:41:33.657Z[ recovery-image] Feb 14 02:41:33.186 INFO O| Feb 14 02:41:33.186 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzpool.so.1"
68532026-02-14T02:41:33.657Z[ recovery-image] Feb 14 02:41:33.187 INFO O| Feb 14 02:41:33.187 INFO STEP 632 (remove_files) COMPLETE
68542026-02-14T02:41:33.657Z[ recovery-image] Feb 14 02:41:33.187 INFO O| Feb 14 02:41:33.187 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68552026-02-14T02:41:33.657Z[ recovery-image] Feb 14 02:41:33.198 INFO O| Feb 14 02:41:33.198 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/madv.so.1"
68562026-02-14T02:41:33.657Z[ recovery-image] Feb 14 02:41:33.198 INFO O| Feb 14 02:41:33.198 INFO STEP 633 (remove_files) COMPLETE
68572026-02-14T02:41:33.657Z[ recovery-image] Feb 14 02:41:33.198 INFO O| Feb 14 02:41:33.198 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68582026-02-14T02:41:33.657Z[ recovery-image] Feb 14 02:41:33.210 INFO O| Feb 14 02:41:33.210 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/mpss.so.1"
68592026-02-14T02:41:33.657Z[ recovery-image] Feb 14 02:41:33.210 INFO O| Feb 14 02:41:33.210 INFO STEP 634 (remove_files) COMPLETE
68602026-02-14T02:41:33.657Z[ recovery-image] Feb 14 02:41:33.210 INFO O| Feb 14 02:41:33.210 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68612026-02-14T02:41:33.657Z[ recovery-image] Feb 14 02:41:33.220 INFO O| Feb 14 02:41:33.220 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ad.so.1"
68622026-02-14T02:41:33.657Z[ recovery-image] Feb 14 02:41:33.220 INFO O| Feb 14 02:41:33.220 INFO STEP 635 (remove_files) COMPLETE
68632026-02-14T02:41:33.657Z[ recovery-image] Feb 14 02:41:33.220 INFO O| Feb 14 02:41:33.220 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68642026-02-14T02:41:33.681Z[ recovery-image] Feb 14 02:41:33.232 INFO O| Feb 14 02:41:33.232 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ldap.so.1"
68652026-02-14T02:41:33.681Z[ recovery-image] Feb 14 02:41:33.232 INFO O| Feb 14 02:41:33.232 INFO STEP 636 (remove_files) COMPLETE
68662026-02-14T02:41:33.681Z[ recovery-image] Feb 14 02:41:33.232 INFO O| Feb 14 02:41:33.232 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68672026-02-14T02:41:33.681Z[ recovery-image] Feb 14 02:41:33.242 INFO O| Feb 14 02:41:33.242 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/passwdutil.so.1"
68682026-02-14T02:41:33.681Z[ recovery-image] Feb 14 02:41:33.242 INFO O| Feb 14 02:41:33.242 INFO STEP 637 (remove_files) COMPLETE
68692026-02-14T02:41:33.681Z[ recovery-image] Feb 14 02:41:33.242 INFO O| Feb 14 02:41:33.242 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68702026-02-14T02:41:33.705Z[ recovery-image] Feb 14 02:41:33.255 INFO O| Feb 14 02:41:33.255 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/bash.pc"
68712026-02-14T02:41:33.705Z[ recovery-image] Feb 14 02:41:33.255 INFO O| Feb 14 02:41:33.255 INFO STEP 638 (remove_files) COMPLETE
68722026-02-14T02:41:33.705Z[ recovery-image] Feb 14 02:41:33.255 INFO O| Feb 14 02:41:33.255 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68732026-02-14T02:41:33.705Z[ recovery-image] Feb 14 02:41:33.271 INFO O| Feb 14 02:41:33.271 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
68742026-02-14T02:41:33.705Z[ recovery-image] Feb 14 02:41:33.271 INFO O| Feb 14 02:41:33.271 INFO STEP 639 (remove_files) COMPLETE
68752026-02-14T02:41:33.705Z[ recovery-image] Feb 14 02:41:33.271 INFO O| Feb 14 02:41:33.271 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68762026-02-14T02:41:33.729Z[ recovery-image] Feb 14 02:41:33.282 INFO O| Feb 14 02:41:33.282 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
68772026-02-14T02:41:33.729Z[ recovery-image] Feb 14 02:41:33.282 INFO O| Feb 14 02:41:33.282 INFO STEP 640 (remove_files) COMPLETE
68782026-02-14T02:41:33.729Z[ recovery-image] Feb 14 02:41:33.282 INFO O| Feb 14 02:41:33.282 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68792026-02-14T02:41:33.729Z[ recovery-image] Feb 14 02:41:33.295 INFO O| Feb 14 02:41:33.295 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
68802026-02-14T02:41:33.729Z[ recovery-image] Feb 14 02:41:33.295 INFO O| Feb 14 02:41:33.295 INFO STEP 641 (remove_files) COMPLETE
68812026-02-14T02:41:33.730Z[ recovery-image] Feb 14 02:41:33.295 INFO O| Feb 14 02:41:33.295 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68822026-02-14T02:41:33.754Z[ recovery-image] Feb 14 02:41:33.305 INFO O| Feb 14 02:41:33.305 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
68832026-02-14T02:41:33.754Z[ recovery-image] Feb 14 02:41:33.305 INFO O| Feb 14 02:41:33.305 INFO STEP 642 (remove_files) COMPLETE
68842026-02-14T02:41:33.754Z[ recovery-image] Feb 14 02:41:33.305 INFO O| Feb 14 02:41:33.305 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68852026-02-14T02:41:33.754Z[ recovery-image] Feb 14 02:41:33.318 INFO O| Feb 14 02:41:33.317 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
68862026-02-14T02:41:33.754Z[ recovery-image] Feb 14 02:41:33.318 INFO O| Feb 14 02:41:33.318 INFO STEP 643 (remove_files) COMPLETE
68872026-02-14T02:41:33.754Z[ recovery-image] Feb 14 02:41:33.318 INFO O| Feb 14 02:41:33.318 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68882026-02-14T02:41:33.778Z[ recovery-image] Feb 14 02:41:33.328 INFO O| Feb 14 02:41:33.328 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
68892026-02-14T02:41:33.778Z[ recovery-image] Feb 14 02:41:33.328 INFO O| Feb 14 02:41:33.328 INFO STEP 644 (remove_files) COMPLETE
68902026-02-14T02:41:33.778Z[ recovery-image] Feb 14 02:41:33.328 INFO O| Feb 14 02:41:33.328 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68912026-02-14T02:41:33.778Z[ recovery-image] Feb 14 02:41:33.340 INFO O| Feb 14 02:41:33.340 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
68922026-02-14T02:41:33.778Z[ recovery-image] Feb 14 02:41:33.340 INFO O| Feb 14 02:41:33.340 INFO STEP 645 (remove_files) COMPLETE
68932026-02-14T02:41:33.778Z[ recovery-image] Feb 14 02:41:33.340 INFO O| Feb 14 02:41:33.340 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68942026-02-14T02:41:33.802Z[ recovery-image] Feb 14 02:41:33.351 INFO O| Feb 14 02:41:33.351 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
68952026-02-14T02:41:33.802Z[ recovery-image] Feb 14 02:41:33.352 INFO O| Feb 14 02:41:33.352 INFO STEP 646 (remove_files) COMPLETE
68962026-02-14T02:41:33.802Z[ recovery-image] Feb 14 02:41:33.352 INFO O| Feb 14 02:41:33.352 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68972026-02-14T02:41:33.802Z[ recovery-image] Feb 14 02:41:33.363 INFO O| Feb 14 02:41:33.363 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
68982026-02-14T02:41:33.802Z[ recovery-image] Feb 14 02:41:33.363 INFO O| Feb 14 02:41:33.363 INFO STEP 647 (remove_files) COMPLETE
68992026-02-14T02:41:33.802Z[ recovery-image] Feb 14 02:41:33.363 INFO O| Feb 14 02:41:33.363 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69002026-02-14T02:41:33.826Z[ recovery-image] Feb 14 02:41:33.374 INFO O| Feb 14 02:41:33.374 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
69012026-02-14T02:41:33.826Z[ recovery-image] Feb 14 02:41:33.374 INFO O| Feb 14 02:41:33.374 INFO STEP 648 (remove_files) COMPLETE
69022026-02-14T02:41:33.826Z[ recovery-image] Feb 14 02:41:33.374 INFO O| Feb 14 02:41:33.374 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69032026-02-14T02:41:33.826Z[ recovery-image] Feb 14 02:41:33.386 INFO O| Feb 14 02:41:33.385 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
69042026-02-14T02:41:33.827Z[ recovery-image] Feb 14 02:41:33.386 INFO O| Feb 14 02:41:33.386 INFO STEP 649 (remove_files) COMPLETE
69052026-02-14T02:41:33.827Z[ recovery-image] Feb 14 02:41:33.386 INFO O| Feb 14 02:41:33.386 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69062026-02-14T02:41:33.850Z[ recovery-image] Feb 14 02:41:33.399 INFO O| Feb 14 02:41:33.399 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
69072026-02-14T02:41:33.850Z[ recovery-image] Feb 14 02:41:33.400 INFO O| Feb 14 02:41:33.399 INFO STEP 650 (remove_files) COMPLETE
69082026-02-14T02:41:33.850Z[ recovery-image] Feb 14 02:41:33.400 INFO O| Feb 14 02:41:33.400 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69092026-02-14T02:41:33.850Z[ recovery-image] Feb 14 02:41:33.411 INFO O| Feb 14 02:41:33.411 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
69102026-02-14T02:41:33.850Z[ recovery-image] Feb 14 02:41:33.411 INFO O| Feb 14 02:41:33.411 INFO STEP 651 (remove_files) COMPLETE
69112026-02-14T02:41:33.850Z[ recovery-image] Feb 14 02:41:33.411 INFO O| Feb 14 02:41:33.411 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69122026-02-14T02:41:33.874Z[ recovery-image] Feb 14 02:41:33.424 INFO O| Feb 14 02:41:33.424 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
69132026-02-14T02:41:33.875Z[ recovery-image] Feb 14 02:41:33.424 INFO O| Feb 14 02:41:33.424 INFO STEP 652 (remove_files) COMPLETE
69142026-02-14T02:41:33.875Z[ recovery-image] Feb 14 02:41:33.424 INFO O| Feb 14 02:41:33.424 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69152026-02-14T02:41:33.875Z[ recovery-image] Feb 14 02:41:33.435 INFO O| Feb 14 02:41:33.435 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
69162026-02-14T02:41:33.875Z[ recovery-image] Feb 14 02:41:33.435 INFO O| Feb 14 02:41:33.435 INFO STEP 653 (remove_files) COMPLETE
69172026-02-14T02:41:33.875Z[ recovery-image] Feb 14 02:41:33.435 INFO O| Feb 14 02:41:33.435 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69182026-02-14T02:41:33.899Z[ recovery-image] Feb 14 02:41:33.447 INFO O| Feb 14 02:41:33.447 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
69192026-02-14T02:41:33.899Z[ recovery-image] Feb 14 02:41:33.447 INFO O| Feb 14 02:41:33.447 INFO STEP 654 (remove_files) COMPLETE
69202026-02-14T02:41:33.899Z[ recovery-image] Feb 14 02:41:33.447 INFO O| Feb 14 02:41:33.447 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69212026-02-14T02:41:33.899Z[ recovery-image] Feb 14 02:41:33.464 INFO O| Feb 14 02:41:33.464 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
69222026-02-14T02:41:33.899Z[ recovery-image] Feb 14 02:41:33.464 INFO O| Feb 14 02:41:33.464 INFO STEP 655 (remove_files) COMPLETE
69232026-02-14T02:41:33.899Z[ recovery-image] Feb 14 02:41:33.464 INFO O| Feb 14 02:41:33.464 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69242026-02-14T02:41:33.922Z[ recovery-image] Feb 14 02:41:33.477 INFO O| Feb 14 02:41:33.477 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
69252026-02-14T02:41:33.923Z[ recovery-image] Feb 14 02:41:33.477 INFO O| Feb 14 02:41:33.477 INFO STEP 656 (remove_files) COMPLETE
69262026-02-14T02:41:33.923Z[ recovery-image] Feb 14 02:41:33.477 INFO O| Feb 14 02:41:33.477 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69272026-02-14T02:41:33.947Z[ recovery-image] Feb 14 02:41:33.491 INFO O| Feb 14 02:41:33.491 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
69282026-02-14T02:41:33.947Z[ recovery-image] Feb 14 02:41:33.491 INFO O| Feb 14 02:41:33.491 INFO STEP 657 (remove_files) COMPLETE
69292026-02-14T02:41:33.947Z[ recovery-image] Feb 14 02:41:33.491 INFO O| Feb 14 02:41:33.491 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69302026-02-14T02:41:33.947Z[ recovery-image] Feb 14 02:41:33.508 INFO O| Feb 14 02:41:33.508 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
69312026-02-14T02:41:33.947Z[ recovery-image] Feb 14 02:41:33.508 INFO O| Feb 14 02:41:33.508 INFO STEP 658 (remove_files) COMPLETE
69322026-02-14T02:41:33.947Z[ recovery-image] Feb 14 02:41:33.508 INFO O| Feb 14 02:41:33.508 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69332026-02-14T02:41:33.971Z[ recovery-image] Feb 14 02:41:33.520 INFO O| Feb 14 02:41:33.520 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
69342026-02-14T02:41:33.971Z[ recovery-image] Feb 14 02:41:33.520 INFO O| Feb 14 02:41:33.520 INFO STEP 659 (remove_files) COMPLETE
69352026-02-14T02:41:33.971Z[ recovery-image] Feb 14 02:41:33.520 INFO O| Feb 14 02:41:33.520 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69362026-02-14T02:41:33.971Z[ recovery-image] Feb 14 02:41:33.533 INFO O| Feb 14 02:41:33.533 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
69372026-02-14T02:41:33.971Z[ recovery-image] Feb 14 02:41:33.533 INFO O| Feb 14 02:41:33.533 INFO STEP 660 (remove_files) COMPLETE
69382026-02-14T02:41:33.971Z[ recovery-image] Feb 14 02:41:33.533 INFO O| Feb 14 02:41:33.533 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69392026-02-14T02:41:33.995Z[ recovery-image] Feb 14 02:41:33.544 INFO O| Feb 14 02:41:33.544 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
69402026-02-14T02:41:33.995Z[ recovery-image] Feb 14 02:41:33.544 INFO O| Feb 14 02:41:33.544 INFO STEP 661 (remove_files) COMPLETE
69412026-02-14T02:41:33.995Z[ recovery-image] Feb 14 02:41:33.544 INFO O| Feb 14 02:41:33.544 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69422026-02-14T02:41:33.995Z[ recovery-image] Feb 14 02:41:33.557 INFO O| Feb 14 02:41:33.557 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
69432026-02-14T02:41:33.995Z[ recovery-image] Feb 14 02:41:33.557 INFO O| Feb 14 02:41:33.557 INFO STEP 662 (remove_files) COMPLETE
69442026-02-14T02:41:33.995Z[ recovery-image] Feb 14 02:41:33.557 INFO O| Feb 14 02:41:33.557 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69452026-02-14T02:41:34.020Z[ recovery-image] Feb 14 02:41:33.572 INFO O| Feb 14 02:41:33.572 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
69462026-02-14T02:41:34.020Z[ recovery-image] Feb 14 02:41:33.572 INFO O| Feb 14 02:41:33.572 INFO STEP 663 (remove_files) COMPLETE
69472026-02-14T02:41:34.020Z[ recovery-image] Feb 14 02:41:33.572 INFO O| Feb 14 02:41:33.572 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69482026-02-14T02:41:34.020Z[ recovery-image] Feb 14 02:41:33.584 INFO O| Feb 14 02:41:33.584 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
69492026-02-14T02:41:34.020Z[ recovery-image] Feb 14 02:41:33.584 INFO O| Feb 14 02:41:33.584 INFO STEP 664 (remove_files) COMPLETE
69502026-02-14T02:41:34.020Z[ recovery-image] Feb 14 02:41:33.584 INFO O| Feb 14 02:41:33.584 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69512026-02-14T02:41:34.043Z[ recovery-image] Feb 14 02:41:33.598 INFO O| Feb 14 02:41:33.598 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
69522026-02-14T02:41:34.044Z[ recovery-image] Feb 14 02:41:33.598 INFO O| Feb 14 02:41:33.598 INFO STEP 665 (remove_files) COMPLETE
69532026-02-14T02:41:34.044Z[ recovery-image] Feb 14 02:41:33.598 INFO O| Feb 14 02:41:33.598 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69542026-02-14T02:41:34.044Z[ recovery-image] Feb 14 02:41:33.609 INFO O| Feb 14 02:41:33.609 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
69552026-02-14T02:41:34.044Z[ recovery-image] Feb 14 02:41:33.609 INFO O| Feb 14 02:41:33.609 INFO STEP 666 (remove_files) COMPLETE
69562026-02-14T02:41:34.044Z[ recovery-image] Feb 14 02:41:33.609 INFO O| Feb 14 02:41:33.609 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69572026-02-14T02:41:34.068Z[ recovery-image] Feb 14 02:41:33.621 INFO O| Feb 14 02:41:33.621 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
69582026-02-14T02:41:34.068Z[ recovery-image] Feb 14 02:41:33.622 INFO O| Feb 14 02:41:33.622 INFO STEP 667 (remove_files) COMPLETE
69592026-02-14T02:41:34.068Z[ recovery-image] Feb 14 02:41:33.622 INFO O| Feb 14 02:41:33.622 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69602026-02-14T02:41:34.068Z[ recovery-image] Feb 14 02:41:33.633 INFO O| Feb 14 02:41:33.633 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/straddr.so.2"
69612026-02-14T02:41:34.068Z[ recovery-image] Feb 14 02:41:33.633 INFO O| Feb 14 02:41:33.633 INFO STEP 668 (remove_files) COMPLETE
69622026-02-14T02:41:34.068Z[ recovery-image] Feb 14 02:41:33.633 INFO O| Feb 14 02:41:33.633 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69632026-02-14T02:41:34.096Z[ recovery-image] Feb 14 02:41:33.646 INFO O| Feb 14 02:41:33.645 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/watchmalloc.so.1"
69642026-02-14T02:41:34.096Z[ recovery-image] Feb 14 02:41:33.646 INFO O| Feb 14 02:41:33.646 INFO STEP 669 (remove_files) COMPLETE
69652026-02-14T02:41:34.096Z[ recovery-image] Feb 14 02:41:33.646 INFO O| Feb 14 02:41:33.646 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69662026-02-14T02:41:34.096Z[ recovery-image] Feb 14 02:41:33.661 INFO O| Feb 14 02:41:33.661 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/audit/audit_record_attr"
69672026-02-14T02:41:34.096Z[ recovery-image] Feb 14 02:41:33.661 INFO O| Feb 14 02:41:33.661 INFO STEP 670 (remove_files) COMPLETE
69682026-02-14T02:41:34.096Z[ recovery-image] Feb 14 02:41:33.661 INFO O| Feb 14 02:41:33.661 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69692026-02-14T02:41:34.120Z[ recovery-image] Feb 14 02:41:33.672 INFO O| Feb 14 02:41:33.672 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/common.ksh"
69702026-02-14T02:41:34.120Z[ recovery-image] Feb 14 02:41:33.672 INFO O| Feb 14 02:41:33.672 INFO STEP 671 (remove_files) COMPLETE
69712026-02-14T02:41:34.120Z[ recovery-image] Feb 14 02:41:33.672 INFO O| Feb 14 02:41:33.672 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69722026-02-14T02:41:34.120Z[ recovery-image] Feb 14 02:41:33.687 INFO O| Feb 14 02:41:33.686 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/query"
69732026-02-14T02:41:34.120Z[ recovery-image] Feb 14 02:41:33.687 INFO O| Feb 14 02:41:33.687 INFO STEP 672 (remove_files) COMPLETE
69742026-02-14T02:41:34.120Z[ recovery-image] Feb 14 02:41:33.687 INFO O| Feb 14 02:41:33.687 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69752026-02-14T02:41:34.144Z[ recovery-image] Feb 14 02:41:33.701 INFO O| Feb 14 02:41:33.701 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/uninstall.ksh"
69762026-02-14T02:41:34.144Z[ recovery-image] Feb 14 02:41:33.701 INFO O| Feb 14 02:41:33.701 INFO STEP 673 (remove_files) COMPLETE
69772026-02-14T02:41:34.144Z[ recovery-image] Feb 14 02:41:33.701 INFO O| Feb 14 02:41:33.701 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69782026-02-14T02:41:34.168Z[ recovery-image] Feb 14 02:41:33.716 INFO O| Feb 14 02:41:33.715 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
69792026-02-14T02:41:34.168Z[ recovery-image] Feb 14 02:41:33.716 INFO O| Feb 14 02:41:33.716 INFO STEP 674 (remove_files) COMPLETE
69802026-02-14T02:41:34.168Z[ recovery-image] Feb 14 02:41:33.716 INFO O| Feb 14 02:41:33.716 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69812026-02-14T02:41:34.168Z[ recovery-image] Feb 14 02:41:33.730 INFO O| Feb 14 02:41:33.730 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
69822026-02-14T02:41:34.168Z[ recovery-image] Feb 14 02:41:33.730 INFO O| Feb 14 02:41:33.730 INFO STEP 675 (remove_files) COMPLETE
69832026-02-14T02:41:34.168Z[ recovery-image] Feb 14 02:41:33.730 INFO O| Feb 14 02:41:33.730 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69842026-02-14T02:41:34.193Z[ recovery-image] Feb 14 02:41:33.744 INFO O| Feb 14 02:41:33.744 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
69852026-02-14T02:41:34.193Z[ recovery-image] Feb 14 02:41:33.744 INFO O| Feb 14 02:41:33.744 INFO STEP 676 (remove_files) COMPLETE
69862026-02-14T02:41:34.193Z[ recovery-image] Feb 14 02:41:33.744 INFO O| Feb 14 02:41:33.744 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69872026-02-14T02:41:34.193Z[ recovery-image] Feb 14 02:41:33.757 INFO O| Feb 14 02:41:33.757 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
69882026-02-14T02:41:34.193Z[ recovery-image] Feb 14 02:41:33.757 INFO O| Feb 14 02:41:33.757 INFO STEP 677 (remove_files) COMPLETE
69892026-02-14T02:41:34.193Z[ recovery-image] Feb 14 02:41:33.757 INFO O| Feb 14 02:41:33.757 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69902026-02-14T02:41:34.217Z[ recovery-image] Feb 14 02:41:33.768 INFO O| Feb 14 02:41:33.767 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
69912026-02-14T02:41:34.217Z[ recovery-image] Feb 14 02:41:33.768 INFO O| Feb 14 02:41:33.768 INFO STEP 678 (remove_files) COMPLETE
69922026-02-14T02:41:34.217Z[ recovery-image] Feb 14 02:41:33.768 INFO O| Feb 14 02:41:33.768 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69932026-02-14T02:41:34.217Z[ recovery-image] Feb 14 02:41:33.778 INFO O| Feb 14 02:41:33.778 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/ib.so.1"
69942026-02-14T02:41:34.217Z[ recovery-image] Feb 14 02:41:33.778 INFO O| Feb 14 02:41:33.778 INFO STEP 679 (remove_files) COMPLETE
69952026-02-14T02:41:34.217Z[ recovery-image] Feb 14 02:41:33.778 INFO O| Feb 14 02:41:33.778 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69962026-02-14T02:41:34.242Z[ recovery-image] Feb 14 02:41:33.788 INFO O| Feb 14 02:41:33.788 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/pci.so.1"
69972026-02-14T02:41:34.242Z[ recovery-image] Feb 14 02:41:33.788 INFO O| Feb 14 02:41:33.788 INFO STEP 680 (remove_files) COMPLETE
69982026-02-14T02:41:34.242Z[ recovery-image] Feb 14 02:41:33.788 INFO O| Feb 14 02:41:33.788 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69992026-02-14T02:41:34.242Z[ recovery-image] Feb 14 02:41:33.804 INFO O| Feb 14 02:41:33.804 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/sata.so.1"
70002026-02-14T02:41:34.242Z[ recovery-image] Feb 14 02:41:33.805 INFO O| Feb 14 02:41:33.804 INFO STEP 681 (remove_files) COMPLETE
70012026-02-14T02:41:34.242Z[ recovery-image] Feb 14 02:41:33.805 INFO O| Feb 14 02:41:33.804 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70022026-02-14T02:41:34.266Z[ recovery-image] Feb 14 02:41:33.815 INFO O| Feb 14 02:41:33.815 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/scsi.so.1"
70032026-02-14T02:41:34.266Z[ recovery-image] Feb 14 02:41:33.815 INFO O| Feb 14 02:41:33.815 INFO STEP 682 (remove_files) COMPLETE
70042026-02-14T02:41:34.266Z[ recovery-image] Feb 14 02:41:33.815 INFO O| Feb 14 02:41:33.815 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70052026-02-14T02:41:34.266Z[ recovery-image] Feb 14 02:41:33.825 INFO O| Feb 14 02:41:33.825 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/shp.so.1"
70062026-02-14T02:41:34.266Z[ recovery-image] Feb 14 02:41:33.825 INFO O| Feb 14 02:41:33.825 INFO STEP 683 (remove_files) COMPLETE
70072026-02-14T02:41:34.266Z[ recovery-image] Feb 14 02:41:33.825 INFO O| Feb 14 02:41:33.825 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70082026-02-14T02:41:34.290Z[ recovery-image] Feb 14 02:41:33.835 INFO O| Feb 14 02:41:33.835 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/usb.so.1"
70092026-02-14T02:41:34.290Z[ recovery-image] Feb 14 02:41:33.835 INFO O| Feb 14 02:41:33.835 INFO STEP 684 (remove_files) COMPLETE
70102026-02-14T02:41:34.290Z[ recovery-image] Feb 14 02:41:33.835 INFO O| Feb 14 02:41:33.835 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70112026-02-14T02:41:34.290Z[ recovery-image] Feb 14 02:41:33.850 INFO O| Feb 14 02:41:33.850 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXdispadmin"
70122026-02-14T02:41:34.290Z[ recovery-image] Feb 14 02:41:33.850 INFO O| Feb 14 02:41:33.850 INFO STEP 685 (remove_files) COMPLETE
70132026-02-14T02:41:34.290Z[ recovery-image] Feb 14 02:41:33.850 INFO O| Feb 14 02:41:33.850 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70142026-02-14T02:41:34.314Z[ recovery-image] Feb 14 02:41:33.864 INFO O| Feb 14 02:41:33.864 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXpriocntl"
70152026-02-14T02:41:34.314Z[ recovery-image] Feb 14 02:41:33.864 INFO O| Feb 14 02:41:33.864 INFO STEP 686 (remove_files) COMPLETE
70162026-02-14T02:41:34.314Z[ recovery-image] Feb 14 02:41:33.864 INFO O| Feb 14 02:41:33.864 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70172026-02-14T02:41:34.314Z[ recovery-image] Feb 14 02:41:33.880 INFO O| Feb 14 02:41:33.879 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IAdispadmin"
70182026-02-14T02:41:34.314Z[ recovery-image] Feb 14 02:41:33.880 INFO O| Feb 14 02:41:33.880 INFO STEP 687 (remove_files) COMPLETE
70192026-02-14T02:41:34.314Z[ recovery-image] Feb 14 02:41:33.880 INFO O| Feb 14 02:41:33.880 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70202026-02-14T02:41:34.338Z[ recovery-image] Feb 14 02:41:33.896 INFO O| Feb 14 02:41:33.895 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IApriocntl"
70212026-02-14T02:41:34.338Z[ recovery-image] Feb 14 02:41:33.896 INFO O| Feb 14 02:41:33.896 INFO STEP 688 (remove_files) COMPLETE
70222026-02-14T02:41:34.338Z[ recovery-image] Feb 14 02:41:33.896 INFO O| Feb 14 02:41:33.896 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70232026-02-14T02:41:34.362Z[ recovery-image] Feb 14 02:41:33.911 INFO O| Feb 14 02:41:33.911 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTdispadmin"
70242026-02-14T02:41:34.362Z[ recovery-image] Feb 14 02:41:33.911 INFO O| Feb 14 02:41:33.911 INFO STEP 689 (remove_files) COMPLETE
70252026-02-14T02:41:34.362Z[ recovery-image] Feb 14 02:41:33.911 INFO O| Feb 14 02:41:33.911 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70262026-02-14T02:41:34.362Z[ recovery-image] Feb 14 02:41:33.926 INFO O| Feb 14 02:41:33.926 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTpriocntl"
70272026-02-14T02:41:34.362Z[ recovery-image] Feb 14 02:41:33.926 INFO O| Feb 14 02:41:33.926 INFO STEP 690 (remove_files) COMPLETE
70282026-02-14T02:41:34.362Z[ recovery-image] Feb 14 02:41:33.926 INFO O| Feb 14 02:41:33.926 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70292026-02-14T02:41:34.387Z[ recovery-image] Feb 14 02:41:33.938 INFO O| Feb 14 02:41:33.938 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCdispadmin"
70302026-02-14T02:41:34.387Z[ recovery-image] Feb 14 02:41:33.938 INFO O| Feb 14 02:41:33.938 INFO STEP 691 (remove_files) COMPLETE
70312026-02-14T02:41:34.387Z[ recovery-image] Feb 14 02:41:33.938 INFO O| Feb 14 02:41:33.938 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70322026-02-14T02:41:34.387Z[ recovery-image] Feb 14 02:41:33.953 INFO O| Feb 14 02:41:33.953 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCpriocntl"
70332026-02-14T02:41:34.387Z[ recovery-image] Feb 14 02:41:33.953 INFO O| Feb 14 02:41:33.953 INFO STEP 692 (remove_files) COMPLETE
70342026-02-14T02:41:34.387Z[ recovery-image] Feb 14 02:41:33.953 INFO O| Feb 14 02:41:33.953 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70352026-02-14T02:41:34.411Z[ recovery-image] Feb 14 02:41:33.967 INFO O| Feb 14 02:41:33.967 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSdispadmin"
70362026-02-14T02:41:34.411Z[ recovery-image] Feb 14 02:41:33.967 INFO O| Feb 14 02:41:33.967 INFO STEP 693 (remove_files) COMPLETE
70372026-02-14T02:41:34.411Z[ recovery-image] Feb 14 02:41:33.967 INFO O| Feb 14 02:41:33.967 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70382026-02-14T02:41:34.411Z[ recovery-image] Feb 14 02:41:33.979 INFO O| Feb 14 02:41:33.979 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSpriocntl"
70392026-02-14T02:41:34.435Z[ recovery-image] Feb 14 02:41:33.979 INFO O| Feb 14 02:41:33.979 INFO STEP 694 (remove_files) COMPLETE
70402026-02-14T02:41:34.435Z[ recovery-image] Feb 14 02:41:33.979 INFO O| Feb 14 02:41:33.979 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70412026-02-14T02:41:34.435Z[ recovery-image] Feb 14 02:41:33.990 INFO O| Feb 14 02:41:33.990 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
70422026-02-14T02:41:34.435Z[ recovery-image] Feb 14 02:41:33.991 INFO O| Feb 14 02:41:33.991 INFO STEP 695 (remove_files) COMPLETE
70432026-02-14T02:41:34.435Z[ recovery-image] Feb 14 02:41:33.991 INFO O| Feb 14 02:41:33.991 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70442026-02-14T02:41:34.435Z[ recovery-image] Feb 14 02:41:34.002 INFO O| Feb 14 02:41:34.002 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
70452026-02-14T02:41:34.435Z[ recovery-image] Feb 14 02:41:34.002 INFO O| Feb 14 02:41:34.002 INFO STEP 696 (remove_files) COMPLETE
70462026-02-14T02:41:34.435Z[ recovery-image] Feb 14 02:41:34.002 INFO O| Feb 14 02:41:34.002 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70472026-02-14T02:41:34.459Z[ recovery-image] Feb 14 02:41:34.018 INFO O| Feb 14 02:41:34.018 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlled"
70482026-02-14T02:41:34.460Z[ recovery-image] Feb 14 02:41:34.018 INFO O| Feb 14 02:41:34.018 INFO STEP 697 (remove_files) COMPLETE
70492026-02-14T02:41:34.460Z[ recovery-image] Feb 14 02:41:34.018 INFO O| Feb 14 02:41:34.018 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70502026-02-14T02:41:34.484Z[ recovery-image] Feb 14 02:41:34.032 INFO O| Feb 14 02:41:34.032 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlrecv"
70512026-02-14T02:41:34.484Z[ recovery-image] Feb 14 02:41:34.032 INFO O| Feb 14 02:41:34.032 INFO STEP 698 (remove_files) COMPLETE
70522026-02-14T02:41:34.484Z[ recovery-image] Feb 14 02:41:34.032 INFO O| Feb 14 02:41:34.032 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70532026-02-14T02:41:34.484Z[ recovery-image] Feb 14 02:41:34.044 INFO O| Feb 14 02:41:34.043 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlsend"
70542026-02-14T02:41:34.484Z[ recovery-image] Feb 14 02:41:34.044 INFO O| Feb 14 02:41:34.044 INFO STEP 699 (remove_files) COMPLETE
70552026-02-14T02:41:34.484Z[ recovery-image] Feb 14 02:41:34.044 INFO O| Feb 14 02:41:34.044 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70562026-02-14T02:41:34.508Z[ recovery-image] Feb 14 02:41:34.072 INFO O| Feb 14 02:41:34.072 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dltraninfo"
70572026-02-14T02:41:34.508Z[ recovery-image] Feb 14 02:41:34.072 INFO O| Feb 14 02:41:34.072 INFO STEP 700 (remove_files) COMPLETE
70582026-02-14T02:41:34.508Z[ recovery-image] Feb 14 02:41:34.072 INFO O| Feb 14 02:41:34.072 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70592026-02-14T02:41:34.532Z[ recovery-image] Feb 14 02:41:34.090 INFO O| Feb 14 02:41:34.090 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/drti.o"
70602026-02-14T02:41:34.532Z[ recovery-image] Feb 14 02:41:34.090 INFO O| Feb 14 02:41:34.090 INFO STEP 701 (remove_files) COMPLETE
70612026-02-14T02:41:34.532Z[ recovery-image] Feb 14 02:41:34.090 INFO O| Feb 14 02:41:34.090 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70622026-02-14T02:41:34.556Z[ recovery-image] Feb 14 02:41:34.107 INFO O| Feb 14 02:41:34.107 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
70632026-02-14T02:41:34.556Z[ recovery-image] Feb 14 02:41:34.107 INFO O| Feb 14 02:41:34.107 INFO STEP 702 (remove_files) COMPLETE
70642026-02-14T02:41:34.556Z[ recovery-image] Feb 14 02:41:34.107 INFO O| Feb 14 02:41:34.107 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70652026-02-14T02:41:34.556Z[ recovery-image] Feb 14 02:41:34.120 INFO O| Feb 14 02:41:34.120 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/sftp64.d"
70662026-02-14T02:41:34.556Z[ recovery-image] Feb 14 02:41:34.120 INFO O| Feb 14 02:41:34.120 INFO STEP 703 (remove_files) COMPLETE
70672026-02-14T02:41:34.556Z[ recovery-image] Feb 14 02:41:34.120 INFO O| Feb 14 02:41:34.120 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70682026-02-14T02:41:34.581Z[ recovery-image] Feb 14 02:41:34.132 INFO O| Feb 14 02:41:34.132 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/drti.o"
70692026-02-14T02:41:34.581Z[ recovery-image] Feb 14 02:41:34.132 INFO O| Feb 14 02:41:34.132 INFO STEP 704 (remove_files) COMPLETE
70702026-02-14T02:41:34.581Z[ recovery-image] Feb 14 02:41:34.132 INFO O| Feb 14 02:41:34.132 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70712026-02-14T02:41:34.581Z[ recovery-image] Feb 14 02:41:34.142 INFO O| Feb 14 02:41:34.142 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
70722026-02-14T02:41:34.581Z[ recovery-image] Feb 14 02:41:34.142 INFO O| Feb 14 02:41:34.142 INFO STEP 705 (remove_files) COMPLETE
70732026-02-14T02:41:34.581Z[ recovery-image] Feb 14 02:41:34.142 INFO O| Feb 14 02:41:34.142 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70742026-02-14T02:41:34.605Z[ recovery-image] Feb 14 02:41:34.152 INFO O| Feb 14 02:41:34.152 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
70752026-02-14T02:41:34.605Z[ recovery-image] Feb 14 02:41:34.152 INFO O| Feb 14 02:41:34.152 INFO STEP 706 (remove_files) COMPLETE
70762026-02-14T02:41:34.605Z[ recovery-image] Feb 14 02:41:34.152 INFO O| Feb 14 02:41:34.152 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70772026-02-14T02:41:34.605Z[ recovery-image] Feb 14 02:41:34.166 INFO O| Feb 14 02:41:34.166 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
70782026-02-14T02:41:34.605Z[ recovery-image] Feb 14 02:41:34.166 INFO O| Feb 14 02:41:34.166 INFO STEP 707 (remove_files) COMPLETE
70792026-02-14T02:41:34.605Z[ recovery-image] Feb 14 02:41:34.166 INFO O| Feb 14 02:41:34.166 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70802026-02-14T02:41:34.629Z[ recovery-image] Feb 14 02:41:34.177 INFO O| Feb 14 02:41:34.176 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
70812026-02-14T02:41:34.629Z[ recovery-image] Feb 14 02:41:34.177 INFO O| Feb 14 02:41:34.177 INFO STEP 708 (remove_files) COMPLETE
70822026-02-14T02:41:34.629Z[ recovery-image] Feb 14 02:41:34.177 INFO O| Feb 14 02:41:34.177 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70832026-02-14T02:41:34.629Z[ recovery-image] Feb 14 02:41:34.187 INFO O| Feb 14 02:41:34.187 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
70842026-02-14T02:41:34.629Z[ recovery-image] Feb 14 02:41:34.187 INFO O| Feb 14 02:41:34.187 INFO STEP 709 (remove_files) COMPLETE
70852026-02-14T02:41:34.629Z[ recovery-image] Feb 14 02:41:34.187 INFO O| Feb 14 02:41:34.187 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70862026-02-14T02:41:34.653Z[ recovery-image] Feb 14 02:41:34.198 INFO O| Feb 14 02:41:34.198 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
70872026-02-14T02:41:34.653Z[ recovery-image] Feb 14 02:41:34.198 INFO O| Feb 14 02:41:34.198 INFO STEP 710 (remove_files) COMPLETE
70882026-02-14T02:41:34.653Z[ recovery-image] Feb 14 02:41:34.198 INFO O| Feb 14 02:41:34.198 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70892026-02-14T02:41:34.653Z[ recovery-image] Feb 14 02:41:34.207 INFO O| Feb 14 02:41:34.207 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
70902026-02-14T02:41:34.653Z[ recovery-image] Feb 14 02:41:34.207 INFO O| Feb 14 02:41:34.207 INFO STEP 711 (remove_files) COMPLETE
70912026-02-14T02:41:34.653Z[ recovery-image] Feb 14 02:41:34.207 INFO O| Feb 14 02:41:34.207 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70922026-02-14T02:41:34.653Z[ recovery-image] Feb 14 02:41:34.220 INFO O| Feb 14 02:41:34.220 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
70932026-02-14T02:41:34.653Z[ recovery-image] Feb 14 02:41:34.220 INFO O| Feb 14 02:41:34.220 INFO STEP 712 (remove_files) COMPLETE
70942026-02-14T02:41:34.653Z[ recovery-image] Feb 14 02:41:34.220 INFO O| Feb 14 02:41:34.220 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70952026-02-14T02:41:34.677Z[ recovery-image] Feb 14 02:41:34.231 INFO O| Feb 14 02:41:34.230 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
70962026-02-14T02:41:34.677Z[ recovery-image] Feb 14 02:41:34.231 INFO O| Feb 14 02:41:34.231 INFO STEP 713 (remove_files) COMPLETE
70972026-02-14T02:41:34.677Z[ recovery-image] Feb 14 02:41:34.231 INFO O| Feb 14 02:41:34.231 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70982026-02-14T02:41:34.701Z[ recovery-image] Feb 14 02:41:34.246 INFO O| Feb 14 02:41:34.246 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
70992026-02-14T02:41:34.701Z[ recovery-image] Feb 14 02:41:34.246 INFO O| Feb 14 02:41:34.246 INFO STEP 714 (remove_files) COMPLETE
71002026-02-14T02:41:34.701Z[ recovery-image] Feb 14 02:41:34.246 INFO O| Feb 14 02:41:34.246 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71012026-02-14T02:41:34.701Z[ recovery-image] Feb 14 02:41:34.258 INFO O| Feb 14 02:41:34.258 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/AMD.dict"
71022026-02-14T02:41:34.701Z[ recovery-image] Feb 14 02:41:34.259 INFO O| Feb 14 02:41:34.259 INFO STEP 715 (remove_files) COMPLETE
71032026-02-14T02:41:34.701Z[ recovery-image] Feb 14 02:41:34.259 INFO O| Feb 14 02:41:34.259 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71042026-02-14T02:41:34.725Z[ recovery-image] Feb 14 02:41:34.270 INFO O| Feb 14 02:41:34.270 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
71052026-02-14T02:41:34.725Z[ recovery-image] Feb 14 02:41:34.270 INFO O| Feb 14 02:41:34.270 INFO STEP 716 (remove_files) COMPLETE
71062026-02-14T02:41:34.725Z[ recovery-image] Feb 14 02:41:34.270 INFO O| Feb 14 02:41:34.270 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71072026-02-14T02:41:34.725Z[ recovery-image] Feb 14 02:41:34.280 INFO O| Feb 14 02:41:34.280 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/GMCA.dict"
71082026-02-14T02:41:34.725Z[ recovery-image] Feb 14 02:41:34.280 INFO O| Feb 14 02:41:34.280 INFO STEP 717 (remove_files) COMPLETE
71092026-02-14T02:41:34.725Z[ recovery-image] Feb 14 02:41:34.280 INFO O| Feb 14 02:41:34.280 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71102026-02-14T02:41:34.725Z[ recovery-image] Feb 14 02:41:34.291 INFO O| Feb 14 02:41:34.291 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/INTEL.dict"
71112026-02-14T02:41:34.725Z[ recovery-image] Feb 14 02:41:34.291 INFO O| Feb 14 02:41:34.291 INFO STEP 718 (remove_files) COMPLETE
71122026-02-14T02:41:34.725Z[ recovery-image] Feb 14 02:41:34.291 INFO O| Feb 14 02:41:34.291 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71132026-02-14T02:41:34.749Z[ recovery-image] Feb 14 02:41:34.302 INFO O| Feb 14 02:41:34.302 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fminject"
71142026-02-14T02:41:34.750Z[ recovery-image] Feb 14 02:41:34.302 INFO O| Feb 14 02:41:34.302 INFO STEP 719 (remove_files) COMPLETE
71152026-02-14T02:41:34.750Z[ recovery-image] Feb 14 02:41:34.302 INFO O| Feb 14 02:41:34.302 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71162026-02-14T02:41:34.750Z[ recovery-image] Feb 14 02:41:34.316 INFO O| Feb 14 02:41:34.316 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmsim"
71172026-02-14T02:41:34.750Z[ recovery-image] Feb 14 02:41:34.316 INFO O| Feb 14 02:41:34.316 INFO STEP 720 (remove_files) COMPLETE
71182026-02-14T02:41:34.750Z[ recovery-image] Feb 14 02:41:34.316 INFO O| Feb 14 02:41:34.316 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71192026-02-14T02:41:34.774Z[ recovery-image] Feb 14 02:41:34.327 INFO O| Feb 14 02:41:34.327 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmtopo"
71202026-02-14T02:41:34.774Z[ recovery-image] Feb 14 02:41:34.327 INFO O| Feb 14 02:41:34.327 INFO STEP 721 (remove_files) COMPLETE
71212026-02-14T02:41:34.774Z[ recovery-image] Feb 14 02:41:34.327 INFO O| Feb 14 02:41:34.327 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71222026-02-14T02:41:34.774Z[ recovery-image] Feb 14 02:41:34.338 INFO O| Feb 14 02:41:34.338 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/ipmitopo"
71232026-02-14T02:41:34.774Z[ recovery-image] Feb 14 02:41:34.338 INFO O| Feb 14 02:41:34.338 INFO STEP 722 (remove_files) COMPLETE
71242026-02-14T02:41:34.774Z[ recovery-image] Feb 14 02:41:34.338 INFO O| Feb 14 02:41:34.338 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71252026-02-14T02:41:34.798Z[ recovery-image] Feb 14 02:41:34.349 INFO O| Feb 14 02:41:34.349 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/mcdecode"
71262026-02-14T02:41:34.798Z[ recovery-image] Feb 14 02:41:34.349 INFO O| Feb 14 02:41:34.349 INFO STEP 723 (remove_files) COMPLETE
71272026-02-14T02:41:34.798Z[ recovery-image] Feb 14 02:41:34.349 INFO O| Feb 14 02:41:34.349 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71282026-02-14T02:41:34.798Z[ recovery-image] Feb 14 02:41:34.360 INFO O| Feb 14 02:41:34.360 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
71292026-02-14T02:41:34.798Z[ recovery-image] Feb 14 02:41:34.360 INFO O| Feb 14 02:41:34.360 INFO STEP 724 (remove_files) COMPLETE
71302026-02-14T02:41:34.798Z[ recovery-image] Feb 14 02:41:34.360 INFO O| Feb 14 02:41:34.360 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71312026-02-14T02:41:34.822Z[ recovery-image] Feb 14 02:41:34.371 INFO O| Feb 14 02:41:34.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
71322026-02-14T02:41:34.822Z[ recovery-image] Feb 14 02:41:34.371 INFO O| Feb 14 02:41:34.371 INFO STEP 725 (remove_files) COMPLETE
71332026-02-14T02:41:34.822Z[ recovery-image] Feb 14 02:41:34.371 INFO O| Feb 14 02:41:34.371 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71342026-02-14T02:41:34.822Z[ recovery-image] Feb 14 02:41:34.382 INFO O| Feb 14 02:41:34.382 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
71352026-02-14T02:41:34.822Z[ recovery-image] Feb 14 02:41:34.383 INFO O| Feb 14 02:41:34.382 INFO STEP 726 (remove_files) COMPLETE
71362026-02-14T02:41:34.822Z[ recovery-image] Feb 14 02:41:34.383 INFO O| Feb 14 02:41:34.383 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71372026-02-14T02:41:34.847Z[ recovery-image] Feb 14 02:41:34.393 INFO O| Feb 14 02:41:34.393 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
71382026-02-14T02:41:34.847Z[ recovery-image] Feb 14 02:41:34.393 INFO O| Feb 14 02:41:34.393 INFO STEP 727 (remove_files) COMPLETE
71392026-02-14T02:41:34.847Z[ recovery-image] Feb 14 02:41:34.393 INFO O| Feb 14 02:41:34.393 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71402026-02-14T02:41:34.847Z[ recovery-image] Feb 14 02:41:34.405 INFO O| Feb 14 02:41:34.405 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
71412026-02-14T02:41:34.847Z[ recovery-image] Feb 14 02:41:34.405 INFO O| Feb 14 02:41:34.405 INFO STEP 728 (remove_files) COMPLETE
71422026-02-14T02:41:34.847Z[ recovery-image] Feb 14 02:41:34.405 INFO O| Feb 14 02:41:34.405 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71432026-02-14T02:41:34.871Z[ recovery-image] Feb 14 02:41:34.420 INFO O| Feb 14 02:41:34.420 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
71442026-02-14T02:41:34.871Z[ recovery-image] Feb 14 02:41:34.420 INFO O| Feb 14 02:41:34.420 INFO STEP 729 (remove_files) COMPLETE
71452026-02-14T02:41:34.871Z[ recovery-image] Feb 14 02:41:34.420 INFO O| Feb 14 02:41:34.420 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71462026-02-14T02:41:34.871Z[ recovery-image] Feb 14 02:41:34.432 INFO O| Feb 14 02:41:34.432 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
71472026-02-14T02:41:34.871Z[ recovery-image] Feb 14 02:41:34.432 INFO O| Feb 14 02:41:34.432 INFO STEP 730 (remove_files) COMPLETE
71482026-02-14T02:41:34.871Z[ recovery-image] Feb 14 02:41:34.432 INFO O| Feb 14 02:41:34.432 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71492026-02-14T02:41:34.895Z[ recovery-image] Feb 14 02:41:34.444 INFO O| Feb 14 02:41:34.444 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
71502026-02-14T02:41:34.895Z[ recovery-image] Feb 14 02:41:34.444 INFO O| Feb 14 02:41:34.444 INFO STEP 731 (remove_files) COMPLETE
71512026-02-14T02:41:34.895Z[ recovery-image] Feb 14 02:41:34.444 INFO O| Feb 14 02:41:34.444 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71522026-02-14T02:41:34.895Z[ recovery-image] Feb 14 02:41:34.454 INFO O| Feb 14 02:41:34.454 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
71532026-02-14T02:41:34.895Z[ recovery-image] Feb 14 02:41:34.454 INFO O| Feb 14 02:41:34.454 INFO STEP 732 (remove_files) COMPLETE
71542026-02-14T02:41:34.895Z[ recovery-image] Feb 14 02:41:34.454 INFO O| Feb 14 02:41:34.454 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71552026-02-14T02:41:34.920Z[ recovery-image] Feb 14 02:41:34.465 INFO O| Feb 14 02:41:34.464 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
71562026-02-14T02:41:34.920Z[ recovery-image] Feb 14 02:41:34.465 INFO O| Feb 14 02:41:34.465 INFO STEP 733 (remove_files) COMPLETE
71572026-02-14T02:41:34.920Z[ recovery-image] Feb 14 02:41:34.465 INFO O| Feb 14 02:41:34.465 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71582026-02-14T02:41:34.920Z[ recovery-image] Feb 14 02:41:34.475 INFO O| Feb 14 02:41:34.475 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
71592026-02-14T02:41:34.920Z[ recovery-image] Feb 14 02:41:34.475 INFO O| Feb 14 02:41:34.475 INFO STEP 734 (remove_files) COMPLETE
71602026-02-14T02:41:34.920Z[ recovery-image] Feb 14 02:41:34.475 INFO O| Feb 14 02:41:34.475 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71612026-02-14T02:41:34.920Z[ recovery-image] Feb 14 02:41:34.485 INFO O| Feb 14 02:41:34.485 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
71622026-02-14T02:41:34.920Z[ recovery-image] Feb 14 02:41:34.485 INFO O| Feb 14 02:41:34.485 INFO STEP 735 (remove_files) COMPLETE
71632026-02-14T02:41:34.920Z[ recovery-image] Feb 14 02:41:34.485 INFO O| Feb 14 02:41:34.485 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71642026-02-14T02:41:34.944Z[ recovery-image] Feb 14 02:41:34.495 INFO O| Feb 14 02:41:34.495 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
71652026-02-14T02:41:34.944Z[ recovery-image] Feb 14 02:41:34.495 INFO O| Feb 14 02:41:34.495 INFO STEP 736 (remove_files) COMPLETE
71662026-02-14T02:41:34.944Z[ recovery-image] Feb 14 02:41:34.495 INFO O| Feb 14 02:41:34.495 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71672026-02-14T02:41:34.944Z[ recovery-image] Feb 14 02:41:34.505 INFO O| Feb 14 02:41:34.505 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
71682026-02-14T02:41:34.944Z[ recovery-image] Feb 14 02:41:34.505 INFO O| Feb 14 02:41:34.505 INFO STEP 737 (remove_files) COMPLETE
71692026-02-14T02:41:34.944Z[ recovery-image] Feb 14 02:41:34.505 INFO O| Feb 14 02:41:34.505 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71702026-02-14T02:41:34.968Z[ recovery-image] Feb 14 02:41:34.515 INFO O| Feb 14 02:41:34.515 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
71712026-02-14T02:41:34.968Z[ recovery-image] Feb 14 02:41:34.515 INFO O| Feb 14 02:41:34.515 INFO STEP 738 (remove_files) COMPLETE
71722026-02-14T02:41:34.968Z[ recovery-image] Feb 14 02:41:34.515 INFO O| Feb 14 02:41:34.515 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71732026-02-14T02:41:34.968Z[ recovery-image] Feb 14 02:41:34.525 INFO O| Feb 14 02:41:34.525 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
71742026-02-14T02:41:34.968Z[ recovery-image] Feb 14 02:41:34.526 INFO O| Feb 14 02:41:34.526 INFO STEP 739 (remove_files) COMPLETE
71752026-02-14T02:41:34.968Z[ recovery-image] Feb 14 02:41:34.526 INFO O| Feb 14 02:41:34.526 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71762026-02-14T02:41:34.968Z[ recovery-image] Feb 14 02:41:34.536 INFO O| Feb 14 02:41:34.536 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
71772026-02-14T02:41:34.968Z[ recovery-image] Feb 14 02:41:34.536 INFO O| Feb 14 02:41:34.536 INFO STEP 740 (remove_files) COMPLETE
71782026-02-14T02:41:34.968Z[ recovery-image] Feb 14 02:41:34.536 INFO O| Feb 14 02:41:34.536 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71792026-02-14T02:41:34.992Z[ recovery-image] Feb 14 02:41:34.546 INFO O| Feb 14 02:41:34.545 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
71802026-02-14T02:41:34.992Z[ recovery-image] Feb 14 02:41:34.546 INFO O| Feb 14 02:41:34.546 INFO STEP 741 (remove_files) COMPLETE
71812026-02-14T02:41:34.992Z[ recovery-image] Feb 14 02:41:34.546 INFO O| Feb 14 02:41:34.546 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71822026-02-14T02:41:34.992Z[ recovery-image] Feb 14 02:41:34.556 INFO O| Feb 14 02:41:34.556 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
71832026-02-14T02:41:34.992Z[ recovery-image] Feb 14 02:41:34.556 INFO O| Feb 14 02:41:34.556 INFO STEP 742 (remove_files) COMPLETE
71842026-02-14T02:41:34.992Z[ recovery-image] Feb 14 02:41:34.556 INFO O| Feb 14 02:41:34.556 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71852026-02-14T02:41:35.017Z[ recovery-image] Feb 14 02:41:34.566 INFO O| Feb 14 02:41:34.566 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
71862026-02-14T02:41:35.017Z[ recovery-image] Feb 14 02:41:34.566 INFO O| Feb 14 02:41:34.566 INFO STEP 743 (remove_files) COMPLETE
71872026-02-14T02:41:35.017Z[ recovery-image] Feb 14 02:41:34.566 INFO O| Feb 14 02:41:34.566 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71882026-02-14T02:41:35.017Z[ recovery-image] Feb 14 02:41:34.576 INFO O| Feb 14 02:41:34.576 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
71892026-02-14T02:41:35.017Z[ recovery-image] Feb 14 02:41:34.576 INFO O| Feb 14 02:41:34.576 INFO STEP 744 (remove_files) COMPLETE
71902026-02-14T02:41:35.017Z[ recovery-image] Feb 14 02:41:34.576 INFO O| Feb 14 02:41:34.576 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71912026-02-14T02:41:35.041Z[ recovery-image] Feb 14 02:41:34.588 INFO O| Feb 14 02:41:34.587 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libdiskstatus.so.1"
71922026-02-14T02:41:35.041Z[ recovery-image] Feb 14 02:41:34.588 INFO O| Feb 14 02:41:34.588 INFO STEP 745 (remove_files) COMPLETE
71932026-02-14T02:41:35.041Z[ recovery-image] Feb 14 02:41:34.588 INFO O| Feb 14 02:41:34.588 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71942026-02-14T02:41:35.041Z[ recovery-image] Feb 14 02:41:34.599 INFO O| Feb 14 02:41:34.599 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_adm.so.1"
71952026-02-14T02:41:35.041Z[ recovery-image] Feb 14 02:41:34.599 INFO O| Feb 14 02:41:34.599 INFO STEP 746 (remove_files) COMPLETE
71962026-02-14T02:41:35.041Z[ recovery-image] Feb 14 02:41:34.599 INFO O| Feb 14 02:41:34.599 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71972026-02-14T02:41:35.065Z[ recovery-image] Feb 14 02:41:34.610 INFO O| Feb 14 02:41:34.610 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_log.so.1"
71982026-02-14T02:41:35.065Z[ recovery-image] Feb 14 02:41:34.610 INFO O| Feb 14 02:41:34.610 INFO STEP 747 (remove_files) COMPLETE
71992026-02-14T02:41:35.065Z[ recovery-image] Feb 14 02:41:34.610 INFO O| Feb 14 02:41:34.610 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72002026-02-14T02:41:35.066Z[ recovery-image] Feb 14 02:41:34.624 INFO O| Feb 14 02:41:34.624 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
72012026-02-14T02:41:35.066Z[ recovery-image] Feb 14 02:41:34.624 INFO O| Feb 14 02:41:34.624 INFO STEP 748 (remove_files) COMPLETE
72022026-02-14T02:41:35.066Z[ recovery-image] Feb 14 02:41:34.624 INFO O| Feb 14 02:41:34.624 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72032026-02-14T02:41:35.090Z[ recovery-image] Feb 14 02:41:34.634 INFO O| Feb 14 02:41:34.634 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmnotify.so.1"
72042026-02-14T02:41:35.090Z[ recovery-image] Feb 14 02:41:34.634 INFO O| Feb 14 02:41:34.634 INFO STEP 749 (remove_files) COMPLETE
72052026-02-14T02:41:35.090Z[ recovery-image] Feb 14 02:41:34.634 INFO O| Feb 14 02:41:34.634 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72062026-02-14T02:41:35.090Z[ recovery-image] Feb 14 02:41:34.652 INFO O| Feb 14 02:41:34.652 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libseslog.so.1"
72072026-02-14T02:41:35.090Z[ recovery-image] Feb 14 02:41:34.652 INFO O| Feb 14 02:41:34.652 INFO STEP 750 (remove_files) COMPLETE
72082026-02-14T02:41:35.090Z[ recovery-image] Feb 14 02:41:34.652 INFO O| Feb 14 02:41:34.652 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72092026-02-14T02:41:35.114Z[ recovery-image] Feb 14 02:41:34.669 INFO O| Feb 14 02:41:34.669 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
72102026-02-14T02:41:35.114Z[ recovery-image] Feb 14 02:41:34.669 INFO O| Feb 14 02:41:34.669 INFO STEP 751 (remove_files) COMPLETE
72112026-02-14T02:41:35.114Z[ recovery-image] Feb 14 02:41:34.669 INFO O| Feb 14 02:41:34.669 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72122026-02-14T02:41:35.114Z[ recovery-image] Feb 14 02:41:34.680 INFO O| Feb 14 02:41:34.680 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/disk.so"
72132026-02-14T02:41:35.114Z[ recovery-image] Feb 14 02:41:34.680 INFO O| Feb 14 02:41:34.680 INFO STEP 752 (remove_files) COMPLETE
72142026-02-14T02:41:35.114Z[ recovery-image] Feb 14 02:41:34.680 INFO O| Feb 14 02:41:34.680 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72152026-02-14T02:41:35.138Z[ recovery-image] Feb 14 02:41:34.693 INFO O| Feb 14 02:41:34.693 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
72162026-02-14T02:41:35.138Z[ recovery-image] Feb 14 02:41:34.693 INFO O| Feb 14 02:41:34.693 INFO STEP 753 (remove_files) COMPLETE
72172026-02-14T02:41:35.138Z[ recovery-image] Feb 14 02:41:34.693 INFO O| Feb 14 02:41:34.693 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72182026-02-14T02:41:35.138Z[ recovery-image] Feb 14 02:41:34.704 INFO O| Feb 14 02:41:34.704 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
72192026-02-14T02:41:35.138Z[ recovery-image] Feb 14 02:41:34.704 INFO O| Feb 14 02:41:34.704 INFO STEP 754 (remove_files) COMPLETE
72202026-02-14T02:41:35.138Z[ recovery-image] Feb 14 02:41:34.704 INFO O| Feb 14 02:41:34.704 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72212026-02-14T02:41:35.162Z[ recovery-image] Feb 14 02:41:34.720 INFO O| Feb 14 02:41:34.720 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
72222026-02-14T02:41:35.162Z[ recovery-image] Feb 14 02:41:34.720 INFO O| Feb 14 02:41:34.720 INFO STEP 755 (remove_files) COMPLETE
72232026-02-14T02:41:35.163Z[ recovery-image] Feb 14 02:41:34.720 INFO O| Feb 14 02:41:34.720 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72242026-02-14T02:41:35.186Z[ recovery-image] Feb 14 02:41:34.733 INFO O| Feb 14 02:41:34.733 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
72252026-02-14T02:41:35.186Z[ recovery-image] Feb 14 02:41:34.733 INFO O| Feb 14 02:41:34.733 INFO STEP 756 (remove_files) COMPLETE
72262026-02-14T02:41:35.186Z[ recovery-image] Feb 14 02:41:34.733 INFO O| Feb 14 02:41:34.733 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72272026-02-14T02:41:35.186Z[ recovery-image] Feb 14 02:41:34.743 INFO O| Feb 14 02:41:34.743 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/nic.so"
72282026-02-14T02:41:35.186Z[ recovery-image] Feb 14 02:41:34.743 INFO O| Feb 14 02:41:34.743 INFO STEP 757 (remove_files) COMPLETE
72292026-02-14T02:41:35.187Z[ recovery-image] Feb 14 02:41:34.743 INFO O| Feb 14 02:41:34.743 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72302026-02-14T02:41:35.187Z[ recovery-image] Feb 14 02:41:34.753 INFO O| Feb 14 02:41:34.753 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ses.so"
72312026-02-14T02:41:35.187Z[ recovery-image] Feb 14 02:41:34.753 INFO O| Feb 14 02:41:34.753 INFO STEP 758 (remove_files) COMPLETE
72322026-02-14T02:41:35.187Z[ recovery-image] Feb 14 02:41:34.753 INFO O| Feb 14 02:41:34.753 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72332026-02-14T02:41:35.211Z[ recovery-image] Feb 14 02:41:34.763 INFO O| Feb 14 02:41:34.763 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
72342026-02-14T02:41:35.211Z[ recovery-image] Feb 14 02:41:34.763 INFO O| Feb 14 02:41:34.763 INFO STEP 759 (remove_files) COMPLETE
72352026-02-14T02:41:35.211Z[ recovery-image] Feb 14 02:41:34.763 INFO O| Feb 14 02:41:34.763 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72362026-02-14T02:41:35.211Z[ recovery-image] Feb 14 02:41:34.773 INFO O| Feb 14 02:41:34.773 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/usb.so"
72372026-02-14T02:41:35.211Z[ recovery-image] Feb 14 02:41:34.773 INFO O| Feb 14 02:41:34.773 INFO STEP 760 (remove_files) COMPLETE
72382026-02-14T02:41:35.211Z[ recovery-image] Feb 14 02:41:34.773 INFO O| Feb 14 02:41:34.773 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72392026-02-14T02:41:35.236Z[ recovery-image] Feb 14 02:41:34.783 INFO O| Feb 14 02:41:34.783 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
72402026-02-14T02:41:35.236Z[ recovery-image] Feb 14 02:41:34.783 INFO O| Feb 14 02:41:34.783 INFO STEP 761 (remove_files) COMPLETE
72412026-02-14T02:41:35.236Z[ recovery-image] Feb 14 02:41:34.783 INFO O| Feb 14 02:41:34.783 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72422026-02-14T02:41:35.236Z[ recovery-image] Feb 14 02:41:34.793 INFO O| Feb 14 02:41:34.793 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/bootfs/mount"
72432026-02-14T02:41:35.236Z[ recovery-image] Feb 14 02:41:34.793 INFO O| Feb 14 02:41:34.793 INFO STEP 762 (remove_files) COMPLETE
72442026-02-14T02:41:35.236Z[ recovery-image] Feb 14 02:41:34.793 INFO O| Feb 14 02:41:34.793 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72452026-02-14T02:41:35.261Z[ recovery-image] Feb 14 02:41:34.808 INFO O| Feb 14 02:41:34.808 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp"
72462026-02-14T02:41:35.261Z[ recovery-image] Feb 14 02:41:34.809 INFO O| Feb 14 02:41:34.809 INFO STEP 763 (remove_files) COMPLETE
72472026-02-14T02:41:35.261Z[ recovery-image] Feb 14 02:41:34.809 INFO O| Feb 14 02:41:34.809 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72482026-02-14T02:41:35.261Z[ recovery-image] Feb 14 02:41:34.825 INFO O| Feb 14 02:41:34.825 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
72492026-02-14T02:41:35.261Z[ recovery-image] Feb 14 02:41:34.825 INFO O| Feb 14 02:41:34.825 INFO STEP 764 (remove_files) COMPLETE
72502026-02-14T02:41:35.261Z[ recovery-image] Feb 14 02:41:34.825 INFO O| Feb 14 02:41:34.825 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72512026-02-14T02:41:35.285Z[ recovery-image] Feb 14 02:41:34.838 INFO O| Feb 14 02:41:34.838 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/labelit"
72522026-02-14T02:41:35.285Z[ recovery-image] Feb 14 02:41:34.839 INFO O| Feb 14 02:41:34.839 INFO STEP 765 (remove_files) COMPLETE
72532026-02-14T02:41:35.285Z[ recovery-image] Feb 14 02:41:34.839 INFO O| Feb 14 02:41:34.839 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72542026-02-14T02:41:35.285Z[ recovery-image] Feb 14 02:41:34.851 INFO O| Feb 14 02:41:34.851 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/lofs/mount"
72552026-02-14T02:41:35.285Z[ recovery-image] Feb 14 02:41:34.851 INFO O| Feb 14 02:41:34.851 INFO STEP 766 (remove_files) COMPLETE
72562026-02-14T02:41:35.285Z[ recovery-image] Feb 14 02:41:34.851 INFO O| Feb 14 02:41:34.851 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72572026-02-14T02:41:35.309Z[ recovery-image] Feb 14 02:41:34.865 INFO O| Feb 14 02:41:34.865 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/mntfs/mount"
72582026-02-14T02:41:35.309Z[ recovery-image] Feb 14 02:41:34.865 INFO O| Feb 14 02:41:34.865 INFO STEP 767 (remove_files) COMPLETE
72592026-02-14T02:41:35.309Z[ recovery-image] Feb 14 02:41:34.865 INFO O| Feb 14 02:41:34.865 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72602026-02-14T02:41:35.309Z[ recovery-image] Feb 14 02:41:34.877 INFO O| Feb 14 02:41:34.877 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fsck"
72612026-02-14T02:41:35.309Z[ recovery-image] Feb 14 02:41:34.877 INFO O| Feb 14 02:41:34.877 INFO STEP 768 (remove_files) COMPLETE
72622026-02-14T02:41:35.333Z[ recovery-image] Feb 14 02:41:34.877 INFO O| Feb 14 02:41:34.877 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72632026-02-14T02:41:35.333Z[ recovery-image] Feb 14 02:41:34.891 INFO O| Feb 14 02:41:34.891 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp"
72642026-02-14T02:41:35.333Z[ recovery-image] Feb 14 02:41:34.891 INFO O| Feb 14 02:41:34.891 INFO STEP 769 (remove_files) COMPLETE
72652026-02-14T02:41:35.333Z[ recovery-image] Feb 14 02:41:34.891 INFO O| Feb 14 02:41:34.891 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72662026-02-14T02:41:35.357Z[ recovery-image] Feb 14 02:41:34.903 INFO O| Feb 14 02:41:34.903 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
72672026-02-14T02:41:35.358Z[ recovery-image] Feb 14 02:41:34.903 INFO O| Feb 14 02:41:34.903 INFO STEP 770 (remove_files) COMPLETE
72682026-02-14T02:41:35.358Z[ recovery-image] Feb 14 02:41:34.903 INFO O| Feb 14 02:41:34.903 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72692026-02-14T02:41:35.358Z[ recovery-image] Feb 14 02:41:34.914 INFO O| Feb 14 02:41:34.914 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mkfs"
72702026-02-14T02:41:35.358Z[ recovery-image] Feb 14 02:41:34.914 INFO O| Feb 14 02:41:34.914 INFO STEP 771 (remove_files) COMPLETE
72712026-02-14T02:41:35.358Z[ recovery-image] Feb 14 02:41:34.914 INFO O| Feb 14 02:41:34.914 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72722026-02-14T02:41:35.358Z[ recovery-image] Feb 14 02:41:34.925 INFO O| Feb 14 02:41:34.925 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mount"
72732026-02-14T02:41:35.358Z[ recovery-image] Feb 14 02:41:34.925 INFO O| Feb 14 02:41:34.925 INFO STEP 772 (remove_files) COMPLETE
72742026-02-14T02:41:35.358Z[ recovery-image] Feb 14 02:41:34.925 INFO O| Feb 14 02:41:34.925 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72752026-02-14T02:41:35.382Z[ recovery-image] Feb 14 02:41:34.936 INFO O| Feb 14 02:41:34.936 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/sharefs/mount"
72762026-02-14T02:41:35.382Z[ recovery-image] Feb 14 02:41:34.936 INFO O| Feb 14 02:41:34.936 INFO STEP 773 (remove_files) COMPLETE
72772026-02-14T02:41:35.382Z[ recovery-image] Feb 14 02:41:34.936 INFO O| Feb 14 02:41:34.936 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72782026-02-14T02:41:35.382Z[ recovery-image] Feb 14 02:41:34.946 INFO O| Feb 14 02:41:34.946 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
72792026-02-14T02:41:35.382Z[ recovery-image] Feb 14 02:41:34.947 INFO O| Feb 14 02:41:34.946 INFO STEP 774 (remove_files) COMPLETE
72802026-02-14T02:41:35.382Z[ recovery-image] Feb 14 02:41:34.947 INFO O| Feb 14 02:41:34.947 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72812026-02-14T02:41:35.406Z[ recovery-image] Feb 14 02:41:34.957 INFO O| Feb 14 02:41:34.957 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
72822026-02-14T02:41:35.406Z[ recovery-image] Feb 14 02:41:34.957 INFO O| Feb 14 02:41:34.957 INFO STEP 775 (remove_files) COMPLETE
72832026-02-14T02:41:35.406Z[ recovery-image] Feb 14 02:41:34.957 INFO O| Feb 14 02:41:34.957 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72842026-02-14T02:41:35.406Z[ recovery-image] Feb 14 02:41:34.968 INFO O| Feb 14 02:41:34.968 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
72852026-02-14T02:41:35.406Z[ recovery-image] Feb 14 02:41:34.968 INFO O| Feb 14 02:41:34.968 INFO STEP 776 (remove_files) COMPLETE
72862026-02-14T02:41:35.406Z[ recovery-image] Feb 14 02:41:34.968 INFO O| Feb 14 02:41:34.968 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72872026-02-14T02:41:35.430Z[ recovery-image] Feb 14 02:41:34.983 INFO O| Feb 14 02:41:34.983 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/dfshares"
72882026-02-14T02:41:35.430Z[ recovery-image] Feb 14 02:41:34.983 INFO O| Feb 14 02:41:34.983 INFO STEP 777 (remove_files) COMPLETE
72892026-02-14T02:41:35.430Z[ recovery-image] Feb 14 02:41:34.983 INFO O| Feb 14 02:41:34.983 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72902026-02-14T02:41:35.430Z[ recovery-image] Feb 14 02:41:34.997 INFO O| Feb 14 02:41:34.997 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
72912026-02-14T02:41:35.430Z[ recovery-image] Feb 14 02:41:34.997 INFO O| Feb 14 02:41:34.997 INFO STEP 778 (remove_files) COMPLETE
72922026-02-14T02:41:35.430Z[ recovery-image] Feb 14 02:41:34.997 INFO O| Feb 14 02:41:34.997 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72932026-02-14T02:41:35.454Z[ recovery-image] Feb 14 02:41:35.010 INFO O| Feb 14 02:41:35.010 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/mount"
72942026-02-14T02:41:35.454Z[ recovery-image] Feb 14 02:41:35.010 INFO O| Feb 14 02:41:35.010 INFO STEP 779 (remove_files) COMPLETE
72952026-02-14T02:41:35.454Z[ recovery-image] Feb 14 02:41:35.010 INFO O| Feb 14 02:41:35.010 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72962026-02-14T02:41:35.478Z[ recovery-image] Feb 14 02:41:35.022 INFO O| Feb 14 02:41:35.022 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/share"
72972026-02-14T02:41:35.478Z[ recovery-image] Feb 14 02:41:35.022 INFO O| Feb 14 02:41:35.022 INFO STEP 780 (remove_files) COMPLETE
72982026-02-14T02:41:35.478Z[ recovery-image] Feb 14 02:41:35.022 INFO O| Feb 14 02:41:35.022 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72992026-02-14T02:41:35.478Z[ recovery-image] Feb 14 02:41:35.034 INFO O| Feb 14 02:41:35.034 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/umount"
73002026-02-14T02:41:35.478Z[ recovery-image] Feb 14 02:41:35.034 INFO O| Feb 14 02:41:35.034 INFO STEP 781 (remove_files) COMPLETE
73012026-02-14T02:41:35.478Z[ recovery-image] Feb 14 02:41:35.034 INFO O| Feb 14 02:41:35.034 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73022026-02-14T02:41:35.479Z[ recovery-image] Feb 14 02:41:35.046 INFO O| Feb 14 02:41:35.046 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/unshare"
73032026-02-14T02:41:35.479Z[ recovery-image] Feb 14 02:41:35.046 INFO O| Feb 14 02:41:35.046 INFO STEP 782 (remove_files) COMPLETE
73042026-02-14T02:41:35.479Z[ recovery-image] Feb 14 02:41:35.046 INFO O| Feb 14 02:41:35.046 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73052026-02-14T02:41:35.503Z[ recovery-image] Feb 14 02:41:35.057 INFO O| Feb 14 02:41:35.057 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/clri"
73062026-02-14T02:41:35.503Z[ recovery-image] Feb 14 02:41:35.057 INFO O| Feb 14 02:41:35.057 INFO STEP 783 (remove_files) COMPLETE
73072026-02-14T02:41:35.503Z[ recovery-image] Feb 14 02:41:35.057 INFO O| Feb 14 02:41:35.057 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73082026-02-14T02:41:35.503Z[ recovery-image] Feb 14 02:41:35.069 INFO O| Feb 14 02:41:35.069 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/dcopy"
73092026-02-14T02:41:35.503Z[ recovery-image] Feb 14 02:41:35.070 INFO O| Feb 14 02:41:35.070 INFO STEP 784 (remove_files) COMPLETE
73102026-02-14T02:41:35.503Z[ recovery-image] Feb 14 02:41:35.070 INFO O| Feb 14 02:41:35.070 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73112026-02-14T02:41:35.527Z[ recovery-image] Feb 14 02:41:35.084 INFO O| Feb 14 02:41:35.084 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/df"
73122026-02-14T02:41:35.527Z[ recovery-image] Feb 14 02:41:35.084 INFO O| Feb 14 02:41:35.084 INFO STEP 785 (remove_files) COMPLETE
73132026-02-14T02:41:35.527Z[ recovery-image] Feb 14 02:41:35.084 INFO O| Feb 14 02:41:35.084 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73142026-02-14T02:41:35.551Z[ recovery-image] Feb 14 02:41:35.097 INFO O| Feb 14 02:41:35.097 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/edquota"
73152026-02-14T02:41:35.551Z[ recovery-image] Feb 14 02:41:35.098 INFO O| Feb 14 02:41:35.097 INFO STEP 786 (remove_files) COMPLETE
73162026-02-14T02:41:35.551Z[ recovery-image] Feb 14 02:41:35.098 INFO O| Feb 14 02:41:35.097 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73172026-02-14T02:41:35.551Z[ recovery-image] Feb 14 02:41:35.108 INFO O| Feb 14 02:41:35.108 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ff"
73182026-02-14T02:41:35.551Z[ recovery-image] Feb 14 02:41:35.108 INFO O| Feb 14 02:41:35.108 INFO STEP 787 (remove_files) COMPLETE
73192026-02-14T02:41:35.551Z[ recovery-image] Feb 14 02:41:35.108 INFO O| Feb 14 02:41:35.108 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73202026-02-14T02:41:35.575Z[ recovery-image] Feb 14 02:41:35.123 INFO O| Feb 14 02:41:35.123 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsck"
73212026-02-14T02:41:35.575Z[ recovery-image] Feb 14 02:41:35.123 INFO O| Feb 14 02:41:35.123 INFO STEP 788 (remove_files) COMPLETE
73222026-02-14T02:41:35.575Z[ recovery-image] Feb 14 02:41:35.123 INFO O| Feb 14 02:41:35.123 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73232026-02-14T02:41:35.575Z[ recovery-image] Feb 14 02:41:35.137 INFO O| Feb 14 02:41:35.137 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsckall"
73242026-02-14T02:41:35.575Z[ recovery-image] Feb 14 02:41:35.137 INFO O| Feb 14 02:41:35.137 INFO STEP 789 (remove_files) COMPLETE
73252026-02-14T02:41:35.575Z[ recovery-image] Feb 14 02:41:35.137 INFO O| Feb 14 02:41:35.137 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73262026-02-14T02:41:35.599Z[ recovery-image] Feb 14 02:41:35.148 INFO O| Feb 14 02:41:35.148 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsdb"
73272026-02-14T02:41:35.599Z[ recovery-image] Feb 14 02:41:35.148 INFO O| Feb 14 02:41:35.148 INFO STEP 790 (remove_files) COMPLETE
73282026-02-14T02:41:35.599Z[ recovery-image] Feb 14 02:41:35.148 INFO O| Feb 14 02:41:35.148 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73292026-02-14T02:41:35.600Z[ recovery-image] Feb 14 02:41:35.159 INFO O| Feb 14 02:41:35.159 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsirand"
73302026-02-14T02:41:35.600Z[ recovery-image] Feb 14 02:41:35.159 INFO O| Feb 14 02:41:35.159 INFO STEP 791 (remove_files) COMPLETE
73312026-02-14T02:41:35.600Z[ recovery-image] Feb 14 02:41:35.159 INFO O| Feb 14 02:41:35.159 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73322026-02-14T02:41:35.624Z[ recovery-image] Feb 14 02:41:35.172 INFO O| Feb 14 02:41:35.172 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fssnap"
73332026-02-14T02:41:35.624Z[ recovery-image] Feb 14 02:41:35.172 INFO O| Feb 14 02:41:35.172 INFO STEP 792 (remove_files) COMPLETE
73342026-02-14T02:41:35.624Z[ recovery-image] Feb 14 02:41:35.172 INFO O| Feb 14 02:41:35.172 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73352026-02-14T02:41:35.624Z[ recovery-image] Feb 14 02:41:35.183 INFO O| Feb 14 02:41:35.183 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp"
73362026-02-14T02:41:35.624Z[ recovery-image] Feb 14 02:41:35.183 INFO O| Feb 14 02:41:35.183 INFO STEP 793 (remove_files) COMPLETE
73372026-02-14T02:41:35.624Z[ recovery-image] Feb 14 02:41:35.183 INFO O| Feb 14 02:41:35.183 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73382026-02-14T02:41:35.648Z[ recovery-image] Feb 14 02:41:35.194 INFO O| Feb 14 02:41:35.194 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
73392026-02-14T02:41:35.648Z[ recovery-image] Feb 14 02:41:35.194 INFO O| Feb 14 02:41:35.194 INFO STEP 794 (remove_files) COMPLETE
73402026-02-14T02:41:35.648Z[ recovery-image] Feb 14 02:41:35.194 INFO O| Feb 14 02:41:35.194 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73412026-02-14T02:41:35.648Z[ recovery-image] Feb 14 02:41:35.206 INFO O| Feb 14 02:41:35.206 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/labelit"
73422026-02-14T02:41:35.648Z[ recovery-image] Feb 14 02:41:35.206 INFO O| Feb 14 02:41:35.206 INFO STEP 795 (remove_files) COMPLETE
73432026-02-14T02:41:35.648Z[ recovery-image] Feb 14 02:41:35.206 INFO O| Feb 14 02:41:35.206 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73442026-02-14T02:41:35.672Z[ recovery-image] Feb 14 02:41:35.217 INFO O| Feb 14 02:41:35.217 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/lockfs"
73452026-02-14T02:41:35.672Z[ recovery-image] Feb 14 02:41:35.217 INFO O| Feb 14 02:41:35.217 INFO STEP 796 (remove_files) COMPLETE
73462026-02-14T02:41:35.672Z[ recovery-image] Feb 14 02:41:35.217 INFO O| Feb 14 02:41:35.217 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73472026-02-14T02:41:35.672Z[ recovery-image] Feb 14 02:41:35.228 INFO O| Feb 14 02:41:35.228 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/mkfs"
73482026-02-14T02:41:35.672Z[ recovery-image] Feb 14 02:41:35.228 INFO O| Feb 14 02:41:35.228 INFO STEP 797 (remove_files) COMPLETE
73492026-02-14T02:41:35.672Z[ recovery-image] Feb 14 02:41:35.228 INFO O| Feb 14 02:41:35.228 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73502026-02-14T02:41:35.672Z[ recovery-image] Feb 14 02:41:35.239 INFO O| Feb 14 02:41:35.239 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ncheck"
73512026-02-14T02:41:35.672Z[ recovery-image] Feb 14 02:41:35.239 INFO O| Feb 14 02:41:35.239 INFO STEP 798 (remove_files) COMPLETE
73522026-02-14T02:41:35.672Z[ recovery-image] Feb 14 02:41:35.239 INFO O| Feb 14 02:41:35.239 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73532026-02-14T02:41:35.697Z[ recovery-image] Feb 14 02:41:35.251 INFO O| Feb 14 02:41:35.251 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/newfs"
73542026-02-14T02:41:35.697Z[ recovery-image] Feb 14 02:41:35.251 INFO O| Feb 14 02:41:35.251 INFO STEP 799 (remove_files) COMPLETE
73552026-02-14T02:41:35.697Z[ recovery-image] Feb 14 02:41:35.251 INFO O| Feb 14 02:41:35.251 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73562026-02-14T02:41:35.697Z[ recovery-image] Feb 14 02:41:35.262 INFO O| Feb 14 02:41:35.262 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quot"
73572026-02-14T02:41:35.697Z[ recovery-image] Feb 14 02:41:35.262 INFO O| Feb 14 02:41:35.262 INFO STEP 800 (remove_files) COMPLETE
73582026-02-14T02:41:35.697Z[ recovery-image] Feb 14 02:41:35.262 INFO O| Feb 14 02:41:35.262 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73592026-02-14T02:41:35.721Z[ recovery-image] Feb 14 02:41:35.273 INFO O| Feb 14 02:41:35.273 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotacheck"
73602026-02-14T02:41:35.721Z[ recovery-image] Feb 14 02:41:35.273 INFO O| Feb 14 02:41:35.273 INFO STEP 801 (remove_files) COMPLETE
73612026-02-14T02:41:35.721Z[ recovery-image] Feb 14 02:41:35.273 INFO O| Feb 14 02:41:35.273 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73622026-02-14T02:41:35.721Z[ recovery-image] Feb 14 02:41:35.284 INFO O| Feb 14 02:41:35.284 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaoff"
73632026-02-14T02:41:35.721Z[ recovery-image] Feb 14 02:41:35.284 INFO O| Feb 14 02:41:35.284 INFO STEP 802 (remove_files) COMPLETE
73642026-02-14T02:41:35.721Z[ recovery-image] Feb 14 02:41:35.284 INFO O| Feb 14 02:41:35.284 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73652026-02-14T02:41:35.746Z[ recovery-image] Feb 14 02:41:35.295 INFO O| Feb 14 02:41:35.295 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaon"
73662026-02-14T02:41:35.746Z[ recovery-image] Feb 14 02:41:35.295 INFO O| Feb 14 02:41:35.295 INFO STEP 803 (remove_files) COMPLETE
73672026-02-14T02:41:35.746Z[ recovery-image] Feb 14 02:41:35.295 INFO O| Feb 14 02:41:35.295 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73682026-02-14T02:41:35.746Z[ recovery-image] Feb 14 02:41:35.306 INFO O| Feb 14 02:41:35.305 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/repquota"
73692026-02-14T02:41:35.746Z[ recovery-image] Feb 14 02:41:35.306 INFO O| Feb 14 02:41:35.306 INFO STEP 804 (remove_files) COMPLETE
73702026-02-14T02:41:35.746Z[ recovery-image] Feb 14 02:41:35.306 INFO O| Feb 14 02:41:35.306 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73712026-02-14T02:41:35.770Z[ recovery-image] Feb 14 02:41:35.317 INFO O| Feb 14 02:41:35.317 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/tunefs"
73722026-02-14T02:41:35.770Z[ recovery-image] Feb 14 02:41:35.317 INFO O| Feb 14 02:41:35.317 INFO STEP 805 (remove_files) COMPLETE
73732026-02-14T02:41:35.770Z[ recovery-image] Feb 14 02:41:35.317 INFO O| Feb 14 02:41:35.317 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73742026-02-14T02:41:35.770Z[ recovery-image] Feb 14 02:41:35.329 INFO O| Feb 14 02:41:35.329 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsdump"
73752026-02-14T02:41:35.770Z[ recovery-image] Feb 14 02:41:35.329 INFO O| Feb 14 02:41:35.329 INFO STEP 806 (remove_files) COMPLETE
73762026-02-14T02:41:35.770Z[ recovery-image] Feb 14 02:41:35.329 INFO O| Feb 14 02:41:35.329 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73772026-02-14T02:41:35.794Z[ recovery-image] Feb 14 02:41:35.345 INFO O| Feb 14 02:41:35.345 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsrestore"
73782026-02-14T02:41:35.794Z[ recovery-image] Feb 14 02:41:35.345 INFO O| Feb 14 02:41:35.345 INFO STEP 807 (remove_files) COMPLETE
73792026-02-14T02:41:35.794Z[ recovery-image] Feb 14 02:41:35.345 INFO O| Feb 14 02:41:35.345 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73802026-02-14T02:41:35.794Z[ recovery-image] Feb 14 02:41:35.359 INFO O| Feb 14 02:41:35.358 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/volcopy"
73812026-02-14T02:41:35.794Z[ recovery-image] Feb 14 02:41:35.359 INFO O| Feb 14 02:41:35.359 INFO STEP 808 (remove_files) COMPLETE
73822026-02-14T02:41:35.794Z[ recovery-image] Feb 14 02:41:35.359 INFO O| Feb 14 02:41:35.359 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73832026-02-14T02:41:35.818Z[ recovery-image] Feb 14 02:41:35.371 INFO O| Feb 14 02:41:35.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh1024-0.so.1"
73842026-02-14T02:41:35.818Z[ recovery-image] Feb 14 02:41:35.372 INFO O| Feb 14 02:41:35.372 INFO STEP 809 (remove_files) COMPLETE
73852026-02-14T02:41:35.818Z[ recovery-image] Feb 14 02:41:35.372 INFO O| Feb 14 02:41:35.372 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73862026-02-14T02:41:35.818Z[ recovery-image] Feb 14 02:41:35.384 INFO O| Feb 14 02:41:35.384 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh640-0.so.1"
73872026-02-14T02:41:35.818Z[ recovery-image] Feb 14 02:41:35.385 INFO O| Feb 14 02:41:35.384 INFO STEP 810 (remove_files) COMPLETE
73882026-02-14T02:41:35.818Z[ recovery-image] Feb 14 02:41:35.385 INFO O| Feb 14 02:41:35.384 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73892026-02-14T02:41:35.842Z[ recovery-image] Feb 14 02:41:35.397 INFO O| Feb 14 02:41:35.397 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gsscred_clean"
73902026-02-14T02:41:35.842Z[ recovery-image] Feb 14 02:41:35.397 INFO O| Feb 14 02:41:35.397 INFO STEP 811 (remove_files) COMPLETE
73912026-02-14T02:41:35.842Z[ recovery-image] Feb 14 02:41:35.397 INFO O| Feb 14 02:41:35.397 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73922026-02-14T02:41:35.842Z[ recovery-image] Feb 14 02:41:35.409 INFO O| Feb 14 02:41:35.409 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gssd"
73932026-02-14T02:41:35.842Z[ recovery-image] Feb 14 02:41:35.410 INFO O| Feb 14 02:41:35.410 INFO STEP 812 (remove_files) COMPLETE
73942026-02-14T02:41:35.842Z[ recovery-image] Feb 14 02:41:35.410 INFO O| Feb 14 02:41:35.410 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73952026-02-14T02:41:35.867Z[ recovery-image] Feb 14 02:41:35.422 INFO O| Feb 14 02:41:35.422 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_dh.so.1"
73962026-02-14T02:41:35.867Z[ recovery-image] Feb 14 02:41:35.422 INFO O| Feb 14 02:41:35.422 INFO STEP 813 (remove_files) COMPLETE
73972026-02-14T02:41:35.867Z[ recovery-image] Feb 14 02:41:35.422 INFO O| Feb 14 02:41:35.422 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73982026-02-14T02:41:35.867Z[ recovery-image] Feb 14 02:41:35.433 INFO O| Feb 14 02:41:35.433 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_krb5.so.1"
73992026-02-14T02:41:35.867Z[ recovery-image] Feb 14 02:41:35.433 INFO O| Feb 14 02:41:35.433 INFO STEP 814 (remove_files) COMPLETE
74002026-02-14T02:41:35.867Z[ recovery-image] Feb 14 02:41:35.433 INFO O| Feb 14 02:41:35.433 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74012026-02-14T02:41:35.891Z[ recovery-image] Feb 14 02:41:35.445 INFO O| Feb 14 02:41:35.445 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_spnego.so.1"
74022026-02-14T02:41:35.891Z[ recovery-image] Feb 14 02:41:35.445 INFO O| Feb 14 02:41:35.445 INFO STEP 815 (remove_files) COMPLETE
74032026-02-14T02:41:35.891Z[ recovery-image] Feb 14 02:41:35.445 INFO O| Feb 14 02:41:35.445 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74042026-02-14T02:41:35.891Z[ recovery-image] Feb 14 02:41:35.457 INFO O| Feb 14 02:41:35.457 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/amd64/in.iked"
74052026-02-14T02:41:35.891Z[ recovery-image] Feb 14 02:41:35.457 INFO O| Feb 14 02:41:35.457 INFO STEP 816 (remove_files) COMPLETE
74062026-02-14T02:41:35.891Z[ recovery-image] Feb 14 02:41:35.458 INFO O| Feb 14 02:41:35.457 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74072026-02-14T02:41:35.922Z[ recovery-image] Feb 14 02:41:35.489 INFO O| Feb 14 02:41:35.489 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certdb"
74082026-02-14T02:41:35.922Z[ recovery-image] Feb 14 02:41:35.489 INFO O| Feb 14 02:41:35.489 INFO STEP 817 (remove_files) COMPLETE
74092026-02-14T02:41:35.922Z[ recovery-image] Feb 14 02:41:35.489 INFO O| Feb 14 02:41:35.489 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74102026-02-14T02:41:35.946Z[ recovery-image] Feb 14 02:41:35.502 INFO O| Feb 14 02:41:35.501 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certlocal"
74112026-02-14T02:41:35.946Z[ recovery-image] Feb 14 02:41:35.502 INFO O| Feb 14 02:41:35.502 INFO STEP 818 (remove_files) COMPLETE
74122026-02-14T02:41:35.946Z[ recovery-image] Feb 14 02:41:35.502 INFO O| Feb 14 02:41:35.502 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74132026-02-14T02:41:35.946Z[ recovery-image] Feb 14 02:41:35.513 INFO O| Feb 14 02:41:35.513 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certrldb"
74142026-02-14T02:41:35.946Z[ recovery-image] Feb 14 02:41:35.513 INFO O| Feb 14 02:41:35.513 INFO STEP 819 (remove_files) COMPLETE
74152026-02-14T02:41:35.946Z[ recovery-image] Feb 14 02:41:35.513 INFO O| Feb 14 02:41:35.513 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74162026-02-14T02:41:35.971Z[ recovery-image] Feb 14 02:41:35.524 INFO O| Feb 14 02:41:35.524 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.iked"
74172026-02-14T02:41:35.971Z[ recovery-image] Feb 14 02:41:35.525 INFO O| Feb 14 02:41:35.525 INFO STEP 820 (remove_files) COMPLETE
74182026-02-14T02:41:35.971Z[ recovery-image] Feb 14 02:41:35.525 INFO O| Feb 14 02:41:35.525 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74192026-02-14T02:41:35.971Z[ recovery-image] Feb 14 02:41:35.535 INFO O| Feb 14 02:41:35.535 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.ripngd"
74202026-02-14T02:41:35.971Z[ recovery-image] Feb 14 02:41:35.536 INFO O| Feb 14 02:41:35.536 INFO STEP 821 (remove_files) COMPLETE
74212026-02-14T02:41:35.971Z[ recovery-image] Feb 14 02:41:35.536 INFO O| Feb 14 02:41:35.536 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74222026-02-14T02:41:35.995Z[ recovery-image] Feb 14 02:41:35.546 INFO O| Feb 14 02:41:35.546 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/inetd"
74232026-02-14T02:41:35.995Z[ recovery-image] Feb 14 02:41:35.547 INFO O| Feb 14 02:41:35.546 INFO STEP 822 (remove_files) COMPLETE
74242026-02-14T02:41:35.995Z[ recovery-image] Feb 14 02:41:35.547 INFO O| Feb 14 02:41:35.547 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74252026-02-14T02:41:35.995Z[ recovery-image] Feb 14 02:41:35.558 INFO O| Feb 14 02:41:35.558 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
74262026-02-14T02:41:35.995Z[ recovery-image] Feb 14 02:41:35.558 INFO O| Feb 14 02:41:35.558 INFO STEP 823 (remove_files) COMPLETE
74272026-02-14T02:41:35.995Z[ recovery-image] Feb 14 02:41:35.558 INFO O| Feb 14 02:41:35.558 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74282026-02-14T02:41:36.019Z[ recovery-image] Feb 14 02:41:35.570 INFO O| Feb 14 02:41:35.570 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/ktkt_warnd"
74292026-02-14T02:41:36.019Z[ recovery-image] Feb 14 02:41:35.570 INFO O| Feb 14 02:41:35.570 INFO STEP 824 (remove_files) COMPLETE
74302026-02-14T02:41:36.019Z[ recovery-image] Feb 14 02:41:35.570 INFO O| Feb 14 02:41:35.570 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74312026-02-14T02:41:36.019Z[ recovery-image] Feb 14 02:41:35.582 INFO O| Feb 14 02:41:35.582 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
74322026-02-14T02:41:36.019Z[ recovery-image] Feb 14 02:41:35.582 INFO O| Feb 14 02:41:35.582 INFO STEP 825 (remove_files) COMPLETE
74332026-02-14T02:41:36.020Z[ recovery-image] Feb 14 02:41:35.582 INFO O| Feb 14 02:41:35.582 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74342026-02-14T02:41:36.044Z[ recovery-image] Feb 14 02:41:35.594 INFO O| Feb 14 02:41:35.594 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libss.so.1"
74352026-02-14T02:41:36.044Z[ recovery-image] Feb 14 02:41:35.595 INFO O| Feb 14 02:41:35.595 INFO STEP 826 (remove_files) COMPLETE
74362026-02-14T02:41:36.044Z[ recovery-image] Feb 14 02:41:35.595 INFO O| Feb 14 02:41:35.595 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74372026-02-14T02:41:36.044Z[ recovery-image] Feb 14 02:41:35.607 INFO O| Feb 14 02:41:35.606 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
74382026-02-14T02:41:36.044Z[ recovery-image] Feb 14 02:41:35.607 INFO O| Feb 14 02:41:35.607 INFO STEP 827 (remove_files) COMPLETE
74392026-02-14T02:41:36.044Z[ recovery-image] Feb 14 02:41:35.607 INFO O| Feb 14 02:41:35.607 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74402026-02-14T02:41:36.068Z[ recovery-image] Feb 14 02:41:35.618 INFO O| Feb 14 02:41:35.618 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.above4G"
74412026-02-14T02:41:36.068Z[ recovery-image] Feb 14 02:41:35.618 INFO O| Feb 14 02:41:35.618 INFO STEP 828 (remove_files) COMPLETE
74422026-02-14T02:41:36.068Z[ recovery-image] Feb 14 02:41:35.619 INFO O| Feb 14 02:41:35.618 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74432026-02-14T02:41:36.068Z[ recovery-image] Feb 14 02:41:35.630 INFO O| Feb 14 02:41:35.630 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.below4G"
74442026-02-14T02:41:36.068Z[ recovery-image] Feb 14 02:41:35.630 INFO O| Feb 14 02:41:35.630 INFO STEP 829 (remove_files) COMPLETE
74452026-02-14T02:41:36.068Z[ recovery-image] Feb 14 02:41:35.630 INFO O| Feb 14 02:41:35.630 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74462026-02-14T02:41:36.092Z[ recovery-image] Feb 14 02:41:35.641 INFO O| Feb 14 02:41:35.641 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.bssalign"
74472026-02-14T02:41:36.092Z[ recovery-image] Feb 14 02:41:35.641 INFO O| Feb 14 02:41:35.641 INFO STEP 830 (remove_files) COMPLETE
74482026-02-14T02:41:36.092Z[ recovery-image] Feb 14 02:41:35.642 INFO O| Feb 14 02:41:35.641 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74492026-02-14T02:41:36.093Z[ recovery-image] Feb 14 02:41:35.659 INFO O| Feb 14 02:41:35.659 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.default"
74502026-02-14T02:41:36.093Z[ recovery-image] Feb 14 02:41:35.659 INFO O| Feb 14 02:41:35.659 INFO STEP 831 (remove_files) COMPLETE
74512026-02-14T02:41:36.093Z[ recovery-image] Feb 14 02:41:35.659 INFO O| Feb 14 02:41:35.659 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74522026-02-14T02:41:36.118Z[ recovery-image] Feb 14 02:41:35.672 INFO O| Feb 14 02:41:35.672 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.execdata"
74532026-02-14T02:41:36.118Z[ recovery-image] Feb 14 02:41:35.673 INFO O| Feb 14 02:41:35.673 INFO STEP 832 (remove_files) COMPLETE
74542026-02-14T02:41:36.119Z[ recovery-image] Feb 14 02:41:35.673 INFO O| Feb 14 02:41:35.673 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74552026-02-14T02:41:36.143Z[ recovery-image] Feb 14 02:41:35.690 INFO O| Feb 14 02:41:35.690 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.filter"
74562026-02-14T02:41:36.143Z[ recovery-image] Feb 14 02:41:35.690 INFO O| Feb 14 02:41:35.690 INFO STEP 833 (remove_files) COMPLETE
74572026-02-14T02:41:36.143Z[ recovery-image] Feb 14 02:41:35.690 INFO O| Feb 14 02:41:35.690 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74582026-02-14T02:41:36.143Z[ recovery-image] Feb 14 02:41:35.705 INFO O| Feb 14 02:41:35.705 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexbss"
74592026-02-14T02:41:36.143Z[ recovery-image] Feb 14 02:41:35.705 INFO O| Feb 14 02:41:35.705 INFO STEP 834 (remove_files) COMPLETE
74602026-02-14T02:41:36.143Z[ recovery-image] Feb 14 02:41:35.705 INFO O| Feb 14 02:41:35.705 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74612026-02-14T02:41:36.167Z[ recovery-image] Feb 14 02:41:35.718 INFO O| Feb 14 02:41:35.718 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexdata"
74622026-02-14T02:41:36.167Z[ recovery-image] Feb 14 02:41:35.718 INFO O| Feb 14 02:41:35.718 INFO STEP 835 (remove_files) COMPLETE
74632026-02-14T02:41:36.167Z[ recovery-image] Feb 14 02:41:35.718 INFO O| Feb 14 02:41:35.718 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74642026-02-14T02:41:36.167Z[ recovery-image] Feb 14 02:41:35.734 INFO O| Feb 14 02:41:35.734 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexstk"
74652026-02-14T02:41:36.167Z[ recovery-image] Feb 14 02:41:35.734 INFO O| Feb 14 02:41:35.734 INFO STEP 836 (remove_files) COMPLETE
74662026-02-14T02:41:36.167Z[ recovery-image] Feb 14 02:41:35.734 INFO O| Feb 14 02:41:35.734 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74672026-02-14T02:41:36.191Z[ recovery-image] Feb 14 02:41:35.746 INFO O| Feb 14 02:41:35.746 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.pagealign"
74682026-02-14T02:41:36.191Z[ recovery-image] Feb 14 02:41:35.746 INFO O| Feb 14 02:41:35.746 INFO STEP 837 (remove_files) COMPLETE
74692026-02-14T02:41:36.191Z[ recovery-image] Feb 14 02:41:35.746 INFO O| Feb 14 02:41:35.746 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74702026-02-14T02:41:36.191Z[ recovery-image] Feb 14 02:41:35.758 INFO O| Feb 14 02:41:35.758 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
74712026-02-14T02:41:36.191Z[ recovery-image] Feb 14 02:41:35.758 INFO O| Feb 14 02:41:35.758 INFO STEP 838 (remove_files) COMPLETE
74722026-02-14T02:41:36.191Z[ recovery-image] Feb 14 02:41:35.758 INFO O| Feb 14 02:41:35.758 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74732026-02-14T02:41:36.215Z[ recovery-image] Feb 14 02:41:35.774 INFO O| Feb 14 02:41:35.774 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
74742026-02-14T02:41:36.216Z[ recovery-image] Feb 14 02:41:35.774 INFO O| Feb 14 02:41:35.774 INFO STEP 839 (remove_files) COMPLETE
74752026-02-14T02:41:36.216Z[ recovery-image] Feb 14 02:41:35.774 INFO O| Feb 14 02:41:35.774 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74762026-02-14T02:41:36.240Z[ recovery-image] Feb 14 02:41:35.786 INFO O| Feb 14 02:41:35.786 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
74772026-02-14T02:41:36.240Z[ recovery-image] Feb 14 02:41:35.787 INFO O| Feb 14 02:41:35.786 INFO STEP 840 (remove_files) COMPLETE
74782026-02-14T02:41:36.240Z[ recovery-image] Feb 14 02:41:35.787 INFO O| Feb 14 02:41:35.786 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74792026-02-14T02:41:36.240Z[ recovery-image] Feb 14 02:41:35.797 INFO O| Feb 14 02:41:35.797 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
74802026-02-14T02:41:36.240Z[ recovery-image] Feb 14 02:41:35.798 INFO O| Feb 14 02:41:35.798 INFO STEP 841 (remove_files) COMPLETE
74812026-02-14T02:41:36.240Z[ recovery-image] Feb 14 02:41:35.798 INFO O| Feb 14 02:41:35.798 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74822026-02-14T02:41:36.264Z[ recovery-image] Feb 14 02:41:35.808 INFO O| Feb 14 02:41:35.808 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/who.so.1"
74832026-02-14T02:41:36.264Z[ recovery-image] Feb 14 02:41:35.809 INFO O| Feb 14 02:41:35.809 INFO STEP 842 (remove_files) COMPLETE
74842026-02-14T02:41:36.264Z[ recovery-image] Feb 14 02:41:35.809 INFO O| Feb 14 02:41:35.809 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74852026-02-14T02:41:36.264Z[ recovery-image] Feb 14 02:41:35.824 INFO O| Feb 14 02:41:35.824 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/ldprof.so.1"
74862026-02-14T02:41:36.264Z[ recovery-image] Feb 14 02:41:35.824 INFO O| Feb 14 02:41:35.824 INFO STEP 843 (remove_files) COMPLETE
74872026-02-14T02:41:36.264Z[ recovery-image] Feb 14 02:41:35.824 INFO O| Feb 14 02:41:35.824 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74882026-02-14T02:41:36.289Z[ recovery-image] Feb 14 02:41:35.838 INFO O| Feb 14 02:41:35.838 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/truss.so.1"
74892026-02-14T02:41:36.289Z[ recovery-image] Feb 14 02:41:35.838 INFO O| Feb 14 02:41:35.838 INFO STEP 844 (remove_files) COMPLETE
74902026-02-14T02:41:36.289Z[ recovery-image] Feb 14 02:41:35.838 INFO O| Feb 14 02:41:35.838 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74912026-02-14T02:41:36.289Z[ recovery-image] Feb 14 02:41:35.851 INFO O| Feb 14 02:41:35.851 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/who.so.1"
74922026-02-14T02:41:36.289Z[ recovery-image] Feb 14 02:41:35.851 INFO O| Feb 14 02:41:35.851 INFO STEP 845 (remove_files) COMPLETE
74932026-02-14T02:41:36.289Z[ recovery-image] Feb 14 02:41:35.851 INFO O| Feb 14 02:41:35.851 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74942026-02-14T02:41:36.313Z[ recovery-image] Feb 14 02:41:35.861 INFO O| Feb 14 02:41:35.861 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidb"
74952026-02-14T02:41:36.313Z[ recovery-image] Feb 14 02:41:35.861 INFO O| Feb 14 02:41:35.861 INFO STEP 846 (remove_files) COMPLETE
74962026-02-14T02:41:36.313Z[ recovery-image] Feb 14 02:41:35.861 INFO O| Feb 14 02:41:35.861 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74972026-02-14T02:41:36.313Z[ recovery-image] Feb 14 02:41:35.874 INFO O| Feb 14 02:41:35.874 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidr_plugin.so"
74982026-02-14T02:41:36.313Z[ recovery-image] Feb 14 02:41:35.874 INFO O| Feb 14 02:41:35.874 INFO STEP 847 (remove_files) COMPLETE
74992026-02-14T02:41:36.313Z[ recovery-image] Feb 14 02:41:35.874 INFO O| Feb 14 02:41:35.874 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75002026-02-14T02:41:36.337Z[ recovery-image] Feb 14 02:41:35.887 INFO O| Feb 14 02:41:35.887 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcieb"
75012026-02-14T02:41:36.337Z[ recovery-image] Feb 14 02:41:35.887 INFO O| Feb 14 02:41:35.887 INFO STEP 848 (remove_files) COMPLETE
75022026-02-14T02:41:36.337Z[ recovery-image] Feb 14 02:41:35.887 INFO O| Feb 14 02:41:35.887 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75032026-02-14T02:41:36.337Z[ recovery-image] Feb 14 02:41:35.900 INFO O| Feb 14 02:41:35.900 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
75042026-02-14T02:41:36.337Z[ recovery-image] Feb 14 02:41:35.900 INFO O| Feb 14 02:41:35.900 INFO STEP 849 (remove_files) COMPLETE
75052026-02-14T02:41:36.337Z[ recovery-image] Feb 14 02:41:35.900 INFO O| Feb 14 02:41:35.900 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75062026-02-14T02:41:36.361Z[ recovery-image] Feb 14 02:41:35.913 INFO O| Feb 14 02:41:35.913 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/mpt.so.1"
75072026-02-14T02:41:36.361Z[ recovery-image] Feb 14 02:41:35.913 INFO O| Feb 14 02:41:35.913 INFO STEP 850 (remove_files) COMPLETE
75082026-02-14T02:41:36.361Z[ recovery-image] Feb 14 02:41:35.913 INFO O| Feb 14 02:41:35.913 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75092026-02-14T02:41:36.361Z[ recovery-image] Feb 14 02:41:35.927 INFO O| Feb 14 02:41:35.927 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
75102026-02-14T02:41:36.361Z[ recovery-image] Feb 14 02:41:35.927 INFO O| Feb 14 02:41:35.927 INFO STEP 851 (remove_files) COMPLETE
75112026-02-14T02:41:36.361Z[ recovery-image] Feb 14 02:41:35.927 INFO O| Feb 14 02:41:35.927 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75122026-02-14T02:41:36.386Z[ recovery-image] Feb 14 02:41:35.937 INFO O| Feb 14 02:41:35.937 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/reparsed"
75132026-02-14T02:41:36.386Z[ recovery-image] Feb 14 02:41:35.937 INFO O| Feb 14 02:41:35.937 INFO STEP 852 (remove_files) COMPLETE
75142026-02-14T02:41:36.386Z[ recovery-image] Feb 14 02:41:35.937 INFO O| Feb 14 02:41:35.937 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75152026-02-14T02:41:36.386Z[ recovery-image] Feb 14 02:41:35.952 INFO O| Feb 14 02:41:35.952 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/listen"
75162026-02-14T02:41:36.386Z[ recovery-image] Feb 14 02:41:35.952 INFO O| Feb 14 02:41:35.952 INFO STEP 853 (remove_files) COMPLETE
75172026-02-14T02:41:36.386Z[ recovery-image] Feb 14 02:41:35.952 INFO O| Feb 14 02:41:35.952 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75182026-02-14T02:41:36.410Z[ recovery-image] Feb 14 02:41:35.962 INFO O| Feb 14 02:41:35.962 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/nlps_server"
75192026-02-14T02:41:36.410Z[ recovery-image] Feb 14 02:41:35.962 INFO O| Feb 14 02:41:35.962 INFO STEP 854 (remove_files) COMPLETE
75202026-02-14T02:41:36.410Z[ recovery-image] Feb 14 02:41:35.962 INFO O| Feb 14 02:41:35.962 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75212026-02-14T02:41:36.410Z[ recovery-image] Feb 14 02:41:35.975 INFO O| Feb 14 02:41:35.975 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
75222026-02-14T02:41:36.410Z[ recovery-image] Feb 14 02:41:35.975 INFO O| Feb 14 02:41:35.975 INFO STEP 855 (remove_files) COMPLETE
75232026-02-14T02:41:36.410Z[ recovery-image] Feb 14 02:41:35.975 INFO O| Feb 14 02:41:35.975 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75242026-02-14T02:41:36.434Z[ recovery-image] Feb 14 02:41:35.985 INFO O| Feb 14 02:41:35.985 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
75252026-02-14T02:41:36.434Z[ recovery-image] Feb 14 02:41:35.985 INFO O| Feb 14 02:41:35.985 INFO STEP 856 (remove_files) COMPLETE
75262026-02-14T02:41:36.434Z[ recovery-image] Feb 14 02:41:35.985 INFO O| Feb 14 02:41:35.985 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75272026-02-14T02:41:36.434Z[ recovery-image] Feb 14 02:41:35.994 INFO O| Feb 14 02:41:35.994 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
75282026-02-14T02:41:36.434Z[ recovery-image] Feb 14 02:41:35.995 INFO O| Feb 14 02:41:35.994 INFO STEP 857 (remove_files) COMPLETE
75292026-02-14T02:41:36.434Z[ recovery-image] Feb 14 02:41:35.995 INFO O| Feb 14 02:41:35.994 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75302026-02-14T02:41:36.458Z[ recovery-image] Feb 14 02:41:36.004 INFO O| Feb 14 02:41:36.004 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/login.so.1"
75312026-02-14T02:41:36.458Z[ recovery-image] Feb 14 02:41:36.004 INFO O| Feb 14 02:41:36.004 INFO STEP 858 (remove_files) COMPLETE
75322026-02-14T02:41:36.458Z[ recovery-image] Feb 14 02:41:36.004 INFO O| Feb 14 02:41:36.004 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75332026-02-14T02:41:36.459Z[ recovery-image] Feb 14 02:41:36.018 INFO O| Feb 14 02:41:36.018 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/plain.so.1"
75342026-02-14T02:41:36.459Z[ recovery-image] Feb 14 02:41:36.018 INFO O| Feb 14 02:41:36.018 INFO STEP 859 (remove_files) COMPLETE
75352026-02-14T02:41:36.459Z[ recovery-image] Feb 14 02:41:36.018 INFO O| Feb 14 02:41:36.018 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75362026-02-14T02:41:36.483Z[ recovery-image] Feb 14 02:41:36.027 INFO O| Feb 14 02:41:36.027 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/crammd5.so.1"
75372026-02-14T02:41:36.483Z[ recovery-image] Feb 14 02:41:36.028 INFO O| Feb 14 02:41:36.028 INFO STEP 860 (remove_files) COMPLETE
75382026-02-14T02:41:36.483Z[ recovery-image] Feb 14 02:41:36.028 INFO O| Feb 14 02:41:36.028 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75392026-02-14T02:41:36.483Z[ recovery-image] Feb 14 02:41:36.037 INFO O| Feb 14 02:41:36.037 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/digestmd5.so.1"
75402026-02-14T02:41:36.483Z[ recovery-image] Feb 14 02:41:36.037 INFO O| Feb 14 02:41:36.037 INFO STEP 861 (remove_files) COMPLETE
75412026-02-14T02:41:36.483Z[ recovery-image] Feb 14 02:41:36.037 INFO O| Feb 14 02:41:36.037 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75422026-02-14T02:41:36.483Z[ recovery-image] Feb 14 02:41:36.047 INFO O| Feb 14 02:41:36.047 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/gssapi.so.1"
75432026-02-14T02:41:36.483Z[ recovery-image] Feb 14 02:41:36.047 INFO O| Feb 14 02:41:36.047 INFO STEP 862 (remove_files) COMPLETE
75442026-02-14T02:41:36.483Z[ recovery-image] Feb 14 02:41:36.047 INFO O| Feb 14 02:41:36.047 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75452026-02-14T02:41:36.507Z[ recovery-image] Feb 14 02:41:36.057 INFO O| Feb 14 02:41:36.057 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/login.so.1"
75462026-02-14T02:41:36.507Z[ recovery-image] Feb 14 02:41:36.057 INFO O| Feb 14 02:41:36.057 INFO STEP 863 (remove_files) COMPLETE
75472026-02-14T02:41:36.507Z[ recovery-image] Feb 14 02:41:36.057 INFO O| Feb 14 02:41:36.057 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75482026-02-14T02:41:36.507Z[ recovery-image] Feb 14 02:41:36.070 INFO O| Feb 14 02:41:36.070 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/plain.so.1"
75492026-02-14T02:41:36.507Z[ recovery-image] Feb 14 02:41:36.070 INFO O| Feb 14 02:41:36.070 INFO STEP 864 (remove_files) COMPLETE
75502026-02-14T02:41:36.507Z[ recovery-image] Feb 14 02:41:36.070 INFO O| Feb 14 02:41:36.070 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75512026-02-14T02:41:36.531Z[ recovery-image] Feb 14 02:41:36.082 INFO O| Feb 14 02:41:36.082 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
75522026-02-14T02:41:36.531Z[ recovery-image] Feb 14 02:41:36.082 INFO O| Feb 14 02:41:36.082 INFO STEP 865 (remove_files) COMPLETE
75532026-02-14T02:41:36.531Z[ recovery-image] Feb 14 02:41:36.082 INFO O| Feb 14 02:41:36.082 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75542026-02-14T02:41:36.531Z[ recovery-image] Feb 14 02:41:36.092 INFO O| Feb 14 02:41:36.092 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
75552026-02-14T02:41:36.531Z[ recovery-image] Feb 14 02:41:36.092 INFO O| Feb 14 02:41:36.092 INFO STEP 866 (remove_files) COMPLETE
75562026-02-14T02:41:36.531Z[ recovery-image] Feb 14 02:41:36.092 INFO O| Feb 14 02:41:36.092 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75572026-02-14T02:41:36.555Z[ recovery-image] Feb 14 02:41:36.107 INFO O| Feb 14 02:41:36.107 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
75582026-02-14T02:41:36.556Z[ recovery-image] Feb 14 02:41:36.107 INFO O| Feb 14 02:41:36.107 INFO STEP 867 (remove_files) COMPLETE
75592026-02-14T02:41:36.556Z[ recovery-image] Feb 14 02:41:36.107 INFO O| Feb 14 02:41:36.107 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75602026-02-14T02:41:36.556Z[ recovery-image] Feb 14 02:41:36.120 INFO O| Feb 14 02:41:36.120 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
75612026-02-14T02:41:36.556Z[ recovery-image] Feb 14 02:41:36.120 INFO O| Feb 14 02:41:36.120 INFO STEP 868 (remove_files) COMPLETE
75622026-02-14T02:41:36.556Z[ recovery-image] Feb 14 02:41:36.120 INFO O| Feb 14 02:41:36.120 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75632026-02-14T02:41:36.580Z[ recovery-image] Feb 14 02:41:36.135 INFO O| Feb 14 02:41:36.135 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
75642026-02-14T02:41:36.580Z[ recovery-image] Feb 14 02:41:36.135 INFO O| Feb 14 02:41:36.135 INFO STEP 869 (remove_files) COMPLETE
75652026-02-14T02:41:36.580Z[ recovery-image] Feb 14 02:41:36.135 INFO O| Feb 14 02:41:36.135 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75662026-02-14T02:41:36.604Z[ recovery-image] Feb 14 02:41:36.149 INFO O| Feb 14 02:41:36.149 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
75672026-02-14T02:41:36.604Z[ recovery-image] Feb 14 02:41:36.149 INFO O| Feb 14 02:41:36.149 INFO STEP 870 (remove_files) COMPLETE
75682026-02-14T02:41:36.604Z[ recovery-image] Feb 14 02:41:36.149 INFO O| Feb 14 02:41:36.149 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75692026-02-14T02:41:36.604Z[ recovery-image] Feb 14 02:41:36.165 INFO O| Feb 14 02:41:36.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
75702026-02-14T02:41:36.604Z[ recovery-image] Feb 14 02:41:36.165 INFO O| Feb 14 02:41:36.165 INFO STEP 871 (remove_files) COMPLETE
75712026-02-14T02:41:36.604Z[ recovery-image] Feb 14 02:41:36.165 INFO O| Feb 14 02:41:36.165 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75722026-02-14T02:41:36.628Z[ recovery-image] Feb 14 02:41:36.182 INFO O| Feb 14 02:41:36.182 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
75732026-02-14T02:41:36.628Z[ recovery-image] Feb 14 02:41:36.182 INFO O| Feb 14 02:41:36.182 INFO STEP 872 (remove_files) COMPLETE
75742026-02-14T02:41:36.628Z[ recovery-image] Feb 14 02:41:36.182 INFO O| Feb 14 02:41:36.182 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75752026-02-14T02:41:36.654Z[ recovery-image] Feb 14 02:41:36.221 INFO O| Feb 14 02:41:36.221 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
75762026-02-14T02:41:36.654Z[ recovery-image] Feb 14 02:41:36.221 INFO O| Feb 14 02:41:36.221 INFO STEP 873 (remove_files) COMPLETE
75772026-02-14T02:41:36.677Z[ recovery-image] Feb 14 02:41:36.221 INFO O| Feb 14 02:41:36.221 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75782026-02-14T02:41:36.677Z[ recovery-image] Feb 14 02:41:36.244 INFO O| Feb 14 02:41:36.244 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
75792026-02-14T02:41:36.677Z[ recovery-image] Feb 14 02:41:36.244 INFO O| Feb 14 02:41:36.244 INFO STEP 874 (remove_files) COMPLETE
75802026-02-14T02:41:36.678Z[ recovery-image] Feb 14 02:41:36.244 INFO O| Feb 14 02:41:36.244 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75812026-02-14T02:41:36.702Z[ recovery-image] Feb 14 02:41:36.255 INFO O| Feb 14 02:41:36.255 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
75822026-02-14T02:41:36.702Z[ recovery-image] Feb 14 02:41:36.255 INFO O| Feb 14 02:41:36.255 INFO STEP 875 (remove_files) COMPLETE
75832026-02-14T02:41:36.702Z[ recovery-image] Feb 14 02:41:36.255 INFO O| Feb 14 02:41:36.255 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75842026-02-14T02:41:36.702Z[ recovery-image] Feb 14 02:41:36.265 INFO O| Feb 14 02:41:36.265 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
75852026-02-14T02:41:36.702Z[ recovery-image] Feb 14 02:41:36.265 INFO O| Feb 14 02:41:36.265 INFO STEP 876 (remove_files) COMPLETE
75862026-02-14T02:41:36.702Z[ recovery-image] Feb 14 02:41:36.265 INFO O| Feb 14 02:41:36.265 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75872026-02-14T02:41:36.726Z[ recovery-image] Feb 14 02:41:36.275 INFO O| Feb 14 02:41:36.275 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
75882026-02-14T02:41:36.726Z[ recovery-image] Feb 14 02:41:36.275 INFO O| Feb 14 02:41:36.275 INFO STEP 877 (remove_files) COMPLETE
75892026-02-14T02:41:36.726Z[ recovery-image] Feb 14 02:41:36.275 INFO O| Feb 14 02:41:36.275 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75902026-02-14T02:41:36.726Z[ recovery-image] Feb 14 02:41:36.290 INFO O| Feb 14 02:41:36.290 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
75912026-02-14T02:41:36.726Z[ recovery-image] Feb 14 02:41:36.290 INFO O| Feb 14 02:41:36.290 INFO STEP 878 (remove_files) COMPLETE
75922026-02-14T02:41:36.726Z[ recovery-image] Feb 14 02:41:36.290 INFO O| Feb 14 02:41:36.290 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75932026-02-14T02:41:36.750Z[ recovery-image] Feb 14 02:41:36.300 INFO O| Feb 14 02:41:36.300 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
75942026-02-14T02:41:36.750Z[ recovery-image] Feb 14 02:41:36.300 INFO O| Feb 14 02:41:36.300 INFO STEP 879 (remove_files) COMPLETE
75952026-02-14T02:41:36.750Z[ recovery-image] Feb 14 02:41:36.300 INFO O| Feb 14 02:41:36.300 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75962026-02-14T02:41:36.750Z[ recovery-image] Feb 14 02:41:36.310 INFO O| Feb 14 02:41:36.310 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_list.so.1"
75972026-02-14T02:41:36.750Z[ recovery-image] Feb 14 02:41:36.311 INFO O| Feb 14 02:41:36.310 INFO STEP 880 (remove_files) COMPLETE
75982026-02-14T02:41:36.750Z[ recovery-image] Feb 14 02:41:36.311 INFO O| Feb 14 02:41:36.311 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75992026-02-14T02:41:36.774Z[ recovery-image] Feb 14 02:41:36.320 INFO O| Feb 14 02:41:36.320 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
76002026-02-14T02:41:36.774Z[ recovery-image] Feb 14 02:41:36.320 INFO O| Feb 14 02:41:36.320 INFO STEP 881 (remove_files) COMPLETE
76012026-02-14T02:41:36.774Z[ recovery-image] Feb 14 02:41:36.320 INFO O| Feb 14 02:41:36.320 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76022026-02-14T02:41:36.775Z[ recovery-image] Feb 14 02:41:36.330 INFO O| Feb 14 02:41:36.330 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
76032026-02-14T02:41:36.775Z[ recovery-image] Feb 14 02:41:36.330 INFO O| Feb 14 02:41:36.330 INFO STEP 882 (remove_files) COMPLETE
76042026-02-14T02:41:36.775Z[ recovery-image] Feb 14 02:41:36.330 INFO O| Feb 14 02:41:36.330 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76052026-02-14T02:41:36.775Z[ recovery-image] Feb 14 02:41:36.340 INFO O| Feb 14 02:41:36.339 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
76062026-02-14T02:41:36.775Z[ recovery-image] Feb 14 02:41:36.340 INFO O| Feb 14 02:41:36.340 INFO STEP 883 (remove_files) COMPLETE
76072026-02-14T02:41:36.775Z[ recovery-image] Feb 14 02:41:36.340 INFO O| Feb 14 02:41:36.340 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76082026-02-14T02:41:36.799Z[ recovery-image] Feb 14 02:41:36.349 INFO O| Feb 14 02:41:36.349 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
76092026-02-14T02:41:36.799Z[ recovery-image] Feb 14 02:41:36.349 INFO O| Feb 14 02:41:36.349 INFO STEP 884 (remove_files) COMPLETE
76102026-02-14T02:41:36.799Z[ recovery-image] Feb 14 02:41:36.349 INFO O| Feb 14 02:41:36.349 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76112026-02-14T02:41:36.799Z[ recovery-image] Feb 14 02:41:36.362 INFO O| Feb 14 02:41:36.362 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
76122026-02-14T02:41:36.799Z[ recovery-image] Feb 14 02:41:36.362 INFO O| Feb 14 02:41:36.362 INFO STEP 885 (remove_files) COMPLETE
76132026-02-14T02:41:36.799Z[ recovery-image] Feb 14 02:41:36.362 INFO O| Feb 14 02:41:36.362 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76142026-02-14T02:41:36.823Z[ recovery-image] Feb 14 02:41:36.374 INFO O| Feb 14 02:41:36.374 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
76152026-02-14T02:41:36.823Z[ recovery-image] Feb 14 02:41:36.374 INFO O| Feb 14 02:41:36.374 INFO STEP 886 (remove_files) COMPLETE
76162026-02-14T02:41:36.823Z[ recovery-image] Feb 14 02:41:36.374 INFO O| Feb 14 02:41:36.374 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76172026-02-14T02:41:36.823Z[ recovery-image] Feb 14 02:41:36.385 INFO O| Feb 14 02:41:36.385 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
76182026-02-14T02:41:36.823Z[ recovery-image] Feb 14 02:41:36.385 INFO O| Feb 14 02:41:36.385 INFO STEP 887 (remove_files) COMPLETE
76192026-02-14T02:41:36.823Z[ recovery-image] Feb 14 02:41:36.385 INFO O| Feb 14 02:41:36.385 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76202026-02-14T02:41:36.847Z[ recovery-image] Feb 14 02:41:36.395 INFO O| Feb 14 02:41:36.395 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
76212026-02-14T02:41:36.847Z[ recovery-image] Feb 14 02:41:36.395 INFO O| Feb 14 02:41:36.395 INFO STEP 888 (remove_files) COMPLETE
76222026-02-14T02:41:36.847Z[ recovery-image] Feb 14 02:41:36.395 INFO O| Feb 14 02:41:36.395 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76232026-02-14T02:41:36.847Z[ recovery-image] Feb 14 02:41:36.404 INFO O| Feb 14 02:41:36.404 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
76242026-02-14T02:41:36.847Z[ recovery-image] Feb 14 02:41:36.404 INFO O| Feb 14 02:41:36.404 INFO STEP 889 (remove_files) COMPLETE
76252026-02-14T02:41:36.847Z[ recovery-image] Feb 14 02:41:36.404 INFO O| Feb 14 02:41:36.404 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76262026-02-14T02:41:36.872Z[ recovery-image] Feb 14 02:41:36.416 INFO O| Feb 14 02:41:36.416 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
76272026-02-14T02:41:36.872Z[ recovery-image] Feb 14 02:41:36.416 INFO O| Feb 14 02:41:36.416 INFO STEP 890 (remove_files) COMPLETE
76282026-02-14T02:41:36.872Z[ recovery-image] Feb 14 02:41:36.416 INFO O| Feb 14 02:41:36.416 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76292026-02-14T02:41:36.872Z[ recovery-image] Feb 14 02:41:36.428 INFO O| Feb 14 02:41:36.428 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
76302026-02-14T02:41:36.872Z[ recovery-image] Feb 14 02:41:36.428 INFO O| Feb 14 02:41:36.428 INFO STEP 891 (remove_files) COMPLETE
76312026-02-14T02:41:36.872Z[ recovery-image] Feb 14 02:41:36.428 INFO O| Feb 14 02:41:36.428 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76322026-02-14T02:41:36.872Z[ recovery-image] Feb 14 02:41:36.439 INFO O| Feb 14 02:41:36.439 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
76332026-02-14T02:41:36.872Z[ recovery-image] Feb 14 02:41:36.439 INFO O| Feb 14 02:41:36.439 INFO STEP 892 (remove_files) COMPLETE
76342026-02-14T02:41:36.872Z[ recovery-image] Feb 14 02:41:36.439 INFO O| Feb 14 02:41:36.439 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76352026-02-14T02:41:36.896Z[ recovery-image] Feb 14 02:41:36.449 INFO O| Feb 14 02:41:36.449 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
76362026-02-14T02:41:36.896Z[ recovery-image] Feb 14 02:41:36.449 INFO O| Feb 14 02:41:36.449 INFO STEP 893 (remove_files) COMPLETE
76372026-02-14T02:41:36.896Z[ recovery-image] Feb 14 02:41:36.449 INFO O| Feb 14 02:41:36.449 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76382026-02-14T02:41:36.896Z[ recovery-image] Feb 14 02:41:36.463 INFO O| Feb 14 02:41:36.463 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
76392026-02-14T02:41:36.896Z[ recovery-image] Feb 14 02:41:36.463 INFO O| Feb 14 02:41:36.463 INFO STEP 894 (remove_files) COMPLETE
76402026-02-14T02:41:36.896Z[ recovery-image] Feb 14 02:41:36.463 INFO O| Feb 14 02:41:36.463 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76412026-02-14T02:41:36.921Z[ recovery-image] Feb 14 02:41:36.475 INFO O| Feb 14 02:41:36.475 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
76422026-02-14T02:41:36.921Z[ recovery-image] Feb 14 02:41:36.475 INFO O| Feb 14 02:41:36.475 INFO STEP 895 (remove_files) COMPLETE
76432026-02-14T02:41:36.921Z[ recovery-image] Feb 14 02:41:36.475 INFO O| Feb 14 02:41:36.475 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76442026-02-14T02:41:36.945Z[ recovery-image] Feb 14 02:41:36.490 INFO O| Feb 14 02:41:36.490 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_binfile.so.1"
76452026-02-14T02:41:36.945Z[ recovery-image] Feb 14 02:41:36.490 INFO O| Feb 14 02:41:36.490 INFO STEP 896 (remove_files) COMPLETE
76462026-02-14T02:41:36.945Z[ recovery-image] Feb 14 02:41:36.490 INFO O| Feb 14 02:41:36.490 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76472026-02-14T02:41:36.945Z[ recovery-image] Feb 14 02:41:36.503 INFO O| Feb 14 02:41:36.503 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_remote.so.1"
76482026-02-14T02:41:36.945Z[ recovery-image] Feb 14 02:41:36.503 INFO O| Feb 14 02:41:36.503 INFO STEP 897 (remove_files) COMPLETE
76492026-02-14T02:41:36.945Z[ recovery-image] Feb 14 02:41:36.503 INFO O| Feb 14 02:41:36.503 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76502026-02-14T02:41:36.969Z[ recovery-image] Feb 14 02:41:36.515 INFO O| Feb 14 02:41:36.515 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_syslog.so.1"
76512026-02-14T02:41:36.969Z[ recovery-image] Feb 14 02:41:36.516 INFO O| Feb 14 02:41:36.516 INFO STEP 898 (remove_files) COMPLETE
76522026-02-14T02:41:36.969Z[ recovery-image] Feb 14 02:41:36.516 INFO O| Feb 14 02:41:36.516 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76532026-02-14T02:41:36.969Z[ recovery-image] Feb 14 02:41:36.527 INFO O| Feb 14 02:41:36.527 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
76542026-02-14T02:41:36.969Z[ recovery-image] Feb 14 02:41:36.527 INFO O| Feb 14 02:41:36.527 INFO STEP 899 (remove_files) COMPLETE
76552026-02-14T02:41:36.969Z[ recovery-image] Feb 14 02:41:36.527 INFO O| Feb 14 02:41:36.527 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76562026-02-14T02:41:36.994Z[ recovery-image] Feb 14 02:41:36.538 INFO O| Feb 14 02:41:36.538 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
76572026-02-14T02:41:36.994Z[ recovery-image] Feb 14 02:41:36.538 INFO O| Feb 14 02:41:36.538 INFO STEP 900 (remove_files) COMPLETE
76582026-02-14T02:41:36.994Z[ recovery-image] Feb 14 02:41:36.538 INFO O| Feb 14 02:41:36.538 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76592026-02-14T02:41:36.994Z[ recovery-image] Feb 14 02:41:36.551 INFO O| Feb 14 02:41:36.551 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha256.so.1"
76602026-02-14T02:41:36.994Z[ recovery-image] Feb 14 02:41:36.551 INFO O| Feb 14 02:41:36.551 INFO STEP 901 (remove_files) COMPLETE
76612026-02-14T02:41:36.994Z[ recovery-image] Feb 14 02:41:36.551 INFO O| Feb 14 02:41:36.551 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76622026-02-14T02:41:37.019Z[ recovery-image] Feb 14 02:41:36.561 INFO O| Feb 14 02:41:36.561 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha512.so.1"
76632026-02-14T02:41:37.019Z[ recovery-image] Feb 14 02:41:36.561 INFO O| Feb 14 02:41:36.561 INFO STEP 902 (remove_files) COMPLETE
76642026-02-14T02:41:37.019Z[ recovery-image] Feb 14 02:41:36.561 INFO O| Feb 14 02:41:36.561 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76652026-02-14T02:41:37.019Z[ recovery-image] Feb 14 02:41:36.572 INFO O| Feb 14 02:41:36.572 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
76662026-02-14T02:41:37.019Z[ recovery-image] Feb 14 02:41:36.572 INFO O| Feb 14 02:41:36.572 INFO STEP 903 (remove_files) COMPLETE
76672026-02-14T02:41:37.019Z[ recovery-image] Feb 14 02:41:36.572 INFO O| Feb 14 02:41:36.572 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76682026-02-14T02:41:37.019Z[ recovery-image] Feb 14 02:41:36.585 INFO O| Feb 14 02:41:36.585 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_allow.so.1"
76692026-02-14T02:41:37.020Z[ recovery-image] Feb 14 02:41:36.585 INFO O| Feb 14 02:41:36.585 INFO STEP 904 (remove_files) COMPLETE
76702026-02-14T02:41:37.020Z[ recovery-image] Feb 14 02:41:36.585 INFO O| Feb 14 02:41:36.585 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76712026-02-14T02:41:37.044Z[ recovery-image] Feb 14 02:41:36.604 INFO O| Feb 14 02:41:36.604 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_check.so.1"
76722026-02-14T02:41:37.044Z[ recovery-image] Feb 14 02:41:36.604 INFO O| Feb 14 02:41:36.604 INFO STEP 905 (remove_files) COMPLETE
76732026-02-14T02:41:37.044Z[ recovery-image] Feb 14 02:41:36.604 INFO O| Feb 14 02:41:36.604 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76742026-02-14T02:41:37.069Z[ recovery-image] Feb 14 02:41:36.623 INFO O| Feb 14 02:41:36.623 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_store.so.1"
76752026-02-14T02:41:37.069Z[ recovery-image] Feb 14 02:41:36.623 INFO O| Feb 14 02:41:36.623 INFO STEP 906 (remove_files) COMPLETE
76762026-02-14T02:41:37.069Z[ recovery-image] Feb 14 02:41:36.623 INFO O| Feb 14 02:41:36.623 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76772026-02-14T02:41:37.093Z[ recovery-image] Feb 14 02:41:36.643 INFO O| Feb 14 02:41:36.642 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_deny.so.1"
76782026-02-14T02:41:37.093Z[ recovery-image] Feb 14 02:41:36.643 INFO O| Feb 14 02:41:36.643 INFO STEP 907 (remove_files) COMPLETE
76792026-02-14T02:41:37.093Z[ recovery-image] Feb 14 02:41:36.643 INFO O| Feb 14 02:41:36.643 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76802026-02-14T02:41:37.093Z[ recovery-image] Feb 14 02:41:36.660 INFO O| Feb 14 02:41:36.660 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5.so.1"
76812026-02-14T02:41:37.093Z[ recovery-image] Feb 14 02:41:36.661 INFO O| Feb 14 02:41:36.661 INFO STEP 908 (remove_files) COMPLETE
76822026-02-14T02:41:37.093Z[ recovery-image] Feb 14 02:41:36.661 INFO O| Feb 14 02:41:36.661 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76832026-02-14T02:41:37.118Z[ recovery-image] Feb 14 02:41:36.679 INFO O| Feb 14 02:41:36.679 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
76842026-02-14T02:41:37.118Z[ recovery-image] Feb 14 02:41:36.679 INFO O| Feb 14 02:41:36.679 INFO STEP 909 (remove_files) COMPLETE
76852026-02-14T02:41:37.118Z[ recovery-image] Feb 14 02:41:36.679 INFO O| Feb 14 02:41:36.679 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76862026-02-14T02:41:37.142Z[ recovery-image] Feb 14 02:41:36.697 INFO O| Feb 14 02:41:36.697 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_ldap.so.1"
76872026-02-14T02:41:37.142Z[ recovery-image] Feb 14 02:41:36.697 INFO O| Feb 14 02:41:36.697 INFO STEP 910 (remove_files) COMPLETE
76882026-02-14T02:41:37.142Z[ recovery-image] Feb 14 02:41:36.697 INFO O| Feb 14 02:41:36.697 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76892026-02-14T02:41:37.166Z[ recovery-image] Feb 14 02:41:36.715 INFO O| Feb 14 02:41:36.714 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_list.so.1"
76902026-02-14T02:41:37.166Z[ recovery-image] Feb 14 02:41:36.715 INFO O| Feb 14 02:41:36.714 INFO STEP 911 (remove_files) COMPLETE
76912026-02-14T02:41:37.166Z[ recovery-image] Feb 14 02:41:36.715 INFO O| Feb 14 02:41:36.714 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76922026-02-14T02:41:37.190Z[ recovery-image] Feb 14 02:41:36.734 INFO O| Feb 14 02:41:36.729 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
76932026-02-14T02:41:37.190Z[ recovery-image] Feb 14 02:41:36.734 INFO O| Feb 14 02:41:36.729 INFO STEP 912 (remove_files) COMPLETE
76942026-02-14T02:41:37.190Z[ recovery-image] Feb 14 02:41:36.734 INFO O| Feb 14 02:41:36.729 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76952026-02-14T02:41:37.190Z[ recovery-image] Feb 14 02:41:36.741 INFO O| Feb 14 02:41:36.741 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
76962026-02-14T02:41:37.190Z[ recovery-image] Feb 14 02:41:36.741 INFO O| Feb 14 02:41:36.741 INFO STEP 913 (remove_files) COMPLETE
76972026-02-14T02:41:37.190Z[ recovery-image] Feb 14 02:41:36.741 INFO O| Feb 14 02:41:36.741 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76982026-02-14T02:41:37.190Z[ recovery-image] Feb 14 02:41:36.753 INFO O| Feb 14 02:41:36.753 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_sample.so.1"
76992026-02-14T02:41:37.190Z[ recovery-image] Feb 14 02:41:36.753 INFO O| Feb 14 02:41:36.753 INFO STEP 914 (remove_files) COMPLETE
77002026-02-14T02:41:37.190Z[ recovery-image] Feb 14 02:41:36.753 INFO O| Feb 14 02:41:36.753 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77012026-02-14T02:41:37.214Z[ recovery-image] Feb 14 02:41:36.765 INFO O| Feb 14 02:41:36.765 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
77022026-02-14T02:41:37.214Z[ recovery-image] Feb 14 02:41:36.765 INFO O| Feb 14 02:41:36.765 INFO STEP 915 (remove_files) COMPLETE
77032026-02-14T02:41:37.214Z[ recovery-image] Feb 14 02:41:36.765 INFO O| Feb 14 02:41:36.765 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77042026-02-14T02:41:37.214Z[ recovery-image] Feb 14 02:41:36.779 INFO O| Feb 14 02:41:36.779 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
77052026-02-14T02:41:37.238Z[ recovery-image] Feb 14 02:41:36.779 INFO O| Feb 14 02:41:36.779 INFO STEP 916 (remove_files) COMPLETE
77062026-02-14T02:41:37.238Z[ recovery-image] Feb 14 02:41:36.779 INFO O| Feb 14 02:41:36.779 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77072026-02-14T02:41:37.238Z[ recovery-image] Feb 14 02:41:36.792 INFO O| Feb 14 02:41:36.791 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_timestamp.so.1"
77082026-02-14T02:41:37.238Z[ recovery-image] Feb 14 02:41:36.792 INFO O| Feb 14 02:41:36.792 INFO STEP 917 (remove_files) COMPLETE
77092026-02-14T02:41:37.238Z[ recovery-image] Feb 14 02:41:36.792 INFO O| Feb 14 02:41:36.792 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77102026-02-14T02:41:37.238Z[ recovery-image] Feb 14 02:41:36.806 INFO O| Feb 14 02:41:36.806 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_tsol_account.so.1"
77112026-02-14T02:41:37.238Z[ recovery-image] Feb 14 02:41:36.806 INFO O| Feb 14 02:41:36.806 INFO STEP 918 (remove_files) COMPLETE
77122026-02-14T02:41:37.238Z[ recovery-image] Feb 14 02:41:36.806 INFO O| Feb 14 02:41:36.806 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77132026-02-14T02:41:37.264Z[ recovery-image] Feb 14 02:41:36.820 INFO O| Feb 14 02:41:36.819 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
77142026-02-14T02:41:37.265Z[ recovery-image] Feb 14 02:41:36.820 INFO O| Feb 14 02:41:36.820 INFO STEP 919 (remove_files) COMPLETE
77152026-02-14T02:41:37.265Z[ recovery-image] Feb 14 02:41:36.820 INFO O| Feb 14 02:41:36.820 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77162026-02-14T02:41:37.299Z[ recovery-image] Feb 14 02:41:36.833 INFO O| Feb 14 02:41:36.833 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
77172026-02-14T02:41:37.299Z[ recovery-image] Feb 14 02:41:36.833 INFO O| Feb 14 02:41:36.833 INFO STEP 920 (remove_files) COMPLETE
77182026-02-14T02:41:37.299Z[ recovery-image] Feb 14 02:41:36.833 INFO O| Feb 14 02:41:36.833 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77192026-02-14T02:41:37.299Z[ recovery-image] Feb 14 02:41:36.846 INFO O| Feb 14 02:41:36.846 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
77202026-02-14T02:41:37.299Z[ recovery-image] Feb 14 02:41:36.847 INFO O| Feb 14 02:41:36.846 INFO STEP 921 (remove_files) COMPLETE
77212026-02-14T02:41:37.299Z[ recovery-image] Feb 14 02:41:36.847 INFO O| Feb 14 02:41:36.847 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77222026-02-14T02:41:37.299Z[ recovery-image] Feb 14 02:41:36.859 INFO O| Feb 14 02:41:36.859 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/compress"
77232026-02-14T02:41:37.299Z[ recovery-image] Feb 14 02:41:36.859 INFO O| Feb 14 02:41:36.859 INFO STEP 922 (remove_files) COMPLETE
77242026-02-14T02:41:37.299Z[ recovery-image] Feb 14 02:41:36.859 INFO O| Feb 14 02:41:36.859 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77252026-02-14T02:41:37.324Z[ recovery-image] Feb 14 02:41:36.875 INFO O| Feb 14 02:41:36.875 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashcheck"
77262026-02-14T02:41:37.324Z[ recovery-image] Feb 14 02:41:36.875 INFO O| Feb 14 02:41:36.875 INFO STEP 923 (remove_files) COMPLETE
77272026-02-14T02:41:37.324Z[ recovery-image] Feb 14 02:41:36.875 INFO O| Feb 14 02:41:36.875 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77282026-02-14T02:41:37.324Z[ recovery-image] Feb 14 02:41:36.889 INFO O| Feb 14 02:41:36.889 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashmake"
77292026-02-14T02:41:37.324Z[ recovery-image] Feb 14 02:41:36.889 INFO O| Feb 14 02:41:36.889 INFO STEP 924 (remove_files) COMPLETE
77302026-02-14T02:41:37.324Z[ recovery-image] Feb 14 02:41:36.889 INFO O| Feb 14 02:41:36.889 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77312026-02-14T02:41:37.348Z[ recovery-image] Feb 14 02:41:36.901 INFO O| Feb 14 02:41:36.901 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlista"
77322026-02-14T02:41:37.348Z[ recovery-image] Feb 14 02:41:36.902 INFO O| Feb 14 02:41:36.901 INFO STEP 925 (remove_files) COMPLETE
77332026-02-14T02:41:37.348Z[ recovery-image] Feb 14 02:41:36.902 INFO O| Feb 14 02:41:36.902 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77342026-02-14T02:41:37.372Z[ recovery-image] Feb 14 02:41:36.917 INFO O| Feb 14 02:41:36.917 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlistb"
77352026-02-14T02:41:37.372Z[ recovery-image] Feb 14 02:41:36.917 INFO O| Feb 14 02:41:36.917 INFO STEP 926 (remove_files) COMPLETE
77362026-02-14T02:41:37.372Z[ recovery-image] Feb 14 02:41:36.917 INFO O| Feb 14 02:41:36.917 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77372026-02-14T02:41:37.372Z[ recovery-image] Feb 14 02:41:36.932 INFO O| Feb 14 02:41:36.932 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hstop"
77382026-02-14T02:41:37.372Z[ recovery-image] Feb 14 02:41:36.932 INFO O| Feb 14 02:41:36.932 INFO STEP 927 (remove_files) COMPLETE
77392026-02-14T02:41:37.372Z[ recovery-image] Feb 14 02:41:36.932 INFO O| Feb 14 02:41:36.932 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77402026-02-14T02:41:37.396Z[ recovery-image] Feb 14 02:41:36.947 INFO O| Feb 14 02:41:36.947 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellin"
77412026-02-14T02:41:37.396Z[ recovery-image] Feb 14 02:41:36.947 INFO O| Feb 14 02:41:36.947 INFO STEP 928 (remove_files) COMPLETE
77422026-02-14T02:41:37.396Z[ recovery-image] Feb 14 02:41:36.947 INFO O| Feb 14 02:41:36.947 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77432026-02-14T02:41:37.396Z[ recovery-image] Feb 14 02:41:36.961 INFO O| Feb 14 02:41:36.961 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellprog"
77442026-02-14T02:41:37.396Z[ recovery-image] Feb 14 02:41:36.961 INFO O| Feb 14 02:41:36.961 INFO STEP 929 (remove_files) COMPLETE
77452026-02-14T02:41:37.396Z[ recovery-image] Feb 14 02:41:36.961 INFO O| Feb 14 02:41:36.961 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77462026-02-14T02:41:37.420Z[ recovery-image] Feb 14 02:41:36.974 INFO O| Feb 14 02:41:36.974 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sysevent/syseventconfd"
77472026-02-14T02:41:37.421Z[ recovery-image] Feb 14 02:41:36.974 INFO O| Feb 14 02:41:36.974 INFO STEP 930 (remove_files) COMPLETE
77482026-02-14T02:41:37.421Z[ recovery-image] Feb 14 02:41:36.974 INFO O| Feb 14 02:41:36.974 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77492026-02-14T02:41:37.421Z[ recovery-image] Feb 14 02:41:36.987 INFO O| Feb 14 02:41:36.987 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
77502026-02-14T02:41:37.421Z[ recovery-image] Feb 14 02:41:36.988 INFO O| Feb 14 02:41:36.988 INFO STEP 931 (remove_files) COMPLETE
77512026-02-14T02:41:37.421Z[ recovery-image] Feb 14 02:41:36.988 INFO O| Feb 14 02:41:36.988 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77522026-02-14T02:41:37.460Z[ recovery-image] Feb 14 02:41:37.000 INFO O| Feb 14 02:41:37.000 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
77532026-02-14T02:41:37.460Z[ recovery-image] Feb 14 02:41:37.000 INFO O| Feb 14 02:41:37.000 INFO STEP 932 (remove_files) COMPLETE
77542026-02-14T02:41:37.460Z[ recovery-image] Feb 14 02:41:37.000 INFO O| Feb 14 02:41:37.000 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77552026-02-14T02:41:37.460Z[ recovery-image] Feb 14 02:41:37.013 INFO O| Feb 14 02:41:37.013 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
77562026-02-14T02:41:37.460Z[ recovery-image] Feb 14 02:41:37.013 INFO O| Feb 14 02:41:37.013 INFO STEP 933 (remove_files) COMPLETE
77572026-02-14T02:41:37.460Z[ recovery-image] Feb 14 02:41:37.013 INFO O| Feb 14 02:41:37.013 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77582026-02-14T02:41:37.460Z[ recovery-image] Feb 14 02:41:37.025 INFO O| Feb 14 02:41:37.025 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
77592026-02-14T02:41:37.460Z[ recovery-image] Feb 14 02:41:37.025 INFO O| Feb 14 02:41:37.025 INFO STEP 934 (remove_files) COMPLETE
77602026-02-14T02:41:37.460Z[ recovery-image] Feb 14 02:41:37.025 INFO O| Feb 14 02:41:37.025 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77612026-02-14T02:41:37.485Z[ recovery-image] Feb 14 02:41:37.037 INFO O| Feb 14 02:41:37.037 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/varpd"
77622026-02-14T02:41:37.485Z[ recovery-image] Feb 14 02:41:37.037 INFO O| Feb 14 02:41:37.037 INFO STEP 935 (remove_files) COMPLETE
77632026-02-14T02:41:37.485Z[ recovery-image] Feb 14 02:41:37.037 INFO O| Feb 14 02:41:37.037 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77642026-02-14T02:41:37.485Z[ recovery-image] Feb 14 02:41:37.051 INFO O| Feb 14 02:41:37.051 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/xhci/xhci_portsc"
77652026-02-14T02:41:37.485Z[ recovery-image] Feb 14 02:41:37.051 INFO O| Feb 14 02:41:37.051 INFO STEP 936 (remove_files) COMPLETE
77662026-02-14T02:41:37.485Z[ recovery-image] Feb 14 02:41:37.051 INFO O| Feb 14 02:41:37.051 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77672026-02-14T02:41:37.509Z[ recovery-image] Feb 14 02:41:37.063 INFO O| Feb 14 02:41:37.063 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zfs/availdevs"
77682026-02-14T02:41:37.509Z[ recovery-image] Feb 14 02:41:37.064 INFO O| Feb 14 02:41:37.064 INFO STEP 937 (remove_files) COMPLETE
77692026-02-14T02:41:37.509Z[ recovery-image] Feb 14 02:41:37.064 INFO O| Feb 14 02:41:37.064 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77702026-02-14T02:41:37.533Z[ recovery-image] Feb 14 02:41:37.076 INFO O| Feb 14 02:41:37.076 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zones/zoneadmd"
77712026-02-14T02:41:37.533Z[ recovery-image] Feb 14 02:41:37.077 INFO O| Feb 14 02:41:37.076 INFO STEP 938 (remove_files) COMPLETE
77722026-02-14T02:41:37.533Z[ recovery-image] Feb 14 02:41:37.077 INFO O| Feb 14 02:41:37.076 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77732026-02-14T02:41:37.533Z[ recovery-image] Feb 14 02:41:37.089 INFO O| Feb 14 02:41:37.089 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/sftp-server"
77742026-02-14T02:41:37.533Z[ recovery-image] Feb 14 02:41:37.089 INFO O| Feb 14 02:41:37.089 INFO STEP 939 (remove_files) COMPLETE
77752026-02-14T02:41:37.533Z[ recovery-image] Feb 14 02:41:37.089 INFO O| Feb 14 02:41:37.089 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77762026-02-14T02:41:37.556Z[ recovery-image] Feb 14 02:41:37.102 INFO O| Feb 14 02:41:37.102 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-keysign"
77772026-02-14T02:41:37.557Z[ recovery-image] Feb 14 02:41:37.103 INFO O| Feb 14 02:41:37.103 INFO STEP 940 (remove_files) COMPLETE
77782026-02-14T02:41:37.557Z[ recovery-image] Feb 14 02:41:37.103 INFO O| Feb 14 02:41:37.103 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77792026-02-14T02:41:37.557Z[ recovery-image] Feb 14 02:41:37.115 INFO O| Feb 14 02:41:37.115 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
77802026-02-14T02:41:37.557Z[ recovery-image] Feb 14 02:41:37.115 INFO O| Feb 14 02:41:37.115 INFO STEP 941 (remove_files) COMPLETE
77812026-02-14T02:41:37.557Z[ recovery-image] Feb 14 02:41:37.115 INFO O| Feb 14 02:41:37.115 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77822026-02-14T02:41:37.581Z[ recovery-image] Feb 14 02:41:37.131 INFO O| Feb 14 02:41:37.131 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-sk-helper"
77832026-02-14T02:41:37.581Z[ recovery-image] Feb 14 02:41:37.131 INFO O| Feb 14 02:41:37.131 INFO STEP 942 (remove_files) COMPLETE
77842026-02-14T02:41:37.581Z[ recovery-image] Feb 14 02:41:37.131 INFO O| Feb 14 02:41:37.131 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77852026-02-14T02:41:37.582Z[ recovery-image] Feb 14 02:41:37.144 INFO O| Feb 14 02:41:37.144 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispgid"
77862026-02-14T02:41:37.582Z[ recovery-image] Feb 14 02:41:37.144 INFO O| Feb 14 02:41:37.144 INFO STEP 943 (remove_files) COMPLETE
77872026-02-14T02:41:37.582Z[ recovery-image] Feb 14 02:41:37.144 INFO O| Feb 14 02:41:37.144 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77882026-02-14T02:41:37.606Z[ recovery-image] Feb 14 02:41:37.156 INFO O| Feb 14 02:41:37.156 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispuid"
77892026-02-14T02:41:37.606Z[ recovery-image] Feb 14 02:41:37.156 INFO O| Feb 14 02:41:37.156 INFO STEP 944 (remove_files) COMPLETE
77902026-02-14T02:41:37.606Z[ recovery-image] Feb 14 02:41:37.156 INFO O| Feb 14 02:41:37.156 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77912026-02-14T02:41:37.606Z[ recovery-image] Feb 14 02:41:37.167 INFO O| Feb 14 02:41:37.167 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errange"
77922026-02-14T02:41:37.606Z[ recovery-image] Feb 14 02:41:37.167 INFO O| Feb 14 02:41:37.167 INFO STEP 945 (remove_files) COMPLETE
77932026-02-14T02:41:37.606Z[ recovery-image] Feb 14 02:41:37.167 INFO O| Feb 14 02:41:37.167 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77942026-02-14T02:41:37.631Z[ recovery-image] Feb 14 02:41:37.179 INFO O| Feb 14 02:41:37.179 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errdate"
77952026-02-14T02:41:37.631Z[ recovery-image] Feb 14 02:41:37.179 INFO O| Feb 14 02:41:37.179 INFO STEP 946 (remove_files) COMPLETE
77962026-02-14T02:41:37.631Z[ recovery-image] Feb 14 02:41:37.179 INFO O| Feb 14 02:41:37.179 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77972026-02-14T02:41:37.631Z[ recovery-image] Feb 14 02:41:37.194 INFO O| Feb 14 02:41:37.194 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errgid"
77982026-02-14T02:41:37.631Z[ recovery-image] Feb 14 02:41:37.194 INFO O| Feb 14 02:41:37.194 INFO STEP 947 (remove_files) COMPLETE
77992026-02-14T02:41:37.631Z[ recovery-image] Feb 14 02:41:37.194 INFO O| Feb 14 02:41:37.194 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78002026-02-14T02:41:37.655Z[ recovery-image] Feb 14 02:41:37.206 INFO O| Feb 14 02:41:37.206 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errint"
78012026-02-14T02:41:37.655Z[ recovery-image] Feb 14 02:41:37.206 INFO O| Feb 14 02:41:37.206 INFO STEP 948 (remove_files) COMPLETE
78022026-02-14T02:41:37.655Z[ recovery-image] Feb 14 02:41:37.206 INFO O| Feb 14 02:41:37.206 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78032026-02-14T02:41:37.655Z[ recovery-image] Feb 14 02:41:37.217 INFO O| Feb 14 02:41:37.217 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erritem"
78042026-02-14T02:41:37.655Z[ recovery-image] Feb 14 02:41:37.217 INFO O| Feb 14 02:41:37.217 INFO STEP 949 (remove_files) COMPLETE
78052026-02-14T02:41:37.655Z[ recovery-image] Feb 14 02:41:37.217 INFO O| Feb 14 02:41:37.217 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78062026-02-14T02:41:37.679Z[ recovery-image] Feb 14 02:41:37.228 INFO O| Feb 14 02:41:37.228 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errpath"
78072026-02-14T02:41:37.679Z[ recovery-image] Feb 14 02:41:37.228 INFO O| Feb 14 02:41:37.228 INFO STEP 950 (remove_files) COMPLETE
78082026-02-14T02:41:37.679Z[ recovery-image] Feb 14 02:41:37.228 INFO O| Feb 14 02:41:37.228 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78092026-02-14T02:41:37.679Z[ recovery-image] Feb 14 02:41:37.239 INFO O| Feb 14 02:41:37.239 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errstr"
78102026-02-14T02:41:37.679Z[ recovery-image] Feb 14 02:41:37.239 INFO O| Feb 14 02:41:37.239 INFO STEP 951 (remove_files) COMPLETE
78112026-02-14T02:41:37.679Z[ recovery-image] Feb 14 02:41:37.239 INFO O| Feb 14 02:41:37.239 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78122026-02-14T02:41:37.704Z[ recovery-image] Feb 14 02:41:37.250 INFO O| Feb 14 02:41:37.250 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errtime"
78132026-02-14T02:41:37.704Z[ recovery-image] Feb 14 02:41:37.250 INFO O| Feb 14 02:41:37.250 INFO STEP 952 (remove_files) COMPLETE
78142026-02-14T02:41:37.704Z[ recovery-image] Feb 14 02:41:37.250 INFO O| Feb 14 02:41:37.250 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78152026-02-14T02:41:37.704Z[ recovery-image] Feb 14 02:41:37.261 INFO O| Feb 14 02:41:37.261 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erruid"
78162026-02-14T02:41:37.704Z[ recovery-image] Feb 14 02:41:37.261 INFO O| Feb 14 02:41:37.261 INFO STEP 953 (remove_files) COMPLETE
78172026-02-14T02:41:37.704Z[ recovery-image] Feb 14 02:41:37.261 INFO O| Feb 14 02:41:37.261 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78182026-02-14T02:41:37.728Z[ recovery-image] Feb 14 02:41:37.273 INFO O| Feb 14 02:41:37.273 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erryorn"
78192026-02-14T02:41:37.728Z[ recovery-image] Feb 14 02:41:37.273 INFO O| Feb 14 02:41:37.273 INFO STEP 954 (remove_files) COMPLETE
78202026-02-14T02:41:37.728Z[ recovery-image] Feb 14 02:41:37.273 INFO O| Feb 14 02:41:37.273 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78212026-02-14T02:41:37.728Z[ recovery-image] Feb 14 02:41:37.286 INFO O| Feb 14 02:41:37.286 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpdate"
78222026-02-14T02:41:37.728Z[ recovery-image] Feb 14 02:41:37.286 INFO O| Feb 14 02:41:37.286 INFO STEP 955 (remove_files) COMPLETE
78232026-02-14T02:41:37.728Z[ recovery-image] Feb 14 02:41:37.286 INFO O| Feb 14 02:41:37.286 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78242026-02-14T02:41:37.753Z[ recovery-image] Feb 14 02:41:37.300 INFO O| Feb 14 02:41:37.300 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpgid"
78252026-02-14T02:41:37.753Z[ recovery-image] Feb 14 02:41:37.300 INFO O| Feb 14 02:41:37.300 INFO STEP 956 (remove_files) COMPLETE
78262026-02-14T02:41:37.753Z[ recovery-image] Feb 14 02:41:37.300 INFO O| Feb 14 02:41:37.300 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78272026-02-14T02:41:37.753Z[ recovery-image] Feb 14 02:41:37.313 INFO O| Feb 14 02:41:37.313 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpint"
78282026-02-14T02:41:37.753Z[ recovery-image] Feb 14 02:41:37.313 INFO O| Feb 14 02:41:37.313 INFO STEP 957 (remove_files) COMPLETE
78292026-02-14T02:41:37.753Z[ recovery-image] Feb 14 02:41:37.313 INFO O| Feb 14 02:41:37.313 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78302026-02-14T02:41:37.777Z[ recovery-image] Feb 14 02:41:37.324 INFO O| Feb 14 02:41:37.324 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpitem"
78312026-02-14T02:41:37.777Z[ recovery-image] Feb 14 02:41:37.324 INFO O| Feb 14 02:41:37.324 INFO STEP 958 (remove_files) COMPLETE
78322026-02-14T02:41:37.777Z[ recovery-image] Feb 14 02:41:37.324 INFO O| Feb 14 02:41:37.324 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78332026-02-14T02:41:37.777Z[ recovery-image] Feb 14 02:41:37.339 INFO O| Feb 14 02:41:37.339 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helppath"
78342026-02-14T02:41:37.777Z[ recovery-image] Feb 14 02:41:37.339 INFO O| Feb 14 02:41:37.339 INFO STEP 959 (remove_files) COMPLETE
78352026-02-14T02:41:37.777Z[ recovery-image] Feb 14 02:41:37.339 INFO O| Feb 14 02:41:37.339 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78362026-02-14T02:41:37.802Z[ recovery-image] Feb 14 02:41:37.353 INFO O| Feb 14 02:41:37.353 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helprange"
78372026-02-14T02:41:37.802Z[ recovery-image] Feb 14 02:41:37.353 INFO O| Feb 14 02:41:37.353 INFO STEP 960 (remove_files) COMPLETE
78382026-02-14T02:41:37.802Z[ recovery-image] Feb 14 02:41:37.353 INFO O| Feb 14 02:41:37.353 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78392026-02-14T02:41:37.802Z[ recovery-image] Feb 14 02:41:37.366 INFO O| Feb 14 02:41:37.366 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpstr"
78402026-02-14T02:41:37.802Z[ recovery-image] Feb 14 02:41:37.366 INFO O| Feb 14 02:41:37.366 INFO STEP 961 (remove_files) COMPLETE
78412026-02-14T02:41:37.802Z[ recovery-image] Feb 14 02:41:37.366 INFO O| Feb 14 02:41:37.366 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78422026-02-14T02:41:37.826Z[ recovery-image] Feb 14 02:41:37.377 INFO O| Feb 14 02:41:37.377 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helptime"
78432026-02-14T02:41:37.826Z[ recovery-image] Feb 14 02:41:37.377 INFO O| Feb 14 02:41:37.377 INFO STEP 962 (remove_files) COMPLETE
78442026-02-14T02:41:37.826Z[ recovery-image] Feb 14 02:41:37.377 INFO O| Feb 14 02:41:37.377 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78452026-02-14T02:41:37.826Z[ recovery-image] Feb 14 02:41:37.388 INFO O| Feb 14 02:41:37.388 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpuid"
78462026-02-14T02:41:37.826Z[ recovery-image] Feb 14 02:41:37.388 INFO O| Feb 14 02:41:37.388 INFO STEP 963 (remove_files) COMPLETE
78472026-02-14T02:41:37.826Z[ recovery-image] Feb 14 02:41:37.388 INFO O| Feb 14 02:41:37.388 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78482026-02-14T02:41:37.851Z[ recovery-image] Feb 14 02:41:37.399 INFO O| Feb 14 02:41:37.399 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpyorn"
78492026-02-14T02:41:37.851Z[ recovery-image] Feb 14 02:41:37.399 INFO O| Feb 14 02:41:37.399 INFO STEP 964 (remove_files) COMPLETE
78502026-02-14T02:41:37.851Z[ recovery-image] Feb 14 02:41:37.399 INFO O| Feb 14 02:41:37.399 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78512026-02-14T02:41:37.851Z[ recovery-image] Feb 14 02:41:37.410 INFO O| Feb 14 02:41:37.410 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/puttext"
78522026-02-14T02:41:37.851Z[ recovery-image] Feb 14 02:41:37.410 INFO O| Feb 14 02:41:37.410 INFO STEP 965 (remove_files) COMPLETE
78532026-02-14T02:41:37.851Z[ recovery-image] Feb 14 02:41:37.410 INFO O| Feb 14 02:41:37.410 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78542026-02-14T02:41:37.875Z[ recovery-image] Feb 14 02:41:37.424 INFO O| Feb 14 02:41:37.424 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valdate"
78552026-02-14T02:41:37.875Z[ recovery-image] Feb 14 02:41:37.424 INFO O| Feb 14 02:41:37.424 INFO STEP 966 (remove_files) COMPLETE
78562026-02-14T02:41:37.875Z[ recovery-image] Feb 14 02:41:37.424 INFO O| Feb 14 02:41:37.424 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78572026-02-14T02:41:37.875Z[ recovery-image] Feb 14 02:41:37.434 INFO O| Feb 14 02:41:37.434 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valgid"
78582026-02-14T02:41:37.875Z[ recovery-image] Feb 14 02:41:37.434 INFO O| Feb 14 02:41:37.434 INFO STEP 967 (remove_files) COMPLETE
78592026-02-14T02:41:37.875Z[ recovery-image] Feb 14 02:41:37.434 INFO O| Feb 14 02:41:37.434 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78602026-02-14T02:41:37.899Z[ recovery-image] Feb 14 02:41:37.444 INFO O| Feb 14 02:41:37.444 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valint"
78612026-02-14T02:41:37.899Z[ recovery-image] Feb 14 02:41:37.444 INFO O| Feb 14 02:41:37.444 INFO STEP 968 (remove_files) COMPLETE
78622026-02-14T02:41:37.899Z[ recovery-image] Feb 14 02:41:37.444 INFO O| Feb 14 02:41:37.444 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78632026-02-14T02:41:37.899Z[ recovery-image] Feb 14 02:41:37.455 INFO O| Feb 14 02:41:37.454 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valpath"
78642026-02-14T02:41:37.899Z[ recovery-image] Feb 14 02:41:37.455 INFO O| Feb 14 02:41:37.455 INFO STEP 969 (remove_files) COMPLETE
78652026-02-14T02:41:37.899Z[ recovery-image] Feb 14 02:41:37.455 INFO O| Feb 14 02:41:37.455 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78662026-02-14T02:41:37.923Z[ recovery-image] Feb 14 02:41:37.469 INFO O| Feb 14 02:41:37.469 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valrange"
78672026-02-14T02:41:37.923Z[ recovery-image] Feb 14 02:41:37.469 INFO O| Feb 14 02:41:37.469 INFO STEP 970 (remove_files) COMPLETE
78682026-02-14T02:41:37.923Z[ recovery-image] Feb 14 02:41:37.469 INFO O| Feb 14 02:41:37.469 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78692026-02-14T02:41:37.923Z[ recovery-image] Feb 14 02:41:37.480 INFO O| Feb 14 02:41:37.480 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valstr"
78702026-02-14T02:41:37.924Z[ recovery-image] Feb 14 02:41:37.480 INFO O| Feb 14 02:41:37.480 INFO STEP 971 (remove_files) COMPLETE
78712026-02-14T02:41:37.924Z[ recovery-image] Feb 14 02:41:37.480 INFO O| Feb 14 02:41:37.480 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78722026-02-14T02:41:37.948Z[ recovery-image] Feb 14 02:41:37.491 INFO O| Feb 14 02:41:37.491 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valtime"
78732026-02-14T02:41:37.948Z[ recovery-image] Feb 14 02:41:37.491 INFO O| Feb 14 02:41:37.491 INFO STEP 972 (remove_files) COMPLETE
78742026-02-14T02:41:37.948Z[ recovery-image] Feb 14 02:41:37.491 INFO O| Feb 14 02:41:37.491 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78752026-02-14T02:41:37.948Z[ recovery-image] Feb 14 02:41:37.503 INFO O| Feb 14 02:41:37.502 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valuid"
78762026-02-14T02:41:37.948Z[ recovery-image] Feb 14 02:41:37.503 INFO O| Feb 14 02:41:37.503 INFO STEP 973 (remove_files) COMPLETE
78772026-02-14T02:41:37.948Z[ recovery-image] Feb 14 02:41:37.503 INFO O| Feb 14 02:41:37.503 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78782026-02-14T02:41:37.972Z[ recovery-image] Feb 14 02:41:37.516 INFO O| Feb 14 02:41:37.516 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valyorn"
78792026-02-14T02:41:37.972Z[ recovery-image] Feb 14 02:41:37.516 INFO O| Feb 14 02:41:37.516 INFO STEP 974 (remove_files) COMPLETE
78802026-02-14T02:41:37.972Z[ recovery-image] Feb 14 02:41:37.516 INFO O| Feb 14 02:41:37.516 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78812026-02-14T02:41:37.972Z[ recovery-image] Feb 14 02:41:37.528 INFO O| Feb 14 02:41:37.527 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkginstall"
78822026-02-14T02:41:37.972Z[ recovery-image] Feb 14 02:41:37.528 INFO O| Feb 14 02:41:37.528 INFO STEP 975 (remove_files) COMPLETE
78832026-02-14T02:41:37.972Z[ recovery-image] Feb 14 02:41:37.528 INFO O| Feb 14 02:41:37.528 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78842026-02-14T02:41:37.972Z[ recovery-image] Feb 14 02:41:37.539 INFO O| Feb 14 02:41:37.539 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgname"
78852026-02-14T02:41:37.973Z[ recovery-image] Feb 14 02:41:37.539 INFO O| Feb 14 02:41:37.539 INFO STEP 976 (remove_files) COMPLETE
78862026-02-14T02:41:37.973Z[ recovery-image] Feb 14 02:41:37.539 INFO O| Feb 14 02:41:37.539 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78872026-02-14T02:41:37.997Z[ recovery-image] Feb 14 02:41:37.554 INFO O| Feb 14 02:41:37.554 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgremove"
78882026-02-14T02:41:37.997Z[ recovery-image] Feb 14 02:41:37.554 INFO O| Feb 14 02:41:37.554 INFO STEP 977 (remove_files) COMPLETE
78892026-02-14T02:41:37.997Z[ recovery-image] Feb 14 02:41:37.554 INFO O| Feb 14 02:41:37.554 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78902026-02-14T02:41:38.021Z[ recovery-image] Feb 14 02:41:37.567 INFO O| Feb 14 02:41:37.567 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgserv"
78912026-02-14T02:41:38.021Z[ recovery-image] Feb 14 02:41:37.567 INFO O| Feb 14 02:41:37.567 INFO STEP 978 (remove_files) COMPLETE
78922026-02-14T02:41:38.021Z[ recovery-image] Feb 14 02:41:37.567 INFO O| Feb 14 02:41:37.567 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78932026-02-14T02:41:38.021Z[ recovery-image] Feb 14 02:41:37.579 INFO O| Feb 14 02:41:37.579 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/miniroot.db"
78942026-02-14T02:41:38.021Z[ recovery-image] Feb 14 02:41:37.579 INFO O| Feb 14 02:41:37.579 INFO STEP 979 (remove_files) COMPLETE
78952026-02-14T02:41:38.021Z[ recovery-image] Feb 14 02:41:37.579 INFO O| Feb 14 02:41:37.579 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78962026-02-14T02:41:38.045Z[ recovery-image] Feb 14 02:41:37.594 INFO O| Feb 14 02:41:37.594 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/scripts/i.preserve"
78972026-02-14T02:41:38.045Z[ recovery-image] Feb 14 02:41:37.594 INFO O| Feb 14 02:41:37.594 INFO STEP 980 (remove_files) COMPLETE
78982026-02-14T02:41:38.045Z[ recovery-image] Feb 14 02:41:37.594 INFO O| Feb 14 02:41:37.594 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78992026-02-14T02:41:38.045Z[ recovery-image] Feb 14 02:41:37.606 INFO O| Feb 14 02:41:37.606 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/ugdates"
79002026-02-14T02:41:38.046Z[ recovery-image] Feb 14 02:41:37.606 INFO O| Feb 14 02:41:37.606 INFO STEP 981 (remove_files) COMPLETE
79012026-02-14T02:41:38.046Z[ recovery-image] Feb 14 02:41:37.606 INFO O| Feb 14 02:41:37.606 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79022026-02-14T02:41:38.070Z[ recovery-image] Feb 14 02:41:37.617 INFO O| Feb 14 02:41:37.617 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/6to4relay"
79032026-02-14T02:41:38.070Z[ recovery-image] Feb 14 02:41:37.617 INFO O| Feb 14 02:41:37.617 INFO STEP 982 (remove_files) COMPLETE
79042026-02-14T02:41:38.070Z[ recovery-image] Feb 14 02:41:37.617 INFO O| Feb 14 02:41:37.617 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79052026-02-14T02:41:38.070Z[ recovery-image] Feb 14 02:41:37.629 INFO O| Feb 14 02:41:37.629 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acctadm"
79062026-02-14T02:41:38.070Z[ recovery-image] Feb 14 02:41:37.629 INFO O| Feb 14 02:41:37.629 INFO STEP 983 (remove_files) COMPLETE
79072026-02-14T02:41:38.070Z[ recovery-image] Feb 14 02:41:37.629 INFO O| Feb 14 02:41:37.629 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79082026-02-14T02:41:38.094Z[ recovery-image] Feb 14 02:41:37.640 INFO O| Feb 14 02:41:37.640 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpidump"
79092026-02-14T02:41:38.094Z[ recovery-image] Feb 14 02:41:37.640 INFO O| Feb 14 02:41:37.640 INFO STEP 984 (remove_files) COMPLETE
79102026-02-14T02:41:38.094Z[ recovery-image] Feb 14 02:41:37.640 INFO O| Feb 14 02:41:37.640 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79112026-02-14T02:41:38.095Z[ recovery-image] Feb 14 02:41:37.660 INFO O| Feb 14 02:41:37.660 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpixtract"
79122026-02-14T02:41:38.095Z[ recovery-image] Feb 14 02:41:37.660 INFO O| Feb 14 02:41:37.660 INFO STEP 985 (remove_files) COMPLETE
79132026-02-14T02:41:38.095Z[ recovery-image] Feb 14 02:41:37.660 INFO O| Feb 14 02:41:37.660 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79142026-02-14T02:41:38.119Z[ recovery-image] Feb 14 02:41:37.674 INFO O| Feb 14 02:41:37.674 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/add_drv"
79152026-02-14T02:41:38.119Z[ recovery-image] Feb 14 02:41:37.675 INFO O| Feb 14 02:41:37.675 INFO STEP 986 (remove_files) COMPLETE
79162026-02-14T02:41:38.119Z[ recovery-image] Feb 14 02:41:37.675 INFO O| Feb 14 02:41:37.675 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79172026-02-14T02:41:38.143Z[ recovery-image] Feb 14 02:41:37.689 INFO O| Feb 14 02:41:37.688 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/allocate"
79182026-02-14T02:41:38.143Z[ recovery-image] Feb 14 02:41:37.689 INFO O| Feb 14 02:41:37.689 INFO STEP 987 (remove_files) COMPLETE
79192026-02-14T02:41:38.143Z[ recovery-image] Feb 14 02:41:37.689 INFO O| Feb 14 02:41:37.689 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79202026-02-14T02:41:38.143Z[ recovery-image] Feb 14 02:41:37.705 INFO O| Feb 14 02:41:37.705 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/intrstat"
79212026-02-14T02:41:38.143Z[ recovery-image] Feb 14 02:41:37.705 INFO O| Feb 14 02:41:37.705 INFO STEP 988 (remove_files) COMPLETE
79222026-02-14T02:41:38.143Z[ recovery-image] Feb 14 02:41:37.705 INFO O| Feb 14 02:41:37.705 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79232026-02-14T02:41:38.167Z[ recovery-image] Feb 14 02:41:37.719 INFO O| Feb 14 02:41:37.719 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/lockstat"
79242026-02-14T02:41:38.167Z[ recovery-image] Feb 14 02:41:37.719 INFO O| Feb 14 02:41:37.719 INFO STEP 989 (remove_files) COMPLETE
79252026-02-14T02:41:38.167Z[ recovery-image] Feb 14 02:41:37.719 INFO O| Feb 14 02:41:37.719 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79262026-02-14T02:41:38.191Z[ recovery-image] Feb 14 02:41:37.736 INFO O| Feb 14 02:41:37.736 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/plockstat"
79272026-02-14T02:41:38.191Z[ recovery-image] Feb 14 02:41:37.736 INFO O| Feb 14 02:41:37.736 INFO STEP 990 (remove_files) COMPLETE
79282026-02-14T02:41:38.191Z[ recovery-image] Feb 14 02:41:37.736 INFO O| Feb 14 02:41:37.736 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79292026-02-14T02:41:38.191Z[ recovery-image] Feb 14 02:41:37.751 INFO O| Feb 14 02:41:37.751 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/arp"
79302026-02-14T02:41:38.191Z[ recovery-image] Feb 14 02:41:37.751 INFO O| Feb 14 02:41:37.751 INFO STEP 991 (remove_files) COMPLETE
79312026-02-14T02:41:38.191Z[ recovery-image] Feb 14 02:41:37.751 INFO O| Feb 14 02:41:37.751 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79322026-02-14T02:41:38.216Z[ recovery-image] Feb 14 02:41:37.764 INFO O| Feb 14 02:41:37.764 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audit"
79332026-02-14T02:41:38.216Z[ recovery-image] Feb 14 02:41:37.764 INFO O| Feb 14 02:41:37.764 INFO STEP 992 (remove_files) COMPLETE
79342026-02-14T02:41:38.216Z[ recovery-image] Feb 14 02:41:37.764 INFO O| Feb 14 02:41:37.764 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79352026-02-14T02:41:38.216Z[ recovery-image] Feb 14 02:41:37.775 INFO O| Feb 14 02:41:37.775 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditconfig"
79362026-02-14T02:41:38.216Z[ recovery-image] Feb 14 02:41:37.775 INFO O| Feb 14 02:41:37.775 INFO STEP 993 (remove_files) COMPLETE
79372026-02-14T02:41:38.216Z[ recovery-image] Feb 14 02:41:37.775 INFO O| Feb 14 02:41:37.775 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79382026-02-14T02:41:38.240Z[ recovery-image] Feb 14 02:41:37.786 INFO O| Feb 14 02:41:37.786 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditd"
79392026-02-14T02:41:38.240Z[ recovery-image] Feb 14 02:41:37.786 INFO O| Feb 14 02:41:37.786 INFO STEP 994 (remove_files) COMPLETE
79402026-02-14T02:41:38.240Z[ recovery-image] Feb 14 02:41:37.786 INFO O| Feb 14 02:41:37.786 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79412026-02-14T02:41:38.240Z[ recovery-image] Feb 14 02:41:37.796 INFO O| Feb 14 02:41:37.796 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditrecord"
79422026-02-14T02:41:38.240Z[ recovery-image] Feb 14 02:41:37.797 INFO O| Feb 14 02:41:37.797 INFO STEP 995 (remove_files) COMPLETE
79432026-02-14T02:41:38.240Z[ recovery-image] Feb 14 02:41:37.797 INFO O| Feb 14 02:41:37.797 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79442026-02-14T02:41:38.240Z[ recovery-image] Feb 14 02:41:37.806 INFO O| Feb 14 02:41:37.806 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditreduce"
79452026-02-14T02:41:38.240Z[ recovery-image] Feb 14 02:41:37.807 INFO O| Feb 14 02:41:37.807 INFO STEP 996 (remove_files) COMPLETE
79462026-02-14T02:41:38.240Z[ recovery-image] Feb 14 02:41:37.807 INFO O| Feb 14 02:41:37.807 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79472026-02-14T02:41:38.265Z[ recovery-image] Feb 14 02:41:37.816 INFO O| Feb 14 02:41:37.816 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditstat"
79482026-02-14T02:41:38.265Z[ recovery-image] Feb 14 02:41:37.816 INFO O| Feb 14 02:41:37.816 INFO STEP 997 (remove_files) COMPLETE
79492026-02-14T02:41:38.265Z[ recovery-image] Feb 14 02:41:37.817 INFO O| Feb 14 02:41:37.817 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79502026-02-14T02:41:38.265Z[ recovery-image] Feb 14 02:41:37.826 INFO O| Feb 14 02:41:37.826 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audlinks"
79512026-02-14T02:41:38.265Z[ recovery-image] Feb 14 02:41:37.826 INFO O| Feb 14 02:41:37.826 INFO STEP 998 (remove_files) COMPLETE
79522026-02-14T02:41:38.265Z[ recovery-image] Feb 14 02:41:37.827 INFO O| Feb 14 02:41:37.826 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79532026-02-14T02:41:38.289Z[ recovery-image] Feb 14 02:41:37.837 INFO O| Feb 14 02:41:37.837 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyve"
79542026-02-14T02:41:38.289Z[ recovery-image] Feb 14 02:41:37.837 INFO O| Feb 14 02:41:37.837 INFO STEP 999 (remove_files) COMPLETE
79552026-02-14T02:41:38.289Z[ recovery-image] Feb 14 02:41:37.837 INFO O| Feb 14 02:41:37.837 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79562026-02-14T02:41:38.289Z[ recovery-image] Feb 14 02:41:37.847 INFO O| Feb 14 02:41:37.847 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyvectl"
79572026-02-14T02:41:38.289Z[ recovery-image] Feb 14 02:41:37.848 INFO O| Feb 14 02:41:37.848 INFO STEP 1000 (remove_files) COMPLETE
79582026-02-14T02:41:38.289Z[ recovery-image] Feb 14 02:41:37.848 INFO O| Feb 14 02:41:37.848 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79592026-02-14T02:41:38.314Z[ recovery-image] Feb 14 02:41:37.858 INFO O| Feb 14 02:41:37.858 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/cfgadm"
79602026-02-14T02:41:38.314Z[ recovery-image] Feb 14 02:41:37.858 INFO O| Feb 14 02:41:37.858 INFO STEP 1001 (remove_files) COMPLETE
79612026-02-14T02:41:38.314Z[ recovery-image] Feb 14 02:41:37.858 INFO O| Feb 14 02:41:37.858 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79622026-02-14T02:41:38.314Z[ recovery-image] Feb 14 02:41:37.868 INFO O| Feb 14 02:41:37.868 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chronyd"
79632026-02-14T02:41:38.314Z[ recovery-image] Feb 14 02:41:37.868 INFO O| Feb 14 02:41:37.868 INFO STEP 1002 (remove_files) COMPLETE
79642026-02-14T02:41:38.314Z[ recovery-image] Feb 14 02:41:37.868 INFO O| Feb 14 02:41:37.868 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79652026-02-14T02:41:38.314Z[ recovery-image] Feb 14 02:41:37.878 INFO O| Feb 14 02:41:37.878 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chroot"
79662026-02-14T02:41:38.314Z[ recovery-image] Feb 14 02:41:37.878 INFO O| Feb 14 02:41:37.878 INFO STEP 1003 (remove_files) COMPLETE
79672026-02-14T02:41:38.314Z[ recovery-image] Feb 14 02:41:37.878 INFO O| Feb 14 02:41:37.878 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79682026-02-14T02:41:38.338Z[ recovery-image] Feb 14 02:41:37.888 INFO O| Feb 14 02:41:37.888 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clear_locks"
79692026-02-14T02:41:38.338Z[ recovery-image] Feb 14 02:41:37.889 INFO O| Feb 14 02:41:37.889 INFO STEP 1004 (remove_files) COMPLETE
79702026-02-14T02:41:38.338Z[ recovery-image] Feb 14 02:41:37.889 INFO O| Feb 14 02:41:37.889 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79712026-02-14T02:41:38.338Z[ recovery-image] Feb 14 02:41:37.901 INFO O| Feb 14 02:41:37.901 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clinfo"
79722026-02-14T02:41:38.338Z[ recovery-image] Feb 14 02:41:37.901 INFO O| Feb 14 02:41:37.901 INFO STEP 1005 (remove_files) COMPLETE
79732026-02-14T02:41:38.338Z[ recovery-image] Feb 14 02:41:37.901 INFO O| Feb 14 02:41:37.901 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79742026-02-14T02:41:38.362Z[ recovery-image] Feb 14 02:41:37.912 INFO O| Feb 14 02:41:37.912 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clri"
79752026-02-14T02:41:38.362Z[ recovery-image] Feb 14 02:41:37.912 INFO O| Feb 14 02:41:37.912 INFO STEP 1006 (remove_files) COMPLETE
79762026-02-14T02:41:38.362Z[ recovery-image] Feb 14 02:41:37.912 INFO O| Feb 14 02:41:37.912 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79772026-02-14T02:41:38.362Z[ recovery-image] Feb 14 02:41:37.923 INFO O| Feb 14 02:41:37.923 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadm"
79782026-02-14T02:41:38.362Z[ recovery-image] Feb 14 02:41:37.923 INFO O| Feb 14 02:41:37.923 INFO STEP 1007 (remove_files) COMPLETE
79792026-02-14T02:41:38.362Z[ recovery-image] Feb 14 02:41:37.923 INFO O| Feb 14 02:41:37.923 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79802026-02-14T02:41:38.386Z[ recovery-image] Feb 14 02:41:37.938 INFO O| Feb 14 02:41:37.938 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadmd"
79812026-02-14T02:41:38.386Z[ recovery-image] Feb 14 02:41:37.938 INFO O| Feb 14 02:41:37.938 INFO STEP 1008 (remove_files) COMPLETE
79822026-02-14T02:41:38.386Z[ recovery-image] Feb 14 02:41:37.938 INFO O| Feb 14 02:41:37.938 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79832026-02-14T02:41:38.386Z[ recovery-image] Feb 14 02:41:37.949 INFO O| Feb 14 02:41:37.949 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/cpustat"
79842026-02-14T02:41:38.386Z[ recovery-image] Feb 14 02:41:37.949 INFO O| Feb 14 02:41:37.949 INFO STEP 1009 (remove_files) COMPLETE
79852026-02-14T02:41:38.386Z[ recovery-image] Feb 14 02:41:37.949 INFO O| Feb 14 02:41:37.949 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79862026-02-14T02:41:38.410Z[ recovery-image] Feb 14 02:41:37.963 INFO O| Feb 14 02:41:37.963 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/deallocate"
79872026-02-14T02:41:38.410Z[ recovery-image] Feb 14 02:41:37.963 INFO O| Feb 14 02:41:37.963 INFO STEP 1010 (remove_files) COMPLETE
79882026-02-14T02:41:38.411Z[ recovery-image] Feb 14 02:41:37.963 INFO O| Feb 14 02:41:37.963 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79892026-02-14T02:41:38.411Z[ recovery-image] Feb 14 02:41:37.975 INFO O| Feb 14 02:41:37.975 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devinfo"
79902026-02-14T02:41:38.411Z[ recovery-image] Feb 14 02:41:37.975 INFO O| Feb 14 02:41:37.975 INFO STEP 1011 (remove_files) COMPLETE
79912026-02-14T02:41:38.411Z[ recovery-image] Feb 14 02:41:37.975 INFO O| Feb 14 02:41:37.975 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79922026-02-14T02:41:38.435Z[ recovery-image] Feb 14 02:41:37.986 INFO O| Feb 14 02:41:37.986 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devlinks"
79932026-02-14T02:41:38.435Z[ recovery-image] Feb 14 02:41:37.987 INFO O| Feb 14 02:41:37.987 INFO STEP 1012 (remove_files) COMPLETE
79942026-02-14T02:41:38.435Z[ recovery-image] Feb 14 02:41:37.987 INFO O| Feb 14 02:41:37.987 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79952026-02-14T02:41:38.435Z[ recovery-image] Feb 14 02:41:37.997 INFO O| Feb 14 02:41:37.997 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/df"
79962026-02-14T02:41:38.435Z[ recovery-image] Feb 14 02:41:37.998 INFO O| Feb 14 02:41:37.998 INFO STEP 1013 (remove_files) COMPLETE
79972026-02-14T02:41:38.435Z[ recovery-image] Feb 14 02:41:37.998 INFO O| Feb 14 02:41:37.998 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79982026-02-14T02:41:38.460Z[ recovery-image] Feb 14 02:41:38.009 INFO O| Feb 14 02:41:38.009 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfmounts"
79992026-02-14T02:41:38.460Z[ recovery-image] Feb 14 02:41:38.009 INFO O| Feb 14 02:41:38.009 INFO STEP 1014 (remove_files) COMPLETE
80002026-02-14T02:41:38.460Z[ recovery-image] Feb 14 02:41:38.009 INFO O| Feb 14 02:41:38.009 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80012026-02-14T02:41:38.460Z[ recovery-image] Feb 14 02:41:38.019 INFO O| Feb 14 02:41:38.019 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfshares"
80022026-02-14T02:41:38.460Z[ recovery-image] Feb 14 02:41:38.019 INFO O| Feb 14 02:41:38.019 INFO STEP 1015 (remove_files) COMPLETE
80032026-02-14T02:41:38.460Z[ recovery-image] Feb 14 02:41:38.019 INFO O| Feb 14 02:41:38.019 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80042026-02-14T02:41:38.484Z[ recovery-image] Feb 14 02:41:38.030 INFO O| Feb 14 02:41:38.030 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/disks"
80052026-02-14T02:41:38.484Z[ recovery-image] Feb 14 02:41:38.030 INFO O| Feb 14 02:41:38.030 INFO STEP 1016 (remove_files) COMPLETE
80062026-02-14T02:41:38.484Z[ recovery-image] Feb 14 02:41:38.030 INFO O| Feb 14 02:41:38.030 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80072026-02-14T02:41:38.484Z[ recovery-image] Feb 14 02:41:38.041 INFO O| Feb 14 02:41:38.041 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dispadmin"
80082026-02-14T02:41:38.484Z[ recovery-image] Feb 14 02:41:38.041 INFO O| Feb 14 02:41:38.041 INFO STEP 1017 (remove_files) COMPLETE
80092026-02-14T02:41:38.484Z[ recovery-image] Feb 14 02:41:38.041 INFO O| Feb 14 02:41:38.041 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80102026-02-14T02:41:38.508Z[ recovery-image] Feb 14 02:41:38.056 INFO O| Feb 14 02:41:38.056 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dminfo"
80112026-02-14T02:41:38.508Z[ recovery-image] Feb 14 02:41:38.056 INFO O| Feb 14 02:41:38.056 INFO STEP 1018 (remove_files) COMPLETE
80122026-02-14T02:41:38.508Z[ recovery-image] Feb 14 02:41:38.056 INFO O| Feb 14 02:41:38.056 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80132026-02-14T02:41:38.508Z[ recovery-image] Feb 14 02:41:38.067 INFO O| Feb 14 02:41:38.067 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/drvconfig"
80142026-02-14T02:41:38.508Z[ recovery-image] Feb 14 02:41:38.068 INFO O| Feb 14 02:41:38.067 INFO STEP 1019 (remove_files) COMPLETE
80152026-02-14T02:41:38.508Z[ recovery-image] Feb 14 02:41:38.068 INFO O| Feb 14 02:41:38.068 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80162026-02-14T02:41:38.532Z[ recovery-image] Feb 14 02:41:38.079 INFO O| Feb 14 02:41:38.079 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/eeprom"
80172026-02-14T02:41:38.532Z[ recovery-image] Feb 14 02:41:38.079 INFO O| Feb 14 02:41:38.079 INFO STEP 1020 (remove_files) COMPLETE
80182026-02-14T02:41:38.532Z[ recovery-image] Feb 14 02:41:38.079 INFO O| Feb 14 02:41:38.079 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80192026-02-14T02:41:38.532Z[ recovery-image] Feb 14 02:41:38.090 INFO O| Feb 14 02:41:38.090 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ff"
80202026-02-14T02:41:38.532Z[ recovery-image] Feb 14 02:41:38.090 INFO O| Feb 14 02:41:38.090 INFO STEP 1021 (remove_files) COMPLETE
80212026-02-14T02:41:38.532Z[ recovery-image] Feb 14 02:41:38.090 INFO O| Feb 14 02:41:38.090 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80222026-02-14T02:41:38.556Z[ recovery-image] Feb 14 02:41:38.104 INFO O| Feb 14 02:41:38.104 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmadm"
80232026-02-14T02:41:38.556Z[ recovery-image] Feb 14 02:41:38.104 INFO O| Feb 14 02:41:38.104 INFO STEP 1022 (remove_files) COMPLETE
80242026-02-14T02:41:38.556Z[ recovery-image] Feb 14 02:41:38.104 INFO O| Feb 14 02:41:38.104 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80252026-02-14T02:41:38.556Z[ recovery-image] Feb 14 02:41:38.116 INFO O| Feb 14 02:41:38.116 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmdump"
80262026-02-14T02:41:38.556Z[ recovery-image] Feb 14 02:41:38.116 INFO O| Feb 14 02:41:38.116 INFO STEP 1023 (remove_files) COMPLETE
80272026-02-14T02:41:38.556Z[ recovery-image] Feb 14 02:41:38.116 INFO O| Feb 14 02:41:38.116 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80282026-02-14T02:41:38.580Z[ recovery-image] Feb 14 02:41:38.127 INFO O| Feb 14 02:41:38.127 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmstat"
80292026-02-14T02:41:38.581Z[ recovery-image] Feb 14 02:41:38.127 INFO O| Feb 14 02:41:38.127 INFO STEP 1024 (remove_files) COMPLETE
80302026-02-14T02:41:38.581Z[ recovery-image] Feb 14 02:41:38.127 INFO O| Feb 14 02:41:38.127 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80312026-02-14T02:41:38.581Z[ recovery-image] Feb 14 02:41:38.139 INFO O| Feb 14 02:41:38.139 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmthard"
80322026-02-14T02:41:38.581Z[ recovery-image] Feb 14 02:41:38.139 INFO O| Feb 14 02:41:38.139 INFO STEP 1025 (remove_files) COMPLETE
80332026-02-14T02:41:38.581Z[ recovery-image] Feb 14 02:41:38.139 INFO O| Feb 14 02:41:38.139 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80342026-02-14T02:41:38.605Z[ recovery-image] Feb 14 02:41:38.155 INFO O| Feb 14 02:41:38.155 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/format"
80352026-02-14T02:41:38.605Z[ recovery-image] Feb 14 02:41:38.155 INFO O| Feb 14 02:41:38.155 INFO STEP 1026 (remove_files) COMPLETE
80362026-02-14T02:41:38.605Z[ recovery-image] Feb 14 02:41:38.155 INFO O| Feb 14 02:41:38.155 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80372026-02-14T02:41:38.605Z[ recovery-image] Feb 14 02:41:38.169 INFO O| Feb 14 02:41:38.169 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fsck"
80382026-02-14T02:41:38.605Z[ recovery-image] Feb 14 02:41:38.169 INFO O| Feb 14 02:41:38.169 INFO STEP 1027 (remove_files) COMPLETE
80392026-02-14T02:41:38.605Z[ recovery-image] Feb 14 02:41:38.169 INFO O| Feb 14 02:41:38.169 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80402026-02-14T02:41:38.633Z[ recovery-image] Feb 14 02:41:38.182 INFO O| Feb 14 02:41:38.182 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fuser"
80412026-02-14T02:41:38.633Z[ recovery-image] Feb 14 02:41:38.182 INFO O| Feb 14 02:41:38.182 INFO STEP 1028 (remove_files) COMPLETE
80422026-02-14T02:41:38.633Z[ recovery-image] Feb 14 02:41:38.182 INFO O| Feb 14 02:41:38.182 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80432026-02-14T02:41:38.633Z[ recovery-image] Feb 14 02:41:38.194 INFO O| Feb 14 02:41:38.194 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getdevpolicy"
80442026-02-14T02:41:38.633Z[ recovery-image] Feb 14 02:41:38.194 INFO O| Feb 14 02:41:38.194 INFO STEP 1029 (remove_files) COMPLETE
80452026-02-14T02:41:38.633Z[ recovery-image] Feb 14 02:41:38.194 INFO O| Feb 14 02:41:38.194 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80462026-02-14T02:41:38.658Z[ recovery-image] Feb 14 02:41:38.211 INFO O| Feb 14 02:41:38.211 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getmajor"
80472026-02-14T02:41:38.658Z[ recovery-image] Feb 14 02:41:38.211 INFO O| Feb 14 02:41:38.211 INFO STEP 1030 (remove_files) COMPLETE
80482026-02-14T02:41:38.658Z[ recovery-image] Feb 14 02:41:38.211 INFO O| Feb 14 02:41:38.211 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80492026-02-14T02:41:38.658Z[ recovery-image] Feb 14 02:41:38.223 INFO O| Feb 14 02:41:38.223 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupadd"
80502026-02-14T02:41:38.658Z[ recovery-image] Feb 14 02:41:38.223 INFO O| Feb 14 02:41:38.223 INFO STEP 1031 (remove_files) COMPLETE
80512026-02-14T02:41:38.658Z[ recovery-image] Feb 14 02:41:38.223 INFO O| Feb 14 02:41:38.223 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80522026-02-14T02:41:38.683Z[ recovery-image] Feb 14 02:41:38.234 INFO O| Feb 14 02:41:38.234 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupdel"
80532026-02-14T02:41:38.683Z[ recovery-image] Feb 14 02:41:38.234 INFO O| Feb 14 02:41:38.234 INFO STEP 1032 (remove_files) COMPLETE
80542026-02-14T02:41:38.683Z[ recovery-image] Feb 14 02:41:38.234 INFO O| Feb 14 02:41:38.234 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80552026-02-14T02:41:38.683Z[ recovery-image] Feb 14 02:41:38.247 INFO O| Feb 14 02:41:38.247 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupmod"
80562026-02-14T02:41:38.683Z[ recovery-image] Feb 14 02:41:38.247 INFO O| Feb 14 02:41:38.247 INFO STEP 1033 (remove_files) COMPLETE
80572026-02-14T02:41:38.683Z[ recovery-image] Feb 14 02:41:38.247 INFO O| Feb 14 02:41:38.247 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80582026-02-14T02:41:38.707Z[ recovery-image] Feb 14 02:41:38.257 INFO O| Feb 14 02:41:38.257 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/growfs"
80592026-02-14T02:41:38.707Z[ recovery-image] Feb 14 02:41:38.257 INFO O| Feb 14 02:41:38.257 INFO STEP 1034 (remove_files) COMPLETE
80602026-02-14T02:41:38.707Z[ recovery-image] Feb 14 02:41:38.257 INFO O| Feb 14 02:41:38.257 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80612026-02-14T02:41:38.707Z[ recovery-image] Feb 14 02:41:38.267 INFO O| Feb 14 02:41:38.267 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/grpck"
80622026-02-14T02:41:38.707Z[ recovery-image] Feb 14 02:41:38.267 INFO O| Feb 14 02:41:38.267 INFO STEP 1035 (remove_files) COMPLETE
80632026-02-14T02:41:38.707Z[ recovery-image] Feb 14 02:41:38.267 INFO O| Feb 14 02:41:38.267 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80642026-02-14T02:41:38.732Z[ recovery-image] Feb 14 02:41:38.276 INFO O| Feb 14 02:41:38.276 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/gsscred"
80652026-02-14T02:41:38.732Z[ recovery-image] Feb 14 02:41:38.277 INFO O| Feb 14 02:41:38.277 INFO STEP 1036 (remove_files) COMPLETE
80662026-02-14T02:41:38.733Z[ recovery-image] Feb 14 02:41:38.277 INFO O| Feb 14 02:41:38.277 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80672026-02-14T02:41:38.733Z[ recovery-image] Feb 14 02:41:38.286 INFO O| Feb 14 02:41:38.286 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/halt"
80682026-02-14T02:41:38.733Z[ recovery-image] Feb 14 02:41:38.286 INFO O| Feb 14 02:41:38.286 INFO STEP 1037 (remove_files) COMPLETE
80692026-02-14T02:41:38.733Z[ recovery-image] Feb 14 02:41:38.286 INFO O| Feb 14 02:41:38.286 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80702026-02-14T02:41:38.757Z[ recovery-image] Feb 14 02:41:38.303 INFO O| Feb 14 02:41:38.303 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/hotplug"
80712026-02-14T02:41:38.757Z[ recovery-image] Feb 14 02:41:38.303 INFO O| Feb 14 02:41:38.303 INFO STEP 1038 (remove_files) COMPLETE
80722026-02-14T02:41:38.757Z[ recovery-image] Feb 14 02:41:38.303 INFO O| Feb 14 02:41:38.303 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80732026-02-14T02:41:38.757Z[ recovery-image] Feb 14 02:41:38.315 INFO O| Feb 14 02:41:38.315 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/iasl"
80742026-02-14T02:41:38.757Z[ recovery-image] Feb 14 02:41:38.316 INFO O| Feb 14 02:41:38.316 INFO STEP 1039 (remove_files) COMPLETE
80752026-02-14T02:41:38.757Z[ recovery-image] Feb 14 02:41:38.316 INFO O| Feb 14 02:41:38.316 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80762026-02-14T02:41:38.782Z[ recovery-image] Feb 14 02:41:38.328 INFO O| Feb 14 02:41:38.328 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/idmap"
80772026-02-14T02:41:38.782Z[ recovery-image] Feb 14 02:41:38.328 INFO O| Feb 14 02:41:38.328 INFO STEP 1040 (remove_files) COMPLETE
80782026-02-14T02:41:38.782Z[ recovery-image] Feb 14 02:41:38.328 INFO O| Feb 14 02:41:38.328 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80792026-02-14T02:41:38.782Z[ recovery-image] Feb 14 02:41:38.341 INFO O| Feb 14 02:41:38.341 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/if_mpadm"
80802026-02-14T02:41:38.782Z[ recovery-image] Feb 14 02:41:38.341 INFO O| Feb 14 02:41:38.341 INFO STEP 1041 (remove_files) COMPLETE
80812026-02-14T02:41:38.782Z[ recovery-image] Feb 14 02:41:38.341 INFO O| Feb 14 02:41:38.341 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80822026-02-14T02:41:38.807Z[ recovery-image] Feb 14 02:41:38.355 INFO O| Feb 14 02:41:38.355 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikeadm"
80832026-02-14T02:41:38.807Z[ recovery-image] Feb 14 02:41:38.355 INFO O| Feb 14 02:41:38.355 INFO STEP 1042 (remove_files) COMPLETE
80842026-02-14T02:41:38.807Z[ recovery-image] Feb 14 02:41:38.355 INFO O| Feb 14 02:41:38.355 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80852026-02-14T02:41:38.807Z[ recovery-image] Feb 14 02:41:38.366 INFO O| Feb 14 02:41:38.366 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikecert"
80862026-02-14T02:41:38.807Z[ recovery-image] Feb 14 02:41:38.366 INFO O| Feb 14 02:41:38.366 INFO STEP 1043 (remove_files) COMPLETE
80872026-02-14T02:41:38.807Z[ recovery-image] Feb 14 02:41:38.366 INFO O| Feb 14 02:41:38.366 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80882026-02-14T02:41:38.832Z[ recovery-image] Feb 14 02:41:38.380 INFO O| Feb 14 02:41:38.379 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.rdisc"
80892026-02-14T02:41:38.833Z[ recovery-image] Feb 14 02:41:38.380 INFO O| Feb 14 02:41:38.380 INFO STEP 1044 (remove_files) COMPLETE
80902026-02-14T02:41:38.833Z[ recovery-image] Feb 14 02:41:38.380 INFO O| Feb 14 02:41:38.380 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80912026-02-14T02:41:38.833Z[ recovery-image] Feb 14 02:41:38.389 INFO O| Feb 14 02:41:38.389 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.routed"
80922026-02-14T02:41:38.833Z[ recovery-image] Feb 14 02:41:38.390 INFO O| Feb 14 02:41:38.389 INFO STEP 1045 (remove_files) COMPLETE
80932026-02-14T02:41:38.833Z[ recovery-image] Feb 14 02:41:38.390 INFO O| Feb 14 02:41:38.390 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80942026-02-14T02:41:38.833Z[ recovery-image] Feb 14 02:41:38.399 INFO O| Feb 14 02:41:38.399 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetadm"
80952026-02-14T02:41:38.833Z[ recovery-image] Feb 14 02:41:38.399 INFO O| Feb 14 02:41:38.399 INFO STEP 1046 (remove_files) COMPLETE
80962026-02-14T02:41:38.833Z[ recovery-image] Feb 14 02:41:38.399 INFO O| Feb 14 02:41:38.399 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80972026-02-14T02:41:38.857Z[ recovery-image] Feb 14 02:41:38.409 INFO O| Feb 14 02:41:38.409 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetconv"
80982026-02-14T02:41:38.857Z[ recovery-image] Feb 14 02:41:38.409 INFO O| Feb 14 02:41:38.409 INFO STEP 1047 (remove_files) COMPLETE
80992026-02-14T02:41:38.857Z[ recovery-image] Feb 14 02:41:38.409 INFO O| Feb 14 02:41:38.409 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81002026-02-14T02:41:38.857Z[ recovery-image] Feb 14 02:41:38.423 INFO O| Feb 14 02:41:38.423 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/install"
81012026-02-14T02:41:38.857Z[ recovery-image] Feb 14 02:41:38.423 INFO O| Feb 14 02:41:38.423 INFO STEP 1048 (remove_files) COMPLETE
81022026-02-14T02:41:38.858Z[ recovery-image] Feb 14 02:41:38.423 INFO O| Feb 14 02:41:38.423 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81032026-02-14T02:41:38.882Z[ recovery-image] Feb 14 02:41:38.433 INFO O| Feb 14 02:41:38.433 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installboot"
81042026-02-14T02:41:38.882Z[ recovery-image] Feb 14 02:41:38.433 INFO O| Feb 14 02:41:38.433 INFO STEP 1049 (remove_files) COMPLETE
81052026-02-14T02:41:38.882Z[ recovery-image] Feb 14 02:41:38.433 INFO O| Feb 14 02:41:38.433 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81062026-02-14T02:41:38.882Z[ recovery-image] Feb 14 02:41:38.445 INFO O| Feb 14 02:41:38.445 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installf"
81072026-02-14T02:41:38.882Z[ recovery-image] Feb 14 02:41:38.445 INFO O| Feb 14 02:41:38.445 INFO STEP 1050 (remove_files) COMPLETE
81082026-02-14T02:41:38.882Z[ recovery-image] Feb 14 02:41:38.445 INFO O| Feb 14 02:41:38.445 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81092026-02-14T02:41:38.907Z[ recovery-image] Feb 14 02:41:38.456 INFO O| Feb 14 02:41:38.455 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/intrstat"
81102026-02-14T02:41:38.907Z[ recovery-image] Feb 14 02:41:38.456 INFO O| Feb 14 02:41:38.456 INFO STEP 1051 (remove_files) COMPLETE
81112026-02-14T02:41:38.907Z[ recovery-image] Feb 14 02:41:38.456 INFO O| Feb 14 02:41:38.456 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81122026-02-14T02:41:38.907Z[ recovery-image] Feb 14 02:41:38.466 INFO O| Feb 14 02:41:38.466 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecalgs"
81132026-02-14T02:41:38.907Z[ recovery-image] Feb 14 02:41:38.466 INFO O| Feb 14 02:41:38.466 INFO STEP 1052 (remove_files) COMPLETE
81142026-02-14T02:41:38.907Z[ recovery-image] Feb 14 02:41:38.466 INFO O| Feb 14 02:41:38.466 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81152026-02-14T02:41:38.931Z[ recovery-image] Feb 14 02:41:38.479 INFO O| Feb 14 02:41:38.479 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecconf"
81162026-02-14T02:41:38.932Z[ recovery-image] Feb 14 02:41:38.479 INFO O| Feb 14 02:41:38.479 INFO STEP 1053 (remove_files) COMPLETE
81172026-02-14T02:41:38.932Z[ recovery-image] Feb 14 02:41:38.479 INFO O| Feb 14 02:41:38.479 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81182026-02-14T02:41:38.932Z[ recovery-image] Feb 14 02:41:38.491 INFO O| Feb 14 02:41:38.491 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipseckey"
81192026-02-14T02:41:38.932Z[ recovery-image] Feb 14 02:41:38.491 INFO O| Feb 14 02:41:38.491 INFO STEP 1054 (remove_files) COMPLETE
81202026-02-14T02:41:38.932Z[ recovery-image] Feb 14 02:41:38.491 INFO O| Feb 14 02:41:38.491 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81212026-02-14T02:41:38.956Z[ recovery-image] Feb 14 02:41:38.502 INFO O| Feb 14 02:41:38.501 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/keyserv"
81222026-02-14T02:41:38.956Z[ recovery-image] Feb 14 02:41:38.502 INFO O| Feb 14 02:41:38.502 INFO STEP 1055 (remove_files) COMPLETE
81232026-02-14T02:41:38.956Z[ recovery-image] Feb 14 02:41:38.502 INFO O| Feb 14 02:41:38.502 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81242026-02-14T02:41:38.956Z[ recovery-image] Feb 14 02:41:38.512 INFO O| Feb 14 02:41:38.512 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/killall"
81252026-02-14T02:41:38.956Z[ recovery-image] Feb 14 02:41:38.512 INFO O| Feb 14 02:41:38.512 INFO STEP 1056 (remove_files) COMPLETE
81262026-02-14T02:41:38.956Z[ recovery-image] Feb 14 02:41:38.512 INFO O| Feb 14 02:41:38.512 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81272026-02-14T02:41:38.956Z[ recovery-image] Feb 14 02:41:38.523 INFO O| Feb 14 02:41:38.523 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/link"
81282026-02-14T02:41:38.956Z[ recovery-image] Feb 14 02:41:38.523 INFO O| Feb 14 02:41:38.523 INFO STEP 1057 (remove_files) COMPLETE
81292026-02-14T02:41:38.956Z[ recovery-image] Feb 14 02:41:38.523 INFO O| Feb 14 02:41:38.523 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81302026-02-14T02:41:38.981Z[ recovery-image] Feb 14 02:41:38.534 INFO O| Feb 14 02:41:38.534 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/list_devices"
81312026-02-14T02:41:38.981Z[ recovery-image] Feb 14 02:41:38.534 INFO O| Feb 14 02:41:38.534 INFO STEP 1058 (remove_files) COMPLETE
81322026-02-14T02:41:38.981Z[ recovery-image] Feb 14 02:41:38.534 INFO O| Feb 14 02:41:38.534 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81332026-02-14T02:41:38.981Z[ recovery-image] Feb 14 02:41:38.544 INFO O| Feb 14 02:41:38.544 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/locator"
81342026-02-14T02:41:38.981Z[ recovery-image] Feb 14 02:41:38.544 INFO O| Feb 14 02:41:38.544 INFO STEP 1059 (remove_files) COMPLETE
81352026-02-14T02:41:38.981Z[ recovery-image] Feb 14 02:41:38.544 INFO O| Feb 14 02:41:38.544 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81362026-02-14T02:41:39.006Z[ recovery-image] Feb 14 02:41:38.557 INFO O| Feb 14 02:41:38.557 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lockstat"
81372026-02-14T02:41:39.006Z[ recovery-image] Feb 14 02:41:38.557 INFO O| Feb 14 02:41:38.557 INFO STEP 1060 (remove_files) COMPLETE
81382026-02-14T02:41:39.006Z[ recovery-image] Feb 14 02:41:38.557 INFO O| Feb 14 02:41:38.557 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81392026-02-14T02:41:39.006Z[ recovery-image] Feb 14 02:41:38.570 INFO O| Feb 14 02:41:38.570 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lofiadm"
81402026-02-14T02:41:39.006Z[ recovery-image] Feb 14 02:41:38.570 INFO O| Feb 14 02:41:38.570 INFO STEP 1061 (remove_files) COMPLETE
81412026-02-14T02:41:39.006Z[ recovery-image] Feb 14 02:41:38.570 INFO O| Feb 14 02:41:38.570 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81422026-02-14T02:41:39.031Z[ recovery-image] Feb 14 02:41:38.581 INFO O| Feb 14 02:41:38.581 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/logadm"
81432026-02-14T02:41:39.031Z[ recovery-image] Feb 14 02:41:38.581 INFO O| Feb 14 02:41:38.581 INFO STEP 1062 (remove_files) COMPLETE
81442026-02-14T02:41:39.031Z[ recovery-image] Feb 14 02:41:38.581 INFO O| Feb 14 02:41:38.581 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81452026-02-14T02:41:39.031Z[ recovery-image] Feb 14 02:41:38.591 INFO O| Feb 14 02:41:38.591 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/makedbm"
81462026-02-14T02:41:39.031Z[ recovery-image] Feb 14 02:41:38.591 INFO O| Feb 14 02:41:38.591 INFO STEP 1063 (remove_files) COMPLETE
81472026-02-14T02:41:39.031Z[ recovery-image] Feb 14 02:41:38.591 INFO O| Feb 14 02:41:38.591 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81482026-02-14T02:41:39.056Z[ recovery-image] Feb 14 02:41:38.604 INFO O| Feb 14 02:41:38.604 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevalloc"
81492026-02-14T02:41:39.056Z[ recovery-image] Feb 14 02:41:38.604 INFO O| Feb 14 02:41:38.604 INFO STEP 1064 (remove_files) COMPLETE
81502026-02-14T02:41:39.056Z[ recovery-image] Feb 14 02:41:38.604 INFO O| Feb 14 02:41:38.604 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81512026-02-14T02:41:39.056Z[ recovery-image] Feb 14 02:41:38.616 INFO O| Feb 14 02:41:38.616 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevmaps"
81522026-02-14T02:41:39.056Z[ recovery-image] Feb 14 02:41:38.616 INFO O| Feb 14 02:41:38.616 INFO STEP 1065 (remove_files) COMPLETE
81532026-02-14T02:41:39.056Z[ recovery-image] Feb 14 02:41:38.616 INFO O| Feb 14 02:41:38.616 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81542026-02-14T02:41:39.081Z[ recovery-image] Feb 14 02:41:38.626 INFO O| Feb 14 02:41:38.626 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkfile"
81552026-02-14T02:41:39.081Z[ recovery-image] Feb 14 02:41:38.626 INFO O| Feb 14 02:41:38.626 INFO STEP 1066 (remove_files) COMPLETE
81562026-02-14T02:41:39.081Z[ recovery-image] Feb 14 02:41:38.626 INFO O| Feb 14 02:41:38.626 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81572026-02-14T02:41:39.081Z[ recovery-image] Feb 14 02:41:38.636 INFO O| Feb 14 02:41:38.636 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mknod"
81582026-02-14T02:41:39.081Z[ recovery-image] Feb 14 02:41:38.636 INFO O| Feb 14 02:41:38.636 INFO STEP 1067 (remove_files) COMPLETE
81592026-02-14T02:41:39.081Z[ recovery-image] Feb 14 02:41:38.636 INFO O| Feb 14 02:41:38.636 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81602026-02-14T02:41:39.105Z[ recovery-image] Feb 14 02:41:38.654 INFO O| Feb 14 02:41:38.654 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modinfo"
81612026-02-14T02:41:39.106Z[ recovery-image] Feb 14 02:41:38.654 INFO O| Feb 14 02:41:38.654 INFO STEP 1068 (remove_files) COMPLETE
81622026-02-14T02:41:39.106Z[ recovery-image] Feb 14 02:41:38.654 INFO O| Feb 14 02:41:38.654 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81632026-02-14T02:41:39.106Z[ recovery-image] Feb 14 02:41:38.668 INFO O| Feb 14 02:41:38.668 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modload"
81642026-02-14T02:41:39.106Z[ recovery-image] Feb 14 02:41:38.668 INFO O| Feb 14 02:41:38.668 INFO STEP 1069 (remove_files) COMPLETE
81652026-02-14T02:41:39.106Z[ recovery-image] Feb 14 02:41:38.668 INFO O| Feb 14 02:41:38.668 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81662026-02-14T02:41:39.130Z[ recovery-image] Feb 14 02:41:38.681 INFO O| Feb 14 02:41:38.681 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mountall"
81672026-02-14T02:41:39.130Z[ recovery-image] Feb 14 02:41:38.681 INFO O| Feb 14 02:41:38.681 INFO STEP 1070 (remove_files) COMPLETE
81682026-02-14T02:41:39.130Z[ recovery-image] Feb 14 02:41:38.681 INFO O| Feb 14 02:41:38.681 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81692026-02-14T02:41:39.130Z[ recovery-image] Feb 14 02:41:38.694 INFO O| Feb 14 02:41:38.694 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/msgid"
81702026-02-14T02:41:39.130Z[ recovery-image] Feb 14 02:41:38.694 INFO O| Feb 14 02:41:38.694 INFO STEP 1071 (remove_files) COMPLETE
81712026-02-14T02:41:39.130Z[ recovery-image] Feb 14 02:41:38.694 INFO O| Feb 14 02:41:38.694 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81722026-02-14T02:41:39.155Z[ recovery-image] Feb 14 02:41:38.709 INFO O| Feb 14 02:41:38.709 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mvdir"
81732026-02-14T02:41:39.155Z[ recovery-image] Feb 14 02:41:38.709 INFO O| Feb 14 02:41:38.709 INFO STEP 1072 (remove_files) COMPLETE
81742026-02-14T02:41:39.155Z[ recovery-image] Feb 14 02:41:38.709 INFO O| Feb 14 02:41:38.709 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81752026-02-14T02:41:39.155Z[ recovery-image] Feb 14 02:41:38.722 INFO O| Feb 14 02:41:38.722 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ndp"
81762026-02-14T02:41:39.155Z[ recovery-image] Feb 14 02:41:38.722 INFO O| Feb 14 02:41:38.722 INFO STEP 1073 (remove_files) COMPLETE
81772026-02-14T02:41:39.155Z[ recovery-image] Feb 14 02:41:38.722 INFO O| Feb 14 02:41:38.722 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81782026-02-14T02:41:39.180Z[ recovery-image] Feb 14 02:41:38.736 INFO O| Feb 14 02:41:38.736 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nlsadmin"
81792026-02-14T02:41:39.180Z[ recovery-image] Feb 14 02:41:38.736 INFO O| Feb 14 02:41:38.736 INFO STEP 1074 (remove_files) COMPLETE
81802026-02-14T02:41:39.180Z[ recovery-image] Feb 14 02:41:38.736 INFO O| Feb 14 02:41:38.736 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81812026-02-14T02:41:39.205Z[ recovery-image] Feb 14 02:41:38.750 INFO O| Feb 14 02:41:38.750 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nltest"
81822026-02-14T02:41:39.205Z[ recovery-image] Feb 14 02:41:38.750 INFO O| Feb 14 02:41:38.750 INFO STEP 1075 (remove_files) COMPLETE
81832026-02-14T02:41:39.205Z[ recovery-image] Feb 14 02:41:38.750 INFO O| Feb 14 02:41:38.750 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81842026-02-14T02:41:39.205Z[ recovery-image] Feb 14 02:41:38.763 INFO O| Feb 14 02:41:38.763 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamadm"
81852026-02-14T02:41:39.205Z[ recovery-image] Feb 14 02:41:38.763 INFO O| Feb 14 02:41:38.763 INFO STEP 1076 (remove_files) COMPLETE
81862026-02-14T02:41:39.205Z[ recovery-image] Feb 14 02:41:38.763 INFO O| Feb 14 02:41:38.763 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81872026-02-14T02:41:39.230Z[ recovery-image] Feb 14 02:41:38.776 INFO O| Feb 14 02:41:38.776 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamcfg"
81882026-02-14T02:41:39.230Z[ recovery-image] Feb 14 02:41:38.776 INFO O| Feb 14 02:41:38.776 INFO STEP 1077 (remove_files) COMPLETE
81892026-02-14T02:41:39.230Z[ recovery-image] Feb 14 02:41:38.776 INFO O| Feb 14 02:41:38.776 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81902026-02-14T02:41:39.230Z[ recovery-image] Feb 14 02:41:38.788 INFO O| Feb 14 02:41:38.788 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pbind"
81912026-02-14T02:41:39.230Z[ recovery-image] Feb 14 02:41:38.788 INFO O| Feb 14 02:41:38.788 INFO STEP 1078 (remove_files) COMPLETE
81922026-02-14T02:41:39.230Z[ recovery-image] Feb 14 02:41:38.788 INFO O| Feb 14 02:41:38.788 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81932026-02-14T02:41:39.254Z[ recovery-image] Feb 14 02:41:38.802 INFO O| Feb 14 02:41:38.802 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ping"
81942026-02-14T02:41:39.254Z[ recovery-image] Feb 14 02:41:38.802 INFO O| Feb 14 02:41:38.802 INFO STEP 1079 (remove_files) COMPLETE
81952026-02-14T02:41:39.254Z[ recovery-image] Feb 14 02:41:38.802 INFO O| Feb 14 02:41:38.802 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81962026-02-14T02:41:39.254Z[ recovery-image] Feb 14 02:41:38.814 INFO O| Feb 14 02:41:38.814 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgadd"
81972026-02-14T02:41:39.255Z[ recovery-image] Feb 14 02:41:38.814 INFO O| Feb 14 02:41:38.814 INFO STEP 1080 (remove_files) COMPLETE
81982026-02-14T02:41:39.255Z[ recovery-image] Feb 14 02:41:38.814 INFO O| Feb 14 02:41:38.814 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81992026-02-14T02:41:39.279Z[ recovery-image] Feb 14 02:41:38.828 INFO O| Feb 14 02:41:38.828 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgask"
82002026-02-14T02:41:39.279Z[ recovery-image] Feb 14 02:41:38.828 INFO O| Feb 14 02:41:38.828 INFO STEP 1081 (remove_files) COMPLETE
82012026-02-14T02:41:39.279Z[ recovery-image] Feb 14 02:41:38.828 INFO O| Feb 14 02:41:38.828 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82022026-02-14T02:41:39.279Z[ recovery-image] Feb 14 02:41:38.841 INFO O| Feb 14 02:41:38.841 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgchk"
82032026-02-14T02:41:39.279Z[ recovery-image] Feb 14 02:41:38.841 INFO O| Feb 14 02:41:38.841 INFO STEP 1082 (remove_files) COMPLETE
82042026-02-14T02:41:39.279Z[ recovery-image] Feb 14 02:41:38.841 INFO O| Feb 14 02:41:38.841 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82052026-02-14T02:41:39.304Z[ recovery-image] Feb 14 02:41:38.853 INFO O| Feb 14 02:41:38.853 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgrm"
82062026-02-14T02:41:39.304Z[ recovery-image] Feb 14 02:41:38.853 INFO O| Feb 14 02:41:38.853 INFO STEP 1083 (remove_files) COMPLETE
82072026-02-14T02:41:39.304Z[ recovery-image] Feb 14 02:41:38.853 INFO O| Feb 14 02:41:38.853 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82082026-02-14T02:41:39.304Z[ recovery-image] Feb 14 02:41:38.866 INFO O| Feb 14 02:41:38.866 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/plockstat"
82092026-02-14T02:41:39.304Z[ recovery-image] Feb 14 02:41:38.866 INFO O| Feb 14 02:41:38.866 INFO STEP 1084 (remove_files) COMPLETE
82102026-02-14T02:41:39.304Z[ recovery-image] Feb 14 02:41:38.866 INFO O| Feb 14 02:41:38.866 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82112026-02-14T02:41:39.329Z[ recovery-image] Feb 14 02:41:38.878 INFO O| Feb 14 02:41:38.878 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pooladm"
82122026-02-14T02:41:39.329Z[ recovery-image] Feb 14 02:41:38.879 INFO O| Feb 14 02:41:38.879 INFO STEP 1085 (remove_files) COMPLETE
82132026-02-14T02:41:39.329Z[ recovery-image] Feb 14 02:41:38.879 INFO O| Feb 14 02:41:38.879 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82142026-02-14T02:41:39.329Z[ recovery-image] Feb 14 02:41:38.889 INFO O| Feb 14 02:41:38.889 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolbind"
82152026-02-14T02:41:39.329Z[ recovery-image] Feb 14 02:41:38.889 INFO O| Feb 14 02:41:38.889 INFO STEP 1086 (remove_files) COMPLETE
82162026-02-14T02:41:39.329Z[ recovery-image] Feb 14 02:41:38.889 INFO O| Feb 14 02:41:38.889 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82172026-02-14T02:41:39.354Z[ recovery-image] Feb 14 02:41:38.900 INFO O| Feb 14 02:41:38.900 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolcfg"
82182026-02-14T02:41:39.354Z[ recovery-image] Feb 14 02:41:38.900 INFO O| Feb 14 02:41:38.900 INFO STEP 1087 (remove_files) COMPLETE
82192026-02-14T02:41:39.354Z[ recovery-image] Feb 14 02:41:38.900 INFO O| Feb 14 02:41:38.900 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82202026-02-14T02:41:39.354Z[ recovery-image] Feb 14 02:41:38.911 INFO O| Feb 14 02:41:38.911 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ports"
82212026-02-14T02:41:39.354Z[ recovery-image] Feb 14 02:41:38.911 INFO O| Feb 14 02:41:38.911 INFO STEP 1088 (remove_files) COMPLETE
82222026-02-14T02:41:39.354Z[ recovery-image] Feb 14 02:41:38.911 INFO O| Feb 14 02:41:38.911 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82232026-02-14T02:41:39.378Z[ recovery-image] Feb 14 02:41:38.921 INFO O| Feb 14 02:41:38.921 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poweroff"
82242026-02-14T02:41:39.378Z[ recovery-image] Feb 14 02:41:38.921 INFO O| Feb 14 02:41:38.921 INFO STEP 1089 (remove_files) COMPLETE
82252026-02-14T02:41:39.378Z[ recovery-image] Feb 14 02:41:38.921 INFO O| Feb 14 02:41:38.921 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82262026-02-14T02:41:39.378Z[ recovery-image] Feb 14 02:41:38.931 INFO O| Feb 14 02:41:38.931 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pptadm"
82272026-02-14T02:41:39.378Z[ recovery-image] Feb 14 02:41:38.932 INFO O| Feb 14 02:41:38.932 INFO STEP 1090 (remove_files) COMPLETE
82282026-02-14T02:41:39.378Z[ recovery-image] Feb 14 02:41:38.932 INFO O| Feb 14 02:41:38.932 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82292026-02-14T02:41:39.378Z[ recovery-image] Feb 14 02:41:38.941 INFO O| Feb 14 02:41:38.941 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/praudit"
82302026-02-14T02:41:39.378Z[ recovery-image] Feb 14 02:41:38.941 INFO O| Feb 14 02:41:38.941 INFO STEP 1091 (remove_files) COMPLETE
82312026-02-14T02:41:39.378Z[ recovery-image] Feb 14 02:41:38.941 INFO O| Feb 14 02:41:38.941 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82322026-02-14T02:41:39.404Z[ recovery-image] Feb 14 02:41:38.951 INFO O| Feb 14 02:41:38.951 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projadd"
82332026-02-14T02:41:39.404Z[ recovery-image] Feb 14 02:41:38.951 INFO O| Feb 14 02:41:38.951 INFO STEP 1092 (remove_files) COMPLETE
82342026-02-14T02:41:39.404Z[ recovery-image] Feb 14 02:41:38.951 INFO O| Feb 14 02:41:38.951 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82352026-02-14T02:41:39.404Z[ recovery-image] Feb 14 02:41:38.961 INFO O| Feb 14 02:41:38.961 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projdel"
82362026-02-14T02:41:39.404Z[ recovery-image] Feb 14 02:41:38.961 INFO O| Feb 14 02:41:38.961 INFO STEP 1093 (remove_files) COMPLETE
82372026-02-14T02:41:39.404Z[ recovery-image] Feb 14 02:41:38.961 INFO O| Feb 14 02:41:38.961 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82382026-02-14T02:41:39.429Z[ recovery-image] Feb 14 02:41:38.972 INFO O| Feb 14 02:41:38.972 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projmod"
82392026-02-14T02:41:39.429Z[ recovery-image] Feb 14 02:41:38.973 INFO O| Feb 14 02:41:38.972 INFO STEP 1094 (remove_files) COMPLETE
82402026-02-14T02:41:39.429Z[ recovery-image] Feb 14 02:41:38.973 INFO O| Feb 14 02:41:38.972 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82412026-02-14T02:41:39.429Z[ recovery-image] Feb 14 02:41:38.984 INFO O| Feb 14 02:41:38.983 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtdiag"
82422026-02-14T02:41:39.429Z[ recovery-image] Feb 14 02:41:38.984 INFO O| Feb 14 02:41:38.983 INFO STEP 1095 (remove_files) COMPLETE
82432026-02-14T02:41:39.429Z[ recovery-image] Feb 14 02:41:38.984 INFO O| Feb 14 02:41:38.983 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82442026-02-14T02:41:39.429Z[ recovery-image] Feb 14 02:41:38.994 INFO O| Feb 14 02:41:38.994 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtpicl"
82452026-02-14T02:41:39.429Z[ recovery-image] Feb 14 02:41:38.994 INFO O| Feb 14 02:41:38.994 INFO STEP 1096 (remove_files) COMPLETE
82462026-02-14T02:41:39.429Z[ recovery-image] Feb 14 02:41:38.994 INFO O| Feb 14 02:41:38.994 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82472026-02-14T02:41:39.454Z[ recovery-image] Feb 14 02:41:39.005 INFO O| Feb 14 02:41:39.005 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtvtoc"
82482026-02-14T02:41:39.454Z[ recovery-image] Feb 14 02:41:39.005 INFO O| Feb 14 02:41:39.005 INFO STEP 1097 (remove_files) COMPLETE
82492026-02-14T02:41:39.454Z[ recovery-image] Feb 14 02:41:39.005 INFO O| Feb 14 02:41:39.005 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82502026-02-14T02:41:39.454Z[ recovery-image] Feb 14 02:41:39.015 INFO O| Feb 14 02:41:39.015 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psradm"
82512026-02-14T02:41:39.454Z[ recovery-image] Feb 14 02:41:39.015 INFO O| Feb 14 02:41:39.015 INFO STEP 1098 (remove_files) COMPLETE
82522026-02-14T02:41:39.454Z[ recovery-image] Feb 14 02:41:39.015 INFO O| Feb 14 02:41:39.015 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82532026-02-14T02:41:39.478Z[ recovery-image] Feb 14 02:41:39.026 INFO O| Feb 14 02:41:39.025 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrinfo"
82542026-02-14T02:41:39.479Z[ recovery-image] Feb 14 02:41:39.026 INFO O| Feb 14 02:41:39.025 INFO STEP 1099 (remove_files) COMPLETE
82552026-02-14T02:41:39.479Z[ recovery-image] Feb 14 02:41:39.026 INFO O| Feb 14 02:41:39.025 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82562026-02-14T02:41:39.479Z[ recovery-image] Feb 14 02:41:39.037 INFO O| Feb 14 02:41:39.037 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrset"
82572026-02-14T02:41:39.479Z[ recovery-image] Feb 14 02:41:39.037 INFO O| Feb 14 02:41:39.037 INFO STEP 1100 (remove_files) COMPLETE
82582026-02-14T02:41:39.479Z[ recovery-image] Feb 14 02:41:39.037 INFO O| Feb 14 02:41:39.037 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82592026-02-14T02:41:39.503Z[ recovery-image] Feb 14 02:41:39.048 INFO O| Feb 14 02:41:39.048 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwck"
82602026-02-14T02:41:39.504Z[ recovery-image] Feb 14 02:41:39.048 INFO O| Feb 14 02:41:39.048 INFO STEP 1101 (remove_files) COMPLETE
82612026-02-14T02:41:39.504Z[ recovery-image] Feb 14 02:41:39.048 INFO O| Feb 14 02:41:39.048 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82622026-02-14T02:41:39.504Z[ recovery-image] Feb 14 02:41:39.069 INFO O| Feb 14 02:41:39.069 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwconv"
82632026-02-14T02:41:39.504Z[ recovery-image] Feb 14 02:41:39.069 INFO O| Feb 14 02:41:39.069 INFO STEP 1102 (remove_files) COMPLETE
82642026-02-14T02:41:39.504Z[ recovery-image] Feb 14 02:41:39.069 INFO O| Feb 14 02:41:39.069 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82652026-02-14T02:41:39.528Z[ recovery-image] Feb 14 02:41:39.083 INFO O| Feb 14 02:41:39.083 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/raidctl"
82662026-02-14T02:41:39.528Z[ recovery-image] Feb 14 02:41:39.083 INFO O| Feb 14 02:41:39.083 INFO STEP 1103 (remove_files) COMPLETE
82672026-02-14T02:41:39.528Z[ recovery-image] Feb 14 02:41:39.084 INFO O| Feb 14 02:41:39.083 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82682026-02-14T02:41:39.528Z[ recovery-image] Feb 14 02:41:39.095 INFO O| Feb 14 02:41:39.094 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ramdiskadm"
82692026-02-14T02:41:39.528Z[ recovery-image] Feb 14 02:41:39.095 INFO O| Feb 14 02:41:39.095 INFO STEP 1104 (remove_files) COMPLETE
82702026-02-14T02:41:39.528Z[ recovery-image] Feb 14 02:41:39.095 INFO O| Feb 14 02:41:39.095 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82712026-02-14T02:41:39.553Z[ recovery-image] Feb 14 02:41:39.105 INFO O| Feb 14 02:41:39.105 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rctladm"
82722026-02-14T02:41:39.553Z[ recovery-image] Feb 14 02:41:39.105 INFO O| Feb 14 02:41:39.105 INFO STEP 1105 (remove_files) COMPLETE
82732026-02-14T02:41:39.553Z[ recovery-image] Feb 14 02:41:39.105 INFO O| Feb 14 02:41:39.105 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82742026-02-14T02:41:39.553Z[ recovery-image] Feb 14 02:41:39.120 INFO O| Feb 14 02:41:39.120 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rdmsr"
82752026-02-14T02:41:39.553Z[ recovery-image] Feb 14 02:41:39.120 INFO O| Feb 14 02:41:39.120 INFO STEP 1106 (remove_files) COMPLETE
82762026-02-14T02:41:39.553Z[ recovery-image] Feb 14 02:41:39.120 INFO O| Feb 14 02:41:39.120 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82772026-02-14T02:41:39.578Z[ recovery-image] Feb 14 02:41:39.130 INFO O| Feb 14 02:41:39.130 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/reboot"
82782026-02-14T02:41:39.578Z[ recovery-image] Feb 14 02:41:39.130 INFO O| Feb 14 02:41:39.130 INFO STEP 1107 (remove_files) COMPLETE
82792026-02-14T02:41:39.578Z[ recovery-image] Feb 14 02:41:39.130 INFO O| Feb 14 02:41:39.130 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82802026-02-14T02:41:39.578Z[ recovery-image] Feb 14 02:41:39.141 INFO O| Feb 14 02:41:39.140 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rem_drv"
82812026-02-14T02:41:39.578Z[ recovery-image] Feb 14 02:41:39.141 INFO O| Feb 14 02:41:39.141 INFO STEP 1108 (remove_files) COMPLETE
82822026-02-14T02:41:39.578Z[ recovery-image] Feb 14 02:41:39.141 INFO O| Feb 14 02:41:39.141 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82832026-02-14T02:41:39.603Z[ recovery-image] Feb 14 02:41:39.151 INFO O| Feb 14 02:41:39.151 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/removef"
82842026-02-14T02:41:39.603Z[ recovery-image] Feb 14 02:41:39.151 INFO O| Feb 14 02:41:39.151 INFO STEP 1109 (remove_files) COMPLETE
82852026-02-14T02:41:39.603Z[ recovery-image] Feb 14 02:41:39.151 INFO O| Feb 14 02:41:39.151 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82862026-02-14T02:41:39.603Z[ recovery-image] Feb 14 02:41:39.161 INFO O| Feb 14 02:41:39.161 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roleadd"
82872026-02-14T02:41:39.603Z[ recovery-image] Feb 14 02:41:39.161 INFO O| Feb 14 02:41:39.161 INFO STEP 1110 (remove_files) COMPLETE
82882026-02-14T02:41:39.603Z[ recovery-image] Feb 14 02:41:39.161 INFO O| Feb 14 02:41:39.161 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82892026-02-14T02:41:39.628Z[ recovery-image] Feb 14 02:41:39.176 INFO O| Feb 14 02:41:39.176 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roledel"
82902026-02-14T02:41:39.628Z[ recovery-image] Feb 14 02:41:39.176 INFO O| Feb 14 02:41:39.176 INFO STEP 1111 (remove_files) COMPLETE
82912026-02-14T02:41:39.628Z[ recovery-image] Feb 14 02:41:39.176 INFO O| Feb 14 02:41:39.176 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82922026-02-14T02:41:39.628Z[ recovery-image] Feb 14 02:41:39.186 INFO O| Feb 14 02:41:39.186 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rolemod"
82932026-02-14T02:41:39.628Z[ recovery-image] Feb 14 02:41:39.186 INFO O| Feb 14 02:41:39.186 INFO STEP 1112 (remove_files) COMPLETE
82942026-02-14T02:41:39.628Z[ recovery-image] Feb 14 02:41:39.186 INFO O| Feb 14 02:41:39.186 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82952026-02-14T02:41:39.653Z[ recovery-image] Feb 14 02:41:39.196 INFO O| Feb 14 02:41:39.196 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/root_archive"
82962026-02-14T02:41:39.653Z[ recovery-image] Feb 14 02:41:39.197 INFO O| Feb 14 02:41:39.197 INFO STEP 1113 (remove_files) COMPLETE
82972026-02-14T02:41:39.653Z[ recovery-image] Feb 14 02:41:39.197 INFO O| Feb 14 02:41:39.197 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82982026-02-14T02:41:39.653Z[ recovery-image] Feb 14 02:41:39.207 INFO O| Feb 14 02:41:39.207 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rpcbind"
82992026-02-14T02:41:39.653Z[ recovery-image] Feb 14 02:41:39.207 INFO O| Feb 14 02:41:39.207 INFO STEP 1114 (remove_files) COMPLETE
83002026-02-14T02:41:39.653Z[ recovery-image] Feb 14 02:41:39.207 INFO O| Feb 14 02:41:39.207 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83012026-02-14T02:41:39.653Z[ recovery-image] Feb 14 02:41:39.217 INFO O| Feb 14 02:41:39.217 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtc"
83022026-02-14T02:41:39.653Z[ recovery-image] Feb 14 02:41:39.218 INFO O| Feb 14 02:41:39.218 INFO STEP 1115 (remove_files) COMPLETE
83032026-02-14T02:41:39.653Z[ recovery-image] Feb 14 02:41:39.218 INFO O| Feb 14 02:41:39.218 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83042026-02-14T02:41:39.678Z[ recovery-image] Feb 14 02:41:39.232 INFO O| Feb 14 02:41:39.232 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtquery"
83052026-02-14T02:41:39.678Z[ recovery-image] Feb 14 02:41:39.232 INFO O| Feb 14 02:41:39.232 INFO STEP 1116 (remove_files) COMPLETE
83062026-02-14T02:41:39.678Z[ recovery-image] Feb 14 02:41:39.232 INFO O| Feb 14 02:41:39.232 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83072026-02-14T02:41:39.678Z[ recovery-image] Feb 14 02:41:39.245 INFO O| Feb 14 02:41:39.245 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/setmnt"
83082026-02-14T02:41:39.678Z[ recovery-image] Feb 14 02:41:39.245 INFO O| Feb 14 02:41:39.245 INFO STEP 1117 (remove_files) COMPLETE
83092026-02-14T02:41:39.678Z[ recovery-image] Feb 14 02:41:39.245 INFO O| Feb 14 02:41:39.245 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83102026-02-14T02:41:39.703Z[ recovery-image] Feb 14 02:41:39.258 INFO O| Feb 14 02:41:39.258 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/share"
83112026-02-14T02:41:39.703Z[ recovery-image] Feb 14 02:41:39.258 INFO O| Feb 14 02:41:39.258 INFO STEP 1118 (remove_files) COMPLETE
83122026-02-14T02:41:39.703Z[ recovery-image] Feb 14 02:41:39.258 INFO O| Feb 14 02:41:39.258 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83132026-02-14T02:41:39.703Z[ recovery-image] Feb 14 02:41:39.269 INFO O| Feb 14 02:41:39.269 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shareall"
83142026-02-14T02:41:39.703Z[ recovery-image] Feb 14 02:41:39.269 INFO O| Feb 14 02:41:39.269 INFO STEP 1119 (remove_files) COMPLETE
83152026-02-14T02:41:39.703Z[ recovery-image] Feb 14 02:41:39.269 INFO O| Feb 14 02:41:39.269 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83162026-02-14T02:41:39.727Z[ recovery-image] Feb 14 02:41:39.280 INFO O| Feb 14 02:41:39.280 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharectl"
83172026-02-14T02:41:39.727Z[ recovery-image] Feb 14 02:41:39.280 INFO O| Feb 14 02:41:39.280 INFO STEP 1120 (remove_files) COMPLETE
83182026-02-14T02:41:39.727Z[ recovery-image] Feb 14 02:41:39.280 INFO O| Feb 14 02:41:39.280 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83192026-02-14T02:41:39.727Z[ recovery-image] Feb 14 02:41:39.291 INFO O| Feb 14 02:41:39.291 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharemgr"
83202026-02-14T02:41:39.727Z[ recovery-image] Feb 14 02:41:39.291 INFO O| Feb 14 02:41:39.291 INFO STEP 1121 (remove_files) COMPLETE
83212026-02-14T02:41:39.727Z[ recovery-image] Feb 14 02:41:39.291 INFO O| Feb 14 02:41:39.291 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83222026-02-14T02:41:39.752Z[ recovery-image] Feb 14 02:41:39.302 INFO O| Feb 14 02:41:39.301 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shutdown"
83232026-02-14T02:41:39.752Z[ recovery-image] Feb 14 02:41:39.302 INFO O| Feb 14 02:41:39.302 INFO STEP 1122 (remove_files) COMPLETE
83242026-02-14T02:41:39.752Z[ recovery-image] Feb 14 02:41:39.302 INFO O| Feb 14 02:41:39.302 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83252026-02-14T02:41:39.752Z[ recovery-image] Feb 14 02:41:39.312 INFO O| Feb 14 02:41:39.312 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbadm"
83262026-02-14T02:41:39.752Z[ recovery-image] Feb 14 02:41:39.312 INFO O| Feb 14 02:41:39.312 INFO STEP 1123 (remove_files) COMPLETE
83272026-02-14T02:41:39.752Z[ recovery-image] Feb 14 02:41:39.312 INFO O| Feb 14 02:41:39.312 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83282026-02-14T02:41:39.777Z[ recovery-image] Feb 14 02:41:39.326 INFO O| Feb 14 02:41:39.326 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbios"
83292026-02-14T02:41:39.777Z[ recovery-image] Feb 14 02:41:39.326 INFO O| Feb 14 02:41:39.326 INFO STEP 1124 (remove_files) COMPLETE
83302026-02-14T02:41:39.777Z[ recovery-image] Feb 14 02:41:39.326 INFO O| Feb 14 02:41:39.326 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83312026-02-14T02:41:39.777Z[ recovery-image] Feb 14 02:41:39.337 INFO O| Feb 14 02:41:39.337 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbstat"
83322026-02-14T02:41:39.777Z[ recovery-image] Feb 14 02:41:39.337 INFO O| Feb 14 02:41:39.337 INFO STEP 1125 (remove_files) COMPLETE
83332026-02-14T02:41:39.777Z[ recovery-image] Feb 14 02:41:39.337 INFO O| Feb 14 02:41:39.337 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83342026-02-14T02:41:39.802Z[ recovery-image] Feb 14 02:41:39.347 INFO O| Feb 14 02:41:39.347 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmpd"
83352026-02-14T02:41:39.802Z[ recovery-image] Feb 14 02:41:39.347 INFO O| Feb 14 02:41:39.347 INFO STEP 1126 (remove_files) COMPLETE
83362026-02-14T02:41:39.802Z[ recovery-image] Feb 14 02:41:39.347 INFO O| Feb 14 02:41:39.347 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83372026-02-14T02:41:39.802Z[ recovery-image] Feb 14 02:41:39.361 INFO O| Feb 14 02:41:39.361 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmptrapd"
83382026-02-14T02:41:39.802Z[ recovery-image] Feb 14 02:41:39.361 INFO O| Feb 14 02:41:39.361 INFO STEP 1127 (remove_files) COMPLETE
83392026-02-14T02:41:39.802Z[ recovery-image] Feb 14 02:41:39.361 INFO O| Feb 14 02:41:39.361 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83402026-02-14T02:41:39.827Z[ recovery-image] Feb 14 02:41:39.377 INFO O| Feb 14 02:41:39.377 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snoop"
83412026-02-14T02:41:39.827Z[ recovery-image] Feb 14 02:41:39.377 INFO O| Feb 14 02:41:39.377 INFO STEP 1128 (remove_files) COMPLETE
83422026-02-14T02:41:39.827Z[ recovery-image] Feb 14 02:41:39.377 INFO O| Feb 14 02:41:39.377 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83432026-02-14T02:41:39.827Z[ recovery-image] Feb 14 02:41:39.391 INFO O| Feb 14 02:41:39.391 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sshd"
83442026-02-14T02:41:39.827Z[ recovery-image] Feb 14 02:41:39.392 INFO O| Feb 14 02:41:39.392 INFO STEP 1129 (remove_files) COMPLETE
83452026-02-14T02:41:39.827Z[ recovery-image] Feb 14 02:41:39.392 INFO O| Feb 14 02:41:39.392 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83462026-02-14T02:41:39.851Z[ recovery-image] Feb 14 02:41:39.405 INFO O| Feb 14 02:41:39.404 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/stmsboot"
83472026-02-14T02:41:39.852Z[ recovery-image] Feb 14 02:41:39.405 INFO O| Feb 14 02:41:39.405 INFO STEP 1130 (remove_files) COMPLETE
83482026-02-14T02:41:39.852Z[ recovery-image] Feb 14 02:41:39.405 INFO O| Feb 14 02:41:39.405 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83492026-02-14T02:41:39.852Z[ recovery-image] Feb 14 02:41:39.418 INFO O| Feb 14 02:41:39.418 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strace"
83502026-02-14T02:41:39.852Z[ recovery-image] Feb 14 02:41:39.419 INFO O| Feb 14 02:41:39.419 INFO STEP 1131 (remove_files) COMPLETE
83512026-02-14T02:41:39.852Z[ recovery-image] Feb 14 02:41:39.419 INFO O| Feb 14 02:41:39.419 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83522026-02-14T02:41:39.876Z[ recovery-image] Feb 14 02:41:39.432 INFO O| Feb 14 02:41:39.432 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strclean"
83532026-02-14T02:41:39.876Z[ recovery-image] Feb 14 02:41:39.432 INFO O| Feb 14 02:41:39.432 INFO STEP 1132 (remove_files) COMPLETE
83542026-02-14T02:41:39.876Z[ recovery-image] Feb 14 02:41:39.432 INFO O| Feb 14 02:41:39.432 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83552026-02-14T02:41:39.877Z[ recovery-image] Feb 14 02:41:39.444 INFO O| Feb 14 02:41:39.444 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strerr"
83562026-02-14T02:41:39.877Z[ recovery-image] Feb 14 02:41:39.444 INFO O| Feb 14 02:41:39.444 INFO STEP 1133 (remove_files) COMPLETE
83572026-02-14T02:41:39.877Z[ recovery-image] Feb 14 02:41:39.444 INFO O| Feb 14 02:41:39.444 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83582026-02-14T02:41:39.901Z[ recovery-image] Feb 14 02:41:39.455 INFO O| Feb 14 02:41:39.455 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sttydefs"
83592026-02-14T02:41:39.901Z[ recovery-image] Feb 14 02:41:39.455 INFO O| Feb 14 02:41:39.455 INFO STEP 1134 (remove_files) COMPLETE
83602026-02-14T02:41:39.901Z[ recovery-image] Feb 14 02:41:39.455 INFO O| Feb 14 02:41:39.455 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83612026-02-14T02:41:39.901Z[ recovery-image] Feb 14 02:41:39.465 INFO O| Feb 14 02:41:39.465 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncinit"
83622026-02-14T02:41:39.901Z[ recovery-image] Feb 14 02:41:39.466 INFO O| Feb 14 02:41:39.465 INFO STEP 1135 (remove_files) COMPLETE
83632026-02-14T02:41:39.901Z[ recovery-image] Feb 14 02:41:39.466 INFO O| Feb 14 02:41:39.466 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83642026-02-14T02:41:39.926Z[ recovery-image] Feb 14 02:41:39.476 INFO O| Feb 14 02:41:39.475 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncloop"
83652026-02-14T02:41:39.926Z[ recovery-image] Feb 14 02:41:39.476 INFO O| Feb 14 02:41:39.476 INFO STEP 1136 (remove_files) COMPLETE
83662026-02-14T02:41:39.926Z[ recovery-image] Feb 14 02:41:39.476 INFO O| Feb 14 02:41:39.476 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83672026-02-14T02:41:39.926Z[ recovery-image] Feb 14 02:41:39.485 INFO O| Feb 14 02:41:39.485 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncstat"
83682026-02-14T02:41:39.926Z[ recovery-image] Feb 14 02:41:39.486 INFO O| Feb 14 02:41:39.486 INFO STEP 1137 (remove_files) COMPLETE
83692026-02-14T02:41:39.926Z[ recovery-image] Feb 14 02:41:39.486 INFO O| Feb 14 02:41:39.486 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83702026-02-14T02:41:39.951Z[ recovery-image] Feb 14 02:41:39.500 INFO O| Feb 14 02:41:39.500 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sysdef"
83712026-02-14T02:41:39.951Z[ recovery-image] Feb 14 02:41:39.500 INFO O| Feb 14 02:41:39.500 INFO STEP 1138 (remove_files) COMPLETE
83722026-02-14T02:41:39.951Z[ recovery-image] Feb 14 02:41:39.500 INFO O| Feb 14 02:41:39.500 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83732026-02-14T02:41:39.951Z[ recovery-image] Feb 14 02:41:39.515 INFO O| Feb 14 02:41:39.515 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syseventadm"
83742026-02-14T02:41:39.951Z[ recovery-image] Feb 14 02:41:39.515 INFO O| Feb 14 02:41:39.515 INFO STEP 1139 (remove_files) COMPLETE
83752026-02-14T02:41:39.951Z[ recovery-image] Feb 14 02:41:39.515 INFO O| Feb 14 02:41:39.515 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83762026-02-14T02:41:39.976Z[ recovery-image] Feb 14 02:41:39.528 INFO O| Feb 14 02:41:39.528 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/t6mfgadm"
83772026-02-14T02:41:39.976Z[ recovery-image] Feb 14 02:41:39.528 INFO O| Feb 14 02:41:39.528 INFO STEP 1140 (remove_files) COMPLETE
83782026-02-14T02:41:39.976Z[ recovery-image] Feb 14 02:41:39.528 INFO O| Feb 14 02:41:39.528 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83792026-02-14T02:41:39.976Z[ recovery-image] Feb 14 02:41:39.541 INFO O| Feb 14 02:41:39.541 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tapes"
83802026-02-14T02:41:39.976Z[ recovery-image] Feb 14 02:41:39.541 INFO O| Feb 14 02:41:39.541 INFO STEP 1141 (remove_files) COMPLETE
83812026-02-14T02:41:39.976Z[ recovery-image] Feb 14 02:41:39.541 INFO O| Feb 14 02:41:39.541 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83822026-02-14T02:41:40.001Z[ recovery-image] Feb 14 02:41:39.553 INFO O| Feb 14 02:41:39.553 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tar"
83832026-02-14T02:41:40.001Z[ recovery-image] Feb 14 02:41:39.553 INFO O| Feb 14 02:41:39.553 INFO STEP 1142 (remove_files) COMPLETE
83842026-02-14T02:41:40.001Z[ recovery-image] Feb 14 02:41:39.553 INFO O| Feb 14 02:41:39.553 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83852026-02-14T02:41:40.002Z[ recovery-image] Feb 14 02:41:39.565 INFO O| Feb 14 02:41:39.564 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tcsd"
83862026-02-14T02:41:40.002Z[ recovery-image] Feb 14 02:41:39.565 INFO O| Feb 14 02:41:39.565 INFO STEP 1143 (remove_files) COMPLETE
83872026-02-14T02:41:40.002Z[ recovery-image] Feb 14 02:41:39.565 INFO O| Feb 14 02:41:39.565 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83882026-02-14T02:41:40.026Z[ recovery-image] Feb 14 02:41:39.580 INFO O| Feb 14 02:41:39.580 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/traceroute"
83892026-02-14T02:41:40.026Z[ recovery-image] Feb 14 02:41:39.580 INFO O| Feb 14 02:41:39.580 INFO STEP 1144 (remove_files) COMPLETE
83902026-02-14T02:41:40.026Z[ recovery-image] Feb 14 02:41:39.580 INFO O| Feb 14 02:41:39.580 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83912026-02-14T02:41:40.026Z[ recovery-image] Feb 14 02:41:39.594 INFO O| Feb 14 02:41:39.594 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/trapstat"
83922026-02-14T02:41:40.026Z[ recovery-image] Feb 14 02:41:39.594 INFO O| Feb 14 02:41:39.594 INFO STEP 1145 (remove_files) COMPLETE
83932026-02-14T02:41:40.026Z[ recovery-image] Feb 14 02:41:39.594 INFO O| Feb 14 02:41:39.594 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83942026-02-14T02:41:40.051Z[ recovery-image] Feb 14 02:41:39.608 INFO O| Feb 14 02:41:39.608 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ttyadm"
83952026-02-14T02:41:40.051Z[ recovery-image] Feb 14 02:41:39.608 INFO O| Feb 14 02:41:39.608 INFO STEP 1146 (remove_files) COMPLETE
83962026-02-14T02:41:40.051Z[ recovery-image] Feb 14 02:41:39.608 INFO O| Feb 14 02:41:39.608 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83972026-02-14T02:41:40.076Z[ recovery-image] Feb 14 02:41:39.620 INFO O| Feb 14 02:41:39.620 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ucodeadm"
83982026-02-14T02:41:40.076Z[ recovery-image] Feb 14 02:41:39.620 INFO O| Feb 14 02:41:39.620 INFO STEP 1147 (remove_files) COMPLETE
83992026-02-14T02:41:40.076Z[ recovery-image] Feb 14 02:41:39.620 INFO O| Feb 14 02:41:39.620 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
84002026-02-14T02:41:40.076Z[ recovery-image] Feb 14 02:41:39.631 INFO O| Feb 14 02:41:39.631 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/umountall"
84012026-02-14T02:41:40.076Z[ recovery-image] Feb 14 02:41:39.632 INFO O| Feb 14 02:41:39.631 INFO STEP 1148 (remove_files) COMPLETE
84022026-02-14T02:41:40.076Z[ recovery-image] Feb 14 02:41:39.632 INFO O| Feb 14 02:41:39.632 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
84032026-02-14T02:41:40.100Z[ recovery-image] Feb 14 02:41:39.653 INFO O| Feb 14 02:41:39.653 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unlink"
84042026-02-14T02:41:40.100Z[ recovery-image] Feb 14 02:41:39.653 INFO O| Feb 14 02:41:39.653 INFO STEP 1149 (remove_files) COMPLETE
84052026-02-14T02:41:40.100Z[ recovery-image] Feb 14 02:41:39.654 INFO O| Feb 14 02:41:39.653 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
84062026-02-14T02:41:40.125Z[ recovery-image] Feb 14 02:41:39.670 INFO O| Feb 14 02:41:39.670 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshare"
84072026-02-14T02:41:40.125Z[ recovery-image] Feb 14 02:41:39.671 INFO O| Feb 14 02:41:39.670 INFO STEP 1150 (remove_files) COMPLETE
84082026-02-14T02:41:40.125Z[ recovery-image] Feb 14 02:41:39.671 INFO O| Feb 14 02:41:39.670 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
84092026-02-14T02:41:40.125Z[ recovery-image] Feb 14 02:41:39.685 INFO O| Feb 14 02:41:39.685 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshareall"
84102026-02-14T02:41:40.125Z[ recovery-image] Feb 14 02:41:39.686 INFO O| Feb 14 02:41:39.686 INFO STEP 1151 (remove_files) COMPLETE
84112026-02-14T02:41:40.125Z[ recovery-image] Feb 14 02:41:39.686 INFO O| Feb 14 02:41:39.686 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
84122026-02-14T02:41:40.150Z[ recovery-image] Feb 14 02:41:39.699 INFO O| Feb 14 02:41:39.699 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/update_drv"
84132026-02-14T02:41:40.150Z[ recovery-image] Feb 14 02:41:39.699 INFO O| Feb 14 02:41:39.699 INFO STEP 1152 (remove_files) COMPLETE
84142026-02-14T02:41:40.150Z[ recovery-image] Feb 14 02:41:39.699 INFO O| Feb 14 02:41:39.699 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
84152026-02-14T02:41:40.150Z[ recovery-image] Feb 14 02:41:39.714 INFO O| Feb 14 02:41:39.714 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/useradd"
84162026-02-14T02:41:40.150Z[ recovery-image] Feb 14 02:41:39.714 INFO O| Feb 14 02:41:39.714 INFO STEP 1153 (remove_files) COMPLETE
84172026-02-14T02:41:40.150Z[ recovery-image] Feb 14 02:41:39.714 INFO O| Feb 14 02:41:39.714 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
84182026-02-14T02:41:40.175Z[ recovery-image] Feb 14 02:41:39.728 INFO O| Feb 14 02:41:39.727 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/userdel"
84192026-02-14T02:41:40.175Z[ recovery-image] Feb 14 02:41:39.728 INFO O| Feb 14 02:41:39.728 INFO STEP 1154 (remove_files) COMPLETE
84202026-02-14T02:41:40.175Z[ recovery-image] Feb 14 02:41:39.728 INFO O| Feb 14 02:41:39.728 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
84212026-02-14T02:41:40.175Z[ recovery-image] Feb 14 02:41:39.742 INFO O| Feb 14 02:41:39.742 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/usermod"
84222026-02-14T02:41:40.175Z[ recovery-image] Feb 14 02:41:39.742 INFO O| Feb 14 02:41:39.742 INFO STEP 1155 (remove_files) COMPLETE
84232026-02-14T02:41:40.175Z[ recovery-image] Feb 14 02:41:39.742 INFO O| Feb 14 02:41:39.742 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
84242026-02-14T02:41:40.200Z[ recovery-image] Feb 14 02:41:39.756 INFO O| Feb 14 02:41:39.756 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/volcopy"
84252026-02-14T02:41:40.200Z[ recovery-image] Feb 14 02:41:39.756 INFO O| Feb 14 02:41:39.756 INFO STEP 1156 (remove_files) COMPLETE
84262026-02-14T02:41:40.200Z[ recovery-image] Feb 14 02:41:39.756 INFO O| Feb 14 02:41:39.756 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
84272026-02-14T02:41:40.200Z[ recovery-image] Feb 14 02:41:39.768 INFO O| Feb 14 02:41:39.768 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/wall"
84282026-02-14T02:41:40.225Z[ recovery-image] Feb 14 02:41:39.768 INFO O| Feb 14 02:41:39.768 INFO STEP 1157 (remove_files) COMPLETE
84292026-02-14T02:41:40.225Z[ recovery-image] Feb 14 02:41:39.768 INFO O| Feb 14 02:41:39.768 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
84302026-02-14T02:41:40.225Z[ recovery-image] Feb 14 02:41:39.779 INFO O| Feb 14 02:41:39.779 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/whodo"
84312026-02-14T02:41:40.225Z[ recovery-image] Feb 14 02:41:39.779 INFO O| Feb 14 02:41:39.779 INFO STEP 1158 (remove_files) COMPLETE
84322026-02-14T02:41:40.225Z[ recovery-image] Feb 14 02:41:39.779 INFO O| Feb 14 02:41:39.779 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
84332026-02-14T02:41:40.225Z[ recovery-image] Feb 14 02:41:39.789 INFO O| Feb 14 02:41:39.789 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdb"
84342026-02-14T02:41:40.225Z[ recovery-image] Feb 14 02:41:39.789 INFO O| Feb 14 02:41:39.789 INFO STEP 1159 (remove_files) COMPLETE
84352026-02-14T02:41:40.225Z[ recovery-image] Feb 14 02:41:39.789 INFO O| Feb 14 02:41:39.789 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
84362026-02-14T02:41:40.249Z[ recovery-image] Feb 14 02:41:39.800 INFO O| Feb 14 02:41:39.799 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdump"
84372026-02-14T02:41:40.249Z[ recovery-image] Feb 14 02:41:39.800 INFO O| Feb 14 02:41:39.800 INFO STEP 1160 (remove_files) COMPLETE
84382026-02-14T02:41:40.249Z[ recovery-image] Feb 14 02:41:39.800 INFO O| Feb 14 02:41:39.800 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
84392026-02-14T02:41:40.249Z[ recovery-image] Feb 14 02:41:39.810 INFO O| Feb 14 02:41:39.810 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zic"
84402026-02-14T02:41:40.249Z[ recovery-image] Feb 14 02:41:39.810 INFO O| Feb 14 02:41:39.810 INFO STEP 1161 (remove_files) COMPLETE
84412026-02-14T02:41:40.250Z[ recovery-image] Feb 14 02:41:39.810 INFO O| Feb 14 02:41:39.810 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
84422026-02-14T02:41:40.274Z[ recovery-image] Feb 14 02:41:39.821 INFO O| Feb 14 02:41:39.821 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zlogin"
84432026-02-14T02:41:40.275Z[ recovery-image] Feb 14 02:41:39.821 INFO O| Feb 14 02:41:39.821 INFO STEP 1162 (remove_files) COMPLETE
84442026-02-14T02:41:40.275Z[ recovery-image] Feb 14 02:41:39.821 INFO O| Feb 14 02:41:39.821 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
84452026-02-14T02:41:40.275Z[ recovery-image] Feb 14 02:41:39.835 INFO O| Feb 14 02:41:39.835 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zoneadm"
84462026-02-14T02:41:40.275Z[ recovery-image] Feb 14 02:41:39.835 INFO O| Feb 14 02:41:39.835 INFO STEP 1163 (remove_files) COMPLETE
84472026-02-14T02:41:40.275Z[ recovery-image] Feb 14 02:41:39.835 INFO O| Feb 14 02:41:39.835 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
84482026-02-14T02:41:40.299Z[ recovery-image] Feb 14 02:41:39.849 INFO O| Feb 14 02:41:39.849 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zonecfg"
84492026-02-14T02:41:40.299Z[ recovery-image] Feb 14 02:41:39.849 INFO O| Feb 14 02:41:39.849 INFO STEP 1164 (remove_files) COMPLETE
84502026-02-14T02:41:40.299Z[ recovery-image] Feb 14 02:41:39.849 INFO O| Feb 14 02:41:39.849 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
84512026-02-14T02:41:40.299Z[ recovery-image] Feb 14 02:41:39.859 INFO O| Feb 14 02:41:39.859 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zstreamdump"
84522026-02-14T02:41:40.300Z[ recovery-image] Feb 14 02:41:39.859 INFO O| Feb 14 02:41:39.859 INFO STEP 1165 (remove_files) COMPLETE
84532026-02-14T02:41:40.300Z[ recovery-image] Feb 14 02:41:39.859 INFO O| Feb 14 02:41:39.859 INFO STEP 1166: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-03-recovery-trim.json
84542026-02-14T02:41:40.324Z[ recovery-image] Feb 14 02:41:39.879 INFO O| Feb 14 02:41:39.879 INFO file /rpool/images/build/recovery/output/sled-recovery-ramdisk.tar does not already exist, skipping removal
84552026-02-14T02:41:40.324Z[ recovery-image] Feb 14 02:41:39.879 INFO O| Feb 14 02:41:39.879 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
84562026-02-14T02:41:41.632Z[ recovery-image] Feb 14 02:41:41.200 INFO O| Feb 14 02:41:41.200 INFO STEP 1166 (pack_tar) COMPLETE
84572026-02-14T02:41:41.632Z[ recovery-image] Feb 14 02:41:41.200 INFO O| Feb 14 02:41:41.200 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
84582026-02-14T02:41:41.657Z[ recovery-image] Feb 14 02:41:41.200 INFO O| Feb 14 02:41:41.200 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
84592026-02-14T02:41:41.863Z[ recovery-image] Feb 14 02:41:41.431 INFO O| Feb 14 02:41:41.430 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
84602026-02-14T02:41:41.926Z[ recovery-image] Feb 14 02:41:41.493 INFO O| Feb 14 02:41:41.493 INFO completed processing sled/ramdisk-03-recovery-trim
84612026-02-14T02:41:41.950Z[ recovery-image] Feb 14 02:41:41.500 INFO image builder template: zfs-recovery...
84622026-02-14T02:41:41.950Z[ recovery-image] Feb 14 02:41:41.500 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/.tmp2kNFyc/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "publisher_0_name=helios-dev", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@18.0.0.0", "-F", "optever=0.39.455", "-n", "zfs-recovery"], pwd: None
84632026-02-14T02:41:41.975Z[ recovery-image] Feb 14 02:41:41.540 INFO O| Feb 14 02:41:41.540 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/zfs-recovery
84642026-02-14T02:41:41.999Z[ recovery-image] Feb 14 02:41:41.544 INFO O| Feb 14 02:41:41.544 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
84652026-02-14T02:41:42.024Z[ recovery-image] Feb 14 02:41:41.575 INFO O| Feb 14 02:41:41.574 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/zfs-recovery: sync = disabled
84662026-02-14T02:41:42.049Z[ recovery-image] Feb 14 02:41:41.604 INFO O| Feb 14 02:41:41.604 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/zfs-recovery
84672026-02-14T02:41:42.049Z[ recovery-image] Feb 14 02:41:41.604 INFO O| Feb 14 02:41:41.604 INFO work dataset: rpool/images/build/recovery/work/sled/zfs-recovery
84682026-02-14T02:41:42.049Z[ recovery-image] Feb 14 02:41:41.612 INFO O| Feb 14 02:41:41.612 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
84692026-02-14T02:41:42.133Z[ recovery-image] Feb 14 02:41:41.700 INFO O| Feb 14 02:41:41.700 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/sled/zfs-recovery: sync = disabled
84702026-02-14T02:41:42.158Z[ recovery-image] Feb 14 02:41:41.722 INFO O| Feb 14 02:41:41.721 INFO DESTROY POOL: TEMPORARY-sled-zfs-recovery
84712026-02-14T02:41:42.182Z[ recovery-image] Feb 14 02:41:41.733 INFO O| Feb 14 02:41:41.733 INFO image file: /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
84722026-02-14T02:41:42.182Z[ recovery-image] Feb 14 02:41:41.738 INFO O| Feb 14 02:41:41.738 INFO pool altroot: /rpool/images/build/recovery/work/sled/zfs-recovery/altroot
84732026-02-14T02:41:42.182Z[ recovery-image] Feb 14 02:41:41.742 INFO O| Feb 14 02:41:41.742 INFO no lofi found
84742026-02-14T02:41:42.182Z[ recovery-image] Feb 14 02:41:41.742 INFO O| Feb 14 02:41:41.742 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw does not already exist, skipping removal
84752026-02-14T02:41:42.182Z[ recovery-image] Feb 14 02:41:41.742 INFO O| Feb 14 02:41:41.742 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
84762026-02-14T02:41:46.435Z[ recovery-image] Feb 14 02:41:46.003 INFO O| Feb 14 02:41:46.003 INFO lofi device = /dev/dsk/c3t1d0p0
84772026-02-14T02:41:46.435Z[ recovery-image] Feb 14 02:41:46.003 INFO O| Feb 14 02:41:46.003 INFO pool device = /dev/dsk/c3t1d0p0
84782026-02-14T02:41:46.460Z[ recovery-image] Feb 14 02:41:46.003 INFO O| Feb 14 02:41:46.003 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-sled-zfs-recovery", "-O", "compression=off", "-R", "/rpool/images/build/recovery/work/sled/zfs-recovery/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c3t1d0p0"]
84792026-02-14T02:41:46.662Z[ recovery-image] Feb 14 02:41:46.229 INFO O| Feb 14 02:41:46.229 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
84802026-02-14T02:41:46.662Z[ recovery-image] Feb 14 02:41:46.230 INFO O| Feb 14 02:41:46.229 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT
84812026-02-14T02:41:46.696Z[ recovery-image] Feb 14 02:41:46.264 INFO O| Feb 14 02:41:46.264 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: canmount = off
84822026-02-14T02:41:47.028Z[ recovery-image] Feb 14 02:41:46.596 INFO O| Feb 14 02:41:46.596 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: mountpoint = legacy
84832026-02-14T02:41:47.073Z[ recovery-image] Feb 14 02:41:46.641 INFO O| Feb 14 02:41:46.641 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT/ramdisk
84842026-02-14T02:41:47.107Z[ recovery-image] Feb 14 02:41:46.674 INFO O| Feb 14 02:41:46.674 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: canmount = noauto
84852026-02-14T02:41:47.131Z[ recovery-image] Feb 14 02:41:46.696 INFO O| Feb 14 02:41:46.696 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
84862026-02-14T02:41:47.185Z[ recovery-image] Feb 14 02:41:46.752 INFO O| Feb 14 02:41:46.752 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a
84872026-02-14T02:41:47.209Z[ recovery-image] Feb 14 02:41:46.753 INFO O| Feb 14 02:41:46.752 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a
84882026-02-14T02:41:47.209Z[ recovery-image] Feb 14 02:41:46.753 INFO O| Feb 14 02:41:46.753 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
84892026-02-14T02:41:47.209Z[ recovery-image] Feb 14 02:41:46.764 INFO O| Feb 14 02:41:46.764 INFO boot environment UUID: 0bc26d7c-5c33-40aa-9980-3ade1fe171e5
84902026-02-14T02:41:47.209Z[ recovery-image] Feb 14 02:41:46.764 INFO O| Feb 14 02:41:46.764 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 0bc26d7c-5c33-40aa-9980-3ade1fe171e5
84912026-02-14T02:41:47.235Z[ recovery-image] Feb 14 02:41:46.784 INFO O| Feb 14 02:41:46.784 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
84922026-02-14T02:41:47.259Z[ recovery-image] Feb 14 02:41:46.809 INFO O| Feb 14 02:41:46.809 INFO STEP 0 (create_be) COMPLETE
84932026-02-14T02:41:47.259Z[ recovery-image] Feb 14 02:41:46.809 INFO O| Feb 14 02:41:46.809 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
84942026-02-14T02:41:47.259Z[ recovery-image] Feb 14 02:41:46.826 INFO O| Feb 14 02:41:46.826 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"]
84952026-02-14T02:41:56.221Z[ recovery-image] Feb 14 02:41:55.789 INFO O| Feb 14 02:41:55.789 INFO STEP 1 (unpack_tar) COMPLETE
84962026-02-14T02:41:56.221Z[ recovery-image] Feb 14 02:41:55.789 INFO O| Feb 14 02:41:55.789 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84972026-02-14T02:41:56.245Z[ recovery-image] Feb 14 02:41:55.801 INFO O| Feb 14 02:41:55.801 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
84982026-02-14T02:41:57.983Z[ recovery-image] Feb 14 02:41:57.551 INFO O| Feb 14 02:41:57.551 INFO STEP 2 (devfsadm) COMPLETE
84992026-02-14T02:41:57.983Z[ recovery-image] Feb 14 02:41:57.551 INFO O| Feb 14 02:41:57.551 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
85002026-02-14T02:41:58.008Z[ recovery-image] Feb 14 02:41:57.567 INFO O| Feb 14 02:41:57.567 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
85012026-02-14T02:41:58.008Z[ recovery-image] Feb 14 02:41:57.567 INFO O| Feb 14 02:41:57.567 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
85022026-02-14T02:41:58.008Z[ recovery-image] Feb 14 02:41:57.567 INFO O| Feb 14 02:41:57.567 INFO STEP 3 (ensure_dir) COMPLETE
85032026-02-14T02:41:58.008Z[ recovery-image] Feb 14 02:41:57.567 INFO O| Feb 14 02:41:57.567 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
85042026-02-14T02:41:58.033Z[ recovery-image] Feb 14 02:41:57.584 INFO O| Feb 14 02:41:57.584 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
85052026-02-14T02:41:58.033Z[ recovery-image] Feb 14 02:41:57.584 INFO O| Feb 14 02:41:57.584 INFO STEP 4 (ensure_dir) COMPLETE
85062026-02-14T02:41:58.033Z[ recovery-image] Feb 14 02:41:57.584 INFO O| Feb 14 02:41:57.584 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
85072026-02-14T02:41:58.033Z[ recovery-image] Feb 14 02:41:57.600 INFO O| Feb 14 02:41:57.600 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
85082026-02-14T02:41:58.033Z[ recovery-image] Feb 14 02:41:57.600 INFO O| Feb 14 02:41:57.600 INFO STEP 5 (ensure_dir) COMPLETE
85092026-02-14T02:41:58.033Z[ recovery-image] Feb 14 02:41:57.600 INFO O| Feb 14 02:41:57.600 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
85102026-02-14T02:41:58.058Z[ recovery-image] Feb 14 02:41:57.614 INFO O| Feb 14 02:41:57.614 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
85112026-02-14T02:41:58.058Z[ recovery-image] Feb 14 02:41:57.614 INFO O| Feb 14 02:41:57.614 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
85122026-02-14T02:41:58.058Z[ recovery-image] Feb 14 02:41:57.614 INFO O| Feb 14 02:41:57.614 INFO STEP 6 (ensure_dir) COMPLETE
85132026-02-14T02:41:58.058Z[ recovery-image] Feb 14 02:41:57.614 INFO O| Feb 14 02:41:57.614 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
85142026-02-14T02:41:58.083Z[ recovery-image] Feb 14 02:41:57.630 INFO O| Feb 14 02:41:57.630 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
85152026-02-14T02:41:58.083Z[ recovery-image] Feb 14 02:41:57.630 INFO O| Feb 14 02:41:57.630 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
85162026-02-14T02:41:58.083Z[ recovery-image] Feb 14 02:41:57.630 INFO O| Feb 14 02:41:57.630 INFO STEP 7 (ensure_dir) COMPLETE
85172026-02-14T02:41:58.083Z[ recovery-image] Feb 14 02:41:57.630 INFO O| Feb 14 02:41:57.630 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
85182026-02-14T02:41:58.108Z[ recovery-image] Feb 14 02:41:57.655 INFO O| Feb 14 02:41:57.655 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg"
85192026-02-14T02:41:58.108Z[ recovery-image] Feb 14 02:41:57.655 INFO O| Feb 14 02:41:57.655 INFO STEP 8 (remove_files) COMPLETE
85202026-02-14T02:41:58.108Z[ recovery-image] Feb 14 02:41:57.655 INFO O| Feb 14 02:41:57.655 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
85212026-02-14T02:41:58.108Z[ recovery-image] Feb 14 02:41:57.670 INFO O| Feb 14 02:41:57.670 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk"
85222026-02-14T02:41:58.108Z[ recovery-image] Feb 14 02:41:57.671 INFO O| Feb 14 02:41:57.671 INFO STEP 9 (remove_files) COMPLETE
85232026-02-14T02:41:58.108Z[ recovery-image] Feb 14 02:41:57.671 INFO O| Feb 14 02:41:57.671 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
85242026-02-14T02:41:58.133Z[ recovery-image] Feb 14 02:41:57.685 INFO O| Feb 14 02:41:57.684 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk"
85252026-02-14T02:41:58.133Z[ recovery-image] Feb 14 02:41:57.686 INFO O| Feb 14 02:41:57.686 INFO STEP 10 (remove_files) COMPLETE
85262026-02-14T02:41:58.133Z[ recovery-image] Feb 14 02:41:57.686 INFO O| Feb 14 02:41:57.686 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
85272026-02-14T02:41:58.157Z[ recovery-image] Feb 14 02:41:57.701 INFO O| Feb 14 02:41:57.701 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors"
85282026-02-14T02:41:58.157Z[ recovery-image] Feb 14 02:41:57.701 INFO O| Feb 14 02:41:57.701 INFO STEP 11 (remove_files) COMPLETE
85292026-02-14T02:41:58.157Z[ recovery-image] Feb 14 02:41:57.701 INFO O| Feb 14 02:41:57.701 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
85302026-02-14T02:41:58.157Z[ recovery-image] Feb 14 02:41:57.718 INFO O| Feb 14 02:41:57.718 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb"
85312026-02-14T02:41:58.157Z[ recovery-image] Feb 14 02:41:57.718 INFO O| Feb 14 02:41:57.718 INFO STEP 12 (remove_files) COMPLETE
85322026-02-14T02:41:58.157Z[ recovery-image] Feb 14 02:41:57.718 INFO O| Feb 14 02:41:57.718 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
85332026-02-14T02:41:58.182Z[ recovery-image] Feb 14 02:41:57.732 INFO O| Feb 14 02:41:57.732 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
85342026-02-14T02:41:58.182Z[ recovery-image] Feb 14 02:41:57.732 INFO O| Feb 14 02:41:57.732 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
85352026-02-14T02:41:58.182Z[ recovery-image] Feb 14 02:41:57.732 INFO O| Feb 14 02:41:57.732 INFO STEP 13 (ensure_dir) COMPLETE
85362026-02-14T02:41:58.182Z[ recovery-image] Feb 14 02:41:57.732 INFO O| Feb 14 02:41:57.732 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
85372026-02-14T02:41:58.182Z[ recovery-image] Feb 14 02:41:57.744 INFO O| Feb 14 02:41:57.744 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
85382026-02-14T02:41:58.182Z[ recovery-image] Feb 14 02:41:57.744 INFO O| Feb 14 02:41:57.744 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
85392026-02-14T02:41:58.182Z[ recovery-image] Feb 14 02:41:57.744 INFO O| Feb 14 02:41:57.744 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
85402026-02-14T02:41:58.182Z[ recovery-image] Feb 14 02:41:57.744 INFO O| Feb 14 02:41:57.744 INFO STEP 14 (ensure_dir) COMPLETE
85412026-02-14T02:41:58.182Z[ recovery-image] Feb 14 02:41:57.744 INFO O| Feb 14 02:41:57.744 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
85422026-02-14T02:41:58.207Z[ recovery-image] Feb 14 02:41:57.757 INFO O| Feb 14 02:41:57.757 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
85432026-02-14T02:41:58.207Z[ recovery-image] Feb 14 02:41:57.757 INFO O| Feb 14 02:41:57.757 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
85442026-02-14T02:41:58.207Z[ recovery-image] Feb 14 02:41:57.757 INFO O| Feb 14 02:41:57.757 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
85452026-02-14T02:41:58.207Z[ recovery-image] Feb 14 02:41:57.757 INFO O| Feb 14 02:41:57.757 INFO STEP 15 (ensure_dir) COMPLETE
85462026-02-14T02:41:58.207Z[ recovery-image] Feb 14 02:41:57.757 INFO O| Feb 14 02:41:57.757 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
85472026-02-14T02:41:58.207Z[ recovery-image] Feb 14 02:41:57.774 INFO O| Feb 14 02:41:57.774 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
85482026-02-14T02:41:58.207Z[ recovery-image] Feb 14 02:41:57.774 INFO O| Feb 14 02:41:57.774 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
85492026-02-14T02:41:58.207Z[ recovery-image] Feb 14 02:41:57.774 INFO O| Feb 14 02:41:57.774 INFO STEP 16 (ensure_dir) COMPLETE
85502026-02-14T02:41:58.207Z[ recovery-image] Feb 14 02:41:57.774 INFO O| Feb 14 02:41:57.774 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
85512026-02-14T02:41:58.232Z[ recovery-image] Feb 14 02:41:57.786 INFO O| Feb 14 02:41:57.786 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
85522026-02-14T02:41:58.232Z[ recovery-image] Feb 14 02:41:57.786 INFO O| Feb 14 02:41:57.786 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
85532026-02-14T02:41:58.232Z[ recovery-image] Feb 14 02:41:57.786 INFO O| Feb 14 02:41:57.786 INFO STEP 17 (ensure_dir) COMPLETE
85542026-02-14T02:41:58.232Z[ recovery-image] Feb 14 02:41:57.786 INFO O| Feb 14 02:41:57.786 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
85552026-02-14T02:41:58.232Z[ recovery-image] Feb 14 02:41:57.797 INFO O| Feb 14 02:41:57.797 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
85562026-02-14T02:41:58.232Z[ recovery-image] Feb 14 02:41:57.797 INFO O| Feb 14 02:41:57.797 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/msglog
85572026-02-14T02:41:58.233Z[ recovery-image] Feb 14 02:41:57.797 INFO O| Feb 14 02:41:57.797 INFO ok!
85582026-02-14T02:41:58.233Z[ recovery-image] Feb 14 02:41:57.797 INFO O| Feb 14 02:41:57.797 INFO STEP 18 (ensure_symlink) COMPLETE
85592026-02-14T02:41:58.233Z[ recovery-image] Feb 14 02:41:57.797 INFO O| Feb 14 02:41:57.797 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
85602026-02-14T02:41:58.257Z[ recovery-image] Feb 14 02:41:57.807 INFO O| Feb 14 02:41:57.807 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure exists, with correct contents
85612026-02-14T02:41:58.257Z[ recovery-image] Feb 14 02:41:57.807 INFO O| Feb 14 02:41:57.807 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure
85622026-02-14T02:41:58.257Z[ recovery-image] Feb 14 02:41:57.807 INFO O| Feb 14 02:41:57.807 INFO ok!
85632026-02-14T02:41:58.257Z[ recovery-image] Feb 14 02:41:57.807 INFO O| Feb 14 02:41:57.807 INFO STEP 19 (ensure_file) COMPLETE
85642026-02-14T02:41:58.257Z[ recovery-image] Feb 14 02:41:57.807 INFO O| Feb 14 02:41:57.807 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
85652026-02-14T02:41:58.258Z[ recovery-image] Feb 14 02:41:57.823 INFO O| Feb 14 02:41:57.823 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
85662026-02-14T02:41:58.258Z[ recovery-image] Feb 14 02:41:57.823 INFO O| Feb 14 02:41:57.823 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
85672026-02-14T02:41:58.258Z[ recovery-image] Feb 14 02:41:57.823 INFO O| Feb 14 02:41:57.823 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml
85682026-02-14T02:41:58.258Z[ recovery-image] Feb 14 02:41:57.823 INFO O| Feb 14 02:41:57.823 INFO ok!
85692026-02-14T02:41:58.258Z[ recovery-image] Feb 14 02:41:57.823 INFO O| Feb 14 02:41:57.823 INFO STEP 20 (ensure_symlink) COMPLETE
85702026-02-14T02:41:58.258Z[ recovery-image] Feb 14 02:41:57.823 INFO O| Feb 14 02:41:57.823 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
85712026-02-14T02:41:58.293Z[ recovery-image] Feb 14 02:41:57.835 INFO O| Feb 14 02:41:57.835 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
85722026-02-14T02:41:58.293Z[ recovery-image] Feb 14 02:41:57.836 INFO O| Feb 14 02:41:57.835 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
85732026-02-14T02:41:58.293Z[ recovery-image] Feb 14 02:41:57.836 INFO O| Feb 14 02:41:57.836 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml
85742026-02-14T02:41:58.293Z[ recovery-image] Feb 14 02:41:57.836 INFO O| Feb 14 02:41:57.836 INFO ok!
85752026-02-14T02:41:58.293Z[ recovery-image] Feb 14 02:41:57.836 INFO O| Feb 14 02:41:57.836 INFO STEP 21 (ensure_symlink) COMPLETE
85762026-02-14T02:41:58.293Z[ recovery-image] Feb 14 02:41:57.836 INFO O| Feb 14 02:41:57.836 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
85772026-02-14T02:41:58.293Z[ recovery-image] Feb 14 02:41:57.848 INFO O| Feb 14 02:41:57.848 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
85782026-02-14T02:41:58.293Z[ recovery-image] Feb 14 02:41:57.848 INFO O| Feb 14 02:41:57.848 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
85792026-02-14T02:41:58.293Z[ recovery-image] Feb 14 02:41:57.848 INFO O| Feb 14 02:41:57.848 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml
85802026-02-14T02:41:58.293Z[ recovery-image] Feb 14 02:41:57.848 INFO O| Feb 14 02:41:57.848 INFO ok!
85812026-02-14T02:41:58.293Z[ recovery-image] Feb 14 02:41:57.848 INFO O| Feb 14 02:41:57.848 INFO STEP 22 (ensure_symlink) COMPLETE
85822026-02-14T02:41:58.293Z[ recovery-image] Feb 14 02:41:57.848 INFO O| Feb 14 02:41:57.848 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
85832026-02-14T02:41:58.319Z[ recovery-image] Feb 14 02:41:57.861 INFO O| Feb 14 02:41:57.861 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
85842026-02-14T02:41:58.319Z[ recovery-image] Feb 14 02:41:57.861 INFO O| Feb 14 02:41:57.861 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
85852026-02-14T02:41:58.319Z[ recovery-image] Feb 14 02:41:57.861 INFO O| Feb 14 02:41:57.861 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml
85862026-02-14T02:41:58.319Z[ recovery-image] Feb 14 02:41:57.861 INFO O| Feb 14 02:41:57.861 INFO ok!
85872026-02-14T02:41:58.319Z[ recovery-image] Feb 14 02:41:57.861 INFO O| Feb 14 02:41:57.861 INFO STEP 23 (ensure_symlink) COMPLETE
85882026-02-14T02:41:58.319Z[ recovery-image] Feb 14 02:41:57.861 INFO O| Feb 14 02:41:57.861 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
85892026-02-14T02:41:58.319Z[ recovery-image] Feb 14 02:41:57.875 INFO O| Feb 14 02:41:57.875 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
85902026-02-14T02:41:58.319Z[ recovery-image] Feb 14 02:41:57.876 INFO O| Feb 14 02:41:57.876 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 ...
85912026-02-14T02:41:58.319Z[ recovery-image] Feb 14 02:41:57.876 INFO O| Feb 14 02:41:57.876 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf
85922026-02-14T02:41:58.319Z[ recovery-image] Feb 14 02:41:57.876 INFO O| Feb 14 02:41:57.876 INFO ok!
85932026-02-14T02:41:58.319Z[ recovery-image] Feb 14 02:41:57.876 INFO O| Feb 14 02:41:57.876 INFO STEP 24 (ensure_file) COMPLETE
85942026-02-14T02:41:58.319Z[ recovery-image] Feb 14 02:41:57.876 INFO O| Feb 14 02:41:57.876 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
85952026-02-14T02:41:58.344Z[ recovery-image] Feb 14 02:41:57.888 INFO O| Feb 14 02:41:57.888 INFO updating shadow file
85962026-02-14T02:41:58.344Z[ recovery-image] Feb 14 02:41:57.888 INFO O| Feb 14 02:41:57.888 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
85972026-02-14T02:41:58.344Z[ recovery-image] Feb 14 02:41:57.888 INFO O| Feb 14 02:41:57.888 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
85982026-02-14T02:41:58.344Z[ recovery-image] Feb 14 02:41:57.888 INFO O| Feb 14 02:41:57.888 INFO STEP 25 (shadow) COMPLETE
85992026-02-14T02:41:58.344Z[ recovery-image] Feb 14 02:41:57.888 INFO O| Feb 14 02:41:57.888 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
86002026-02-14T02:41:58.344Z[ recovery-image] Feb 14 02:41:57.904 INFO O| Feb 14 02:41:57.903 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
86012026-02-14T02:41:58.344Z[ recovery-image] Feb 14 02:41:57.904 INFO O| Feb 14 02:41:57.904 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts ...
86022026-02-14T02:41:58.344Z[ recovery-image] Feb 14 02:41:57.904 INFO O| Feb 14 02:41:57.904 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts
86032026-02-14T02:41:58.344Z[ recovery-image] Feb 14 02:41:57.904 INFO O| Feb 14 02:41:57.904 INFO ok!
86042026-02-14T02:41:58.344Z[ recovery-image] Feb 14 02:41:57.904 INFO O| Feb 14 02:41:57.904 INFO STEP 26 (ensure_file) COMPLETE
86052026-02-14T02:41:58.344Z[ recovery-image] Feb 14 02:41:57.904 INFO O| Feb 14 02:41:57.904 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
86062026-02-14T02:41:58.369Z[ recovery-image] Feb 14 02:41:57.914 INFO O| Feb 14 02:41:57.914 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename does not exist
86072026-02-14T02:41:58.369Z[ recovery-image] Feb 14 02:41:57.914 INFO O| Feb 14 02:41:57.914 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename ...
86082026-02-14T02:41:58.370Z[ recovery-image] Feb 14 02:41:57.915 INFO O| Feb 14 02:41:57.914 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename
86092026-02-14T02:41:58.370Z[ recovery-image] Feb 14 02:41:57.915 INFO O| Feb 14 02:41:57.914 INFO ok!
86102026-02-14T02:41:58.370Z[ recovery-image] Feb 14 02:41:57.915 INFO O| Feb 14 02:41:57.914 INFO STEP 27 (ensure_file) COMPLETE
86112026-02-14T02:41:58.370Z[ recovery-image] Feb 14 02:41:57.915 INFO O| Feb 14 02:41:57.915 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
86122026-02-14T02:41:58.370Z[ recovery-image] Feb 14 02:41:57.926 INFO O| Feb 14 02:41:57.925 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
86132026-02-14T02:41:58.370Z[ recovery-image] Feb 14 02:41:57.926 INFO O| Feb 14 02:41:57.926 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent ...
86142026-02-14T02:41:58.370Z[ recovery-image] Feb 14 02:41:57.926 INFO O| Feb 14 02:41:57.926 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
86152026-02-14T02:41:58.370Z[ recovery-image] Feb 14 02:41:57.926 INFO O| Feb 14 02:41:57.926 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
86162026-02-14T02:41:58.370Z[ recovery-image] Feb 14 02:41:57.926 INFO O| Feb 14 02:41:57.926 INFO ok!
86172026-02-14T02:41:58.370Z[ recovery-image] Feb 14 02:41:57.926 INFO O| Feb 14 02:41:57.926 INFO STEP 28 (ensure_file) COMPLETE
86182026-02-14T02:41:58.370Z[ recovery-image] Feb 14 02:41:57.926 INFO O| Feb 14 02:41:57.926 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
86192026-02-14T02:41:58.370Z[ recovery-image] Feb 14 02:41:57.936 INFO O| Feb 14 02:41:57.936 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf does not exist
86202026-02-14T02:41:58.370Z[ recovery-image] Feb 14 02:41:57.936 INFO O| Feb 14 02:41:57.936 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf ...
86212026-02-14T02:41:58.370Z[ recovery-image] Feb 14 02:41:57.936 INFO O| Feb 14 02:41:57.936 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf
86222026-02-14T02:41:58.370Z[ recovery-image] Feb 14 02:41:57.936 INFO O| Feb 14 02:41:57.936 INFO ok!
86232026-02-14T02:41:58.370Z[ recovery-image] Feb 14 02:41:57.936 INFO O| Feb 14 02:41:57.936 INFO STEP 29 (ensure_file) COMPLETE
86242026-02-14T02:41:58.370Z[ recovery-image] Feb 14 02:41:57.936 INFO O| Feb 14 02:41:57.936 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
86252026-02-14T02:41:58.395Z[ recovery-image] Feb 14 02:41:57.946 INFO O| Feb 14 02:41:57.946 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
86262026-02-14T02:41:58.395Z[ recovery-image] Feb 14 02:41:57.946 INFO O| Feb 14 02:41:57.946 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
86272026-02-14T02:41:58.395Z[ recovery-image] Feb 14 02:41:57.946 INFO O| Feb 14 02:41:57.946 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
86282026-02-14T02:41:58.395Z[ recovery-image] Feb 14 02:41:57.946 INFO O| Feb 14 02:41:57.946 INFO STEP 30 (ensure_dir) COMPLETE
86292026-02-14T02:41:58.395Z[ recovery-image] Feb 14 02:41:57.946 INFO O| Feb 14 02:41:57.946 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
86302026-02-14T02:41:58.395Z[ recovery-image] Feb 14 02:41:57.956 INFO O| Feb 14 02:41:57.956 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup does not exist
86312026-02-14T02:41:58.395Z[ recovery-image] Feb 14 02:41:57.956 INFO O| Feb 14 02:41:57.956 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 ...
86322026-02-14T02:41:58.395Z[ recovery-image] Feb 14 02:41:57.957 INFO O| Feb 14 02:41:57.957 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
86332026-02-14T02:41:58.395Z[ recovery-image] Feb 14 02:41:57.957 INFO O| Feb 14 02:41:57.957 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup
86342026-02-14T02:41:58.395Z[ recovery-image] Feb 14 02:41:57.957 INFO O| Feb 14 02:41:57.957 INFO ok!
86352026-02-14T02:41:58.395Z[ recovery-image] Feb 14 02:41:57.957 INFO O| Feb 14 02:41:57.957 INFO STEP 31 (ensure_file) COMPLETE
86362026-02-14T02:41:58.395Z[ recovery-image] Feb 14 02:41:57.957 INFO O| Feb 14 02:41:57.957 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
86372026-02-14T02:41:58.420Z[ recovery-image] Feb 14 02:41:57.967 INFO O| Feb 14 02:41:57.967 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
86382026-02-14T02:41:58.420Z[ recovery-image] Feb 14 02:41:57.967 INFO O| Feb 14 02:41:57.967 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
86392026-02-14T02:41:58.420Z[ recovery-image] Feb 14 02:41:57.967 INFO O| Feb 14 02:41:57.967 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
86402026-02-14T02:41:58.420Z[ recovery-image] Feb 14 02:41:57.967 INFO O| Feb 14 02:41:57.967 INFO STEP 32 (ensure_dir) COMPLETE
86412026-02-14T02:41:58.420Z[ recovery-image] Feb 14 02:41:57.967 INFO O| Feb 14 02:41:57.967 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
86422026-02-14T02:41:58.420Z[ recovery-image] Feb 14 02:41:57.980 INFO O| Feb 14 02:41:57.980 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml does not exist
86432026-02-14T02:41:58.420Z[ recovery-image] Feb 14 02:41:57.980 INFO O| Feb 14 02:41:57.980 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 ...
86442026-02-14T02:41:58.420Z[ recovery-image] Feb 14 02:41:57.981 INFO O| Feb 14 02:41:57.981 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
86452026-02-14T02:41:58.420Z[ recovery-image] Feb 14 02:41:57.981 INFO O| Feb 14 02:41:57.981 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml
86462026-02-14T02:41:58.420Z[ recovery-image] Feb 14 02:41:57.981 INFO O| Feb 14 02:41:57.981 INFO ok!
86472026-02-14T02:41:58.420Z[ recovery-image] Feb 14 02:41:57.981 INFO O| Feb 14 02:41:57.981 INFO STEP 33 (ensure_file) COMPLETE
86482026-02-14T02:41:58.420Z[ recovery-image] Feb 14 02:41:57.981 INFO O| Feb 14 02:41:57.981 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
86492026-02-14T02:41:58.445Z[ recovery-image] Feb 14 02:41:57.991 INFO O| Feb 14 02:41:57.990 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master does not exist
86502026-02-14T02:41:58.445Z[ recovery-image] Feb 14 02:41:57.991 INFO O| Feb 14 02:41:57.991 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master ...
86512026-02-14T02:41:58.445Z[ recovery-image] Feb 14 02:41:57.991 INFO O| Feb 14 02:41:57.991 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master
86522026-02-14T02:41:58.445Z[ recovery-image] Feb 14 02:41:57.991 INFO O| Feb 14 02:41:57.991 INFO ok!
86532026-02-14T02:41:58.445Z[ recovery-image] Feb 14 02:41:57.991 INFO O| Feb 14 02:41:57.991 INFO STEP 34 (ensure_file) COMPLETE
86542026-02-14T02:41:58.445Z[ recovery-image] Feb 14 02:41:57.991 INFO O| Feb 14 02:41:57.991 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
86552026-02-14T02:41:58.445Z[ recovery-image] Feb 14 02:41:58.001 INFO O| Feb 14 02:41:58.001 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
86562026-02-14T02:41:58.445Z[ recovery-image] Feb 14 02:41:58.001 INFO O| Feb 14 02:41:58.001 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs ...
86572026-02-14T02:41:58.446Z[ recovery-image] Feb 14 02:41:58.001 INFO O| Feb 14 02:41:58.001 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
86582026-02-14T02:41:58.446Z[ recovery-image] Feb 14 02:41:58.001 INFO O| Feb 14 02:41:58.001 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
86592026-02-14T02:41:58.446Z[ recovery-image] Feb 14 02:41:58.001 INFO O| Feb 14 02:41:58.001 INFO ok!
86602026-02-14T02:41:58.446Z[ recovery-image] Feb 14 02:41:58.001 INFO O| Feb 14 02:41:58.001 INFO STEP 35 (ensure_file) COMPLETE
86612026-02-14T02:41:58.446Z[ recovery-image] Feb 14 02:41:58.001 INFO O| Feb 14 02:41:58.001 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
86622026-02-14T02:41:58.446Z[ recovery-image] Feb 14 02:41:58.011 INFO O| Feb 14 02:41:58.011 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
86632026-02-14T02:41:58.446Z[ recovery-image] Feb 14 02:41:58.011 INFO O| Feb 14 02:41:58.011 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init ...
86642026-02-14T02:41:58.446Z[ recovery-image] Feb 14 02:41:58.011 INFO O| Feb 14 02:41:58.011 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init
86652026-02-14T02:41:58.446Z[ recovery-image] Feb 14 02:41:58.011 INFO O| Feb 14 02:41:58.011 INFO ok!
86662026-02-14T02:41:58.446Z[ recovery-image] Feb 14 02:41:58.011 INFO O| Feb 14 02:41:58.011 INFO STEP 36 (ensure_file) COMPLETE
86672026-02-14T02:41:58.446Z[ recovery-image] Feb 14 02:41:58.011 INFO O| Feb 14 02:41:58.011 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
86682026-02-14T02:41:58.471Z[ recovery-image] Feb 14 02:41:58.025 INFO O| Feb 14 02:41:58.025 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
86692026-02-14T02:41:58.471Z[ recovery-image] Feb 14 02:41:58.025 INFO O| Feb 14 02:41:58.025 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config ...
86702026-02-14T02:41:58.471Z[ recovery-image] Feb 14 02:41:58.025 INFO O| Feb 14 02:41:58.025 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config
86712026-02-14T02:41:58.471Z[ recovery-image] Feb 14 02:41:58.025 INFO O| Feb 14 02:41:58.025 INFO ok!
86722026-02-14T02:41:58.471Z[ recovery-image] Feb 14 02:41:58.025 INFO O| Feb 14 02:41:58.025 INFO STEP 37 (ensure_file) COMPLETE
86732026-02-14T02:41:58.471Z[ recovery-image] Feb 14 02:41:58.025 INFO O| Feb 14 02:41:58.025 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
86742026-02-14T02:41:58.471Z[ recovery-image] Feb 14 02:41:58.035 INFO O| Feb 14 02:41:58.035 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams does not exist
86752026-02-14T02:41:58.471Z[ recovery-image] Feb 14 02:41:58.035 INFO O| Feb 14 02:41:58.035 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams ...
86762026-02-14T02:41:58.471Z[ recovery-image] Feb 14 02:41:58.035 INFO O| Feb 14 02:41:58.035 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
86772026-02-14T02:41:58.471Z[ recovery-image] Feb 14 02:41:58.036 INFO O| Feb 14 02:41:58.035 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
86782026-02-14T02:41:58.471Z[ recovery-image] Feb 14 02:41:58.036 INFO O| Feb 14 02:41:58.036 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
86792026-02-14T02:41:58.471Z[ recovery-image] Feb 14 02:41:58.036 INFO O| Feb 14 02:41:58.036 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
86802026-02-14T02:41:58.471Z[ recovery-image] Feb 14 02:41:58.036 INFO O| Feb 14 02:41:58.036 INFO ok!
86812026-02-14T02:41:58.471Z[ recovery-image] Feb 14 02:41:58.036 INFO O| Feb 14 02:41:58.036 INFO STEP 38 (ensure_file) COMPLETE
86822026-02-14T02:41:58.471Z[ recovery-image] Feb 14 02:41:58.036 INFO O| Feb 14 02:41:58.036 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
86832026-02-14T02:41:58.496Z[ recovery-image] Feb 14 02:41:58.045 INFO O| Feb 14 02:41:58.045 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
86842026-02-14T02:41:58.496Z[ recovery-image] Feb 14 02:41:58.046 INFO O| Feb 14 02:41:58.046 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
86852026-02-14T02:41:58.496Z[ recovery-image] Feb 14 02:41:58.046 INFO O| Feb 14 02:41:58.046 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
86862026-02-14T02:41:58.496Z[ recovery-image] Feb 14 02:41:58.046 INFO O| Feb 14 02:41:58.046 INFO STEP 39 (ensure_dir) COMPLETE
86872026-02-14T02:41:58.496Z[ recovery-image] Feb 14 02:41:58.046 INFO O| Feb 14 02:41:58.046 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
86882026-02-14T02:41:58.496Z[ recovery-image] Feb 14 02:41:58.057 INFO O| Feb 14 02:41:58.057 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
86892026-02-14T02:41:58.496Z[ recovery-image] Feb 14 02:41:58.057 INFO O| Feb 14 02:41:58.057 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 ...
86902026-02-14T02:41:58.496Z[ recovery-image] Feb 14 02:41:58.057 INFO O| Feb 14 02:41:58.057 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
86912026-02-14T02:41:58.496Z[ recovery-image] Feb 14 02:41:58.057 INFO O| Feb 14 02:41:58.057 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
86922026-02-14T02:41:58.496Z[ recovery-image] Feb 14 02:41:58.057 INFO O| Feb 14 02:41:58.057 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
86932026-02-14T02:41:58.496Z[ recovery-image] Feb 14 02:41:58.057 INFO O| Feb 14 02:41:58.057 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
86942026-02-14T02:41:58.496Z[ recovery-image] Feb 14 02:41:58.057 INFO O| Feb 14 02:41:58.057 INFO ok!
86952026-02-14T02:41:58.496Z[ recovery-image] Feb 14 02:41:58.057 INFO O| Feb 14 02:41:58.057 INFO STEP 40 (ensure_file) COMPLETE
86962026-02-14T02:41:58.496Z[ recovery-image] Feb 14 02:41:58.057 INFO O| Feb 14 02:41:58.057 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
86972026-02-14T02:41:58.521Z[ recovery-image] Feb 14 02:41:58.067 INFO O| Feb 14 02:41:58.067 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
86982026-02-14T02:41:58.521Z[ recovery-image] Feb 14 02:41:58.067 INFO O| Feb 14 02:41:58.067 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 ...
86992026-02-14T02:41:58.521Z[ recovery-image] Feb 14 02:41:58.067 INFO O| Feb 14 02:41:58.067 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
87002026-02-14T02:41:58.521Z[ recovery-image] Feb 14 02:41:58.067 INFO O| Feb 14 02:41:58.067 INFO ok!
87012026-02-14T02:41:58.521Z[ recovery-image] Feb 14 02:41:58.067 INFO O| Feb 14 02:41:58.067 INFO STEP 41 (ensure_symlink) COMPLETE
87022026-02-14T02:41:58.521Z[ recovery-image] Feb 14 02:41:58.067 INFO O| Feb 14 02:41:58.067 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
87032026-02-14T02:41:58.522Z[ recovery-image] Feb 14 02:41:58.077 INFO O| Feb 14 02:41:58.077 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo does not exist
87042026-02-14T02:41:58.522Z[ recovery-image] Feb 14 02:41:58.077 INFO O| Feb 14 02:41:58.077 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
87052026-02-14T02:41:58.522Z[ recovery-image] Feb 14 02:41:58.077 INFO O| Feb 14 02:41:58.077 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo
87062026-02-14T02:41:58.522Z[ recovery-image] Feb 14 02:41:58.077 INFO O| Feb 14 02:41:58.077 INFO ok!
87072026-02-14T02:41:58.522Z[ recovery-image] Feb 14 02:41:58.077 INFO O| Feb 14 02:41:58.077 INFO STEP 42 (ensure_symlink) COMPLETE
87082026-02-14T02:41:58.522Z[ recovery-image] Feb 14 02:41:58.077 INFO O| Feb 14 02:41:58.077 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
87092026-02-14T02:41:58.546Z[ recovery-image] Feb 14 02:41:58.091 INFO O| Feb 14 02:41:58.091 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname does not exist
87102026-02-14T02:41:58.546Z[ recovery-image] Feb 14 02:41:58.091 INFO O| Feb 14 02:41:58.091 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname ...
87112026-02-14T02:41:58.546Z[ recovery-image] Feb 14 02:41:58.092 INFO O| Feb 14 02:41:58.092 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
87122026-02-14T02:41:58.546Z[ recovery-image] Feb 14 02:41:58.092 INFO O| Feb 14 02:41:58.092 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
87132026-02-14T02:41:58.547Z[ recovery-image] Feb 14 02:41:58.092 INFO O| Feb 14 02:41:58.092 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
87142026-02-14T02:41:58.547Z[ recovery-image] Feb 14 02:41:58.092 INFO O| Feb 14 02:41:58.092 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
87152026-02-14T02:41:58.547Z[ recovery-image] Feb 14 02:41:58.092 INFO O| Feb 14 02:41:58.092 INFO ok!
87162026-02-14T02:41:58.547Z[ recovery-image] Feb 14 02:41:58.092 INFO O| Feb 14 02:41:58.092 INFO STEP 43 (ensure_file) COMPLETE
87172026-02-14T02:41:58.547Z[ recovery-image] Feb 14 02:41:58.092 INFO O| Feb 14 02:41:58.092 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
87182026-02-14T02:41:58.547Z[ recovery-image] Feb 14 02:41:58.102 INFO O| Feb 14 02:41:58.102 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
87192026-02-14T02:41:58.547Z[ recovery-image] Feb 14 02:41:58.102 INFO O| Feb 14 02:41:58.102 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 ...
87202026-02-14T02:41:58.547Z[ recovery-image] Feb 14 02:41:58.102 INFO O| Feb 14 02:41:58.102 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
87212026-02-14T02:41:58.547Z[ recovery-image] Feb 14 02:41:58.102 INFO O| Feb 14 02:41:58.102 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
87222026-02-14T02:41:58.547Z[ recovery-image] Feb 14 02:41:58.102 INFO O| Feb 14 02:41:58.102 INFO ok!
87232026-02-14T02:41:58.547Z[ recovery-image] Feb 14 02:41:58.102 INFO O| Feb 14 02:41:58.102 INFO STEP 44 (ensure_file) COMPLETE
87242026-02-14T02:41:58.547Z[ recovery-image] Feb 14 02:41:58.102 INFO O| Feb 14 02:41:58.102 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
87252026-02-14T02:41:58.547Z[ recovery-image] Feb 14 02:41:58.112 INFO O| Feb 14 02:41:58.112 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml does not exist
87262026-02-14T02:41:58.547Z[ recovery-image] Feb 14 02:41:58.112 INFO O| Feb 14 02:41:58.112 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml ...
87272026-02-14T02:41:58.547Z[ recovery-image] Feb 14 02:41:58.112 INFO O| Feb 14 02:41:58.112 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml
87282026-02-14T02:41:58.547Z[ recovery-image] Feb 14 02:41:58.112 INFO O| Feb 14 02:41:58.112 INFO ok!
87292026-02-14T02:41:58.547Z[ recovery-image] Feb 14 02:41:58.112 INFO O| Feb 14 02:41:58.112 INFO STEP 45 (ensure_file) COMPLETE
87302026-02-14T02:41:58.547Z[ recovery-image] Feb 14 02:41:58.112 INFO O| Feb 14 02:41:58.112 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
87312026-02-14T02:41:58.572Z[ recovery-image] Feb 14 02:41:58.125 INFO O| Feb 14 02:41:58.125 INFO updating shadow file
87322026-02-14T02:41:58.572Z[ recovery-image] Feb 14 02:41:58.125 INFO O| Feb 14 02:41:58.125 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
87332026-02-14T02:41:58.572Z[ recovery-image] Feb 14 02:41:58.125 INFO O| Feb 14 02:41:58.125 INFO STEP 46 (shadow) COMPLETE
87342026-02-14T02:41:58.572Z[ recovery-image] Feb 14 02:41:58.125 INFO O| Feb 14 02:41:58.125 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
87352026-02-14T02:41:58.572Z[ recovery-image] Feb 14 02:41:58.137 INFO O| Feb 14 02:41:58.137 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
87362026-02-14T02:41:58.572Z[ recovery-image] Feb 14 02:41:58.137 INFO O| Feb 14 02:41:58.137 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login ...
87372026-02-14T02:41:58.572Z[ recovery-image] Feb 14 02:41:58.137 INFO O| Feb 14 02:41:58.137 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
87382026-02-14T02:41:58.572Z[ recovery-image] Feb 14 02:41:58.137 INFO O| Feb 14 02:41:58.137 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
87392026-02-14T02:41:58.572Z[ recovery-image] Feb 14 02:41:58.137 INFO O| Feb 14 02:41:58.137 INFO ok!
87402026-02-14T02:41:58.572Z[ recovery-image] Feb 14 02:41:58.137 INFO O| Feb 14 02:41:58.137 INFO STEP 47 (ensure_file) COMPLETE
87412026-02-14T02:41:58.572Z[ recovery-image] Feb 14 02:41:58.137 INFO O| Feb 14 02:41:58.137 INFO STEP 48: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87422026-02-14T02:41:58.597Z[ recovery-image] Feb 14 02:41:58.147 INFO O| Feb 14 02:41:58.146 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt
87432026-02-14T02:41:58.597Z[ recovery-image] Feb 14 02:41:58.147 INFO O| Feb 14 02:41:58.146 INFO STEP 48 (ensure_dir) COMPLETE
87442026-02-14T02:41:58.597Z[ recovery-image] Feb 14 02:41:58.147 INFO O| Feb 14 02:41:58.146 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87452026-02-14T02:41:58.597Z[ recovery-image] Feb 14 02:41:58.156 INFO O| Feb 14 02:41:58.156 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
87462026-02-14T02:41:58.597Z[ recovery-image] Feb 14 02:41:58.156 INFO O| Feb 14 02:41:58.156 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
87472026-02-14T02:41:58.597Z[ recovery-image] Feb 14 02:41:58.156 INFO O| Feb 14 02:41:58.156 INFO STEP 49 (ensure_dir) COMPLETE
87482026-02-14T02:41:58.597Z[ recovery-image] Feb 14 02:41:58.156 INFO O| Feb 14 02:41:58.156 INFO STEP 50: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87492026-02-14T02:41:58.621Z[ recovery-image] Feb 14 02:41:58.165 INFO O| Feb 14 02:41:58.165 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
87502026-02-14T02:41:58.621Z[ recovery-image] Feb 14 02:41:58.165 INFO O| Feb 14 02:41:58.165 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
87512026-02-14T02:41:58.621Z[ recovery-image] Feb 14 02:41:58.165 INFO O| Feb 14 02:41:58.165 INFO STEP 50 (ensure_dir) COMPLETE
87522026-02-14T02:41:58.622Z[ recovery-image] Feb 14 02:41:58.165 INFO O| Feb 14 02:41:58.165 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87532026-02-14T02:41:58.646Z[ recovery-image] Feb 14 02:41:58.175 INFO O| Feb 14 02:41:58.175 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
87542026-02-14T02:41:58.646Z[ recovery-image] Feb 14 02:41:58.175 INFO O| Feb 14 02:41:58.175 INFO copying /tmp/.tmp2kNFyc/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator ...
87552026-02-14T02:42:00.149Z[ recovery-image] Feb 14 02:41:59.717 INFO O| Feb 14 02:41:59.717 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator
87562026-02-14T02:42:00.149Z[ recovery-image] Feb 14 02:41:59.717 INFO O| Feb 14 02:41:59.717 INFO ok!
87572026-02-14T02:42:00.149Z[ recovery-image] Feb 14 02:41:59.717 INFO O| Feb 14 02:41:59.717 INFO STEP 51 (ensure_file) COMPLETE
87582026-02-14T02:42:00.174Z[ recovery-image] Feb 14 02:41:59.717 INFO O| Feb 14 02:41:59.717 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87592026-02-14T02:42:00.174Z[ recovery-image] Feb 14 02:41:59.729 INFO O| Feb 14 02:41:59.729 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
87602026-02-14T02:42:00.174Z[ recovery-image] Feb 14 02:41:59.729 INFO O| Feb 14 02:41:59.729 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
87612026-02-14T02:42:00.174Z[ recovery-image] Feb 14 02:41:59.729 INFO O| Feb 14 02:41:59.729 INFO STEP 52 (ensure_dir) COMPLETE
87622026-02-14T02:42:00.174Z[ recovery-image] Feb 14 02:41:59.729 INFO O| Feb 14 02:41:59.729 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87632026-02-14T02:42:00.174Z[ recovery-image] Feb 14 02:41:59.738 INFO O| Feb 14 02:41:59.738 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
87642026-02-14T02:42:00.174Z[ recovery-image] Feb 14 02:41:59.738 INFO O| Feb 14 02:41:59.738 INFO copying /tmp/.tmp2kNFyc/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION ...
87652026-02-14T02:42:00.174Z[ recovery-image] Feb 14 02:41:59.739 INFO O| Feb 14 02:41:59.739 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION
87662026-02-14T02:42:00.174Z[ recovery-image] Feb 14 02:41:59.739 INFO O| Feb 14 02:41:59.739 INFO ok!
87672026-02-14T02:42:00.174Z[ recovery-image] Feb 14 02:41:59.739 INFO O| Feb 14 02:41:59.739 INFO STEP 53 (ensure_file) COMPLETE
87682026-02-14T02:42:00.174Z[ recovery-image] Feb 14 02:41:59.739 INFO O| Feb 14 02:41:59.739 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87692026-02-14T02:42:00.199Z[ recovery-image] Feb 14 02:41:59.748 INFO O| Feb 14 02:41:59.748 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
87702026-02-14T02:42:00.199Z[ recovery-image] Feb 14 02:41:59.748 INFO O| Feb 14 02:41:59.748 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
87712026-02-14T02:42:00.199Z[ recovery-image] Feb 14 02:41:59.748 INFO O| Feb 14 02:41:59.748 INFO STEP 54 (ensure_dir) COMPLETE
87722026-02-14T02:42:00.199Z[ recovery-image] Feb 14 02:41:59.748 INFO O| Feb 14 02:41:59.748 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87732026-02-14T02:42:00.199Z[ recovery-image] Feb 14 02:41:59.759 INFO O| Feb 14 02:41:59.759 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
87742026-02-14T02:42:00.199Z[ recovery-image] Feb 14 02:41:59.759 INFO O| Feb 14 02:41:59.759 INFO copying /tmp/.tmp2kNFyc/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
87752026-02-14T02:42:03.311Z[ recovery-image] Feb 14 02:42:02.879 INFO O| Feb 14 02:42:02.879 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
87762026-02-14T02:42:03.311Z[ recovery-image] Feb 14 02:42:02.879 INFO O| Feb 14 02:42:02.879 INFO ok!
87772026-02-14T02:42:03.336Z[ recovery-image] Feb 14 02:42:02.879 INFO O| Feb 14 02:42:02.879 INFO STEP 55 (ensure_file) COMPLETE
87782026-02-14T02:42:03.336Z[ recovery-image] Feb 14 02:42:02.879 INFO O| Feb 14 02:42:02.879 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87792026-02-14T02:42:03.361Z[ recovery-image] Feb 14 02:42:02.921 INFO O| Feb 14 02:42:02.921 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
87802026-02-14T02:42:03.361Z[ recovery-image] Feb 14 02:42:02.921 INFO O| Feb 14 02:42:02.921 INFO copying /tmp/.tmp2kNFyc/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
87812026-02-14T02:42:07.446Z[ recovery-image] Feb 14 02:42:07.014 INFO O| Feb 14 02:42:07.014 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
87822026-02-14T02:42:07.446Z[ recovery-image] Feb 14 02:42:07.014 INFO O| Feb 14 02:42:07.014 INFO ok!
87832026-02-14T02:42:07.471Z[ recovery-image] Feb 14 02:42:07.014 INFO O| Feb 14 02:42:07.014 INFO STEP 56 (ensure_file) COMPLETE
87842026-02-14T02:42:07.471Z[ recovery-image] Feb 14 02:42:07.014 INFO O| Feb 14 02:42:07.014 INFO STEP 57: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87852026-02-14T02:42:07.471Z[ recovery-image] Feb 14 02:42:07.031 INFO O| Feb 14 02:42:07.031 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
87862026-02-14T02:42:07.471Z[ recovery-image] Feb 14 02:42:07.031 INFO O| Feb 14 02:42:07.031 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
87872026-02-14T02:42:07.471Z[ recovery-image] Feb 14 02:42:07.031 INFO O| Feb 14 02:42:07.031 INFO STEP 57 (ensure_dir) COMPLETE
87882026-02-14T02:42:07.471Z[ recovery-image] Feb 14 02:42:07.031 INFO O| Feb 14 02:42:07.031 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87892026-02-14T02:42:07.496Z[ recovery-image] Feb 14 02:42:07.044 INFO O| Feb 14 02:42:07.044 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
87902026-02-14T02:42:07.496Z[ recovery-image] Feb 14 02:42:07.044 INFO O| Feb 14 02:42:07.044 INFO copying /tmp/.tmp2kNFyc/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 ...
87912026-02-14T02:42:07.496Z[ recovery-image] Feb 14 02:42:07.044 INFO O| Feb 14 02:42:07.044 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
87922026-02-14T02:42:07.496Z[ recovery-image] Feb 14 02:42:07.044 INFO O| Feb 14 02:42:07.044 INFO ok!
87932026-02-14T02:42:07.496Z[ recovery-image] Feb 14 02:42:07.044 INFO O| Feb 14 02:42:07.044 INFO STEP 58 (ensure_file) COMPLETE
87942026-02-14T02:42:07.496Z[ recovery-image] Feb 14 02:42:07.044 INFO O| Feb 14 02:42:07.044 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87952026-02-14T02:42:07.496Z[ recovery-image] Feb 14 02:42:07.056 INFO O| Feb 14 02:42:07.056 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
87962026-02-14T02:42:07.496Z[ recovery-image] Feb 14 02:42:07.056 INFO O| Feb 14 02:42:07.056 INFO copying /tmp/.tmp2kNFyc/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 ...
87972026-02-14T02:42:07.496Z[ recovery-image] Feb 14 02:42:07.056 INFO O| Feb 14 02:42:07.056 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
87982026-02-14T02:42:07.496Z[ recovery-image] Feb 14 02:42:07.056 INFO O| Feb 14 02:42:07.056 INFO ok!
87992026-02-14T02:42:07.496Z[ recovery-image] Feb 14 02:42:07.056 INFO O| Feb 14 02:42:07.056 INFO STEP 59 (ensure_file) COMPLETE
88002026-02-14T02:42:07.496Z[ recovery-image] Feb 14 02:42:07.056 INFO O| Feb 14 02:42:07.056 INFO STEP 60: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
88012026-02-14T02:42:07.521Z[ recovery-image] Feb 14 02:42:07.067 INFO O| Feb 14 02:42:07.067 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
88022026-02-14T02:42:07.521Z[ recovery-image] Feb 14 02:42:07.067 INFO O| Feb 14 02:42:07.067 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
88032026-02-14T02:42:07.521Z[ recovery-image] Feb 14 02:42:07.067 INFO O| Feb 14 02:42:07.067 INFO STEP 60 (ensure_dir) COMPLETE
88042026-02-14T02:42:07.521Z[ recovery-image] Feb 14 02:42:07.067 INFO O| Feb 14 02:42:07.067 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
88052026-02-14T02:42:07.521Z[ recovery-image] Feb 14 02:42:07.081 INFO O| Feb 14 02:42:07.081 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
88062026-02-14T02:42:07.521Z[ recovery-image] Feb 14 02:42:07.081 INFO O| Feb 14 02:42:07.081 INFO copying /tmp/.tmp2kNFyc/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 ...
88072026-02-14T02:42:07.521Z[ recovery-image] Feb 14 02:42:07.081 INFO O| Feb 14 02:42:07.081 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
88082026-02-14T02:42:07.521Z[ recovery-image] Feb 14 02:42:07.081 INFO O| Feb 14 02:42:07.081 INFO ok!
88092026-02-14T02:42:07.521Z[ recovery-image] Feb 14 02:42:07.081 INFO O| Feb 14 02:42:07.081 INFO STEP 61 (ensure_file) COMPLETE
88102026-02-14T02:42:07.521Z[ recovery-image] Feb 14 02:42:07.081 INFO O| Feb 14 02:42:07.081 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
88112026-02-14T02:42:07.546Z[ recovery-image] Feb 14 02:42:07.095 INFO O| Feb 14 02:42:07.095 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
88122026-02-14T02:42:07.546Z[ recovery-image] Feb 14 02:42:07.095 INFO O| Feb 14 02:42:07.095 INFO copying /tmp/.tmp2kNFyc/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 ...
88132026-02-14T02:42:07.546Z[ recovery-image] Feb 14 02:42:07.096 INFO O| Feb 14 02:42:07.096 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
88142026-02-14T02:42:07.546Z[ recovery-image] Feb 14 02:42:07.096 INFO O| Feb 14 02:42:07.096 INFO ok!
88152026-02-14T02:42:07.546Z[ recovery-image] Feb 14 02:42:07.096 INFO O| Feb 14 02:42:07.096 INFO STEP 62 (ensure_file) COMPLETE
88162026-02-14T02:42:07.546Z[ recovery-image] Feb 14 02:42:07.096 INFO O| Feb 14 02:42:07.096 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
88172026-02-14T02:42:07.546Z[ recovery-image] Feb 14 02:42:07.111 INFO O| Feb 14 02:42:07.111 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
88182026-02-14T02:42:07.546Z[ recovery-image] Feb 14 02:42:07.111 INFO O| Feb 14 02:42:07.111 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
88192026-02-14T02:42:07.546Z[ recovery-image] Feb 14 02:42:07.111 INFO O| Feb 14 02:42:07.111 INFO STEP 63 (ensure_dir) COMPLETE
88202026-02-14T02:42:07.546Z[ recovery-image] Feb 14 02:42:07.111 INFO O| Feb 14 02:42:07.111 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
88212026-02-14T02:42:07.570Z[ recovery-image] Feb 14 02:42:07.123 INFO O| Feb 14 02:42:07.123 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
88222026-02-14T02:42:07.570Z[ recovery-image] Feb 14 02:42:07.123 INFO O| Feb 14 02:42:07.123 INFO copying /tmp/.tmp2kNFyc/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 ...
88232026-02-14T02:42:07.571Z[ recovery-image] Feb 14 02:42:07.123 INFO O| Feb 14 02:42:07.123 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
88242026-02-14T02:42:07.571Z[ recovery-image] Feb 14 02:42:07.123 INFO O| Feb 14 02:42:07.123 INFO ok!
88252026-02-14T02:42:07.571Z[ recovery-image] Feb 14 02:42:07.123 INFO O| Feb 14 02:42:07.123 INFO STEP 64 (ensure_file) COMPLETE
88262026-02-14T02:42:07.571Z[ recovery-image] Feb 14 02:42:07.123 INFO O| Feb 14 02:42:07.123 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
88272026-02-14T02:42:07.571Z[ recovery-image] Feb 14 02:42:07.134 INFO O| Feb 14 02:42:07.134 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
88282026-02-14T02:42:07.571Z[ recovery-image] Feb 14 02:42:07.134 INFO O| Feb 14 02:42:07.134 INFO copying /tmp/.tmp2kNFyc/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
88292026-02-14T02:42:07.571Z[ recovery-image] Feb 14 02:42:07.134 INFO O| Feb 14 02:42:07.134 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
88302026-02-14T02:42:07.571Z[ recovery-image] Feb 14 02:42:07.134 INFO O| Feb 14 02:42:07.134 INFO ok!
88312026-02-14T02:42:07.571Z[ recovery-image] Feb 14 02:42:07.134 INFO O| Feb 14 02:42:07.134 INFO STEP 65 (ensure_file) COMPLETE
88322026-02-14T02:42:07.571Z[ recovery-image] Feb 14 02:42:07.134 INFO O| Feb 14 02:42:07.134 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
88332026-02-14T02:42:07.595Z[ recovery-image] Feb 14 02:42:07.145 INFO O| Feb 14 02:42:07.145 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib
88342026-02-14T02:42:07.595Z[ recovery-image] Feb 14 02:42:07.145 INFO O| Feb 14 02:42:07.145 INFO STEP 66 (ensure_dir) COMPLETE
88352026-02-14T02:42:07.595Z[ recovery-image] Feb 14 02:42:07.145 INFO O| Feb 14 02:42:07.145 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
88362026-02-14T02:42:07.595Z[ recovery-image] Feb 14 02:42:07.156 INFO O| Feb 14 02:42:07.156 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc
88372026-02-14T02:42:07.595Z[ recovery-image] Feb 14 02:42:07.156 INFO O| Feb 14 02:42:07.156 INFO STEP 67 (ensure_dir) COMPLETE
88382026-02-14T02:42:07.595Z[ recovery-image] Feb 14 02:42:07.156 INFO O| Feb 14 02:42:07.156 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
88392026-02-14T02:42:07.620Z[ recovery-image] Feb 14 02:42:07.166 INFO O| Feb 14 02:42:07.166 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest
88402026-02-14T02:42:07.620Z[ recovery-image] Feb 14 02:42:07.166 INFO O| Feb 14 02:42:07.166 INFO STEP 68 (ensure_dir) COMPLETE
88412026-02-14T02:42:07.620Z[ recovery-image] Feb 14 02:42:07.166 INFO O| Feb 14 02:42:07.166 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
88422026-02-14T02:42:07.620Z[ recovery-image] Feb 14 02:42:07.182 INFO O| Feb 14 02:42:07.182 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site
88432026-02-14T02:42:07.620Z[ recovery-image] Feb 14 02:42:07.182 INFO O| Feb 14 02:42:07.182 INFO STEP 69 (ensure_dir) COMPLETE
88442026-02-14T02:42:07.620Z[ recovery-image] Feb 14 02:42:07.182 INFO O| Feb 14 02:42:07.182 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
88452026-02-14T02:42:07.645Z[ recovery-image] Feb 14 02:42:07.194 INFO O| Feb 14 02:42:07.194 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
88462026-02-14T02:42:07.645Z[ recovery-image] Feb 14 02:42:07.194 INFO O| Feb 14 02:42:07.194 INFO copying /tmp/.tmp2kNFyc/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
88472026-02-14T02:42:07.645Z[ recovery-image] Feb 14 02:42:07.195 INFO O| Feb 14 02:42:07.195 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
88482026-02-14T02:42:07.645Z[ recovery-image] Feb 14 02:42:07.195 INFO O| Feb 14 02:42:07.195 INFO ok!
88492026-02-14T02:42:07.645Z[ recovery-image] Feb 14 02:42:07.195 INFO O| Feb 14 02:42:07.195 INFO STEP 70 (ensure_file) COMPLETE
88502026-02-14T02:42:07.645Z[ recovery-image] Feb 14 02:42:07.195 INFO O| Feb 14 02:42:07.195 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88512026-02-14T02:42:07.645Z[ recovery-image] Feb 14 02:42:07.206 INFO O| Feb 14 02:42:07.206 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ipsec"
88522026-02-14T02:42:07.645Z[ recovery-image] Feb 14 02:42:07.206 INFO O| Feb 14 02:42:07.206 INFO STEP 71 (remove_files) COMPLETE
88532026-02-14T02:42:07.645Z[ recovery-image] Feb 14 02:42:07.206 INFO O| Feb 14 02:42:07.206 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88542026-02-14T02:42:07.670Z[ recovery-image] Feb 14 02:42:07.217 INFO O| Feb 14 02:42:07.217 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ldap"
88552026-02-14T02:42:07.670Z[ recovery-image] Feb 14 02:42:07.218 INFO O| Feb 14 02:42:07.218 INFO STEP 72 (remove_files) COMPLETE
88562026-02-14T02:42:07.670Z[ recovery-image] Feb 14 02:42:07.218 INFO O| Feb 14 02:42:07.218 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88572026-02-14T02:42:07.670Z[ recovery-image] Feb 14 02:42:07.228 INFO O| Feb 14 02:42:07.228 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/rpc"
88582026-02-14T02:42:07.670Z[ recovery-image] Feb 14 02:42:07.228 INFO O| Feb 14 02:42:07.228 INFO STEP 73 (remove_files) COMPLETE
88592026-02-14T02:42:07.670Z[ recovery-image] Feb 14 02:42:07.228 INFO O| Feb 14 02:42:07.228 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88602026-02-14T02:42:07.695Z[ recovery-image] Feb 14 02:42:07.243 INFO O| Feb 14 02:42:07.243 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/security"
88612026-02-14T02:42:07.695Z[ recovery-image] Feb 14 02:42:07.243 INFO O| Feb 14 02:42:07.243 INFO STEP 74 (remove_files) COMPLETE
88622026-02-14T02:42:07.695Z[ recovery-image] Feb 14 02:42:07.243 INFO O| Feb 14 02:42:07.243 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88632026-02-14T02:42:07.695Z[ recovery-image] Feb 14 02:42:07.254 INFO O| Feb 14 02:42:07.254 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/shares"
88642026-02-14T02:42:07.695Z[ recovery-image] Feb 14 02:42:07.254 INFO O| Feb 14 02:42:07.254 INFO STEP 75 (remove_files) COMPLETE
88652026-02-14T02:42:07.695Z[ recovery-image] Feb 14 02:42:07.254 INFO O| Feb 14 02:42:07.254 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88662026-02-14T02:42:07.720Z[ recovery-image] Feb 14 02:42:07.268 INFO O| Feb 14 02:42:07.268 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/smb"
88672026-02-14T02:42:07.720Z[ recovery-image] Feb 14 02:42:07.268 INFO O| Feb 14 02:42:07.268 INFO STEP 76 (remove_files) COMPLETE
88682026-02-14T02:42:07.720Z[ recovery-image] Feb 14 02:42:07.268 INFO O| Feb 14 02:42:07.268 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88692026-02-14T02:42:07.720Z[ recovery-image] Feb 14 02:42:07.279 INFO O| Feb 14 02:42:07.279 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
88702026-02-14T02:42:07.720Z[ recovery-image] Feb 14 02:42:07.279 INFO O| Feb 14 02:42:07.279 INFO STEP 77 (remove_files) COMPLETE
88712026-02-14T02:42:07.720Z[ recovery-image] Feb 14 02:42:07.279 INFO O| Feb 14 02:42:07.279 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88722026-02-14T02:42:07.744Z[ recovery-image] Feb 14 02:42:07.289 INFO O| Feb 14 02:42:07.289 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
88732026-02-14T02:42:07.744Z[ recovery-image] Feb 14 02:42:07.289 INFO O| Feb 14 02:42:07.289 INFO STEP 78 (remove_files) COMPLETE
88742026-02-14T02:42:07.744Z[ recovery-image] Feb 14 02:42:07.289 INFO O| Feb 14 02:42:07.289 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88752026-02-14T02:42:07.744Z[ recovery-image] Feb 14 02:42:07.302 INFO O| Feb 14 02:42:07.302 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
88762026-02-14T02:42:07.745Z[ recovery-image] Feb 14 02:42:07.302 INFO O| Feb 14 02:42:07.302 INFO STEP 79 (remove_files) COMPLETE
88772026-02-14T02:42:07.745Z[ recovery-image] Feb 14 02:42:07.302 INFO O| Feb 14 02:42:07.302 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88782026-02-14T02:42:07.769Z[ recovery-image] Feb 14 02:42:07.314 INFO O| Feb 14 02:42:07.314 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
88792026-02-14T02:42:07.769Z[ recovery-image] Feb 14 02:42:07.314 INFO O| Feb 14 02:42:07.314 INFO STEP 80 (remove_files) COMPLETE
88802026-02-14T02:42:07.769Z[ recovery-image] Feb 14 02:42:07.314 INFO O| Feb 14 02:42:07.314 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88812026-02-14T02:42:07.769Z[ recovery-image] Feb 14 02:42:07.326 INFO O| Feb 14 02:42:07.326 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
88822026-02-14T02:42:07.769Z[ recovery-image] Feb 14 02:42:07.326 INFO O| Feb 14 02:42:07.326 INFO STEP 81 (remove_files) COMPLETE
88832026-02-14T02:42:07.769Z[ recovery-image] Feb 14 02:42:07.326 INFO O| Feb 14 02:42:07.326 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88842026-02-14T02:42:07.794Z[ recovery-image] Feb 14 02:42:07.345 INFO O| Feb 14 02:42:07.345 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
88852026-02-14T02:42:07.847Z[ recovery-image] Feb 14 02:42:07.415 INFO O| Feb 14 02:42:07.345 INFO STEP 82 (remove_files) COMPLETE
88862026-02-14T02:42:07.871Z[ recovery-image] Feb 14 02:42:07.415 INFO O| Feb 14 02:42:07.415 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88872026-02-14T02:42:07.871Z[ recovery-image] Feb 14 02:42:07.436 INFO O| Feb 14 02:42:07.436 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
88882026-02-14T02:42:07.871Z[ recovery-image] Feb 14 02:42:07.436 INFO O| Feb 14 02:42:07.436 INFO STEP 83 (remove_files) COMPLETE
88892026-02-14T02:42:07.871Z[ recovery-image] Feb 14 02:42:07.436 INFO O| Feb 14 02:42:07.436 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88902026-02-14T02:42:07.896Z[ recovery-image] Feb 14 02:42:07.451 INFO O| Feb 14 02:42:07.451 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
88912026-02-14T02:42:07.896Z[ recovery-image] Feb 14 02:42:07.451 INFO O| Feb 14 02:42:07.451 INFO STEP 84 (remove_files) COMPLETE
88922026-02-14T02:42:07.896Z[ recovery-image] Feb 14 02:42:07.451 INFO O| Feb 14 02:42:07.451 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88932026-02-14T02:42:07.920Z[ recovery-image] Feb 14 02:42:07.469 INFO O| Feb 14 02:42:07.468 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
88942026-02-14T02:42:07.920Z[ recovery-image] Feb 14 02:42:07.469 INFO O| Feb 14 02:42:07.469 INFO STEP 85 (remove_files) COMPLETE
88952026-02-14T02:42:07.920Z[ recovery-image] Feb 14 02:42:07.469 INFO O| Feb 14 02:42:07.469 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88962026-02-14T02:42:07.920Z[ recovery-image] Feb 14 02:42:07.481 INFO O| Feb 14 02:42:07.481 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
88972026-02-14T02:42:07.920Z[ recovery-image] Feb 14 02:42:07.481 INFO O| Feb 14 02:42:07.481 INFO STEP 86 (remove_files) COMPLETE
88982026-02-14T02:42:07.920Z[ recovery-image] Feb 14 02:42:07.481 INFO O| Feb 14 02:42:07.481 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88992026-02-14T02:42:07.945Z[ recovery-image] Feb 14 02:42:07.495 INFO O| Feb 14 02:42:07.495 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
89002026-02-14T02:42:07.945Z[ recovery-image] Feb 14 02:42:07.495 INFO O| Feb 14 02:42:07.495 INFO STEP 87 (remove_files) COMPLETE
89012026-02-14T02:42:07.945Z[ recovery-image] Feb 14 02:42:07.495 INFO O| Feb 14 02:42:07.495 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
89022026-02-14T02:42:07.945Z[ recovery-image] Feb 14 02:42:07.507 INFO O| Feb 14 02:42:07.507 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
89032026-02-14T02:42:07.945Z[ recovery-image] Feb 14 02:42:07.507 INFO O| Feb 14 02:42:07.507 INFO STEP 88 (remove_files) COMPLETE
89042026-02-14T02:42:07.945Z[ recovery-image] Feb 14 02:42:07.507 INFO O| Feb 14 02:42:07.507 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
89052026-02-14T02:42:07.970Z[ recovery-image] Feb 14 02:42:07.518 INFO O| Feb 14 02:42:07.518 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
89062026-02-14T02:42:07.970Z[ recovery-image] Feb 14 02:42:07.518 INFO O| Feb 14 02:42:07.518 INFO STEP 89 (remove_files) COMPLETE
89072026-02-14T02:42:07.970Z[ recovery-image] Feb 14 02:42:07.518 INFO O| Feb 14 02:42:07.518 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
89082026-02-14T02:42:07.970Z[ recovery-image] Feb 14 02:42:07.533 INFO O| Feb 14 02:42:07.533 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
89092026-02-14T02:42:07.970Z[ recovery-image] Feb 14 02:42:07.533 INFO O| Feb 14 02:42:07.533 INFO STEP 90 (remove_files) COMPLETE
89102026-02-14T02:42:07.970Z[ recovery-image] Feb 14 02:42:07.533 INFO O| Feb 14 02:42:07.533 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
89112026-02-14T02:42:07.995Z[ recovery-image] Feb 14 02:42:07.546 INFO O| Feb 14 02:42:07.545 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
89122026-02-14T02:42:08.020Z[ recovery-image] Feb 14 02:42:07.566 INFO O| Feb 14 02:42:07.566 INFO STEP 91 (remove_files) COMPLETE
89132026-02-14T02:42:08.020Z[ recovery-image] Feb 14 02:42:07.566 INFO O| Feb 14 02:42:07.566 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
89142026-02-14T02:42:08.054Z[ recovery-image] Feb 14 02:42:07.622 INFO O| Feb 14 02:42:07.622 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sndstat"
89152026-02-14T02:42:08.054Z[ recovery-image] Feb 14 02:42:07.622 INFO O| Feb 14 02:42:07.622 INFO STEP 92 (remove_files) COMPLETE
89162026-02-14T02:42:08.079Z[ recovery-image] Feb 14 02:42:07.622 INFO O| Feb 14 02:42:07.622 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
89172026-02-14T02:42:08.104Z[ recovery-image] Feb 14 02:42:07.660 INFO O| Feb 14 02:42:07.660 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
89182026-02-14T02:42:08.104Z[ recovery-image] Feb 14 02:42:07.660 INFO O| Feb 14 02:42:07.660 INFO STEP 93 (remove_files) COMPLETE
89192026-02-14T02:42:08.104Z[ recovery-image] Feb 14 02:42:07.660 INFO O| Feb 14 02:42:07.660 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
89202026-02-14T02:42:08.129Z[ recovery-image] Feb 14 02:42:07.677 INFO O| Feb 14 02:42:07.676 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
89212026-02-14T02:42:08.129Z[ recovery-image] Feb 14 02:42:07.677 INFO O| Feb 14 02:42:07.677 INFO STEP 94 (remove_files) COMPLETE
89222026-02-14T02:42:08.129Z[ recovery-image] Feb 14 02:42:07.677 INFO O| Feb 14 02:42:07.677 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
89232026-02-14T02:42:08.129Z[ recovery-image] Feb 14 02:42:07.692 INFO O| Feb 14 02:42:07.692 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
89242026-02-14T02:42:08.129Z[ recovery-image] Feb 14 02:42:07.692 INFO O| Feb 14 02:42:07.692 INFO STEP 95 (remove_files) COMPLETE
89252026-02-14T02:42:08.130Z[ recovery-image] Feb 14 02:42:07.692 INFO O| Feb 14 02:42:07.692 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
89262026-02-14T02:42:08.155Z[ recovery-image] Feb 14 02:42:07.707 INFO O| Feb 14 02:42:07.707 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
89272026-02-14T02:42:08.155Z[ recovery-image] Feb 14 02:42:07.707 INFO O| Feb 14 02:42:07.707 INFO STEP 96 (remove_files) COMPLETE
89282026-02-14T02:42:08.155Z[ recovery-image] Feb 14 02:42:07.707 INFO O| Feb 14 02:42:07.707 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
89292026-02-14T02:42:08.155Z[ recovery-image] Feb 14 02:42:07.720 INFO O| Feb 14 02:42:07.720 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
89302026-02-14T02:42:08.155Z[ recovery-image] Feb 14 02:42:07.720 INFO O| Feb 14 02:42:07.720 INFO STEP 97 (remove_files) COMPLETE
89312026-02-14T02:42:08.155Z[ recovery-image] Feb 14 02:42:07.720 INFO O| Feb 14 02:42:07.720 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
89322026-02-14T02:42:08.179Z[ recovery-image] Feb 14 02:42:07.734 INFO O| Feb 14 02:42:07.734 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
89332026-02-14T02:42:08.179Z[ recovery-image] Feb 14 02:42:07.734 INFO O| Feb 14 02:42:07.734 INFO STEP 98 (remove_files) COMPLETE
89342026-02-14T02:42:08.179Z[ recovery-image] Feb 14 02:42:07.734 INFO O| Feb 14 02:42:07.734 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
89352026-02-14T02:42:08.180Z[ recovery-image] Feb 14 02:42:07.746 INFO O| Feb 14 02:42:07.746 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
89362026-02-14T02:42:08.180Z[ recovery-image] Feb 14 02:42:07.746 INFO O| Feb 14 02:42:07.746 INFO STEP 99 (remove_files) COMPLETE
89372026-02-14T02:42:08.180Z[ recovery-image] Feb 14 02:42:07.746 INFO O| Feb 14 02:42:07.746 INFO STEP 100: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89382026-02-14T02:42:08.204Z[ recovery-image] Feb 14 02:42:07.763 INFO O| Feb 14 02:42:07.763 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db does not already exist, skipping removal
89392026-02-14T02:42:08.204Z[ recovery-image] Feb 14 02:42:07.764 INFO O| Feb 14 02:42:07.763 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest"], env: {"SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_CHECKHASH": "1"}
89402026-02-14T02:42:08.575Z[ host-image] Feb 14 02:42:08.143 INFO O| Feb 14 02:42:08.143 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
89412026-02-14T02:42:18.240Z[ recovery-image] Feb 14 02:42:17.808 INFO O| Feb 14 02:42:17.807 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
89422026-02-14T02:42:18.240Z[ recovery-image] Feb 14 02:42:17.808 INFO O| Feb 14 02:42:17.807 INFO E| svccfg: Loaded 68 smf(7) service descriptions
89432026-02-14T02:42:18.264Z[ recovery-image] Feb 14 02:42:17.826 INFO O| Feb 14 02:42:17.826 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_CHECKHASH": "1"}
89442026-02-14T02:42:18.415Z[ recovery-image] Feb 14 02:42:17.983 INFO O| Feb 14 02:42:17.983 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_CHECKHASH": "1"}
89452026-02-14T02:42:18.506Z[ recovery-image] Feb 14 02:42:18.073 INFO O| Feb 14 02:42:18.073 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a"}
89462026-02-14T02:42:18.632Z[ recovery-image] Feb 14 02:42:18.180 INFO O| Feb 14 02:42:18.180 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db does not exist
89472026-02-14T02:42:18.632Z[ recovery-image] Feb 14 02:42:18.180 INFO O| Feb 14 02:42:18.180 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 ...
89482026-02-14T02:42:18.632Z[ recovery-image] Feb 14 02:42:18.182 INFO O| Feb 14 02:42:18.182 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db
89492026-02-14T02:42:18.632Z[ recovery-image] Feb 14 02:42:18.182 INFO O| Feb 14 02:42:18.182 INFO ok!
89502026-02-14T02:42:18.632Z[ recovery-image] Feb 14 02:42:18.182 INFO O| Feb 14 02:42:18.182 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db exists (as File), removing
89512026-02-14T02:42:18.632Z[ recovery-image] Feb 14 02:42:18.182 INFO O| Feb 14 02:42:18.182 INFO STEP 100 (seed_smf) COMPLETE
89522026-02-14T02:42:18.632Z[ recovery-image] Feb 14 02:42:18.182 INFO O| Feb 14 02:42:18.182 INFO steps complete; finalising image!
89532026-02-14T02:42:18.632Z[ recovery-image] Feb 14 02:42:18.183 INFO O| Feb 14 02:42:18.182 INFO TRIM POOL: TEMPORARY-sled-zfs-recovery
89542026-02-14T02:42:18.698Z[ recovery-image] Feb 14 02:42:18.267 INFO O| Feb 14 02:42:18.266 INFO trim TEMPORARY-sled-zfs-recovery: (4% trimmed, started at Sat Feb 14 02:42:18 2026)
89552026-02-14T02:42:18.910Z[ recovery-image] Feb 14 02:42:18.478 INFO O| Feb 14 02:42:18.478 INFO trim TEMPORARY-sled-zfs-recovery: (83% trimmed, started at Sat Feb 14 02:42:18 2026)
89562026-02-14T02:42:19.136Z[ recovery-image] Feb 14 02:42:18.704 INFO O| Feb 14 02:42:18.704 INFO temporary pool has 426M used, 1.33G avail, 1.00x compressratio
89572026-02-14T02:42:19.136Z[ recovery-image] Feb 14 02:42:18.704 INFO O| Feb 14 02:42:18.704 INFO EXPORT POOL: TEMPORARY-sled-zfs-recovery
89582026-02-14T02:42:19.427Z[ recovery-image] Feb 14 02:42:18.995 INFO O| Feb 14 02:42:18.995 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
89592026-02-14T02:42:19.427Z[ recovery-image] Feb 14 02:42:18.995 INFO O| Feb 14 02:42:18.995 INFO file /rpool/images/build/recovery/output/sled-zfs-recovery.raw does not already exist, skipping removal
89602026-02-14T02:42:23.074Z[ host-image] Feb 14 02:42:22.642 INFO O| Feb 14 02:42:22.642 INFO O| Startup: Caching catalogs ... Done
89612026-02-14T02:42:23.382Z[ recovery-image] Feb 14 02:42:22.950 INFO O| Feb 14 02:42:22.950 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
89622026-02-14T02:42:23.383Z[ recovery-image] Feb 14 02:42:22.951 INFO O| Feb 14 02:42:22.950 INFO chmod ok, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
89632026-02-14T02:42:23.407Z[ recovery-image] Feb 14 02:42:22.951 INFO O| Feb 14 02:42:22.950 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
89642026-02-14T02:42:23.407Z[ recovery-image] Feb 14 02:42:22.951 INFO O| Feb 14 02:42:22.950 INFO completed processing sled/zfs-recovery
89652026-02-14T02:42:23.407Z[ recovery-image] Feb 14 02:42:22.951 INFO O| Feb 14 02:42:22.950 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
89662026-02-14T02:42:23.533Z[ recovery-image] Feb 14 02:42:23.101 INFO O| Feb 14 02:42:23.101 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
89672026-02-14T02:42:23.583Z[ recovery-image] Feb 14 02:42:23.151 INFO BUILD STRING "heads/stlouis-0-gd522c047db\n"
89682026-02-14T02:42:23.609Z[ recovery-image] Feb 14 02:42:23.153 INFO expanded image name: "recovery 9913c6a/${os_short_commit} 2026-02-14 01:52" -> "recovery 9913c6a/d522c04 2026-02-14 01:52"
89692026-02-14T02:42:23.609Z[ recovery-image] Feb 14 02:42:23.154 INFO output artefacts stored in: "/work/os-recovery"
89702026-02-14T02:42:23.609Z[ recovery-image] Feb 14 02:42:23.155 INFO collecting git info from project "amd-host-image-builder"...
89712026-02-14T02:42:23.698Z[ recovery-image] Feb 14 02:42:23.266 INFO collecting git info from project "chelsio-t6-roms"...
89722026-02-14T02:42:23.744Z[ recovery-image] Feb 14 02:42:23.312 INFO collecting git info from project "pilot"...
89732026-02-14T02:42:23.789Z[ recovery-image] Feb 14 02:42:23.357 INFO collecting git info from project "dmar-report"...
89742026-02-14T02:42:23.818Z[ recovery-image] Feb 14 02:42:23.386 INFO collecting git info from project "image-builder"...
89752026-02-14T02:42:23.843Z[ recovery-image] Feb 14 02:42:23.401 INFO collecting git info from project "bootserver"...
89762026-02-14T02:42:23.867Z[ recovery-image] Feb 14 02:42:23.413 INFO collecting git info from project "phbl"...
89772026-02-14T02:42:23.867Z[ recovery-image] Feb 14 02:42:23.429 INFO collecting git info from project "amd-firmware"...
89782026-02-14T02:42:25.019Z[ recovery-image] Feb 14 02:42:24.587 INFO collecting git info from project "pinprick"...
89792026-02-14T02:42:25.044Z[ recovery-image] Feb 14 02:42:24.601 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
89802026-02-14T02:42:25.521Z[ recovery-image] Feb 14 02:42:25.089 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
89812026-02-14T02:42:25.993Z[ recovery-image] Feb 14 02:42:25.561 INFO creating Oxide boot image...
89822026-02-14T02:42:26.018Z[ recovery-image] Feb 14 02:42:25.562 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/sled-zfs-recovery.raw", "-N", "recovery 9913c6a/d522c04 2026-02-14 01:52", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
89832026-02-14T02:42:29.557Z[ host-image] Feb 14 02:42:29.125 INFO O| Feb 14 02:42:29.125 INFO O| Planning: Solver setup ... Done
89842026-02-14T02:42:29.582Z[ host-image] Feb 14 02:42:29.134 INFO O| Feb 14 02:42:29.134 INFO O| Planning: Running solver ... Done
89852026-02-14T02:42:29.676Z[ host-image] Feb 14 02:42:29.244 INFO O| Feb 14 02:42:29.244 INFO O| Planning: Finding local manifests ... Done
89862026-02-14T02:42:29.851Z[ host-image] Feb 14 02:42:29.419 INFO O| Feb 14 02:42:29.419 INFO O| Planning: Fetching manifests: 0/6 0% complete
89872026-02-14T02:42:30.191Z[ host-image] Feb 14 02:42:29.759 INFO O| Feb 14 02:42:29.758 INFO O| Planning: Fetching manifests: 6/6 100% complete
89882026-02-14T02:42:30.229Z[ host-image] Feb 14 02:42:29.797 INFO O| Feb 14 02:42:29.796 INFO O| Planning: Package planning ... Done
89892026-02-14T02:42:30.253Z[ host-image] Feb 14 02:42:29.818 INFO O| Feb 14 02:42:29.818 INFO O| Planning: Merging actions ... Done
89902026-02-14T02:42:30.325Z[ host-image] Feb 14 02:42:29.893 INFO O| Feb 14 02:42:29.893 INFO O| Planning: Checking for conflicting actions ... Done
89912026-02-14T02:42:30.349Z[ host-image] Feb 14 02:42:29.897 INFO O| Feb 14 02:42:29.897 INFO O| Planning: Consolidating action changes ... Done
89922026-02-14T02:42:30.535Z[ host-image] Feb 14 02:42:30.103 INFO O| Feb 14 02:42:30.103 INFO O| Planning: Evaluating mediators ... Done
89932026-02-14T02:42:30.560Z[ host-image] Feb 14 02:42:30.107 INFO O| Feb 14 02:42:30.107 INFO O| Planning: Planning completed in 7.36 seconds
89942026-02-14T02:42:30.560Z[ host-image] Feb 14 02:42:30.108 INFO O| Feb 14 02:42:30.108 INFO O| Packages to install: 6
89952026-02-14T02:42:30.560Z[ host-image] Feb 14 02:42:30.108 INFO O| Feb 14 02:42:30.108 INFO O| Mediators to change: 1
89962026-02-14T02:42:30.560Z[ host-image] Feb 14 02:42:30.108 INFO O| Feb 14 02:42:30.108 INFO O| Services to change: 1
89972026-02-14T02:42:30.584Z[ host-image] Feb 14 02:42:30.130 INFO O| Feb 14 02:42:30.130 INFO O| Download: 0/1140 items 0.0/7.7MB 0% complete
89982026-02-14T02:42:33.259Z[ host-image] Feb 14 02:42:32.827 INFO O| Feb 14 02:42:32.827 INFO O| Download: Completed 7.71 MB in 2.70 seconds (2.9M/s)
89992026-02-14T02:42:33.329Z[ host-image] Feb 14 02:42:32.897 INFO O| Feb 14 02:42:32.897 INFO O| Actions: 1/1361 actions (Installing new actions)
90002026-02-14T02:42:33.841Z[ host-image] Feb 14 02:42:33.410 INFO O| Feb 14 02:42:33.409 INFO O| Actions: Completed 1361 actions in 0.51 seconds.
90012026-02-14T02:42:35.077Z[ host-image] Feb 14 02:42:34.645 INFO O| Feb 14 02:42:34.644 INFO O| Done
90022026-02-14T02:42:35.077Z[ host-image] Feb 14 02:42:34.645 INFO O| Feb 14 02:42:34.645 INFO O| Done
90032026-02-14T02:42:36.344Z[ host-image] Feb 14 02:42:35.912 INFO O| Feb 14 02:42:35.911 INFO O| Done
90042026-02-14T02:42:37.847Z[ host-image] Feb 14 02:42:37.415 INFO O| Feb 14 02:42:37.415 INFO O| Done
90052026-02-14T02:42:37.880Z[ host-image] Feb 14 02:42:37.448 INFO O| Feb 14 02:42:37.447 INFO O| Done
90062026-02-14T02:42:37.880Z[ host-image] Feb 14 02:42:37.448 INFO O| Feb 14 02:42:37.448 INFO O| Done
90072026-02-14T02:42:37.937Z[ host-image] Feb 14 02:42:37.505 INFO O| Feb 14 02:42:37.505 INFO O| Done
90082026-02-14T02:42:39.457Z[ host-image] Feb 14 02:42:39.025 INFO O| Feb 14 02:42:39.024 INFO STEP 13 (pkg_install) COMPLETE
90092026-02-14T02:42:39.457Z[ host-image] Feb 14 02:42:39.025 INFO O| Feb 14 02:42:39.024 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
90102026-02-14T02:42:39.481Z[ host-image] Feb 14 02:42:39.035 INFO O| Feb 14 02:42:39.035 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/driver/network/opte@0.39.455"]
90112026-02-14T02:43:10.387Z[ host-image] Feb 14 02:43:09.955 INFO O| Feb 14 02:43:09.955 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
90122026-02-14T02:43:26.749Z[ host-image] Feb 14 02:43:26.318 INFO O| Feb 14 02:43:26.318 INFO O| Startup: Caching catalogs ... Done
90132026-02-14T02:43:34.785Z[ host-image] Feb 14 02:43:34.354 INFO O| Feb 14 02:43:34.353 INFO O| Planning: Solver setup ... Done
90142026-02-14T02:43:34.810Z[ host-image] Feb 14 02:43:34.363 INFO O| Feb 14 02:43:34.363 INFO O| Planning: Running solver ... Done
90152026-02-14T02:43:34.947Z[ host-image] Feb 14 02:43:34.515 INFO O| Feb 14 02:43:34.515 INFO O| Planning: Finding local manifests ... Done
90162026-02-14T02:43:35.127Z[ host-image] Feb 14 02:43:34.696 INFO O| Feb 14 02:43:34.696 INFO O| Planning: Fetching manifests: 0/1 0% complete
90172026-02-14T02:43:35.155Z[ host-image] Feb 14 02:43:34.724 INFO O| Feb 14 02:43:34.724 INFO O| Planning: Fetching manifests: 1/1 100% complete
90182026-02-14T02:43:35.183Z[ host-image] Feb 14 02:43:34.750 INFO O| Feb 14 02:43:34.750 INFO O| Planning: Package planning ... Done
90192026-02-14T02:43:35.207Z[ host-image] Feb 14 02:43:34.751 INFO O| Feb 14 02:43:34.751 INFO O| Planning: Merging actions ... Done
90202026-02-14T02:43:35.283Z[ host-image] Feb 14 02:43:34.851 INFO O| Feb 14 02:43:34.851 INFO O| Planning: Checking for conflicting actions ... Done
90212026-02-14T02:43:35.307Z[ host-image] Feb 14 02:43:34.852 INFO O| Feb 14 02:43:34.852 INFO O| Planning: Consolidating action changes ... Done
90222026-02-14T02:43:35.540Z[ host-image] Feb 14 02:43:35.108 INFO O| Feb 14 02:43:35.108 INFO O| Planning: Evaluating mediators ... Done
90232026-02-14T02:43:35.565Z[ host-image] Feb 14 02:43:35.109 INFO O| Feb 14 02:43:35.109 INFO O| Planning: Planning completed in 8.69 seconds
90242026-02-14T02:43:35.565Z[ host-image] Feb 14 02:43:35.109 INFO O| Feb 14 02:43:35.109 INFO O| Packages to install: 1
90252026-02-14T02:43:35.589Z[ host-image] Feb 14 02:43:35.134 INFO O| Feb 14 02:43:35.134 INFO O| Download: 0/4 items 0.0/12.3MB 0% complete
90262026-02-14T02:43:36.190Z[ host-image] Feb 14 02:43:35.759 INFO O| Feb 14 02:43:35.758 INFO O| Download: Completed 12.26 MB in 0.62 seconds (19.6M/s)
90272026-02-14T02:43:36.255Z[ host-image] Feb 14 02:43:35.824 INFO O| Feb 14 02:43:35.823 INFO O| Actions: 1/22 actions (Installing new actions)
90282026-02-14T02:43:36.664Z[ host-image] Feb 14 02:43:36.233 INFO O| Feb 14 02:43:36.233 INFO O| Actions: Completed 22 actions in 0.41 seconds.
90292026-02-14T02:43:38.246Z[ host-image] Feb 14 02:43:37.815 INFO O| Feb 14 02:43:37.815 INFO O| Done
90302026-02-14T02:43:38.246Z[ host-image] Feb 14 02:43:37.815 INFO O| Feb 14 02:43:37.815 INFO O| Done
90312026-02-14T02:43:39.914Z[ host-image] Feb 14 02:43:39.482 INFO O| Feb 14 02:43:39.482 INFO O| Done
90322026-02-14T02:43:41.745Z[ recovery-image] Feb 14 02:43:41.313 INFO O| ok, image written!
90332026-02-14T02:43:41.745Z[ recovery-image] Feb 14 02:43:41.313 INFO O| ok, boot_image_csum file written!
90342026-02-14T02:43:41.769Z[ recovery-image] Feb 14 02:43:41.324 INFO creating boot archive (CPIO)...
90352026-02-14T02:43:41.769Z[ recovery-image] Feb 14 02:43:41.324 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
90362026-02-14T02:43:41.794Z[ recovery-image] Feb 14 02:43:41.341 INFO E| + root=/rpool/images/build/recovery/work/sled/ramdisk
90372026-02-14T02:43:41.794Z[ recovery-image] Feb 14 02:43:41.341 INFO E| + outfile=/work/os-recovery/cpio
90382026-02-14T02:43:41.794Z[ recovery-image] Feb 14 02:43:41.341 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
90392026-02-14T02:43:41.794Z[ recovery-image] Feb 14 02:43:41.344 INFO E| + cd /rpool/images/build/recovery/work/sled/ramdisk
90402026-02-14T02:43:41.794Z[ recovery-image] Feb 14 02:43:41.344 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
90412026-02-14T02:43:41.819Z[ recovery-image] Feb 14 02:43:41.388 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
90422026-02-14T02:43:41.819Z[ recovery-image] Feb 14 02:43:41.388 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
90432026-02-14T02:43:41.844Z[ recovery-image] Feb 14 02:43:41.399 INFO creating compressed cpio/unix for dev loaders...
90442026-02-14T02:43:41.844Z[ recovery-image] Feb 14 02:43:41.399 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
90452026-02-14T02:43:41.897Z[ host-image] Feb 14 02:43:41.466 INFO O| Feb 14 02:43:41.466 INFO O| Done
90462026-02-14T02:43:41.932Z[ host-image] Feb 14 02:43:41.501 INFO O| Feb 14 02:43:41.500 INFO O| Done
90472026-02-14T02:43:41.956Z[ host-image] Feb 14 02:43:41.501 INFO O| Feb 14 02:43:41.501 INFO O| Done
90482026-02-14T02:43:41.956Z[ host-image] Feb 14 02:43:41.518 INFO O| Feb 14 02:43:41.518 INFO O| Done
90492026-02-14T02:43:42.347Z[ recovery-image] Feb 14 02:43:41.915 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None
90502026-02-14T02:43:44.170Z[ host-image] Feb 14 02:43:43.739 INFO O| Feb 14 02:43:43.738 INFO STEP 14 (pkg_install) COMPLETE
90512026-02-14T02:43:44.170Z[ host-image] Feb 14 02:43:43.739 INFO O| Feb 14 02:43:43.739 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
90522026-02-14T02:43:44.170Z[ host-image] Feb 14 02:43:43.739 INFO O| Feb 14 02:43:43.739 INFO skip step because feature "mbist" is not enabled
90532026-02-14T02:43:44.194Z[ host-image] Feb 14 02:43:43.739 INFO O| Feb 14 02:43:43.739 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
90542026-02-14T02:43:44.194Z[ host-image] Feb 14 02:43:43.739 INFO O| Feb 14 02:43:43.739 INFO skip step because feature "mfg" is not enabled
90552026-02-14T02:43:44.194Z[ host-image] Feb 14 02:43:43.739 INFO O| Feb 14 02:43:43.739 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
90562026-02-14T02:43:44.194Z[ host-image] Feb 14 02:43:43.739 INFO O| Feb 14 02:43:43.739 INFO skip step because feature "compliance" is not enabled
90572026-02-14T02:43:44.194Z[ host-image] Feb 14 02:43:43.739 INFO O| Feb 14 02:43:43.739 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
90582026-02-14T02:43:44.194Z[ host-image] Feb 14 02:43:43.739 INFO O| Feb 14 02:43:43.739 INFO skip step because feature "stress" is not enabled
90592026-02-14T02:43:44.194Z[ host-image] Feb 14 02:43:43.739 INFO O| Feb 14 02:43:43.739 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
90602026-02-14T02:43:44.195Z[ host-image] Feb 14 02:43:43.739 INFO O| Feb 14 02:43:43.739 INFO skip step because feature "compliance" is not enabled
90612026-02-14T02:43:44.195Z[ host-image] Feb 14 02:43:43.739 INFO O| Feb 14 02:43:43.739 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
90622026-02-14T02:43:44.195Z[ host-image] Feb 14 02:43:43.739 INFO O| Feb 14 02:43:43.739 INFO skip step because feature "nfs" is not enabled
90632026-02-14T02:43:44.195Z[ host-image] Feb 14 02:43:43.739 INFO O| Feb 14 02:43:43.739 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@os
90642026-02-14T02:43:44.195Z[ host-image] Feb 14 02:43:43.739 INFO O| Feb 14 02:43:43.739 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
90652026-02-14T02:43:44.219Z[ host-image] Feb 14 02:43:43.765 INFO O| Feb 14 02:43:43.765 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
90662026-02-14T02:43:44.263Z[ host-image] Feb 14 02:43:43.832 INFO O| Feb 14 02:43:43.832 INFO completed processing sled/ramdisk-01-os
90672026-02-14T02:43:44.435Z[ host-image] Feb 14 02:43:44.004 INFO omicron1 baseline generation...
90682026-02-14T02:43:44.435Z[ host-image] Feb 14 02:43:44.004 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/sled/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
90692026-02-14T02:43:45.223Z[ host-image] Feb 14 02:43:44.792 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.23760:20260210T214910Z
90702026-02-14T02:43:49.174Z[ recovery-image] Feb 14 02:43:48.743 INFO creating reset image...
90712026-02-14T02:43:49.174Z[ recovery-image] Feb 14 02:43:48.743 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl"
90722026-02-14T02:44:49.505Z[ recovery-image] Feb 14 02:44:49.075 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')"
90732026-02-14T02:44:49.530Z[ recovery-image] Feb 14 02:44:49.075 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")
90742026-02-14T02:44:50.076Z[ recovery-image] Feb 14 02:44:49.645 INFO E| Updating crates.io index
90752026-02-14T02:44:50.699Z[ recovery-image] Feb 14 02:44:50.269 INFO E| Downloading crates ...
90762026-02-14T02:44:51.135Z[ recovery-image] Feb 14 02:44:50.704 INFO E| Downloaded sigchld v0.2.4
90772026-02-14T02:44:51.160Z[ recovery-image] Feb 14 02:44:50.707 INFO E| Downloaded proc-macro2 v1.0.106
90782026-02-14T02:44:51.160Z[ recovery-image] Feb 14 02:44:50.711 INFO E| Downloaded unicode-ident v1.0.23
90792026-02-14T02:44:51.160Z[ recovery-image] Feb 14 02:44:50.714 INFO E| Downloaded shared_child v1.1.1
90802026-02-14T02:44:51.160Z[ recovery-image] Feb 14 02:44:50.716 INFO E| Downloaded duct v1.1.1
90812026-02-14T02:44:51.160Z[ recovery-image] Feb 14 02:44:50.718 INFO E| Downloaded signal-hook-registry v1.4.8
90822026-02-14T02:44:51.160Z[ recovery-image] Feb 14 02:44:50.719 INFO E| Downloaded quote v1.0.44
90832026-02-14T02:44:51.160Z[ recovery-image] Feb 14 02:44:50.722 INFO E| Downloaded clap_derive v4.5.55
90842026-02-14T02:44:51.160Z[ recovery-image] Feb 14 02:44:50.724 INFO E| Downloaded os_pipe v1.2.3
90852026-02-14T02:44:51.160Z[ recovery-image] Feb 14 02:44:50.726 INFO E| Downloaded shared_thread v0.2.0
90862026-02-14T02:44:51.160Z[ recovery-image] Feb 14 02:44:50.727 INFO E| Downloaded clap_builder v4.5.57
90872026-02-14T02:44:51.185Z[ recovery-image] Feb 14 02:44:50.733 INFO E| Downloaded anstyle-query v1.1.5
90882026-02-14T02:44:51.185Z[ recovery-image] Feb 14 02:44:50.734 INFO E| Downloaded clap v4.5.57
90892026-02-14T02:44:51.185Z[ recovery-image] Feb 14 02:44:50.744 INFO E| Downloaded clap_lex v0.7.7
90902026-02-14T02:44:51.311Z[ recovery-image] Feb 14 02:44:50.880 INFO E| Compiling libc v0.2.180
90912026-02-14T02:44:51.336Z[ recovery-image] Feb 14 02:44:50.881 INFO E| Compiling proc-macro2 v1.0.106
90922026-02-14T02:44:51.336Z[ recovery-image] Feb 14 02:44:50.881 INFO E| Compiling unicode-ident v1.0.23
90932026-02-14T02:44:51.336Z[ recovery-image] Feb 14 02:44:50.881 INFO E| Compiling quote v1.0.44
90942026-02-14T02:44:51.336Z[ recovery-image] Feb 14 02:44:50.881 INFO E| Compiling signal-hook v0.3.18
90952026-02-14T02:44:51.336Z[ recovery-image] Feb 14 02:44:50.881 INFO E| Compiling utf8parse v0.2.2
90962026-02-14T02:44:51.336Z[ recovery-image] Feb 14 02:44:50.882 INFO E| Compiling is_terminal_polyfill v1.70.2
90972026-02-14T02:44:52.074Z[ recovery-image] Feb 14 02:44:51.643 INFO E| Compiling anstyle-query v1.1.5
90982026-02-14T02:44:52.339Z[ recovery-image] Feb 14 02:44:51.908 INFO E| Compiling anstyle-parse v0.2.7
90992026-02-14T02:44:52.459Z[ recovery-image] Feb 14 02:44:52.028 INFO E| Compiling anstyle v1.0.13
91002026-02-14T02:44:52.543Z[ recovery-image] Feb 14 02:44:52.112 INFO E| Compiling colorchoice v1.0.4
91012026-02-14T02:44:52.568Z[ recovery-image] Feb 14 02:44:52.127 INFO E| Compiling clap_lex v0.7.7
91022026-02-14T02:44:52.601Z[ recovery-image] Feb 14 02:44:52.171 INFO E| Compiling strsim v0.11.1
91032026-02-14T02:44:53.098Z[ recovery-image] Feb 14 02:44:52.667 INFO E| Compiling heck v0.5.0
91042026-02-14T02:44:53.141Z[ recovery-image] Feb 14 02:44:52.710 INFO E| Compiling shared_thread v0.2.0
91052026-02-14T02:44:53.206Z[ recovery-image] Feb 14 02:44:52.776 INFO E| Compiling anstream v0.6.21
91062026-02-14T02:44:53.923Z[ recovery-image] Feb 14 02:44:53.493 INFO E| Compiling clap_builder v4.5.57
91072026-02-14T02:44:54.145Z[ recovery-image] Feb 14 02:44:53.715 INFO E| Compiling errno v0.3.14
91082026-02-14T02:44:54.145Z[ recovery-image] Feb 14 02:44:53.715 INFO E| Compiling os_pipe v1.2.3
91092026-02-14T02:44:54.394Z[ recovery-image] Feb 14 02:44:53.963 INFO E| Compiling signal-hook-registry v1.4.8
91102026-02-14T02:44:54.856Z[ recovery-image] Feb 14 02:44:54.426 INFO E| Compiling syn v2.0.114
91112026-02-14T02:44:55.082Z[ recovery-image] Feb 14 02:44:54.651 INFO E| Compiling sigchld v0.2.4
91122026-02-14T02:44:55.295Z[ recovery-image] Feb 14 02:44:54.865 INFO E| Compiling shared_child v1.1.1
91132026-02-14T02:44:55.595Z[ recovery-image] Feb 14 02:44:55.164 INFO E| Compiling duct v1.1.1
91142026-02-14T02:45:02.738Z[ recovery-image] Feb 14 02:45:02.308 INFO E| Compiling clap_derive v4.5.55
91152026-02-14T02:45:06.535Z[ recovery-image] Feb 14 02:45:06.104 INFO E| Compiling clap v4.5.57
91162026-02-14T02:45:06.693Z[ recovery-image] Feb 14 02:45:06.263 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
91172026-02-14T02:45:09.132Z[ recovery-image] Feb 14 02:45:08.702 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.51s
91182026-02-14T02:45:09.157Z[ recovery-image] Feb 14 02:45:08.702 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z --target-dir /work/os-recovery/phbl`
91192026-02-14T02:45:09.757Z[ recovery-image] Feb 14 02:45:09.305 INFO E| Downloading crates ...
91202026-02-14T02:45:09.804Z[ host-image] Feb 14 02:45:09.337 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.23760:20260210T214944Z
91212026-02-14T02:45:09.804Z[ host-image] Feb 14 02:45:09.337 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.23760:20260210T214944Z
91222026-02-14T02:45:09.804Z[ host-image] Feb 14 02:45:09.337 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z
91232026-02-14T02:45:09.804Z[ host-image] Feb 14 02:45:09.337 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z
91242026-02-14T02:45:09.804Z[ host-image] Feb 14 02:45:09.338 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z
91252026-02-14T02:45:09.804Z[ host-image] Feb 14 02:45:09.338 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z
91262026-02-14T02:45:09.804Z[ host-image] Feb 14 02:45:09.338 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z
91272026-02-14T02:45:09.804Z[ host-image] Feb 14 02:45:09.338 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z
91282026-02-14T02:45:09.804Z[ host-image] Feb 14 02:45:09.339 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron-release-incorporation@18.0.0.0:20260214T015350Z
91292026-02-14T02:45:09.804Z[ host-image] Feb 14 02:45:09.339 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.25:20250809T001145Z
91302026-02-14T02:45:09.804Z[ host-image] Feb 14 02:45:09.339 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z
91312026-02-14T02:45:09.804Z[ host-image] Feb 14 02:45:09.339 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.23760:20260210T214944Z
91322026-02-14T02:45:09.804Z[ host-image] Feb 14 02:45:09.340 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.23760:20260210T214945Z
91332026-02-14T02:45:09.804Z[ host-image] Feb 14 02:45:09.340 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.23760:20260210T214945Z
91342026-02-14T02:45:09.804Z[ host-image] Feb 14 02:45:09.340 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.23760:20260210T214945Z
91352026-02-14T02:45:09.804Z[ host-image] Feb 14 02:45:09.340 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z
91362026-02-14T02:45:09.804Z[ host-image] Feb 14 02:45:09.341 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.23760:20260210T214946Z
91372026-02-14T02:45:09.804Z[ host-image] Feb 14 02:45:09.341 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.23760:20260210T214946Z
91382026-02-14T02:45:09.804Z[ host-image] Feb 14 02:45:09.341 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.23760:20260210T214946Z
91392026-02-14T02:45:09.804Z[ host-image] Feb 14 02:45:09.341 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.23760:20260210T214946Z
91402026-02-14T02:45:09.804Z[ host-image] Feb 14 02:45:09.341 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.23760:20260210T214947Z
91412026-02-14T02:45:09.804Z[ host-image] Feb 14 02:45:09.341 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.23760:20260210T214947Z
91422026-02-14T02:45:09.804Z[ host-image] Feb 14 02:45:09.341 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.23760:20260210T214947Z
91432026-02-14T02:45:09.804Z[ host-image] Feb 14 02:45:09.342 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.23760:20260210T214948Z
91442026-02-14T02:45:09.804Z[ host-image] Feb 14 02:45:09.342 INFO O| install = pkg://helios-dev/driver/ktest@0.5.11-2.0.23760:20260210T214948Z
91452026-02-14T02:45:09.804Z[ host-image] Feb 14 02:45:09.342 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.23760:20260210T214949Z
91462026-02-14T02:45:09.804Z[ host-image] Feb 14 02:45:09.342 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.23760:20260210T214950Z
91472026-02-14T02:45:09.804Z[ host-image] Feb 14 02:45:09.342 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.23760:20260210T214950Z
91482026-02-14T02:45:09.804Z[ host-image] Feb 14 02:45:09.342 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.23760:20260210T214951Z
91492026-02-14T02:45:09.805Z[ host-image] Feb 14 02:45:09.342 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.23760:20260210T214952Z
91502026-02-14T02:45:09.805Z[ host-image] Feb 14 02:45:09.342 INFO O| install = pkg://helios-dev/driver/network/opte@0.39.455:20260129T171925Z
91512026-02-14T02:45:09.805Z[ host-image] Feb 14 02:45:09.342 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.23760:20260210T214953Z
91522026-02-14T02:45:09.805Z[ host-image] Feb 14 02:45:09.342 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.23760:20260210T214955Z
91532026-02-14T02:45:09.805Z[ host-image] Feb 14 02:45:09.342 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.23760:20260210T214956Z
91542026-02-14T02:45:09.805Z[ host-image] Feb 14 02:45:09.342 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.23760:20260210T214957Z
91552026-02-14T02:45:09.805Z[ host-image] Feb 14 02:45:09.343 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.23760:20260210T214958Z
91562026-02-14T02:45:09.805Z[ host-image] Feb 14 02:45:09.343 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.23760:20260210T214958Z
91572026-02-14T02:45:09.805Z[ host-image] Feb 14 02:45:09.347 INFO O| install = pkg://helios-dev/editor/vim@9.0.2136-2.0:20250221T133345Z
91582026-02-14T02:45:09.805Z[ host-image] Feb 14 02:45:09.347 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.23760:20260210T214958Z
91592026-02-14T02:45:09.805Z[ host-image] Feb 14 02:45:09.347 INFO O| install = pkg://helios-dev/library/expat@2.7.2-2.0:20250922T152653Z
91602026-02-14T02:45:09.805Z[ host-image] Feb 14 02:45:09.348 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z
91612026-02-14T02:45:09.805Z[ host-image] Feb 14 02:45:09.348 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z
91622026-02-14T02:45:09.805Z[ host-image] Feb 14 02:45:09.348 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.23760:20260210T214959Z
91632026-02-14T02:45:09.805Z[ host-image] Feb 14 02:45:09.348 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z
91642026-02-14T02:45:09.805Z[ host-image] Feb 14 02:45:09.348 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z
91652026-02-14T02:45:09.805Z[ host-image] Feb 14 02:45:09.349 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z
91662026-02-14T02:45:09.805Z[ host-image] Feb 14 02:45:09.349 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z
91672026-02-14T02:45:09.830Z[ host-image] Feb 14 02:45:09.354 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z
91682026-02-14T02:45:09.830Z[ host-image] Feb 14 02:45:09.354 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z
91692026-02-14T02:45:09.830Z[ host-image] Feb 14 02:45:09.354 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z
91702026-02-14T02:45:09.830Z[ host-image] Feb 14 02:45:09.355 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z
91712026-02-14T02:45:09.830Z[ host-image] Feb 14 02:45:09.355 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z
91722026-02-14T02:45:09.830Z[ host-image] Feb 14 02:45:09.355 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z
91732026-02-14T02:45:09.830Z[ host-image] Feb 14 02:45:09.371 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.19-2.0:20260128T223505Z
91742026-02-14T02:45:09.830Z[ host-image] Feb 14 02:45:09.371 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z
91752026-02-14T02:45:09.830Z[ host-image] Feb 14 02:45:09.371 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z
91762026-02-14T02:45:09.830Z[ host-image] Feb 14 02:45:09.372 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.23760:20260210T215001Z
91772026-02-14T02:45:09.830Z[ host-image] Feb 14 02:45:09.372 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.23760:20260210T215006Z
91782026-02-14T02:45:09.830Z[ host-image] Feb 14 02:45:09.372 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z
91792026-02-14T02:45:09.830Z[ host-image] Feb 14 02:45:09.372 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.23760:20260210T215007Z
91802026-02-14T02:45:09.830Z[ host-image] Feb 14 02:45:09.372 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.2:20250218T230209Z
91812026-02-14T02:45:09.830Z[ host-image] Feb 14 02:45:09.372 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.2:20250218T230219Z
91822026-02-14T02:45:09.830Z[ host-image] Feb 14 02:45:09.372 INFO O| install = pkg://helios-dev/network/overwatch@0.1.0.40:20250409T152351Z
91832026-02-14T02:45:09.830Z[ host-image] Feb 14 02:45:09.372 INFO O| install = pkg://helios-dev/network/rsync@3.4.1-2.0:20250117T201332Z
91842026-02-14T02:45:09.830Z[ host-image] Feb 14 02:45:09.372 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.23760:20260210T215007Z
91852026-02-14T02:45:09.831Z[ host-image] Feb 14 02:45:09.372 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z
91862026-02-14T02:45:09.831Z[ host-image] Feb 14 02:45:09.374 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z
91872026-02-14T02:45:09.831Z[ host-image] Feb 14 02:45:09.374 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z
91882026-02-14T02:45:09.831Z[ host-image] Feb 14 02:45:09.374 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z
91892026-02-14T02:45:09.831Z[ host-image] Feb 14 02:45:09.374 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.23760:20260210T215007Z
91902026-02-14T02:45:09.831Z[ host-image] Feb 14 02:45:09.374 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z
91912026-02-14T02:45:09.831Z[ host-image] Feb 14 02:45:09.380 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z
91922026-02-14T02:45:09.831Z[ host-image] Feb 14 02:45:09.380 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.23760:20260210T215008Z
91932026-02-14T02:45:09.831Z[ host-image] Feb 14 02:45:09.381 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.23760:20260210T215008Z
91942026-02-14T02:45:09.831Z[ host-image] Feb 14 02:45:09.381 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.23760:20260210T215008Z
91952026-02-14T02:45:09.831Z[ host-image] Feb 14 02:45:09.381 INFO O| install = pkg://helios-dev/service/network/chrony@4.6.1-2.0:20250326T213914Z
91962026-02-14T02:45:09.831Z[ host-image] Feb 14 02:45:09.381 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.23760:20260210T215010Z
91972026-02-14T02:45:09.831Z[ host-image] Feb 14 02:45:09.381 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.23760:20260210T215010Z
91982026-02-14T02:45:09.831Z[ host-image] Feb 14 02:45:09.381 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.23760:20260210T215010Z
91992026-02-14T02:45:09.831Z[ host-image] Feb 14 02:45:09.381 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.23760:20260210T215010Z
92002026-02-14T02:45:09.831Z[ host-image] Feb 14 02:45:09.383 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z
92012026-02-14T02:45:09.831Z[ host-image] Feb 14 02:45:09.383 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.23760:20260210T215011Z
92022026-02-14T02:45:09.831Z[ host-image] Feb 14 02:45:09.383 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.23760:20260210T215012Z
92032026-02-14T02:45:09.831Z[ host-image] Feb 14 02:45:09.383 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z
92042026-02-14T02:45:09.831Z[ host-image] Feb 14 02:45:09.383 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.23760:20260210T215012Z
92052026-02-14T02:45:09.831Z[ host-image] Feb 14 02:45:09.384 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.23760:20260210T215012Z
92062026-02-14T02:45:09.831Z[ host-image] Feb 14 02:45:09.384 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2025.6.9-2.0.23760:20260210T215012Z
92072026-02-14T02:45:09.831Z[ host-image] Feb 14 02:45:09.384 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.23760:20260210T215012Z
92082026-02-14T02:45:09.831Z[ host-image] Feb 14 02:45:09.387 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.23760:20260210T215012Z
92092026-02-14T02:45:09.831Z[ host-image] Feb 14 02:45:09.387 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z
92102026-02-14T02:45:09.831Z[ host-image] Feb 14 02:45:09.388 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2025.2-2.0.23760:20260210T215012Z
92112026-02-14T02:45:09.831Z[ host-image] Feb 14 02:45:09.389 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.23760:20260210T215013Z
92122026-02-14T02:45:09.831Z[ host-image] Feb 14 02:45:09.389 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.23760:20260210T215013Z
92132026-02-14T02:45:09.831Z[ host-image] Feb 14 02:45:09.389 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.23760:20260210T215013Z
92142026-02-14T02:45:09.831Z[ host-image] Feb 14 02:45:09.389 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.23760:20260210T215013Z
92152026-02-14T02:45:09.831Z[ host-image] Feb 14 02:45:09.389 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.23760:20260210T215014Z
92162026-02-14T02:45:09.831Z[ host-image] Feb 14 02:45:09.390 INFO O| install = pkg://helios-dev/system/i2c@0.5.11-2.0.23760:20260210T215014Z
92172026-02-14T02:45:09.831Z[ host-image] Feb 14 02:45:09.394 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.23760:20260210T215015Z
92182026-02-14T02:45:09.831Z[ host-image] Feb 14 02:45:09.394 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.23760:20260210T215014Z
92192026-02-14T02:45:09.831Z[ host-image] Feb 14 02:45:09.394 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.23760:20260210T215014Z
92202026-02-14T02:45:09.831Z[ host-image] Feb 14 02:45:09.395 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.23760:20260210T215015Z
92212026-02-14T02:45:09.831Z[ host-image] Feb 14 02:45:09.395 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.23760:20260210T215015Z
92222026-02-14T02:45:09.856Z[ host-image] Feb 14 02:45:09.404 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.23760:20260210T215018Z
92232026-02-14T02:45:09.856Z[ host-image] Feb 14 02:45:09.404 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.23760:20260210T215015Z
92242026-02-14T02:45:09.856Z[ host-image] Feb 14 02:45:09.404 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.23760:20260210T215015Z
92252026-02-14T02:45:09.856Z[ host-image] Feb 14 02:45:09.404 INFO O| install = pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z
92262026-02-14T02:45:09.856Z[ host-image] Feb 14 02:45:09.404 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z
92272026-02-14T02:45:09.881Z[ host-image] Feb 14 02:45:09.431 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.23760:20260210T215016Z
92282026-02-14T02:45:09.881Z[ host-image] Feb 14 02:45:09.431 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z
92292026-02-14T02:45:09.881Z[ host-image] Feb 14 02:45:09.431 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.23760:20260210T215016Z
92302026-02-14T02:45:09.881Z[ host-image] Feb 14 02:45:09.431 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.23760:20260210T215016Z
92312026-02-14T02:45:09.881Z[ host-image] Feb 14 02:45:09.432 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.23760:20260210T215016Z
92322026-02-14T02:45:09.881Z[ host-image] Feb 14 02:45:09.432 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z
92332026-02-14T02:45:09.881Z[ host-image] Feb 14 02:45:09.432 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z
92342026-02-14T02:45:09.881Z[ host-image] Feb 14 02:45:09.433 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.23760:20260210T215017Z
92352026-02-14T02:45:09.881Z[ host-image] Feb 14 02:45:09.433 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.23760:20260210T215017Z
92362026-02-14T02:45:09.881Z[ host-image] Feb 14 02:45:09.433 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.23760:20260210T215017Z
92372026-02-14T02:45:09.881Z[ host-image] Feb 14 02:45:09.433 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.23760:20260210T215017Z
92382026-02-14T02:45:09.881Z[ host-image] Feb 14 02:45:09.433 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.23760:20260210T215018Z
92392026-02-14T02:45:09.881Z[ host-image] Feb 14 02:45:09.433 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.23760:20260210T215018Z
92402026-02-14T02:45:09.881Z[ host-image] Feb 14 02:45:09.435 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z
92412026-02-14T02:45:09.881Z[ host-image] Feb 14 02:45:09.435 INFO O| install = pkg://helios-dev/system/microcode/amd@20251202-2.0.23760:20260210T215019Z
92422026-02-14T02:45:09.881Z[ host-image] Feb 14 02:45:09.436 INFO O| install = pkg://helios-dev/system/microcode/intel@20251111-2.0.23760:20260210T215019Z
92432026-02-14T02:45:09.881Z[ host-image] Feb 14 02:45:09.436 INFO O| install = pkg://helios-dev/system/microcode/oxide@20251202-2.0.23760:20260210T215019Z
92442026-02-14T02:45:09.881Z[ host-image] Feb 14 02:45:09.436 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.23760:20260210T215020Z
92452026-02-14T02:45:09.881Z[ host-image] Feb 14 02:45:09.436 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.23760:20260210T215019Z
92462026-02-14T02:45:09.882Z[ host-image] Feb 14 02:45:09.436 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.23760:20260210T215020Z
92472026-02-14T02:45:09.882Z[ host-image] Feb 14 02:45:09.436 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z
92482026-02-14T02:45:09.882Z[ host-image] Feb 14 02:45:09.437 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z
92492026-02-14T02:45:09.882Z[ host-image] Feb 14 02:45:09.437 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.23760:20260210T215022Z
92502026-02-14T02:45:09.882Z[ host-image] Feb 14 02:45:09.437 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.23760:20260210T215022Z
92512026-02-14T02:45:09.882Z[ host-image] Feb 14 02:45:09.437 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.25:20250809T001126Z
92522026-02-14T02:45:09.882Z[ host-image] Feb 14 02:45:09.437 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z
92532026-02-14T02:45:09.882Z[ host-image] Feb 14 02:45:09.437 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z
92542026-02-14T02:45:09.882Z[ host-image] Feb 14 02:45:09.438 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z
92552026-02-14T02:45:09.882Z[ host-image] Feb 14 02:45:09.438 INFO O| install = pkg://helios-dev/text/looker@0.1.0.13-2.0:20250303T182037Z
92562026-02-14T02:45:09.882Z[ host-image] Feb 14 02:45:09.438 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z
92572026-02-14T02:45:09.882Z[ host-image] Feb 14 02:45:09.440 INFO O| install = pkg://helios-dev/web/curl@8.18.0-2.0:20260121T125903Z
92582026-02-14T02:45:09.882Z[ host-image] Feb 14 02:45:09.440 INFO O| tempdir @ "/tmp/.tmpUX9oD0/tmp"
92592026-02-14T02:45:09.882Z[ host-image] Feb 14 02:45:09.440 INFO O| image root @ "/tmp/.tmpUX9oD0/tmp/root"
92602026-02-14T02:45:09.882Z[ host-image] Feb 14 02:45:09.440 INFO O| creating image...
92612026-02-14T02:45:10.113Z[ recovery-image] Feb 14 02:45:09.683 INFO E| Downloaded bitstruct_derive v0.1.0
92622026-02-14T02:45:10.139Z[ recovery-image] Feb 14 02:45:09.685 INFO E| Downloaded cpio_reader v0.1.2
92632026-02-14T02:45:10.139Z[ recovery-image] Feb 14 02:45:09.688 INFO E| Downloaded bitstruct v0.1.1
92642026-02-14T02:45:10.139Z[ recovery-image] Feb 14 02:45:09.692 INFO E| Downloaded bit_field v0.10.3
92652026-02-14T02:45:10.139Z[ recovery-image] Feb 14 02:45:09.695 INFO E| Downloaded raw-cpuid v10.7.0
92662026-02-14T02:45:10.139Z[ recovery-image] Feb 14 02:45:09.698 INFO E| Downloaded miniz_oxide v0.9.0
92672026-02-14T02:45:10.139Z[ recovery-image] Feb 14 02:45:09.701 INFO E| Downloaded goblin v0.10.4
92682026-02-14T02:45:10.163Z[ recovery-image] Feb 14 02:45:09.720 INFO E| Downloaded x86 v0.52.0
92692026-02-14T02:45:10.238Z[ recovery-image] Feb 14 02:45:09.808 INFO E| Updating crates.io index
92702026-02-14T02:45:10.498Z[ host-image] Feb 14 02:45:10.068 INFO O| copying publishers...
92712026-02-14T02:45:10.897Z[ recovery-image] Feb 14 02:45:10.466 INFO E| Downloading crates ...
92722026-02-14T02:45:11.007Z[ recovery-image] Feb 14 02:45:10.576 INFO E| Downloaded rustc-literal-escaper v0.0.7
92732026-02-14T02:45:11.031Z[ recovery-image] Feb 14 02:45:10.578 INFO E| Downloaded rustc-demangle v0.1.27
92742026-02-14T02:45:11.031Z[ recovery-image] Feb 14 02:45:10.599 INFO E| Downloaded libc v0.2.178
92752026-02-14T02:45:11.159Z[ recovery-image] Feb 14 02:45:10.729 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)
92762026-02-14T02:45:11.159Z[ recovery-image] Feb 14 02:45:10.729 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)
92772026-02-14T02:45:11.159Z[ recovery-image] Feb 14 02:45:10.729 INFO E| Compiling proc-macro2 v1.0.106
92782026-02-14T02:45:11.184Z[ recovery-image] Feb 14 02:45:10.729 INFO E| Compiling unicode-ident v1.0.23
92792026-02-14T02:45:11.184Z[ recovery-image] Feb 14 02:45:10.729 INFO E| Compiling quote v1.0.44
92802026-02-14T02:45:11.184Z[ recovery-image] Feb 14 02:45:10.729 INFO E| Compiling syn v1.0.109
92812026-02-14T02:45:11.184Z[ recovery-image] Feb 14 02:45:10.729 INFO E| Compiling x86 v0.52.0
92822026-02-14T02:45:11.184Z[ recovery-image] Feb 14 02:45:10.736 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
92832026-02-14T02:45:11.593Z[ recovery-image] Feb 14 02:45:11.162 INFO E| Compiling seq-macro v0.3.6
92842026-02-14T02:45:13.795Z[ recovery-image] Feb 14 02:45:13.365 INFO E| Compiling syn v2.0.114
92852026-02-14T02:45:18.645Z[ recovery-image] Feb 14 02:45:18.215 INFO E| Compiling scroll_derive v0.13.1
92862026-02-14T02:45:23.780Z[ recovery-image] Feb 14 02:45:23.350 INFO E| Compiling bitstruct_derive v0.1.0
92872026-02-14T02:45:51.202Z[ recovery-image] Feb 14 02:45:50.771 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)
92882026-02-14T02:45:57.821Z[ recovery-image] Feb 14 02:45:57.391 INFO E| Compiling bitflags v1.3.2
92892026-02-14T02:45:57.821Z[ recovery-image] Feb 14 02:45:57.391 INFO E| Compiling log v0.4.29
92902026-02-14T02:45:57.846Z[ recovery-image] Feb 14 02:45:57.391 INFO E| Compiling bit_field v0.10.3
92912026-02-14T02:45:57.846Z[ recovery-image] Feb 14 02:45:57.391 INFO E| Compiling bitflags v2.10.0
92922026-02-14T02:45:57.846Z[ recovery-image] Feb 14 02:45:57.392 INFO E| Compiling plain v0.2.3
92932026-02-14T02:45:57.846Z[ recovery-image] Feb 14 02:45:57.392 INFO E| Compiling scroll v0.13.0
92942026-02-14T02:45:57.846Z[ recovery-image] Feb 14 02:45:57.392 INFO E| Compiling adler2 v2.0.1
92952026-02-14T02:45:57.952Z[ recovery-image] Feb 14 02:45:57.522 INFO E| Compiling raw-cpuid v10.7.0
92962026-02-14T02:45:58.117Z[ recovery-image] Feb 14 02:45:57.687 INFO E| Compiling miniz_oxide v0.9.0
92972026-02-14T02:45:58.262Z[ recovery-image] Feb 14 02:45:57.832 INFO E| Compiling static_assertions v1.1.0
92982026-02-14T02:45:58.403Z[ recovery-image] Feb 14 02:45:57.973 INFO E| Compiling cpio_reader v0.1.2
92992026-02-14T02:45:58.744Z[ recovery-image] Feb 14 02:45:58.314 INFO E| Compiling goblin v0.10.4
93002026-02-14T02:45:58.769Z[ recovery-image] Feb 14 02:45:58.324 INFO E| Compiling bitstruct v0.1.1
93012026-02-14T02:46:08.517Z[ recovery-image] Feb 14 02:46:08.087 INFO E| Finished `release` profile [optimized] target(s) in 59.35s
93022026-02-14T02:46:08.546Z[ recovery-image] Feb 14 02:46:08.115 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
93032026-02-14T02:46:08.687Z[ recovery-image] Feb 14 02:46:08.258 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')"
93042026-02-14T02:46:08.688Z[ recovery-image] Feb 14 02:46:08.258 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
93052026-02-14T02:46:08.712Z[ recovery-image] Feb 14 02:46:08.258 INFO building ROM for cosmo
93062026-02-14T02:46:08.712Z[ recovery-image] Feb 14 02:46:08.258 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")
93072026-02-14T02:46:10.157Z[ recovery-image] Feb 14 02:46:09.727 INFO E| Downloading crates ...
93082026-02-14T02:46:10.606Z[ recovery-image] Feb 14 02:46:10.176 INFO E| Downloaded anstyle v1.0.10
93092026-02-14T02:46:10.703Z[ recovery-image] Feb 14 02:46:10.273 INFO E| Downloaded toml_datetime v0.6.9
93102026-02-14T02:46:10.728Z[ recovery-image] Feb 14 02:46:10.276 INFO E| Downloaded toml_write v0.1.1
93112026-02-14T02:46:10.728Z[ recovery-image] Feb 14 02:46:10.278 INFO E| Downloaded duct v0.13.7
93122026-02-14T02:46:10.728Z[ recovery-image] Feb 14 02:46:10.282 INFO E| Downloaded anstyle-parse v0.2.6
93132026-02-14T02:46:10.728Z[ recovery-image] Feb 14 02:46:10.284 INFO E| Downloaded clap v4.5.37
93142026-02-14T02:46:10.728Z[ recovery-image] Feb 14 02:46:10.294 INFO E| Downloaded toml v0.8.22
93152026-02-14T02:46:10.761Z[ recovery-image] Feb 14 02:46:10.331 INFO E| Downloaded clap_builder v4.5.37
93162026-02-14T02:46:10.785Z[ recovery-image] Feb 14 02:46:10.338 INFO E| Downloaded cc v1.2.20
93172026-02-14T02:46:10.785Z[ recovery-image] Feb 14 02:46:10.342 INFO E| Downloaded toml_edit v0.22.26
93182026-02-14T02:46:10.831Z[ recovery-image] Feb 14 02:46:10.402 INFO E| Downloaded shared_child v1.0.1
93192026-02-14T02:46:10.856Z[ recovery-image] Feb 14 02:46:10.403 INFO E| Downloaded winnow v0.7.7
93202026-02-14T02:46:10.856Z[ recovery-image] Feb 14 02:46:10.413 INFO E| Downloaded colorchoice v1.0.3
93212026-02-14T02:46:10.856Z[ recovery-image] Feb 14 02:46:10.414 INFO E| Downloaded clap_derive v4.5.32
93222026-02-14T02:46:10.856Z[ recovery-image] Feb 14 02:46:10.417 INFO E| Downloaded anstyle-query v1.1.2
93232026-02-14T02:46:10.856Z[ recovery-image] Feb 14 02:46:10.418 INFO E| Downloaded serde_spanned v0.6.8
93242026-02-14T02:46:10.856Z[ recovery-image] Feb 14 02:46:10.419 INFO E| Downloaded os_pipe v1.2.1
93252026-02-14T02:46:11.102Z[ recovery-image] Feb 14 02:46:10.672 INFO E| Compiling libc v0.2.172
93262026-02-14T02:46:11.102Z[ recovery-image] Feb 14 02:46:10.672 INFO E| Compiling utf8parse v0.2.2
93272026-02-14T02:46:11.102Z[ recovery-image] Feb 14 02:46:10.673 INFO E| Compiling hashbrown v0.15.2
93282026-02-14T02:46:11.127Z[ recovery-image] Feb 14 02:46:10.673 INFO E| Compiling anstyle-query v1.1.2
93292026-02-14T02:46:11.127Z[ recovery-image] Feb 14 02:46:10.673 INFO E| Compiling anstyle v1.0.10
93302026-02-14T02:46:11.127Z[ recovery-image] Feb 14 02:46:10.673 INFO E| Compiling shlex v1.3.0
93312026-02-14T02:46:11.127Z[ recovery-image] Feb 14 02:46:10.673 INFO E| Compiling is_terminal_polyfill v1.70.1
93322026-02-14T02:46:11.127Z[ recovery-image] Feb 14 02:46:10.687 INFO E| Compiling syn v2.0.101
93332026-02-14T02:46:11.639Z[ recovery-image] Feb 14 02:46:11.198 INFO E| Compiling anstyle-parse v0.2.6
93342026-02-14T02:46:11.663Z[ recovery-image] Feb 14 02:46:11.227 INFO E| Compiling equivalent v1.0.2
93352026-02-14T02:46:11.716Z[ recovery-image] Feb 14 02:46:11.286 INFO E| Compiling once_cell v1.21.3
93362026-02-14T02:46:11.922Z[ recovery-image] Feb 14 02:46:11.492 INFO E| Compiling colorchoice v1.0.3
93372026-02-14T02:46:12.073Z[ recovery-image] Feb 14 02:46:11.643 INFO E| Compiling cc v1.2.20
93382026-02-14T02:46:12.143Z[ recovery-image] Feb 14 02:46:11.714 INFO E| Compiling winnow v0.7.7
93392026-02-14T02:46:12.203Z[ recovery-image] Feb 14 02:46:11.773 INFO E| Compiling anstream v0.6.18
93402026-02-14T02:46:12.253Z[ recovery-image] Feb 14 02:46:11.823 INFO E| Compiling clap_lex v0.7.4
93412026-02-14T02:46:12.646Z[ recovery-image] Feb 14 02:46:12.216 INFO E| Compiling toml_write v0.1.1
93422026-02-14T02:46:13.336Z[ recovery-image] Feb 14 02:46:12.906 INFO E| Compiling indexmap v2.9.0
93432026-02-14T02:46:13.433Z[ recovery-image] Feb 14 02:46:13.003 INFO E| Compiling anyhow v1.0.98
93442026-02-14T02:46:13.585Z[ recovery-image] Feb 14 02:46:13.156 INFO E| Compiling strsim v0.11.1
93452026-02-14T02:46:14.152Z[ recovery-image] Feb 14 02:46:13.721 INFO E| Compiling os_pipe v1.2.1
93462026-02-14T02:46:14.275Z[ recovery-image] Feb 14 02:46:13.844 INFO E| Compiling shared_child v1.0.1
93472026-02-14T02:46:14.659Z[ host-image] Feb 14 02:46:14.229 INFO O| adding properties...
93482026-02-14T02:46:14.950Z[ recovery-image] Feb 14 02:46:14.520 INFO E| Compiling duct v0.13.7
93492026-02-14T02:46:15.148Z[ recovery-image] Feb 14 02:46:14.718 INFO E| Compiling clap_builder v4.5.37
93502026-02-14T02:46:16.736Z[ recovery-image] Feb 14 02:46:16.306 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/xtask)
93512026-02-14T02:46:17.238Z[ host-image] Feb 14 02:46:16.808 INFO O| installing packages...
93522026-02-14T02:46:20.851Z[ recovery-image] Feb 14 02:46:20.421 INFO E| Compiling serde_derive v1.0.219
93532026-02-14T02:46:20.851Z[ recovery-image] Feb 14 02:46:20.421 INFO E| Compiling clap_derive v4.5.32
93542026-02-14T02:46:25.301Z[ recovery-image] Feb 14 02:46:24.872 INFO E| Compiling clap v4.5.37
93552026-02-14T02:46:28.282Z[ recovery-image] Feb 14 02:46:27.852 INFO E| Compiling serde v1.0.219
93562026-02-14T02:46:32.731Z[ recovery-image] Feb 14 02:46:32.301 INFO E| Compiling serde_spanned v0.6.8
93572026-02-14T02:46:32.731Z[ recovery-image] Feb 14 02:46:32.301 INFO E| Compiling toml_datetime v0.6.9
93582026-02-14T02:46:33.029Z[ recovery-image] Feb 14 02:46:32.598 INFO E| Compiling toml_edit v0.22.26
93592026-02-14T02:46:35.914Z[ recovery-image] Feb 14 02:46:35.484 INFO E| Compiling toml v0.8.22
93602026-02-14T02:46:41.197Z[ recovery-image] Feb 14 02:46:40.767 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 32.11s
93612026-02-14T02:46:41.221Z[ recovery-image] Feb 14 02:46:40.781 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`
93622026-02-14T02:46:41.244Z[ recovery-image] Feb 14 02:46:40.801 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7.toml"
93632026-02-14T02:46:41.417Z[ recovery-image] Feb 14 02:46:40.988 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.17s
93642026-02-14T02:46:41.441Z[ recovery-image] Feb 14 02:46:40.993 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`
93652026-02-14T02:46:41.885Z[ recovery-image] Feb 14 02:46:41.456 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x00_AmdPubKey_BRH.tkn"
93662026-02-14T02:46:41.885Z[ recovery-image] Feb 14 02:46:41.456 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x01_PspBl_BRH.esbin"
93672026-02-14T02:46:41.931Z[ recovery-image] Feb 14 02:46:41.456 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x02_PspOS_BRH.ecsbin"
93682026-02-14T02:46:41.931Z[ recovery-image] Feb 14 02:46:41.456 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x03_PspRecBl_BRH.esbin"
93692026-02-14T02:46:41.931Z[ recovery-image] Feb 14 02:46:41.456 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x08_SmuFirmware_breithorn.ecsbin"
93702026-02-14T02:46:41.931Z[ recovery-image] Feb 14 02:46:41.456 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
93712026-02-14T02:46:41.931Z[ recovery-image] Feb 14 02:46:41.456 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
93722026-02-14T02:46:41.931Z[ recovery-image] Feb 14 02:46:41.456 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x0A_PspAblPubKey_BRH.stkn"
93732026-02-14T02:46:41.932Z[ recovery-image] Feb 14 02:46:41.457 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x13_SduFw_BRH.ecsbin"
93742026-02-14T02:46:41.932Z[ recovery-image] Feb 14 02:46:41.457 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x21_PspAmdIkek_BRH.bin"
93752026-02-14T02:46:41.932Z[ recovery-image] Feb 14 02:46:41.457 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x22_SecureEmptyToken.bin"
93762026-02-14T02:46:41.932Z[ recovery-image] Feb 14 02:46:41.457 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
93772026-02-14T02:46:41.932Z[ recovery-image] Feb 14 02:46:41.457 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
93782026-02-14T02:46:41.932Z[ recovery-image] Feb 14 02:46:41.457 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x28_PspSystemDriver_BRH.ecsbin"
93792026-02-14T02:46:41.932Z[ recovery-image] Feb 14 02:46:41.457 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
93802026-02-14T02:46:41.932Z[ recovery-image] Feb 14 02:46:41.457 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
93812026-02-14T02:46:41.932Z[ recovery-image] Feb 14 02:46:41.457 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x2D_AblRt.ecsbin"
93822026-02-14T02:46:41.932Z[ recovery-image] Feb 14 02:46:41.458 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
93832026-02-14T02:46:41.932Z[ recovery-image] Feb 14 02:46:41.458 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x42_PhyFw_BRH.ecsbin"
93842026-02-14T02:46:41.932Z[ recovery-image] Feb 14 02:46:41.458 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x44_USB_PHY_BRH.esbin"
93852026-02-14T02:46:41.932Z[ recovery-image] Feb 14 02:46:41.458 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
93862026-02-14T02:46:41.932Z[ recovery-image] Feb 14 02:46:41.458 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
93872026-02-14T02:46:41.932Z[ recovery-image] Feb 14 02:46:41.458 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x50_PspKeyDataBase_BRH.sbin"
93882026-02-14T02:46:41.932Z[ recovery-image] Feb 14 02:46:41.458 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
93892026-02-14T02:46:41.932Z[ recovery-image] Feb 14 02:46:41.458 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x55_SPLTable_BRH.sbin"
93902026-02-14T02:46:41.932Z[ recovery-image] Feb 14 02:46:41.458 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x5DMpioFw_BRH.cesbin"
93912026-02-14T02:46:41.932Z[ recovery-image] Feb 14 02:46:41.458 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x64_RasDriver_BRH.ecsbin"
93922026-02-14T02:46:41.932Z[ recovery-image] Feb 14 02:46:41.458 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
93932026-02-14T02:46:41.932Z[ recovery-image] Feb 14 02:46:41.458 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1A_SevDriver_BRH.ecsbin"
93942026-02-14T02:46:41.932Z[ recovery-image] Feb 14 02:46:41.459 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
93952026-02-14T02:46:41.932Z[ recovery-image] Feb 14 02:46:41.459 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1B_BootDriver_BRH.ecsbin"
93962026-02-14T02:46:41.932Z[ recovery-image] Feb 14 02:46:41.459 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1C_SocDriver_BRH.ecsbin"
93972026-02-14T02:46:41.932Z[ recovery-image] Feb 14 02:46:41.459 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1D_HadDriver_BRH.ecsbin"
93982026-02-14T02:46:41.932Z[ recovery-image] Feb 14 02:46:41.459 INFO O| Info: ABL version: 0x1007f011
93992026-02-14T02:46:41.932Z[ recovery-image] Feb 14 02:46:41.459 INFO O| Info: For sub_program 2: SMU firmware version: 99.125.0
94002026-02-14T02:46:41.932Z[ recovery-image] Feb 14 02:46:41.459 INFO O| Info: For sub_program 0: SMU firmware version: 94.125.0
94012026-02-14T02:46:41.932Z[ recovery-image] Feb 14 02:46:41.459 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
94022026-02-14T02:46:41.932Z[ recovery-image] Feb 14 02:46:41.459 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x38_PspSevEmptyData.bin"
94032026-02-14T02:46:41.932Z[ recovery-image] Feb 14 02:46:41.459 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x47_DRTMDriver_BRH.ecsbin"
94042026-02-14T02:46:41.932Z[ recovery-image] Feb 14 02:46:41.460 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x67_FHPDriver_BRH.ecsbin"
94052026-02-14T02:46:41.932Z[ recovery-image] Feb 14 02:46:41.460 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x68_SPDMDriver_BRH.ecsbin"
94062026-02-14T02:46:41.932Z[ recovery-image] Feb 14 02:46:41.460 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x69_DPEDriver_BRH.ecsbin"
94072026-02-14T02:46:41.932Z[ recovery-image] Feb 14 02:46:41.460 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x73_PspBl_BRH.ecsbin"
94082026-02-14T02:46:41.932Z[ recovery-image] Feb 14 02:46:41.460 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x76_DfRib_BRH.csbin"
94092026-02-14T02:46:41.932Z[ recovery-image] Feb 14 02:46:41.460 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x8C_MPDMATF_BRH.sbin"
94102026-02-14T02:46:41.932Z[ recovery-image] Feb 14 02:46:41.460 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x91_GmiPhyFw_BRH.esbin"
94112026-02-14T02:46:41.933Z[ recovery-image] Feb 14 02:46:41.460 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x92_Page_BRH.sbin"
94122026-02-14T02:46:41.933Z[ recovery-image] Feb 14 02:46:41.460 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x9D_AspSramFwExt_BRH.sbin"
94132026-02-14T02:46:41.933Z[ recovery-image] Feb 14 02:46:41.460 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
94142026-02-14T02:46:41.933Z[ recovery-image] Feb 14 02:46:41.460 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_A0.sbin"
94152026-02-14T02:46:41.933Z[ recovery-image] Feb 14 02:46:41.460 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRHD_A0.sbin"
94162026-02-14T02:46:41.933Z[ recovery-image] Feb 14 02:46:41.460 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_B0.sbin"
94172026-02-14T02:46:41.933Z[ recovery-image] Feb 14 02:46:41.460 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_C0.sbin"
94182026-02-14T02:46:41.933Z[ recovery-image] Feb 14 02:46:41.460 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRHD_B0.sbin"
94192026-02-14T02:46:41.933Z[ recovery-image] Feb 14 02:46:41.460 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_B1.sbin"
94202026-02-14T02:46:41.933Z[ recovery-image] Feb 14 02:46:41.460 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_C1.sbin"
94212026-02-14T02:46:41.933Z[ recovery-image] Feb 14 02:46:41.460 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/APOB_NV_BRH.bin"
94222026-02-14T02:46:41.933Z[ recovery-image] Feb 14 02:46:41.460 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
94232026-02-14T02:46:41.933Z[ recovery-image] Feb 14 02:46:41.460 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
94242026-02-14T02:46:41.933Z[ recovery-image] Feb 14 02:46:41.460 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
94252026-02-14T02:46:41.933Z[ recovery-image] Feb 14 02:46:41.461 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
94262026-02-14T02:46:41.933Z[ recovery-image] Feb 14 02:46:41.461 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
94272026-02-14T02:46:41.933Z[ recovery-image] Feb 14 02:46:41.461 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
94282026-02-14T02:46:41.933Z[ recovery-image] Feb 14 02:46:41.461 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
94292026-02-14T02:46:41.933Z[ recovery-image] Feb 14 02:46:41.461 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
94302026-02-14T02:46:41.933Z[ recovery-image] Feb 14 02:46:41.461 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
94312026-02-14T02:46:41.933Z[ recovery-image] Feb 14 02:46:41.461 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
94322026-02-14T02:46:41.933Z[ recovery-image] Feb 14 02:46:41.461 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
94332026-02-14T02:46:41.933Z[ recovery-image] Feb 14 02:46:41.461 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
94342026-02-14T02:46:41.933Z[ recovery-image] Feb 14 02:46:41.461 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
94352026-02-14T02:46:41.933Z[ recovery-image] Feb 14 02:46:41.461 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
94362026-02-14T02:46:41.933Z[ recovery-image] Feb 14 02:46:41.461 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
94372026-02-14T02:46:41.933Z[ recovery-image] Feb 14 02:46:41.461 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
94382026-02-14T02:46:41.933Z[ recovery-image] Feb 14 02:46:41.461 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
94392026-02-14T02:46:41.933Z[ recovery-image] Feb 14 02:46:41.461 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
94402026-02-14T02:46:41.933Z[ recovery-image] Feb 14 02:46:41.461 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
94412026-02-14T02:46:41.958Z[ recovery-image] Feb 14 02:46:41.519 INFO building ROM for gimlet
94422026-02-14T02:46:41.958Z[ recovery-image] Feb 14 02:46:41.519 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")
94432026-02-14T02:46:42.143Z[ recovery-image] Feb 14 02:46:41.714 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.09s
94442026-02-14T02:46:42.167Z[ recovery-image] Feb 14 02:46:41.718 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`
94452026-02-14T02:46:42.191Z[ recovery-image] Feb 14 02:46:41.739 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml"
94462026-02-14T02:46:42.292Z[ recovery-image] Feb 14 02:46:41.862 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.11s
94472026-02-14T02:46:42.316Z[ recovery-image] Feb 14 02:46:41.868 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`
94482026-02-14T02:46:42.525Z[ recovery-image] Feb 14 02:46:42.095 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/AmdPubKey_gn.tkn"
94492026-02-14T02:46:42.550Z[ recovery-image] Feb 14 02:46:42.096 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspBootLoader_gn.sbin"
94502026-02-14T02:46:42.550Z[ recovery-image] Feb 14 02:46:42.096 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspRecoveryBootLoader_gn.sbin"
94512026-02-14T02:46:42.550Z[ recovery-image] Feb 14 02:46:42.096 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SmuFirmwareGn.csbin"
94522026-02-14T02:46:42.550Z[ recovery-image] Feb 14 02:46:42.096 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureDebugToken_gn.stkn"
94532026-02-14T02:46:42.550Z[ recovery-image] Feb 14 02:46:42.096 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspABLFw_gn.stkn"
94542026-02-14T02:46:42.550Z[ recovery-image] Feb 14 02:46:42.096 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SmuFirmware2Gn.csbin"
94552026-02-14T02:46:42.550Z[ recovery-image] Feb 14 02:46:42.096 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureDebugUnlock_gn.sbin"
94562026-02-14T02:46:42.550Z[ recovery-image] Feb 14 02:46:42.097 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspIkek_gn.bin"
94572026-02-14T02:46:42.550Z[ recovery-image] Feb 14 02:46:42.097 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureEmptyToken.bin"
94582026-02-14T02:46:42.550Z[ recovery-image] Feb 14 02:46:42.097 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/RsmuSecPolicy_gn.sbin"
94592026-02-14T02:46:42.550Z[ recovery-image] Feb 14 02:46:42.097 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Mp5Gn.csbin"
94602026-02-14T02:46:42.550Z[ recovery-image] Feb 14 02:46:42.097 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/AgesaBootloader_U_prod_GN.csbin"
94612026-02-14T02:46:42.550Z[ recovery-image] Feb 14 02:46:42.098 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/GnPhyFw.sbin"
94622026-02-14T02:46:42.550Z[ recovery-image] Feb 14 02:46:42.098 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PSP-Key-DB_gn.sbin"
94632026-02-14T02:46:42.550Z[ recovery-image] Feb 14 02:46:42.098 INFO O| Info: ABL version: 0x100f5010
94642026-02-14T02:46:42.550Z[ recovery-image] Feb 14 02:46:42.098 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.0
94652026-02-14T02:46:42.550Z[ recovery-image] Feb 14 02:46:42.098 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
94662026-02-14T02:46:42.550Z[ recovery-image] Feb 14 02:46:42.098 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
94672026-02-14T02:46:42.550Z[ recovery-image] Feb 14 02:46:42.098 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
94682026-02-14T02:46:42.550Z[ recovery-image] Feb 14 02:46:42.099 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
94692026-02-14T02:46:42.550Z[ recovery-image] Feb 14 02:46:42.099 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
94702026-02-14T02:46:42.550Z[ recovery-image] Feb 14 02:46:42.099 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
94712026-02-14T02:46:42.551Z[ recovery-image] Feb 14 02:46:42.099 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
94722026-02-14T02:46:42.551Z[ recovery-image] Feb 14 02:46:42.099 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
94732026-02-14T02:46:42.551Z[ recovery-image] Feb 14 02:46:42.099 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
94742026-02-14T02:46:42.551Z[ recovery-image] Feb 14 02:46:42.099 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
94752026-02-14T02:46:42.551Z[ recovery-image] Feb 14 02:46:42.099 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
94762026-02-14T02:46:42.551Z[ recovery-image] Feb 14 02:46:42.099 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
94772026-02-14T02:46:42.551Z[ recovery-image] Feb 14 02:46:42.099 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
94782026-02-14T02:46:42.551Z[ recovery-image] Feb 14 02:46:42.100 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
94792026-02-14T02:46:42.551Z[ recovery-image] Feb 14 02:46:42.100 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
94802026-02-14T02:46:42.551Z[ recovery-image] Feb 14 02:46:42.100 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
94812026-02-14T02:46:42.551Z[ recovery-image] Feb 14 02:46:42.100 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
94822026-02-14T02:46:42.551Z[ recovery-image] Feb 14 02:46:42.100 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
94832026-02-14T02:46:42.584Z[ recovery-image] Feb 14 02:46:42.154 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
94842026-02-14T02:46:42.584Z[ recovery-image] Feb 14 02:46:42.155 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
94852026-02-14T02:46:46.270Z[ recovery-image] Feb 14 02:46:45.840 INFO image complete! materials are in "/work/os-recovery"
94862026-02-14T02:46:46.431Z[ recovery-image]
94872026-02-14T02:46:46.455Z[ recovery-image] real 24:51.199415559
94882026-02-14T02:46:46.455Z[ recovery-image] user 17:08.040864076
94892026-02-14T02:46:46.455Z[ recovery-image] sys 1:45.274151420
94902026-02-14T02:46:46.455Z[ recovery-image] trap 0.921800446
94912026-02-14T02:46:46.455Z[ recovery-image] tflt 0.996868367
94922026-02-14T02:46:47.430Z[ recovery-image] dflt 5.885338481
94932026-02-14T02:46:47.430Z[ recovery-image] kflt 0.086294168
94942026-02-14T02:46:47.454Z[ recovery-image] lock 55:33.048681963
94952026-02-14T02:46:47.454Z[ recovery-image] slp 2:26:33.642616416
94962026-02-14T02:46:47.454Z[ recovery-image] lat 8:20.817479941
94972026-02-14T02:46:47.454Z[ recovery-image] stop 11.865917800
94982026-02-14T02:46:48.431ZFeb 14 02:46:48.000 INFO [recovery-image] process exited with exit status: 0 (1492.363844846s)
94992026-02-14T02:46:51.142Z[ host-image] Feb 14 02:46:50.712 INFO O| seeding SMF database...
95002026-02-14T02:46:58.434Z[ host-image] Feb 14 02:46:58.005 INFO O| configuring SMF profile...
95012026-02-14T02:46:58.434Z[ host-image] Feb 14 02:46:58.005 INFO O| modifying shadow(5)...
95022026-02-14T02:46:58.458Z[ host-image] Feb 14 02:46:58.005 INFO O| loading user and group database...
95032026-02-14T02:46:58.458Z[ host-image] Feb 14 02:46:58.005 INFO O| loading facet selections...
95042026-02-14T02:46:58.887Z[ host-image] Feb 14 02:46:58.458 INFO O| devel -> true
95052026-02-14T02:46:58.887Z[ host-image] Feb 14 02:46:58.458 INFO O| doc.man -> true
95062026-02-14T02:46:58.887Z[ host-image] Feb 14 02:46:58.458 INFO O| version-lock.shell/ksh93 -> true
95072026-02-14T02:46:58.887Z[ host-image] Feb 14 02:46:58.458 INFO O| version-lock.system/data/hardware-registry -> true
95082026-02-14T02:46:58.887Z[ host-image] Feb 14 02:46:58.458 INFO O| version-lock.system/data/zoneinfo -> true
95092026-02-14T02:46:58.912Z[ host-image] Feb 14 02:46:58.458 INFO O| version-lock.system/microcode/amd -> true
95102026-02-14T02:46:58.912Z[ host-image] Feb 14 02:46:58.458 INFO O| version-lock.system/microcode/intel -> true
95112026-02-14T02:46:58.912Z[ host-image] Feb 14 02:46:58.458 INFO O| version-lock.system/microcode/oxide -> true
95122026-02-14T02:46:58.912Z[ host-image] Feb 14 02:46:58.458 INFO O| assessing packaged files...
95132026-02-14T02:47:01.528Z[ host-image] Feb 14 02:47:01.098 INFO O| creating archive...
95142026-02-14T02:47:01.562Z[ host-image] Feb 14 02:47:01.133 INFO O| missing from packaging:
95152026-02-14T02:47:01.562Z[ host-image] Feb 14 02:47:01.133 INFO O| "etc/.pwd.lock"
95162026-02-14T02:47:01.562Z[ host-image] Feb 14 02:47:01.133 INFO O| "etc/bash"
95172026-02-14T02:47:01.586Z[ host-image] Feb 14 02:47:01.138 INFO O| "etc/svc/profile/generic.xml"
95182026-02-14T02:47:01.586Z[ host-image] Feb 14 02:47:01.138 INFO O| "etc/svc/profile/inetd_services.xml"
95192026-02-14T02:47:01.586Z[ host-image] Feb 14 02:47:01.138 INFO O| "etc/svc/profile/name_service.xml"
95202026-02-14T02:47:01.586Z[ host-image] Feb 14 02:47:01.138 INFO O| "etc/svc/profile/platform.xml"
95212026-02-14T02:47:01.586Z[ host-image] Feb 14 02:47:01.138 INFO O| "etc/svc/profile/platform_omicron1.xml"
95222026-02-14T02:47:01.586Z[ host-image] Feb 14 02:47:01.139 INFO O| "etc/svc/repository.db"
95232026-02-14T02:47:01.586Z[ host-image] Feb 14 02:47:01.149 INFO O| "opt/ooce/share"
95242026-02-14T02:47:01.586Z[ host-image] Feb 14 02:47:01.149 INFO O| "opt/ooce/share/man"
95252026-02-14T02:47:01.586Z[ host-image] Feb 14 02:47:01.149 INFO O| "opt/ooce/share/man/man1"
95262026-02-14T02:47:01.610Z[ host-image] Feb 14 02:47:01.160 INFO O| finishing archive...
95272026-02-14T02:47:05.211Z[ host-image] Feb 14 02:47:04.781 INFO O| creating gzonly manifest...
95282026-02-14T02:47:05.235Z[ host-image] Feb 14 02:47:04.792 INFO O| ok
95292026-02-14T02:47:05.462Z[ host-image] Feb 14 02:47:05.033 INFO image builder template: ramdisk-02-trim...
95302026-02-14T02:47:05.462Z[ host-image] Feb 14 02:47:05.033 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/.tmp2kNFyc/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", "optever=0.39.455", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@18.0.0.0", "-n", "ramdisk-02-trim"], pwd: None
95312026-02-14T02:47:05.491Z[ host-image] Feb 14 02:47:05.062 INFO O| Feb 14 02:47:05.062 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-02-trim
95322026-02-14T02:47:05.515Z[ host-image] Feb 14 02:47:05.068 INFO O| Feb 14 02:47:05.068 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
95332026-02-14T02:47:05.544Z[ host-image] Feb 14 02:47:05.115 INFO O| Feb 14 02:47:05.114 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-02-trim: sync = disabled
95342026-02-14T02:47:05.574Z[ host-image] Feb 14 02:47:05.145 INFO O| Feb 14 02:47:05.145 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-02-trim
95352026-02-14T02:47:05.574Z[ host-image] Feb 14 02:47:05.145 INFO O| Feb 14 02:47:05.145 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
95362026-02-14T02:47:05.598Z[ host-image] Feb 14 02:47:05.152 INFO O| Feb 14 02:47:05.152 INFO looking for output snapshot rpool/images/build/host/work/sled/ramdisk@trim
95372026-02-14T02:47:05.598Z[ host-image] Feb 14 02:47:05.157 INFO O| Feb 14 02:47:05.157 INFO looking for input snapshot rpool/images/build/host/work/sled/ramdisk@os
95382026-02-14T02:47:05.598Z[ host-image] Feb 14 02:47:05.165 INFO O| Feb 14 02:47:05.164 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
95392026-02-14T02:47:05.724Z[ host-image] Feb 14 02:47:05.295 INFO O| Feb 14 02:47:05.295 INFO rolled back to input snapshot; work may begin
95402026-02-14T02:47:05.724Z[ host-image] Feb 14 02:47:05.295 INFO O| Feb 14 02:47:05.295 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
95412026-02-14T02:47:05.748Z[ host-image] Feb 14 02:47:05.302 INFO O| Feb 14 02:47:05.302 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95422026-02-14T02:47:05.772Z[ host-image] Feb 14 02:47:05.320 INFO O| Feb 14 02:47:05.320 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/var/pkg"
95432026-02-14T02:47:05.813Z[ host-image] Feb 14 02:47:05.383 INFO O| Feb 14 02:47:05.383 INFO STEP 0 (remove_files) COMPLETE
95442026-02-14T02:47:05.813Z[ host-image] Feb 14 02:47:05.384 INFO O| Feb 14 02:47:05.383 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95452026-02-14T02:47:05.837Z[ host-image] Feb 14 02:47:05.400 INFO O| Feb 14 02:47:05.400 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/xpg4"
95462026-02-14T02:47:05.837Z[ host-image] Feb 14 02:47:05.403 INFO O| Feb 14 02:47:05.403 INFO STEP 1 (remove_files) COMPLETE
95472026-02-14T02:47:05.837Z[ host-image] Feb 14 02:47:05.403 INFO O| Feb 14 02:47:05.403 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95482026-02-14T02:47:05.861Z[ host-image] Feb 14 02:47:05.416 INFO O| Feb 14 02:47:05.415 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/include"
95492026-02-14T02:47:05.885Z[ host-image] Feb 14 02:47:05.433 INFO O| Feb 14 02:47:05.432 INFO STEP 2 (remove_files) COMPLETE
95502026-02-14T02:47:05.885Z[ host-image] Feb 14 02:47:05.433 INFO O| Feb 14 02:47:05.432 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95512026-02-14T02:47:05.885Z[ host-image] Feb 14 02:47:05.447 INFO O| Feb 14 02:47:05.447 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/demo"
95522026-02-14T02:47:05.885Z[ host-image] Feb 14 02:47:05.449 INFO O| Feb 14 02:47:05.449 INFO STEP 3 (remove_files) COMPLETE
95532026-02-14T02:47:05.885Z[ host-image] Feb 14 02:47:05.450 INFO O| Feb 14 02:47:05.449 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95542026-02-14T02:47:05.909Z[ host-image] Feb 14 02:47:05.462 INFO O| Feb 14 02:47:05.462 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/help"
95552026-02-14T02:47:05.909Z[ host-image] Feb 14 02:47:05.466 INFO O| Feb 14 02:47:05.466 INFO STEP 4 (remove_files) COMPLETE
95562026-02-14T02:47:05.909Z[ host-image] Feb 14 02:47:05.466 INFO O| Feb 14 02:47:05.466 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95572026-02-14T02:47:05.933Z[ host-image] Feb 14 02:47:05.481 INFO O| Feb 14 02:47:05.481 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/doc"
95582026-02-14T02:47:05.933Z[ host-image] Feb 14 02:47:05.485 INFO O| Feb 14 02:47:05.485 INFO STEP 5 (remove_files) COMPLETE
95592026-02-14T02:47:05.933Z[ host-image] Feb 14 02:47:05.485 INFO O| Feb 14 02:47:05.485 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95602026-02-14T02:47:05.933Z[ host-image] Feb 14 02:47:05.500 INFO O| Feb 14 02:47:05.500 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/bash-completion"
95612026-02-14T02:47:05.957Z[ host-image] Feb 14 02:47:05.513 INFO O| Feb 14 02:47:05.513 INFO STEP 6 (remove_files) COMPLETE
95622026-02-14T02:47:05.957Z[ host-image] Feb 14 02:47:05.513 INFO O| Feb 14 02:47:05.513 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95632026-02-14T02:47:05.981Z[ host-image] Feb 14 02:47:05.528 INFO O| Feb 14 02:47:05.528 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/perl5/5.36/man"
95642026-02-14T02:47:05.981Z[ host-image] Feb 14 02:47:05.544 INFO O| Feb 14 02:47:05.544 INFO STEP 7 (remove_files) COMPLETE
95652026-02-14T02:47:05.981Z[ host-image] Feb 14 02:47:05.544 INFO O| Feb 14 02:47:05.544 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95662026-02-14T02:47:06.005Z[ host-image] Feb 14 02:47:05.556 INFO O| Feb 14 02:47:05.556 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/man/man3ssl"
95672026-02-14T02:47:06.081Z[ host-image] Feb 14 02:47:05.652 INFO O| Feb 14 02:47:05.652 INFO STEP 8 (remove_files) COMPLETE
95682026-02-14T02:47:06.081Z[ host-image] Feb 14 02:47:05.652 INFO O| Feb 14 02:47:05.652 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95692026-02-14T02:47:06.105Z[ host-image] Feb 14 02:47:05.668 INFO O| Feb 14 02:47:05.667 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/ssl-3/man"
95702026-02-14T02:47:06.228Z[ host-image] Feb 14 02:47:05.799 INFO O| Feb 14 02:47:05.798 INFO STEP 9 (remove_files) COMPLETE
95712026-02-14T02:47:06.228Z[ host-image] Feb 14 02:47:05.799 INFO O| Feb 14 02:47:05.798 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95722026-02-14T02:47:06.252Z[ host-image] Feb 14 02:47:05.813 INFO O| Feb 14 02:47:05.812 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/etc/net-snmp"
95732026-02-14T02:47:06.252Z[ host-image] Feb 14 02:47:05.818 INFO O| Feb 14 02:47:05.818 INFO STEP 10 (remove_files) COMPLETE
95742026-02-14T02:47:06.252Z[ host-image] Feb 14 02:47:05.818 INFO O| Feb 14 02:47:05.818 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95752026-02-14T02:47:06.276Z[ host-image] Feb 14 02:47:05.830 INFO O| Feb 14 02:47:05.830 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/bin/i386"
95762026-02-14T02:47:06.276Z[ host-image] Feb 14 02:47:05.832 INFO O| Feb 14 02:47:05.832 INFO STEP 11 (remove_files) COMPLETE
95772026-02-14T02:47:06.276Z[ host-image] Feb 14 02:47:05.832 INFO O| Feb 14 02:47:05.832 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95782026-02-14T02:47:06.276Z[ host-image] Feb 14 02:47:05.847 INFO O| Feb 14 02:47:05.847 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86xpv"
95792026-02-14T02:47:06.300Z[ host-image] Feb 14 02:47:05.849 INFO O| Feb 14 02:47:05.849 INFO STEP 12 (remove_files) COMPLETE
95802026-02-14T02:47:06.300Z[ host-image] Feb 14 02:47:05.849 INFO O| Feb 14 02:47:05.849 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95812026-02-14T02:47:06.324Z[ host-image] Feb 14 02:47:05.872 INFO O| Feb 14 02:47:05.872 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
95822026-02-14T02:47:06.324Z[ host-image] Feb 14 02:47:05.886 INFO O| Feb 14 02:47:05.885 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
95832026-02-14T02:47:06.324Z[ host-image] Feb 14 02:47:05.886 INFO O| Feb 14 02:47:05.886 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
95842026-02-14T02:47:06.324Z[ host-image] Feb 14 02:47:05.886 INFO O| Feb 14 02:47:05.886 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
95852026-02-14T02:47:06.324Z[ host-image] Feb 14 02:47:05.886 INFO O| Feb 14 02:47:05.886 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
95862026-02-14T02:47:06.324Z[ host-image] Feb 14 02:47:05.886 INFO O| Feb 14 02:47:05.886 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
95872026-02-14T02:47:06.324Z[ host-image] Feb 14 02:47:05.887 INFO O| Feb 14 02:47:05.887 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
95882026-02-14T02:47:06.324Z[ host-image] Feb 14 02:47:05.887 INFO O| Feb 14 02:47:05.887 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
95892026-02-14T02:47:06.324Z[ host-image] Feb 14 02:47:05.887 INFO O| Feb 14 02:47:05.887 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
95902026-02-14T02:47:06.324Z[ host-image] Feb 14 02:47:05.887 INFO O| Feb 14 02:47:05.887 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
95912026-02-14T02:47:06.324Z[ host-image] Feb 14 02:47:05.887 INFO O| Feb 14 02:47:05.887 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
95922026-02-14T02:47:06.324Z[ host-image] Feb 14 02:47:05.887 INFO O| Feb 14 02:47:05.887 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
95932026-02-14T02:47:06.325Z[ host-image] Feb 14 02:47:05.888 INFO O| Feb 14 02:47:05.888 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
95942026-02-14T02:47:06.325Z[ host-image] Feb 14 02:47:05.888 INFO O| Feb 14 02:47:05.888 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
95952026-02-14T02:47:06.325Z[ host-image] Feb 14 02:47:05.888 INFO O| Feb 14 02:47:05.888 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
95962026-02-14T02:47:06.325Z[ host-image] Feb 14 02:47:05.888 INFO O| Feb 14 02:47:05.888 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
95972026-02-14T02:47:06.325Z[ host-image] Feb 14 02:47:05.888 INFO O| Feb 14 02:47:05.888 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
95982026-02-14T02:47:06.555Z[ host-image] Feb 14 02:47:06.126 INFO O| Feb 14 02:47:06.126 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
95992026-02-14T02:47:06.579Z[ host-image] Feb 14 02:47:06.129 INFO O| Feb 14 02:47:06.129 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/amd64/libncurses++.a"
96002026-02-14T02:47:06.579Z[ host-image] Feb 14 02:47:06.130 INFO O| Feb 14 02:47:06.130 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/libncurses++.a"
96012026-02-14T02:47:06.579Z[ host-image] Feb 14 02:47:06.141 INFO O| Feb 14 02:47:06.141 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/libtddl.a"
96022026-02-14T02:47:06.718Z[ host-image] Feb 14 02:47:06.289 INFO O| Feb 14 02:47:06.288 INFO STEP 13 (remove_files) COMPLETE
96032026-02-14T02:47:06.718Z[ host-image] Feb 14 02:47:06.289 INFO O| Feb 14 02:47:06.289 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96042026-02-14T02:47:06.742Z[ host-image] Feb 14 02:47:06.303 INFO O| Feb 14 02:47:06.303 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/boot"
96052026-02-14T02:47:06.742Z[ host-image] Feb 14 02:47:06.305 INFO O| Feb 14 02:47:06.305 INFO STEP 14 (remove_files) COMPLETE
96062026-02-14T02:47:06.742Z[ host-image] Feb 14 02:47:06.305 INFO O| Feb 14 02:47:06.305 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96072026-02-14T02:47:06.766Z[ host-image] Feb 14 02:47:06.315 INFO O| Feb 14 02:47:06.315 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86pc"
96082026-02-14T02:47:06.767Z[ host-image] Feb 14 02:47:06.325 INFO O| Feb 14 02:47:06.324 INFO STEP 15 (remove_files) COMPLETE
96092026-02-14T02:47:06.767Z[ host-image] Feb 14 02:47:06.325 INFO O| Feb 14 02:47:06.324 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96102026-02-14T02:47:06.791Z[ host-image] Feb 14 02:47:06.339 INFO O| Feb 14 02:47:06.339 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86xpv"
96112026-02-14T02:47:06.791Z[ host-image] Feb 14 02:47:06.340 INFO O| Feb 14 02:47:06.340 INFO STEP 16 (remove_files) COMPLETE
96122026-02-14T02:47:06.791Z[ host-image] Feb 14 02:47:06.340 INFO O| Feb 14 02:47:06.340 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96132026-02-14T02:47:06.791Z[ host-image] Feb 14 02:47:06.354 INFO O| Feb 14 02:47:06.354 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86pc"
96142026-02-14T02:47:06.791Z[ host-image] Feb 14 02:47:06.356 INFO O| Feb 14 02:47:06.356 INFO STEP 17 (remove_files) COMPLETE
96152026-02-14T02:47:06.791Z[ host-image] Feb 14 02:47:06.356 INFO O| Feb 14 02:47:06.356 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96162026-02-14T02:47:06.815Z[ host-image] Feb 14 02:47:06.368 INFO O| Feb 14 02:47:06.368 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/acpica"
96172026-02-14T02:47:06.815Z[ host-image] Feb 14 02:47:06.368 INFO O| Feb 14 02:47:06.368 INFO STEP 18 (remove_files) COMPLETE
96182026-02-14T02:47:06.815Z[ host-image] Feb 14 02:47:06.368 INFO O| Feb 14 02:47:06.368 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96192026-02-14T02:47:06.815Z[ host-image] Feb 14 02:47:06.379 INFO O| Feb 14 02:47:06.379 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/tem"
96202026-02-14T02:47:06.815Z[ host-image] Feb 14 02:47:06.379 INFO O| Feb 14 02:47:06.379 INFO STEP 19 (remove_files) COMPLETE
96212026-02-14T02:47:06.815Z[ host-image] Feb 14 02:47:06.379 INFO O| Feb 14 02:47:06.379 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96222026-02-14T02:47:06.846Z[ host-image] Feb 14 02:47:06.390 INFO O| Feb 14 02:47:06.390 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
96232026-02-14T02:47:06.846Z[ host-image] Feb 14 02:47:06.390 INFO O| Feb 14 02:47:06.390 INFO STEP 20 (remove_files) COMPLETE
96242026-02-14T02:47:06.846Z[ host-image] Feb 14 02:47:06.390 INFO O| Feb 14 02:47:06.390 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96252026-02-14T02:47:06.846Z[ host-image] Feb 14 02:47:06.401 INFO O| Feb 14 02:47:06.401 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/wc"
96262026-02-14T02:47:06.846Z[ host-image] Feb 14 02:47:06.401 INFO O| Feb 14 02:47:06.401 INFO STEP 21 (remove_files) COMPLETE
96272026-02-14T02:47:06.846Z[ host-image] Feb 14 02:47:06.401 INFO O| Feb 14 02:47:06.401 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96282026-02-14T02:47:06.846Z[ host-image] Feb 14 02:47:06.416 INFO O| Feb 14 02:47:06.416 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
96292026-02-14T02:47:06.846Z[ host-image] Feb 14 02:47:06.416 INFO O| Feb 14 02:47:06.416 INFO STEP 22 (remove_files) COMPLETE
96302026-02-14T02:47:06.846Z[ host-image] Feb 14 02:47:06.416 INFO O| Feb 14 02:47:06.416 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96312026-02-14T02:47:06.871Z[ host-image] Feb 14 02:47:06.430 INFO O| Feb 14 02:47:06.430 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/conskbd"
96322026-02-14T02:47:06.871Z[ host-image] Feb 14 02:47:06.430 INFO O| Feb 14 02:47:06.430 INFO STEP 23 (remove_files) COMPLETE
96332026-02-14T02:47:06.871Z[ host-image] Feb 14 02:47:06.430 INFO O| Feb 14 02:47:06.430 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96342026-02-14T02:47:06.871Z[ host-image] Feb 14 02:47:06.441 INFO O| Feb 14 02:47:06.441 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/tzmon"
96352026-02-14T02:47:06.871Z[ host-image] Feb 14 02:47:06.441 INFO O| Feb 14 02:47:06.441 INFO STEP 24 (remove_files) COMPLETE
96362026-02-14T02:47:06.871Z[ host-image] Feb 14 02:47:06.441 INFO O| Feb 14 02:47:06.441 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96372026-02-14T02:47:06.895Z[ host-image] Feb 14 02:47:06.452 INFO O| Feb 14 02:47:06.452 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/power"
96382026-02-14T02:47:06.896Z[ host-image] Feb 14 02:47:06.452 INFO O| Feb 14 02:47:06.452 INFO STEP 25 (remove_files) COMPLETE
96392026-02-14T02:47:06.896Z[ host-image] Feb 14 02:47:06.453 INFO O| Feb 14 02:47:06.452 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96402026-02-14T02:47:06.896Z[ host-image] Feb 14 02:47:06.465 INFO O| Feb 14 02:47:06.465 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio"
96412026-02-14T02:47:06.896Z[ host-image] Feb 14 02:47:06.465 INFO O| Feb 14 02:47:06.465 INFO STEP 26 (remove_files) COMPLETE
96422026-02-14T02:47:06.896Z[ host-image] Feb 14 02:47:06.465 INFO O| Feb 14 02:47:06.465 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96432026-02-14T02:47:06.920Z[ host-image] Feb 14 02:47:06.475 INFO O| Feb 14 02:47:06.475 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio1575"
96442026-02-14T02:47:06.920Z[ host-image] Feb 14 02:47:06.476 INFO O| Feb 14 02:47:06.476 INFO STEP 27 (remove_files) COMPLETE
96452026-02-14T02:47:06.920Z[ host-image] Feb 14 02:47:06.476 INFO O| Feb 14 02:47:06.476 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96462026-02-14T02:47:06.944Z[ host-image] Feb 14 02:47:06.491 INFO O| Feb 14 02:47:06.491 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audioens"
96472026-02-14T02:47:06.944Z[ host-image] Feb 14 02:47:06.491 INFO O| Feb 14 02:47:06.491 INFO STEP 28 (remove_files) COMPLETE
96482026-02-14T02:47:06.944Z[ host-image] Feb 14 02:47:06.491 INFO O| Feb 14 02:47:06.491 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96492026-02-14T02:47:06.944Z[ host-image] Feb 14 02:47:06.504 INFO O| Feb 14 02:47:06.504 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiopci"
96502026-02-14T02:47:06.944Z[ host-image] Feb 14 02:47:06.504 INFO O| Feb 14 02:47:06.504 INFO STEP 29 (remove_files) COMPLETE
96512026-02-14T02:47:06.944Z[ host-image] Feb 14 02:47:06.504 INFO O| Feb 14 02:47:06.504 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96522026-02-14T02:47:06.968Z[ host-image] Feb 14 02:47:06.517 INFO O| Feb 14 02:47:06.517 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiots"
96532026-02-14T02:47:06.968Z[ host-image] Feb 14 02:47:06.517 INFO O| Feb 14 02:47:06.517 INFO STEP 30 (remove_files) COMPLETE
96542026-02-14T02:47:06.968Z[ host-image] Feb 14 02:47:06.517 INFO O| Feb 14 02:47:06.517 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96552026-02-14T02:47:06.968Z[ host-image] Feb 14 02:47:06.529 INFO O| Feb 14 02:47:06.529 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ehci"
96562026-02-14T02:47:06.968Z[ host-image] Feb 14 02:47:06.529 INFO O| Feb 14 02:47:06.529 INFO STEP 31 (remove_files) COMPLETE
96572026-02-14T02:47:06.968Z[ host-image] Feb 14 02:47:06.529 INFO O| Feb 14 02:47:06.529 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96582026-02-14T02:47:06.992Z[ host-image] Feb 14 02:47:06.540 INFO O| Feb 14 02:47:06.540 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hid"
96592026-02-14T02:47:06.992Z[ host-image] Feb 14 02:47:06.540 INFO O| Feb 14 02:47:06.540 INFO STEP 32 (remove_files) COMPLETE
96602026-02-14T02:47:06.993Z[ host-image] Feb 14 02:47:06.540 INFO O| Feb 14 02:47:06.540 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96612026-02-14T02:47:06.993Z[ host-image] Feb 14 02:47:06.551 INFO O| Feb 14 02:47:06.551 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hubd"
96622026-02-14T02:47:06.993Z[ host-image] Feb 14 02:47:06.552 INFO O| Feb 14 02:47:06.552 INFO STEP 33 (remove_files) COMPLETE
96632026-02-14T02:47:06.993Z[ host-image] Feb 14 02:47:06.552 INFO O| Feb 14 02:47:06.552 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96642026-02-14T02:47:06.993Z[ host-image] Feb 14 02:47:06.562 INFO O| Feb 14 02:47:06.562 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ohci"
96652026-02-14T02:47:06.993Z[ host-image] Feb 14 02:47:06.562 INFO O| Feb 14 02:47:06.562 INFO STEP 34 (remove_files) COMPLETE
96662026-02-14T02:47:06.993Z[ host-image] Feb 14 02:47:06.562 INFO O| Feb 14 02:47:06.562 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96672026-02-14T02:47:07.017Z[ host-image] Feb 14 02:47:06.572 INFO O| Feb 14 02:47:06.572 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
96682026-02-14T02:47:07.017Z[ host-image] Feb 14 02:47:06.573 INFO O| Feb 14 02:47:06.573 INFO STEP 35 (remove_files) COMPLETE
96692026-02-14T02:47:07.017Z[ host-image] Feb 14 02:47:06.573 INFO O| Feb 14 02:47:06.573 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96702026-02-14T02:47:07.017Z[ host-image] Feb 14 02:47:06.587 INFO O| Feb 14 02:47:06.587 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/uhci"
96712026-02-14T02:47:07.017Z[ host-image] Feb 14 02:47:06.587 INFO O| Feb 14 02:47:06.587 INFO STEP 36 (remove_files) COMPLETE
96722026-02-14T02:47:07.041Z[ host-image] Feb 14 02:47:06.587 INFO O| Feb 14 02:47:06.587 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96732026-02-14T02:47:07.041Z[ host-image] Feb 14 02:47:06.603 INFO O| Feb 14 02:47:06.603 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
96742026-02-14T02:47:07.041Z[ host-image] Feb 14 02:47:06.603 INFO O| Feb 14 02:47:06.603 INFO STEP 37 (remove_files) COMPLETE
96752026-02-14T02:47:07.042Z[ host-image] Feb 14 02:47:06.603 INFO O| Feb 14 02:47:06.603 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96762026-02-14T02:47:07.066Z[ host-image] Feb 14 02:47:06.617 INFO O| Feb 14 02:47:06.616 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_as"
96772026-02-14T02:47:07.066Z[ host-image] Feb 14 02:47:06.617 INFO O| Feb 14 02:47:06.617 INFO STEP 38 (remove_files) COMPLETE
96782026-02-14T02:47:07.066Z[ host-image] Feb 14 02:47:06.617 INFO O| Feb 14 02:47:06.617 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96792026-02-14T02:47:07.066Z[ host-image] Feb 14 02:47:06.636 INFO O| Feb 14 02:47:06.636 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
96802026-02-14T02:47:07.066Z[ host-image] Feb 14 02:47:06.636 INFO O| Feb 14 02:47:06.636 INFO STEP 39 (remove_files) COMPLETE
96812026-02-14T02:47:07.066Z[ host-image] Feb 14 02:47:06.636 INFO O| Feb 14 02:47:06.636 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96822026-02-14T02:47:07.090Z[ host-image] Feb 14 02:47:06.649 INFO O| Feb 14 02:47:06.649 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
96832026-02-14T02:47:07.090Z[ host-image] Feb 14 02:47:06.649 INFO O| Feb 14 02:47:06.649 INFO STEP 40 (remove_files) COMPLETE
96842026-02-14T02:47:07.090Z[ host-image] Feb 14 02:47:06.649 INFO O| Feb 14 02:47:06.649 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96852026-02-14T02:47:07.114Z[ host-image] Feb 14 02:47:06.662 INFO O| Feb 14 02:47:06.662 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usbprn"
96862026-02-14T02:47:07.114Z[ host-image] Feb 14 02:47:06.662 INFO O| Feb 14 02:47:06.662 INFO STEP 41 (remove_files) COMPLETE
96872026-02-14T02:47:07.114Z[ host-image] Feb 14 02:47:06.662 INFO O| Feb 14 02:47:06.662 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96882026-02-14T02:47:07.114Z[ host-image] Feb 14 02:47:06.679 INFO O| Feb 14 02:47:06.679 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/xhci"
96892026-02-14T02:47:07.114Z[ host-image] Feb 14 02:47:06.679 INFO O| Feb 14 02:47:06.679 INFO STEP 42 (remove_files) COMPLETE
96902026-02-14T02:47:07.114Z[ host-image] Feb 14 02:47:06.679 INFO O| Feb 14 02:47:06.679 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96912026-02-14T02:47:07.139Z[ host-image] Feb 14 02:47:06.693 INFO O| Feb 14 02:47:06.693 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
96922026-02-14T02:47:07.139Z[ host-image] Feb 14 02:47:06.693 INFO O| Feb 14 02:47:06.693 INFO STEP 43 (remove_files) COMPLETE
96932026-02-14T02:47:07.139Z[ host-image] Feb 14 02:47:06.693 INFO O| Feb 14 02:47:06.693 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96942026-02-14T02:47:07.139Z[ host-image] Feb 14 02:47:06.707 INFO O| Feb 14 02:47:06.707 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
96952026-02-14T02:47:07.139Z[ host-image] Feb 14 02:47:06.707 INFO O| Feb 14 02:47:06.707 INFO STEP 44 (remove_files) COMPLETE
96962026-02-14T02:47:07.139Z[ host-image] Feb 14 02:47:06.707 INFO O| Feb 14 02:47:06.707 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96972026-02-14T02:47:07.163Z[ host-image] Feb 14 02:47:06.720 INFO O| Feb 14 02:47:06.720 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
96982026-02-14T02:47:07.163Z[ host-image] Feb 14 02:47:06.720 INFO O| Feb 14 02:47:06.720 INFO STEP 45 (remove_files) COMPLETE
96992026-02-14T02:47:07.163Z[ host-image] Feb 14 02:47:06.720 INFO O| Feb 14 02:47:06.720 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97002026-02-14T02:47:07.187Z[ host-image] Feb 14 02:47:06.736 INFO O| Feb 14 02:47:06.736 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
97012026-02-14T02:47:07.187Z[ host-image] Feb 14 02:47:06.736 INFO O| Feb 14 02:47:06.736 INFO STEP 46 (remove_files) COMPLETE
97022026-02-14T02:47:07.187Z[ host-image] Feb 14 02:47:06.736 INFO O| Feb 14 02:47:06.736 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97032026-02-14T02:47:07.187Z[ host-image] Feb 14 02:47:06.751 INFO O| Feb 14 02:47:06.751 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
97042026-02-14T02:47:07.187Z[ host-image] Feb 14 02:47:06.751 INFO O| Feb 14 02:47:06.751 INFO STEP 47 (remove_files) COMPLETE
97052026-02-14T02:47:07.187Z[ host-image] Feb 14 02:47:06.751 INFO O| Feb 14 02:47:06.751 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97062026-02-14T02:47:07.211Z[ host-image] Feb 14 02:47:06.766 INFO O| Feb 14 02:47:06.766 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
97072026-02-14T02:47:07.211Z[ host-image] Feb 14 02:47:06.767 INFO O| Feb 14 02:47:06.767 INFO STEP 48 (remove_files) COMPLETE
97082026-02-14T02:47:07.211Z[ host-image] Feb 14 02:47:06.767 INFO O| Feb 14 02:47:06.767 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97092026-02-14T02:47:07.211Z[ host-image] Feb 14 02:47:06.780 INFO O| Feb 14 02:47:06.780 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mpt"
97102026-02-14T02:47:07.211Z[ host-image] Feb 14 02:47:06.780 INFO O| Feb 14 02:47:06.780 INFO STEP 49 (remove_files) COMPLETE
97112026-02-14T02:47:07.211Z[ host-image] Feb 14 02:47:06.780 INFO O| Feb 14 02:47:06.780 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97122026-02-14T02:47:07.235Z[ host-image] Feb 14 02:47:06.795 INFO O| Feb 14 02:47:06.795 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/mpt.conf"
97132026-02-14T02:47:07.235Z[ host-image] Feb 14 02:47:06.795 INFO O| Feb 14 02:47:06.795 INFO STEP 50 (remove_files) COMPLETE
97142026-02-14T02:47:07.235Z[ host-image] Feb 14 02:47:06.795 INFO O| Feb 14 02:47:06.795 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97152026-02-14T02:47:07.260Z[ host-image] Feb 14 02:47:06.809 INFO O| Feb 14 02:47:06.809 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
97162026-02-14T02:47:07.260Z[ host-image] Feb 14 02:47:06.809 INFO O| Feb 14 02:47:06.809 INFO STEP 51 (remove_files) COMPLETE
97172026-02-14T02:47:07.260Z[ host-image] Feb 14 02:47:06.809 INFO O| Feb 14 02:47:06.809 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97182026-02-14T02:47:07.260Z[ host-image] Feb 14 02:47:06.823 INFO O| Feb 14 02:47:06.823 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
97192026-02-14T02:47:07.260Z[ host-image] Feb 14 02:47:06.823 INFO O| Feb 14 02:47:06.823 INFO STEP 52 (remove_files) COMPLETE
97202026-02-14T02:47:07.260Z[ host-image] Feb 14 02:47:06.824 INFO O| Feb 14 02:47:06.823 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97212026-02-14T02:47:07.284Z[ host-image] Feb 14 02:47:06.836 INFO O| Feb 14 02:47:06.836 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/bootadm"
97222026-02-14T02:47:07.284Z[ host-image] Feb 14 02:47:06.836 INFO O| Feb 14 02:47:06.836 INFO STEP 53 (remove_files) COMPLETE
97232026-02-14T02:47:07.284Z[ host-image] Feb 14 02:47:06.836 INFO O| Feb 14 02:47:06.836 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97242026-02-14T02:47:07.284Z[ host-image] Feb 14 02:47:06.849 INFO O| Feb 14 02:47:06.849 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/bootadm"
97252026-02-14T02:47:07.284Z[ host-image] Feb 14 02:47:06.849 INFO O| Feb 14 02:47:06.849 INFO STEP 54 (remove_files) COMPLETE
97262026-02-14T02:47:07.284Z[ host-image] Feb 14 02:47:06.849 INFO O| Feb 14 02:47:06.849 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97272026-02-14T02:47:07.308Z[ host-image] Feb 14 02:47:06.862 INFO O| Feb 14 02:47:06.862 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/beadm"
97282026-02-14T02:47:07.308Z[ host-image] Feb 14 02:47:06.862 INFO O| Feb 14 02:47:06.862 INFO STEP 55 (remove_files) COMPLETE
97292026-02-14T02:47:07.308Z[ host-image] Feb 14 02:47:06.862 INFO O| Feb 14 02:47:06.862 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97302026-02-14T02:47:07.308Z[ host-image] Feb 14 02:47:06.877 INFO O| Feb 14 02:47:06.877 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/beadm"
97312026-02-14T02:47:07.308Z[ host-image] Feb 14 02:47:06.877 INFO O| Feb 14 02:47:06.877 INFO STEP 56 (remove_files) COMPLETE
97322026-02-14T02:47:07.308Z[ host-image] Feb 14 02:47:06.878 INFO O| Feb 14 02:47:06.877 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97332026-02-14T02:47:07.332Z[ host-image] Feb 14 02:47:06.890 INFO O| Feb 14 02:47:06.890 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/etc/default/tar"
97342026-02-14T02:47:07.332Z[ host-image] Feb 14 02:47:06.891 INFO O| Feb 14 02:47:06.891 INFO STEP 57 (remove_files) COMPLETE
97352026-02-14T02:47:07.332Z[ host-image] Feb 14 02:47:06.891 INFO O| Feb 14 02:47:06.891 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97362026-02-14T02:47:07.332Z[ host-image] Feb 14 02:47:06.903 INFO O| Feb 14 02:47:06.902 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
97372026-02-14T02:47:07.332Z[ host-image] Feb 14 02:47:06.903 INFO O| Feb 14 02:47:06.903 INFO writing /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap ...
97382026-02-14T02:47:07.332Z[ host-image] Feb 14 02:47:06.903 INFO O| Feb 14 02:47:06.903 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
97392026-02-14T02:47:07.332Z[ host-image] Feb 14 02:47:06.903 INFO O| Feb 14 02:47:06.903 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
97402026-02-14T02:47:07.332Z[ host-image] Feb 14 02:47:06.903 INFO O| Feb 14 02:47:06.903 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
97412026-02-14T02:47:07.357Z[ host-image] Feb 14 02:47:06.903 INFO O| Feb 14 02:47:06.903 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
97422026-02-14T02:47:07.357Z[ host-image] Feb 14 02:47:06.903 INFO O| Feb 14 02:47:06.903 INFO ok!
97432026-02-14T02:47:07.357Z[ host-image] Feb 14 02:47:06.903 INFO O| Feb 14 02:47:06.903 INFO STEP 58 (ensure_file) COMPLETE
97442026-02-14T02:47:07.357Z[ host-image] Feb 14 02:47:06.903 INFO O| Feb 14 02:47:06.903 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97452026-02-14T02:47:07.357Z[ host-image] Feb 14 02:47:06.915 INFO O| Feb 14 02:47:06.914 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
97462026-02-14T02:47:07.357Z[ host-image] Feb 14 02:47:06.915 INFO O| Feb 14 02:47:06.915 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
97472026-02-14T02:47:07.357Z[ host-image] Feb 14 02:47:06.915 INFO O| Feb 14 02:47:06.915 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
97482026-02-14T02:47:07.357Z[ host-image] Feb 14 02:47:06.915 INFO O| Feb 14 02:47:06.915 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
97492026-02-14T02:47:07.357Z[ host-image] Feb 14 02:47:06.915 INFO O| Feb 14 02:47:06.915 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
97502026-02-14T02:47:07.357Z[ host-image] Feb 14 02:47:06.915 INFO O| Feb 14 02:47:06.915 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
97512026-02-14T02:47:07.357Z[ host-image] Feb 14 02:47:06.915 INFO O| Feb 14 02:47:06.915 INFO ok!
97522026-02-14T02:47:07.357Z[ host-image] Feb 14 02:47:06.915 INFO O| Feb 14 02:47:06.915 INFO STEP 59 (ensure_file) COMPLETE
97532026-02-14T02:47:07.357Z[ host-image] Feb 14 02:47:06.915 INFO O| Feb 14 02:47:06.915 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97542026-02-14T02:47:07.357Z[ host-image] Feb 14 02:47:06.926 INFO O| Feb 14 02:47:06.926 INFO file /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile does not exist
97552026-02-14T02:47:07.357Z[ host-image] Feb 14 02:47:06.926 INFO O| Feb 14 02:47:06.926 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile ...
97562026-02-14T02:47:07.357Z[ host-image] Feb 14 02:47:06.927 INFO O| Feb 14 02:47:06.926 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile
97572026-02-14T02:47:07.357Z[ host-image] Feb 14 02:47:06.927 INFO O| Feb 14 02:47:06.927 INFO ok!
97582026-02-14T02:47:07.357Z[ host-image] Feb 14 02:47:06.927 INFO O| Feb 14 02:47:06.927 INFO STEP 60 (ensure_file) COMPLETE
97592026-02-14T02:47:07.357Z[ host-image] Feb 14 02:47:06.927 INFO O| Feb 14 02:47:06.927 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97602026-02-14T02:47:07.381Z[ host-image] Feb 14 02:47:06.942 INFO O| Feb 14 02:47:06.942 WARN file /rpool/images/build/host/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
97612026-02-14T02:47:07.381Z[ host-image] Feb 14 02:47:06.942 INFO O| Feb 14 02:47:06.942 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/sled/ramdisk/root/.bashrc ...
97622026-02-14T02:47:07.382Z[ host-image] Feb 14 02:47:06.942 INFO O| Feb 14 02:47:06.942 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bashrc
97632026-02-14T02:47:07.382Z[ host-image] Feb 14 02:47:06.942 INFO O| Feb 14 02:47:06.942 INFO ok!
97642026-02-14T02:47:07.382Z[ host-image] Feb 14 02:47:06.942 INFO O| Feb 14 02:47:06.942 INFO STEP 61 (ensure_file) COMPLETE
97652026-02-14T02:47:07.382Z[ host-image] Feb 14 02:47:06.942 INFO O| Feb 14 02:47:06.942 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97662026-02-14T02:47:07.406Z[ host-image] Feb 14 02:47:06.955 INFO O| Feb 14 02:47:06.955 WARN file /rpool/images/build/host/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
97672026-02-14T02:47:07.406Z[ host-image] Feb 14 02:47:06.956 INFO O| Feb 14 02:47:06.955 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/sled/ramdisk/etc/motd ...
97682026-02-14T02:47:07.406Z[ host-image] Feb 14 02:47:06.956 INFO O| Feb 14 02:47:06.956 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
97692026-02-14T02:47:07.406Z[ host-image] Feb 14 02:47:06.956 INFO O| Feb 14 02:47:06.956 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
97702026-02-14T02:47:07.406Z[ host-image] Feb 14 02:47:06.956 INFO O| Feb 14 02:47:06.956 INFO ok!
97712026-02-14T02:47:07.406Z[ host-image] Feb 14 02:47:06.956 INFO O| Feb 14 02:47:06.956 INFO STEP 62 (ensure_file) COMPLETE
97722026-02-14T02:47:07.406Z[ host-image] Feb 14 02:47:06.956 INFO O| Feb 14 02:47:06.956 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97732026-02-14T02:47:07.406Z[ host-image] Feb 14 02:47:06.971 INFO O| Feb 14 02:47:06.970 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
97742026-02-14T02:47:07.406Z[ host-image] Feb 14 02:47:06.971 INFO O| Feb 14 02:47:06.971 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
97752026-02-14T02:47:07.406Z[ host-image] Feb 14 02:47:06.971 INFO O| Feb 14 02:47:06.971 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
97762026-02-14T02:47:07.406Z[ host-image] Feb 14 02:47:06.971 INFO O| Feb 14 02:47:06.971 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
97772026-02-14T02:47:07.406Z[ host-image] Feb 14 02:47:06.971 INFO O| Feb 14 02:47:06.971 INFO ok!
97782026-02-14T02:47:07.406Z[ host-image] Feb 14 02:47:06.971 INFO O| Feb 14 02:47:06.971 INFO STEP 63 (ensure_file) COMPLETE
97792026-02-14T02:47:07.406Z[ host-image] Feb 14 02:47:06.971 INFO O| Feb 14 02:47:06.971 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97802026-02-14T02:47:07.430Z[ host-image] Feb 14 02:47:06.983 INFO O| Feb 14 02:47:06.983 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
97812026-02-14T02:47:07.430Z[ host-image] Feb 14 02:47:06.983 INFO O| Feb 14 02:47:06.983 INFO writing /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly ...
97822026-02-14T02:47:07.431Z[ host-image] Feb 14 02:47:06.983 INFO O| Feb 14 02:47:06.983 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly
97832026-02-14T02:47:07.431Z[ host-image] Feb 14 02:47:06.983 INFO O| Feb 14 02:47:06.983 INFO ok!
97842026-02-14T02:47:07.431Z[ host-image] Feb 14 02:47:06.983 INFO O| Feb 14 02:47:06.983 INFO STEP 64 (assemble_files) COMPLETE
97852026-02-14T02:47:07.431Z[ host-image] Feb 14 02:47:06.983 INFO O| Feb 14 02:47:06.983 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97862026-02-14T02:47:07.431Z[ host-image] Feb 14 02:47:06.996 INFO O| Feb 14 02:47:06.996 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf does not exist
97872026-02-14T02:47:07.431Z[ host-image] Feb 14 02:47:06.996 INFO O| Feb 14 02:47:06.996 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf ...
97882026-02-14T02:47:07.431Z[ host-image] Feb 14 02:47:06.996 INFO O| Feb 14 02:47:06.996 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
97892026-02-14T02:47:07.431Z[ host-image] Feb 14 02:47:06.996 INFO O| Feb 14 02:47:06.996 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
97902026-02-14T02:47:07.431Z[ host-image] Feb 14 02:47:06.996 INFO O| Feb 14 02:47:06.996 INFO ok!
97912026-02-14T02:47:07.431Z[ host-image] Feb 14 02:47:06.996 INFO O| Feb 14 02:47:06.996 INFO STEP 65 (ensure_file) COMPLETE
97922026-02-14T02:47:07.431Z[ host-image] Feb 14 02:47:06.996 INFO O| Feb 14 02:47:06.996 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97932026-02-14T02:47:07.455Z[ host-image] Feb 14 02:47:07.010 INFO O| Feb 14 02:47:07.010 INFO creating directory: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
97942026-02-14T02:47:07.455Z[ host-image] Feb 14 02:47:07.010 INFO O| Feb 14 02:47:07.010 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
97952026-02-14T02:47:07.455Z[ host-image] Feb 14 02:47:07.010 INFO O| Feb 14 02:47:07.010 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
97962026-02-14T02:47:07.455Z[ host-image] Feb 14 02:47:07.010 INFO O| Feb 14 02:47:07.010 INFO STEP 66 (ensure_dir) COMPLETE
97972026-02-14T02:47:07.455Z[ host-image] Feb 14 02:47:07.010 INFO O| Feb 14 02:47:07.010 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97982026-02-14T02:47:07.455Z[ host-image] Feb 14 02:47:07.024 INFO O| Feb 14 02:47:07.024 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
97992026-02-14T02:47:07.455Z[ host-image] Feb 14 02:47:07.024 INFO O| Feb 14 02:47:07.024 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 ...
98002026-02-14T02:47:07.479Z[ host-image] Feb 14 02:47:07.034 INFO O| Feb 14 02:47:07.033 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
98012026-02-14T02:47:07.479Z[ host-image] Feb 14 02:47:07.034 INFO O| Feb 14 02:47:07.034 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
98022026-02-14T02:47:07.479Z[ host-image] Feb 14 02:47:07.034 INFO O| Feb 14 02:47:07.034 INFO ok!
98032026-02-14T02:47:07.479Z[ host-image] Feb 14 02:47:07.034 INFO O| Feb 14 02:47:07.034 INFO STEP 67 (ensure_file) COMPLETE
98042026-02-14T02:47:07.479Z[ host-image] Feb 14 02:47:07.034 INFO O| Feb 14 02:47:07.034 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98052026-02-14T02:47:07.479Z[ host-image] Feb 14 02:47:07.048 INFO O| Feb 14 02:47:07.048 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
98062026-02-14T02:47:07.479Z[ host-image] Feb 14 02:47:07.048 INFO O| Feb 14 02:47:07.048 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 ...
98072026-02-14T02:47:07.479Z[ host-image] Feb 14 02:47:07.048 INFO O| Feb 14 02:47:07.048 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
98082026-02-14T02:47:07.479Z[ host-image] Feb 14 02:47:07.048 INFO O| Feb 14 02:47:07.048 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
98092026-02-14T02:47:07.479Z[ host-image] Feb 14 02:47:07.048 INFO O| Feb 14 02:47:07.048 INFO ok!
98102026-02-14T02:47:07.479Z[ host-image] Feb 14 02:47:07.048 INFO O| Feb 14 02:47:07.048 INFO STEP 68 (ensure_file) COMPLETE
98112026-02-14T02:47:07.479Z[ host-image] Feb 14 02:47:07.048 INFO O| Feb 14 02:47:07.048 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
98122026-02-14T02:47:07.503Z[ host-image] Feb 14 02:47:07.071 INFO O| Feb 14 02:47:07.071 INFO file /rpool/images/build/host/output/sled-ramdisk.tar does not already exist, skipping removal
98132026-02-14T02:47:07.504Z[ host-image] Feb 14 02:47:07.071 INFO O| Feb 14 02:47:07.071 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/ramdisk", "."]
98142026-02-14T02:47:10.530Z[ host-image] Feb 14 02:47:10.100 INFO O| Feb 14 02:47:10.100 INFO STEP 69 (pack_tar) COMPLETE
98152026-02-14T02:47:10.530Z[ host-image] Feb 14 02:47:10.100 INFO O| Feb 14 02:47:10.100 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@trim
98162026-02-14T02:47:10.554Z[ host-image] Feb 14 02:47:10.100 INFO O| Feb 14 02:47:10.100 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@trim
98172026-02-14T02:47:10.642Z[ host-image] Feb 14 02:47:10.213 INFO O| Feb 14 02:47:10.213 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
98182026-02-14T02:47:10.703Z[ host-image] Feb 14 02:47:10.273 INFO O| Feb 14 02:47:10.273 INFO completed processing sled/ramdisk-02-trim
98192026-02-14T02:47:10.727Z[ host-image] Feb 14 02:47:10.276 INFO image builder template: zfs...
98202026-02-14T02:47:10.727Z[ host-image] Feb 14 02:47:10.276 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/.tmp2kNFyc/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", "optever=0.39.455", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@18.0.0.0", "-n", "zfs"], pwd: None
98212026-02-14T02:47:10.727Z[ host-image] Feb 14 02:47:10.295 INFO O| Feb 14 02:47:10.294 INFO skip include "stress" because feature "stress" is not enabled
98222026-02-14T02:47:10.727Z[ host-image] Feb 14 02:47:10.295 INFO O| Feb 14 02:47:10.295 INFO skip include "stress" because feature "compliance" is not enabled
98232026-02-14T02:47:10.764Z[ host-image] Feb 14 02:47:10.335 INFO O| Feb 14 02:47:10.335 INFO temporary dataset: rpool/images/build/host/tmp/sled/zfs
98242026-02-14T02:47:10.788Z[ host-image] Feb 14 02:47:10.339 INFO O| Feb 14 02:47:10.339 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/zfs
98252026-02-14T02:47:10.812Z[ host-image] Feb 14 02:47:10.368 INFO O| Feb 14 02:47:10.368 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/zfs: sync = disabled
98262026-02-14T02:47:10.836Z[ host-image] Feb 14 02:47:10.397 INFO O| Feb 14 02:47:10.397 INFO temporary directory: /rpool/images/build/host/tmp/sled/zfs
98272026-02-14T02:47:10.836Z[ host-image] Feb 14 02:47:10.397 INFO O| Feb 14 02:47:10.397 INFO work dataset: rpool/images/build/host/work/sled/zfs
98282026-02-14T02:47:10.836Z[ host-image] Feb 14 02:47:10.402 INFO O| Feb 14 02:47:10.402 INFO CREATE DATASET: rpool/images/build/host/work/sled/zfs
98292026-02-14T02:47:10.868Z[ host-image] Feb 14 02:47:10.439 INFO O| Feb 14 02:47:10.439 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/sled/zfs: sync = disabled
98302026-02-14T02:47:10.892Z[ host-image] Feb 14 02:47:10.460 INFO O| Feb 14 02:47:10.460 INFO DESTROY POOL: TEMPORARY-sled-zfs
98312026-02-14T02:47:10.916Z[ host-image] Feb 14 02:47:10.473 INFO O| Feb 14 02:47:10.473 INFO image file: /rpool/images/build/host/work/sled/zfs/lofi.raw
98322026-02-14T02:47:10.916Z[ host-image] Feb 14 02:47:10.479 INFO O| Feb 14 02:47:10.479 INFO pool altroot: /rpool/images/build/host/work/sled/zfs/altroot
98332026-02-14T02:47:10.916Z[ host-image] Feb 14 02:47:10.479 INFO O| Feb 14 02:47:10.479 INFO no lofi found
98342026-02-14T02:47:10.916Z[ host-image] Feb 14 02:47:10.479 INFO O| Feb 14 02:47:10.479 INFO file /rpool/images/build/host/work/sled/zfs/lofi.raw does not already exist, skipping removal
98352026-02-14T02:47:10.916Z[ host-image] Feb 14 02:47:10.479 INFO O| Feb 14 02:47:10.479 INFO CREATE IMAGE (1050MB): /rpool/images/build/host/work/sled/zfs/lofi.raw
98362026-02-14T02:47:12.431Z[ host-image] Feb 14 02:47:12.002 INFO O| Feb 14 02:47:12.001 INFO lofi device = /dev/dsk/c3t1d0p0
98372026-02-14T02:47:12.431Z[ host-image] Feb 14 02:47:12.002 INFO O| Feb 14 02:47:12.002 INFO pool device = /dev/dsk/c3t1d0p0
98382026-02-14T02:47:12.455Z[ host-image] Feb 14 02:47:12.002 INFO O| Feb 14 02:47:12.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"]
98392026-02-14T02:47:12.589Z[ host-image] Feb 14 02:47:12.160 INFO O| Feb 14 02:47:12.160 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
98402026-02-14T02:47:12.589Z[ host-image] Feb 14 02:47:12.160 INFO O| Feb 14 02:47:12.160 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT
98412026-02-14T02:47:12.626Z[ host-image] Feb 14 02:47:12.197 INFO O| Feb 14 02:47:12.197 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: canmount = off
98422026-02-14T02:47:12.725Z[ host-image] Feb 14 02:47:12.296 INFO O| Feb 14 02:47:12.296 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: mountpoint = legacy
98432026-02-14T02:47:12.771Z[ host-image] Feb 14 02:47:12.341 INFO O| Feb 14 02:47:12.341 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT/ramdisk
98442026-02-14T02:47:12.796Z[ host-image] Feb 14 02:47:12.367 INFO O| Feb 14 02:47:12.367 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: canmount = noauto
98452026-02-14T02:47:12.820Z[ host-image] Feb 14 02:47:12.385 INFO O| Feb 14 02:47:12.384 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: mountpoint = legacy
98462026-02-14T02:47:12.873Z[ host-image] Feb 14 02:47:12.444 INFO O| Feb 14 02:47:12.444 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a
98472026-02-14T02:47:12.873Z[ host-image] Feb 14 02:47:12.444 INFO O| Feb 14 02:47:12.444 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a
98482026-02-14T02:47:12.897Z[ host-image] Feb 14 02:47:12.444 INFO O| Feb 14 02:47:12.444 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/sled/zfs/a"]
98492026-02-14T02:47:12.897Z[ host-image] Feb 14 02:47:12.460 INFO O| Feb 14 02:47:12.460 INFO boot environment UUID: d958f9c8-72ac-4633-82d7-db6099166bc8
98502026-02-14T02:47:12.897Z[ host-image] Feb 14 02:47:12.460 INFO O| Feb 14 02:47:12.460 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = d958f9c8-72ac-4633-82d7-db6099166bc8
98512026-02-14T02:47:12.921Z[ host-image] Feb 14 02:47:12.479 INFO O| Feb 14 02:47:12.479 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
98522026-02-14T02:47:12.945Z[ host-image] Feb 14 02:47:12.498 INFO O| Feb 14 02:47:12.497 INFO STEP 0 (create_be) COMPLETE
98532026-02-14T02:47:12.945Z[ host-image] Feb 14 02:47:12.498 INFO O| Feb 14 02:47:12.498 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
98542026-02-14T02:47:12.968Z[ host-image] Feb 14 02:47:12.520 INFO O| Feb 14 02:47:12.520 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/zfs/a"]
98552026-02-14T02:47:38.361Z[ host-image] Feb 14 02:47:37.932 INFO O| Feb 14 02:47:37.932 INFO STEP 1 (unpack_tar) COMPLETE
98562026-02-14T02:47:38.386Z[ host-image] Feb 14 02:47:37.932 INFO O| Feb 14 02:47:37.932 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98572026-02-14T02:47:38.386Z[ host-image] Feb 14 02:47:37.949 INFO O| Feb 14 02:47:37.948 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/sled/zfs/a"]
98582026-02-14T02:47:38.772Z[ host-image] Feb 14 02:47:38.343 INFO O| Feb 14 02:47:38.343 INFO STEP 2 (devfsadm) COMPLETE
98592026-02-14T02:47:38.772Z[ host-image] Feb 14 02:47:38.343 INFO O| Feb 14 02:47:38.343 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98602026-02-14T02:47:38.797Z[ host-image] Feb 14 02:47:38.359 INFO O| Feb 14 02:47:38.359 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
98612026-02-14T02:47:38.797Z[ host-image] Feb 14 02:47:38.359 INFO O| Feb 14 02:47:38.359 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
98622026-02-14T02:47:38.797Z[ host-image] Feb 14 02:47:38.359 INFO O| Feb 14 02:47:38.359 INFO STEP 3 (ensure_dir) COMPLETE
98632026-02-14T02:47:38.797Z[ host-image] Feb 14 02:47:38.359 INFO O| Feb 14 02:47:38.359 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98642026-02-14T02:47:38.821Z[ host-image] Feb 14 02:47:38.373 INFO O| Feb 14 02:47:38.373 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
98652026-02-14T02:47:38.822Z[ host-image] Feb 14 02:47:38.373 INFO O| Feb 14 02:47:38.373 INFO STEP 4 (ensure_dir) COMPLETE
98662026-02-14T02:47:38.822Z[ host-image] Feb 14 02:47:38.373 INFO O| Feb 14 02:47:38.373 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98672026-02-14T02:47:38.822Z[ host-image] Feb 14 02:47:38.385 INFO O| Feb 14 02:47:38.385 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
98682026-02-14T02:47:38.822Z[ host-image] Feb 14 02:47:38.385 INFO O| Feb 14 02:47:38.385 INFO STEP 5 (ensure_dir) COMPLETE
98692026-02-14T02:47:38.822Z[ host-image] Feb 14 02:47:38.385 INFO O| Feb 14 02:47:38.385 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98702026-02-14T02:47:38.846Z[ host-image] Feb 14 02:47:38.397 INFO O| Feb 14 02:47:38.397 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
98712026-02-14T02:47:38.846Z[ host-image] Feb 14 02:47:38.397 INFO O| Feb 14 02:47:38.397 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
98722026-02-14T02:47:38.846Z[ host-image] Feb 14 02:47:38.397 INFO O| Feb 14 02:47:38.397 INFO STEP 6 (ensure_dir) COMPLETE
98732026-02-14T02:47:38.846Z[ host-image] Feb 14 02:47:38.397 INFO O| Feb 14 02:47:38.397 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98742026-02-14T02:47:38.846Z[ host-image] Feb 14 02:47:38.410 INFO O| Feb 14 02:47:38.410 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
98752026-02-14T02:47:38.846Z[ host-image] Feb 14 02:47:38.410 INFO O| Feb 14 02:47:38.410 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
98762026-02-14T02:47:38.846Z[ host-image] Feb 14 02:47:38.410 INFO O| Feb 14 02:47:38.410 INFO STEP 7 (ensure_dir) COMPLETE
98772026-02-14T02:47:38.846Z[ host-image] Feb 14 02:47:38.410 INFO O| Feb 14 02:47:38.410 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98782026-02-14T02:47:38.870Z[ host-image] Feb 14 02:47:38.424 INFO O| Feb 14 02:47:38.424 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/cfg"
98792026-02-14T02:47:38.870Z[ host-image] Feb 14 02:47:38.424 INFO O| Feb 14 02:47:38.424 INFO STEP 8 (remove_files) COMPLETE
98802026-02-14T02:47:38.870Z[ host-image] Feb 14 02:47:38.424 INFO O| Feb 14 02:47:38.424 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98812026-02-14T02:47:38.870Z[ host-image] Feb 14 02:47:38.436 INFO O| Feb 14 02:47:38.436 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/dsk"
98822026-02-14T02:47:38.870Z[ host-image] Feb 14 02:47:38.438 INFO O| Feb 14 02:47:38.438 INFO STEP 9 (remove_files) COMPLETE
98832026-02-14T02:47:38.870Z[ host-image] Feb 14 02:47:38.438 INFO O| Feb 14 02:47:38.438 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98842026-02-14T02:47:38.895Z[ host-image] Feb 14 02:47:38.449 INFO O| Feb 14 02:47:38.449 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/rdsk"
98852026-02-14T02:47:38.895Z[ host-image] Feb 14 02:47:38.450 INFO O| Feb 14 02:47:38.450 INFO STEP 10 (remove_files) COMPLETE
98862026-02-14T02:47:38.895Z[ host-image] Feb 14 02:47:38.450 INFO O| Feb 14 02:47:38.450 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98872026-02-14T02:47:38.895Z[ host-image] Feb 14 02:47:38.461 INFO O| Feb 14 02:47:38.461 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/sensors"
98882026-02-14T02:47:38.895Z[ host-image] Feb 14 02:47:38.461 INFO O| Feb 14 02:47:38.461 INFO STEP 11 (remove_files) COMPLETE
98892026-02-14T02:47:38.895Z[ host-image] Feb 14 02:47:38.461 INFO O| Feb 14 02:47:38.461 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98902026-02-14T02:47:38.919Z[ host-image] Feb 14 02:47:38.473 INFO O| Feb 14 02:47:38.473 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/usb"
98912026-02-14T02:47:38.919Z[ host-image] Feb 14 02:47:38.473 INFO O| Feb 14 02:47:38.473 INFO STEP 12 (remove_files) COMPLETE
98922026-02-14T02:47:38.919Z[ host-image] Feb 14 02:47:38.473 INFO O| Feb 14 02:47:38.473 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98932026-02-14T02:47:38.919Z[ host-image] Feb 14 02:47:38.485 INFO O| Feb 14 02:47:38.485 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
98942026-02-14T02:47:38.919Z[ host-image] Feb 14 02:47:38.485 INFO O| Feb 14 02:47:38.485 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
98952026-02-14T02:47:38.919Z[ host-image] Feb 14 02:47:38.485 INFO O| Feb 14 02:47:38.485 INFO STEP 13 (ensure_dir) COMPLETE
98962026-02-14T02:47:38.919Z[ host-image] Feb 14 02:47:38.485 INFO O| Feb 14 02:47:38.485 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98972026-02-14T02:47:38.943Z[ host-image] Feb 14 02:47:38.499 INFO O| Feb 14 02:47:38.499 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
98982026-02-14T02:47:38.943Z[ host-image] Feb 14 02:47:38.499 INFO O| Feb 14 02:47:38.499 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
98992026-02-14T02:47:38.943Z[ host-image] Feb 14 02:47:38.499 INFO O| Feb 14 02:47:38.499 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
99002026-02-14T02:47:38.943Z[ host-image] Feb 14 02:47:38.499 INFO O| Feb 14 02:47:38.499 INFO STEP 14 (ensure_dir) COMPLETE
99012026-02-14T02:47:38.943Z[ host-image] Feb 14 02:47:38.499 INFO O| Feb 14 02:47:38.499 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
99022026-02-14T02:47:38.943Z[ host-image] Feb 14 02:47:38.511 INFO O| Feb 14 02:47:38.511 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
99032026-02-14T02:47:38.943Z[ host-image] Feb 14 02:47:38.511 INFO O| Feb 14 02:47:38.511 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
99042026-02-14T02:47:38.943Z[ host-image] Feb 14 02:47:38.511 INFO O| Feb 14 02:47:38.511 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
99052026-02-14T02:47:38.943Z[ host-image] Feb 14 02:47:38.511 INFO O| Feb 14 02:47:38.511 INFO STEP 15 (ensure_dir) COMPLETE
99062026-02-14T02:47:38.943Z[ host-image] Feb 14 02:47:38.511 INFO O| Feb 14 02:47:38.511 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
99072026-02-14T02:47:38.968Z[ host-image] Feb 14 02:47:38.522 INFO O| Feb 14 02:47:38.521 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
99082026-02-14T02:47:38.968Z[ host-image] Feb 14 02:47:38.522 INFO O| Feb 14 02:47:38.522 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
99092026-02-14T02:47:38.968Z[ host-image] Feb 14 02:47:38.522 INFO O| Feb 14 02:47:38.522 INFO STEP 16 (ensure_dir) COMPLETE
99102026-02-14T02:47:38.968Z[ host-image] Feb 14 02:47:38.522 INFO O| Feb 14 02:47:38.522 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
99112026-02-14T02:47:38.968Z[ host-image] Feb 14 02:47:38.532 INFO O| Feb 14 02:47:38.532 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
99122026-02-14T02:47:38.968Z[ host-image] Feb 14 02:47:38.532 INFO O| Feb 14 02:47:38.532 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
99132026-02-14T02:47:38.968Z[ host-image] Feb 14 02:47:38.532 INFO O| Feb 14 02:47:38.532 INFO STEP 17 (ensure_dir) COMPLETE
99142026-02-14T02:47:38.968Z[ host-image] Feb 14 02:47:38.532 INFO O| Feb 14 02:47:38.532 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
99152026-02-14T02:47:38.992Z[ host-image] Feb 14 02:47:38.542 INFO O| Feb 14 02:47:38.542 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
99162026-02-14T02:47:38.992Z[ host-image] Feb 14 02:47:38.543 INFO O| Feb 14 02:47:38.542 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/msglog
99172026-02-14T02:47:38.992Z[ host-image] Feb 14 02:47:38.543 INFO O| Feb 14 02:47:38.542 INFO ok!
99182026-02-14T02:47:38.992Z[ host-image] Feb 14 02:47:38.543 INFO O| Feb 14 02:47:38.542 INFO STEP 18 (ensure_symlink) COMPLETE
99192026-02-14T02:47:38.992Z[ host-image] Feb 14 02:47:38.543 INFO O| Feb 14 02:47:38.542 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
99202026-02-14T02:47:38.992Z[ host-image] Feb 14 02:47:38.553 INFO O| Feb 14 02:47:38.553 INFO file /rpool/images/build/host/work/sled/zfs/a/reconfigure exists, with correct contents
99212026-02-14T02:47:38.993Z[ host-image] Feb 14 02:47:38.553 INFO O| Feb 14 02:47:38.553 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/reconfigure
99222026-02-14T02:47:38.993Z[ host-image] Feb 14 02:47:38.553 INFO O| Feb 14 02:47:38.553 INFO ok!
99232026-02-14T02:47:38.993Z[ host-image] Feb 14 02:47:38.553 INFO O| Feb 14 02:47:38.553 INFO STEP 19 (ensure_file) COMPLETE
99242026-02-14T02:47:38.993Z[ host-image] Feb 14 02:47:38.553 INFO O| Feb 14 02:47:38.553 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
99252026-02-14T02:47:38.993Z[ host-image] Feb 14 02:47:38.563 INFO O| Feb 14 02:47:38.563 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml does not exist
99262026-02-14T02:47:38.993Z[ host-image] Feb 14 02:47:38.563 INFO O| Feb 14 02:47:38.563 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
99272026-02-14T02:47:38.993Z[ host-image] Feb 14 02:47:38.563 INFO O| Feb 14 02:47:38.563 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml
99282026-02-14T02:47:38.993Z[ host-image] Feb 14 02:47:38.563 INFO O| Feb 14 02:47:38.563 INFO ok!
99292026-02-14T02:47:38.993Z[ host-image] Feb 14 02:47:38.563 INFO O| Feb 14 02:47:38.563 INFO STEP 20 (ensure_symlink) COMPLETE
99302026-02-14T02:47:38.993Z[ host-image] Feb 14 02:47:38.563 INFO O| Feb 14 02:47:38.563 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
99312026-02-14T02:47:39.017Z[ host-image] Feb 14 02:47:38.573 INFO O| Feb 14 02:47:38.573 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml does not exist
99322026-02-14T02:47:39.017Z[ host-image] Feb 14 02:47:38.573 INFO O| Feb 14 02:47:38.573 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
99332026-02-14T02:47:39.017Z[ host-image] Feb 14 02:47:38.573 INFO O| Feb 14 02:47:38.573 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml
99342026-02-14T02:47:39.017Z[ host-image] Feb 14 02:47:38.573 INFO O| Feb 14 02:47:38.573 INFO ok!
99352026-02-14T02:47:39.017Z[ host-image] Feb 14 02:47:38.573 INFO O| Feb 14 02:47:38.573 INFO STEP 21 (ensure_symlink) COMPLETE
99362026-02-14T02:47:39.018Z[ host-image] Feb 14 02:47:38.573 INFO O| Feb 14 02:47:38.573 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
99372026-02-14T02:47:39.042Z[ host-image] Feb 14 02:47:38.591 INFO O| Feb 14 02:47:38.591 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml does not exist
99382026-02-14T02:47:39.042Z[ host-image] Feb 14 02:47:38.591 INFO O| Feb 14 02:47:38.591 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
99392026-02-14T02:47:39.042Z[ host-image] Feb 14 02:47:38.592 INFO O| Feb 14 02:47:38.591 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml
99402026-02-14T02:47:39.042Z[ host-image] Feb 14 02:47:38.592 INFO O| Feb 14 02:47:38.592 INFO ok!
99412026-02-14T02:47:39.042Z[ host-image] Feb 14 02:47:38.592 INFO O| Feb 14 02:47:38.592 INFO STEP 22 (ensure_symlink) COMPLETE
99422026-02-14T02:47:39.042Z[ host-image] Feb 14 02:47:38.592 INFO O| Feb 14 02:47:38.592 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
99432026-02-14T02:47:39.042Z[ host-image] Feb 14 02:47:38.607 INFO O| Feb 14 02:47:38.607 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml does not exist
99442026-02-14T02:47:39.042Z[ host-image] Feb 14 02:47:38.607 INFO O| Feb 14 02:47:38.607 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
99452026-02-14T02:47:39.042Z[ host-image] Feb 14 02:47:38.607 INFO O| Feb 14 02:47:38.607 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml
99462026-02-14T02:47:39.042Z[ host-image] Feb 14 02:47:38.607 INFO O| Feb 14 02:47:38.607 INFO ok!
99472026-02-14T02:47:39.042Z[ host-image] Feb 14 02:47:38.607 INFO O| Feb 14 02:47:38.607 INFO STEP 23 (ensure_symlink) COMPLETE
99482026-02-14T02:47:39.042Z[ host-image] Feb 14 02:47:38.607 INFO O| Feb 14 02:47:38.607 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99492026-02-14T02:47:39.066Z[ host-image] Feb 14 02:47:38.623 INFO O| Feb 14 02:47:38.623 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
99502026-02-14T02:47:39.066Z[ host-image] Feb 14 02:47:38.623 INFO O| Feb 14 02:47:38.623 INFO copying /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf ...
99512026-02-14T02:47:39.066Z[ host-image] Feb 14 02:47:38.624 INFO O| Feb 14 02:47:38.624 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf
99522026-02-14T02:47:39.067Z[ host-image] Feb 14 02:47:38.624 INFO O| Feb 14 02:47:38.624 INFO ok!
99532026-02-14T02:47:39.067Z[ host-image] Feb 14 02:47:38.624 INFO O| Feb 14 02:47:38.624 INFO STEP 24 (ensure_file) COMPLETE
99542026-02-14T02:47:39.067Z[ host-image] Feb 14 02:47:38.624 INFO O| Feb 14 02:47:38.624 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
99552026-02-14T02:47:39.091Z[ host-image] Feb 14 02:47:38.638 INFO O| Feb 14 02:47:38.638 INFO updating shadow file
99562026-02-14T02:47:39.091Z[ host-image] Feb 14 02:47:38.638 INFO O| Feb 14 02:47:38.638 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
99572026-02-14T02:47:39.091Z[ host-image] Feb 14 02:47:38.638 INFO O| Feb 14 02:47:38.638 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
99582026-02-14T02:47:39.091Z[ host-image] Feb 14 02:47:38.638 INFO O| Feb 14 02:47:38.638 INFO STEP 25 (shadow) COMPLETE
99592026-02-14T02:47:39.091Z[ host-image] Feb 14 02:47:38.639 INFO O| Feb 14 02:47:38.639 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99602026-02-14T02:47:39.091Z[ host-image] Feb 14 02:47:38.658 INFO O| Feb 14 02:47:38.658 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
99612026-02-14T02:47:39.091Z[ host-image] Feb 14 02:47:38.658 INFO O| Feb 14 02:47:38.658 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts ...
99622026-02-14T02:47:39.091Z[ host-image] Feb 14 02:47:38.658 INFO O| Feb 14 02:47:38.658 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts
99632026-02-14T02:47:39.091Z[ host-image] Feb 14 02:47:38.658 INFO O| Feb 14 02:47:38.658 INFO ok!
99642026-02-14T02:47:39.091Z[ host-image] Feb 14 02:47:38.658 INFO O| Feb 14 02:47:38.658 INFO STEP 26 (ensure_file) COMPLETE
99652026-02-14T02:47:39.091Z[ host-image] Feb 14 02:47:38.658 INFO O| Feb 14 02:47:38.658 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99662026-02-14T02:47:39.115Z[ host-image] Feb 14 02:47:38.673 INFO O| Feb 14 02:47:38.673 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/nodename does not exist
99672026-02-14T02:47:39.116Z[ host-image] Feb 14 02:47:38.673 INFO O| Feb 14 02:47:38.673 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/nodename ...
99682026-02-14T02:47:39.116Z[ host-image] Feb 14 02:47:38.673 INFO O| Feb 14 02:47:38.673 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nodename
99692026-02-14T02:47:39.116Z[ host-image] Feb 14 02:47:38.673 INFO O| Feb 14 02:47:38.673 INFO ok!
99702026-02-14T02:47:39.116Z[ host-image] Feb 14 02:47:38.673 INFO O| Feb 14 02:47:38.673 INFO STEP 27 (ensure_file) COMPLETE
99712026-02-14T02:47:39.116Z[ host-image] Feb 14 02:47:38.673 INFO O| Feb 14 02:47:38.673 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99722026-02-14T02:47:39.116Z[ host-image] Feb 14 02:47:38.686 INFO O| Feb 14 02:47:38.686 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
99732026-02-14T02:47:39.116Z[ host-image] Feb 14 02:47:38.686 INFO O| Feb 14 02:47:38.686 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent ...
99742026-02-14T02:47:39.116Z[ host-image] Feb 14 02:47:38.686 INFO O| Feb 14 02:47:38.686 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
99752026-02-14T02:47:39.116Z[ host-image] Feb 14 02:47:38.686 INFO O| Feb 14 02:47:38.686 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
99762026-02-14T02:47:39.116Z[ host-image] Feb 14 02:47:38.686 INFO O| Feb 14 02:47:38.686 INFO ok!
99772026-02-14T02:47:39.116Z[ host-image] Feb 14 02:47:38.686 INFO O| Feb 14 02:47:38.686 INFO STEP 28 (ensure_file) COMPLETE
99782026-02-14T02:47:39.116Z[ host-image] Feb 14 02:47:38.686 INFO O| Feb 14 02:47:38.686 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99792026-02-14T02:47:39.140Z[ host-image] Feb 14 02:47:38.697 INFO O| Feb 14 02:47:38.697 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf does not exist
99802026-02-14T02:47:39.140Z[ host-image] Feb 14 02:47:38.697 INFO O| Feb 14 02:47:38.697 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf ...
99812026-02-14T02:47:39.140Z[ host-image] Feb 14 02:47:38.697 INFO O| Feb 14 02:47:38.697 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf
99822026-02-14T02:47:39.141Z[ host-image] Feb 14 02:47:38.697 INFO O| Feb 14 02:47:38.697 INFO ok!
99832026-02-14T02:47:39.141Z[ host-image] Feb 14 02:47:38.697 INFO O| Feb 14 02:47:38.697 INFO STEP 29 (ensure_file) COMPLETE
99842026-02-14T02:47:39.141Z[ host-image] Feb 14 02:47:38.697 INFO O| Feb 14 02:47:38.697 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
99852026-02-14T02:47:39.165Z[ host-image] Feb 14 02:47:38.713 INFO O| Feb 14 02:47:38.712 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
99862026-02-14T02:47:39.165Z[ host-image] Feb 14 02:47:38.713 INFO O| Feb 14 02:47:38.713 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
99872026-02-14T02:47:39.165Z[ host-image] Feb 14 02:47:38.713 INFO O| Feb 14 02:47:38.713 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
99882026-02-14T02:47:39.165Z[ host-image] Feb 14 02:47:38.713 INFO O| Feb 14 02:47:38.713 INFO STEP 30 (ensure_dir) COMPLETE
99892026-02-14T02:47:39.165Z[ host-image] Feb 14 02:47:38.713 INFO O| Feb 14 02:47:38.713 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99902026-02-14T02:47:39.165Z[ host-image] Feb 14 02:47:38.724 INFO O| Feb 14 02:47:38.724 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup does not exist
99912026-02-14T02:47:39.165Z[ host-image] Feb 14 02:47:38.724 INFO O| Feb 14 02:47:38.724 INFO copying /work/oxidecomputer/helios/image/templates/files/net-setup.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup ...
99922026-02-14T02:47:39.165Z[ host-image] Feb 14 02:47:38.724 INFO O| Feb 14 02:47:38.724 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
99932026-02-14T02:47:39.165Z[ host-image] Feb 14 02:47:38.724 INFO O| Feb 14 02:47:38.724 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
99942026-02-14T02:47:39.165Z[ host-image] Feb 14 02:47:38.724 INFO O| Feb 14 02:47:38.724 INFO ok!
99952026-02-14T02:47:39.165Z[ host-image] Feb 14 02:47:38.724 INFO O| Feb 14 02:47:38.724 INFO STEP 31 (ensure_file) COMPLETE
99962026-02-14T02:47:39.165Z[ host-image] Feb 14 02:47:38.724 INFO O| Feb 14 02:47:38.724 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
99972026-02-14T02:47:39.165Z[ host-image] Feb 14 02:47:38.735 INFO O| Feb 14 02:47:38.735 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
99982026-02-14T02:47:39.165Z[ host-image] Feb 14 02:47:38.735 INFO O| Feb 14 02:47:38.735 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
99992026-02-14T02:47:39.165Z[ host-image] Feb 14 02:47:38.735 INFO O| Feb 14 02:47:38.735 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
100002026-02-14T02:47:39.165Z[ host-image] Feb 14 02:47:38.735 INFO O| Feb 14 02:47:38.735 INFO STEP 32 (ensure_dir) COMPLETE
100012026-02-14T02:47:39.165Z[ host-image] Feb 14 02:47:38.735 INFO O| Feb 14 02:47:38.735 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
100022026-02-14T02:47:39.189Z[ host-image] Feb 14 02:47:38.745 INFO O| Feb 14 02:47:38.745 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml does not exist
100032026-02-14T02:47:39.190Z[ host-image] Feb 14 02:47:38.745 INFO O| Feb 14 02:47:38.745 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 ...
100042026-02-14T02:47:39.190Z[ host-image] Feb 14 02:47:38.745 INFO O| Feb 14 02:47:38.745 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
100052026-02-14T02:47:39.190Z[ host-image] Feb 14 02:47:38.745 INFO O| Feb 14 02:47:38.745 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml
100062026-02-14T02:47:39.190Z[ host-image] Feb 14 02:47:38.745 INFO O| Feb 14 02:47:38.745 INFO ok!
100072026-02-14T02:47:39.190Z[ host-image] Feb 14 02:47:38.745 INFO O| Feb 14 02:47:38.745 INFO STEP 33 (ensure_file) COMPLETE
100082026-02-14T02:47:39.190Z[ host-image] Feb 14 02:47:38.745 INFO O| Feb 14 02:47:38.745 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100092026-02-14T02:47:39.190Z[ host-image] Feb 14 02:47:38.755 INFO O| Feb 14 02:47:38.755 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/auto_master does not exist
100102026-02-14T02:47:39.190Z[ host-image] Feb 14 02:47:38.755 INFO O| Feb 14 02:47:38.755 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/sled/zfs/a/etc/auto_master ...
100112026-02-14T02:47:39.190Z[ host-image] Feb 14 02:47:38.755 INFO O| Feb 14 02:47:38.755 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/auto_master
100122026-02-14T02:47:39.190Z[ host-image] Feb 14 02:47:38.755 INFO O| Feb 14 02:47:38.755 INFO ok!
100132026-02-14T02:47:39.190Z[ host-image] Feb 14 02:47:38.755 INFO O| Feb 14 02:47:38.755 INFO STEP 34 (ensure_file) COMPLETE
100142026-02-14T02:47:39.190Z[ host-image] Feb 14 02:47:38.755 INFO O| Feb 14 02:47:38.755 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100152026-02-14T02:47:39.214Z[ host-image] Feb 14 02:47:38.767 INFO O| Feb 14 02:47:38.767 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
100162026-02-14T02:47:39.214Z[ host-image] Feb 14 02:47:38.767 INFO O| Feb 14 02:47:38.767 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs ...
100172026-02-14T02:47:39.214Z[ host-image] Feb 14 02:47:38.767 INFO O| Feb 14 02:47:38.767 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
100182026-02-14T02:47:39.214Z[ host-image] Feb 14 02:47:38.767 INFO O| Feb 14 02:47:38.767 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
100192026-02-14T02:47:39.214Z[ host-image] Feb 14 02:47:38.767 INFO O| Feb 14 02:47:38.767 INFO ok!
100202026-02-14T02:47:39.214Z[ host-image] Feb 14 02:47:38.767 INFO O| Feb 14 02:47:38.767 INFO STEP 35 (ensure_file) COMPLETE
100212026-02-14T02:47:39.214Z[ host-image] Feb 14 02:47:38.767 INFO O| Feb 14 02:47:38.767 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100222026-02-14T02:47:39.214Z[ host-image] Feb 14 02:47:38.777 INFO O| Feb 14 02:47:38.777 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/init exists, with wrong contents, unlinking
100232026-02-14T02:47:39.214Z[ host-image] Feb 14 02:47:38.777 INFO O| Feb 14 02:47:38.777 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/sled/zfs/a/etc/default/init ...
100242026-02-14T02:47:39.214Z[ host-image] Feb 14 02:47:38.777 INFO O| Feb 14 02:47:38.777 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/init
100252026-02-14T02:47:39.214Z[ host-image] Feb 14 02:47:38.777 INFO O| Feb 14 02:47:38.777 INFO ok!
100262026-02-14T02:47:39.214Z[ host-image] Feb 14 02:47:38.777 INFO O| Feb 14 02:47:38.777 INFO STEP 36 (ensure_file) COMPLETE
100272026-02-14T02:47:39.214Z[ host-image] Feb 14 02:47:38.777 INFO O| Feb 14 02:47:38.777 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100282026-02-14T02:47:39.239Z[ host-image] Feb 14 02:47:38.787 INFO O| Feb 14 02:47:38.787 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
100292026-02-14T02:47:39.239Z[ host-image] Feb 14 02:47:38.787 INFO O| Feb 14 02:47:38.787 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config ...
100302026-02-14T02:47:39.239Z[ host-image] Feb 14 02:47:38.787 INFO O| Feb 14 02:47:38.787 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config
100312026-02-14T02:47:39.239Z[ host-image] Feb 14 02:47:38.787 INFO O| Feb 14 02:47:38.787 INFO ok!
100322026-02-14T02:47:39.239Z[ host-image] Feb 14 02:47:38.787 INFO O| Feb 14 02:47:38.787 INFO STEP 37 (ensure_file) COMPLETE
100332026-02-14T02:47:39.239Z[ host-image] Feb 14 02:47:38.787 INFO O| Feb 14 02:47:38.787 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100342026-02-14T02:47:39.239Z[ host-image] Feb 14 02:47:38.797 INFO O| Feb 14 02:47:38.796 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams does not exist
100352026-02-14T02:47:39.239Z[ host-image] Feb 14 02:47:38.797 INFO O| Feb 14 02:47:38.797 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams ...
100362026-02-14T02:47:39.239Z[ host-image] Feb 14 02:47:38.797 INFO O| Feb 14 02:47:38.797 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
100372026-02-14T02:47:39.239Z[ host-image] Feb 14 02:47:38.797 INFO O| Feb 14 02:47:38.797 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
100382026-02-14T02:47:39.239Z[ host-image] Feb 14 02:47:38.797 INFO O| Feb 14 02:47:38.797 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
100392026-02-14T02:47:39.239Z[ host-image] Feb 14 02:47:38.797 INFO O| Feb 14 02:47:38.797 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
100402026-02-14T02:47:39.239Z[ host-image] Feb 14 02:47:38.797 INFO O| Feb 14 02:47:38.797 INFO ok!
100412026-02-14T02:47:39.239Z[ host-image] Feb 14 02:47:38.797 INFO O| Feb 14 02:47:38.797 INFO STEP 38 (ensure_file) COMPLETE
100422026-02-14T02:47:39.239Z[ host-image] Feb 14 02:47:38.797 INFO O| Feb 14 02:47:38.797 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
100432026-02-14T02:47:39.239Z[ host-image] Feb 14 02:47:38.806 INFO O| Feb 14 02:47:38.806 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
100442026-02-14T02:47:39.239Z[ host-image] Feb 14 02:47:38.807 INFO O| Feb 14 02:47:38.807 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
100452026-02-14T02:47:39.239Z[ host-image] Feb 14 02:47:38.807 INFO O| Feb 14 02:47:38.807 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
100462026-02-14T02:47:39.239Z[ host-image] Feb 14 02:47:38.807 INFO O| Feb 14 02:47:38.807 INFO STEP 39 (ensure_dir) COMPLETE
100472026-02-14T02:47:39.239Z[ host-image] Feb 14 02:47:38.807 INFO O| Feb 14 02:47:38.807 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
100482026-02-14T02:47:39.264Z[ host-image] Feb 14 02:47:38.817 INFO O| Feb 14 02:47:38.817 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
100492026-02-14T02:47:39.264Z[ host-image] Feb 14 02:47:38.817 INFO O| Feb 14 02:47:38.817 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 ...
100502026-02-14T02:47:39.264Z[ host-image] Feb 14 02:47:38.817 INFO O| Feb 14 02:47:38.817 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
100512026-02-14T02:47:39.264Z[ host-image] Feb 14 02:47:38.817 INFO O| Feb 14 02:47:38.817 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
100522026-02-14T02:47:39.264Z[ host-image] Feb 14 02:47:38.817 INFO O| Feb 14 02:47:38.817 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
100532026-02-14T02:47:39.264Z[ host-image] Feb 14 02:47:38.817 INFO O| Feb 14 02:47:38.817 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
100542026-02-14T02:47:39.264Z[ host-image] Feb 14 02:47:38.817 INFO O| Feb 14 02:47:38.817 INFO ok!
100552026-02-14T02:47:39.264Z[ host-image] Feb 14 02:47:38.817 INFO O| Feb 14 02:47:38.817 INFO STEP 40 (ensure_file) COMPLETE
100562026-02-14T02:47:39.264Z[ host-image] Feb 14 02:47:38.817 INFO O| Feb 14 02:47:38.817 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
100572026-02-14T02:47:39.264Z[ host-image] Feb 14 02:47:38.827 INFO O| Feb 14 02:47:38.826 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
100582026-02-14T02:47:39.264Z[ host-image] Feb 14 02:47:38.827 INFO O| Feb 14 02:47:38.826 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 ...
100592026-02-14T02:47:39.264Z[ host-image] Feb 14 02:47:38.827 INFO O| Feb 14 02:47:38.827 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
100602026-02-14T02:47:39.264Z[ host-image] Feb 14 02:47:38.827 INFO O| Feb 14 02:47:38.827 INFO ok!
100612026-02-14T02:47:39.264Z[ host-image] Feb 14 02:47:38.827 INFO O| Feb 14 02:47:38.827 INFO STEP 41 (ensure_symlink) COMPLETE
100622026-02-14T02:47:39.264Z[ host-image] Feb 14 02:47:38.827 INFO O| Feb 14 02:47:38.827 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
100632026-02-14T02:47:39.289Z[ host-image] Feb 14 02:47:38.836 INFO O| Feb 14 02:47:38.836 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo does not exist
100642026-02-14T02:47:39.289Z[ host-image] Feb 14 02:47:38.836 INFO O| Feb 14 02:47:38.836 INFO linking /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
100652026-02-14T02:47:39.289Z[ host-image] Feb 14 02:47:38.836 INFO O| Feb 14 02:47:38.836 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo
100662026-02-14T02:47:39.289Z[ host-image] Feb 14 02:47:38.836 INFO O| Feb 14 02:47:38.836 INFO ok!
100672026-02-14T02:47:39.289Z[ host-image] Feb 14 02:47:38.836 INFO O| Feb 14 02:47:38.836 INFO STEP 42 (ensure_symlink) COMPLETE
100682026-02-14T02:47:39.289Z[ host-image] Feb 14 02:47:38.836 INFO O| Feb 14 02:47:38.836 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100692026-02-14T02:47:39.289Z[ host-image] Feb 14 02:47:38.848 INFO O| Feb 14 02:47:38.848 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot does not exist
100702026-02-14T02:47:39.289Z[ host-image] Feb 14 02:47:38.848 INFO O| Feb 14 02:47:38.848 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-postboot.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot ...
100712026-02-14T02:47:39.289Z[ host-image] Feb 14 02:47:38.849 INFO O| Feb 14 02:47:38.849 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
100722026-02-14T02:47:39.289Z[ host-image] Feb 14 02:47:38.849 INFO O| Feb 14 02:47:38.849 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
100732026-02-14T02:47:39.289Z[ host-image] Feb 14 02:47:38.849 INFO O| Feb 14 02:47:38.849 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
100742026-02-14T02:47:39.289Z[ host-image] Feb 14 02:47:38.849 INFO O| Feb 14 02:47:38.849 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
100752026-02-14T02:47:39.289Z[ host-image] Feb 14 02:47:38.849 INFO O| Feb 14 02:47:38.849 INFO ok!
100762026-02-14T02:47:39.289Z[ host-image] Feb 14 02:47:38.849 INFO O| Feb 14 02:47:38.849 INFO STEP 43 (ensure_file) COMPLETE
100772026-02-14T02:47:39.289Z[ host-image] Feb 14 02:47:38.849 INFO O| Feb 14 02:47:38.849 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100782026-02-14T02:47:39.289Z[ host-image] Feb 14 02:47:38.859 INFO O| Feb 14 02:47:38.859 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
100792026-02-14T02:47:39.289Z[ host-image] Feb 14 02:47:38.859 INFO O| Feb 14 02:47:38.859 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 ...
100802026-02-14T02:47:39.289Z[ host-image] Feb 14 02:47:38.860 INFO O| Feb 14 02:47:38.860 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
100812026-02-14T02:47:39.289Z[ host-image] Feb 14 02:47:38.860 INFO O| Feb 14 02:47:38.860 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml
100822026-02-14T02:47:39.289Z[ host-image] Feb 14 02:47:38.860 INFO O| Feb 14 02:47:38.860 INFO ok!
100832026-02-14T02:47:39.289Z[ host-image] Feb 14 02:47:38.860 INFO O| Feb 14 02:47:38.860 INFO STEP 44 (ensure_file) COMPLETE
100842026-02-14T02:47:39.313Z[ host-image] Feb 14 02:47:38.860 INFO O| Feb 14 02:47:38.860 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100852026-02-14T02:47:39.313Z[ host-image] Feb 14 02:47:38.869 INFO O| Feb 14 02:47:38.869 INFO file /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml does not exist
100862026-02-14T02:47:39.313Z[ host-image] Feb 14 02:47:38.869 INFO O| Feb 14 02:47:38.869 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml ...
100872026-02-14T02:47:39.313Z[ host-image] Feb 14 02:47:38.869 INFO O| Feb 14 02:47:38.869 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml
100882026-02-14T02:47:39.313Z[ host-image] Feb 14 02:47:38.869 INFO O| Feb 14 02:47:38.869 INFO ok!
100892026-02-14T02:47:39.313Z[ host-image] Feb 14 02:47:38.869 INFO O| Feb 14 02:47:38.869 INFO STEP 45 (ensure_file) COMPLETE
100902026-02-14T02:47:39.314Z[ host-image] Feb 14 02:47:38.869 INFO O| Feb 14 02:47:38.869 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
100912026-02-14T02:47:39.314Z[ host-image] Feb 14 02:47:38.879 INFO O| Feb 14 02:47:38.879 INFO updating shadow file
100922026-02-14T02:47:39.314Z[ host-image] Feb 14 02:47:38.879 INFO O| Feb 14 02:47:38.879 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
100932026-02-14T02:47:39.314Z[ host-image] Feb 14 02:47:38.879 INFO O| Feb 14 02:47:38.879 INFO STEP 46 (shadow) COMPLETE
100942026-02-14T02:47:39.314Z[ host-image] Feb 14 02:47:38.879 INFO O| Feb 14 02:47:38.879 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
100952026-02-14T02:47:39.338Z[ host-image] Feb 14 02:47:38.889 INFO O| Feb 14 02:47:38.889 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/login exists, with wrong contents, unlinking
100962026-02-14T02:47:39.338Z[ host-image] Feb 14 02:47:38.889 INFO O| Feb 14 02:47:38.889 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/sled/zfs/a/etc/default/login ...
100972026-02-14T02:47:39.338Z[ host-image] Feb 14 02:47:38.889 INFO O| Feb 14 02:47:38.889 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
100982026-02-14T02:47:39.338Z[ host-image] Feb 14 02:47:38.889 INFO O| Feb 14 02:47:38.889 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
100992026-02-14T02:47:39.338Z[ host-image] Feb 14 02:47:38.889 INFO O| Feb 14 02:47:38.889 INFO ok!
101002026-02-14T02:47:39.338Z[ host-image] Feb 14 02:47:38.889 INFO O| Feb 14 02:47:38.889 INFO STEP 47 (ensure_file) COMPLETE
101012026-02-14T02:47:39.338Z[ host-image] Feb 14 02:47:38.889 INFO O| Feb 14 02:47:38.889 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
101022026-02-14T02:47:39.338Z[ host-image] Feb 14 02:47:38.889 INFO O| Feb 14 02:47:38.889 INFO skip step because feature "mfg" is not enabled
101032026-02-14T02:47:39.338Z[ host-image] Feb 14 02:47:38.889 INFO O| Feb 14 02:47:38.889 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
101042026-02-14T02:47:39.338Z[ host-image] Feb 14 02:47:38.889 INFO O| Feb 14 02:47:38.889 INFO skip step because feature "mfg" is not enabled
101052026-02-14T02:47:39.338Z[ host-image] Feb 14 02:47:38.889 INFO O| Feb 14 02:47:38.889 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
101062026-02-14T02:47:39.338Z[ host-image] Feb 14 02:47:38.899 INFO O| Feb 14 02:47:38.899 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot does not exist
101072026-02-14T02:47:39.338Z[ host-image] Feb 14 02:47:38.899 INFO O| Feb 14 02:47:38.899 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot ...
101082026-02-14T02:47:40.214Z[ host-image] Feb 14 02:47:39.785 INFO O| Feb 14 02:47:39.785 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
101092026-02-14T02:47:40.214Z[ host-image] Feb 14 02:47:39.785 INFO O| Feb 14 02:47:39.785 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
101102026-02-14T02:47:40.260Z[ host-image] Feb 14 02:47:39.785 INFO O| Feb 14 02:47:39.785 INFO ok!
101112026-02-14T02:47:40.260Z[ host-image] Feb 14 02:47:39.785 INFO O| Feb 14 02:47:39.785 INFO STEP 50 (ensure_file) COMPLETE
101122026-02-14T02:47:40.260Z[ host-image] Feb 14 02:47:39.785 INFO O| Feb 14 02:47:39.785 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101132026-02-14T02:47:40.260Z[ host-image] Feb 14 02:47:39.785 INFO O| Feb 14 02:47:39.785 INFO skip step because feature "compliance" is not enabled
101142026-02-14T02:47:40.260Z[ host-image] Feb 14 02:47:39.785 INFO O| Feb 14 02:47:39.785 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101152026-02-14T02:47:40.260Z[ host-image] Feb 14 02:47:39.797 INFO O| Feb 14 02:47:39.797 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname does not exist
101162026-02-14T02:47:40.260Z[ host-image] Feb 14 02:47:39.797 INFO O| Feb 14 02:47:39.797 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname ...
101172026-02-14T02:47:40.260Z[ host-image] Feb 14 02:47:39.797 INFO O| Feb 14 02:47:39.797 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
101182026-02-14T02:47:40.260Z[ host-image] Feb 14 02:47:39.797 INFO O| Feb 14 02:47:39.797 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
101192026-02-14T02:47:40.260Z[ host-image] Feb 14 02:47:39.797 INFO O| Feb 14 02:47:39.797 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
101202026-02-14T02:47:40.260Z[ host-image] Feb 14 02:47:39.797 INFO O| Feb 14 02:47:39.797 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
101212026-02-14T02:47:40.260Z[ host-image] Feb 14 02:47:39.797 INFO O| Feb 14 02:47:39.797 INFO ok!
101222026-02-14T02:47:40.260Z[ host-image] Feb 14 02:47:39.797 INFO O| Feb 14 02:47:39.797 INFO STEP 52 (ensure_file) COMPLETE
101232026-02-14T02:47:40.260Z[ host-image] Feb 14 02:47:39.797 INFO O| Feb 14 02:47:39.797 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101242026-02-14T02:47:40.260Z[ host-image] Feb 14 02:47:39.807 INFO O| Feb 14 02:47:39.807 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
101252026-02-14T02:47:40.260Z[ host-image] Feb 14 02:47:39.807 INFO O| Feb 14 02:47:39.807 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 ...
101262026-02-14T02:47:40.260Z[ host-image] Feb 14 02:47:39.807 INFO O| Feb 14 02:47:39.807 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
101272026-02-14T02:47:40.260Z[ host-image] Feb 14 02:47:39.807 INFO O| Feb 14 02:47:39.807 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
101282026-02-14T02:47:40.260Z[ host-image] Feb 14 02:47:39.807 INFO O| Feb 14 02:47:39.807 INFO ok!
101292026-02-14T02:47:40.260Z[ host-image] Feb 14 02:47:39.807 INFO O| Feb 14 02:47:39.807 INFO STEP 53 (ensure_file) COMPLETE
101302026-02-14T02:47:40.260Z[ host-image] Feb 14 02:47:39.807 INFO O| Feb 14 02:47:39.807 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101312026-02-14T02:47:40.285Z[ host-image] Feb 14 02:47:39.820 INFO O| Feb 14 02:47:39.820 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen does not exist
101322026-02-14T02:47:40.285Z[ host-image] Feb 14 02:47:39.820 INFO O| Feb 14 02:47:39.820 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 ...
101332026-02-14T02:47:40.285Z[ host-image] Feb 14 02:47:39.820 INFO O| Feb 14 02:47:39.820 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
101342026-02-14T02:47:40.285Z[ host-image] Feb 14 02:47:39.820 INFO O| Feb 14 02:47:39.820 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
101352026-02-14T02:47:40.285Z[ host-image] Feb 14 02:47:39.820 INFO O| Feb 14 02:47:39.820 INFO ok!
101362026-02-14T02:47:40.285Z[ host-image] Feb 14 02:47:39.820 INFO O| Feb 14 02:47:39.820 INFO STEP 54 (ensure_file) COMPLETE
101372026-02-14T02:47:40.285Z[ host-image] Feb 14 02:47:39.820 INFO O| Feb 14 02:47:39.820 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101382026-02-14T02:47:40.285Z[ host-image] Feb 14 02:47:39.830 INFO O| Feb 14 02:47:39.830 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml does not exist
101392026-02-14T02:47:40.285Z[ host-image] Feb 14 02:47:39.830 INFO O| Feb 14 02:47:39.830 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 ...
101402026-02-14T02:47:40.285Z[ host-image] Feb 14 02:47:39.831 INFO O| Feb 14 02:47:39.830 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
101412026-02-14T02:47:40.285Z[ host-image] Feb 14 02:47:39.831 INFO O| Feb 14 02:47:39.831 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml
101422026-02-14T02:47:40.285Z[ host-image] Feb 14 02:47:39.831 INFO O| Feb 14 02:47:39.831 INFO ok!
101432026-02-14T02:47:40.285Z[ host-image] Feb 14 02:47:39.831 INFO O| Feb 14 02:47:39.831 INFO STEP 55 (ensure_file) COMPLETE
101442026-02-14T02:47:40.285Z[ host-image] Feb 14 02:47:39.831 INFO O| Feb 14 02:47:39.831 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101452026-02-14T02:47:40.286Z[ host-image] Feb 14 02:47:39.840 INFO O| Feb 14 02:47:39.840 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen does not exist
101462026-02-14T02:47:40.286Z[ host-image] Feb 14 02:47:39.840 INFO O| Feb 14 02:47:39.840 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 ...
101472026-02-14T02:47:40.286Z[ host-image] Feb 14 02:47:39.841 INFO O| Feb 14 02:47:39.841 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
101482026-02-14T02:47:40.286Z[ host-image] Feb 14 02:47:39.841 INFO O| Feb 14 02:47:39.841 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
101492026-02-14T02:47:40.286Z[ host-image] Feb 14 02:47:39.841 INFO O| Feb 14 02:47:39.841 INFO ok!
101502026-02-14T02:47:40.286Z[ host-image] Feb 14 02:47:39.841 INFO O| Feb 14 02:47:39.841 INFO STEP 56 (ensure_file) COMPLETE
101512026-02-14T02:47:40.286Z[ host-image] Feb 14 02:47:39.841 INFO O| Feb 14 02:47:39.841 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101522026-02-14T02:47:40.286Z[ host-image] Feb 14 02:47:39.854 INFO O| Feb 14 02:47:39.854 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml does not exist
101532026-02-14T02:47:40.286Z[ host-image] Feb 14 02:47:39.854 INFO O| Feb 14 02:47:39.854 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 ...
101542026-02-14T02:47:40.286Z[ host-image] Feb 14 02:47:39.855 INFO O| Feb 14 02:47:39.855 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
101552026-02-14T02:47:40.286Z[ host-image] Feb 14 02:47:39.855 INFO O| Feb 14 02:47:39.855 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml
101562026-02-14T02:47:40.286Z[ host-image] Feb 14 02:47:39.855 INFO O| Feb 14 02:47:39.855 INFO ok!
101572026-02-14T02:47:40.286Z[ host-image] Feb 14 02:47:39.855 INFO O| Feb 14 02:47:39.855 INFO STEP 57 (ensure_file) COMPLETE
101582026-02-14T02:47:40.286Z[ host-image] Feb 14 02:47:39.855 INFO O| Feb 14 02:47:39.855 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101592026-02-14T02:47:40.310Z[ host-image] Feb 14 02:47:39.865 INFO O| Feb 14 02:47:39.865 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen does not exist
101602026-02-14T02:47:40.311Z[ host-image] Feb 14 02:47:39.865 INFO O| Feb 14 02:47:39.865 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 ...
101612026-02-14T02:47:40.311Z[ host-image] Feb 14 02:47:39.865 INFO O| Feb 14 02:47:39.865 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
101622026-02-14T02:47:40.311Z[ host-image] Feb 14 02:47:39.865 INFO O| Feb 14 02:47:39.865 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
101632026-02-14T02:47:40.311Z[ host-image] Feb 14 02:47:39.865 INFO O| Feb 14 02:47:39.865 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
101642026-02-14T02:47:40.311Z[ host-image] Feb 14 02:47:39.865 INFO O| Feb 14 02:47:39.865 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
101652026-02-14T02:47:40.311Z[ host-image] Feb 14 02:47:39.865 INFO O| Feb 14 02:47:39.865 INFO ok!
101662026-02-14T02:47:40.311Z[ host-image] Feb 14 02:47:39.865 INFO O| Feb 14 02:47:39.865 INFO STEP 58 (ensure_file) COMPLETE
101672026-02-14T02:47:40.311Z[ host-image] Feb 14 02:47:39.865 INFO O| Feb 14 02:47:39.865 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101682026-02-14T02:47:40.311Z[ host-image] Feb 14 02:47:39.875 INFO O| Feb 14 02:47:39.875 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml does not exist
101692026-02-14T02:47:40.311Z[ host-image] Feb 14 02:47:39.875 INFO O| Feb 14 02:47:39.875 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 ...
101702026-02-14T02:47:40.311Z[ host-image] Feb 14 02:47:39.876 INFO O| Feb 14 02:47:39.876 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
101712026-02-14T02:47:40.311Z[ host-image] Feb 14 02:47:39.876 INFO O| Feb 14 02:47:39.876 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml
101722026-02-14T02:47:40.311Z[ host-image] Feb 14 02:47:39.876 INFO O| Feb 14 02:47:39.876 INFO ok!
101732026-02-14T02:47:40.311Z[ host-image] Feb 14 02:47:39.876 INFO O| Feb 14 02:47:39.876 INFO STEP 59 (ensure_file) COMPLETE
101742026-02-14T02:47:40.311Z[ host-image] Feb 14 02:47:39.876 INFO O| Feb 14 02:47:39.876 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101752026-02-14T02:47:40.335Z[ host-image] Feb 14 02:47:39.890 INFO O| Feb 14 02:47:39.890 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger does not exist
101762026-02-14T02:47:40.335Z[ host-image] Feb 14 02:47:39.890 INFO O| Feb 14 02:47:39.890 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-pinger.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger ...
101772026-02-14T02:47:40.335Z[ host-image] Feb 14 02:47:39.890 INFO O| Feb 14 02:47:39.890 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
101782026-02-14T02:47:40.335Z[ host-image] Feb 14 02:47:39.890 INFO O| Feb 14 02:47:39.890 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
101792026-02-14T02:47:40.335Z[ host-image] Feb 14 02:47:39.890 INFO O| Feb 14 02:47:39.890 INFO ok!
101802026-02-14T02:47:40.336Z[ host-image] Feb 14 02:47:39.890 INFO O| Feb 14 02:47:39.890 INFO STEP 60 (ensure_file) COMPLETE
101812026-02-14T02:47:40.336Z[ host-image] Feb 14 02:47:39.890 INFO O| Feb 14 02:47:39.890 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101822026-02-14T02:47:40.336Z[ host-image] Feb 14 02:47:39.903 INFO O| Feb 14 02:47:39.903 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml does not exist
101832026-02-14T02:47:40.336Z[ host-image] Feb 14 02:47:39.903 INFO O| Feb 14 02:47:39.903 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 ...
101842026-02-14T02:47:40.336Z[ host-image] Feb 14 02:47:39.904 INFO O| Feb 14 02:47:39.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-pinger.xml
101852026-02-14T02:47:40.336Z[ host-image] Feb 14 02:47:39.904 INFO O| Feb 14 02:47:39.904 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml
101862026-02-14T02:47:40.336Z[ host-image] Feb 14 02:47:39.904 INFO O| Feb 14 02:47:39.904 INFO ok!
101872026-02-14T02:47:40.336Z[ host-image] Feb 14 02:47:39.904 INFO O| Feb 14 02:47:39.904 INFO STEP 61 (ensure_file) COMPLETE
101882026-02-14T02:47:40.336Z[ host-image] Feb 14 02:47:39.904 INFO O| Feb 14 02:47:39.904 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101892026-02-14T02:47:40.360Z[ host-image] Feb 14 02:47:39.916 INFO O| Feb 14 02:47:39.916 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon does not exist
101902026-02-14T02:47:40.360Z[ host-image] Feb 14 02:47:39.916 INFO O| Feb 14 02:47:39.916 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon ...
101912026-02-14T02:47:40.360Z[ host-image] Feb 14 02:47:39.917 INFO O| Feb 14 02:47:39.917 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
101922026-02-14T02:47:40.360Z[ host-image] Feb 14 02:47:39.917 INFO O| Feb 14 02:47:39.917 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
101932026-02-14T02:47:40.360Z[ host-image] Feb 14 02:47:39.917 INFO O| Feb 14 02:47:39.917 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
101942026-02-14T02:47:40.360Z[ host-image] Feb 14 02:47:39.917 INFO O| Feb 14 02:47:39.917 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
101952026-02-14T02:47:40.360Z[ host-image] Feb 14 02:47:39.917 INFO O| Feb 14 02:47:39.917 INFO ok!
101962026-02-14T02:47:40.360Z[ host-image] Feb 14 02:47:39.917 INFO O| Feb 14 02:47:39.917 INFO STEP 62 (ensure_file) COMPLETE
101972026-02-14T02:47:40.361Z[ host-image] Feb 14 02:47:39.917 INFO O| Feb 14 02:47:39.917 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101982026-02-14T02:47:40.361Z[ host-image] Feb 14 02:47:39.930 INFO O| Feb 14 02:47:39.930 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
101992026-02-14T02:47:40.361Z[ host-image] Feb 14 02:47:39.930 INFO O| Feb 14 02:47:39.930 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 ...
102002026-02-14T02:47:40.361Z[ host-image] Feb 14 02:47:39.930 INFO O| Feb 14 02:47:39.930 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
102012026-02-14T02:47:40.361Z[ host-image] Feb 14 02:47:39.930 INFO O| Feb 14 02:47:39.930 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
102022026-02-14T02:47:40.361Z[ host-image] Feb 14 02:47:39.930 INFO O| Feb 14 02:47:39.930 INFO ok!
102032026-02-14T02:47:40.361Z[ host-image] Feb 14 02:47:39.930 INFO O| Feb 14 02:47:39.930 INFO STEP 63 (ensure_file) COMPLETE
102042026-02-14T02:47:40.361Z[ host-image] Feb 14 02:47:39.930 INFO O| Feb 14 02:47:39.930 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
102052026-02-14T02:47:40.385Z[ host-image] Feb 14 02:47:39.942 INFO O| Feb 14 02:47:39.942 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
102062026-02-14T02:47:40.385Z[ host-image] Feb 14 02:47:39.942 INFO O| Feb 14 02:47:39.942 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 ...
102072026-02-14T02:47:40.385Z[ host-image] Feb 14 02:47:39.942 INFO O| Feb 14 02:47:39.942 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml
102082026-02-14T02:47:40.385Z[ host-image] Feb 14 02:47:39.942 INFO O| Feb 14 02:47:39.942 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml
102092026-02-14T02:47:40.385Z[ host-image] Feb 14 02:47:39.942 INFO O| Feb 14 02:47:39.942 INFO ok!
102102026-02-14T02:47:40.385Z[ host-image] Feb 14 02:47:39.942 INFO O| Feb 14 02:47:39.942 INFO STEP 64 (ensure_file) COMPLETE
102112026-02-14T02:47:40.385Z[ host-image] Feb 14 02:47:39.942 INFO O| Feb 14 02:47:39.942 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
102122026-02-14T02:47:40.386Z[ host-image] Feb 14 02:47:39.953 INFO O| Feb 14 02:47:39.953 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
102132026-02-14T02:47:40.386Z[ host-image] Feb 14 02:47:39.953 INFO O| Feb 14 02:47:39.953 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 ...
102142026-02-14T02:47:40.386Z[ host-image] Feb 14 02:47:39.953 INFO O| Feb 14 02:47:39.953 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
102152026-02-14T02:47:40.386Z[ host-image] Feb 14 02:47:39.953 INFO O| Feb 14 02:47:39.953 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml
102162026-02-14T02:47:40.386Z[ host-image] Feb 14 02:47:39.953 INFO O| Feb 14 02:47:39.953 INFO ok!
102172026-02-14T02:47:40.386Z[ host-image] Feb 14 02:47:39.953 INFO O| Feb 14 02:47:39.953 INFO STEP 65 (ensure_file) COMPLETE
102182026-02-14T02:47:40.386Z[ host-image] Feb 14 02:47:39.953 INFO O| Feb 14 02:47:39.953 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
102192026-02-14T02:47:40.386Z[ host-image] Feb 14 02:47:39.953 INFO O| Feb 14 02:47:39.953 INFO skip step because feature "mbist" is not enabled
102202026-02-14T02:47:40.386Z[ host-image] Feb 14 02:47:39.953 INFO O| Feb 14 02:47:39.953 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102212026-02-14T02:47:40.410Z[ host-image] Feb 14 02:47:39.963 INFO O| Feb 14 02:47:39.963 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/opt
102222026-02-14T02:47:40.410Z[ host-image] Feb 14 02:47:39.963 INFO O| Feb 14 02:47:39.963 INFO STEP 67 (ensure_dir) COMPLETE
102232026-02-14T02:47:40.410Z[ host-image] Feb 14 02:47:39.963 INFO O| Feb 14 02:47:39.963 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102242026-02-14T02:47:40.410Z[ host-image] Feb 14 02:47:39.973 INFO O| Feb 14 02:47:39.973 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
102252026-02-14T02:47:40.410Z[ host-image] Feb 14 02:47:39.973 INFO O| Feb 14 02:47:39.973 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
102262026-02-14T02:47:40.410Z[ host-image] Feb 14 02:47:39.973 INFO O| Feb 14 02:47:39.973 INFO STEP 68 (ensure_dir) COMPLETE
102272026-02-14T02:47:40.410Z[ host-image] Feb 14 02:47:39.973 INFO O| Feb 14 02:47:39.973 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102282026-02-14T02:47:40.434Z[ host-image] Feb 14 02:47:39.982 INFO O| Feb 14 02:47:39.982 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
102292026-02-14T02:47:40.435Z[ host-image] Feb 14 02:47:39.982 INFO O| Feb 14 02:47:39.982 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
102302026-02-14T02:47:40.435Z[ host-image] Feb 14 02:47:39.982 INFO O| Feb 14 02:47:39.982 INFO STEP 69 (ensure_dir) COMPLETE
102312026-02-14T02:47:40.435Z[ host-image] Feb 14 02:47:39.982 INFO O| Feb 14 02:47:39.982 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102322026-02-14T02:47:40.435Z[ host-image] Feb 14 02:47:39.993 INFO O| Feb 14 02:47:39.993 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
102332026-02-14T02:47:40.435Z[ host-image] Feb 14 02:47:39.993 INFO O| Feb 14 02:47:39.993 INFO copying /tmp/.tmp2kNFyc/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm ...
102342026-02-14T02:47:42.155Z[ host-image] Feb 14 02:47:41.726 INFO O| Feb 14 02:47:41.726 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm
102352026-02-14T02:47:42.155Z[ host-image] Feb 14 02:47:41.726 INFO O| Feb 14 02:47:41.726 INFO ok!
102362026-02-14T02:47:42.179Z[ host-image] Feb 14 02:47:41.726 INFO O| Feb 14 02:47:41.726 INFO STEP 70 (ensure_file) COMPLETE
102372026-02-14T02:47:42.179Z[ host-image] Feb 14 02:47:41.726 INFO O| Feb 14 02:47:41.726 INFO STEP 71: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102382026-02-14T02:47:42.179Z[ host-image] Feb 14 02:47:41.742 INFO O| Feb 14 02:47:41.742 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
102392026-02-14T02:47:42.179Z[ host-image] Feb 14 02:47:41.742 INFO O| Feb 14 02:47:41.742 INFO copying /tmp/.tmp2kNFyc/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd ...
102402026-02-14T02:47:45.225Z[ host-image] Feb 14 02:47:44.796 INFO O| Feb 14 02:47:44.796 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd
102412026-02-14T02:47:45.225Z[ host-image] Feb 14 02:47:44.796 INFO O| Feb 14 02:47:44.796 INFO ok!
102422026-02-14T02:47:45.250Z[ host-image] Feb 14 02:47:44.796 INFO O| Feb 14 02:47:44.796 INFO STEP 71 (ensure_file) COMPLETE
102432026-02-14T02:47:45.250Z[ host-image] Feb 14 02:47:44.796 INFO O| Feb 14 02:47:44.796 INFO STEP 72: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102442026-02-14T02:47:45.274Z[ host-image] Feb 14 02:47:44.831 INFO O| Feb 14 02:47:44.831 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
102452026-02-14T02:47:45.274Z[ host-image] Feb 14 02:47:44.832 INFO O| Feb 14 02:47:44.832 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
102462026-02-14T02:47:45.274Z[ host-image] Feb 14 02:47:44.832 INFO O| Feb 14 02:47:44.832 INFO STEP 72 (ensure_dir) COMPLETE
102472026-02-14T02:47:45.274Z[ host-image] Feb 14 02:47:44.832 INFO O| Feb 14 02:47:44.832 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102482026-02-14T02:47:45.298Z[ host-image] Feb 14 02:47:44.866 INFO O| Feb 14 02:47:44.866 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
102492026-02-14T02:47:45.298Z[ host-image] Feb 14 02:47:44.866 INFO O| Feb 14 02:47:44.866 INFO copying /tmp/.tmp2kNFyc/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 ...
102502026-02-14T02:47:45.298Z[ host-image] Feb 14 02:47:44.866 INFO O| Feb 14 02:47:44.866 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
102512026-02-14T02:47:45.298Z[ host-image] Feb 14 02:47:44.866 INFO O| Feb 14 02:47:44.866 INFO ok!
102522026-02-14T02:47:45.298Z[ host-image] Feb 14 02:47:44.866 INFO O| Feb 14 02:47:44.866 INFO STEP 73 (ensure_file) COMPLETE
102532026-02-14T02:47:45.298Z[ host-image] Feb 14 02:47:44.866 INFO O| Feb 14 02:47:44.866 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102542026-02-14T02:47:45.330Z[ host-image] Feb 14 02:47:44.901 INFO O| Feb 14 02:47:44.901 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
102552026-02-14T02:47:45.330Z[ host-image] Feb 14 02:47:44.901 INFO O| Feb 14 02:47:44.901 INFO copying /tmp/.tmp2kNFyc/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 ...
102562026-02-14T02:47:45.356Z[ host-image] Feb 14 02:47:44.902 INFO O| Feb 14 02:47:44.902 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
102572026-02-14T02:47:45.356Z[ host-image] Feb 14 02:47:44.902 INFO O| Feb 14 02:47:44.902 INFO ok!
102582026-02-14T02:47:45.356Z[ host-image] Feb 14 02:47:44.902 INFO O| Feb 14 02:47:44.902 INFO STEP 74 (ensure_file) COMPLETE
102592026-02-14T02:47:45.356Z[ host-image] Feb 14 02:47:44.902 INFO O| Feb 14 02:47:44.902 INFO STEP 75: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102602026-02-14T02:47:45.390Z[ host-image] Feb 14 02:47:44.961 INFO O| Feb 14 02:47:44.961 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
102612026-02-14T02:47:45.390Z[ host-image] Feb 14 02:47:44.961 INFO O| Feb 14 02:47:44.961 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
102622026-02-14T02:47:45.390Z[ host-image] Feb 14 02:47:44.961 INFO O| Feb 14 02:47:44.961 INFO STEP 75 (ensure_dir) COMPLETE
102632026-02-14T02:47:45.414Z[ host-image] Feb 14 02:47:44.961 INFO O| Feb 14 02:47:44.961 INFO STEP 76: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102642026-02-14T02:47:45.450Z[ host-image] Feb 14 02:47:45.021 INFO O| Feb 14 02:47:45.021 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
102652026-02-14T02:47:45.450Z[ host-image] Feb 14 02:47:45.021 INFO O| Feb 14 02:47:45.021 INFO copying /tmp/.tmp2kNFyc/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 ...
102662026-02-14T02:47:45.476Z[ host-image] Feb 14 02:47:45.047 INFO O| Feb 14 02:47:45.047 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
102672026-02-14T02:47:45.476Z[ host-image] Feb 14 02:47:45.047 INFO O| Feb 14 02:47:45.047 INFO ok!
102682026-02-14T02:47:45.500Z[ host-image] Feb 14 02:47:45.047 INFO O| Feb 14 02:47:45.047 INFO STEP 76 (ensure_file) COMPLETE
102692026-02-14T02:47:45.500Z[ host-image] Feb 14 02:47:45.047 INFO O| Feb 14 02:47:45.047 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102702026-02-14T02:47:45.534Z[ host-image] Feb 14 02:47:45.105 INFO O| Feb 14 02:47:45.105 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
102712026-02-14T02:47:45.534Z[ host-image] Feb 14 02:47:45.105 INFO O| Feb 14 02:47:45.105 INFO copying /tmp/.tmp2kNFyc/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 ...
102722026-02-14T02:47:45.558Z[ host-image] Feb 14 02:47:45.105 INFO O| Feb 14 02:47:45.105 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
102732026-02-14T02:47:45.558Z[ host-image] Feb 14 02:47:45.105 INFO O| Feb 14 02:47:45.105 INFO ok!
102742026-02-14T02:47:45.558Z[ host-image] Feb 14 02:47:45.105 INFO O| Feb 14 02:47:45.105 INFO STEP 77 (ensure_file) COMPLETE
102752026-02-14T02:47:45.558Z[ host-image] Feb 14 02:47:45.105 INFO O| Feb 14 02:47:45.105 INFO STEP 78: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102762026-02-14T02:47:45.558Z[ host-image] Feb 14 02:47:45.115 INFO O| Feb 14 02:47:45.115 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
102772026-02-14T02:47:45.558Z[ host-image] Feb 14 02:47:45.115 INFO O| Feb 14 02:47:45.115 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
102782026-02-14T02:47:45.558Z[ host-image] Feb 14 02:47:45.116 INFO O| Feb 14 02:47:45.115 INFO STEP 78 (ensure_dir) COMPLETE
102792026-02-14T02:47:45.558Z[ host-image] Feb 14 02:47:45.116 INFO O| Feb 14 02:47:45.116 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102802026-02-14T02:47:45.558Z[ host-image] Feb 14 02:47:45.125 INFO O| Feb 14 02:47:45.125 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
102812026-02-14T02:47:45.558Z[ host-image] Feb 14 02:47:45.125 INFO O| Feb 14 02:47:45.125 INFO copying /tmp/.tmp2kNFyc/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 ...
102822026-02-14T02:47:45.558Z[ host-image] Feb 14 02:47:45.125 INFO O| Feb 14 02:47:45.125 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
102832026-02-14T02:47:45.558Z[ host-image] Feb 14 02:47:45.125 INFO O| Feb 14 02:47:45.125 INFO ok!
102842026-02-14T02:47:45.558Z[ host-image] Feb 14 02:47:45.125 INFO O| Feb 14 02:47:45.125 INFO STEP 79 (ensure_file) COMPLETE
102852026-02-14T02:47:45.558Z[ host-image] Feb 14 02:47:45.126 INFO O| Feb 14 02:47:45.126 INFO STEP 80: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102862026-02-14T02:47:45.582Z[ host-image] Feb 14 02:47:45.135 INFO O| Feb 14 02:47:45.135 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
102872026-02-14T02:47:45.582Z[ host-image] Feb 14 02:47:45.135 INFO O| Feb 14 02:47:45.135 INFO copying /tmp/.tmp2kNFyc/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION ...
102882026-02-14T02:47:45.583Z[ host-image] Feb 14 02:47:45.135 INFO O| Feb 14 02:47:45.135 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION
102892026-02-14T02:47:45.583Z[ host-image] Feb 14 02:47:45.135 INFO O| Feb 14 02:47:45.135 INFO ok!
102902026-02-14T02:47:45.583Z[ host-image] Feb 14 02:47:45.135 INFO O| Feb 14 02:47:45.135 INFO STEP 80 (ensure_file) COMPLETE
102912026-02-14T02:47:45.583Z[ host-image] Feb 14 02:47:45.135 INFO O| Feb 14 02:47:45.135 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102922026-02-14T02:47:45.583Z[ host-image] Feb 14 02:47:45.145 INFO O| Feb 14 02:47:45.145 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
102932026-02-14T02:47:45.583Z[ host-image] Feb 14 02:47:45.145 INFO O| Feb 14 02:47:45.145 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
102942026-02-14T02:47:45.583Z[ host-image] Feb 14 02:47:45.145 INFO O| Feb 14 02:47:45.145 INFO STEP 81 (ensure_dir) COMPLETE
102952026-02-14T02:47:45.583Z[ host-image] Feb 14 02:47:45.145 INFO O| Feb 14 02:47:45.145 INFO STEP 82: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102962026-02-14T02:47:45.607Z[ host-image] Feb 14 02:47:45.154 INFO O| Feb 14 02:47:45.154 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
102972026-02-14T02:47:45.607Z[ host-image] Feb 14 02:47:45.154 INFO O| Feb 14 02:47:45.154 INFO copying /tmp/.tmp2kNFyc/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle ...
102982026-02-14T02:47:48.297Z[ host-image] Feb 14 02:47:47.868 INFO O| Feb 14 02:47:47.868 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle
102992026-02-14T02:47:48.323Z[ host-image] Feb 14 02:47:47.868 INFO O| Feb 14 02:47:47.868 INFO ok!
103002026-02-14T02:47:48.323Z[ host-image] Feb 14 02:47:47.868 INFO O| Feb 14 02:47:47.868 INFO STEP 82 (ensure_file) COMPLETE
103012026-02-14T02:47:48.323Z[ host-image] Feb 14 02:47:47.868 INFO O| Feb 14 02:47:47.868 INFO STEP 83: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103022026-02-14T02:47:48.323Z[ host-image] Feb 14 02:47:47.884 INFO O| Feb 14 02:47:47.884 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor does not exist
103032026-02-14T02:47:48.323Z[ host-image] Feb 14 02:47:47.884 INFO O| Feb 14 02:47:47.884 INFO copying /tmp/.tmp2kNFyc/proto/host/root/opt/oxide/sled-agent/tofino-monitor -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor ...
103042026-02-14T02:47:49.161Z[ host-image] Feb 14 02:47:48.731 INFO O| Feb 14 02:47:48.731 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor
103052026-02-14T02:47:49.161Z[ host-image] Feb 14 02:47:48.731 INFO O| Feb 14 02:47:48.731 INFO ok!
103062026-02-14T02:47:49.161Z[ host-image] Feb 14 02:47:48.731 INFO O| Feb 14 02:47:48.731 INFO STEP 83 (ensure_file) COMPLETE
103072026-02-14T02:47:49.185Z[ host-image] Feb 14 02:47:48.731 INFO O| Feb 14 02:47:48.731 INFO STEP 84: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103082026-02-14T02:47:49.185Z[ host-image] Feb 14 02:47:48.748 INFO O| Feb 14 02:47:48.748 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
103092026-02-14T02:47:49.185Z[ host-image] Feb 14 02:47:48.748 INFO O| Feb 14 02:47:48.748 INFO copying /tmp/.tmp2kNFyc/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent ...
103102026-02-14T02:47:53.803Z[ host-image] Feb 14 02:47:53.374 INFO O| Feb 14 02:47:53.374 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent
103112026-02-14T02:47:53.803Z[ host-image] Feb 14 02:47:53.374 INFO O| Feb 14 02:47:53.374 INFO ok!
103122026-02-14T02:47:53.827Z[ host-image] Feb 14 02:47:53.374 INFO O| Feb 14 02:47:53.374 INFO STEP 84 (ensure_file) COMPLETE
103132026-02-14T02:47:53.827Z[ host-image] Feb 14 02:47:53.374 INFO O| Feb 14 02:47:53.374 INFO STEP 85: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103142026-02-14T02:47:53.827Z[ host-image] Feb 14 02:47:53.388 INFO O| Feb 14 02:47:53.388 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
103152026-02-14T02:47:53.828Z[ host-image] Feb 14 02:47:53.388 INFO O| Feb 14 02:47:53.388 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
103162026-02-14T02:47:53.828Z[ host-image] Feb 14 02:47:53.388 INFO O| Feb 14 02:47:53.388 INFO STEP 85 (ensure_dir) COMPLETE
103172026-02-14T02:47:53.828Z[ host-image] Feb 14 02:47:53.388 INFO O| Feb 14 02:47:53.388 INFO STEP 86: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103182026-02-14T02:47:53.852Z[ host-image] Feb 14 02:47:53.399 INFO O| Feb 14 02:47:53.399 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
103192026-02-14T02:47:53.852Z[ host-image] Feb 14 02:47:53.399 INFO O| Feb 14 02:47:53.399 INFO copying /tmp/.tmp2kNFyc/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 ...
103202026-02-14T02:47:53.852Z[ host-image] Feb 14 02:47:53.400 INFO O| Feb 14 02:47:53.400 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml
103212026-02-14T02:47:53.852Z[ host-image] Feb 14 02:47:53.400 INFO O| Feb 14 02:47:53.400 INFO ok!
103222026-02-14T02:47:53.852Z[ host-image] Feb 14 02:47:53.400 INFO O| Feb 14 02:47:53.400 INFO STEP 86 (ensure_file) COMPLETE
103232026-02-14T02:47:53.852Z[ host-image] Feb 14 02:47:53.400 INFO O| Feb 14 02:47:53.400 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103242026-02-14T02:47:53.853Z[ host-image] Feb 14 02:47:53.410 INFO O| Feb 14 02:47:53.410 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
103252026-02-14T02:47:53.853Z[ host-image] Feb 14 02:47:53.410 INFO O| Feb 14 02:47:53.410 INFO copying /tmp/.tmp2kNFyc/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 ...
103262026-02-14T02:47:53.853Z[ host-image] Feb 14 02:47:53.410 INFO O| Feb 14 02:47:53.410 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md
103272026-02-14T02:47:53.853Z[ host-image] Feb 14 02:47:53.410 INFO O| Feb 14 02:47:53.410 INFO ok!
103282026-02-14T02:47:53.853Z[ host-image] Feb 14 02:47:53.410 INFO O| Feb 14 02:47:53.410 INFO STEP 87 (ensure_file) COMPLETE
103292026-02-14T02:47:53.853Z[ host-image] Feb 14 02:47:53.410 INFO O| Feb 14 02:47:53.410 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103302026-02-14T02:47:53.877Z[ host-image] Feb 14 02:47:53.425 INFO O| Feb 14 02:47:53.424 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION does not exist
103312026-02-14T02:47:53.877Z[ host-image] Feb 14 02:47:53.425 INFO O| Feb 14 02:47:53.425 INFO copying /tmp/.tmp2kNFyc/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION ...
103322026-02-14T02:47:53.877Z[ host-image] Feb 14 02:47:53.425 INFO O| Feb 14 02:47:53.425 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION
103332026-02-14T02:47:53.877Z[ host-image] Feb 14 02:47:53.425 INFO O| Feb 14 02:47:53.425 INFO ok!
103342026-02-14T02:47:53.877Z[ host-image] Feb 14 02:47:53.425 INFO O| Feb 14 02:47:53.425 INFO STEP 88 (ensure_file) COMPLETE
103352026-02-14T02:47:53.877Z[ host-image] Feb 14 02:47:53.425 INFO O| Feb 14 02:47:53.425 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103362026-02-14T02:47:53.877Z[ host-image] Feb 14 02:47:53.436 INFO O| Feb 14 02:47:53.436 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz does not exist
103372026-02-14T02:47:53.877Z[ host-image] Feb 14 02:47:53.436 INFO O| Feb 14 02:47:53.436 INFO copying /tmp/.tmp2kNFyc/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz ...
103382026-02-14T02:47:53.877Z[ host-image] Feb 14 02:47:53.437 INFO O| Feb 14 02:47:53.436 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz
103392026-02-14T02:47:53.877Z[ host-image] Feb 14 02:47:53.437 INFO O| Feb 14 02:47:53.436 INFO ok!
103402026-02-14T02:47:53.877Z[ host-image] Feb 14 02:47:53.437 INFO O| Feb 14 02:47:53.436 INFO STEP 89 (ensure_file) COMPLETE
103412026-02-14T02:47:53.878Z[ host-image] Feb 14 02:47:53.437 INFO O| Feb 14 02:47:53.437 INFO STEP 90: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103422026-02-14T02:47:53.878Z[ host-image] Feb 14 02:47:53.447 INFO O| Feb 14 02:47:53.447 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
103432026-02-14T02:47:53.878Z[ host-image] Feb 14 02:47:53.447 INFO O| Feb 14 02:47:53.447 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
103442026-02-14T02:47:53.878Z[ host-image] Feb 14 02:47:53.447 INFO O| Feb 14 02:47:53.447 INFO STEP 90 (ensure_dir) COMPLETE
103452026-02-14T02:47:53.878Z[ host-image] Feb 14 02:47:53.447 INFO O| Feb 14 02:47:53.447 INFO STEP 91: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103462026-02-14T02:47:53.902Z[ host-image] Feb 14 02:47:53.460 INFO O| Feb 14 02:47:53.460 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog does not exist
103472026-02-14T02:47:53.903Z[ host-image] Feb 14 02:47:53.460 INFO O| Feb 14 02:47:53.460 INFO copying /tmp/.tmp2kNFyc/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog ...
103482026-02-14T02:47:53.927Z[ host-image] Feb 14 02:47:53.478 INFO O| Feb 14 02:47:53.478 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog
103492026-02-14T02:47:53.927Z[ host-image] Feb 14 02:47:53.478 INFO O| Feb 14 02:47:53.478 INFO ok!
103502026-02-14T02:47:53.927Z[ host-image] Feb 14 02:47:53.478 INFO O| Feb 14 02:47:53.478 INFO STEP 91 (ensure_file) COMPLETE
103512026-02-14T02:47:53.927Z[ host-image] Feb 14 02:47:53.478 INFO O| Feb 14 02:47:53.478 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103522026-02-14T02:47:53.927Z[ host-image] Feb 14 02:47:53.492 INFO O| Feb 14 02:47:53.492 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION does not exist
103532026-02-14T02:47:53.927Z[ host-image] Feb 14 02:47:53.492 INFO O| Feb 14 02:47:53.492 INFO copying /tmp/.tmp2kNFyc/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION ...
103542026-02-14T02:47:53.927Z[ host-image] Feb 14 02:47:53.492 INFO O| Feb 14 02:47:53.492 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION
103552026-02-14T02:47:53.927Z[ host-image] Feb 14 02:47:53.492 INFO O| Feb 14 02:47:53.492 INFO ok!
103562026-02-14T02:47:53.928Z[ host-image] Feb 14 02:47:53.492 INFO O| Feb 14 02:47:53.492 INFO STEP 92 (ensure_file) COMPLETE
103572026-02-14T02:47:53.928Z[ host-image] Feb 14 02:47:53.492 INFO O| Feb 14 02:47:53.492 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103582026-02-14T02:47:53.952Z[ host-image] Feb 14 02:47:53.502 INFO O| Feb 14 02:47:53.502 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
103592026-02-14T02:47:53.952Z[ host-image] Feb 14 02:47:53.503 INFO O| Feb 14 02:47:53.502 INFO copying /tmp/.tmp2kNFyc/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz ...
103602026-02-14T02:47:57.729Z[ host-image] Feb 14 02:47:57.300 INFO O| Feb 14 02:47:57.300 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz
103612026-02-14T02:47:57.729Z[ host-image] Feb 14 02:47:57.300 INFO O| Feb 14 02:47:57.300 INFO ok!
103622026-02-14T02:47:57.729Z[ host-image] Feb 14 02:47:57.300 INFO O| Feb 14 02:47:57.300 INFO STEP 93 (ensure_file) COMPLETE
103632026-02-14T02:47:57.753Z[ host-image] Feb 14 02:47:57.300 INFO O| Feb 14 02:47:57.300 INFO STEP 94: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103642026-02-14T02:47:57.753Z[ host-image] Feb 14 02:47:57.313 INFO O| Feb 14 02:47:57.313 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
103652026-02-14T02:47:57.753Z[ host-image] Feb 14 02:47:57.313 INFO O| Feb 14 02:47:57.313 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
103662026-02-14T02:47:57.753Z[ host-image] Feb 14 02:47:57.313 INFO O| Feb 14 02:47:57.313 INFO STEP 94 (ensure_dir) COMPLETE
103672026-02-14T02:47:57.753Z[ host-image] Feb 14 02:47:57.313 INFO O| Feb 14 02:47:57.313 INFO STEP 95: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103682026-02-14T02:47:57.753Z[ host-image] Feb 14 02:47:57.323 INFO O| Feb 14 02:47:57.323 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
103692026-02-14T02:47:57.753Z[ host-image] Feb 14 02:47:57.323 INFO O| Feb 14 02:47:57.323 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
103702026-02-14T02:47:57.753Z[ host-image] Feb 14 02:47:57.323 INFO O| Feb 14 02:47:57.323 INFO STEP 95 (ensure_dir) COMPLETE
103712026-02-14T02:47:57.753Z[ host-image] Feb 14 02:47:57.323 INFO O| Feb 14 02:47:57.323 INFO STEP 96: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103722026-02-14T02:47:57.777Z[ host-image] Feb 14 02:47:57.336 INFO O| Feb 14 02:47:57.336 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
103732026-02-14T02:47:57.778Z[ host-image] Feb 14 02:47:57.336 INFO O| Feb 14 02:47:57.336 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
103742026-02-14T02:47:57.778Z[ host-image] Feb 14 02:47:57.336 INFO O| Feb 14 02:47:57.336 INFO STEP 96 (ensure_dir) COMPLETE
103752026-02-14T02:47:57.778Z[ host-image] Feb 14 02:47:57.336 INFO O| Feb 14 02:47:57.336 INFO STEP 97: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103762026-02-14T02:47:57.802Z[ host-image] Feb 14 02:47:57.350 INFO O| Feb 14 02:47:57.350 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
103772026-02-14T02:47:57.802Z[ host-image] Feb 14 02:47:57.350 INFO O| Feb 14 02:47:57.350 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
103782026-02-14T02:47:57.802Z[ host-image] Feb 14 02:47:57.350 INFO O| Feb 14 02:47:57.350 INFO STEP 97 (ensure_dir) COMPLETE
103792026-02-14T02:47:57.802Z[ host-image] Feb 14 02:47:57.350 INFO O| Feb 14 02:47:57.350 INFO STEP 98: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103802026-02-14T02:47:57.802Z[ host-image] Feb 14 02:47:57.362 INFO O| Feb 14 02:47:57.362 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
103812026-02-14T02:47:57.802Z[ host-image] Feb 14 02:47:57.362 INFO O| Feb 14 02:47:57.362 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
103822026-02-14T02:47:57.802Z[ host-image] Feb 14 02:47:57.362 INFO O| Feb 14 02:47:57.362 INFO STEP 98 (ensure_dir) COMPLETE
103832026-02-14T02:47:57.802Z[ host-image] Feb 14 02:47:57.362 INFO O| Feb 14 02:47:57.362 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103842026-02-14T02:47:57.826Z[ host-image] Feb 14 02:47:57.373 INFO O| Feb 14 02:47:57.373 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
103852026-02-14T02:47:57.826Z[ host-image] Feb 14 02:47:57.373 INFO O| Feb 14 02:47:57.373 INFO copying /tmp/.tmp2kNFyc/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 ...
103862026-02-14T02:47:57.826Z[ host-image] Feb 14 02:47:57.374 INFO O| Feb 14 02:47:57.374 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
103872026-02-14T02:47:57.826Z[ host-image] Feb 14 02:47:57.374 INFO O| Feb 14 02:47:57.374 INFO ok!
103882026-02-14T02:47:57.826Z[ host-image] Feb 14 02:47:57.374 INFO O| Feb 14 02:47:57.374 INFO STEP 99 (ensure_file) COMPLETE
103892026-02-14T02:47:57.826Z[ host-image] Feb 14 02:47:57.374 INFO O| Feb 14 02:47:57.374 INFO STEP 100: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103902026-02-14T02:47:57.826Z[ host-image] Feb 14 02:47:57.385 INFO O| Feb 14 02:47:57.385 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
103912026-02-14T02:47:57.826Z[ host-image] Feb 14 02:47:57.385 INFO O| Feb 14 02:47:57.385 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
103922026-02-14T02:47:57.826Z[ host-image] Feb 14 02:47:57.385 INFO O| Feb 14 02:47:57.385 INFO STEP 100 (ensure_dir) COMPLETE
103932026-02-14T02:47:57.826Z[ host-image] Feb 14 02:47:57.385 INFO O| Feb 14 02:47:57.385 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103942026-02-14T02:47:57.826Z[ host-image] Feb 14 02:47:57.395 INFO O| Feb 14 02:47:57.395 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
103952026-02-14T02:47:57.826Z[ host-image] Feb 14 02:47:57.395 INFO O| Feb 14 02:47:57.395 INFO copying /tmp/.tmp2kNFyc/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
103962026-02-14T02:47:57.887Z[ host-image] Feb 14 02:47:57.458 INFO O| Feb 14 02:47:57.458 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind
103972026-02-14T02:47:57.888Z[ host-image] Feb 14 02:47:57.459 INFO O| Feb 14 02:47:57.458 INFO ok!
103982026-02-14T02:47:57.888Z[ host-image] Feb 14 02:47:57.459 INFO O| Feb 14 02:47:57.458 INFO STEP 101 (ensure_file) COMPLETE
103992026-02-14T02:47:57.912Z[ host-image] Feb 14 02:47:57.459 INFO O| Feb 14 02:47:57.458 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104002026-02-14T02:47:57.912Z[ host-image] Feb 14 02:47:57.470 INFO O| Feb 14 02:47:57.470 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
104012026-02-14T02:47:57.912Z[ host-image] Feb 14 02:47:57.470 INFO O| Feb 14 02:47:57.470 INFO copying /tmp/.tmp2kNFyc/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
104022026-02-14T02:47:57.912Z[ host-image] Feb 14 02:47:57.471 INFO O| Feb 14 02:47:57.471 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
104032026-02-14T02:47:57.912Z[ host-image] Feb 14 02:47:57.471 INFO O| Feb 14 02:47:57.471 INFO ok!
104042026-02-14T02:47:57.912Z[ host-image] Feb 14 02:47:57.471 INFO O| Feb 14 02:47:57.471 INFO STEP 102 (ensure_file) COMPLETE
104052026-02-14T02:47:57.912Z[ host-image] Feb 14 02:47:57.471 INFO O| Feb 14 02:47:57.471 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104062026-02-14T02:47:57.912Z[ host-image] Feb 14 02:47:57.480 INFO O| Feb 14 02:47:57.480 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
104072026-02-14T02:47:57.912Z[ host-image] Feb 14 02:47:57.480 INFO O| Feb 14 02:47:57.480 INFO copying /tmp/.tmp2kNFyc/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
104082026-02-14T02:47:58.592Z[ host-image] Feb 14 02:47:58.163 INFO O| Feb 14 02:47:58.163 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
104092026-02-14T02:47:58.592Z[ host-image] Feb 14 02:47:58.164 INFO O| Feb 14 02:47:58.163 INFO ok!
104102026-02-14T02:47:58.641Z[ host-image] Feb 14 02:47:58.164 INFO O| Feb 14 02:47:58.163 INFO STEP 103 (ensure_file) COMPLETE
104112026-02-14T02:47:58.641Z[ host-image] Feb 14 02:47:58.164 INFO O| Feb 14 02:47:58.163 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104122026-02-14T02:47:58.665Z[ host-image] Feb 14 02:47:58.175 INFO O| Feb 14 02:47:58.175 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION does not exist
104132026-02-14T02:47:58.665Z[ host-image] Feb 14 02:47:58.175 INFO O| Feb 14 02:47:58.175 INFO copying /tmp/.tmp2kNFyc/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION ...
104142026-02-14T02:47:58.665Z[ host-image] Feb 14 02:47:58.175 INFO O| Feb 14 02:47:58.175 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION
104152026-02-14T02:47:58.665Z[ host-image] Feb 14 02:47:58.175 INFO O| Feb 14 02:47:58.175 INFO ok!
104162026-02-14T02:47:58.665Z[ host-image] Feb 14 02:47:58.175 INFO O| Feb 14 02:47:58.175 INFO STEP 104 (ensure_file) COMPLETE
104172026-02-14T02:47:58.665Z[ host-image] Feb 14 02:47:58.176 INFO O| Feb 14 02:47:58.175 INFO STEP 105: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104182026-02-14T02:47:58.665Z[ host-image] Feb 14 02:47:58.185 INFO O| Feb 14 02:47:58.185 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
104192026-02-14T02:47:58.665Z[ host-image] Feb 14 02:47:58.185 INFO O| Feb 14 02:47:58.185 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
104202026-02-14T02:47:58.665Z[ host-image] Feb 14 02:47:58.185 INFO O| Feb 14 02:47:58.185 INFO STEP 105 (ensure_dir) COMPLETE
104212026-02-14T02:47:58.665Z[ host-image] Feb 14 02:47:58.185 INFO O| Feb 14 02:47:58.185 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104222026-02-14T02:47:58.665Z[ host-image] Feb 14 02:47:58.198 INFO O| Feb 14 02:47:58.198 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw does not exist
104232026-02-14T02:47:58.665Z[ host-image] Feb 14 02:47:58.198 INFO O| Feb 14 02:47:58.198 INFO copying /tmp/.tmp2kNFyc/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 ...
104242026-02-14T02:47:59.321Z[ host-image] Feb 14 02:47:58.892 INFO O| Feb 14 02:47:58.891 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw
104252026-02-14T02:47:59.321Z[ host-image] Feb 14 02:47:58.892 INFO O| Feb 14 02:47:58.892 INFO ok!
104262026-02-14T02:47:59.321Z[ host-image] Feb 14 02:47:58.892 INFO O| Feb 14 02:47:58.892 INFO STEP 106 (ensure_file) COMPLETE
104272026-02-14T02:47:59.345Z[ host-image] Feb 14 02:47:58.892 INFO O| Feb 14 02:47:58.892 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104282026-02-14T02:47:59.345Z[ host-image] Feb 14 02:47:58.907 INFO O| Feb 14 02:47:58.907 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d does not exist
104292026-02-14T02:47:59.345Z[ host-image] Feb 14 02:47:58.907 INFO O| Feb 14 02:47:58.907 INFO copying /tmp/.tmp2kNFyc/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 ...
104302026-02-14T02:47:59.345Z[ host-image] Feb 14 02:47:58.907 INFO O| Feb 14 02:47:58.907 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d
104312026-02-14T02:47:59.345Z[ host-image] Feb 14 02:47:58.907 INFO O| Feb 14 02:47:58.907 INFO ok!
104322026-02-14T02:47:59.345Z[ host-image] Feb 14 02:47:58.907 INFO O| Feb 14 02:47:58.907 INFO STEP 107 (ensure_file) COMPLETE
104332026-02-14T02:47:59.345Z[ host-image] Feb 14 02:47:58.907 INFO O| Feb 14 02:47:58.907 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104342026-02-14T02:47:59.369Z[ host-image] Feb 14 02:47:58.921 INFO O| Feb 14 02:47:58.921 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d does not exist
104352026-02-14T02:47:59.369Z[ host-image] Feb 14 02:47:58.921 INFO O| Feb 14 02:47:58.921 INFO copying /tmp/.tmp2kNFyc/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 ...
104362026-02-14T02:47:59.369Z[ host-image] Feb 14 02:47:58.921 INFO O| Feb 14 02:47:58.921 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d
104372026-02-14T02:47:59.369Z[ host-image] Feb 14 02:47:58.921 INFO O| Feb 14 02:47:58.921 INFO ok!
104382026-02-14T02:47:59.369Z[ host-image] Feb 14 02:47:58.921 INFO O| Feb 14 02:47:58.921 INFO STEP 108 (ensure_file) COMPLETE
104392026-02-14T02:47:59.369Z[ host-image] Feb 14 02:47:58.921 INFO O| Feb 14 02:47:58.921 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104402026-02-14T02:47:59.369Z[ host-image] Feb 14 02:47:58.932 INFO O| Feb 14 02:47:58.932 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d does not exist
104412026-02-14T02:47:59.369Z[ host-image] Feb 14 02:47:58.932 INFO O| Feb 14 02:47:58.932 INFO copying /tmp/.tmp2kNFyc/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 ...
104422026-02-14T02:47:59.369Z[ host-image] Feb 14 02:47:58.932 INFO O| Feb 14 02:47:58.932 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d
104432026-02-14T02:47:59.369Z[ host-image] Feb 14 02:47:58.932 INFO O| Feb 14 02:47:58.932 INFO ok!
104442026-02-14T02:47:59.369Z[ host-image] Feb 14 02:47:58.932 INFO O| Feb 14 02:47:58.932 INFO STEP 109 (ensure_file) COMPLETE
104452026-02-14T02:47:59.369Z[ host-image] Feb 14 02:47:58.932 INFO O| Feb 14 02:47:58.932 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104462026-02-14T02:47:59.394Z[ host-image] Feb 14 02:47:58.943 INFO O| Feb 14 02:47:58.943 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d does not exist
104472026-02-14T02:47:59.394Z[ host-image] Feb 14 02:47:58.943 INFO O| Feb 14 02:47:58.943 INFO copying /tmp/.tmp2kNFyc/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 ...
104482026-02-14T02:47:59.394Z[ host-image] Feb 14 02:47:58.943 INFO O| Feb 14 02:47:58.943 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d
104492026-02-14T02:47:59.394Z[ host-image] Feb 14 02:47:58.943 INFO O| Feb 14 02:47:58.943 INFO ok!
104502026-02-14T02:47:59.394Z[ host-image] Feb 14 02:47:58.943 INFO O| Feb 14 02:47:58.943 INFO STEP 110 (ensure_file) COMPLETE
104512026-02-14T02:47:59.394Z[ host-image] Feb 14 02:47:58.943 INFO O| Feb 14 02:47:58.943 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104522026-02-14T02:47:59.394Z[ host-image] Feb 14 02:47:58.953 INFO O| Feb 14 02:47:58.953 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d does not exist
104532026-02-14T02:47:59.394Z[ host-image] Feb 14 02:47:58.953 INFO O| Feb 14 02:47:58.953 INFO copying /tmp/.tmp2kNFyc/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 ...
104542026-02-14T02:47:59.394Z[ host-image] Feb 14 02:47:58.953 INFO O| Feb 14 02:47:58.953 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d
104552026-02-14T02:47:59.394Z[ host-image] Feb 14 02:47:58.953 INFO O| Feb 14 02:47:58.953 INFO ok!
104562026-02-14T02:47:59.394Z[ host-image] Feb 14 02:47:58.953 INFO O| Feb 14 02:47:58.953 INFO STEP 111 (ensure_file) COMPLETE
104572026-02-14T02:47:59.394Z[ host-image] Feb 14 02:47:58.953 INFO O| Feb 14 02:47:58.953 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104582026-02-14T02:47:59.394Z[ host-image] Feb 14 02:47:58.963 INFO O| Feb 14 02:47:58.963 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d does not exist
104592026-02-14T02:47:59.394Z[ host-image] Feb 14 02:47:58.963 INFO O| Feb 14 02:47:58.963 INFO copying /tmp/.tmp2kNFyc/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 ...
104602026-02-14T02:47:59.394Z[ host-image] Feb 14 02:47:58.963 INFO O| Feb 14 02:47:58.963 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d
104612026-02-14T02:47:59.394Z[ host-image] Feb 14 02:47:58.963 INFO O| Feb 14 02:47:58.963 INFO ok!
104622026-02-14T02:47:59.394Z[ host-image] Feb 14 02:47:58.963 INFO O| Feb 14 02:47:58.963 INFO STEP 112 (ensure_file) COMPLETE
104632026-02-14T02:47:59.394Z[ host-image] Feb 14 02:47:58.963 INFO O| Feb 14 02:47:58.963 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104642026-02-14T02:47:59.419Z[ host-image] Feb 14 02:47:58.977 INFO O| Feb 14 02:47:58.977 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d does not exist
104652026-02-14T02:47:59.419Z[ host-image] Feb 14 02:47:58.977 INFO O| Feb 14 02:47:58.977 INFO copying /tmp/.tmp2kNFyc/proto/host/root/opt/oxide/crucible_utils/tracegw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d ...
104662026-02-14T02:47:59.419Z[ host-image] Feb 14 02:47:58.978 INFO O| Feb 14 02:47:58.978 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d
104672026-02-14T02:47:59.419Z[ host-image] Feb 14 02:47:58.978 INFO O| Feb 14 02:47:58.978 INFO ok!
104682026-02-14T02:47:59.419Z[ host-image] Feb 14 02:47:58.978 INFO O| Feb 14 02:47:58.978 INFO STEP 113 (ensure_file) COMPLETE
104692026-02-14T02:47:59.419Z[ host-image] Feb 14 02:47:58.978 INFO O| Feb 14 02:47:58.978 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104702026-02-14T02:47:59.443Z[ host-image] Feb 14 02:47:58.992 INFO O| Feb 14 02:47:58.991 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d does not exist
104712026-02-14T02:47:59.443Z[ host-image] Feb 14 02:47:58.992 INFO O| Feb 14 02:47:58.992 INFO copying /tmp/.tmp2kNFyc/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 ...
104722026-02-14T02:47:59.443Z[ host-image] Feb 14 02:47:58.992 INFO O| Feb 14 02:47:58.992 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d
104732026-02-14T02:47:59.443Z[ host-image] Feb 14 02:47:58.992 INFO O| Feb 14 02:47:58.992 INFO ok!
104742026-02-14T02:47:59.443Z[ host-image] Feb 14 02:47:58.992 INFO O| Feb 14 02:47:58.992 INFO STEP 114 (ensure_file) COMPLETE
104752026-02-14T02:47:59.443Z[ host-image] Feb 14 02:47:58.992 INFO O| Feb 14 02:47:58.992 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104762026-02-14T02:47:59.443Z[ host-image] Feb 14 02:47:59.004 INFO O| Feb 14 02:47:59.004 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d does not exist
104772026-02-14T02:47:59.443Z[ host-image] Feb 14 02:47:59.004 INFO O| Feb 14 02:47:59.004 INFO copying /tmp/.tmp2kNFyc/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 ...
104782026-02-14T02:47:59.443Z[ host-image] Feb 14 02:47:59.004 INFO O| Feb 14 02:47:59.004 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d
104792026-02-14T02:47:59.444Z[ host-image] Feb 14 02:47:59.004 INFO O| Feb 14 02:47:59.004 INFO ok!
104802026-02-14T02:47:59.444Z[ host-image] Feb 14 02:47:59.004 INFO O| Feb 14 02:47:59.004 INFO STEP 115 (ensure_file) COMPLETE
104812026-02-14T02:47:59.444Z[ host-image] Feb 14 02:47:59.004 INFO O| Feb 14 02:47:59.004 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104822026-02-14T02:47:59.468Z[ host-image] Feb 14 02:47:59.019 INFO O| Feb 14 02:47:59.019 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d does not exist
104832026-02-14T02:47:59.468Z[ host-image] Feb 14 02:47:59.019 INFO O| Feb 14 02:47:59.019 INFO copying /tmp/.tmp2kNFyc/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 ...
104842026-02-14T02:47:59.468Z[ host-image] Feb 14 02:47:59.019 INFO O| Feb 14 02:47:59.019 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d
104852026-02-14T02:47:59.468Z[ host-image] Feb 14 02:47:59.019 INFO O| Feb 14 02:47:59.019 INFO ok!
104862026-02-14T02:47:59.468Z[ host-image] Feb 14 02:47:59.019 INFO O| Feb 14 02:47:59.019 INFO STEP 116 (ensure_file) COMPLETE
104872026-02-14T02:47:59.468Z[ host-image] Feb 14 02:47:59.019 INFO O| Feb 14 02:47:59.019 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104882026-02-14T02:47:59.468Z[ host-image] Feb 14 02:47:59.031 INFO O| Feb 14 02:47:59.031 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d does not exist
104892026-02-14T02:47:59.468Z[ host-image] Feb 14 02:47:59.031 INFO O| Feb 14 02:47:59.031 INFO copying /tmp/.tmp2kNFyc/proto/host/root/opt/oxide/crucible_utils/perfgw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d ...
104902026-02-14T02:47:59.468Z[ host-image] Feb 14 02:47:59.031 INFO O| Feb 14 02:47:59.031 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d
104912026-02-14T02:47:59.468Z[ host-image] Feb 14 02:47:59.031 INFO O| Feb 14 02:47:59.031 INFO ok!
104922026-02-14T02:47:59.468Z[ host-image] Feb 14 02:47:59.031 INFO O| Feb 14 02:47:59.031 INFO STEP 117 (ensure_file) COMPLETE
104932026-02-14T02:47:59.468Z[ host-image] Feb 14 02:47:59.031 INFO O| Feb 14 02:47:59.031 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104942026-02-14T02:47:59.493Z[ host-image] Feb 14 02:47:59.045 INFO O| Feb 14 02:47:59.045 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d does not exist
104952026-02-14T02:47:59.493Z[ host-image] Feb 14 02:47:59.045 INFO O| Feb 14 02:47:59.045 INFO copying /tmp/.tmp2kNFyc/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 ...
104962026-02-14T02:47:59.493Z[ host-image] Feb 14 02:47:59.046 INFO O| Feb 14 02:47:59.045 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d
104972026-02-14T02:47:59.493Z[ host-image] Feb 14 02:47:59.046 INFO O| Feb 14 02:47:59.046 INFO ok!
104982026-02-14T02:47:59.493Z[ host-image] Feb 14 02:47:59.046 INFO O| Feb 14 02:47:59.046 INFO STEP 118 (ensure_file) COMPLETE
104992026-02-14T02:47:59.493Z[ host-image] Feb 14 02:47:59.046 INFO O| Feb 14 02:47:59.046 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105002026-02-14T02:47:59.493Z[ host-image] Feb 14 02:47:59.059 INFO O| Feb 14 02:47:59.059 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d does not exist
105012026-02-14T02:47:59.493Z[ host-image] Feb 14 02:47:59.059 INFO O| Feb 14 02:47:59.059 INFO copying /tmp/.tmp2kNFyc/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 ...
105022026-02-14T02:47:59.493Z[ host-image] Feb 14 02:47:59.059 INFO O| Feb 14 02:47:59.059 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d
105032026-02-14T02:47:59.493Z[ host-image] Feb 14 02:47:59.059 INFO O| Feb 14 02:47:59.059 INFO ok!
105042026-02-14T02:47:59.493Z[ host-image] Feb 14 02:47:59.059 INFO O| Feb 14 02:47:59.059 INFO STEP 119 (ensure_file) COMPLETE
105052026-02-14T02:47:59.493Z[ host-image] Feb 14 02:47:59.059 INFO O| Feb 14 02:47:59.059 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105062026-02-14T02:47:59.517Z[ host-image] Feb 14 02:47:59.071 INFO O| Feb 14 02:47:59.071 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d does not exist
105072026-02-14T02:47:59.517Z[ host-image] Feb 14 02:47:59.071 INFO O| Feb 14 02:47:59.071 INFO copying /tmp/.tmp2kNFyc/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 ...
105082026-02-14T02:47:59.517Z[ host-image] Feb 14 02:47:59.071 INFO O| Feb 14 02:47:59.071 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d
105092026-02-14T02:47:59.517Z[ host-image] Feb 14 02:47:59.071 INFO O| Feb 14 02:47:59.071 INFO ok!
105102026-02-14T02:47:59.517Z[ host-image] Feb 14 02:47:59.071 INFO O| Feb 14 02:47:59.071 INFO STEP 120 (ensure_file) COMPLETE
105112026-02-14T02:47:59.517Z[ host-image] Feb 14 02:47:59.071 INFO O| Feb 14 02:47:59.071 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105122026-02-14T02:47:59.517Z[ host-image] Feb 14 02:47:59.084 INFO O| Feb 14 02:47:59.084 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d does not exist
105132026-02-14T02:47:59.518Z[ host-image] Feb 14 02:47:59.084 INFO O| Feb 14 02:47:59.084 INFO copying /tmp/.tmp2kNFyc/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 ...
105142026-02-14T02:47:59.518Z[ host-image] Feb 14 02:47:59.084 INFO O| Feb 14 02:47:59.084 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d
105152026-02-14T02:47:59.518Z[ host-image] Feb 14 02:47:59.084 INFO O| Feb 14 02:47:59.084 INFO ok!
105162026-02-14T02:47:59.518Z[ host-image] Feb 14 02:47:59.084 INFO O| Feb 14 02:47:59.084 INFO STEP 121 (ensure_file) COMPLETE
105172026-02-14T02:47:59.518Z[ host-image] Feb 14 02:47:59.084 INFO O| Feb 14 02:47:59.084 INFO STEP 122: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105182026-02-14T02:47:59.542Z[ host-image] Feb 14 02:47:59.098 INFO O| Feb 14 02:47:59.098 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d does not exist
105192026-02-14T02:47:59.542Z[ host-image] Feb 14 02:47:59.098 INFO O| Feb 14 02:47:59.098 INFO copying /tmp/.tmp2kNFyc/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 ...
105202026-02-14T02:47:59.542Z[ host-image] Feb 14 02:47:59.099 INFO O| Feb 14 02:47:59.098 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d
105212026-02-14T02:47:59.542Z[ host-image] Feb 14 02:47:59.099 INFO O| Feb 14 02:47:59.099 INFO ok!
105222026-02-14T02:47:59.542Z[ host-image] Feb 14 02:47:59.099 INFO O| Feb 14 02:47:59.099 INFO STEP 122 (ensure_file) COMPLETE
105232026-02-14T02:47:59.542Z[ host-image] Feb 14 02:47:59.099 INFO O| Feb 14 02:47:59.099 INFO STEP 123: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105242026-02-14T02:47:59.542Z[ host-image] Feb 14 02:47:59.109 INFO O| Feb 14 02:47:59.109 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d does not exist
105252026-02-14T02:47:59.542Z[ host-image] Feb 14 02:47:59.109 INFO O| Feb 14 02:47:59.109 INFO copying /tmp/.tmp2kNFyc/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 ...
105262026-02-14T02:47:59.542Z[ host-image] Feb 14 02:47:59.110 INFO O| Feb 14 02:47:59.109 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d
105272026-02-14T02:47:59.542Z[ host-image] Feb 14 02:47:59.110 INFO O| Feb 14 02:47:59.109 INFO ok!
105282026-02-14T02:47:59.542Z[ host-image] Feb 14 02:47:59.110 INFO O| Feb 14 02:47:59.110 INFO STEP 123 (ensure_file) COMPLETE
105292026-02-14T02:47:59.542Z[ host-image] Feb 14 02:47:59.110 INFO O| Feb 14 02:47:59.110 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105302026-02-14T02:47:59.567Z[ host-image] Feb 14 02:47:59.122 INFO O| Feb 14 02:47:59.122 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d does not exist
105312026-02-14T02:47:59.567Z[ host-image] Feb 14 02:47:59.122 INFO O| Feb 14 02:47:59.122 INFO copying /tmp/.tmp2kNFyc/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 ...
105322026-02-14T02:47:59.567Z[ host-image] Feb 14 02:47:59.123 INFO O| Feb 14 02:47:59.122 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d
105332026-02-14T02:47:59.567Z[ host-image] Feb 14 02:47:59.123 INFO O| Feb 14 02:47:59.123 INFO ok!
105342026-02-14T02:47:59.567Z[ host-image] Feb 14 02:47:59.123 INFO O| Feb 14 02:47:59.123 INFO STEP 124 (ensure_file) COMPLETE
105352026-02-14T02:47:59.567Z[ host-image] Feb 14 02:47:59.123 INFO O| Feb 14 02:47:59.123 INFO STEP 125: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105362026-02-14T02:47:59.567Z[ host-image] Feb 14 02:47:59.135 INFO O| Feb 14 02:47:59.135 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d does not exist
105372026-02-14T02:47:59.567Z[ host-image] Feb 14 02:47:59.135 INFO O| Feb 14 02:47:59.135 INFO copying /tmp/.tmp2kNFyc/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 ...
105382026-02-14T02:47:59.567Z[ host-image] Feb 14 02:47:59.135 INFO O| Feb 14 02:47:59.135 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d
105392026-02-14T02:47:59.567Z[ host-image] Feb 14 02:47:59.135 INFO O| Feb 14 02:47:59.135 INFO ok!
105402026-02-14T02:47:59.567Z[ host-image] Feb 14 02:47:59.135 INFO O| Feb 14 02:47:59.135 INFO STEP 125 (ensure_file) COMPLETE
105412026-02-14T02:47:59.567Z[ host-image] Feb 14 02:47:59.135 INFO O| Feb 14 02:47:59.135 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105422026-02-14T02:47:59.591Z[ host-image] Feb 14 02:47:59.146 INFO O| Feb 14 02:47:59.146 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d does not exist
105432026-02-14T02:47:59.592Z[ host-image] Feb 14 02:47:59.146 INFO O| Feb 14 02:47:59.146 INFO copying /tmp/.tmp2kNFyc/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 ...
105442026-02-14T02:47:59.592Z[ host-image] Feb 14 02:47:59.146 INFO O| Feb 14 02:47:59.146 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d
105452026-02-14T02:47:59.592Z[ host-image] Feb 14 02:47:59.146 INFO O| Feb 14 02:47:59.146 INFO ok!
105462026-02-14T02:47:59.592Z[ host-image] Feb 14 02:47:59.146 INFO O| Feb 14 02:47:59.146 INFO STEP 126 (ensure_file) COMPLETE
105472026-02-14T02:47:59.592Z[ host-image] Feb 14 02:47:59.146 INFO O| Feb 14 02:47:59.146 INFO STEP 127: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105482026-02-14T02:47:59.592Z[ host-image] Feb 14 02:47:59.157 INFO O| Feb 14 02:47:59.157 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d does not exist
105492026-02-14T02:47:59.592Z[ host-image] Feb 14 02:47:59.157 INFO O| Feb 14 02:47:59.157 INFO copying /tmp/.tmp2kNFyc/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 ...
105502026-02-14T02:47:59.592Z[ host-image] Feb 14 02:47:59.158 INFO O| Feb 14 02:47:59.158 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d
105512026-02-14T02:47:59.592Z[ host-image] Feb 14 02:47:59.158 INFO O| Feb 14 02:47:59.158 INFO ok!
105522026-02-14T02:47:59.592Z[ host-image] Feb 14 02:47:59.158 INFO O| Feb 14 02:47:59.158 INFO STEP 127 (ensure_file) COMPLETE
105532026-02-14T02:47:59.592Z[ host-image] Feb 14 02:47:59.158 INFO O| Feb 14 02:47:59.158 INFO STEP 128: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105542026-02-14T02:47:59.616Z[ host-image] Feb 14 02:47:59.171 INFO O| Feb 14 02:47:59.171 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh does not exist
105552026-02-14T02:47:59.616Z[ host-image] Feb 14 02:47:59.171 INFO O| Feb 14 02:47:59.171 INFO copying /tmp/.tmp2kNFyc/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 ...
105562026-02-14T02:47:59.616Z[ host-image] Feb 14 02:47:59.171 INFO O| Feb 14 02:47:59.171 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh
105572026-02-14T02:47:59.616Z[ host-image] Feb 14 02:47:59.172 INFO O| Feb 14 02:47:59.171 INFO ok!
105582026-02-14T02:47:59.616Z[ host-image] Feb 14 02:47:59.172 INFO O| Feb 14 02:47:59.171 INFO STEP 128 (ensure_file) COMPLETE
105592026-02-14T02:47:59.616Z[ host-image] Feb 14 02:47:59.172 INFO O| Feb 14 02:47:59.171 INFO STEP 129: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105602026-02-14T02:47:59.616Z[ host-image] Feb 14 02:47:59.181 INFO O| Feb 14 02:47:59.181 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d does not exist
105612026-02-14T02:47:59.616Z[ host-image] Feb 14 02:47:59.181 INFO O| Feb 14 02:47:59.181 INFO copying /tmp/.tmp2kNFyc/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 ...
105622026-02-14T02:47:59.616Z[ host-image] Feb 14 02:47:59.181 INFO O| Feb 14 02:47:59.181 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d
105632026-02-14T02:47:59.616Z[ host-image] Feb 14 02:47:59.181 INFO O| Feb 14 02:47:59.181 INFO ok!
105642026-02-14T02:47:59.616Z[ host-image] Feb 14 02:47:59.181 INFO O| Feb 14 02:47:59.181 INFO STEP 129 (ensure_file) COMPLETE
105652026-02-14T02:47:59.616Z[ host-image] Feb 14 02:47:59.181 INFO O| Feb 14 02:47:59.181 INFO STEP 130: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105662026-02-14T02:47:59.641Z[ host-image] Feb 14 02:47:59.190 INFO O| Feb 14 02:47:59.190 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh does not exist
105672026-02-14T02:47:59.641Z[ host-image] Feb 14 02:47:59.190 INFO O| Feb 14 02:47:59.190 INFO copying /tmp/.tmp2kNFyc/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 ...
105682026-02-14T02:47:59.641Z[ host-image] Feb 14 02:47:59.191 INFO O| Feb 14 02:47:59.191 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh
105692026-02-14T02:47:59.641Z[ host-image] Feb 14 02:47:59.191 INFO O| Feb 14 02:47:59.191 INFO ok!
105702026-02-14T02:47:59.641Z[ host-image] Feb 14 02:47:59.191 INFO O| Feb 14 02:47:59.191 INFO STEP 130 (ensure_file) COMPLETE
105712026-02-14T02:47:59.641Z[ host-image] Feb 14 02:47:59.191 INFO O| Feb 14 02:47:59.191 INFO STEP 131: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105722026-02-14T02:47:59.641Z[ host-image] Feb 14 02:47:59.200 INFO O| Feb 14 02:47:59.200 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d does not exist
105732026-02-14T02:47:59.641Z[ host-image] Feb 14 02:47:59.200 INFO O| Feb 14 02:47:59.200 INFO copying /tmp/.tmp2kNFyc/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 ...
105742026-02-14T02:47:59.641Z[ host-image] Feb 14 02:47:59.200 INFO O| Feb 14 02:47:59.200 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d
105752026-02-14T02:47:59.641Z[ host-image] Feb 14 02:47:59.200 INFO O| Feb 14 02:47:59.200 INFO ok!
105762026-02-14T02:47:59.641Z[ host-image] Feb 14 02:47:59.200 INFO O| Feb 14 02:47:59.200 INFO STEP 131 (ensure_file) COMPLETE
105772026-02-14T02:47:59.641Z[ host-image] Feb 14 02:47:59.200 INFO O| Feb 14 02:47:59.200 INFO STEP 132: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105782026-02-14T02:47:59.665Z[ host-image] Feb 14 02:47:59.212 INFO O| Feb 14 02:47:59.212 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh does not exist
105792026-02-14T02:47:59.665Z[ host-image] Feb 14 02:47:59.212 INFO O| Feb 14 02:47:59.212 INFO copying /tmp/.tmp2kNFyc/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 ...
105802026-02-14T02:47:59.665Z[ host-image] Feb 14 02:47:59.212 INFO O| Feb 14 02:47:59.212 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh
105812026-02-14T02:47:59.665Z[ host-image] Feb 14 02:47:59.212 INFO O| Feb 14 02:47:59.212 INFO ok!
105822026-02-14T02:47:59.665Z[ host-image] Feb 14 02:47:59.212 INFO O| Feb 14 02:47:59.212 INFO STEP 132 (ensure_file) COMPLETE
105832026-02-14T02:47:59.665Z[ host-image] Feb 14 02:47:59.212 INFO O| Feb 14 02:47:59.212 INFO STEP 133: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105842026-02-14T02:47:59.665Z[ host-image] Feb 14 02:47:59.222 INFO O| Feb 14 02:47:59.222 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d does not exist
105852026-02-14T02:47:59.665Z[ host-image] Feb 14 02:47:59.222 INFO O| Feb 14 02:47:59.222 INFO copying /tmp/.tmp2kNFyc/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 ...
105862026-02-14T02:47:59.665Z[ host-image] Feb 14 02:47:59.222 INFO O| Feb 14 02:47:59.222 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d
105872026-02-14T02:47:59.666Z[ host-image] Feb 14 02:47:59.222 INFO O| Feb 14 02:47:59.222 INFO ok!
105882026-02-14T02:47:59.666Z[ host-image] Feb 14 02:47:59.222 INFO O| Feb 14 02:47:59.222 INFO STEP 133 (ensure_file) COMPLETE
105892026-02-14T02:47:59.666Z[ host-image] Feb 14 02:47:59.222 INFO O| Feb 14 02:47:59.222 INFO STEP 134: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105902026-02-14T02:47:59.666Z[ host-image] Feb 14 02:47:59.234 INFO O| Feb 14 02:47:59.233 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d does not exist
105912026-02-14T02:47:59.666Z[ host-image] Feb 14 02:47:59.234 INFO O| Feb 14 02:47:59.234 INFO copying /tmp/.tmp2kNFyc/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 ...
105922026-02-14T02:47:59.666Z[ host-image] Feb 14 02:47:59.234 INFO O| Feb 14 02:47:59.234 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d
105932026-02-14T02:47:59.666Z[ host-image] Feb 14 02:47:59.234 INFO O| Feb 14 02:47:59.234 INFO ok!
105942026-02-14T02:47:59.666Z[ host-image] Feb 14 02:47:59.234 INFO O| Feb 14 02:47:59.234 INFO STEP 134 (ensure_file) COMPLETE
105952026-02-14T02:47:59.666Z[ host-image] Feb 14 02:47:59.234 INFO O| Feb 14 02:47:59.234 INFO STEP 135: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105962026-02-14T02:47:59.690Z[ host-image] Feb 14 02:47:59.245 INFO O| Feb 14 02:47:59.245 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d does not exist
105972026-02-14T02:47:59.690Z[ host-image] Feb 14 02:47:59.245 INFO O| Feb 14 02:47:59.245 INFO copying /tmp/.tmp2kNFyc/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 ...
105982026-02-14T02:47:59.690Z[ host-image] Feb 14 02:47:59.245 INFO O| Feb 14 02:47:59.245 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d
105992026-02-14T02:47:59.690Z[ host-image] Feb 14 02:47:59.245 INFO O| Feb 14 02:47:59.245 INFO ok!
106002026-02-14T02:47:59.691Z[ host-image] Feb 14 02:47:59.245 INFO O| Feb 14 02:47:59.245 INFO STEP 135 (ensure_file) COMPLETE
106012026-02-14T02:47:59.691Z[ host-image] Feb 14 02:47:59.245 INFO O| Feb 14 02:47:59.245 INFO STEP 136: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106022026-02-14T02:47:59.691Z[ host-image] Feb 14 02:47:59.258 INFO O| Feb 14 02:47:59.258 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md does not exist
106032026-02-14T02:47:59.691Z[ host-image] Feb 14 02:47:59.258 INFO O| Feb 14 02:47:59.258 INFO copying /tmp/.tmp2kNFyc/proto/host/root/opt/oxide/crucible_utils/README.md -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md ...
106042026-02-14T02:47:59.691Z[ host-image] Feb 14 02:47:59.258 INFO O| Feb 14 02:47:59.258 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md
106052026-02-14T02:47:59.691Z[ host-image] Feb 14 02:47:59.258 INFO O| Feb 14 02:47:59.258 INFO ok!
106062026-02-14T02:47:59.691Z[ host-image] Feb 14 02:47:59.258 INFO O| Feb 14 02:47:59.258 INFO STEP 136 (ensure_file) COMPLETE
106072026-02-14T02:47:59.691Z[ host-image] Feb 14 02:47:59.258 INFO O| Feb 14 02:47:59.258 INFO STEP 137: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106082026-02-14T02:47:59.715Z[ host-image] Feb 14 02:47:59.268 INFO O| Feb 14 02:47:59.268 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt does not exist
106092026-02-14T02:47:59.715Z[ host-image] Feb 14 02:47:59.268 INFO O| Feb 14 02:47:59.268 INFO copying /tmp/.tmp2kNFyc/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 ...
106102026-02-14T02:47:59.715Z[ host-image] Feb 14 02:47:59.269 INFO O| Feb 14 02:47:59.268 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt
106112026-02-14T02:47:59.715Z[ host-image] Feb 14 02:47:59.269 INFO O| Feb 14 02:47:59.269 INFO ok!
106122026-02-14T02:47:59.715Z[ host-image] Feb 14 02:47:59.269 INFO O| Feb 14 02:47:59.269 INFO STEP 137 (ensure_file) COMPLETE
106132026-02-14T02:47:59.715Z[ host-image] Feb 14 02:47:59.269 INFO O| Feb 14 02:47:59.269 INFO STEP 138: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106142026-02-14T02:47:59.715Z[ host-image] Feb 14 02:47:59.281 INFO O| Feb 14 02:47:59.281 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION does not exist
106152026-02-14T02:47:59.715Z[ host-image] Feb 14 02:47:59.281 INFO O| Feb 14 02:47:59.281 INFO copying /tmp/.tmp2kNFyc/proto/host/root/opt/oxide/crucible_utils/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION ...
106162026-02-14T02:47:59.715Z[ host-image] Feb 14 02:47:59.281 INFO O| Feb 14 02:47:59.281 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION
106172026-02-14T02:47:59.715Z[ host-image] Feb 14 02:47:59.282 INFO O| Feb 14 02:47:59.281 INFO ok!
106182026-02-14T02:47:59.715Z[ host-image] Feb 14 02:47:59.282 INFO O| Feb 14 02:47:59.281 INFO STEP 138 (ensure_file) COMPLETE
106192026-02-14T02:47:59.715Z[ host-image] Feb 14 02:47:59.282 INFO O| Feb 14 02:47:59.281 INFO STEP 139: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106202026-02-14T02:47:59.739Z[ host-image] Feb 14 02:47:59.292 INFO O| Feb 14 02:47:59.291 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz does not exist
106212026-02-14T02:47:59.739Z[ host-image] Feb 14 02:47:59.292 INFO O| Feb 14 02:47:59.292 INFO copying /tmp/.tmp2kNFyc/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz ...
106222026-02-14T02:48:19.183Z[ host-image] Feb 14 02:48:18.754 INFO O| Feb 14 02:48:18.754 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz
106232026-02-14T02:48:19.183Z[ host-image] Feb 14 02:48:18.755 INFO O| Feb 14 02:48:18.754 INFO ok!
106242026-02-14T02:48:19.207Z[ host-image] Feb 14 02:48:18.755 INFO O| Feb 14 02:48:18.754 INFO STEP 139 (ensure_file) COMPLETE
106252026-02-14T02:48:19.207Z[ host-image] Feb 14 02:48:18.755 INFO O| Feb 14 02:48:18.754 INFO STEP 140: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106262026-02-14T02:48:19.207Z[ host-image] Feb 14 02:48:18.768 INFO O| Feb 14 02:48:18.768 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib
106272026-02-14T02:48:19.207Z[ host-image] Feb 14 02:48:18.768 INFO O| Feb 14 02:48:18.768 INFO STEP 140 (ensure_dir) COMPLETE
106282026-02-14T02:48:19.207Z[ host-image] Feb 14 02:48:18.768 INFO O| Feb 14 02:48:18.768 INFO STEP 141: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106292026-02-14T02:48:19.207Z[ host-image] Feb 14 02:48:18.779 INFO O| Feb 14 02:48:18.779 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc
106302026-02-14T02:48:19.207Z[ host-image] Feb 14 02:48:18.779 INFO O| Feb 14 02:48:18.779 INFO STEP 141 (ensure_dir) COMPLETE
106312026-02-14T02:48:19.231Z[ host-image] Feb 14 02:48:18.779 INFO O| Feb 14 02:48:18.779 INFO STEP 142: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106322026-02-14T02:48:19.231Z[ host-image] Feb 14 02:48:18.789 INFO O| Feb 14 02:48:18.789 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest
106332026-02-14T02:48:19.231Z[ host-image] Feb 14 02:48:18.789 INFO O| Feb 14 02:48:18.789 INFO STEP 142 (ensure_dir) COMPLETE
106342026-02-14T02:48:19.231Z[ host-image] Feb 14 02:48:18.789 INFO O| Feb 14 02:48:18.789 INFO STEP 143: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106352026-02-14T02:48:19.231Z[ host-image] Feb 14 02:48:18.799 INFO O| Feb 14 02:48:18.798 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site
106362026-02-14T02:48:19.232Z[ host-image] Feb 14 02:48:18.799 INFO O| Feb 14 02:48:18.798 INFO STEP 143 (ensure_dir) COMPLETE
106372026-02-14T02:48:19.232Z[ host-image] Feb 14 02:48:18.799 INFO O| Feb 14 02:48:18.798 INFO STEP 144: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106382026-02-14T02:48:19.256Z[ host-image] Feb 14 02:48:18.808 INFO O| Feb 14 02:48:18.808 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
106392026-02-14T02:48:19.256Z[ host-image] Feb 14 02:48:18.808 INFO O| Feb 14 02:48:18.808 INFO copying /tmp/.tmp2kNFyc/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 ...
106402026-02-14T02:48:19.256Z[ host-image] Feb 14 02:48:18.808 INFO O| Feb 14 02:48:18.808 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml
106412026-02-14T02:48:19.256Z[ host-image] Feb 14 02:48:18.808 INFO O| Feb 14 02:48:18.808 INFO ok!
106422026-02-14T02:48:19.256Z[ host-image] Feb 14 02:48:18.808 INFO O| Feb 14 02:48:18.808 INFO STEP 144 (ensure_file) COMPLETE
106432026-02-14T02:48:19.256Z[ host-image] Feb 14 02:48:18.808 INFO O| Feb 14 02:48:18.808 INFO STEP 145: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106442026-02-14T02:48:19.256Z[ host-image] Feb 14 02:48:18.819 INFO O| Feb 14 02:48:18.818 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/root
106452026-02-14T02:48:19.256Z[ host-image] Feb 14 02:48:18.819 INFO O| Feb 14 02:48:18.819 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/root
106462026-02-14T02:48:19.256Z[ host-image] Feb 14 02:48:18.819 INFO O| Feb 14 02:48:18.819 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root
106472026-02-14T02:48:19.256Z[ host-image] Feb 14 02:48:18.819 INFO O| Feb 14 02:48:18.819 INFO STEP 145 (ensure_dir) COMPLETE
106482026-02-14T02:48:19.256Z[ host-image] Feb 14 02:48:18.819 INFO O| Feb 14 02:48:18.819 INFO STEP 146: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106492026-02-14T02:48:19.280Z[ host-image] Feb 14 02:48:18.829 INFO O| Feb 14 02:48:18.829 WARN file /rpool/images/build/host/work/sled/zfs/a/root/.profile exists, with wrong contents, unlinking
106502026-02-14T02:48:19.280Z[ host-image] Feb 14 02:48:18.829 INFO O| Feb 14 02:48:18.829 INFO copying /tmp/.tmp2kNFyc/proto/host/root/root/.profile -> /rpool/images/build/host/work/sled/zfs/a/root/.profile ...
106512026-02-14T02:48:19.280Z[ host-image] Feb 14 02:48:18.829 INFO O| Feb 14 02:48:18.829 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root/.profile
106522026-02-14T02:48:19.280Z[ host-image] Feb 14 02:48:18.829 INFO O| Feb 14 02:48:18.829 INFO ok!
106532026-02-14T02:48:19.280Z[ host-image] Feb 14 02:48:18.829 INFO O| Feb 14 02:48:18.829 INFO STEP 146 (ensure_file) COMPLETE
106542026-02-14T02:48:19.280Z[ host-image] Feb 14 02:48:18.829 INFO O| Feb 14 02:48:18.829 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106552026-02-14T02:48:19.280Z[ host-image] Feb 14 02:48:18.840 INFO O| Feb 14 02:48:18.840 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ipsec"
106562026-02-14T02:48:19.281Z[ host-image] Feb 14 02:48:18.840 INFO O| Feb 14 02:48:18.840 INFO STEP 147 (remove_files) COMPLETE
106572026-02-14T02:48:19.281Z[ host-image] Feb 14 02:48:18.840 INFO O| Feb 14 02:48:18.840 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106582026-02-14T02:48:19.281Z[ host-image] Feb 14 02:48:18.851 INFO O| Feb 14 02:48:18.851 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ldap"
106592026-02-14T02:48:19.281Z[ host-image] Feb 14 02:48:18.851 INFO O| Feb 14 02:48:18.851 INFO STEP 148 (remove_files) COMPLETE
106602026-02-14T02:48:19.281Z[ host-image] Feb 14 02:48:18.851 INFO O| Feb 14 02:48:18.851 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106612026-02-14T02:48:19.305Z[ host-image] Feb 14 02:48:18.862 INFO O| Feb 14 02:48:18.861 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/rpc"
106622026-02-14T02:48:19.305Z[ host-image] Feb 14 02:48:18.862 INFO O| Feb 14 02:48:18.862 INFO STEP 149 (remove_files) COMPLETE
106632026-02-14T02:48:19.305Z[ host-image] Feb 14 02:48:18.862 INFO O| Feb 14 02:48:18.862 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106642026-02-14T02:48:19.305Z[ host-image] Feb 14 02:48:18.872 INFO O| Feb 14 02:48:18.872 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/security"
106652026-02-14T02:48:19.305Z[ host-image] Feb 14 02:48:18.873 INFO O| Feb 14 02:48:18.873 INFO STEP 150 (remove_files) COMPLETE
106662026-02-14T02:48:19.305Z[ host-image] Feb 14 02:48:18.873 INFO O| Feb 14 02:48:18.873 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106672026-02-14T02:48:19.329Z[ host-image] Feb 14 02:48:18.883 INFO O| Feb 14 02:48:18.883 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/shares"
106682026-02-14T02:48:19.330Z[ host-image] Feb 14 02:48:18.883 INFO O| Feb 14 02:48:18.883 INFO STEP 151 (remove_files) COMPLETE
106692026-02-14T02:48:19.330Z[ host-image] Feb 14 02:48:18.883 INFO O| Feb 14 02:48:18.883 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106702026-02-14T02:48:19.330Z[ host-image] Feb 14 02:48:18.894 INFO O| Feb 14 02:48:18.894 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/smb"
106712026-02-14T02:48:19.330Z[ host-image] Feb 14 02:48:18.894 INFO O| Feb 14 02:48:18.894 INFO STEP 152 (remove_files) COMPLETE
106722026-02-14T02:48:19.330Z[ host-image] Feb 14 02:48:18.894 INFO O| Feb 14 02:48:18.894 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106732026-02-14T02:48:19.354Z[ host-image] Feb 14 02:48:18.905 INFO O| Feb 14 02:48:18.905 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
106742026-02-14T02:48:19.354Z[ host-image] Feb 14 02:48:18.905 INFO O| Feb 14 02:48:18.905 INFO STEP 153 (remove_files) COMPLETE
106752026-02-14T02:48:19.354Z[ host-image] Feb 14 02:48:18.905 INFO O| Feb 14 02:48:18.905 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106762026-02-14T02:48:19.354Z[ host-image] Feb 14 02:48:18.919 INFO O| Feb 14 02:48:18.919 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
106772026-02-14T02:48:19.354Z[ host-image] Feb 14 02:48:18.919 INFO O| Feb 14 02:48:18.919 INFO STEP 154 (remove_files) COMPLETE
106782026-02-14T02:48:19.354Z[ host-image] Feb 14 02:48:18.919 INFO O| Feb 14 02:48:18.919 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106792026-02-14T02:48:19.378Z[ host-image] Feb 14 02:48:18.933 INFO O| Feb 14 02:48:18.933 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/dns/install.xml"
106802026-02-14T02:48:19.378Z[ host-image] Feb 14 02:48:18.933 INFO O| Feb 14 02:48:18.933 INFO STEP 155 (remove_files) COMPLETE
106812026-02-14T02:48:19.378Z[ host-image] Feb 14 02:48:18.933 INFO O| Feb 14 02:48:18.933 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106822026-02-14T02:48:19.378Z[ host-image] Feb 14 02:48:18.943 INFO O| Feb 14 02:48:18.943 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
106832026-02-14T02:48:19.378Z[ host-image] Feb 14 02:48:18.943 INFO O| Feb 14 02:48:18.943 INFO STEP 156 (remove_files) COMPLETE
106842026-02-14T02:48:19.378Z[ host-image] Feb 14 02:48:18.943 INFO O| Feb 14 02:48:18.943 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106852026-02-14T02:48:19.402Z[ host-image] Feb 14 02:48:18.958 INFO O| Feb 14 02:48:18.958 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd.xml"
106862026-02-14T02:48:19.402Z[ host-image] Feb 14 02:48:18.958 INFO O| Feb 14 02:48:18.958 INFO STEP 157 (remove_files) COMPLETE
106872026-02-14T02:48:19.402Z[ host-image] Feb 14 02:48:18.958 INFO O| Feb 14 02:48:18.958 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106882026-02-14T02:48:19.402Z[ host-image] Feb 14 02:48:18.970 INFO O| Feb 14 02:48:18.970 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-install.xml"
106892026-02-14T02:48:19.402Z[ host-image] Feb 14 02:48:18.970 INFO O| Feb 14 02:48:18.970 INFO STEP 158 (remove_files) COMPLETE
106902026-02-14T02:48:19.402Z[ host-image] Feb 14 02:48:18.970 INFO O| Feb 14 02:48:18.970 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106912026-02-14T02:48:19.426Z[ host-image] Feb 14 02:48:18.984 INFO O| Feb 14 02:48:18.984 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
106922026-02-14T02:48:19.426Z[ host-image] Feb 14 02:48:18.984 INFO O| Feb 14 02:48:18.984 INFO STEP 159 (remove_files) COMPLETE
106932026-02-14T02:48:19.426Z[ host-image] Feb 14 02:48:18.984 INFO O| Feb 14 02:48:18.984 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106942026-02-14T02:48:19.426Z[ host-image] Feb 14 02:48:18.995 INFO O| Feb 14 02:48:18.995 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-iptun.xml"
106952026-02-14T02:48:19.426Z[ host-image] Feb 14 02:48:18.995 INFO O| Feb 14 02:48:18.995 INFO STEP 160 (remove_files) COMPLETE
106962026-02-14T02:48:19.426Z[ host-image] Feb 14 02:48:18.995 INFO O| Feb 14 02:48:18.995 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106972026-02-14T02:48:19.451Z[ host-image] Feb 14 02:48:19.007 INFO O| Feb 14 02:48:19.007 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-location.xml"
106982026-02-14T02:48:19.451Z[ host-image] Feb 14 02:48:19.007 INFO O| Feb 14 02:48:19.007 INFO STEP 161 (remove_files) COMPLETE
106992026-02-14T02:48:19.451Z[ host-image] Feb 14 02:48:19.007 INFO O| Feb 14 02:48:19.007 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107002026-02-14T02:48:19.451Z[ host-image] Feb 14 02:48:19.018 INFO O| Feb 14 02:48:19.017 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
107012026-02-14T02:48:19.451Z[ host-image] Feb 14 02:48:19.018 INFO O| Feb 14 02:48:19.018 INFO STEP 162 (remove_files) COMPLETE
107022026-02-14T02:48:19.451Z[ host-image] Feb 14 02:48:19.018 INFO O| Feb 14 02:48:19.018 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107032026-02-14T02:48:19.475Z[ host-image] Feb 14 02:48:19.029 INFO O| Feb 14 02:48:19.029 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
107042026-02-14T02:48:19.475Z[ host-image] Feb 14 02:48:19.029 INFO O| Feb 14 02:48:19.029 INFO STEP 163 (remove_files) COMPLETE
107052026-02-14T02:48:19.475Z[ host-image] Feb 14 02:48:19.029 INFO O| Feb 14 02:48:19.029 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107062026-02-14T02:48:19.475Z[ host-image] Feb 14 02:48:19.042 INFO O| Feb 14 02:48:19.042 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/varpd.xml"
107072026-02-14T02:48:19.475Z[ host-image] Feb 14 02:48:19.042 INFO O| Feb 14 02:48:19.042 INFO STEP 164 (remove_files) COMPLETE
107082026-02-14T02:48:19.475Z[ host-image] Feb 14 02:48:19.042 INFO O| Feb 14 02:48:19.042 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107092026-02-14T02:48:19.499Z[ host-image] Feb 14 02:48:19.054 INFO O| Feb 14 02:48:19.054 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/allocate.xml"
107102026-02-14T02:48:19.499Z[ host-image] Feb 14 02:48:19.054 INFO O| Feb 14 02:48:19.054 INFO STEP 165 (remove_files) COMPLETE
107112026-02-14T02:48:19.499Z[ host-image] Feb 14 02:48:19.054 INFO O| Feb 14 02:48:19.054 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107122026-02-14T02:48:19.499Z[ host-image] Feb 14 02:48:19.065 INFO O| Feb 14 02:48:19.065 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
107132026-02-14T02:48:19.499Z[ host-image] Feb 14 02:48:19.065 INFO O| Feb 14 02:48:19.065 INFO STEP 166 (remove_files) COMPLETE
107142026-02-14T02:48:19.499Z[ host-image] Feb 14 02:48:19.065 INFO O| Feb 14 02:48:19.065 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107152026-02-14T02:48:19.523Z[ host-image] Feb 14 02:48:19.075 INFO O| Feb 14 02:48:19.075 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
107162026-02-14T02:48:19.524Z[ host-image] Feb 14 02:48:19.075 INFO O| Feb 14 02:48:19.075 INFO STEP 167 (remove_files) COMPLETE
107172026-02-14T02:48:19.524Z[ host-image] Feb 14 02:48:19.075 INFO O| Feb 14 02:48:19.075 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107182026-02-14T02:48:19.524Z[ host-image] Feb 14 02:48:19.086 INFO O| Feb 14 02:48:19.086 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/dev/sndstat"
107192026-02-14T02:48:19.524Z[ host-image] Feb 14 02:48:19.086 INFO O| Feb 14 02:48:19.086 INFO STEP 168 (remove_files) COMPLETE
107202026-02-14T02:48:19.524Z[ host-image] Feb 14 02:48:19.086 INFO O| Feb 14 02:48:19.086 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107212026-02-14T02:48:19.548Z[ host-image] Feb 14 02:48:19.102 INFO O| Feb 14 02:48:19.102 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
107222026-02-14T02:48:19.548Z[ host-image] Feb 14 02:48:19.102 INFO O| Feb 14 02:48:19.102 INFO STEP 169 (remove_files) COMPLETE
107232026-02-14T02:48:19.548Z[ host-image] Feb 14 02:48:19.102 INFO O| Feb 14 02:48:19.102 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107242026-02-14T02:48:19.548Z[ host-image] Feb 14 02:48:19.117 INFO O| Feb 14 02:48:19.116 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/hostid.xml"
107252026-02-14T02:48:19.548Z[ host-image] Feb 14 02:48:19.117 INFO O| Feb 14 02:48:19.117 INFO STEP 170 (remove_files) COMPLETE
107262026-02-14T02:48:19.548Z[ host-image] Feb 14 02:48:19.117 INFO O| Feb 14 02:48:19.117 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107272026-02-14T02:48:19.572Z[ host-image] Feb 14 02:48:19.130 INFO O| Feb 14 02:48:19.130 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/idmap.xml"
107282026-02-14T02:48:19.572Z[ host-image] Feb 14 02:48:19.130 INFO O| Feb 14 02:48:19.130 INFO STEP 171 (remove_files) COMPLETE
107292026-02-14T02:48:19.572Z[ host-image] Feb 14 02:48:19.130 INFO O| Feb 14 02:48:19.130 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107302026-02-14T02:48:19.572Z[ host-image] Feb 14 02:48:19.141 INFO O| Feb 14 02:48:19.141 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/pkgserv.xml"
107312026-02-14T02:48:19.572Z[ host-image] Feb 14 02:48:19.141 INFO O| Feb 14 02:48:19.141 INFO STEP 172 (remove_files) COMPLETE
107322026-02-14T02:48:19.572Z[ host-image] Feb 14 02:48:19.141 INFO O| Feb 14 02:48:19.141 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107332026-02-14T02:48:19.596Z[ host-image] Feb 14 02:48:19.156 INFO O| Feb 14 02:48:19.156 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/zones.xml"
107342026-02-14T02:48:19.596Z[ host-image] Feb 14 02:48:19.156 INFO O| Feb 14 02:48:19.156 INFO STEP 173 (remove_files) COMPLETE
107352026-02-14T02:48:19.596Z[ host-image] Feb 14 02:48:19.156 INFO O| Feb 14 02:48:19.156 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107362026-02-14T02:48:19.621Z[ host-image] Feb 14 02:48:19.169 INFO O| Feb 14 02:48:19.169 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/intrd.xml"
107372026-02-14T02:48:19.621Z[ host-image] Feb 14 02:48:19.169 INFO O| Feb 14 02:48:19.169 INFO STEP 174 (remove_files) COMPLETE
107382026-02-14T02:48:19.621Z[ host-image] Feb 14 02:48:19.169 INFO O| Feb 14 02:48:19.169 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107392026-02-14T02:48:19.621Z[ host-image] Feb 14 02:48:19.182 INFO O| Feb 14 02:48:19.182 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/chrony.xml"
107402026-02-14T02:48:19.621Z[ host-image] Feb 14 02:48:19.182 INFO O| Feb 14 02:48:19.182 INFO STEP 175 (remove_files) COMPLETE
107412026-02-14T02:48:19.621Z[ host-image] Feb 14 02:48:19.182 INFO O| Feb 14 02:48:19.182 INFO STEP 176: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
107422026-02-14T02:48:19.645Z[ host-image] Feb 14 02:48:19.198 INFO O| Feb 14 02:48:19.198 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db does not already exist, skipping removal
107432026-02-14T02:48:19.646Z[ host-image] Feb 14 02:48:19.198 INFO O| Feb 14 02:48:19.198 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a"}
107442026-02-14T02:48:26.576Z[ host-image] Feb 14 02:48:26.147 INFO O| Feb 14 02:48:26.147 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
107452026-02-14T02:48:26.576Z[ host-image] Feb 14 02:48:26.147 INFO O| Feb 14 02:48:26.147 INFO E| svccfg: Loaded 79 smf(7) service descriptions
107462026-02-14T02:48:26.601Z[ host-image] Feb 14 02:48:26.167 INFO O| Feb 14 02:48:26.166 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml"], env: {"SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db"}
107472026-02-14T02:48:26.768Z[ host-image] Feb 14 02:48:26.340 INFO O| Feb 14 02:48:26.340 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml"], env: {"SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
107482026-02-14T02:48:26.868Z[ host-image] Feb 14 02:48:26.439 INFO O| Feb 14 02:48:26.439 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
107492026-02-14T02:48:26.983Z[ host-image] Feb 14 02:48:26.554 INFO O| Feb 14 02:48:26.554 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db does not exist
107502026-02-14T02:48:26.983Z[ host-image] Feb 14 02:48:26.554 INFO O| Feb 14 02:48:26.554 INFO copying /rpool/images/build/host/tmp/sled/zfs/repo.db -> /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db ...
107512026-02-14T02:48:27.007Z[ host-image] Feb 14 02:48:26.557 INFO O| Feb 14 02:48:26.557 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db
107522026-02-14T02:48:27.007Z[ host-image] Feb 14 02:48:26.557 INFO O| Feb 14 02:48:26.557 INFO ok!
107532026-02-14T02:48:27.007Z[ host-image] Feb 14 02:48:26.557 INFO O| Feb 14 02:48:26.557 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db exists (as File), removing
107542026-02-14T02:48:27.007Z[ host-image] Feb 14 02:48:26.557 INFO O| Feb 14 02:48:26.557 INFO STEP 176 (seed_smf) COMPLETE
107552026-02-14T02:48:27.007Z[ host-image] Feb 14 02:48:26.557 INFO O| Feb 14 02:48:26.557 INFO steps complete; finalising image!
107562026-02-14T02:48:27.007Z[ host-image] Feb 14 02:48:26.557 INFO O| Feb 14 02:48:26.557 INFO TRIM POOL: TEMPORARY-sled-zfs
107572026-02-14T02:48:27.160Z[ host-image] Feb 14 02:48:26.732 INFO O| Feb 14 02:48:26.731 INFO trim TEMPORARY-sled-zfs: (0% trimmed, started at Sat Feb 14 02:48:26 2026)
107582026-02-14T02:48:27.388Z[ host-image] Feb 14 02:48:26.959 INFO O| Feb 14 02:48:26.959 INFO temporary pool has 814M used, 82.4M avail, 1.81x compressratio
107592026-02-14T02:48:27.388Z[ host-image] Feb 14 02:48:26.959 INFO O| Feb 14 02:48:26.959 INFO EXPORT POOL: TEMPORARY-sled-zfs
107602026-02-14T02:48:27.816Z[ host-image] Feb 14 02:48:27.387 INFO O| Feb 14 02:48:27.387 INFO copying image /rpool/images/build/host/work/sled/zfs/lofi.raw to output file /rpool/images/build/host/output/sled-zfs.raw
107612026-02-14T02:48:27.816Z[ host-image] Feb 14 02:48:27.387 INFO O| Feb 14 02:48:27.387 INFO file /rpool/images/build/host/output/sled-zfs.raw does not already exist, skipping removal
107622026-02-14T02:48:29.113Z[ host-image] Feb 14 02:48:28.684 INFO O| Feb 14 02:48:28.684 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/sled-zfs.raw
107632026-02-14T02:48:29.113Z[ host-image] Feb 14 02:48:28.684 INFO O| Feb 14 02:48:28.684 INFO chmod ok, path: /rpool/images/build/host/output/sled-zfs.raw
107642026-02-14T02:48:29.113Z[ host-image] Feb 14 02:48:28.684 INFO O| Feb 14 02:48:28.684 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/sled-zfs.raw
107652026-02-14T02:48:29.137Z[ host-image] Feb 14 02:48:28.684 INFO O| Feb 14 02:48:28.684 INFO completed processing sled/zfs
107662026-02-14T02:48:29.137Z[ host-image] Feb 14 02:48:28.684 INFO O| Feb 14 02:48:28.684 INFO DESTROY DATASET: rpool/images/build/host/work/sled/zfs
107672026-02-14T02:48:29.869Z[ host-image] Feb 14 02:48:29.440 INFO O| Feb 14 02:48:29.440 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/zfs
107682026-02-14T02:48:29.921Z[ host-image] Feb 14 02:48:29.493 INFO BUILD STRING "heads/stlouis-0-gd522c047db\n"
107692026-02-14T02:48:29.922Z[ host-image] Feb 14 02:48:29.493 INFO expanded image name: "ci 9913c6a/${os_short_commit} 2026-02-14 01:52" -> "ci 9913c6a/d522c04 2026-02-14 01:52"
107702026-02-14T02:48:29.946Z[ host-image] Feb 14 02:48:29.493 INFO output artefacts stored in: "/work/os-host"
107712026-02-14T02:48:29.946Z[ host-image] Feb 14 02:48:29.493 INFO collecting git info from project "amd-host-image-builder"...
107722026-02-14T02:48:29.946Z[ host-image] Feb 14 02:48:29.507 INFO collecting git info from project "chelsio-t6-roms"...
107732026-02-14T02:48:29.946Z[ host-image] Feb 14 02:48:29.515 INFO collecting git info from project "pilot"...
107742026-02-14T02:48:29.971Z[ host-image] Feb 14 02:48:29.524 INFO collecting git info from project "dmar-report"...
107752026-02-14T02:48:29.971Z[ host-image] Feb 14 02:48:29.531 INFO collecting git info from project "image-builder"...
107762026-02-14T02:48:29.971Z[ host-image] Feb 14 02:48:29.538 INFO collecting git info from project "bootserver"...
107772026-02-14T02:48:29.995Z[ host-image] Feb 14 02:48:29.544 INFO collecting git info from project "phbl"...
107782026-02-14T02:48:29.995Z[ host-image] Feb 14 02:48:29.551 INFO collecting git info from project "amd-firmware"...
107792026-02-14T02:48:30.019Z[ host-image] Feb 14 02:48:29.569 INFO collecting git info from project "pinprick"...
107802026-02-14T02:48:30.019Z[ host-image] Feb 14 02:48:29.576 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
107812026-02-14T02:48:30.499Z[ host-image] Feb 14 02:48:30.070 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
107822026-02-14T02:48:30.979Z[ host-image] Feb 14 02:48:30.551 INFO creating Oxide boot image...
107832026-02-14T02:48:30.979Z[ host-image] Feb 14 02:48:30.551 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/sled-zfs.raw", "-N", "ci 9913c6a/d522c04 2026-02-14 01:52", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
107842026-02-14T02:48:32.453Z[verify-libraries] Finished `release` profile [optimized] target(s) in 26m 31s
107852026-02-14T02:48:32.713Z[ host-image] Feb 14 02:48:32.284 INFO O| ok, image written!
107862026-02-14T02:48:32.713Z[ host-image] Feb 14 02:48:32.284 INFO O| ok, boot_image_csum file written!
107872026-02-14T02:48:32.737Z[ host-image] Feb 14 02:48:32.289 INFO creating boot archive (CPIO)...
107882026-02-14T02:48:32.737Z[ host-image] Feb 14 02:48:32.289 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
107892026-02-14T02:48:32.737Z[ host-image] Feb 14 02:48:32.296 INFO E| + root=/rpool/images/build/host/work/sled/ramdisk
107902026-02-14T02:48:32.737Z[ host-image] Feb 14 02:48:32.296 INFO E| + outfile=/work/os-host/cpio
107912026-02-14T02:48:32.738Z[ host-image] Feb 14 02:48:32.296 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
107922026-02-14T02:48:32.738Z[ host-image] Feb 14 02:48:32.299 INFO E| + cd /rpool/images/build/host/work/sled/ramdisk
107932026-02-14T02:48:32.738Z[ host-image] Feb 14 02:48:32.299 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
107942026-02-14T02:48:32.782Z[ host-image] Feb 14 02:48:32.354 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
107952026-02-14T02:48:32.782Z[ host-image] Feb 14 02:48:32.354 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
107962026-02-14T02:48:32.806Z[ host-image] Feb 14 02:48:32.367 INFO creating compressed cpio/unix for dev loaders...
107972026-02-14T02:48:32.806Z[ host-image] Feb 14 02:48:32.368 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
107982026-02-14T02:48:33.145Z[ host-image] Feb 14 02:48:32.716 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None
107992026-02-14T02:48:33.439ZFeb 14 02:48:33.010 INFO [verify-libraries] process exited with exit status: 0 (1598.9328368s)
108002026-02-14T02:48:38.303Z[ host-image] Feb 14 02:48:37.874 INFO creating reset image...
108012026-02-14T02:48:38.303Z[ host-image] Feb 14 02:48:37.874 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl"
108022026-02-14T02:48:38.374Z[ host-image] Feb 14 02:48:37.945 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')"
108032026-02-14T02:48:38.374Z[ host-image] Feb 14 02:48:37.945 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")
108042026-02-14T02:48:38.518Z[ host-image] Feb 14 02:48:38.089 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.07s
108052026-02-14T02:48:38.542Z[ host-image] Feb 14 02:48:38.094 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-host/cpio.z --target-dir /work/os-host/phbl`
108062026-02-14T02:48:38.973Z[ host-image] Feb 14 02:48:38.545 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)
108072026-02-14T02:48:38.973Z[ host-image] Feb 14 02:48:38.545 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)
108082026-02-14T02:48:38.997Z[ host-image] Feb 14 02:48:38.545 INFO E| Compiling proc-macro2 v1.0.106
108092026-02-14T02:48:38.998Z[ host-image] Feb 14 02:48:38.545 INFO E| Compiling unicode-ident v1.0.23
108102026-02-14T02:48:38.998Z[ host-image] Feb 14 02:48:38.545 INFO E| Compiling quote v1.0.44
108112026-02-14T02:48:38.998Z[ host-image] Feb 14 02:48:38.545 INFO E| Compiling syn v1.0.109
108122026-02-14T02:48:38.998Z[ host-image] Feb 14 02:48:38.545 INFO E| Compiling x86 v0.52.0
108132026-02-14T02:48:38.998Z[ host-image] Feb 14 02:48:38.546 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
108142026-02-14T02:48:39.210Z[ host-image] Feb 14 02:48:38.781 INFO E| Compiling seq-macro v0.3.6
108152026-02-14T02:48:40.741Z[ host-image] Feb 14 02:48:40.312 INFO E| Compiling syn v2.0.114
108162026-02-14T02:48:43.664Z[ host-image] Feb 14 02:48:43.236 INFO E| Compiling scroll_derive v0.13.1
108172026-02-14T02:48:45.882Z[ host-image] Feb 14 02:48:45.454 INFO E| Compiling bitstruct_derive v0.1.0
108182026-02-14T02:49:06.146Z[ host-image] Feb 14 02:49:05.717 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)
108192026-02-14T02:49:10.604Z[ host-image] Feb 14 02:49:10.176 INFO E| Compiling bitflags v1.3.2
108202026-02-14T02:49:10.628Z[ host-image] Feb 14 02:49:10.176 INFO E| Compiling scroll v0.13.0
108212026-02-14T02:49:10.628Z[ host-image] Feb 14 02:49:10.176 INFO E| Compiling log v0.4.29
108222026-02-14T02:49:10.628Z[ host-image] Feb 14 02:49:10.176 INFO E| Compiling plain v0.2.3
108232026-02-14T02:49:10.628Z[ host-image] Feb 14 02:49:10.176 INFO E| Compiling adler2 v2.0.1
108242026-02-14T02:49:10.628Z[ host-image] Feb 14 02:49:10.176 INFO E| Compiling bit_field v0.10.3
108252026-02-14T02:49:10.628Z[ host-image] Feb 14 02:49:10.176 INFO E| Compiling bitflags v2.10.0
108262026-02-14T02:49:10.719Z[ host-image] Feb 14 02:49:10.291 INFO E| Compiling raw-cpuid v10.7.0
108272026-02-14T02:49:10.846Z[ host-image] Feb 14 02:49:10.418 INFO E| Compiling miniz_oxide v0.9.0
108282026-02-14T02:49:10.895Z[ host-image] Feb 14 02:49:10.466 INFO E| Compiling cpio_reader v0.1.2
108292026-02-14T02:49:10.936Z[ host-image] Feb 14 02:49:10.507 INFO E| Compiling bitstruct v0.1.1
108302026-02-14T02:49:11.014Z[ host-image] Feb 14 02:49:10.586 INFO E| Compiling static_assertions v1.1.0
108312026-02-14T02:49:11.090Z[ host-image] Feb 14 02:49:10.662 INFO E| Compiling goblin v0.10.4
108322026-02-14T02:49:16.539Z[ host-image] Feb 14 02:49:16.111 INFO E| Finished `release` profile [optimized] target(s) in 37.99s
108332026-02-14T02:49:16.563Z[ host-image] Feb 14 02:49:16.129 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
108342026-02-14T02:49:16.640Z[ host-image] Feb 14 02:49:16.211 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')"
108352026-02-14T02:49:16.640Z[ host-image] Feb 14 02:49:16.212 INFO building ROM for gimlet
108362026-02-14T02:49:16.664Z[ host-image] Feb 14 02:49:16.212 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")
108372026-02-14T02:49:16.825Z[ host-image] Feb 14 02:49:16.396 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.10s
108382026-02-14T02:49:16.848Z[ host-image] Feb 14 02:49:16.400 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`
108392026-02-14T02:49:16.849Z[ host-image] Feb 14 02:49:16.417 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml"
108402026-02-14T02:49:16.965Z[ host-image] Feb 14 02:49:16.537 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.11s
108412026-02-14T02:49:16.989Z[ host-image] Feb 14 02:49:16.542 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`
108422026-02-14T02:49:17.204Z[ host-image] Feb 14 02:49:16.776 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/AmdPubKey_gn.tkn"
108432026-02-14T02:49:17.205Z[ host-image] Feb 14 02:49:16.776 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspBootLoader_gn.sbin"
108442026-02-14T02:49:17.229Z[ host-image] Feb 14 02:49:16.776 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspRecoveryBootLoader_gn.sbin"
108452026-02-14T02:49:17.229Z[ host-image] Feb 14 02:49:16.777 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SmuFirmwareGn.csbin"
108462026-02-14T02:49:17.229Z[ host-image] Feb 14 02:49:16.777 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureDebugToken_gn.stkn"
108472026-02-14T02:49:17.229Z[ host-image] Feb 14 02:49:16.777 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspABLFw_gn.stkn"
108482026-02-14T02:49:17.229Z[ host-image] Feb 14 02:49:16.777 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SmuFirmware2Gn.csbin"
108492026-02-14T02:49:17.229Z[ host-image] Feb 14 02:49:16.777 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureDebugUnlock_gn.sbin"
108502026-02-14T02:49:17.229Z[ host-image] Feb 14 02:49:16.777 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspIkek_gn.bin"
108512026-02-14T02:49:17.229Z[ host-image] Feb 14 02:49:16.777 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureEmptyToken.bin"
108522026-02-14T02:49:17.229Z[ host-image] Feb 14 02:49:16.777 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/RsmuSecPolicy_gn.sbin"
108532026-02-14T02:49:17.229Z[ host-image] Feb 14 02:49:16.777 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Mp5Gn.csbin"
108542026-02-14T02:49:17.229Z[ host-image] Feb 14 02:49:16.777 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/AgesaBootloader_U_prod_GN.csbin"
108552026-02-14T02:49:17.229Z[ host-image] Feb 14 02:49:16.778 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/GnPhyFw.sbin"
108562026-02-14T02:49:17.229Z[ host-image] Feb 14 02:49:16.778 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PSP-Key-DB_gn.sbin"
108572026-02-14T02:49:17.229Z[ host-image] Feb 14 02:49:16.778 INFO O| Info: ABL version: 0x100f5010
108582026-02-14T02:49:17.229Z[ host-image] Feb 14 02:49:16.778 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.0
108592026-02-14T02:49:17.230Z[ host-image] Feb 14 02:49:16.779 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
108602026-02-14T02:49:17.230Z[ host-image] Feb 14 02:49:16.779 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
108612026-02-14T02:49:17.230Z[ host-image] Feb 14 02:49:16.779 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
108622026-02-14T02:49:17.230Z[ host-image] Feb 14 02:49:16.780 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
108632026-02-14T02:49:17.230Z[ host-image] Feb 14 02:49:16.780 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
108642026-02-14T02:49:17.230Z[ host-image] Feb 14 02:49:16.780 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
108652026-02-14T02:49:17.230Z[ host-image] Feb 14 02:49:16.780 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
108662026-02-14T02:49:17.230Z[ host-image] Feb 14 02:49:16.780 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
108672026-02-14T02:49:17.230Z[ host-image] Feb 14 02:49:16.780 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
108682026-02-14T02:49:17.230Z[ host-image] Feb 14 02:49:16.780 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
108692026-02-14T02:49:17.230Z[ host-image] Feb 14 02:49:16.780 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
108702026-02-14T02:49:17.230Z[ host-image] Feb 14 02:49:16.780 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
108712026-02-14T02:49:17.230Z[ host-image] Feb 14 02:49:16.781 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
108722026-02-14T02:49:17.230Z[ host-image] Feb 14 02:49:16.781 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
108732026-02-14T02:49:17.230Z[ host-image] Feb 14 02:49:16.781 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
108742026-02-14T02:49:17.230Z[ host-image] Feb 14 02:49:16.781 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
108752026-02-14T02:49:17.230Z[ host-image] Feb 14 02:49:16.781 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
108762026-02-14T02:49:17.230Z[ host-image] Feb 14 02:49:16.781 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
108772026-02-14T02:49:17.272Z[ host-image] Feb 14 02:49:16.844 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
108782026-02-14T02:49:17.272Z[ host-image] Feb 14 02:49:16.844 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
108792026-02-14T02:49:17.272Z[ host-image] Feb 14 02:49:16.844 INFO building ROM for cosmo
108802026-02-14T02:49:17.296Z[ host-image] Feb 14 02:49:16.844 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")
108812026-02-14T02:49:17.456Z[ host-image] Feb 14 02:49:17.028 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.09s
108822026-02-14T02:49:17.480Z[ host-image] Feb 14 02:49:17.031 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`
108832026-02-14T02:49:17.480Z[ host-image] Feb 14 02:49:17.045 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7.toml"
108842026-02-14T02:49:17.587Z[ host-image] Feb 14 02:49:17.158 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.10s
108852026-02-14T02:49:17.611Z[ host-image] Feb 14 02:49:17.163 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`
108862026-02-14T02:49:17.984Z[ host-image] Feb 14 02:49:17.555 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x00_AmdPubKey_BRH.tkn"
108872026-02-14T02:49:17.984Z[ host-image] Feb 14 02:49:17.555 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x01_PspBl_BRH.esbin"
108882026-02-14T02:49:17.984Z[ host-image] Feb 14 02:49:17.555 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x02_PspOS_BRH.ecsbin"
108892026-02-14T02:49:18.008Z[ host-image] Feb 14 02:49:17.555 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x03_PspRecBl_BRH.esbin"
108902026-02-14T02:49:18.008Z[ host-image] Feb 14 02:49:17.555 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x08_SmuFirmware_breithorn.ecsbin"
108912026-02-14T02:49:18.008Z[ host-image] Feb 14 02:49:17.555 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
108922026-02-14T02:49:18.009Z[ host-image] Feb 14 02:49:17.555 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
108932026-02-14T02:49:18.009Z[ host-image] Feb 14 02:49:17.555 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x0A_PspAblPubKey_BRH.stkn"
108942026-02-14T02:49:18.009Z[ host-image] Feb 14 02:49:17.556 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x13_SduFw_BRH.ecsbin"
108952026-02-14T02:49:18.009Z[ host-image] Feb 14 02:49:17.556 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x21_PspAmdIkek_BRH.bin"
108962026-02-14T02:49:18.009Z[ host-image] Feb 14 02:49:17.556 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x22_SecureEmptyToken.bin"
108972026-02-14T02:49:18.009Z[ host-image] Feb 14 02:49:17.556 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
108982026-02-14T02:49:18.009Z[ host-image] Feb 14 02:49:17.556 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
108992026-02-14T02:49:18.009Z[ host-image] Feb 14 02:49:17.556 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x28_PspSystemDriver_BRH.ecsbin"
109002026-02-14T02:49:18.009Z[ host-image] Feb 14 02:49:17.556 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
109012026-02-14T02:49:18.009Z[ host-image] Feb 14 02:49:17.556 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
109022026-02-14T02:49:18.009Z[ host-image] Feb 14 02:49:17.556 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x2D_AblRt.ecsbin"
109032026-02-14T02:49:18.009Z[ host-image] Feb 14 02:49:17.556 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
109042026-02-14T02:49:18.009Z[ host-image] Feb 14 02:49:17.557 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x42_PhyFw_BRH.ecsbin"
109052026-02-14T02:49:18.009Z[ host-image] Feb 14 02:49:17.557 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x44_USB_PHY_BRH.esbin"
109062026-02-14T02:49:18.009Z[ host-image] Feb 14 02:49:17.557 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
109072026-02-14T02:49:18.009Z[ host-image] Feb 14 02:49:17.557 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
109082026-02-14T02:49:18.009Z[ host-image] Feb 14 02:49:17.557 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x50_PspKeyDataBase_BRH.sbin"
109092026-02-14T02:49:18.009Z[ host-image] Feb 14 02:49:17.557 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
109102026-02-14T02:49:18.009Z[ host-image] Feb 14 02:49:17.557 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x55_SPLTable_BRH.sbin"
109112026-02-14T02:49:18.009Z[ host-image] Feb 14 02:49:17.557 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x5DMpioFw_BRH.cesbin"
109122026-02-14T02:49:18.009Z[ host-image] Feb 14 02:49:17.557 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x64_RasDriver_BRH.ecsbin"
109132026-02-14T02:49:18.009Z[ host-image] Feb 14 02:49:17.557 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
109142026-02-14T02:49:18.009Z[ host-image] Feb 14 02:49:17.557 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1A_SevDriver_BRH.ecsbin"
109152026-02-14T02:49:18.009Z[ host-image] Feb 14 02:49:17.557 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
109162026-02-14T02:49:18.009Z[ host-image] Feb 14 02:49:17.557 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1B_BootDriver_BRH.ecsbin"
109172026-02-14T02:49:18.009Z[ host-image] Feb 14 02:49:17.557 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1C_SocDriver_BRH.ecsbin"
109182026-02-14T02:49:18.009Z[ host-image] Feb 14 02:49:17.557 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1D_HadDriver_BRH.ecsbin"
109192026-02-14T02:49:18.009Z[ host-image] Feb 14 02:49:17.557 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
109202026-02-14T02:49:18.009Z[ host-image] Feb 14 02:49:17.557 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x38_PspSevEmptyData.bin"
109212026-02-14T02:49:18.010Z[ host-image] Feb 14 02:49:17.557 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x47_DRTMDriver_BRH.ecsbin"
109222026-02-14T02:49:18.010Z[ host-image] Feb 14 02:49:17.558 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x67_FHPDriver_BRH.ecsbin"
109232026-02-14T02:49:18.010Z[ host-image] Feb 14 02:49:17.558 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x68_SPDMDriver_BRH.ecsbin"
109242026-02-14T02:49:18.010Z[ host-image] Feb 14 02:49:17.558 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x69_DPEDriver_BRH.ecsbin"
109252026-02-14T02:49:18.010Z[ host-image] Feb 14 02:49:17.558 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x73_PspBl_BRH.ecsbin"
109262026-02-14T02:49:18.010Z[ host-image] Feb 14 02:49:17.558 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x76_DfRib_BRH.csbin"
109272026-02-14T02:49:18.010Z[ host-image] Feb 14 02:49:17.558 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x8C_MPDMATF_BRH.sbin"
109282026-02-14T02:49:18.010Z[ host-image] Feb 14 02:49:17.558 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x91_GmiPhyFw_BRH.esbin"
109292026-02-14T02:49:18.010Z[ host-image] Feb 14 02:49:17.558 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x92_Page_BRH.sbin"
109302026-02-14T02:49:18.010Z[ host-image] Feb 14 02:49:17.558 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x9D_AspSramFwExt_BRH.sbin"
109312026-02-14T02:49:18.010Z[ host-image] Feb 14 02:49:17.558 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
109322026-02-14T02:49:18.010Z[ host-image] Feb 14 02:49:17.558 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_A0.sbin"
109332026-02-14T02:49:18.010Z[ host-image] Feb 14 02:49:17.558 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRHD_A0.sbin"
109342026-02-14T02:49:18.010Z[ host-image] Feb 14 02:49:17.558 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_B0.sbin"
109352026-02-14T02:49:18.010Z[ host-image] Feb 14 02:49:17.558 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_C0.sbin"
109362026-02-14T02:49:18.010Z[ host-image] Feb 14 02:49:17.558 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRHD_B0.sbin"
109372026-02-14T02:49:18.010Z[ host-image] Feb 14 02:49:17.558 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_B1.sbin"
109382026-02-14T02:49:18.010Z[ host-image] Feb 14 02:49:17.558 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_C1.sbin"
109392026-02-14T02:49:18.010Z[ host-image] Feb 14 02:49:17.559 INFO O| Info: ABL version: 0x1007f011
109402026-02-14T02:49:18.010Z[ host-image] Feb 14 02:49:17.559 INFO O| Info: For sub_program 2: SMU firmware version: 99.125.0
109412026-02-14T02:49:18.010Z[ host-image] Feb 14 02:49:17.559 INFO O| Info: For sub_program 0: SMU firmware version: 94.125.0
109422026-02-14T02:49:18.010Z[ host-image] Feb 14 02:49:17.559 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/APOB_NV_BRH.bin"
109432026-02-14T02:49:18.010Z[ host-image] Feb 14 02:49:17.559 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
109442026-02-14T02:49:18.010Z[ host-image] Feb 14 02:49:17.559 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
109452026-02-14T02:49:18.010Z[ host-image] Feb 14 02:49:17.559 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
109462026-02-14T02:49:18.010Z[ host-image] Feb 14 02:49:17.559 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
109472026-02-14T02:49:18.010Z[ host-image] Feb 14 02:49:17.559 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
109482026-02-14T02:49:18.010Z[ host-image] Feb 14 02:49:17.560 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
109492026-02-14T02:49:18.010Z[ host-image] Feb 14 02:49:17.560 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
109502026-02-14T02:49:18.010Z[ host-image] Feb 14 02:49:17.560 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
109512026-02-14T02:49:18.010Z[ host-image] Feb 14 02:49:17.560 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
109522026-02-14T02:49:18.010Z[ host-image] Feb 14 02:49:17.560 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
109532026-02-14T02:49:18.010Z[ host-image] Feb 14 02:49:17.560 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
109542026-02-14T02:49:18.010Z[ host-image] Feb 14 02:49:17.560 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
109552026-02-14T02:49:18.010Z[ host-image] Feb 14 02:49:17.560 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
109562026-02-14T02:49:18.010Z[ host-image] Feb 14 02:49:17.560 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
109572026-02-14T02:49:18.010Z[ host-image] Feb 14 02:49:17.560 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
109582026-02-14T02:49:18.011Z[ host-image] Feb 14 02:49:17.560 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
109592026-02-14T02:49:18.011Z[ host-image] Feb 14 02:49:17.560 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
109602026-02-14T02:49:18.011Z[ host-image] Feb 14 02:49:17.560 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
109612026-02-14T02:49:18.011Z[ host-image] Feb 14 02:49:17.560 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
109622026-02-14T02:49:18.041Z[ host-image] Feb 14 02:49:17.613 INFO finishing image archive at "/work/os-host/os.tar.gz"...
109632026-02-14T02:49:41.506Z[ host-image] Feb 14 02:49:41.077 INFO image complete! materials are in "/work/os-host"
109642026-02-14T02:49:42.429Z[ host-image]
109652026-02-14T02:49:42.455Z[ host-image] real 28:33.848284467
109662026-02-14T02:49:42.455Z[ host-image] user 17:36.732560293
109672026-02-14T02:49:42.455Z[ host-image] sys 1:51.589243939
109682026-02-14T02:49:42.455Z[ host-image] trap 0.857711860
109692026-02-14T02:49:42.455Z[ host-image] tflt 0.201700947
109702026-02-14T02:49:42.455Z[ host-image] dflt 12.620238430
109712026-02-14T02:49:42.455Z[ host-image] kflt 0.243217219
109722026-02-14T02:49:42.455Z[ host-image] lock 12:33.038796790
109732026-02-14T02:49:42.455ZFeb 14 02:49:42.003 INFO [host-image] process exited with exit status: 0 (1714.775304203s)
109742026-02-14T02:49:42.455Z[ host-image] slp 2:44:30.623279640
109752026-02-14T02:49:42.455Z[ host-image] lat 7:44.372091267
109762026-02-14T02:49:42.455Z[ host-image] stop 2.298443955
109772026-02-14T02:49:42.455ZFeb 14 02:49:42.003 INFO [tuf-repo] running task
109782026-02-14T02:50:12.929ZFeb 14 02:50:12.502 INFO assembling repository in `/tmp/tufaceousKFraJm`, component: OmicronRepoAssembler
109792026-02-14T02:50:22.061ZFeb 14 02:50:21.633 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
109802026-02-14T02:50:22.483ZFeb 14 02:50:22.055 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
109812026-02-14T02:50:58.033ZFeb 14 02:50:57.606 INFO extracting uploaded archive to /tmp/.tmpQvfPJG
109822026-02-14T02:51:02.145ZFeb 14 02:51:01.717 INFO created directory to store extracted artifacts, path: /tmp/update-artifacts.wyje9f
109832026-02-14T02:51:02.275ZFeb 14 02:51:01.847 INFO added artifact, length: 6510781, hash: 369b4e37af77a335ed80c1608e475502bd9ae2303836b0835db26942b4c31072, version: 1.0.60, kind: gimlet_sp, name: cosmo-a
109842026-02-14T02:51:02.509ZFeb 14 02:51:02.080 INFO added artifact, length: 6510743, hash: d94ec577f3b19fba0be4174192bfa8820f969d221966e32ded8f7450729cdab4, version: 1.0.60, kind: gimlet_sp, name: cosmo-b
109852026-02-14T02:51:02.729ZFeb 14 02:51:02.302 INFO added artifact, length: 5475550, hash: ec2421f2d93c1f851f5d1ef3c0cf8597510c4f096a94c692a4b28b719a98080b, version: 1.0.60, kind: gimlet_sp, name: gimlet-b
109862026-02-14T02:51:02.934ZFeb 14 02:51:02.507 INFO added artifact, length: 5477973, hash: 45e21067211165b2ef64dcdb5c20c221acc22c7ff243824c84fe2dc0b6818b4d, version: 1.0.60, kind: gimlet_sp, name: gimlet-c
109872026-02-14T02:51:03.134ZFeb 14 02:51:02.706 INFO added artifact, length: 5466547, hash: 4d3030fcfaed0f80bc69fc997809a344b687d0f8199ed4bee2239222d0047657, version: 1.0.60, kind: gimlet_sp, name: gimlet-d
109882026-02-14T02:51:03.333ZFeb 14 02:51:02.905 INFO added artifact, length: 5466150, hash: b3ada863226921aad2c60d5dbfa46cb6f1c7ae3304e029edad78578f6fc83c6a, version: 1.0.60, kind: gimlet_sp, name: gimlet-e
109892026-02-14T02:51:03.535ZFeb 14 02:51:03.108 INFO added artifact, length: 5466068, hash: 13a11687e17ba95415430a6eeff672bf0ae9f038bd6958b683af4a83ecbcc220, version: 1.0.60, kind: gimlet_sp, name: gimlet-f
109902026-02-14T02:51:03.766ZFeb 14 02:51:03.339 INFO added artifact, length: 1575250, hash: e57c5631d66cbefb69d621c8692d28db6af95672949540dd765a0fe26678ea4b, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-gimlet
109912026-02-14T02:51:03.766ZFeb 14 02:51:03.339 INFO added artifact, length: 1574970, hash: ca76f931699d50646bbbc21b991f41cf6d72dd6950a93be7d94d462ef6debaf7, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-gimlet
109922026-02-14T02:51:03.901ZFeb 14 02:51:03.474 INFO added artifact, length: 1575253, hash: 657ddafd315d3cb9f0521eaec43752b2d3a92d33fe98767eacd3c27c5b790ad7, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-cosmo
109932026-02-14T02:51:03.901ZFeb 14 02:51:03.474 INFO added artifact, length: 1575039, hash: 4ff67dc8de2f937401560c5d13dbcf9b83cbef555be2555581db58083bfaf3c8, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-cosmo
109942026-02-14T02:51:04.040ZFeb 14 02:51:03.612 INFO added artifact, length: 1639595, hash: dc1c96e39338ecc6b9c127b0af4eb2b000dbf4ec76c045274660b1bee5c1e635, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-gimlet
109952026-02-14T02:51:04.040ZFeb 14 02:51:03.613 INFO added artifact, length: 1639767, hash: 6619031a1efbed441aa1297893c94196f2fd8cbc7eb4bd001ec5e88e52c69f1c, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-gimlet
109962026-02-14T02:51:04.173ZFeb 14 02:51:03.746 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-bart
109972026-02-14T02:51:04.173ZFeb 14 02:51:03.746 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-bart
109982026-02-14T02:51:04.313ZFeb 14 02:51:03.886 INFO added artifact, length: 1639535, hash: 5ef57dd074e9efb402502f33c54f79f2c7fbf809598ed32570a7913051806b53, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-cosmo
109992026-02-14T02:51:04.313ZFeb 14 02:51:03.886 INFO added artifact, length: 1639866, hash: 81a6a63cfd2868a872f6b1d35f67f9985f36c80b48a97a285dae0d0b0903c0ef, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-cosmo
110002026-02-14T02:51:04.451ZFeb 14 02:51:04.024 INFO added artifact, length: 1575096, hash: 81a97eee9a4c9f2620ff36d50668c94b4851c87f1c91325e938beb6d716c8ab3, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-gimlet
110012026-02-14T02:51:04.451ZFeb 14 02:51:04.024 INFO added artifact, length: 1574964, hash: a6c298674493ec26424c3c079efa2920ecb557268010a94b793934a875a7e40d, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-gimlet
110022026-02-14T02:51:04.580ZFeb 14 02:51:04.153 INFO added artifact, length: 1575107, hash: 3027a2a8090e6c107e3cf19938bc93319f37c70f6995650c60eea9fd076c9c65, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-cosmo
110032026-02-14T02:51:04.580ZFeb 14 02:51:04.153 INFO added artifact, length: 1574965, hash: 6a8a11a179a6a9b7d2c0ac96e32ea216ccaee0ad7bb5c42333e4f7c422558b2f, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-cosmo
110042026-02-14T02:51:04.604ZFeb 14 02:51:04.155 INFO added artifact, length: 46165, hash: 01bf70ada8937f7adf23a2eb6b5d7c36351cccd6a4aec2af6ab591d0f30902ff, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-gimlet
110052026-02-14T02:51:04.604ZFeb 14 02:51:04.157 INFO added artifact, length: 46156, hash: 6e72ab34b446ec3f82e3bd84644f5ed9706e71c290b6a47b0ed543381d183491, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-cosmo
110062026-02-14T02:51:04.604ZFeb 14 02:51:04.158 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-bart
110072026-02-14T02:51:04.604ZFeb 14 02:51:04.160 INFO added artifact, length: 46378, hash: 0c2a7163e732a8eae7c5a142ce1b743a5bc3bc7a4ee7c8b1dc20ff0c266da879, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-gimlet
110082026-02-14T02:51:04.604ZFeb 14 02:51:04.161 INFO added artifact, length: 46384, hash: 381ccf87f2532d90485ea6238c547e829195f4670f489cfec3ae75094f006797, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-cosmo
110092026-02-14T02:51:17.869ZFeb 14 02:51:17.442 INFO added artifact, length: 33554432, hash: 095d00dd8b022743c0a8ed20eeb4ba4234a18cb47a390675a9aa69c9fd3a4eee, version: 18.0.0-0.ci+git9913c6ae4ae, kind: gimlet_host_phase_1, name: host
110102026-02-14T02:51:17.870ZFeb 14 02:51:17.443 INFO added artifact, length: 33554432, hash: d3c6ba8d4d5144877a5682f590410c9cc24a8fb8d9e22151c064512e16c1a44d, version: 18.0.0-0.ci+git9913c6ae4ae, kind: cosmo_host_phase_1, name: host
110112026-02-14T02:51:17.894ZFeb 14 02:51:17.443 INFO added artifact, length: 1101008896, hash: 65b01421d3506839efa70a64203cd3e529f02716529419f8665d4b0464d1d2e5, version: 18.0.0-0.ci+git9913c6ae4ae, kind: host_phase_2, name: host
110122026-02-14T02:51:20.228ZFeb 14 02:51:19.801 INFO added artifact, length: 33554432, hash: b6bda718ca520632446e8bf41806191f00919a9dae58fd355502909593823333, version: 18.0.0-0.ci+git9913c6ae4ae, kind: gimlet_trampoline_phase_1, name: trampoline
110132026-02-14T02:51:20.228ZFeb 14 02:51:19.801 INFO added artifact, length: 33554432, hash: b8ed3c6fe007f4a709016a0fbcd2556e7e8e2dbc7b30028f1c26b1f63e419b64, version: 18.0.0-0.ci+git9913c6ae4ae, kind: cosmo_trampoline_phase_1, name: trampoline
110142026-02-14T02:51:20.228ZFeb 14 02:51:19.801 INFO added artifact, length: 146149374, hash: fc8397ed8253a6465f6d2559940d6bf957a5b3fe1c5504a156aaa3040caf3d9b, version: 18.0.0-0.ci+git9913c6ae4ae, kind: trampoline_phase_2, name: trampoline
110152026-02-14T02:51:24.970ZFeb 14 02:51:24.543 INFO added artifact, length: 309883493, hash: 63d15d30bb98fc9180aeabede9c23921658107eebed6ddbece91e14b5b2f6799, version: 18.0.0-0.ci+git9913c6ae4ae, kind: zone, name: clickhouse_keeper
110162026-02-14T02:51:29.985ZFeb 14 02:51:29.558 INFO added artifact, length: 327328221, hash: 669ffb886a4a37f6d52a29561edd4e1a56765dabce3ca07f4de1f9338e1dbf18, version: 18.0.0-0.ci+git9913c6ae4ae, kind: zone, name: clickhouse_server
110172026-02-14T02:51:35.095ZFeb 14 02:51:34.668 INFO added artifact, length: 327329201, hash: 82c3436cca2070bdfbdab3e51833801e9a921fd3770eb43e3cddd3669f3bbd81, version: 18.0.0-0.ci+git9913c6ae4ae, kind: zone, name: clickhouse
110182026-02-14T02:51:37.715ZFeb 14 02:51:37.288 INFO added artifact, length: 169144425, hash: e37f00dd1919f1bc5d53c9ab04d601611988444786ab97163df20136bad57b4b, version: 18.0.0-0.ci+git9913c6ae4ae, kind: zone, name: cockroachdb
110192026-02-14T02:51:38.380ZFeb 14 02:51:37.953 INFO added artifact, length: 42560844, hash: 1356956be9e42000304a3ea7188185b08df6125d2ed76b7fd4f0082b1f6963ec, version: 18.0.0-0.ci+git9913c6ae4ae, kind: zone, name: crucible-pantry-zone
110202026-02-14T02:51:39.290ZFeb 14 02:51:38.863 INFO added artifact, length: 57038196, hash: 2805554cb1c3ca3a944394490331f39991cdde0188dadecada6afa47ad6f75a3, version: 18.0.0-0.ci+git9913c6ae4ae, kind: zone, name: crucible-zone
110212026-02-14T02:51:40.088ZFeb 14 02:51:39.661 INFO added artifact, length: 50015486, hash: ce6ccda82037c51ebad7846fa7d2133dcf551b4292c2343593be05e79a7e1716, version: 18.0.0-0.ci+git9913c6ae4ae, kind: zone, name: external-dns
110222026-02-14T02:51:40.878ZFeb 14 02:51:40.451 INFO added artifact, length: 50015083, hash: 10aa5bfb92c9ba488065b8cf59ae78789a2f65aa7ac534ddc8ddd2df014c6567, version: 18.0.0-0.ci+git9913c6ae4ae, kind: zone, name: internal-dns
110232026-02-14T02:51:44.274ZFeb 14 02:51:43.847 INFO added artifact, length: 216246818, hash: 6f937378f07d00ca7ea60701f7d81b58c60b9f97e04a39decf1b2a9b1a8b7e57, version: 18.0.0-0.ci+git9913c6ae4ae, kind: zone, name: nexus
110242026-02-14T02:51:44.772ZFeb 14 02:51:44.345 INFO added artifact, length: 30411904, hash: 579d23287d90f6a7f6076ff3ca0ddd81590b932b3a2b65faf269eb36e2ab9fe8, version: 18.0.0-0.ci+git9913c6ae4ae, kind: zone, name: ntp
110252026-02-14T02:51:45.832ZFeb 14 02:51:45.405 INFO added artifact, length: 66585063, hash: db745eea38df939ec96f05405b627ee2c2df074a2e038f2456b266cd36d34674, version: 18.0.0-0.ci+git9913c6ae4ae, kind: zone, name: oximeter
110262026-02-14T02:51:45.880ZFeb 14 02:51:45.453 INFO added artifact, length: 3109590, hash: 4a0798e2f2accce5f297bc139bf49db9f532cefc3b65edab6b0ad83eb74c770d, version: 18.0.0-0.ci+git9913c6ae4ae, kind: zone, name: probe
110272026-02-14T02:51:45.904ZFeb 14 02:51:45.454 INFO added artifact, length: 992, hash: 6a0944474534a8382709168a3dfbbddd6c65578ce86f9f7c251ec0e09c9a2498, version: 1.0.38, kind: measurement_corpus, name: staging-corim-oxide-rot-1-v1.0.38
110282026-02-14T02:51:45.904ZFeb 14 02:51:45.455 INFO added artifact, length: 829, hash: de5b2746f335d16d3f079e5805ce2d7e03da1002aa688a371fed64b3a35af6eb, version: 1.0.60, kind: measurement_corpus, name: staging-corim-all-sp-v1.0.60
110292026-02-14T02:51:45.904ZFeb 14 02:51:45.455 INFO added artifact, length: 456, hash: d5c1a49ec5716f03a2af56789b57950e479843dccf2ef873b4b4cb6eb8720517, version: 1.0.38, kind: measurement_corpus, name: production-corim-oxide-rot-1-v1.0.38
110302026-02-14T02:51:45.966ZFeb 14 02:51:45.540 INFO added artifact, length: 4132354, hash: ab538b5a956d8985c6878d679dd86a7e20d3db6a910e9e4391ad0c64151cf9ca, version: 1.0.60, kind: psc_sp, name: psc-b
110312026-02-14T02:51:46.048ZFeb 14 02:51:45.622 INFO added artifact, length: 4135789, hash: 34d999a2f92ee2a9f17fb8c17d8ad45facc3acb3d8a5fdabe00d807c6c5b7a19, version: 1.0.60, kind: psc_sp, name: psc-c
110322026-02-14T02:51:46.184ZFeb 14 02:51:45.757 INFO added artifact, length: 1575251, hash: 182163d70035bac9366199381894a51093e394111061322a5a198d04f55a98fc, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-staging-devel-psc
110332026-02-14T02:51:46.184ZFeb 14 02:51:45.757 INFO added artifact, length: 1575045, hash: 812170d81cac9ac5fc034a33d8f2cd6c8cdcb9f092939f236255007360181924, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-staging-devel-psc
110342026-02-14T02:51:46.326ZFeb 14 02:51:45.899 INFO added artifact, length: 1639642, hash: 50b9ffb723857fd70d900e72825dc2f39784af53367945bed524d4cec01cb87a, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-psc
110352026-02-14T02:51:46.326ZFeb 14 02:51:45.899 INFO added artifact, length: 1639910, hash: 53d5df2c918eb0b56afb2e4b48ef4e4b8f7f66985196f492ae5896c5a979c9f6, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-psc
110362026-02-14T02:51:46.471ZFeb 14 02:51:46.044 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-bart
110372026-02-14T02:51:46.471ZFeb 14 02:51:46.044 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-bart
110382026-02-14T02:51:46.603ZFeb 14 02:51:46.176 INFO added artifact, length: 1575156, hash: 466996e1df22f7c6144d76ca5d9b4e089c0595f61f860fa69fff8584de6a2958, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-production-release-psc
110392026-02-14T02:51:46.603ZFeb 14 02:51:46.176 INFO added artifact, length: 1574986, hash: 90ff730bac85e054613b08ae2bc658a32af777824d87c877167bdc156e0cad55, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-production-release-psc
110402026-02-14T02:51:46.627ZFeb 14 02:51:46.178 INFO added artifact, length: 46144, hash: 030b74a59c274086e4b03f653c071d3d35dcbe3ec5210a9bd892aceb8d9cff70, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-staging-devel-psc
110412026-02-14T02:51:46.627ZFeb 14 02:51:46.179 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-bart
110422026-02-14T02:51:46.627ZFeb 14 02:51:46.181 INFO added artifact, length: 46369, hash: e30af2be77e4b905e9a94a9d115dd7b85b98011b79c104140274ed6e06a6b01f, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-production-release-psc
110432026-02-14T02:51:46.734ZFeb 14 02:51:46.307 INFO added artifact, length: 6944365, hash: ca090d6ba48167e3e8dc3d0d41b84145e54c18796404f61d36837d400f49ecd0, version: 1.0.60, kind: switch_sp, name: sidecar-b
110442026-02-14T02:51:46.981ZFeb 14 02:51:46.553 INFO added artifact, length: 6961266, hash: a8787f44cc6041edf7bf4f65a641ca447bd5698e1162d6cf77a6568bbfd32e02, version: 1.0.60, kind: switch_sp, name: sidecar-c
110452026-02-14T02:51:47.213ZFeb 14 02:51:46.786 INFO added artifact, length: 6961082, hash: 8345c9a1ecabd6086d6e98972a380210236f5d2669e50c8a0c6861f80096e4f1, version: 1.0.60, kind: switch_sp, name: sidecar-d
110462026-02-14T02:51:47.458ZFeb 14 02:51:47.031 INFO added artifact, length: 1575270, hash: 6b3bf44848484d3797819e802b69de68ca67d78abc1cf349ecd0889b0f34c026, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-staging-devel-sidecar
110472026-02-14T02:51:47.458ZFeb 14 02:51:47.031 INFO added artifact, length: 1575150, hash: b1e7c16248710357348f17c24168641c2c8f36de734f263a89a443bffc5554de, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-staging-devel-sidecar
110482026-02-14T02:51:47.595ZFeb 14 02:51:47.168 INFO added artifact, length: 1639647, hash: f4c2337fb91a4bf776f8cd5f8f8517d692459de7c6a473b3696e5ef0432affa5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-sidecar
110492026-02-14T02:51:47.595ZFeb 14 02:51:47.168 INFO added artifact, length: 1639927, hash: 9fc3c7ef8d39c16c4a1a7f3b764c4004e8733acd2b0648371e3dae4d18653ef5, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-sidecar
110502026-02-14T02:51:47.733ZFeb 14 02:51:47.306 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-bart
110512026-02-14T02:51:47.733ZFeb 14 02:51:47.306 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-bart
110522026-02-14T02:51:47.873ZFeb 14 02:51:47.446 INFO added artifact, length: 1575183, hash: 790553ebcf8f07403e0040523f474ea7629b4332de9d0adcbd9215d1020c033d, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-production-release-sidecar
110532026-02-14T02:51:47.873ZFeb 14 02:51:47.446 INFO added artifact, length: 1574959, hash: 2045d4c03e4affd47aea328d644dba12672a06e4e84c22093948789d539057e0, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-production-release-sidecar
110542026-02-14T02:51:47.897ZFeb 14 02:51:47.448 INFO added artifact, length: 46233, hash: 25acd0299fd939abab6defc515fdec31cd7c3c0aa1276994b4f4644728dc2371, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-staging-devel-sidecar
110552026-02-14T02:51:47.897ZFeb 14 02:51:47.450 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-bart
110562026-02-14T02:51:47.897ZFeb 14 02:51:47.452 INFO added artifact, length: 46426, hash: 502bd964c35c7f372a27b6a24e066fa1f987dbad4a791c65f5adc0a1ef3cde6a, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-production-release-sidecar
110572026-02-14T02:51:47.897ZFeb 14 02:51:47.453 INFO added artifact, length: 924, hash: 2b4a3e0208cea7a11f281bde6dbcebc51b20c53914d6058ba5940ff3d1409121, version: 18.0.0-0.ci+git9913c6ae4ae, kind: installinator_document, name: installinator_document
110582026-02-14T02:51:48.590ZFeb 14 02:51:48.163 INFO extracting uploaded archive to /tmp/.tmpIi9BZX
110592026-02-14T02:51:52.693ZFeb 14 02:51:52.267 INFO created directory to store extracted artifacts, path: /tmp/update-artifacts.pbCQWU
110602026-02-14T02:51:52.814ZFeb 14 02:51:52.387 INFO added artifact, length: 6510781, hash: 369b4e37af77a335ed80c1608e475502bd9ae2303836b0835db26942b4c31072, version: 1.0.60, kind: gimlet_sp, name: cosmo-a
110612026-02-14T02:51:53.046ZFeb 14 02:51:52.619 INFO added artifact, length: 6510743, hash: d94ec577f3b19fba0be4174192bfa8820f969d221966e32ded8f7450729cdab4, version: 1.0.60, kind: gimlet_sp, name: cosmo-b
110622026-02-14T02:51:53.264ZFeb 14 02:51:52.837 INFO added artifact, length: 5475550, hash: ec2421f2d93c1f851f5d1ef3c0cf8597510c4f096a94c692a4b28b719a98080b, version: 1.0.60, kind: gimlet_sp, name: gimlet-b
110632026-02-14T02:51:53.470ZFeb 14 02:51:53.043 INFO added artifact, length: 5477973, hash: 45e21067211165b2ef64dcdb5c20c221acc22c7ff243824c84fe2dc0b6818b4d, version: 1.0.60, kind: gimlet_sp, name: gimlet-c
110642026-02-14T02:51:53.674ZFeb 14 02:51:53.248 INFO added artifact, length: 5466547, hash: 4d3030fcfaed0f80bc69fc997809a344b687d0f8199ed4bee2239222d0047657, version: 1.0.60, kind: gimlet_sp, name: gimlet-d
110652026-02-14T02:51:53.880ZFeb 14 02:51:53.453 INFO added artifact, length: 5466150, hash: b3ada863226921aad2c60d5dbfa46cb6f1c7ae3304e029edad78578f6fc83c6a, version: 1.0.60, kind: gimlet_sp, name: gimlet-e
110662026-02-14T02:51:54.084ZFeb 14 02:51:53.657 INFO added artifact, length: 5466068, hash: 13a11687e17ba95415430a6eeff672bf0ae9f038bd6958b683af4a83ecbcc220, version: 1.0.60, kind: gimlet_sp, name: gimlet-f
110672026-02-14T02:51:54.315ZFeb 14 02:51:53.888 INFO added artifact, length: 1575250, hash: e57c5631d66cbefb69d621c8692d28db6af95672949540dd765a0fe26678ea4b, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-gimlet
110682026-02-14T02:51:54.315ZFeb 14 02:51:53.888 INFO added artifact, length: 1574970, hash: ca76f931699d50646bbbc21b991f41cf6d72dd6950a93be7d94d462ef6debaf7, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-gimlet
110692026-02-14T02:51:54.452ZFeb 14 02:51:54.026 INFO added artifact, length: 1575253, hash: 657ddafd315d3cb9f0521eaec43752b2d3a92d33fe98767eacd3c27c5b790ad7, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-cosmo
110702026-02-14T02:51:54.452ZFeb 14 02:51:54.026 INFO added artifact, length: 1575039, hash: 4ff67dc8de2f937401560c5d13dbcf9b83cbef555be2555581db58083bfaf3c8, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-cosmo
110712026-02-14T02:51:54.589ZFeb 14 02:51:54.162 INFO added artifact, length: 1639595, hash: dc1c96e39338ecc6b9c127b0af4eb2b000dbf4ec76c045274660b1bee5c1e635, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-gimlet
110722026-02-14T02:51:54.589ZFeb 14 02:51:54.162 INFO added artifact, length: 1639767, hash: 6619031a1efbed441aa1297893c94196f2fd8cbc7eb4bd001ec5e88e52c69f1c, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-gimlet
110732026-02-14T02:51:54.729ZFeb 14 02:51:54.303 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-bart
110742026-02-14T02:51:54.729ZFeb 14 02:51:54.303 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-bart
110752026-02-14T02:51:54.865ZFeb 14 02:51:54.439 INFO added artifact, length: 1639535, hash: 5ef57dd074e9efb402502f33c54f79f2c7fbf809598ed32570a7913051806b53, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-cosmo
110762026-02-14T02:51:54.865ZFeb 14 02:51:54.439 INFO added artifact, length: 1639866, hash: 81a6a63cfd2868a872f6b1d35f67f9985f36c80b48a97a285dae0d0b0903c0ef, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-cosmo
110772026-02-14T02:51:54.998ZFeb 14 02:51:54.572 INFO added artifact, length: 1575096, hash: 81a97eee9a4c9f2620ff36d50668c94b4851c87f1c91325e938beb6d716c8ab3, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-gimlet
110782026-02-14T02:51:54.998ZFeb 14 02:51:54.572 INFO added artifact, length: 1574964, hash: a6c298674493ec26424c3c079efa2920ecb557268010a94b793934a875a7e40d, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-gimlet
110792026-02-14T02:51:55.127ZFeb 14 02:51:54.700 INFO added artifact, length: 1575107, hash: 3027a2a8090e6c107e3cf19938bc93319f37c70f6995650c60eea9fd076c9c65, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-cosmo
110802026-02-14T02:51:55.127ZFeb 14 02:51:54.701 INFO added artifact, length: 1574965, hash: 6a8a11a179a6a9b7d2c0ac96e32ea216ccaee0ad7bb5c42333e4f7c422558b2f, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-cosmo
110812026-02-14T02:51:55.151ZFeb 14 02:51:54.703 INFO added artifact, length: 46165, hash: 01bf70ada8937f7adf23a2eb6b5d7c36351cccd6a4aec2af6ab591d0f30902ff, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-gimlet
110822026-02-14T02:51:55.151ZFeb 14 02:51:54.704 INFO added artifact, length: 46156, hash: 6e72ab34b446ec3f82e3bd84644f5ed9706e71c290b6a47b0ed543381d183491, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-cosmo
110832026-02-14T02:51:55.151ZFeb 14 02:51:54.706 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-bart
110842026-02-14T02:51:55.151ZFeb 14 02:51:54.707 INFO added artifact, length: 46378, hash: 0c2a7163e732a8eae7c5a142ce1b743a5bc3bc7a4ee7c8b1dc20ff0c266da879, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-gimlet
110852026-02-14T02:51:55.151ZFeb 14 02:51:54.709 INFO added artifact, length: 46384, hash: 381ccf87f2532d90485ea6238c547e829195f4670f489cfec3ae75094f006797, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-cosmo
110862026-02-14T02:52:08.268ZFeb 14 02:52:07.842 INFO added artifact, length: 33554432, hash: 095d00dd8b022743c0a8ed20eeb4ba4234a18cb47a390675a9aa69c9fd3a4eee, version: 18.0.0-0.ci+git9913c6ae4ae, kind: gimlet_host_phase_1, name: host
110872026-02-14T02:52:08.268ZFeb 14 02:52:07.842 INFO added artifact, length: 33554432, hash: d3c6ba8d4d5144877a5682f590410c9cc24a8fb8d9e22151c064512e16c1a44d, version: 18.0.0-0.ci+git9913c6ae4ae, kind: cosmo_host_phase_1, name: host
110882026-02-14T02:52:08.268ZFeb 14 02:52:07.842 INFO added artifact, length: 1101008896, hash: 65b01421d3506839efa70a64203cd3e529f02716529419f8665d4b0464d1d2e5, version: 18.0.0-0.ci+git9913c6ae4ae, kind: host_phase_2, name: host
110892026-02-14T02:52:10.599ZFeb 14 02:52:10.172 INFO added artifact, length: 33554432, hash: b6bda718ca520632446e8bf41806191f00919a9dae58fd355502909593823333, version: 18.0.0-0.ci+git9913c6ae4ae, kind: gimlet_trampoline_phase_1, name: trampoline
110902026-02-14T02:52:10.599ZFeb 14 02:52:10.173 INFO added artifact, length: 33554432, hash: b8ed3c6fe007f4a709016a0fbcd2556e7e8e2dbc7b30028f1c26b1f63e419b64, version: 18.0.0-0.ci+git9913c6ae4ae, kind: cosmo_trampoline_phase_1, name: trampoline
110912026-02-14T02:52:10.599ZFeb 14 02:52:10.173 INFO added artifact, length: 146149374, hash: fc8397ed8253a6465f6d2559940d6bf957a5b3fe1c5504a156aaa3040caf3d9b, version: 18.0.0-0.ci+git9913c6ae4ae, kind: trampoline_phase_2, name: trampoline
110922026-02-14T02:52:33.101ZFeb 14 02:52:32.675 INFO added artifact, length: 1707069103, hash: 1a03e80a90c9bf69f72ec37385863aa17b880ce6861927d292b1892ee9fd3bc4, version: 18.0.0-0.ci+git9913c6ae4ae, kind: control_plane, name: control-plane
110932026-02-14T02:52:33.125ZFeb 14 02:52:32.676 INFO added artifact, length: 992, hash: 6a0944474534a8382709168a3dfbbddd6c65578ce86f9f7c251ec0e09c9a2498, version: 1.0.38, kind: measurement_corpus, name: staging-corim-oxide-rot-1-v1.0.38
110942026-02-14T02:52:33.125ZFeb 14 02:52:32.677 INFO added artifact, length: 829, hash: de5b2746f335d16d3f079e5805ce2d7e03da1002aa688a371fed64b3a35af6eb, version: 1.0.60, kind: measurement_corpus, name: staging-corim-all-sp-v1.0.60
110952026-02-14T02:52:33.125ZFeb 14 02:52:32.678 INFO added artifact, length: 456, hash: d5c1a49ec5716f03a2af56789b57950e479843dccf2ef873b4b4cb6eb8720517, version: 1.0.38, kind: measurement_corpus, name: production-corim-oxide-rot-1-v1.0.38
110962026-02-14T02:52:33.185ZFeb 14 02:52:32.759 INFO added artifact, length: 4132354, hash: ab538b5a956d8985c6878d679dd86a7e20d3db6a910e9e4391ad0c64151cf9ca, version: 1.0.60, kind: psc_sp, name: psc-b
110972026-02-14T02:52:33.267ZFeb 14 02:52:32.841 INFO added artifact, length: 4135789, hash: 34d999a2f92ee2a9f17fb8c17d8ad45facc3acb3d8a5fdabe00d807c6c5b7a19, version: 1.0.60, kind: psc_sp, name: psc-c
110982026-02-14T02:52:33.410ZFeb 14 02:52:32.984 INFO added artifact, length: 1575251, hash: 182163d70035bac9366199381894a51093e394111061322a5a198d04f55a98fc, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-staging-devel-psc
110992026-02-14T02:52:33.410ZFeb 14 02:52:32.984 INFO added artifact, length: 1575045, hash: 812170d81cac9ac5fc034a33d8f2cd6c8cdcb9f092939f236255007360181924, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-staging-devel-psc
111002026-02-14T02:52:33.550ZFeb 14 02:52:33.124 INFO added artifact, length: 1639642, hash: 50b9ffb723857fd70d900e72825dc2f39784af53367945bed524d4cec01cb87a, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-psc
111012026-02-14T02:52:33.550ZFeb 14 02:52:33.124 INFO added artifact, length: 1639910, hash: 53d5df2c918eb0b56afb2e4b48ef4e4b8f7f66985196f492ae5896c5a979c9f6, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-psc
111022026-02-14T02:52:33.690ZFeb 14 02:52:33.264 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-bart
111032026-02-14T02:52:33.691ZFeb 14 02:52:33.264 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-bart
111042026-02-14T02:52:33.826ZFeb 14 02:52:33.399 INFO added artifact, length: 1575156, hash: 466996e1df22f7c6144d76ca5d9b4e089c0595f61f860fa69fff8584de6a2958, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-production-release-psc
111052026-02-14T02:52:33.826ZFeb 14 02:52:33.400 INFO added artifact, length: 1574986, hash: 90ff730bac85e054613b08ae2bc658a32af777824d87c877167bdc156e0cad55, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-production-release-psc
111062026-02-14T02:52:33.849ZFeb 14 02:52:33.402 INFO added artifact, length: 46144, hash: 030b74a59c274086e4b03f653c071d3d35dcbe3ec5210a9bd892aceb8d9cff70, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-staging-devel-psc
111072026-02-14T02:52:33.849ZFeb 14 02:52:33.403 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-bart
111082026-02-14T02:52:33.849ZFeb 14 02:52:33.404 INFO added artifact, length: 46369, hash: e30af2be77e4b905e9a94a9d115dd7b85b98011b79c104140274ed6e06a6b01f, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-production-release-psc
111092026-02-14T02:52:33.961ZFeb 14 02:52:33.532 INFO added artifact, length: 6944365, hash: ca090d6ba48167e3e8dc3d0d41b84145e54c18796404f61d36837d400f49ecd0, version: 1.0.60, kind: switch_sp, name: sidecar-b
111102026-02-14T02:52:34.210ZFeb 14 02:52:33.784 INFO added artifact, length: 6961266, hash: a8787f44cc6041edf7bf4f65a641ca447bd5698e1162d6cf77a6568bbfd32e02, version: 1.0.60, kind: switch_sp, name: sidecar-c
111112026-02-14T02:52:34.459ZFeb 14 02:52:34.032 INFO added artifact, length: 6961082, hash: 8345c9a1ecabd6086d6e98972a380210236f5d2669e50c8a0c6861f80096e4f1, version: 1.0.60, kind: switch_sp, name: sidecar-d
111122026-02-14T02:52:34.717ZFeb 14 02:52:34.290 INFO added artifact, length: 1575270, hash: 6b3bf44848484d3797819e802b69de68ca67d78abc1cf349ecd0889b0f34c026, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-staging-devel-sidecar
111132026-02-14T02:52:34.717ZFeb 14 02:52:34.291 INFO added artifact, length: 1575150, hash: b1e7c16248710357348f17c24168641c2c8f36de734f263a89a443bffc5554de, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-staging-devel-sidecar
111142026-02-14T02:52:34.862ZFeb 14 02:52:34.436 INFO added artifact, length: 1639647, hash: f4c2337fb91a4bf776f8cd5f8f8517d692459de7c6a473b3696e5ef0432affa5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-sidecar
111152026-02-14T02:52:34.862ZFeb 14 02:52:34.436 INFO added artifact, length: 1639927, hash: 9fc3c7ef8d39c16c4a1a7f3b764c4004e8733acd2b0648371e3dae4d18653ef5, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-sidecar
111162026-02-14T02:52:35.006ZFeb 14 02:52:34.580 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-bart
111172026-02-14T02:52:35.006ZFeb 14 02:52:34.580 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-bart
111182026-02-14T02:52:35.147ZFeb 14 02:52:34.720 INFO added artifact, length: 1575183, hash: 790553ebcf8f07403e0040523f474ea7629b4332de9d0adcbd9215d1020c033d, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-production-release-sidecar
111192026-02-14T02:52:35.147ZFeb 14 02:52:34.720 INFO added artifact, length: 1574959, hash: 2045d4c03e4affd47aea328d644dba12672a06e4e84c22093948789d539057e0, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-production-release-sidecar
111202026-02-14T02:52:35.171ZFeb 14 02:52:34.722 INFO added artifact, length: 46233, hash: 25acd0299fd939abab6defc515fdec31cd7c3c0aa1276994b4f4644728dc2371, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-staging-devel-sidecar
111212026-02-14T02:52:35.171ZFeb 14 02:52:34.724 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-bart
111222026-02-14T02:52:35.171ZFeb 14 02:52:34.726 INFO added artifact, length: 46426, hash: 502bd964c35c7f372a27b6a24e066fa1f987dbad4a791c65f5adc0a1ef3cde6a, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-production-release-sidecar
111232026-02-14T02:52:35.171ZFeb 14 02:52:34.726 INFO added artifact, length: 924, hash: 2b4a3e0208cea7a11f281bde6dbcebc51b20c53914d6058ba5940ff3d1409121, version: 18.0.0-0.ci+git9913c6ae4ae, kind: installinator_document, name: installinator_document
111242026-02-14T02:52:35.888ZFeb 14 02:52:35.462 INFO [tuf-repo] task succeeded (173.458898307s)
111252026-02-14T02:52:35.888ZFeb 14 02:52:35.462 INFO all jobs completed in 3587.14830006s
111262026-02-14T02:52:39.427Zprocess exited: duration 4490924 ms, exit code 0
 
111272026-02-14T02:52:39.482Zfound 41 output files
111282026-02-14T02:52:39.482Zuploading: /work/manifest.toml (17174 bytes)
111292026-02-14T02:52:40.626Zuploaded: /work/manifest.toml
111302026-02-14T02:52:40.660Zuploading: /work/repo.zip (2954494131 bytes)
111312026-02-14T02:56:41.589Zuploaded: /work/repo.zip
111322026-02-14T02:56:41.589Zuploading: /work/repo.zip.sha256.txt (65 bytes)
111332026-02-14T02:56:42.636Zuploaded: /work/repo.zip.sha256.txt
111342026-02-14T02:56:42.636Zuploading: /work/helios.json (647 bytes)
111352026-02-14T02:56:43.734Zuploaded: /work/helios.json
111362026-02-14T02:56:43.734Zuploading: /work/incorporation.p5m (100411 bytes)
111372026-02-14T02:56:44.943Zuploaded: /work/incorporation.p5m
111382026-02-14T02:56:44.944Zuploading: /work/incorporation.p5p (122880 bytes)
111392026-02-14T02:56:46.177Zuploaded: /work/incorporation.p5p
111402026-02-14T02:56:46.177Zuploading: /work/helios-incorp.log (526 bytes)
111412026-02-14T02:56:47.274Zuploaded: /work/helios-incorp.log
111422026-02-14T02:56:47.274Zuploading: /work/helios-setup.log (73467 bytes)
111432026-02-14T02:56:48.460Zuploaded: /work/helios-setup.log
111442026-02-14T02:56:48.460Zuploading: /work/host-image.log (233950 bytes)
111452026-02-14T02:56:49.692Zuploaded: /work/host-image.log
111462026-02-14T02:56:49.693Zuploading: /work/host-package.log (33243 bytes)
111472026-02-14T02:56:50.856Zuploaded: /work/host-package.log
111482026-02-14T02:56:50.856Zuploading: /work/host-target.log (101 bytes)
111492026-02-14T02:56:51.952Zuploaded: /work/host-target.log
111502026-02-14T02:56:51.952Zuploading: /work/incorp-create.log (0 bytes)
111512026-02-14T02:56:53.023Zuploaded: /work/incorp-create.log
111522026-02-14T02:56:53.023Zuploading: /work/incorp-fmt.log (0 bytes)
111532026-02-14T02:56:54.094Zuploaded: /work/incorp-fmt.log
111542026-02-14T02:56:54.094Zuploading: /work/incorp-pkgsend.log (108 bytes)
111552026-02-14T02:56:55.191Zuploaded: /work/incorp-pkgsend.log
111562026-02-14T02:56:55.192Zuploading: /work/incorp-publisher.log (0 bytes)
111572026-02-14T02:56:56.263Zuploaded: /work/incorp-publisher.log
111582026-02-14T02:56:56.263Zuploading: /work/omicron-package.log (6649 bytes)
111592026-02-14T02:56:57.382Zuploaded: /work/omicron-package.log
111602026-02-14T02:56:57.382Zuploading: /work/recovery-image.log (603617 bytes)
111612026-02-14T02:56:58.638Zuploaded: /work/recovery-image.log
111622026-02-14T02:56:58.638Zuploading: /work/recovery-package.log (1771 bytes)
111632026-02-14T02:56:59.732Zuploaded: /work/recovery-package.log
111642026-02-14T02:56:59.732Zuploading: /work/recovery-target.log (98 bytes)
111652026-02-14T02:57:00.824Zuploaded: /work/recovery-target.log
111662026-02-14T02:57:00.848Zuploading: /work/stamp-clickhouse.log (117 bytes)
111672026-02-14T02:57:01.917Zuploaded: /work/stamp-clickhouse.log
111682026-02-14T02:57:01.917Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
111692026-02-14T02:57:03.009Zuploaded: /work/stamp-clickhouse_keeper.log
111702026-02-14T02:57:03.010Zuploading: /work/stamp-clickhouse_server.log (124 bytes)
111712026-02-14T02:57:04.102Zuploaded: /work/stamp-clickhouse_server.log
111722026-02-14T02:57:04.102Zuploading: /work/stamp-cockroachdb.log (118 bytes)
111732026-02-14T02:57:05.195Zuploaded: /work/stamp-cockroachdb.log
111742026-02-14T02:57:05.195Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
111752026-02-14T02:57:06.289Zuploaded: /work/stamp-crucible-pantry-zone.log
111762026-02-14T02:57:06.289Zuploading: /work/stamp-crucible-utils.log (118 bytes)
111772026-02-14T02:57:07.382Zuploaded: /work/stamp-crucible-utils.log
111782026-02-14T02:57:07.382Zuploading: /work/stamp-crucible-zone.log (120 bytes)
111792026-02-14T02:57:08.475Zuploaded: /work/stamp-crucible-zone.log
111802026-02-14T02:57:08.475Zuploading: /work/stamp-external-dns.log (119 bytes)
111812026-02-14T02:57:09.568Zuploaded: /work/stamp-external-dns.log
111822026-02-14T02:57:09.592Zuploading: /work/stamp-installinator.log (103 bytes)
111832026-02-14T02:57:10.660Zuploaded: /work/stamp-installinator.log
111842026-02-14T02:57:10.661Zuploading: /work/stamp-internal-dns.log (119 bytes)
111852026-02-14T02:57:11.753Zuploaded: /work/stamp-internal-dns.log
111862026-02-14T02:57:11.753Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
111872026-02-14T02:57:12.846Zuploaded: /work/stamp-mg-ddm-gz.log
111882026-02-14T02:57:12.846Zuploading: /work/stamp-nexus.log (112 bytes)
111892026-02-14T02:57:13.939Zuploaded: /work/stamp-nexus.log
111902026-02-14T02:57:13.964Zuploading: /work/stamp-ntp.log (110 bytes)
111912026-02-14T02:57:15.032Zuploaded: /work/stamp-ntp.log
111922026-02-14T02:57:15.033Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
111932026-02-14T02:57:16.125Zuploaded: /work/stamp-omicron-sled-agent.log
111942026-02-14T02:57:16.125Zuploading: /work/stamp-overlay.log (114 bytes)
111952026-02-14T02:57:17.218Zuploaded: /work/stamp-overlay.log
111962026-02-14T02:57:17.218Zuploading: /work/stamp-oximeter.log (115 bytes)
111972026-02-14T02:57:18.310Zuploaded: /work/stamp-oximeter.log
111982026-02-14T02:57:18.310Zuploading: /work/stamp-oxlog.log (109 bytes)
111992026-02-14T02:57:19.403Zuploaded: /work/stamp-oxlog.log
112002026-02-14T02:57:19.427Zuploading: /work/stamp-probe.log (112 bytes)
112012026-02-14T02:57:20.495Zuploaded: /work/stamp-probe.log
112022026-02-14T02:57:20.520Zuploading: /work/stamp-propolis-server.log (122 bytes)
112032026-02-14T02:57:21.588Zuploaded: /work/stamp-propolis-server.log
112042026-02-14T02:57:21.589Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
112052026-02-14T02:57:22.682Zuploaded: /work/stamp-pumpkind-gz.log
112062026-02-14T02:57:22.682Zuploading: /work/stamp-switch-asic.log (118 bytes)
112072026-02-14T02:57:23.774Zuploaded: /work/stamp-switch-asic.log
112082026-02-14T02:57:23.774Zuploading: /work/verify-libraries.log (11451 bytes)
112092026-02-14T02:57:24.888Zuploaded: /work/verify-libraries.log