01KJWY88Q8SJJ1XM5HGMKN6EW5: 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: 01KJWY907SB4SF6PAPP0T7BR69

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-04T17:29:08.070Zjob assigned to worker 01KJWY9080NZD3FCG8M8WQYDA8 [factory aws, i-068b142db6793881b] (queued for 1 m 1 s)
 
22026-03-04T17:29:16.609Zstarting task 0: "setup"
32026-03-04T17:29:16.646Z++ uname -s
42026-03-04T17:29:16.647Z+ kern=SunOS
52026-03-04T17:29:16.647Z+ build_user=build
62026-03-04T17:29:16.647Z+ build_uid=12345
72026-03-04T17:29:16.647Z+ work_dir=/work
82026-03-04T17:29:16.647Z+ input_dir=/input
92026-03-04T17:29:16.648Z+ [[ 0 == 12345 ]]
102026-03-04T17:29:16.648Z+ case "$kern" in
112026-03-04T17:29:16.648Z+ groupadd -g 12345 build
122026-03-04T17:29:16.648Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-04T17:29:18.610Z+ zfs create -o mountpoint=/work rpool/work
142026-03-04T17:29:18.736Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-04T17:29:18.745Z+ home_fs=zfs
162026-03-04T17:29:18.745Z+ [[ zfs == autofs ]]
172026-03-04T17:29:18.745Z+ mkdir -p /home/build
182026-03-04T17:29:18.745Z+ chown build:build /home/build /work
192026-03-04T17:29:20.736Z+ chmod 0700 /home/build /work
202026-03-04T17:29:20.739Zprocess exited: duration 4148 ms, exit code 0
 
212026-03-04T17:29:20.745Zstarting task 1: "rust-toolchain"
222026-03-04T17:29:20.751Z+ printf ' * rust toolchain channel = "%s"\n' 1.91.1
232026-03-04T17:29:20.751Z * rust toolchain channel = "1.91.1"
242026-03-04T17:29:20.751Z * rust toolchain profile = "default"
252026-03-04T17:29:20.756Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-03-04T17:29:20.756Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-04T17:29:20.756Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-04T17:29:20.756Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-04T17:29:20.756Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.91.1 --profile default
302026-03-04T17:29:20.872Zinfo: downloading installer
312026-03-04T17:29:22.873Zwarn: It looks like you have an existing installation of Rust at:
322026-03-04T17:29:22.873Zwarn: /opt/ooce/bin
332026-03-04T17:29:22.873Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-04T17:29:22.873Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-04T17:29:22.874Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-04T17:29:22.874Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-04T17:29:22.874Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-04T17:29:22.874Zerror: cannot install while Rust is installed
392026-03-04T17:29:22.874Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-04T17:29:22.887Zinfo: profile set to 'default'
412026-03-04T17:29:22.887Zinfo: default host triple is x86_64-unknown-illumos
422026-03-04T17:29:22.891Zinfo: syncing channel updates for '1.91.1-x86_64-unknown-illumos'
432026-03-04T17:29:23.069Zinfo: latest update on 2025-11-10, rust version 1.91.1 (ed61e7d7e 2025-11-07)
442026-03-04T17:29:23.069Zinfo: downloading component 'cargo'
452026-03-04T17:29:24.040Zinfo: downloading component 'clippy'
462026-03-04T17:29:24.490Zinfo: downloading component 'rust-docs'
472026-03-04T17:29:26.187Zinfo: downloading component 'rust-std'
482026-03-04T17:29:28.019Zinfo: downloading component 'rustc'
492026-03-04T17:29:35.285Zinfo: downloading component 'rustfmt'
502026-03-04T17:29:35.570Zinfo: installing component 'cargo'
512026-03-04T17:29:36.468Zinfo: installing component 'clippy'
522026-03-04T17:29:36.861Zinfo: installing component 'rust-docs'
532026-03-04T17:29:38.773Zinfo: installing component 'rust-std'
542026-03-04T17:29:40.558Zinfo: installing component 'rustc'
552026-03-04T17:29:47.309Zinfo: installing component 'rustfmt'
562026-03-04T17:29:47.654Zinfo: default toolchain set to '1.91.1-x86_64-unknown-illumos'
572026-03-04T17:29:47.654Z
582026-03-04T17:29:48.151Z 1.91.1-x86_64-unknown-illumos installed - rustc 1.91.1 (ed61e7d7e 2025-11-07)
592026-03-04T17:29:48.151Z
602026-03-04T17:29:48.156Z
612026-03-04T17:29:48.156ZRust is installed now. Great!
622026-03-04T17:29:48.156Z
632026-03-04T17:29:48.156ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642026-03-04T17:29:48.157Zenvironment variable. This has not been done automatically.
652026-03-04T17:29:48.157Z
662026-03-04T17:29:48.157ZTo configure your current shell, you need to source
672026-03-04T17:29:48.157Zthe corresponding env file under $HOME/.cargo.
682026-03-04T17:29:48.157Z
692026-03-04T17:29:48.157ZThis is usually done by running one of the following (note the leading DOT):
702026-03-04T17:29:48.157Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712026-03-04T17:29:48.158Zsource "$HOME/.cargo/env.fish" # For fish
722026-03-04T17:29:48.158Zsource $"($nu.home-path)/.cargo/env.nu" # For nushell
732026-03-04T17:29:48.265Z+ rustup --version
742026-03-04T17:29:48.271Zrustup 1.28.2 (e4f3ad6f8 2025-04-28)
752026-03-04T17:29:48.272Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762026-03-04T17:29:48.360Zinfo: The currently active `rustc` version is `rustc 1.91.1 (ed61e7d7e 2025-11-07)`
772026-03-04T17:29:48.365Z+ cargo --version
782026-03-04T17:29:48.435Zcargo 1.91.1 (ea2d97820 2025-10-10)
792026-03-04T17:29:48.440Z+ rustc --version
802026-03-04T17:29:48.513Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
812026-03-04T17:29:48.517Zprocess exited: duration 27765 ms, exit code 0
 
822026-03-04T17:29:48.523Zstarting task 2: "authentication"
832026-03-04T17:29:48.545Zprocess exited: duration 21 ms, exit code 0
 
842026-03-04T17:29:48.551Zstarting task 3: "clone repository"
852026-03-04T17:29:48.556Z+ mkdir -p /work/oxidecomputer/omicron
862026-03-04T17:29:48.559Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
872026-03-04T17:29:48.601ZCloning into '/work/oxidecomputer/omicron'...
882026-03-04T17:30:54.102Z+ cd /work/oxidecomputer/omicron
892026-03-04T17:30:54.106Z+ git fetch origin e18753cdeab5a6cf6106cfc3cabecde735f7147e
902026-03-04T17:30:54.866ZFrom https://github.com/oxidecomputer/omicron
912026-03-04T17:30:54.867Z * branch e18753cdeab5a6cf6106cfc3cabecde735f7147e -> FETCH_HEAD
922026-03-04T17:30:54.878Z+ [[ -n jmcarp/zone-metrics ]]
932026-03-04T17:30:54.881Z++ git branch --show-current
942026-03-04T17:30:54.884Z+ current=main
952026-03-04T17:30:54.884Z+ [[ main != jmcarp/zone-metrics ]]
962026-03-04T17:30:54.884Z+ git branch -f jmcarp/zone-metrics e18753cdeab5a6cf6106cfc3cabecde735f7147e
972026-03-04T17:30:54.887Z+ git checkout -f jmcarp/zone-metrics
982026-03-04T17:30:55.240ZSwitched to branch 'jmcarp/zone-metrics'
992026-03-04T17:30:55.243Z+ git reset --hard e18753cdeab5a6cf6106cfc3cabecde735f7147e
1002026-03-04T17:30:55.262ZHEAD is now at e18753cde Add per-zone cpu metrics.
1012026-03-04T17:30:55.265Zprocess exited: duration 66699 ms, exit code 0
 
1022026-03-04T17:30:55.272Zstarting task 4: "build"
1032026-03-04T17:30:55.277Z+ source .github/buildomat/ci-env.sh
1042026-03-04T17:30:55.277Z++ export CARGO_TERM_COLOR=always
1052026-03-04T17:30:55.277Z++ CARGO_TERM_COLOR=always
1062026-03-04T17:30:55.277Z+ cargo --version
1072026-03-04T17:30:55.342Zcargo 1.91.1 (ea2d97820 2025-10-10)
1082026-03-04T17:30:55.345Z+ rustc --version
1092026-03-04T17:30:55.418Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
1102026-03-04T17:30:55.421Z+ cargo tree --locked
1112026-03-04T17:30:55.716Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
1122026-03-04T17:30:56.365Z Updating crates.io index
1132026-03-04T17:30:56.412Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1142026-03-04T17:30:56.991Z Updating git repository `https://github.com/oxidecomputer/lldp`
1152026-03-04T17:30:58.488Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
1162026-03-04T17:30:59.038Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1172026-03-04T17:30:59.855Z Updating git repository `https://github.com/oxidecomputer/propolis`
1182026-03-04T17:31:04.213Z Updating git repository `https://github.com/oxidecomputer/crucible`
1192026-03-04T17:31:10.356Z Updating git repository `https://github.com/oxidecomputer/opte`
1202026-03-04T17:31:13.397Z Updating git repository `https://github.com/oxidecomputer/tofino`
1212026-03-04T17:31:14.037Z Updating git repository `https://github.com/oxidecomputer/falcon`
1222026-03-04T17:31:18.177Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1232026-03-04T17:31:19.578Z Updating git repository `https://github.com/oxidecomputer/maghemite`
1242026-03-04T17:31:22.302Z Updating git repository `https://github.com/oxidecomputer/clickward`
1252026-03-04T17:31:23.168Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1262026-03-04T17:31:24.144Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1272026-03-04T17:31:24.845Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1282026-03-04T17:31:26.915Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1292026-03-04T17:31:28.414Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1302026-03-04T17:31:28.987Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1312026-03-04T17:31:29.643Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
1322026-03-04T17:31:30.593Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1332026-03-04T17:31:31.266Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1342026-03-04T17:31:31.761Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1352026-03-04T17:31:32.386Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1362026-03-04T17:31:33.225Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1372026-03-04T17:31:34.037Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
1382026-03-04T17:31:35.363Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
1392026-03-04T17:31:36.045Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
1402026-03-04T17:31:36.933Z Updating git repository `https://github.com/oxidecomputer/ispf`
1412026-03-04T17:31:38.664Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1422026-03-04T17:31:40.145Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1432026-03-04T17:31:40.727Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1442026-03-04T17:32:23.317Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1452026-03-04T17:32:23.577Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
1462026-03-04T17:32:23.577Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1472026-03-04T17:32:23.577Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1482026-03-04T17:32:23.578Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1492026-03-04T17:32:23.578Z Updating git repository `https://github.com/illumos/smf-rs`
1502026-03-04T17:32:23.578Z Updating git repository `https://github.com/oxidecomputer/omicron`
1512026-03-04T17:32:42.895Z Downloading crates ...
1522026-03-04T17:32:43.007Z Downloaded base16ct v1.0.0
1532026-03-04T17:32:43.012Z Downloaded async-recursion v1.1.1
1542026-03-04T17:32:43.019Z Downloaded bitfield-struct v0.6.2
1552026-03-04T17:32:43.023Z Downloaded clap_lex v1.0.0
1562026-03-04T17:32:43.038Z Downloaded cfg-if v1.0.4
1572026-03-04T17:32:43.048Z Downloaded diesel_table_macro_syntax v0.2.0
1582026-03-04T17:32:43.053Z Downloaded cipher v0.4.4
1592026-03-04T17:32:43.059Z Downloaded darling v0.21.3
1602026-03-04T17:32:43.069Z Downloaded cstr-argument v0.1.2
1612026-03-04T17:32:43.073Z Downloaded crc v3.4.0
1622026-03-04T17:32:43.078Z Downloaded crc8 v0.1.1
1632026-03-04T17:32:43.083Z Downloaded async-stream-impl v0.3.6
1642026-03-04T17:32:43.087Z Downloaded cookie v0.18.1
1652026-03-04T17:32:43.094Z Downloaded curve25519-dalek-derive v0.1.1
1662026-03-04T17:32:43.099Z Downloaded critical-section v1.2.0
1672026-03-04T17:32:43.103Z Downloaded defmt v1.0.1
1682026-03-04T17:32:43.110Z Downloaded crossbeam-epoch v0.9.18
1692026-03-04T17:32:43.127Z Downloaded debug-ignore v1.0.5
1702026-03-04T17:32:43.127Z Downloaded crypto-common v0.1.7
1712026-03-04T17:32:43.130Z Downloaded defmt-macros v1.0.1
1722026-03-04T17:32:43.133Z Downloaded dirs-sys-next v0.1.2
1732026-03-04T17:32:43.137Z Downloaded document-features v0.2.12
1742026-03-04T17:32:43.142Z Downloaded display-error-chain v0.2.2
1752026-03-04T17:32:43.147Z Downloaded darling_macro v0.21.3
1762026-03-04T17:32:43.151Z Downloaded bb8 v0.8.6
1772026-03-04T17:32:43.156Z Downloaded bitfield-macros v0.19.4
1782026-03-04T17:32:43.160Z Downloaded dtrace-parser v0.3.0
1792026-03-04T17:32:43.165Z Downloaded dropshot-api-manager-types v0.5.2
1802026-03-04T17:32:43.170Z Downloaded cassowary v0.3.0
1812026-03-04T17:32:43.176Z Downloaded equivalent v1.0.2
1822026-03-04T17:32:43.180Z Downloaded dsl_auto_type v0.1.3
1832026-03-04T17:32:43.185Z Downloaded dtrace-parser v0.2.0
1842026-03-04T17:32:43.189Z Downloaded fd-lock v4.0.4
1852026-03-04T17:32:43.194Z Downloaded cexpr v0.6.0
1862026-03-04T17:32:43.200Z Downloaded embedded-io v0.6.1
1872026-03-04T17:32:43.204Z Downloaded deranged v0.5.8
1882026-03-04T17:32:43.209Z Downloaded enum-as-inner v0.6.1
1892026-03-04T17:32:43.215Z Downloaded event-listener-strategy v0.5.4
1902026-03-04T17:32:43.219Z Downloaded fastrand v2.3.0
1912026-03-04T17:32:43.224Z Downloaded foreign-types v0.5.0
1922026-03-04T17:32:43.228Z Downloaded foreign-types-macros v0.2.3
1932026-03-04T17:32:43.233Z Downloaded cbc v0.1.2
1942026-03-04T17:32:43.238Z Downloaded form_urlencoded v1.2.2
1952026-03-04T17:32:43.242Z Downloaded dof v0.3.0
1962026-03-04T17:32:43.246Z Downloaded futures-io v0.3.32
1972026-03-04T17:32:43.250Z Downloaded generic-array v0.14.7
1982026-03-04T17:32:43.255Z Downloaded fnv v1.0.7
1992026-03-04T17:32:43.260Z Downloaded futures-sink v0.3.32
2002026-03-04T17:32:43.264Z Downloaded camino v1.2.2
2012026-03-04T17:32:43.270Z Downloaded guppy-workspace-hack v0.1.0
2022026-03-04T17:32:43.274Z Downloaded displaydoc v0.2.5
2032026-03-04T17:32:43.280Z Downloaded der_derive v0.7.3
2042026-03-04T17:32:43.284Z Downloaded globwalk v0.9.1
2052026-03-04T17:32:43.289Z Downloaded hash32 v0.2.1
2062026-03-04T17:32:43.293Z Downloaded ena v0.14.4
2072026-03-04T17:32:43.298Z Downloaded fs-err v3.3.0
2082026-03-04T17:32:43.304Z Downloaded home v0.5.12
2092026-03-04T17:32:43.308Z Downloaded hex v0.4.3
2102026-03-04T17:32:43.312Z Downloaded heck v0.4.1
2112026-03-04T17:32:43.316Z Downloaded fallible-iterator v0.2.0
2122026-03-04T17:32:43.321Z Downloaded futures-executor v0.3.32
2132026-03-04T17:32:43.326Z Downloaded hyper-tls v0.6.0
2142026-03-04T17:32:43.331Z Downloaded fixedbitset v0.5.7
2152026-03-04T17:32:43.335Z Downloaded hex-literal v0.4.1
2162026-03-04T17:32:43.340Z Downloaded colored v3.1.1
2172026-03-04T17:32:43.346Z Downloaded ident_case v1.0.1
2182026-03-04T17:32:43.349Z Downloaded idna_adapter v1.2.1
2192026-03-04T17:32:43.353Z Downloaded drift v0.1.3
2202026-03-04T17:32:43.361Z Downloaded instability v0.3.11
2212026-03-04T17:32:43.366Z Downloaded inout v0.1.4
2222026-03-04T17:32:43.370Z Downloaded itoa v1.0.17
2232026-03-04T17:32:43.374Z Downloaded keccak v0.1.6
2242026-03-04T17:32:43.378Z Downloaded hubpack v0.1.2
2252026-03-04T17:32:43.382Z Downloaded http-body-util v0.1.3
2262026-03-04T17:32:43.388Z Downloaded event-listener v5.4.1
2272026-03-04T17:32:43.394Z Downloaded hyper-staticfile v0.10.1
2282026-03-04T17:32:43.397Z Downloaded lazy_static v1.5.0
2292026-03-04T17:32:43.400Z Downloaded lalrpop-util v0.19.12
2302026-03-04T17:32:43.404Z Downloaded linked-hash-map v0.5.6
2312026-03-04T17:32:43.408Z Downloaded darling_core v0.23.0
2322026-03-04T17:32:43.415Z Downloaded dropshot_endpoint v0.16.7
2332026-03-04T17:32:43.421Z Downloaded hash32 v0.3.1
2342026-03-04T17:32:43.425Z Downloaded lru v0.12.5
2352026-03-04T17:32:43.428Z Downloaded internet-checksum v0.2.1
2362026-03-04T17:32:43.431Z Downloaded instant v0.1.13
2372026-03-04T17:32:43.435Z Downloaded ingot v0.1.1
2382026-03-04T17:32:43.439Z Downloaded lru-cache v0.1.2
2392026-03-04T17:32:43.443Z Downloaded jobserver v0.1.34
2402026-03-04T17:32:43.448Z Downloaded md5 v0.7.0
2412026-03-04T17:32:43.452Z Downloaded memmap v0.7.0
2422026-03-04T17:32:43.455Z Downloaded miette-derive v5.10.0
2432026-03-04T17:32:43.460Z Downloaded multimap v0.10.1
2442026-03-04T17:32:43.464Z Downloaded libefi-sys v0.1.0
2452026-03-04T17:32:43.468Z Downloaded hostname v0.4.2
2462026-03-04T17:32:43.473Z Downloaded match_cfg v0.1.0
2472026-03-04T17:32:43.476Z Downloaded maybe-uninit v2.0.0
2482026-03-04T17:32:43.480Z Downloaded nibble_vec v0.1.0
2492026-03-04T17:32:43.484Z Downloaded nodrop v0.1.14
2502026-03-04T17:32:43.487Z Downloaded derive_more v2.1.1
2512026-03-04T17:32:43.501Z Downloaded normalize-line-endings v0.3.0
2522026-03-04T17:32:43.504Z Downloaded num v0.4.3
2532026-03-04T17:32:43.507Z Downloaded new_debug_unreachable v1.0.6
2542026-03-04T17:32:43.511Z Downloaded num-conv v0.2.0
2552026-03-04T17:32:43.514Z Downloaded num-derive v0.4.2
2562026-03-04T17:32:43.519Z Downloaded impl-trait-for-tuples v0.2.3
2572026-03-04T17:32:43.524Z Downloaded nonempty v0.12.0
2582026-03-04T17:32:43.527Z Downloaded newline-converter v0.3.0
2592026-03-04T17:32:43.531Z Downloaded num_enum_derive v0.5.11
2602026-03-04T17:32:43.534Z Downloaded nested v0.1.1
2612026-03-04T17:32:43.538Z Downloaded opaque-debug v0.3.1
2622026-03-04T17:32:43.541Z Downloaded flate2 v1.1.9
2632026-03-04T17:32:43.549Z Downloaded linear-map v1.2.0
2642026-03-04T17:32:43.553Z Downloaded newtype-uuid v1.3.2
2652026-03-04T17:32:43.556Z Downloaded openssl-probe v0.2.1
2662026-03-04T17:32:43.559Z Downloaded openssl-probe v0.1.6
2672026-03-04T17:32:43.563Z Downloaded ignore v0.4.25
2682026-03-04T17:32:43.568Z Downloaded libtest-mimic v0.8.1
2692026-03-04T17:32:43.571Z Downloaded ordered-float v2.10.1
2702026-03-04T17:32:43.576Z Downloaded oso-derive v0.27.3
2712026-03-04T17:32:43.579Z Downloaded derive_more-impl v2.1.1
2722026-03-04T17:32:43.587Z Downloaded openssl-macros v0.1.1
2732026-03-04T17:32:43.590Z Downloaded num-complex v0.4.6
2742026-03-04T17:32:43.595Z Downloaded parking v2.2.1
2752026-03-04T17:32:43.598Z Downloaded iana-time-zone v0.1.65
2762026-03-04T17:32:43.603Z Downloaded num-rational v0.4.2
2772026-03-04T17:32:43.607Z Downloaded num_threads v0.1.7
2782026-03-04T17:32:43.612Z Downloaded path-slash v0.1.5
2792026-03-04T17:32:43.615Z Downloaded pbkdf2 v0.11.0
2802026-03-04T17:32:43.619Z Downloaded oorandom v11.1.5
2812026-03-04T17:32:43.622Z Downloaded icu_locale_core v2.1.1
2822026-03-04T17:32:43.631Z Downloaded peg-runtime v0.8.5
2832026-03-04T17:32:43.634Z Downloaded criterion v0.7.0
2842026-03-04T17:32:43.646Z Downloaded parse-size v1.1.0
2852026-03-04T17:32:43.649Z Downloaded oxnet v0.1.4
2862026-03-04T17:32:43.652Z Downloaded crossterm v0.29.0
2872026-03-04T17:32:43.660Z Downloaded pin-utils v0.1.0
2882026-03-04T17:32:43.663Z Downloaded num-iter v0.1.45
2892026-03-04T17:32:43.667Z Downloaded plotters-svg v0.3.7
2902026-03-04T17:32:43.673Z Downloaded parse-display-derive v0.10.0
2912026-03-04T17:32:43.677Z Downloaded percent-encoding v2.3.2
2922026-03-04T17:32:43.677Z Downloaded httparse v1.10.1
2932026-03-04T17:32:43.681Z Downloaded path-tree v0.8.3
2942026-03-04T17:32:43.685Z Downloaded predicates-tree v1.0.13
2952026-03-04T17:32:43.689Z Downloaded powerfmt v0.2.0
2962026-03-04T17:32:43.692Z Downloaded potential_utf v0.1.4
2972026-03-04T17:32:43.695Z Downloaded icu_provider v2.1.1
2982026-03-04T17:32:43.698Z Downloaded omicron-zone-package v0.12.2
2992026-03-04T17:32:43.704Z Downloaded proc-macro-error-attr v1.0.4
3002026-03-04T17:32:43.707Z Downloaded phf_shared v0.13.1
3012026-03-04T17:32:43.710Z Downloaded plain v0.2.3
3022026-03-04T17:32:43.714Z Downloaded bumpalo v3.20.2
3032026-03-04T17:32:43.718Z Downloaded heapless v0.8.0
3042026-03-04T17:32:43.722Z Downloaded proc-macro-error-attr2 v2.0.0
3052026-03-04T17:32:43.725Z Downloaded progenitor-client v0.10.0
3062026-03-04T17:32:43.728Z Downloaded progenitor-client v0.11.2
3072026-03-04T17:32:43.731Z Downloaded phf v0.13.1
3082026-03-04T17:32:43.735Z Downloaded proc-macro-crate v3.4.0
3092026-03-04T17:32:43.738Z Downloaded proc-macro-crate v1.3.1
3102026-03-04T17:32:43.741Z Downloaded psl-types v2.0.11
3112026-03-04T17:32:43.744Z Downloaded quick-error v1.2.3
3122026-03-04T17:32:43.748Z Downloaded pkcs8 v0.10.2
3132026-03-04T17:32:43.752Z Downloaded polyval v0.6.2
3142026-03-04T17:32:43.757Z Downloaded miniz_oxide v0.8.9
3152026-03-04T17:32:43.760Z Downloaded pem-rfc7468 v0.7.0
3162026-03-04T17:32:43.764Z Downloaded chrono v0.4.44
3172026-03-04T17:32:43.773Z Downloaded phf v0.12.1
3182026-03-04T17:32:43.778Z Downloaded radium v0.7.0
3192026-03-04T17:32:43.782Z Downloaded rand_chacha v0.3.1
3202026-03-04T17:32:43.785Z Downloaded progenitor-macro v0.11.2
3212026-03-04T17:32:43.785Z Downloaded progenitor-macro v0.10.0
3222026-03-04T17:32:43.788Z Downloaded crossterm v0.28.1
3232026-03-04T17:32:43.796Z Downloaded oso v0.27.3
3242026-03-04T17:32:43.801Z Downloaded recursive-proc-macro-impl v0.1.1
3252026-03-04T17:32:43.804Z Downloaded recursive v0.1.1
3262026-03-04T17:32:43.808Z Downloaded pkcs5 v0.7.1
3272026-03-04T17:32:43.812Z Downloaded psm v0.1.30
3282026-03-04T17:32:43.817Z Downloaded ref-cast-impl v1.0.25
3292026-03-04T17:32:43.820Z Downloaded ref-cast v1.0.25
3302026-03-04T17:32:43.824Z Downloaded poly1305 v0.8.0
3312026-03-04T17:32:43.829Z Downloaded postgres-protocol v0.6.10
3322026-03-04T17:32:43.832Z Downloaded miette v5.10.0
3332026-03-04T17:32:43.836Z Downloaded russh-cryptovec v0.7.3
3342026-03-04T17:32:43.840Z Downloaded rand_xorshift v0.4.0
3352026-03-04T17:32:43.843Z Downloaded predicates v3.1.4
3362026-03-04T17:32:43.846Z Downloaded proc-macro-error2 v2.0.1
3372026-03-04T17:32:43.850Z Downloaded pest_derive v2.8.6
3382026-03-04T17:32:43.854Z Downloaded rtoolbox v0.0.3
3392026-03-04T17:32:43.857Z Downloaded rustc-hash v2.1.1
3402026-03-04T17:32:43.860Z Downloaded rustc_version v0.4.1
3412026-03-04T17:32:43.864Z Downloaded aes v0.8.4
3422026-03-04T17:32:43.867Z Downloaded hickory-resolver v0.25.2
3432026-03-04T17:32:43.872Z Downloaded num-traits v0.2.19
3442026-03-04T17:32:43.876Z Downloaded progenitor-client v0.13.0
3452026-03-04T17:32:43.879Z Downloaded progenitor v0.13.0
3462026-03-04T17:32:43.882Z Downloaded rfc6979 v0.4.0
3472026-03-04T17:32:43.885Z Downloaded progenitor v0.11.2
3482026-03-04T17:32:43.888Z Downloaded p256 v0.13.2
3492026-03-04T17:32:43.891Z Downloaded rustc_version v0.1.7
3502026-03-04T17:32:43.895Z Downloaded once_cell v1.21.3
3512026-03-04T17:32:43.898Z Downloaded icu_collections v2.1.1
3522026-03-04T17:32:43.904Z Downloaded salsa20 v0.10.2
3532026-03-04T17:32:43.908Z Downloaded relative-path v1.9.3
3542026-03-04T17:32:43.910Z Downloaded ed25519-dalek v2.2.0
3552026-03-04T17:32:43.915Z Downloaded r2d2 v0.8.10
3562026-03-04T17:32:43.918Z Downloaded same-file v1.0.6
3572026-03-04T17:32:43.920Z Downloaded quote v1.0.44
3582026-03-04T17:32:43.924Z Downloaded rand_chacha v0.9.0
3592026-03-04T17:32:43.927Z Downloaded progenitor v0.10.0
3602026-03-04T17:32:43.930Z Downloaded rand_core v0.10.0
3612026-03-04T17:32:43.933Z Downloaded scheduled-thread-pool v0.2.7
3622026-03-04T17:32:43.936Z Downloaded scopeguard v1.2.0
3632026-03-04T17:32:43.939Z Downloaded rand_seeder v0.4.0
3642026-03-04T17:32:43.942Z Downloaded scroll_derive v0.12.1
3652026-03-04T17:32:43.945Z Downloaded hickory-resolver v0.24.4
3662026-03-04T17:32:43.948Z Downloaded secrecy v0.10.3
3672026-03-04T17:32:43.952Z Downloaded secrecy v0.8.0
3682026-03-04T17:32:43.955Z Downloaded scrypt v0.11.0
3692026-03-04T17:32:43.958Z Downloaded sapling-renderdag v0.1.0
3702026-03-04T17:32:43.963Z Downloaded openssl-sys v0.9.111
3712026-03-04T17:32:43.966Z Downloaded serde-big-array v0.5.1
3722026-03-04T17:32:43.970Z Downloaded rustls-pemfile v2.2.0
3732026-03-04T17:32:43.973Z Downloaded rustversion v1.0.22
3742026-03-04T17:32:43.976Z Downloaded resolv-conf v0.7.6
3752026-03-04T17:32:43.979Z Downloaded rustls-pemfile v1.0.4
3762026-03-04T17:32:43.982Z Downloaded serde_plain v1.0.2
3772026-03-04T17:32:43.985Z Downloaded serde_repr v0.1.20
3782026-03-04T17:32:43.988Z Downloaded serde_bytes v0.11.19
3792026-03-04T17:32:43.991Z Downloaded seq-macro v0.3.6
3802026-03-04T17:32:43.994Z Downloaded semver v0.1.20
3812026-03-04T17:32:43.998Z Downloaded progenitor-impl v0.11.2
3822026-03-04T17:32:44.002Z Downloaded serde_spanned v0.6.9
3832026-03-04T17:32:44.002Z Downloaded hyper-util v0.1.20
3842026-03-04T17:32:44.008Z Downloaded quinn-udp v0.5.14
3852026-03-04T17:32:44.011Z Downloaded rust-argon2 v2.1.0
3862026-03-04T17:32:44.015Z Downloaded scroll v0.13.0
3872026-03-04T17:32:44.018Z Downloaded scroll v0.12.0
3882026-03-04T17:32:44.021Z Downloaded shell-words v1.1.1
3892026-03-04T17:32:44.024Z Downloaded signal-hook-tokio v0.3.1
3902026-03-04T17:32:44.027Z Downloaded sec1 v0.7.3
3912026-03-04T17:32:44.030Z Downloaded postcard v1.1.3
3922026-03-04T17:32:44.033Z Downloaded idna v1.1.0
3932026-03-04T17:32:44.036Z Downloaded serde_urlencoded v0.7.1
3942026-03-04T17:32:44.039Z Downloaded serde_spanned v1.0.4
3952026-03-04T17:32:44.043Z Downloaded sigpipe v0.1.3
3962026-03-04T17:32:44.046Z Downloaded serde-untagged v0.1.9
3972026-03-04T17:32:44.049Z Downloaded rusty-fork v0.3.1
3982026-03-04T17:32:44.049Z Downloaded nom v7.1.3
3992026-03-04T17:32:44.055Z Downloaded slog-bunyan v2.5.0
4002026-03-04T17:32:44.058Z Downloaded similar-asserts v1.7.0
4012026-03-04T17:32:44.061Z Downloaded sha1 v0.10.6
4022026-03-04T17:32:44.064Z Downloaded signature v2.2.0
4032026-03-04T17:32:44.067Z Downloaded signal-hook-mio v0.2.5
4042026-03-04T17:32:44.070Z Downloaded mio v1.1.1
4052026-03-04T17:32:44.075Z Downloaded itertools v0.13.0
4062026-03-04T17:32:44.082Z Downloaded proc-macro2 v1.0.106
4072026-03-04T17:32:44.085Z Downloaded prettyplease v0.2.37
4082026-03-04T17:32:44.090Z Downloaded serde-value v0.7.0
4092026-03-04T17:32:44.093Z Downloaded siphasher v1.0.2
4102026-03-04T17:32:44.096Z Downloaded serde-hex v0.1.0
4112026-03-04T17:32:44.099Z Downloaded russh-keys v0.45.0
4122026-03-04T17:32:44.102Z Downloaded signal-hook-registry v1.4.8
4132026-03-04T17:32:44.105Z Downloaded sha2 v0.10.9
4142026-03-04T17:32:44.108Z Downloaded ssh-cipher v0.2.0
4152026-03-04T17:32:44.111Z Downloaded serde_path_to_error v0.1.20
4162026-03-04T17:32:44.114Z Downloaded sct v0.7.1
4172026-03-04T17:32:44.117Z Downloaded minimal-lexical v0.2.1
4182026-03-04T17:32:44.120Z Downloaded rcgen v0.12.1
4192026-03-04T17:32:44.124Z Downloaded stable_deref_trait v1.2.1
4202026-03-04T17:32:44.127Z Downloaded publicsuffix v2.3.0
4212026-03-04T17:32:44.130Z Downloaded smawk v0.3.2
4222026-03-04T17:32:44.133Z Downloaded slog-envlogger v2.2.0
4232026-03-04T17:32:44.136Z Downloaded strum v0.26.3
4242026-03-04T17:32:44.139Z Downloaded strsim v0.11.1
4252026-03-04T17:32:44.139Z Downloaded strip-ansi-escapes v0.2.1
4262026-03-04T17:32:44.142Z Downloaded swrite v0.1.0
4272026-03-04T17:32:44.145Z Downloaded subtle v2.6.1
4282026-03-04T17:32:44.149Z Downloaded ssh-encoding v0.2.0
4292026-03-04T17:32:44.149Z Downloaded sqlparser_derive v0.5.0
4302026-03-04T17:32:44.152Z Downloaded ryu v1.0.23
4312026-03-04T17:32:44.155Z Downloaded shlex v1.3.0
4322026-03-04T17:32:44.158Z Downloaded smf v0.2.3
4332026-03-04T17:32:44.161Z Downloaded snafu-derive v0.8.9
4342026-03-04T17:32:44.161Z Downloaded smallvec v0.6.14
4352026-03-04T17:32:44.164Z Downloaded supports-color v2.1.0
4362026-03-04T17:32:44.167Z Downloaded hyper v1.8.1
4372026-03-04T17:32:44.172Z Downloaded strum v0.27.2
4382026-03-04T17:32:44.175Z Downloaded spki v0.7.3
4392026-03-04T17:32:44.179Z Downloaded schemars v0.8.22
4402026-03-04T17:32:44.189Z Downloaded tabwriter v1.4.1
4412026-03-04T17:32:44.192Z Downloaded rstest v0.25.0
4422026-03-04T17:32:44.197Z Downloaded semver v1.0.27
4432026-03-04T17:32:44.200Z Downloaded tabled_derive v0.11.0
4442026-03-04T17:32:44.203Z Downloaded supports-color v3.0.2
4452026-03-04T17:32:44.206Z Downloaded serde_derive_internals v0.29.1
4462026-03-04T17:32:44.209Z Downloaded tabled_derive v0.7.0
4472026-03-04T17:32:44.209Z Downloaded strum_macros v0.27.2
4482026-03-04T17:32:44.212Z Downloaded serde_cbor v0.11.2
4492026-03-04T17:32:44.215Z Downloaded structmeta v0.3.0
4502026-03-04T17:32:44.218Z Downloaded stringprep v0.1.5
4512026-03-04T17:32:44.221Z Downloaded strum_macros v0.26.4
4522026-03-04T17:32:44.224Z Downloaded itertools v0.14.0
4532026-03-04T17:32:44.229Z Downloaded smallvec v1.15.1
4542026-03-04T17:32:44.232Z Downloaded terminal_size v0.1.17
4552026-03-04T17:32:44.235Z Downloaded sync-ptr v0.1.4
4562026-03-04T17:32:44.238Z Downloaded slog-scope v4.4.1
4572026-03-04T17:32:44.238Z Downloaded rustls-platform-verifier v0.6.2
4582026-03-04T17:32:44.243Z Downloaded hashbrown v0.16.1
4592026-03-04T17:32:44.248Z Downloaded schemars v0.9.0
4602026-03-04T17:32:44.261Z Downloaded thread-id v5.1.0
4612026-03-04T17:32:44.264Z Downloaded synstructure v0.13.2
4622026-03-04T17:32:44.267Z Downloaded stacker v0.1.23
4632026-03-04T17:32:44.270Z Downloaded rand_distr v0.5.1
4642026-03-04T17:32:44.273Z Downloaded testing_table v0.3.0
4652026-03-04T17:32:44.273Z Downloaded target-triple v1.0.0
4662026-03-04T17:32:44.276Z Downloaded stringmetrics v2.2.2
4672026-03-04T17:32:44.279Z Downloaded thiserror-impl-no-std v2.0.2
4682026-03-04T17:32:44.279Z Downloaded p521 v0.13.3
4692026-03-04T17:32:44.283Z Downloaded strum_macros v0.24.3
4702026-03-04T17:32:44.286Z Downloaded target-lexicon v0.13.3
4712026-03-04T17:32:44.289Z Downloaded rustls-webpki v0.103.9
4722026-03-04T17:32:44.293Z Downloaded tinyvec_macros v0.1.1
4732026-03-04T17:32:44.298Z Downloaded serde_derive v1.0.228
4742026-03-04T17:32:44.302Z Downloaded ron v0.8.1
4752026-03-04T17:32:44.305Z Downloaded time-core v0.1.8
4762026-03-04T17:32:44.305Z Downloaded support-bundle-viewer v0.1.2
4772026-03-04T17:32:44.308Z Downloaded num-bigint-dig v0.8.6
4782026-03-04T17:32:44.312Z Downloaded socket2 v0.5.10
4792026-03-04T17:32:44.315Z Downloaded termios v0.3.3
4802026-03-04T17:32:44.318Z Downloaded rand v0.8.5
4812026-03-04T17:32:44.323Z Downloaded iddqd v0.3.17
4822026-03-04T17:32:44.328Z Downloaded termcolor v1.4.1
4832026-03-04T17:32:44.331Z Downloaded quinn v0.11.9
4842026-03-04T17:32:44.334Z Downloaded schemars v1.2.1
4852026-03-04T17:32:44.348Z Downloaded topological-sort v0.2.2
4862026-03-04T17:32:44.352Z Downloaded thread_local v1.1.9
4872026-03-04T17:32:44.357Z Downloaded thiserror-no-std v2.0.2
4882026-03-04T17:32:44.357Z Downloaded time-macros v0.2.27
4892026-03-04T17:32:44.361Z Downloaded tower-service v0.3.3
4902026-03-04T17:32:44.361Z Downloaded serde v1.0.228
4912026-03-04T17:32:44.364Z Downloaded terminal_size v0.4.3
4922026-03-04T17:32:44.367Z Downloaded subprocess v0.2.15
4932026-03-04T17:32:44.370Z Downloaded toml_datetime v0.6.11
4942026-03-04T17:32:44.373Z Downloaded tokio-macros v2.6.0
4952026-03-04T17:32:44.373Z Downloaded tokio-native-tls v0.3.1
4962026-03-04T17:32:44.387Z Downloaded tower-layer v0.3.3
4972026-03-04T17:32:44.387Z Downloaded tokio-dtrace v0.1.1
4982026-03-04T17:32:44.387Z Downloaded blake3 v1.8.3
4992026-03-04T17:32:44.396Z Downloaded tokio-rustls v0.25.0
5002026-03-04T17:32:44.396Z Downloaded slog v2.8.2
5012026-03-04T17:32:44.399Z Downloaded tokio-tungstenite v0.23.1
5022026-03-04T17:32:44.399Z Downloaded typeid v1.0.3
5032026-03-04T17:32:44.399Z Downloaded tinystr v0.8.2
5042026-03-04T17:32:44.402Z Downloaded typify-macro v0.6.1
5052026-03-04T17:32:44.402Z Downloaded qorb v0.4.1
5062026-03-04T17:32:44.406Z Downloaded toml_datetime v0.7.5+spec-1.1.0
5072026-03-04T17:32:44.409Z Downloaded h2 v0.4.13
5082026-03-04T17:32:44.414Z Downloaded thiserror-impl v2.0.18
5092026-03-04T17:32:44.417Z Downloaded try-lock v0.2.5
5102026-03-04T17:32:44.421Z Downloaded toml_writer v1.0.6+spec-1.1.0
5112026-03-04T17:32:44.421Z Downloaded toml_write v0.1.2
5122026-03-04T17:32:44.424Z Downloaded tinytemplate v1.2.1
5132026-03-04T17:32:44.424Z Downloaded typify-macro v0.4.3
5142026-03-04T17:32:44.427Z Downloaded tiny-keccak v2.0.2
5152026-03-04T17:32:44.427Z Downloaded tokio-tungstenite v0.21.0
5162026-03-04T17:32:44.430Z Downloaded unarray v0.1.4
5172026-03-04T17:32:44.433Z Downloaded socket2 v0.6.2
5182026-03-04T17:32:44.438Z Downloaded iri-string v0.7.10
5192026-03-04T17:32:44.441Z Downloaded untrusted v0.9.0
5202026-03-04T17:32:44.444Z Downloaded untrusted v0.7.1
5212026-03-04T17:32:44.447Z Downloaded unicode-linebreak v0.1.5
5222026-03-04T17:32:44.447Z Downloaded rustyline v14.0.0
5232026-03-04T17:32:44.450Z Downloaded usdt-attr-macro v0.5.0
5242026-03-04T17:32:44.453Z Downloaded usdt v0.6.0
5252026-03-04T17:32:44.454Z Downloaded unicode-truncate v1.1.0
5262026-03-04T17:32:44.456Z Downloaded utf-8 v0.7.6
5272026-03-04T17:32:44.456Z Downloaded usdt-macro v0.5.0
5282026-03-04T17:32:44.460Z Downloaded plotters v0.3.7
5292026-03-04T17:32:44.466Z Downloaded tempfile v3.25.0
5302026-03-04T17:32:44.469Z Downloaded samael v0.0.19
5312026-03-04T17:32:44.474Z Downloaded utf8_iter v1.0.4
5322026-03-04T17:32:44.477Z Downloaded unit-prefix v0.5.2
5332026-03-04T17:32:44.477Z Downloaded usdt-macro v0.6.0
5342026-03-04T17:32:44.480Z Downloaded universal-hash v0.5.1
5352026-03-04T17:32:44.480Z Downloaded usdt v0.5.0
5362026-03-04T17:32:44.480Z Downloaded utf8parse v0.2.2
5372026-03-04T17:32:44.483Z Downloaded unicode-xid v0.2.6
5382026-03-04T17:32:44.483Z Downloaded toml_datetime v1.0.0+spec-1.1.0
5392026-03-04T17:32:44.488Z Downloaded aws-lc-rs v1.16.0
5402026-03-04T17:32:44.494Z Downloaded textwrap v0.16.2
5412026-03-04T17:32:44.497Z Downloaded snafu v0.8.9
5422026-03-04T17:32:44.503Z Downloaded waitgroup v0.1.2
5432026-03-04T17:32:44.506Z Downloaded icu_properties_data v2.1.2
5442026-03-04T17:32:44.513Z Downloaded tokio-rustls v0.24.1
5452026-03-04T17:32:44.516Z Downloaded version_check v0.9.5
5462026-03-04T17:32:44.519Z Downloaded goblin v0.8.2
5472026-03-04T17:32:44.522Z Downloaded xattr v1.6.1
5482026-03-04T17:32:44.525Z Downloaded wait-timeout v0.2.1
5492026-03-04T17:32:44.525Z Downloaded tinyvec v1.10.0
5502026-03-04T17:32:44.529Z Downloaded void v1.0.2
5512026-03-04T17:32:44.533Z Downloaded usdt-attr-macro v0.6.0
5522026-03-04T17:32:44.533Z Downloaded tar v0.4.44
5532026-03-04T17:32:44.533Z Downloaded unicase v2.9.0
5542026-03-04T17:32:44.536Z Downloaded trybuild v1.0.116
5552026-03-04T17:32:44.540Z Downloaded yoke-derive v0.8.1
5562026-03-04T17:32:44.543Z Downloaded toml v0.8.23
5572026-03-04T17:32:44.543Z Downloaded want v0.3.1
5582026-03-04T17:32:44.543Z Downloaded trait-variant v0.1.2
5592026-03-04T17:32:44.546Z Downloaded rand v0.10.0
5602026-03-04T17:32:44.549Z Downloaded futures-util v0.3.32
5612026-03-04T17:32:44.558Z Downloaded xshell-macros v0.2.7
5622026-03-04T17:32:44.562Z Downloaded ucd-trie v0.1.7
5632026-03-04T17:32:44.562Z Downloaded usdt-impl v0.5.0
5642026-03-04T17:32:44.565Z Downloaded uzers v0.12.2
5652026-03-04T17:32:44.565Z Downloaded test-strategy v0.4.5
5662026-03-04T17:32:44.568Z Downloaded zeroize_derive v1.4.3
5672026-03-04T17:32:44.571Z Downloaded lalrpop v0.19.12
5682026-03-04T17:32:44.581Z Downloaded pest v2.8.6
5692026-03-04T17:32:44.584Z Downloaded vergen-gitcl v1.0.8
5702026-03-04T17:32:44.587Z Downloaded tracing-attributes v0.1.31
5712026-03-04T17:32:44.590Z Downloaded toml_parser v1.0.9+spec-1.1.0
5722026-03-04T17:32:44.590Z Downloaded zone_cfg_derive v0.3.1
5732026-03-04T17:32:44.593Z Downloaded zone v0.3.1
5742026-03-04T17:32:44.593Z Downloaded toml v1.0.3+spec-1.1.0
5752026-03-04T17:32:44.596Z Downloaded textwrap v0.15.2
5762026-03-04T17:32:44.600Z Downloaded zerofrom-derive v0.1.6
5772026-03-04T17:32:44.600Z Downloaded zerofrom v0.1.6
5782026-03-04T17:32:44.603Z Downloaded p384 v0.13.1
5792026-03-04T17:32:44.607Z Downloaded libm v0.2.16
5802026-03-04T17:32:44.614Z Downloaded vsss-rs v3.3.4
5812026-03-04T17:32:44.617Z Downloaded twox-hash v2.1.2
5822026-03-04T17:32:44.620Z Downloaded regex v1.12.3
5832026-03-04T17:32:44.624Z Downloaded writeable v0.6.2
5842026-03-04T17:32:44.627Z Downloaded vergen-git2 v1.0.7
5852026-03-04T17:32:44.630Z Downloaded reqwest v0.12.28
5862026-03-04T17:32:44.633Z Downloaded bitvec v1.0.1
5872026-03-04T17:32:44.646Z Downloaded whoami v2.1.0
5882026-03-04T17:32:44.650Z Downloaded usdt-impl v0.6.0
5892026-03-04T17:32:44.654Z Downloaded vergen-lib v0.1.6
5902026-03-04T17:32:44.654Z Downloaded unicode-properties v0.1.4
5912026-03-04T17:32:44.657Z Downloaded typify v0.4.3
5922026-03-04T17:32:44.658Z Downloaded toml v0.7.8
5932026-03-04T17:32:44.661Z Downloaded reedline v0.40.0
5942026-03-04T17:32:44.667Z Downloaded zstd v0.13.3
5952026-03-04T17:32:44.671Z Downloaded xshell v0.2.7
5962026-03-04T17:32:44.674Z Downloaded bindgen v0.71.1
5972026-03-04T17:32:44.678Z Downloaded russh v0.45.0
5982026-03-04T17:32:44.683Z Downloaded walkdir v2.5.0
5992026-03-04T17:32:44.686Z Downloaded rpassword v7.4.0
6002026-03-04T17:32:44.689Z Downloaded ron v0.12.0
6012026-03-04T17:32:44.695Z Downloaded zerocopy v0.6.6
6022026-03-04T17:32:44.698Z Downloaded moka v0.12.13
6032026-03-04T17:32:44.704Z Downloaded vergen v9.0.6
6042026-03-04T17:32:44.707Z Downloaded typify v0.6.1
6052026-03-04T17:32:44.710Z Downloaded uuid v1.21.0
6062026-03-04T17:32:44.713Z Downloaded unicode-ident v1.0.24
6072026-03-04T17:32:44.716Z Downloaded wyz v0.5.1
6082026-03-04T17:32:44.716Z Downloaded unicode-bidi v0.3.18
6092026-03-04T17:32:44.720Z Downloaded whoami v1.6.1
6102026-03-04T17:32:44.723Z Downloaded zmij v1.0.21
6112026-03-04T17:32:44.723Z Downloaded zerovec-derive v0.11.2
6122026-03-04T17:32:44.726Z Downloaded zeroize v1.8.2
6132026-03-04T17:32:44.726Z Downloaded tracing-core v0.1.36
6142026-03-04T17:32:44.731Z Downloaded yasna v0.5.2
6152026-03-04T17:32:44.734Z Downloaded zstd-safe v7.2.4
6162026-03-04T17:32:44.734Z Downloaded xz2 v0.1.7
6172026-03-04T17:32:44.734Z Downloaded toml_edit v0.23.10+spec-1.0.0
6182026-03-04T17:32:44.737Z Downloaded toml_edit v0.22.27
6192026-03-04T17:32:44.741Z Downloaded vte v0.14.1
6202026-03-04T17:32:44.744Z Downloaded unsafe-libyaml v0.2.11
6212026-03-04T17:32:44.747Z Downloaded zerocopy-derive v0.7.35
6222026-03-04T17:32:44.751Z Downloaded yoke v0.8.1
6232026-03-04T17:32:44.754Z Downloaded toml v0.9.12+spec-1.1.0
6242026-03-04T17:32:44.757Z Downloaded tokio-postgres v0.7.16
6252026-03-04T17:32:44.760Z Downloaded typenum v1.19.0
6262026-03-04T17:32:44.763Z Downloaded git2 v0.20.4
6272026-03-04T17:32:44.771Z Downloaded salty v0.3.0
6282026-03-04T17:32:44.777Z Downloaded tungstenite v0.23.0
6292026-03-04T17:32:44.780Z Downloaded curve25519-dalek v4.1.3
6302026-03-04T17:32:44.787Z Downloaded zopfli v0.8.3
6312026-03-04T17:32:44.790Z Downloaded serde_json v1.0.149
6322026-03-04T17:32:44.796Z Downloaded unicode_categories v0.1.1
6332026-03-04T17:32:44.799Z Downloaded ssh-key v0.6.7
6342026-03-04T17:32:44.804Z Downloaded yansi v1.0.1
6352026-03-04T17:32:44.807Z Downloaded proptest v1.10.0
6362026-03-04T17:32:44.814Z Downloaded toml_edit v0.19.15
6372026-03-04T17:32:44.830Z Downloaded zerotrie v0.2.3
6382026-03-04T17:32:44.833Z Downloaded tungstenite v0.21.0
6392026-03-04T17:32:44.836Z Downloaded quick-xml v0.37.5
6402026-03-04T17:32:44.841Z Downloaded steno v0.4.1
6412026-03-04T17:32:44.844Z Downloaded tower v0.5.3
6422026-03-04T17:32:44.853Z Downloaded tui-tree-widget v0.23.1
6432026-03-04T17:32:44.856Z Downloaded tokio-stream v0.1.18
6442026-03-04T17:32:44.859Z Downloaded nix v0.27.1
6452026-03-04T17:32:44.867Z Downloaded rayon v1.11.0
6462026-03-04T17:32:44.875Z Downloaded reqwest v0.13.2
6472026-03-04T17:32:44.881Z Downloaded x509-cert v0.2.5
6482026-03-04T17:32:44.887Z Downloaded url v2.5.8
6492026-03-04T17:32:44.890Z Downloaded object v0.30.4
6502026-03-04T17:32:44.897Z Downloaded tokio-rustls v0.26.4
6512026-03-04T17:32:44.900Z Downloaded radix_trie v0.2.1
6522026-03-04T17:32:44.903Z Downloaded diesel v2.2.12
6532026-03-04T17:32:44.921Z Downloaded zip v0.6.6
6542026-03-04T17:32:44.924Z Downloaded tower-http v0.6.8
6552026-03-04T17:32:44.931Z Downloaded typed-path v0.9.3
6562026-03-04T17:32:44.937Z Downloaded tokio-util v0.7.18
6572026-03-04T17:32:44.943Z Downloaded rustls-webpki v0.101.7
6582026-03-04T17:32:44.956Z Downloaded zip v4.6.1
6592026-03-04T17:32:44.960Z Downloaded zerocopy-derive v0.8.40
6602026-03-04T17:32:44.967Z Downloaded polar-core v0.27.3
6612026-03-04T17:32:44.975Z Downloaded nix v0.29.0
6622026-03-04T17:32:44.985Z Downloaded unicode-segmentation v1.12.0
6632026-03-04T17:32:44.988Z Downloaded nix v0.28.0
6642026-03-04T17:32:44.999Z Downloaded petname v2.0.2
6652026-03-04T17:32:45.003Z Downloaded rustls-webpki v0.102.8
6662026-03-04T17:32:45.022Z Downloaded unicode-normalization v0.1.25
6672026-03-04T17:32:45.025Z Downloaded serde_with v3.17.0
6682026-03-04T17:32:45.036Z Downloaded winnow v0.5.40
6692026-03-04T17:32:45.044Z Downloaded portable-atomic v1.13.1
6702026-03-04T17:32:45.052Z Downloaded tough v0.20.0
6712026-03-04T17:32:45.059Z Downloaded nix v0.30.1
6722026-03-04T17:32:45.071Z Downloaded smoltcp v0.9.1
6732026-03-04T17:32:45.080Z Downloaded zerovec v0.11.5
6742026-03-04T17:32:45.085Z Downloaded rustls v0.21.12
6752026-03-04T17:32:45.095Z Downloaded gimli v0.32.3
6762026-03-04T17:32:45.103Z Downloaded openssl v0.10.75
6772026-03-04T17:32:45.113Z Downloaded bstr v1.12.1
6782026-03-04T17:32:45.120Z Downloaded syn v1.0.109
6792026-03-04T17:32:45.130Z Downloaded winnow v0.6.26
6802026-03-04T17:32:45.138Z Downloaded zerocopy v0.7.35
6812026-03-04T17:32:45.153Z Downloaded regress v0.10.5
6822026-03-04T17:32:45.160Z Downloaded quinn-proto v0.11.13
6832026-03-04T17:32:45.167Z Downloaded tabled v0.15.0
6842026-03-04T17:32:45.182Z Downloaded syn v2.0.117
6852026-03-04T17:32:45.192Z Downloaded zlib-rs v0.6.2
6862026-03-04T17:32:45.198Z Downloaded time v0.3.47
6872026-03-04T17:32:45.208Z Downloaded zerocopy v0.8.40
6882026-03-04T17:32:45.218Z Downloaded object v0.37.3
6892026-03-04T17:32:45.227Z Downloaded unicode-width v0.2.0
6902026-03-04T17:32:45.232Z Downloaded winnow v0.7.14
6912026-03-04T17:32:45.242Z Downloaded vcpkg v0.2.15
6922026-03-04T17:32:45.278Z Downloaded webpki-roots v1.0.6
6932026-03-04T17:32:45.281Z Downloaded regex-syntax v0.6.29
6942026-03-04T17:32:45.288Z Downloaded rustix v1.1.3
6952026-03-04T17:32:45.310Z Downloaded hickory-proto v0.25.2
6962026-03-04T17:32:45.323Z Downloaded rustls v0.23.37
6972026-03-04T17:32:45.336Z Downloaded unicode-width v0.1.14
6982026-03-04T17:32:45.342Z Downloaded rustix v0.38.44
6992026-03-04T17:32:45.363Z Downloaded regex-syntax v0.8.10
7002026-03-04T17:32:45.370Z Downloaded chrono-tz v0.10.4
7012026-03-04T17:32:45.385Z Downloaded sqlparser v0.61.0
7022026-03-04T17:32:45.394Z Downloaded nix v0.31.1
7032026-03-04T17:32:45.405Z Downloaded hickory-proto v0.24.4
7042026-03-04T17:32:45.418Z Downloaded tabled v0.20.0
7052026-03-04T17:32:45.436Z Downloaded smoltcp v0.11.0
7062026-03-04T17:32:45.445Z Downloaded rustls v0.22.4
7072026-03-04T17:32:45.457Z Downloaded tracing v0.1.44
7082026-03-04T17:32:45.477Z Downloaded sled v0.34.7
7092026-03-04T17:32:45.486Z Downloaded openapiv3 v2.2.0
7102026-03-04T17:32:45.496Z Downloaded dropshot v0.16.7
7112026-03-04T17:32:45.516Z Downloaded typify-impl v0.4.3
7122026-03-04T17:32:45.528Z Downloaded ratatui v0.29.0
7132026-03-04T17:32:45.546Z Downloaded typify-impl v0.6.1
7142026-03-04T17:32:45.558Z Downloaded zerocopy-derive v0.6.6
7152026-03-04T17:32:45.567Z Downloaded bzip2-sys v0.1.13+1.0.8
7162026-03-04T17:32:45.577Z Downloaded jiff v0.2.21
7172026-03-04T17:32:45.593Z Downloaded regex-automata v0.4.14
7182026-03-04T17:32:45.606Z Downloaded petgraph v0.6.5
7192026-03-04T17:32:45.622Z Downloaded csv v1.4.0
7202026-03-04T17:32:45.639Z Downloaded petgraph v0.8.3
7212026-03-04T17:32:45.658Z Downloaded lzma-sys v0.1.20
7222026-03-04T17:32:45.683Z Downloaded libc v0.2.180
7232026-03-04T17:32:45.712Z Downloaded libz-sys v1.1.24
7242026-03-04T17:32:45.730Z Downloaded goblin v0.10.5
7252026-03-04T17:32:45.736Z Downloaded target-spec v3.5.7
7262026-03-04T17:32:45.739Z Downloaded serde_yaml v0.9.34+deprecated
7272026-03-04T17:32:45.742Z Downloaded similar v2.7.0
7282026-03-04T17:32:45.745Z Downloaded serde_core v1.0.228
7292026-03-04T17:32:45.748Z Downloaded rsa v0.9.10
7302026-03-04T17:32:45.752Z Downloaded tls_codec_derive v0.4.2
7312026-03-04T17:32:45.755Z Downloaded tls_codec v0.4.2
7322026-03-04T17:32:45.758Z Downloaded sha3 v0.10.8
7332026-03-04T17:32:45.761Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
7342026-03-04T17:32:45.776Z Downloaded term v1.2.1
7352026-03-04T17:32:45.779Z Downloaded term v0.7.0
7362026-03-04T17:32:45.782Z Downloaded string_cache v0.8.9
7372026-03-04T17:32:45.785Z Downloaded signal-hook v0.3.18
7382026-03-04T17:32:45.788Z Downloaded thiserror-impl v1.0.69
7392026-03-04T17:32:45.788Z Downloaded thiserror v2.0.18
7402026-03-04T17:32:45.792Z Downloaded tokio v1.49.0
7412026-03-04T17:32:45.826Z Downloaded thiserror v1.0.69
7422026-03-04T17:32:45.830Z Downloaded itertools v0.12.1
7432026-03-04T17:32:45.836Z Downloaded static_assertions v1.1.0
7442026-03-04T17:32:45.839Z Downloaded num-bigint v0.4.6
7452026-03-04T17:32:45.842Z Downloaded libxml v0.3.3
7462026-03-04T17:32:45.847Z Downloaded aho-corasick v1.1.4
7472026-03-04T17:32:45.852Z Downloaded thread-id v4.2.2
7482026-03-04T17:32:45.855Z Downloaded termtree v0.5.1
7492026-03-04T17:32:45.855Z Downloaded tap v1.0.1
7502026-03-04T17:32:45.858Z Downloaded take_mut v0.2.2
7512026-03-04T17:32:45.858Z Downloaded tagptr v0.2.0
7522026-03-04T17:32:45.858Z Downloaded spin v0.9.8
7532026-03-04T17:32:45.861Z Downloaded rand v0.9.2
7542026-03-04T17:32:45.864Z Downloaded hashbrown v0.15.5
7552026-03-04T17:32:45.867Z Downloaded supports-unicode v2.1.0
7562026-03-04T17:32:45.870Z Downloaded supports-hyperlinks v2.1.0
7572026-03-04T17:32:45.870Z Downloaded slog-async v2.8.0
7582026-03-04T17:32:45.873Z Downloaded progenitor-impl v0.13.0
7592026-03-04T17:32:45.873Z Downloaded slab v0.4.12
7602026-03-04T17:32:45.876Z Downloaded sync_wrapper v1.0.2
7612026-03-04T17:32:45.876Z Downloaded sqlformat v0.3.5
7622026-03-04T17:32:45.876Z Downloaded rstest_macros v0.25.0
7632026-03-04T17:32:45.879Z Downloaded slog-term v2.9.2
7642026-03-04T17:32:45.882Z Downloaded slog-stdlog v4.1.1
7652026-03-04T17:32:45.885Z Downloaded slog-json v2.6.1
7662026-03-04T17:32:45.885Z Downloaded serde_with_macros v3.17.0
7672026-03-04T17:32:45.888Z Downloaded hickory-server v0.25.2
7682026-03-04T17:32:45.893Z Downloaded serde_tokenstream v0.2.3
7692026-03-04T17:32:45.893Z Downloaded encoding_rs v0.8.35
7702026-03-04T17:32:45.912Z Downloaded structmeta-derive v0.3.0
7712026-03-04T17:32:45.915Z Downloaded itertools v0.10.5
7722026-03-04T17:32:45.918Z Downloaded hkdf v0.12.4
7732026-03-04T17:32:45.922Z Downloaded slog-dtrace v0.3.0
7742026-03-04T17:32:45.922Z Downloaded simd-adler32 v0.3.8
7752026-03-04T17:32:45.922Z Downloaded prefix-trie v0.7.0
7762026-03-04T17:32:45.925Z Downloaded rustls-pki-types v1.14.0
7772026-03-04T17:32:45.928Z Downloaded rayon-core v1.13.0
7782026-03-04T17:32:45.931Z Downloaded serde_regex v1.1.0
7792026-03-04T17:32:45.931Z Downloaded indexmap v2.13.0
7802026-03-04T17:32:45.935Z Downloaded schemars_derive v0.8.22
7812026-03-04T17:32:45.938Z Downloaded pretty_assertions v1.4.1
7822026-03-04T17:32:45.938Z Downloaded pin-project v1.1.11
7832026-03-04T17:32:45.948Z Downloaded pest_meta v2.8.6
7842026-03-04T17:32:45.951Z Downloaded ring v0.17.14
7852026-03-04T17:32:45.987Z Downloaded progenitor-impl v0.10.0
7862026-03-04T17:32:45.990Z Downloaded hashbrown v0.14.5
7872026-03-04T17:32:45.993Z Downloaded rustls-native-certs v0.8.3
7882026-03-04T17:32:45.997Z Downloaded guppy v0.17.25
7892026-03-04T17:32:46.000Z Downloaded clap_builder v4.5.60
7902026-03-04T17:32:46.006Z Downloaded scroll_derive v0.13.1
7912026-03-04T17:32:46.009Z Downloaded httpmock v0.8.3
7922026-03-04T17:32:46.026Z Downloaded rustc-demangle v0.1.27
7932026-03-04T17:32:46.030Z Downloaded rand_core v0.9.5
7942026-03-04T17:32:46.030Z Downloaded rand_core v0.6.4
7952026-03-04T17:32:46.033Z Downloaded ppv-lite86 v0.2.21
7962026-03-04T17:32:46.033Z Downloaded postgres-types v0.2.12
7972026-03-04T17:32:46.036Z Downloaded papergrid v0.17.0
7982026-03-04T17:32:46.039Z Downloaded hashbrown v0.12.3
7992026-03-04T17:32:46.042Z Downloaded primeorder v0.13.6
8002026-03-04T17:32:46.045Z Downloaded parking_lot_core v0.8.6
8012026-03-04T17:32:46.045Z Downloaded parking_lot v0.11.2
8022026-03-04T17:32:46.048Z Downloaded http v1.4.0
8032026-03-04T17:32:46.051Z Downloaded memchr v2.8.0
8042026-03-04T17:32:46.055Z Downloaded libgit2-sys v0.18.3+1.9.2
8052026-03-04T17:32:46.107Z Downloaded parking_lot_core v0.9.12
8062026-03-04T17:32:46.110Z Downloaded parking_lot v0.12.5
8072026-03-04T17:32:46.113Z Downloaded progenitor-macro v0.13.0
8082026-03-04T17:32:46.113Z Downloaded progenitor-extras v0.1.0
8092026-03-04T17:32:46.113Z Downloaded pkg-config v0.3.32
8102026-03-04T17:32:46.116Z Downloaded pkcs1 v0.7.5
8112026-03-04T17:32:46.116Z Downloaded pin-project-lite v0.2.17
8122026-03-04T17:32:46.121Z Downloaded papergrid v0.11.0
8132026-03-04T17:32:46.125Z Downloaded hashbrown v0.13.2
8142026-03-04T17:32:46.128Z Downloaded proc-macro-error v1.0.4
8152026-03-04T17:32:46.131Z Downloaded pest_generator v2.8.6
8162026-03-04T17:32:46.134Z Downloaded pem v3.0.6
8172026-03-04T17:32:46.134Z Downloaded peg-macros v0.8.5
8182026-03-04T17:32:46.134Z Downloaded peg v0.8.5
8192026-03-04T17:32:46.157Z Downloaded pbkdf2 v0.12.2
8202026-03-04T17:32:46.161Z Downloaded libbz2-rs-sys v0.2.2
8212026-03-04T17:32:46.161Z Downloaded jiff-static v0.2.21
8222026-03-04T17:32:46.161Z Downloaded pin-project-internal v1.1.11
8232026-03-04T17:32:46.161Z Downloaded log v0.4.29
8242026-03-04T17:32:46.161Z Downloaded precomputed-hash v0.1.1
8252026-03-04T17:32:46.161Z Downloaded partial-io v0.5.4
8262026-03-04T17:32:46.161Z Downloaded packed_struct v0.10.1
8272026-03-04T17:32:46.161Z Downloaded owo-colors v4.3.0
8282026-03-04T17:32:46.161Z Downloaded heapless v0.7.17
8292026-03-04T17:32:46.161Z Downloaded headers v0.4.1
8302026-03-04T17:32:46.161Z Downloaded phf_shared v0.12.1
8312026-03-04T17:32:46.161Z Downloaded oxide-tokio-rt v0.1.2
8322026-03-04T17:32:46.164Z Downloaded pretty-hex v0.4.1
8332026-03-04T17:32:46.164Z Downloaded predicates-core v1.0.10
8342026-03-04T17:32:46.164Z Downloaded plotters-backend v0.3.7
8352026-03-04T17:32:46.164Z Downloaded knuffel v3.2.0
8362026-03-04T17:32:46.167Z Downloaded paste v1.0.15
8372026-03-04T17:32:46.170Z Downloaded password-hash v0.5.0
8382026-03-04T17:32:46.170Z Downloaded password-hash v0.4.2
8392026-03-04T17:32:46.173Z Downloaded num_enum_derive v0.7.5
8402026-03-04T17:32:46.173Z Downloaded num_enum v0.7.5
8412026-03-04T17:32:46.177Z Downloaded memmap2 v0.9.10
8422026-03-04T17:32:46.180Z Downloaded num-integer v0.1.46
8432026-03-04T17:32:46.180Z Downloaded phf_shared v0.11.3
8442026-03-04T17:32:46.183Z Downloaded nu-ansi-term v0.50.3
8452026-03-04T17:32:46.183Z Downloaded indicatif v0.18.4
8462026-03-04T17:32:46.186Z Downloaded dropshot-api-manager v0.5.2
8472026-03-04T17:32:46.189Z Downloaded parse-display v0.10.0
8482026-03-04T17:32:46.192Z Downloaded owo-colors v3.5.0
8492026-03-04T17:32:46.192Z Downloaded cc v1.2.56
8502026-03-04T17:32:46.195Z Downloaded packed_struct_codegen v0.10.1
8512026-03-04T17:32:46.198Z Downloaded ipnetwork v0.21.1
8522026-03-04T17:32:46.198Z Downloaded icu_normalizer_data v2.1.1
8532026-03-04T17:32:46.201Z Downloaded icu_normalizer v2.1.1
8542026-03-04T17:32:46.204Z Downloaded flume v0.11.1
8552026-03-04T17:32:46.208Z Downloaded expectorate v1.2.0
8562026-03-04T17:32:46.208Z Downloaded base64 v0.21.7
8572026-03-04T17:32:46.211Z Downloaded pathdiff v0.2.3
8582026-03-04T17:32:46.214Z Downloaded backtrace v0.3.76
8592026-03-04T17:32:46.217Z Downloaded num_enum v0.5.11
8602026-03-04T17:32:46.220Z Downloaded multer v3.1.0
8612026-03-04T17:32:46.223Z Downloaded md-5 v0.10.6
8622026-03-04T17:32:46.226Z Downloaded half v2.7.1
8632026-03-04T17:32:46.226Z Downloaded ingot-macros v0.1.1
8642026-03-04T17:32:46.229Z Downloaded mime_guess v2.0.5
8652026-03-04T17:32:46.229Z Downloaded getrandom v0.4.1
8662026-03-04T17:32:46.232Z Downloaded aes-gcm v0.10.3
8672026-03-04T17:32:46.235Z Downloaded num-derive v0.3.3
8682026-03-04T17:32:46.238Z Downloaded litrs v1.0.0
8692026-03-04T17:32:46.238Z Downloaded litemap v0.8.1
8702026-03-04T17:32:46.241Z Downloaded linkme-impl v0.3.35
8712026-03-04T17:32:46.241Z Downloaded humantime v2.3.0
8722026-03-04T17:32:46.244Z Downloaded httptest v0.16.4
8732026-03-04T17:32:46.247Z Downloaded libsw-core v0.3.2
8742026-03-04T17:32:46.247Z Downloaded libsw v3.5.0
8752026-03-04T17:32:46.249Z Downloaded indexmap v1.9.3
8762026-03-04T17:32:46.254Z Downloaded ar_archive_writer v0.5.1
8772026-03-04T17:32:46.257Z Downloaded olpc-cjson v0.1.4
8782026-03-04T17:32:46.257Z Downloaded der v0.7.10
8792026-03-04T17:32:46.260Z Downloaded kstat-rs v0.2.4
8802026-03-04T17:32:46.260Z Downloaded knuffel-derive v3.2.0
8812026-03-04T17:32:46.263Z Downloaded icu_properties v2.1.2
8822026-03-04T17:32:46.263Z Downloaded fancy-regex v0.14.0
8832026-03-04T17:32:46.266Z Downloaded newtype_derive v0.1.6
8842026-03-04T17:32:46.266Z Downloaded newtype-uuid-macros v0.1.0
8852026-03-04T17:32:46.269Z Downloaded nanorand v0.7.0
8862026-03-04T17:32:46.272Z Downloaded native-tls v0.2.18
8872026-03-04T17:32:46.272Z Downloaded ipnet v2.11.0
8882026-03-04T17:32:46.275Z Downloaded hickory-client v0.25.2
8892026-03-04T17:32:46.275Z Downloaded lock_api v0.4.14
8902026-03-04T17:32:46.278Z Downloaded base64 v0.22.1
8912026-03-04T17:32:46.281Z Downloaded memoffset v0.9.1
8922026-03-04T17:32:46.281Z Downloaded mime v0.3.17
8932026-03-04T17:32:46.281Z Downloaded half v1.8.3
8942026-03-04T17:32:46.284Z Downloaded crypto-bigint v0.5.5
8952026-03-04T17:32:46.288Z Downloaded darling_core v0.20.11
8962026-03-04T17:32:46.292Z Downloaded lzss v0.8.2
8972026-03-04T17:32:46.296Z Downloaded linkme v0.3.35
8982026-03-04T17:32:46.298Z Downloaded libloading v0.8.9
8992026-03-04T17:32:46.301Z Downloaded maplit v1.0.2
9002026-03-04T17:32:46.301Z Downloaded managed v0.8.0
9012026-03-04T17:32:46.301Z Downloaded macaddr v1.0.1
9022026-03-04T17:32:46.304Z Downloaded lru-slab v0.1.2
9032026-03-04T17:32:46.304Z Downloaded hyper-rustls v0.27.7
9042026-03-04T17:32:46.307Z Downloaded getrandom v0.3.4
9052026-03-04T17:32:46.312Z Downloaded futures-channel v0.3.32
9062026-03-04T17:32:46.312Z Downloaded fs_extra v1.3.0
9072026-03-04T17:32:46.315Z Downloaded libscf-sys v1.1.0
9082026-03-04T17:32:46.315Z Downloaded hmac v0.12.1
9092026-03-04T17:32:46.315Z Downloaded ingot-types v0.1.2
9102026-03-04T17:32:46.315Z Downloaded futures v0.3.32
9112026-03-04T17:32:46.319Z Downloaded elliptic-curve v0.13.8
9122026-03-04T17:32:46.323Z Downloaded indoc v2.0.7
9132026-03-04T17:32:46.326Z Downloaded arc-swap v1.8.2
9142026-03-04T17:32:46.329Z Downloaded darling_core v0.21.3
9152026-03-04T17:32:46.333Z Downloaded compact_str v0.8.1
9162026-03-04T17:32:46.336Z Downloaded const_format v0.2.35
9172026-03-04T17:32:46.340Z Downloaded allocator-api2 v0.2.21
9182026-03-04T17:32:46.343Z Downloaded indent_write v2.2.0
9192026-03-04T17:32:46.343Z Downloaded hubpack_derive v0.1.1
9202026-03-04T17:32:46.346Z Downloaded git-stub-vcs v0.1.0
9212026-03-04T17:32:46.346Z Downloaded getrandom v0.2.17
9222026-03-04T17:32:46.349Z Downloaded futures-timer v3.0.3
9232026-03-04T17:32:46.349Z Downloaded fatfs v0.3.6
9242026-03-04T17:32:46.352Z Downloaded errno v0.3.14
9252026-03-04T17:32:46.352Z Downloaded diesel_derives v2.2.7
9262026-03-04T17:32:46.355Z Downloaded is_terminal_polyfill v1.70.2
9272026-03-04T17:32:46.360Z Downloaded is_ci v1.2.0
9282026-03-04T17:32:46.360Z Downloaded is-terminal v0.4.17
9292026-03-04T17:32:46.360Z Downloaded http-body v1.0.1
9302026-03-04T17:32:46.363Z Downloaded highway v1.3.0
9312026-03-04T17:32:46.363Z Downloaded diff v0.1.13
9322026-03-04T17:32:46.363Z Downloaded indoc v1.0.9
9332026-03-04T17:32:46.367Z Downloaded httpdate v1.0.3
9342026-03-04T17:32:46.367Z Downloaded hostname v0.3.1
9352026-03-04T17:32:46.370Z Downloaded bytecount v0.6.9
9362026-03-04T17:32:46.370Z Downloaded blake2 v0.10.6
9372026-03-04T17:32:46.373Z Downloaded group v0.13.0
9382026-03-04T17:32:46.374Z Downloaded globset v0.4.18
9392026-03-04T17:32:46.374Z Downloaded bzip2 v0.6.1
9402026-03-04T17:32:46.377Z Downloaded headers-core v0.3.0
9412026-03-04T17:32:46.377Z Downloaded glob v0.3.3
9422026-03-04T17:32:46.377Z Downloaded derive_more v0.99.20
9432026-03-04T17:32:46.380Z Downloaded http-range v0.1.5
9442026-03-04T17:32:46.383Z Downloaded ff v0.13.1
9452026-03-04T17:32:46.383Z Downloaded chacha20 v0.10.0
9462026-03-04T17:32:46.386Z Downloaded find-msvc-tools v0.1.9
9472026-03-04T17:32:46.386Z Downloaded darling v0.23.0
9482026-03-04T17:32:46.390Z Downloaded cancel-safe-futures v0.1.5
9492026-03-04T17:32:46.393Z Downloaded bzip2 v0.4.4
9502026-03-04T17:32:46.396Z Downloaded async-lock v3.4.2
9512026-03-04T17:32:46.396Z Downloaded async-bb8-diesel v0.2.1
9522026-03-04T17:32:46.399Z Downloaded addr2line v0.25.1
9532026-03-04T17:32:46.406Z Downloaded cargo-util-schemas v0.8.2
9542026-03-04T17:32:46.406Z Downloaded backon v1.6.0
9552026-03-04T17:32:46.409Z Downloaded heck v0.5.0
9562026-03-04T17:32:46.409Z Downloaded git-stub v1.0.0
9572026-03-04T17:32:46.409Z Downloaded gethostname v0.5.0
9582026-03-04T17:32:46.409Z Downloaded fs-err v2.11.0
9592026-03-04T17:32:46.409Z Downloaded des v0.8.1
9602026-03-04T17:32:46.409Z Downloaded erased-serde v0.4.9
9612026-03-04T17:32:46.412Z Downloaded erased-serde v0.3.31
9622026-03-04T17:32:46.416Z Downloaded crossbeam-channel v0.5.15
9632026-03-04T17:32:46.419Z Downloaded console v0.16.2
9642026-03-04T17:32:46.419Z Downloaded chumsky v0.9.3
9652026-03-04T17:32:46.422Z Downloaded ed25519 v2.2.3
9662026-03-04T17:32:46.426Z Downloaded ecdsa v0.16.9
9672026-03-04T17:32:46.426Z Downloaded bytes v1.11.1
9682026-03-04T17:32:46.429Z Downloaded derive-ex v0.1.8
9692026-03-04T17:32:46.429Z Downloaded futures-task v0.3.32
9702026-03-04T17:32:46.432Z Downloaded foldhash v0.2.0
9712026-03-04T17:32:46.432Z Downloaded darling v0.20.11
9722026-03-04T17:32:46.435Z Downloaded const-oid v0.9.6
9732026-03-04T17:32:46.438Z Downloaded ahash v0.8.12
9742026-03-04T17:32:46.441Z Downloaded derive_builder v0.20.2
9752026-03-04T17:32:46.444Z Downloaded clap v4.5.60
9762026-03-04T17:32:46.450Z Downloaded ghash v0.5.1
9772026-03-04T17:32:46.455Z Downloaded futures-macro v0.3.32
9782026-03-04T17:32:46.455Z Downloaded foldhash v0.1.5
9792026-03-04T17:32:46.455Z Downloaded derive-where v1.6.0
9802026-03-04T17:32:46.458Z Downloaded colored v2.2.0
9812026-03-04T17:32:46.458Z Downloaded cfg-expr v0.20.6
9822026-03-04T17:32:46.461Z Downloaded filetime v0.2.27
9832026-03-04T17:32:46.464Z Downloaded env_logger v0.11.9
9842026-03-04T17:32:46.465Z Downloaded float-ord v0.3.2
9852026-03-04T17:32:46.465Z Downloaded float-cmp v0.10.0
9862026-03-04T17:32:46.468Z Downloaded flagset v0.4.7
9872026-03-04T17:32:46.468Z Downloaded fixedbitset v0.4.2
9882026-03-04T17:32:46.468Z Downloaded fxhash v0.2.1
9892026-03-04T17:32:46.471Z Downloaded cookie_store v0.22.1
9902026-03-04T17:32:46.471Z Downloaded console v0.15.11
9912026-03-04T17:32:46.474Z Downloaded futures-core v0.3.32
9922026-03-04T17:32:46.474Z Downloaded funty v2.0.0
9932026-03-04T17:32:46.477Z Downloaded diesel-dtrace v0.4.2
9942026-03-04T17:32:46.477Z Downloaded assert_cmd v2.1.2
9952026-03-04T17:32:46.477Z Downloaded const_format_proc_macros v0.2.34
9962026-03-04T17:32:46.480Z Downloaded cargo_metadata v0.19.2
9972026-03-04T17:32:46.480Z Downloaded foreign-types-shared v0.3.1
9982026-03-04T17:32:46.483Z Downloaded foreign-types-shared v0.1.1
9992026-03-04T17:32:46.483Z Downloaded crossbeam-utils v0.8.21
10002026-03-04T17:32:46.486Z Downloaded bit-vec v0.6.3
10012026-03-04T17:32:46.486Z Downloaded base64ct v1.8.3
10022026-03-04T17:32:46.489Z Downloaded either v1.15.0
10032026-03-04T17:32:46.489Z Downloaded crc32fast v1.5.0
10042026-03-04T17:32:46.489Z Downloaded crc-any v2.5.0
10052026-03-04T17:32:46.492Z Downloaded camino-tempfile-ext v0.3.3
10062026-03-04T17:32:46.492Z Downloaded async-trait v0.1.89
10072026-03-04T17:32:46.496Z Downloaded assert-json-diff v2.0.2
10082026-03-04T17:32:46.499Z Downloaded foreign-types v0.3.2
10092026-03-04T17:32:46.499Z Downloaded daft-derive v0.1.5
10102026-03-04T17:32:46.502Z Downloaded ctr v0.9.2
10112026-03-04T17:32:46.502Z Downloaded cargo-platform v0.1.9
10122026-03-04T17:32:46.505Z Downloaded buf-list v1.1.2
10132026-03-04T17:32:46.505Z Downloaded bcs v0.1.6
10142026-03-04T17:32:46.508Z Downloaded autocfg v1.5.0
10152026-03-04T17:32:46.508Z Downloaded derive_builder_core v0.20.2
10162026-03-04T17:32:46.511Z Downloaded chacha20 v0.9.1
10172026-03-04T17:32:46.512Z Downloaded digest v0.10.7
10182026-03-04T17:32:46.515Z Downloaded data-encoding v2.10.0
10192026-03-04T17:32:46.515Z Downloaded concurrent-queue v2.5.0
10202026-03-04T17:32:46.515Z Downloaded cmake v0.1.57
10212026-03-04T17:32:46.518Z Downloaded datatest-stable v0.3.3
10222026-03-04T17:32:46.521Z Downloaded daft v0.1.5
10232026-03-04T17:32:46.521Z Downloaded clang-sys v1.8.1
10242026-03-04T17:32:46.524Z Downloaded dyn-clone v1.0.20
10252026-03-04T17:32:46.524Z Downloaded dunce v1.0.5
10262026-03-04T17:32:46.527Z Downloaded bitflags v2.11.0
10272026-03-04T17:32:46.530Z Downloaded cargo_toml v0.22.3
10282026-03-04T17:32:46.530Z Downloaded anyhow v1.0.102
10292026-03-04T17:32:46.533Z Downloaded escape8259 v0.5.3
10302026-03-04T17:32:46.534Z Downloaded blake2b_simd v1.0.4
10312026-03-04T17:32:46.537Z Downloaded bitflags v1.3.2
10322026-03-04T17:32:46.540Z Downloaded bit-vec v0.8.0
10332026-03-04T17:32:46.540Z Downloaded argon2 v0.5.3
10342026-03-04T17:32:46.540Z Downloaded anstyle-parse v0.2.7
10352026-03-04T17:32:46.543Z Downloaded env_filter v1.0.0
10362026-03-04T17:32:46.543Z Downloaded endian-type v0.1.2
10372026-03-04T17:32:46.543Z Downloaded embedded-io v0.4.0
10382026-03-04T17:32:46.546Z Downloaded dirs-next v2.0.0
10392026-03-04T17:32:46.546Z Downloaded cargo_metadata v0.23.1
10402026-03-04T17:32:46.549Z Downloaded bitfield v0.19.4
10412026-03-04T17:32:46.549Z Downloaded criterion-plot v0.6.0
10422026-03-04T17:32:46.549Z Downloaded clap_derive v4.5.55
10432026-03-04T17:32:46.552Z Downloaded chacha20poly1305 v0.10.1
10442026-03-04T17:32:46.553Z Downloaded cfg_aliases v0.2.1
10452026-03-04T17:32:46.556Z Downloaded dof v0.4.0
10462026-03-04T17:32:46.556Z Downloaded corncobs v0.1.4
10472026-03-04T17:32:46.556Z Downloaded cobs v0.3.0
10482026-03-04T17:32:46.556Z Downloaded aead v0.5.2
10492026-03-04T17:32:46.560Z Downloaded atty v0.2.14
10502026-03-04T17:32:46.560Z Downloaded difflib v0.4.0
10512026-03-04T17:32:46.560Z Downloaded derive_builder_macro v0.20.2
10522026-03-04T17:32:46.563Z Downloaded crunchy v0.2.4
10532026-03-04T17:32:46.563Z Downloaded block-padding v0.3.3
10542026-03-04T17:32:46.563Z Downloaded async-stream v0.3.6
10552026-03-04T17:32:46.563Z Downloaded ascii-canvas v3.0.0
10562026-03-04T17:32:46.566Z Downloaded defmt-parser v1.0.0
10572026-03-04T17:32:46.566Z Downloaded defmt v0.3.100
10582026-03-04T17:32:46.566Z Downloaded darling_macro v0.23.0
10592026-03-04T17:32:46.566Z Downloaded darling_macro v0.20.11
10602026-03-04T17:32:46.569Z Downloaded atomic-waker v1.1.2
10612026-03-04T17:32:46.569Z Downloaded crucible-workspace-hack v0.1.0
10622026-03-04T17:32:46.569Z Downloaded async-object-pool v0.2.0
10632026-03-04T17:32:46.569Z Downloaded crossbeam-deque v0.8.6
10642026-03-04T17:32:46.572Z Downloaded constant_time_eq v0.3.1
10652026-03-04T17:32:46.572Z Downloaded ciborium-ll v0.2.2
10662026-03-04T17:32:46.572Z Downloaded ciborium v0.2.2
10672026-03-04T17:32:46.575Z Downloaded csv-core v0.1.13
10682026-03-04T17:32:46.575Z Downloaded constant_time_eq v0.4.2
10692026-03-04T17:32:46.579Z Downloaded backoff v0.4.0
10702026-03-04T17:32:46.579Z Downloaded arrayvec v0.7.6
10712026-03-04T17:32:46.581Z Downloaded anstyle v1.0.13
10722026-03-04T17:32:46.581Z Downloaded anstream v0.6.21
10732026-03-04T17:32:46.584Z Downloaded byteorder v1.5.0
10742026-03-04T17:32:46.585Z Downloaded blowfish v0.9.1
10752026-03-04T17:32:46.587Z Downloaded anes v0.1.6
10762026-03-04T17:32:46.587Z Downloaded colorchoice v1.0.4
10772026-03-04T17:32:46.591Z Downloaded bit-set v0.8.0
10782026-03-04T17:32:46.591Z Downloaded convert_case v0.10.0
10792026-03-04T17:32:46.591Z Downloaded adler2 v2.0.1
10802026-03-04T17:32:46.594Z Downloaded cargo-platform v0.2.0
10812026-03-04T17:32:46.594Z Downloaded array-init v0.0.4
10822026-03-04T17:32:46.594Z Downloaded cfg_aliases v0.1.1
10832026-03-04T17:32:46.597Z Downloaded cargo_metadata v0.21.0
10842026-03-04T17:32:46.597Z Downloaded bit-set v0.5.3
10852026-03-04T17:32:46.597Z Downloaded cpufeatures v0.3.0
10862026-03-04T17:32:46.601Z Downloaded cpufeatures v0.2.17
10872026-03-04T17:32:46.602Z Downloaded camino-tempfile v1.4.1
10882026-03-04T17:32:46.602Z Downloaded ciborium-io v0.2.2
10892026-03-04T17:32:46.602Z Downloaded base16ct v0.2.0
10902026-03-04T17:32:46.605Z Downloaded anstyle-query v1.1.5
10912026-03-04T17:32:46.605Z Downloaded crc-catalog v2.4.0
10922026-03-04T17:32:46.605Z Downloaded convert_case v0.4.0
10932026-03-04T17:32:46.605Z Downloaded cast v0.3.0
10942026-03-04T17:32:46.605Z Downloaded block-buffer v0.10.4
10952026-03-04T17:32:46.608Z Downloaded backtrace-ext v0.2.1
10962026-03-04T17:32:46.608Z Downloaded castaway v0.2.4
10972026-03-04T17:32:46.608Z Downloaded cargo-platform v0.3.2
10982026-03-04T17:32:46.611Z Downloaded assert_matches v1.5.0
10992026-03-04T17:32:46.611Z Downloaded bcrypt-pbkdf v0.10.0
11002026-03-04T17:32:46.611Z Downloaded approx v0.5.1
11012026-03-04T17:32:46.614Z Downloaded atomicwrites v0.4.4
11022026-03-04T17:32:46.614Z Downloaded arrayref v0.3.9
11032026-03-04T17:32:46.966Z Downloaded aws-lc-sys v0.37.1
11042026-03-04T17:32:47.494Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
11052026-03-04T17:33:00.864Z Startup: Refreshing catalog 'helios-dev' ... Done
11062026-03-04T17:33:11.370Z Startup: Caching catalogs ... Done
11072026-03-04T17:33:35.268ZPlanning: Solver setup ... Done (22.101s)
11082026-03-04T17:33:35.433ZPlanning: Running solver ... Done (0.165s)
11092026-03-04T17:33:35.606ZPlanning: Finding local manifests ... Done (0.004s)
11102026-03-04T17:33:35.620ZPlanning: Fetching manifests: 0/4 0% complete
11112026-03-04T17:33:35.764ZPlanning: Fetching manifests: 4/4 100% complete
11122026-03-04T17:33:35.812ZPlanning: Package planning ... Done (0.048s)
11132026-03-04T17:33:35.862ZPlanning: Merging actions ... Done (0.049s)
11142026-03-04T17:33:36.192ZPlanning: Checking for conflicting actions ... Done (0.330s)
11152026-03-04T17:33:36.205ZPlanning: Consolidating action changes ... Done (0.011s)
11162026-03-04T17:33:38.605ZPlanning: Evaluating mediators ... Done (2.401s)
11172026-03-04T17:33:38.616ZPlanning: Planning completed in 27.08 seconds
11182026-03-04T17:33:38.630Z Packages to install: 4
11192026-03-04T17:33:38.630Z Mediators to change: 2
11202026-03-04T17:33:38.633Z Services to change: 1
11212026-03-04T17:33:38.633Z Estimated space available: 155.06 GB
11222026-03-04T17:33:38.633ZEstimated space to be consumed: 1.82 GB
11232026-03-04T17:33:38.633Z Create boot environment: No
11242026-03-04T17:33:38.633ZCreate backup boot environment: No
11252026-03-04T17:33:38.634Z Rebuild boot archive: No
11262026-03-04T17:33:38.634Z
11272026-03-04T17:33:38.634ZChanged mediators:
11282026-03-04T17:33:38.634Z mediator clang:
11292026-03-04T17:33:38.634Z version: None -> 15 (system default)
11302026-03-04T17:33:38.634Z
11312026-03-04T17:33:38.634Z mediator llvm:
11322026-03-04T17:33:38.634Z version: 14 (system default) -> 15 (system default)
11332026-03-04T17:33:38.634Z
11342026-03-04T17:33:38.634ZChanged packages:
11352026-03-04T17:33:38.634Zhelios-dev
11362026-03-04T17:33:38.634Z developer/build-essential
11372026-03-04T17:33:38.634Z None -> 11-2.0
11382026-03-04T17:33:38.634Z library/libxmlsec1
11392026-03-04T17:33:38.634Z None -> 1.2.35-2.0
11402026-03-04T17:33:38.634Z ooce/developer/clang-15
11412026-03-04T17:33:38.634Z None -> 15.0.7-2.0
11422026-03-04T17:33:38.634Z ooce/developer/llvm-15
11432026-03-04T17:33:38.634Z None -> 15.0.7-2.0
11442026-03-04T17:33:38.634Z
11452026-03-04T17:33:38.634ZServices:
11462026-03-04T17:33:38.634Z restart_fmri:
11472026-03-04T17:33:38.634Z svc:/system/update-man-index:default
11482026-03-04T17:33:38.752Z
11492026-03-04T17:33:38.752ZDownload: 0/3290 items 0.0/212.6MB 0% complete
11502026-03-04T17:33:43.797ZDownload: 2217/3290 items 118.5/212.6MB 55% complete (24.4M/s)
11512026-03-04T17:33:47.816ZDownload: Completed 212.60 MB in 9.06 seconds (23.5M/s)
11522026-03-04T17:33:48.116Z Actions: 1/3689 actions (Installing new actions)
11532026-03-04T17:33:52.822Z Actions: Completed 3689 actions in 4.71 seconds.
11542026-03-04T17:33:53.265Z Done (0.438s)
11552026-03-04T17:33:53.265Z Done (0.000s)
11562026-03-04T17:33:54.368Z Done (1.102s)
11572026-03-04T17:33:58.981Z Done (4.247s)
11582026-03-04T17:33:59.066Z Done (0.018s)
11592026-03-04T17:33:59.071Z Done (0.000s)
11602026-03-04T17:33:59.246Z Done (0.000s)
11612026-03-04T17:34:00.224ZPlanning: Evaluating mediator changes ... Done
11622026-03-04T17:34:00.389ZPlanning: Checking for conflicting actions ... Done
11632026-03-04T17:34:00.392ZPlanning: Consolidating action changes ... Done
11642026-03-04T17:34:00.662ZPlanning: Evaluating mediators ... Done
11652026-03-04T17:34:00.665ZPlanning: Planning completed in 0.44 seconds
11662026-03-04T17:34:00.696Z Mediators to change: 2
11672026-03-04T17:34:00.699Z Create boot environment: No
11682026-03-04T17:34:00.699ZCreate backup boot environment: No
11692026-03-04T17:34:00.789Z Done
11702026-03-04T17:34:00.789Z Done
11712026-03-04T17:34:01.595Z Done
11722026-03-04T17:34:05.273Z Done
11732026-03-04T17:34:05.364Z Done
11742026-03-04T17:34:05.368Z Done
11752026-03-04T17:34:05.518Z Done
11762026-03-04T17:34:06.166ZPlanning: Evaluating mediator changes ... Done
11772026-03-04T17:34:06.171ZPlanning: Merging actions ... Done
11782026-03-04T17:34:06.345ZPlanning: Checking for conflicting actions ... Done
11792026-03-04T17:34:06.349ZPlanning: Consolidating action changes ... Done
11802026-03-04T17:34:06.623ZPlanning: Evaluating mediators ... Done
11812026-03-04T17:34:06.681ZPlanning: Planning completed in 0.79 seconds
11822026-03-04T17:34:06.717Z Packages to change: 1
11832026-03-04T17:34:06.718Z Mediators to change: 1
11842026-03-04T17:34:06.721Z Services to change: 1
11852026-03-04T17:34:06.721Z Create boot environment: No
11862026-03-04T17:34:06.721ZCreate backup boot environment: Yes
11872026-03-04T17:34:09.336Z Actions: 1/6 actions (Updating modified actions)
11882026-03-04T17:34:09.340Z Actions: Completed 6 actions in 0.00 seconds.
11892026-03-04T17:34:09.340Z Done
11902026-03-04T17:34:09.340Z Done
11912026-03-04T17:34:09.560Z Done
11922026-03-04T17:34:13.279Z Done
11932026-03-04T17:34:13.371Z Done
11942026-03-04T17:34:13.374Z Done
11952026-03-04T17:34:13.527Z Done
11962026-03-04T17:34:13.970ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
11972026-03-04T17:34:13.970Zclang system 15 system
11982026-03-04T17:34:13.970Zcsh system system illumos
11992026-03-04T17:34:13.970Zctags system system illumos
12002026-03-04T17:34:13.970Zfile system system illumos
12012026-03-04T17:34:13.970Zgcc vendor 12 vendor
12022026-03-04T17:34:13.970Zgcc system 10 system
12032026-03-04T17:34:13.970Zgcc system 7 system
12042026-03-04T17:34:13.970Zgo system 1.20 system
12052026-03-04T17:34:13.970Zgo system 1.19 system
12062026-03-04T17:34:13.971Zllvm system 15 system
12072026-03-04T17:34:13.971Zllvm system 14 system
12082026-03-04T17:34:13.971Zmariadb system 10.6 system
12092026-03-04T17:34:13.971Zmta vendor vendor dma
12102026-03-04T17:34:13.971Zopenjdk system 17 system
12112026-03-04T17:34:13.971Zopenjdk system 11 system
12122026-03-04T17:34:13.971Zopenjdk system 1.8 system
12132026-03-04T17:34:13.971Zopenssl vendor 3 vendor
12142026-03-04T17:34:13.971Zperl system 5.36 system
12152026-03-04T17:34:13.971Zpostgresql system 15 system
12162026-03-04T17:34:13.971Zpostgresql system 13 system
12172026-03-04T17:34:13.971Zpython vendor 3 vendor
12182026-03-04T17:34:13.971Zpython system 2 system
12192026-03-04T17:34:13.971Zpython3 system 3.11 system
12202026-03-04T17:34:13.971Zruby system 3.0 system
12212026-03-04T17:34:13.971Zwords vendor vendor american-english
12222026-03-04T17:34:13.971Zwords system system australian-english
12232026-03-04T17:34:13.971Zwords system system british-english
12242026-03-04T17:34:13.971Zwords system system canadian-english
12252026-03-04T17:34:13.971Zwords system system french
12262026-03-04T17:34:13.971Zwords system system italian
12272026-03-04T17:34:13.971Zwords system system ngerman
12282026-03-04T17:34:13.971Zwords system system ogerman
12292026-03-04T17:34:13.971Zwords system system spanish
12302026-03-04T17:34:14.318ZPUBLISHER TYPE STATUS P LOCATION
12312026-03-04T17:34:14.318Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
12322026-03-04T17:34:20.914ZFMRI IFO
12332026-03-04T17:34:20.914Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
12342026-03-04T17:34:20.914Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
12352026-03-04T17:34:20.915Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
12362026-03-04T17:34:20.915Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
12372026-03-04T17:34:20.915Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
12382026-03-04T17:34:20.915Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
12392026-03-04T17:34:20.915Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
12402026-03-04T17:34:20.915Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
12412026-03-04T17:34:20.915Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
12422026-03-04T17:34:20.915Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
12432026-03-04T17:34:20.915Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
12442026-03-04T17:34:20.915Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
12452026-03-04T17:34:20.915Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
12462026-03-04T17:34:20.915Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
12472026-03-04T17:34:20.916Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
12482026-03-04T17:34:20.916Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
12492026-03-04T17:34:22.648Z Downloading crates ...
12502026-03-04T17:34:22.734Z Downloaded cargo_toml v0.21.0
12512026-03-04T17:34:22.800Z Compiling proc-macro2 v1.0.106
12522026-03-04T17:34:22.803Z Compiling unicode-ident v1.0.24
12532026-03-04T17:34:22.803Z Compiling quote v1.0.44
12542026-03-04T17:34:22.803Z Compiling serde_core v1.0.228
12552026-03-04T17:34:22.803Z Compiling libc v0.2.180
12562026-03-04T17:34:22.803Z Compiling version_check v0.9.5
12572026-03-04T17:34:22.803Z Compiling serde v1.0.228
12582026-03-04T17:34:22.803Z Compiling stable_deref_trait v1.2.1
12592026-03-04T17:34:23.095Z Compiling memchr v2.8.0
12602026-03-04T17:34:23.152Z Compiling zmij v1.0.21
12612026-03-04T17:34:23.598Z Compiling itoa v1.0.17
12622026-03-04T17:34:23.644Z Compiling autocfg v1.5.0
12632026-03-04T17:34:23.919Z Compiling ucd-trie v0.1.7
12642026-03-04T17:34:24.211Z Compiling thiserror v1.0.69
12652026-03-04T17:34:24.377Z Compiling pest v2.8.6
12662026-03-04T17:34:24.397Z Compiling writeable v0.6.2
12672026-03-04T17:34:24.516Z Compiling litemap v0.8.1
12682026-03-04T17:34:24.779Z Compiling rustix v1.1.3
12692026-03-04T17:34:24.854Z Compiling icu_normalizer_data v2.1.1
12702026-03-04T17:34:25.185Z Compiling icu_properties_data v2.1.2
12712026-03-04T17:34:25.265Z Compiling byteorder v1.5.0
12722026-03-04T17:34:25.526Z Compiling syn v2.0.117
12732026-03-04T17:34:25.659Z Compiling errno v0.3.14
12742026-03-04T17:34:25.717Z Compiling bitflags v2.11.0
12752026-03-04T17:34:25.720Z Compiling serde_json v1.0.149
12762026-03-04T17:34:25.914Z Compiling num-traits v0.2.19
12772026-03-04T17:34:26.125Z Compiling equivalent v1.0.2
12782026-03-04T17:34:26.141Z Compiling smallvec v1.15.1
12792026-03-04T17:34:26.254Z Compiling typeid v1.0.3
12802026-03-04T17:34:26.500Z Compiling hashbrown v0.16.1
12812026-03-04T17:34:26.987Z Compiling pest_meta v2.8.6
12822026-03-04T17:34:26.988Z Compiling thread-id v4.2.2
12832026-03-04T17:34:26.991Z Compiling usdt-impl v0.5.0
12842026-03-04T17:34:27.305Z Compiling proc-macro-error-attr v1.0.4
12852026-03-04T17:34:27.390Z Compiling winnow v0.7.14
12862026-03-04T17:34:27.635Z Compiling indexmap v2.13.0
12872026-03-04T17:34:27.684Z Compiling toml_write v0.1.2
12882026-03-04T17:34:28.083Z Compiling erased-serde v0.4.9
12892026-03-04T17:34:28.312Z Compiling syn v1.0.109
12902026-03-04T17:34:29.311Z Compiling proc-macro-error v1.0.4
12912026-03-04T17:34:29.335Z Compiling percent-encoding v2.3.2
12922026-03-04T17:34:29.645Z Compiling camino v1.2.2
12932026-03-04T17:34:29.681Z Compiling getrandom v0.4.1
12942026-03-04T17:34:30.274Z Compiling utf8_iter v1.0.4
12952026-03-04T17:34:30.410Z Compiling thiserror v2.0.18
12962026-03-04T17:34:30.517Z Compiling utf8parse v0.2.2
12972026-03-04T17:34:30.704Z Compiling plain v0.2.3
12982026-03-04T17:34:30.855Z Compiling log v0.4.29
12992026-03-04T17:34:30.885Z Compiling ordered-float v2.10.1
13002026-03-04T17:34:31.042Z Compiling anstyle-parse v0.2.7
13012026-03-04T17:34:31.223Z Compiling form_urlencoded v1.2.2
13022026-03-04T17:34:31.442Z Compiling terminal_size v0.4.3
13032026-03-04T17:34:31.497Z Compiling anstyle v1.0.13
13042026-03-04T17:34:31.521Z Compiling cfg-if v1.0.4
13052026-03-04T17:34:31.632Z Compiling anstyle-query v1.1.5
13062026-03-04T17:34:31.660Z Compiling is_terminal_polyfill v1.70.2
13072026-03-04T17:34:31.795Z Compiling colorchoice v1.0.4
13082026-03-04T17:34:31.810Z Compiling pretty-hex v0.4.1
13092026-03-04T17:34:31.936Z Compiling anstream v0.6.21
13102026-03-04T17:34:32.057Z Compiling semver v1.0.27
13112026-03-04T17:34:32.236Z Compiling synstructure v0.13.2
13122026-03-04T17:34:32.322Z Compiling pest_generator v2.8.6
13132026-03-04T17:34:32.551Z Compiling serde-untagged v0.1.9
13142026-03-04T17:34:32.731Z Compiling fs-err v3.3.0
13152026-03-04T17:34:32.919Z Compiling unicode-xid v0.2.6
13162026-03-04T17:34:33.018Z Compiling clap_lex v1.0.0
13172026-03-04T17:34:33.090Z Compiling unicode-width v0.1.14
13182026-03-04T17:34:33.116Z Compiling fnv v1.0.7
13192026-03-04T17:34:33.277Z Compiling heck v0.4.1
13202026-03-04T17:34:33.469Z Compiling strsim v0.11.1
13212026-03-04T17:34:33.645Z Compiling anyhow v1.0.102
13222026-03-04T17:34:33.661Z Compiling heck v0.5.0
13232026-03-04T17:34:33.763Z Compiling fastrand v2.3.0
13242026-03-04T17:34:34.173Z Compiling once_cell v1.21.3
13252026-03-04T17:34:34.201Z Compiling bytecount v0.6.9
13262026-03-04T17:34:34.260Z Compiling clap_builder v4.5.60
13272026-03-04T17:34:34.423Z Compiling papergrid v0.11.0
13282026-03-04T17:34:34.570Z Compiling tempfile v3.25.0
13292026-03-04T17:34:34.680Z Compiling memmap v0.7.0
13302026-03-04T17:34:34.814Z Compiling smawk v0.3.2
13312026-03-04T17:34:35.017Z Compiling unicode-width v0.2.0
13322026-03-04T17:34:35.054Z Compiling unicode-linebreak v0.1.5
13332026-03-04T17:34:35.376Z Compiling camino-tempfile v1.4.1
13342026-03-04T17:34:35.569Z Compiling textwrap v0.16.2
13352026-03-04T17:34:36.150Z Compiling swrite v0.1.0
13362026-03-04T17:34:36.296Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
13372026-03-04T17:34:36.601Z Compiling tabled_derive v0.7.0
13382026-03-04T17:34:36.883Z Compiling serde_derive v1.0.228
13392026-03-04T17:34:36.920Z Compiling zerofrom-derive v0.1.6
13402026-03-04T17:34:36.955Z Compiling yoke-derive v0.8.1
13412026-03-04T17:34:36.978Z Compiling zerovec-derive v0.11.2
13422026-03-04T17:34:37.063Z Compiling displaydoc v0.2.5
13432026-03-04T17:34:38.650Z Compiling thiserror-impl v1.0.69
13442026-03-04T17:34:38.674Z Compiling zerocopy-derive v0.7.35
13452026-03-04T17:34:39.615Z Compiling pest_derive v2.8.6
13462026-03-04T17:34:39.746Z Compiling scroll_derive v0.12.1
13472026-03-04T17:34:40.267Z Compiling zerofrom v0.1.6
13482026-03-04T17:34:40.432Z Compiling thiserror-impl v2.0.18
13492026-03-04T17:34:40.521Z Compiling yoke v0.8.1
13502026-03-04T17:34:40.592Z Compiling zerocopy v0.7.35
13512026-03-04T17:34:40.889Z Compiling zerovec v0.11.5
13522026-03-04T17:34:41.222Z Compiling zerotrie v0.2.3
13532026-03-04T17:34:41.714Z Compiling dtrace-parser v0.2.0
13542026-03-04T17:34:41.760Z Compiling scroll v0.12.0
13552026-03-04T17:34:41.839Z Compiling clap_derive v4.5.55
13562026-03-04T17:34:41.924Z Compiling tabled v0.15.0
13572026-03-04T17:34:42.059Z Compiling tinystr v0.8.2
13582026-03-04T17:34:42.313Z Compiling potential_utf v0.1.4
13592026-03-04T17:34:42.460Z Compiling icu_locale_core v2.1.1
13602026-03-04T17:34:42.598Z Compiling icu_collections v2.1.1
13612026-03-04T17:34:42.635Z Compiling goblin v0.8.2
13622026-03-04T17:34:44.165Z Compiling icu_provider v2.1.1
13632026-03-04T17:34:44.659Z Compiling icu_properties v2.1.2
13642026-03-04T17:34:44.659Z Compiling icu_normalizer v2.1.1
13652026-03-04T17:34:45.143Z Compiling clap v4.5.60
13662026-03-04T17:34:45.179Z Compiling dof v0.3.0
13672026-03-04T17:34:45.264Z Compiling toml_datetime v0.6.11
13682026-03-04T17:34:45.336Z Compiling serde_spanned v0.6.9
13692026-03-04T17:34:45.380Z Compiling serde_tokenstream v0.2.3
13702026-03-04T17:34:45.598Z Compiling toml_edit v0.22.27
13712026-03-04T17:34:45.700Z Compiling serde-value v0.7.0
13722026-03-04T17:34:45.992Z Compiling cargo-platform v0.2.0
13732026-03-04T17:34:46.078Z Compiling macaddr v1.0.1
13742026-03-04T17:34:46.786Z Compiling idna_adapter v1.2.1
13752026-03-04T17:34:46.874Z Compiling usdt-macro v0.5.0
13762026-03-04T17:34:46.975Z Compiling idna v1.1.0
13772026-03-04T17:34:46.990Z Compiling usdt-attr-macro v0.5.0
13782026-03-04T17:34:47.448Z Compiling url v2.5.8
13792026-03-04T17:34:48.739Z Compiling toml v0.8.23
13802026-03-04T17:34:49.433Z Compiling usdt v0.5.0
13812026-03-04T17:34:49.584Z Compiling cargo-util-schemas v0.8.2
13822026-03-04T17:34:49.602Z Compiling cargo_toml v0.21.0
13832026-03-04T17:34:51.098Z Compiling cargo_metadata v0.21.0
13842026-03-04T17:34:52.910Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
13852026-03-04T17:34:56.317Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.44s
13862026-03-04T17:34:56.403Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
13872026-03-04T17:34:57.547Z Compiling libc v0.2.180
13882026-03-04T17:34:57.547Z Compiling serde v1.0.228
13892026-03-04T17:34:57.550Z Compiling log v0.4.29
13902026-03-04T17:34:57.550Z Compiling find-msvc-tools v0.1.9
13912026-03-04T17:34:57.550Z Compiling shlex v1.3.0
13922026-03-04T17:34:57.550Z Compiling smallvec v1.15.1
13932026-03-04T17:34:57.705Z Compiling syn v2.0.117
13942026-03-04T17:34:57.718Z Compiling typenum v1.19.0
13952026-03-04T17:34:58.062Z Compiling generic-array v0.14.7
13962026-03-04T17:34:58.081Z Compiling subtle v2.6.1
13972026-03-04T17:34:58.130Z Compiling scopeguard v1.2.0
13982026-03-04T17:34:58.219Z Compiling portable-atomic v1.13.1
13992026-03-04T17:34:58.293Z Compiling lock_api v0.4.14
14002026-03-04T17:34:58.322Z Compiling const-oid v0.9.6
14012026-03-04T17:34:58.447Z Compiling critical-section v1.2.0
14022026-03-04T17:34:58.527Z Compiling zerocopy v0.8.40
14032026-03-04T17:34:58.682Z Compiling serde_json v1.0.149
14042026-03-04T17:34:58.777Z Compiling pin-project-lite v0.2.17
14052026-03-04T17:34:58.931Z Compiling parking_lot_core v0.9.12
14062026-03-04T17:34:59.432Z Compiling pkg-config v0.3.32
14072026-03-04T17:34:59.460Z Compiling libm v0.2.16
14082026-03-04T17:34:59.790Z Compiling getrandom v0.2.17
14092026-03-04T17:34:59.910Z Compiling jobserver v0.1.34
14102026-03-04T17:35:00.052Z Compiling rand_core v0.6.4
14112026-03-04T17:35:00.206Z Compiling errno v0.3.14
14122026-03-04T17:35:00.459Z Compiling cc v1.2.56
14132026-03-04T17:35:00.485Z Compiling once_cell v1.21.3
14142026-03-04T17:35:00.600Z Compiling signal-hook-registry v1.4.8
14152026-03-04T17:35:00.640Z Compiling mio v1.1.1
14162026-03-04T17:35:00.692Z Compiling parking_lot v0.12.5
14172026-03-04T17:35:00.857Z Compiling num-traits v0.2.19
14182026-03-04T17:35:00.885Z Compiling bitflags v2.11.0
14192026-03-04T17:35:01.175Z Compiling futures-core v0.3.32
14202026-03-04T17:35:01.441Z Compiling socket2 v0.6.2
14212026-03-04T17:35:01.464Z Compiling percent-encoding v2.3.2
14222026-03-04T17:35:01.484Z Compiling allocator-api2 v0.2.21
14232026-03-04T17:35:01.627Z Compiling futures-sink v0.3.32
14242026-03-04T17:35:01.698Z Compiling cpufeatures v0.2.17
14252026-03-04T17:35:01.805Z Compiling foldhash v0.2.0
14262026-03-04T17:35:01.827Z Compiling futures-channel v0.3.32
14272026-03-04T17:35:01.830Z Compiling futures-task v0.3.32
14282026-03-04T17:35:02.147Z Compiling hashbrown v0.16.1
14292026-03-04T17:35:02.151Z Compiling futures-io v0.3.32
14302026-03-04T17:35:02.209Z Compiling slab v0.4.12
14312026-03-04T17:35:02.266Z Compiling getrandom v0.4.1
14322026-03-04T17:35:02.317Z Compiling rustversion v1.0.22
14332026-03-04T17:35:02.461Z Compiling rand_core v0.10.0
14342026-03-04T17:35:02.530Z Compiling getrandom v0.3.4
14352026-03-04T17:35:02.777Z Compiling cmake v0.1.57
14362026-03-04T17:35:03.450Z Compiling indexmap v2.13.0
14372026-03-04T17:35:03.702Z Compiling form_urlencoded v1.2.2
14382026-03-04T17:35:04.020Z Compiling ident_case v1.0.1
14392026-03-04T17:35:04.153Z Compiling dunce v1.0.5
14402026-03-04T17:35:04.198Z Compiling base64ct v1.8.3
14412026-03-04T17:35:04.228Z Compiling fs_extra v1.3.0
14422026-03-04T17:35:04.315Z Compiling flagset v0.4.7
14432026-03-04T17:35:04.363Z Compiling rand_core v0.9.5
14442026-03-04T17:35:04.384Z Compiling rustix v1.1.3
14452026-03-04T17:35:04.555Z Compiling iana-time-zone v0.1.65
14462026-03-04T17:35:04.747Z Compiling aws-lc-sys v0.37.1
14472026-03-04T17:35:04.785Z Compiling pem-rfc7468 v0.7.0
14482026-03-04T17:35:04.912Z Compiling synstructure v0.13.2
14492026-03-04T17:35:04.935Z Compiling ring v0.17.14
14502026-03-04T17:35:04.954Z Compiling uuid v1.21.0
14512026-03-04T17:35:05.164Z Compiling rustc_version v0.4.1
14522026-03-04T17:35:05.384Z Compiling regex-syntax v0.8.10
14532026-03-04T17:35:05.448Z Compiling vcpkg v0.2.15
14542026-03-04T17:35:05.815Z Compiling aws-lc-rs v1.16.0
14552026-03-04T17:35:06.349Z Compiling tracing-core v0.1.36
14562026-03-04T17:35:06.416Z Compiling crossbeam-utils v0.8.21
14572026-03-04T17:35:07.013Z Compiling openssl-sys v0.9.111
14582026-03-04T17:35:07.040Z Compiling pest_generator v2.8.6
14592026-03-04T17:35:07.508Z Compiling serde_derive_internals v0.29.1
14602026-03-04T17:35:08.246Z Compiling openssl-probe v0.2.1
14612026-03-04T17:35:08.586Z Compiling syn v1.0.109
14622026-03-04T17:35:08.630Z Compiling base64 v0.22.1
14632026-03-04T17:35:09.094Z Compiling untrusted v0.9.0
14642026-03-04T17:35:09.220Z Compiling httparse v1.10.1
14652026-03-04T17:35:09.299Z Compiling schemars v0.8.22
14662026-03-04T17:35:09.319Z Compiling untrusted v0.7.1
14672026-03-04T17:35:09.616Z Compiling darling_core v0.20.11
14682026-03-04T17:35:09.643Z Compiling serde_derive v1.0.228
14692026-03-04T17:35:09.667Z Compiling zeroize_derive v1.4.3
14702026-03-04T17:35:09.904Z Compiling zerofrom-derive v0.1.6
14712026-03-04T17:35:10.646Z Compiling yoke-derive v0.8.1
14722026-03-04T17:35:10.919Z Compiling zeroize v1.8.2
14732026-03-04T17:35:11.019Z Compiling zerocopy-derive v0.8.40
14742026-03-04T17:35:11.590Z Compiling zerovec-derive v0.11.2
14752026-03-04T17:35:54.212Z Compiling crypto-common v0.1.7
14762026-03-04T17:35:54.399Z Compiling block-buffer v0.10.4
14772026-03-04T17:35:54.399Z Compiling zerofrom v0.1.6
14782026-03-04T17:35:54.399Z Compiling digest v0.10.7
14792026-03-04T17:35:54.399Z Compiling displaydoc v0.2.5
14802026-03-04T17:35:54.399Z Compiling yoke v0.8.1
14812026-03-04T17:35:54.399Z Compiling tokio-macros v2.6.0
14822026-03-04T17:35:54.399Z Compiling hmac v0.12.1
14832026-03-04T17:35:54.400Z Compiling zerovec v0.11.5
14842026-03-04T17:35:54.400Z Compiling futures-macro v0.3.32
14852026-03-04T17:35:54.400Z Compiling zerotrie v0.2.3
14862026-03-04T17:35:54.400Z Compiling tinystr v0.8.2
14872026-03-04T17:35:54.400Z Compiling potential_utf v0.1.4
14882026-03-04T17:35:54.400Z Compiling block-padding v0.3.3
14892026-03-04T17:35:54.400Z Compiling sha2 v0.10.9
14902026-03-04T17:35:54.400Z Compiling icu_locale_core v2.1.1
14912026-03-04T17:35:54.400Z Compiling icu_collections v2.1.1
14922026-03-04T17:35:54.400Z Compiling inout v0.1.4
14932026-03-04T17:35:54.400Z Compiling futures-util v0.3.32
14942026-03-04T17:35:54.400Z Compiling cipher v0.4.4
14952026-03-04T17:35:54.400Z Compiling der_derive v0.7.3
14962026-03-04T17:35:54.680Z Compiling salsa20 v0.10.2
14972026-03-04T17:35:54.680Z Compiling pbkdf2 v0.12.2
14982026-03-04T17:35:54.680Z Compiling icu_provider v2.1.1
14992026-03-04T17:35:54.680Z Compiling icu_normalizer v2.1.1
15002026-03-04T17:35:54.680Z Compiling icu_properties v2.1.2
15012026-03-04T17:35:54.680Z Compiling bytes v1.11.1
15022026-03-04T17:35:54.680Z Compiling der v0.7.10
15032026-03-04T17:35:54.680Z Compiling chrono v0.4.44
15042026-03-04T17:35:54.680Z Compiling tokio v1.49.0
15052026-03-04T17:35:54.681Z Compiling http v1.4.0
15062026-03-04T17:35:54.681Z Compiling idna_adapter v1.2.1
15072026-03-04T17:35:54.681Z Compiling idna v1.1.0
15082026-03-04T17:35:54.681Z Compiling spki v0.7.3
15092026-03-04T17:35:54.681Z Compiling thiserror-impl v2.0.18
15102026-03-04T17:35:54.681Z Compiling url v2.5.8
15112026-03-04T17:35:54.681Z Compiling scrypt v0.11.0
15122026-03-04T17:35:54.681Z Compiling aes v0.8.4
15132026-03-04T17:35:54.681Z Compiling cbc v0.1.2
15142026-03-04T17:35:54.681Z Compiling rustls-pki-types v1.14.0
15152026-03-04T17:35:54.681Z Compiling ppv-lite86 v0.2.21
15162026-03-04T17:35:54.681Z Compiling tracing-attributes v0.1.31
15172026-03-04T17:35:54.681Z Compiling pkcs5 v0.7.1
15182026-03-04T17:35:54.681Z Compiling rand_chacha v0.9.0
15192026-03-04T17:35:54.681Z Compiling http-body v1.0.1
15202026-03-04T17:35:54.681Z Compiling rand v0.9.2
15212026-03-04T17:35:54.681Z Compiling thiserror v2.0.18
15222026-03-04T17:35:54.681Z Compiling pkcs8 v0.10.2
15232026-03-04T17:35:54.681Z Compiling schemars_derive v0.8.22
15242026-03-04T17:35:54.681Z Compiling pest_derive v2.8.6
15252026-03-04T17:35:54.681Z Compiling scroll_derive v0.13.1
15262026-03-04T17:35:54.682Z Compiling dyn-clone v1.0.20
15272026-03-04T17:35:54.682Z Compiling tracing v0.1.44
15282026-03-04T17:35:54.682Z Compiling try-lock v0.2.5
15292026-03-04T17:35:54.682Z Compiling tower-layer v0.3.3
15302026-03-04T17:35:54.682Z Compiling rustls v0.23.37
15312026-03-04T17:35:54.682Z Compiling tower-service v0.3.3
15322026-03-04T17:35:54.682Z Compiling atomic-waker v1.1.2
15332026-03-04T17:35:54.682Z Compiling tinyvec_macros v0.1.1
15342026-03-04T17:35:54.682Z Compiling want v0.3.1
15352026-03-04T17:35:54.682Z Compiling tinyvec v1.10.0
15362026-03-04T17:35:54.682Z Compiling ipnet v2.11.0
15372026-03-04T17:35:54.682Z Compiling scroll v0.13.0
15382026-03-04T17:35:54.682Z Compiling darling_macro v0.20.11
15392026-03-04T17:35:54.682Z Compiling zstd-sys v2.0.16+zstd.1.5.7
15402026-03-04T17:35:54.682Z Compiling tokio-util v0.7.18
15412026-03-04T17:35:54.682Z Compiling spin v0.9.8
15422026-03-04T17:35:54.682Z Compiling aho-corasick v1.1.4
15432026-03-04T17:35:54.682Z Compiling pin-utils v0.1.0
15442026-03-04T17:35:54.682Z Compiling num-conv v0.2.0
15452026-03-04T17:35:54.682Z Compiling httpdate v1.0.3
15462026-03-04T17:35:54.682Z Compiling crc32fast v1.5.0
15472026-03-04T17:35:54.683Z Compiling powerfmt v0.2.0
15482026-03-04T17:35:54.683Z Compiling time-core v0.1.8
15492026-03-04T17:35:54.683Z Compiling openssl v0.10.75
15502026-03-04T17:35:54.683Z Compiling h2 v0.4.13
15512026-03-04T17:35:54.683Z Compiling foreign-types-shared v0.1.1
15522026-03-04T17:35:54.683Z Compiling foreign-types v0.3.2
15532026-03-04T17:35:54.683Z Compiling time-macros v0.2.27
15542026-03-04T17:35:54.683Z Compiling regex-automata v0.4.14
15552026-03-04T17:35:54.683Z Compiling deranged v0.5.8
15562026-03-04T17:35:54.683Z Compiling tempfile v3.25.0
15572026-03-04T17:35:54.683Z Compiling darling v0.20.11
15582026-03-04T17:35:54.683Z Compiling goblin v0.10.5
15592026-03-04T17:35:54.683Z Compiling thiserror-impl v1.0.69
15602026-03-04T17:35:54.683Z Compiling openssl-macros v0.1.1
15612026-03-04T17:35:54.683Z Compiling wait-timeout v0.2.1
15622026-03-04T17:35:54.683Z Compiling num_threads v0.1.7
15632026-03-04T17:35:54.683Z Compiling quick-error v1.2.3
15642026-03-04T17:35:54.683Z Compiling hyper v1.8.1
15652026-03-04T17:35:54.683Z Compiling either v1.15.0
15662026-03-04T17:35:54.683Z Compiling siphasher v1.0.2
15672026-03-04T17:35:54.683Z Compiling bit-vec v0.8.0
15682026-03-04T17:35:54.683Z Compiling native-tls v0.2.18
15692026-03-04T17:35:54.683Z Compiling simd-adler32 v0.3.8
15702026-03-04T17:35:54.683Z Compiling usdt-impl v0.6.0
15712026-03-04T17:35:54.684Z Compiling bit-set v0.8.0
15722026-03-04T17:35:54.684Z Compiling rusty-fork v0.3.1
15732026-03-04T17:35:54.684Z Compiling time v0.3.47
15742026-03-04T17:35:54.684Z Compiling hyper-util v0.1.20
15752026-03-04T17:35:54.684Z Compiling thiserror v1.0.69
15762026-03-04T17:35:54.684Z Compiling dof v0.4.0
15772026-03-04T17:35:54.684Z Compiling derive_builder_core v0.20.2
15782026-03-04T17:35:54.684Z Compiling unicode-normalization v0.1.25
15792026-03-04T17:35:54.684Z Compiling dtrace-parser v0.3.0
15802026-03-04T17:35:54.684Z Compiling rustls-native-certs v0.8.3
15812026-03-04T17:35:54.684Z Compiling signature v2.2.0
15822026-03-04T17:35:54.684Z Compiling crossbeam-epoch v0.9.18
15832026-03-04T17:35:54.684Z Compiling scroll_derive v0.12.1
15842026-03-04T17:35:54.684Z Compiling heapless v0.7.17
15852026-03-04T17:35:54.684Z Compiling darling_core v0.21.3
15862026-03-04T17:35:54.684Z Compiling rand_xorshift v0.4.0
15872026-03-04T17:35:54.684Z Compiling slog v2.8.2
15882026-03-04T17:35:54.684Z Compiling bzip2-sys v0.1.13+1.0.8
15892026-03-04T17:35:54.684Z Compiling sync_wrapper v1.0.2
15902026-03-04T17:35:54.684Z Compiling thread-id v5.1.0
15912026-03-04T17:35:54.685Z Compiling cookie v0.18.1
15922026-03-04T17:35:54.685Z Compiling rayon-core v1.13.0
15932026-03-04T17:35:54.685Z Compiling adler2 v2.0.1
15942026-03-04T17:35:54.685Z Compiling unicode-properties v0.1.4
15952026-03-04T17:35:54.685Z Compiling unarray v0.1.4
15962026-03-04T17:35:54.766Z Compiling unicode-bidi v0.3.18
15972026-03-04T17:35:54.766Z Compiling signal-hook v0.3.18
15982026-03-04T17:35:54.766Z Compiling paste v1.0.15
15992026-03-04T17:35:54.766Z Compiling unicode-segmentation v1.12.0
16002026-03-04T17:35:54.766Z Compiling anyhow v1.0.102
16012026-03-04T17:35:54.766Z Compiling zstd-safe v7.2.4
16022026-03-04T17:35:54.767Z Compiling stringprep v0.1.5
16032026-03-04T17:35:54.767Z Compiling proptest v1.10.0
16042026-03-04T17:35:54.767Z Compiling miniz_oxide v0.8.9
16052026-03-04T17:35:54.767Z Compiling scroll v0.12.0
16062026-03-04T17:35:54.767Z Compiling tower v0.5.3
16072026-03-04T17:35:54.767Z Compiling crossbeam-deque v0.8.6
16082026-03-04T17:35:54.767Z Compiling derive_builder_macro v0.20.2
16092026-03-04T17:35:54.767Z Compiling ipnetwork v0.21.1
16102026-03-04T17:35:54.768Z Compiling http-body-util v0.1.3
16112026-03-04T17:35:54.768Z Compiling rand_chacha v0.3.1
16122026-03-04T17:35:54.768Z Compiling webpki-roots v1.0.6
16132026-03-04T17:35:54.768Z Compiling erased-serde v0.3.31
16142026-03-04T17:35:54.768Z Compiling serde_tokenstream v0.2.3
16152026-03-04T17:35:54.768Z Compiling serde_spanned v0.6.9
16162026-03-04T17:35:54.768Z Compiling toml_datetime v0.6.11
16172026-03-04T17:35:54.768Z Compiling md-5 v0.10.6
16182026-03-04T17:35:54.768Z Compiling zerocopy-derive v0.7.35
16192026-03-04T17:35:54.768Z Compiling curve25519-dalek v4.1.3
16202026-03-04T17:35:54.768Z Compiling num-integer v0.1.46
16212026-03-04T17:35:54.768Z Compiling vergen-lib v0.1.6
16222026-03-04T17:35:54.768Z Compiling hash32 v0.2.1
16232026-03-04T17:35:54.768Z Compiling darling_macro v0.21.3
16242026-03-04T17:35:54.768Z Compiling ff v0.13.1
16252026-03-04T17:35:54.769Z Compiling num-bigint-dig v0.8.6
16262026-03-04T17:35:54.769Z Compiling psl-types v2.0.11
16272026-03-04T17:35:54.769Z Compiling litrs v1.0.0
16282026-03-04T17:35:54.769Z Compiling base16ct v0.2.0
16292026-03-04T17:35:54.770Z Compiling ryu v1.0.23
16302026-03-04T17:35:54.770Z Compiling zlib-rs v0.6.2
16312026-03-04T17:35:54.770Z Compiling iri-string v0.7.10
16322026-03-04T17:35:54.770Z Compiling fallible-iterator v0.2.0
16332026-03-04T17:35:54.770Z Compiling ref-cast v1.0.25
16342026-03-04T17:35:54.770Z Compiling rustix v0.38.44
16352026-03-04T17:35:54.770Z Compiling smoltcp v0.9.1
16362026-03-04T17:35:54.770Z Compiling postgres-protocol v0.6.10
16372026-03-04T17:35:54.770Z Compiling document-features v0.2.12
16382026-03-04T17:35:54.770Z Compiling newtype-uuid v1.3.2
16392026-03-04T17:35:54.770Z Compiling zerocopy v0.7.35
16402026-03-04T17:35:54.770Z Compiling darling v0.21.3
16412026-03-04T17:35:54.770Z Compiling serde_urlencoded v0.7.1
16422026-03-04T17:35:54.770Z Compiling sec1 v0.7.3
16432026-03-04T17:35:54.770Z Compiling publicsuffix v2.3.0
16442026-03-04T17:35:54.771Z Compiling group v0.13.0
16452026-03-04T17:35:54.771Z Compiling num-iter v0.1.45
16462026-03-04T17:35:54.771Z Compiling tower-http v0.6.8
16472026-03-04T17:35:54.771Z Compiling rand v0.8.5
16482026-03-04T17:35:54.771Z Compiling derive_builder v0.20.2
16492026-03-04T17:35:54.771Z Compiling oxnet v0.1.4
16502026-03-04T17:35:54.771Z Compiling proc-macro-error v1.0.4
16512026-03-04T17:35:54.771Z Compiling tokio-native-tls v0.3.1
16522026-03-04T17:35:54.771Z Compiling goblin v0.8.2
16532026-03-04T17:35:55.154Z Compiling heck v0.4.1
16542026-03-04T17:35:55.236Z Compiling hubpack_derive v0.1.1
16552026-03-04T17:35:55.263Z Compiling phf_shared v0.13.1
16562026-03-04T17:35:55.477Z Compiling regex v1.12.3
16572026-03-04T17:35:55.813Z Compiling lazy_static v1.5.0
16582026-03-04T17:35:55.998Z Compiling cargo-platform v0.1.9
16592026-03-04T17:35:56.105Z Compiling hkdf v0.12.4
16602026-03-04T17:35:56.214Z Compiling flate2 v1.1.9
16612026-03-04T17:35:56.302Z Compiling crypto-bigint v0.5.5
16622026-03-04T17:35:56.407Z Compiling strum_macros v0.27.2
16632026-03-04T17:35:56.472Z Compiling async-trait v0.1.89
16642026-03-04T17:35:56.947Z Compiling daft-derive v0.1.5
16652026-03-04T17:35:56.954Z Compiling curve25519-dalek-derive v0.1.1
16662026-03-04T17:35:58.353Z Compiling ref-cast-impl v1.0.25
16672026-03-04T17:35:58.476Z Compiling terminal_size v0.4.3
16682026-03-04T17:35:58.713Z Compiling vergen v9.0.6
16692026-03-04T17:35:58.868Z Compiling fs-err v3.3.0
16702026-03-04T17:35:59.040Z Compiling ahash v0.8.12
16712026-03-04T17:35:59.198Z Compiling bumpalo v3.20.2
16722026-03-04T17:35:59.413Z Compiling bitflags v1.3.2
16732026-03-04T17:35:59.442Z Compiling libbz2-rs-sys v0.2.2
16742026-03-04T17:35:59.567Z Compiling managed v0.8.0
16752026-03-04T17:35:59.720Z Compiling foldhash v0.1.5
16762026-03-04T17:35:59.989Z Compiling winnow v0.5.40
16772026-03-04T17:36:00.053Z Compiling object v0.37.3
16782026-03-04T17:36:00.643Z Compiling bzip2 v0.6.1
16792026-03-04T17:36:00.996Z Compiling clap_builder v4.5.60
16802026-03-04T17:36:01.048Z Compiling hashbrown v0.15.5
16812026-03-04T17:36:01.121Z Compiling strum v0.27.2
16822026-03-04T17:36:02.093Z Compiling zopfli v0.8.3
16832026-03-04T17:36:02.245Z Compiling dof v0.3.0
16842026-03-04T17:36:02.800Z Compiling console v0.16.2
16852026-03-04T17:36:03.276Z Compiling toml_edit v0.19.15
16862026-03-04T17:36:03.618Z Compiling elliptic-curve v0.13.8
16872026-03-04T17:36:03.916Z Compiling daft v0.1.5
16882026-03-04T17:36:04.075Z Compiling cargo_metadata v0.19.2
16892026-03-04T17:36:04.481Z Compiling hubpack v0.1.2
16902026-03-04T17:36:04.899Z Compiling phf v0.13.1
16912026-03-04T17:36:05.228Z Compiling zone_cfg_derive v0.3.1
16922026-03-04T17:36:06.584Z Compiling signal-hook-mio v0.2.5
16932026-03-04T17:36:07.444Z Compiling cookie_store v0.22.1
16942026-03-04T17:36:07.576Z Compiling rayon v1.11.0
16952026-03-04T17:36:08.781Z Compiling hyper-tls v0.6.0
16962026-03-04T17:36:08.926Z Compiling zstd v0.13.3
16972026-03-04T17:36:09.195Z Compiling bzip2 v0.4.4
16982026-03-04T17:36:09.470Z Compiling serde_with_macros v3.17.0
16992026-03-04T17:36:09.596Z Compiling postgres-types v0.2.12
17002026-03-04T17:36:10.863Z Compiling usdt-macro v0.6.0
17012026-03-04T17:36:11.277Z Compiling usdt-attr-macro v0.6.0
17022026-03-04T17:36:11.898Z Compiling ed25519 v2.2.3
17032026-03-04T17:36:12.035Z Compiling dtrace-parser v0.2.0
17042026-03-04T17:36:12.055Z Compiling phf_shared v0.11.3
17052026-03-04T17:36:12.340Z Compiling itertools v0.12.1
17062026-03-04T17:36:12.433Z Compiling bstr v1.12.1
17072026-03-04T17:36:12.713Z Compiling pkcs1 v0.7.5
17082026-03-04T17:36:12.877Z Compiling hex v0.4.3
17092026-03-04T17:36:13.488Z Compiling serde-big-array v0.5.1
17102026-03-04T17:36:13.669Z Compiling rfc6979 v0.4.0
17112026-03-04T17:36:13.764Z Compiling clap_derive v4.5.55
17122026-03-04T17:36:13.886Z Compiling serde_repr v0.1.20
17132026-03-04T17:36:13.988Z Compiling strum_macros v0.26.4
17142026-03-04T17:36:13.991Z Compiling enum-as-inner v0.6.1
17152026-03-04T17:36:14.029Z Compiling float-cmp v0.10.0
17162026-03-04T17:36:14.292Z Compiling memmap2 v0.9.10
17172026-03-04T17:36:14.722Z Compiling thread-id v4.2.2
17182026-03-04T17:36:14.854Z Compiling env_filter v1.0.0
17192026-03-04T17:36:14.948Z Compiling encoding_rs v0.8.35
17202026-03-04T17:36:15.007Z Compiling precomputed-hash v0.1.1
17212026-03-04T17:36:15.152Z Compiling fixedbitset v0.4.2
17222026-03-04T17:36:15.248Z Compiling fixedbitset v0.5.7
17232026-03-04T17:36:15.463Z Compiling whoami v2.1.0
17242026-03-04T17:36:15.594Z Compiling rustc-hash v2.1.1
17252026-03-04T17:36:15.814Z Compiling mime v0.3.17
17262026-03-04T17:36:15.895Z Compiling jiff v0.2.21
17272026-03-04T17:36:16.260Z Compiling predicates-core v1.0.10
17282026-03-04T17:36:16.352Z Compiling keccak v0.1.6
17292026-03-04T17:36:16.590Z Compiling new_debug_unreachable v1.0.6
17302026-03-04T17:36:16.711Z Compiling data-encoding v2.10.0
17312026-03-04T17:36:17.751Z Compiling unit-prefix v0.5.2
17322026-03-04T17:36:17.998Z Compiling static_assertions v1.1.0
17332026-03-04T17:36:18.020Z Compiling normalize-line-endings v0.3.0
17342026-03-04T17:36:18.133Z Compiling difflib v0.4.0
17352026-03-04T17:36:18.168Z Compiling strum v0.26.3
17362026-03-04T17:36:18.189Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17372026-03-04T17:36:18.371Z Compiling clap v4.5.60
17382026-03-04T17:36:18.434Z Compiling indicatif v0.18.4
17392026-03-04T17:36:18.546Z Compiling hickory-proto v0.25.2
17402026-03-04T17:36:18.567Z Compiling string_cache v0.8.9
17412026-03-04T17:36:18.630Z Compiling predicates v3.1.4
17422026-03-04T17:36:19.006Z Compiling sha3 v0.10.8
17432026-03-04T17:36:19.491Z Compiling tokio-postgres v0.7.16
17442026-03-04T17:36:20.067Z Compiling iddqd v0.3.17
17452026-03-04T17:36:20.122Z Compiling petgraph v0.8.3
17462026-03-04T17:36:20.463Z Compiling toml_edit v0.22.27
17472026-03-04T17:36:22.645Z Compiling zip v4.6.1
17482026-03-04T17:36:24.830Z Compiling petgraph v0.6.5
17492026-03-04T17:36:24.859Z Compiling env_logger v0.11.9
17502026-03-04T17:36:24.894Z Compiling zone v0.3.1
17512026-03-04T17:36:24.929Z Compiling usdt-impl v0.5.0
17522026-03-04T17:36:25.569Z Compiling usdt v0.6.0
17532026-03-04T17:36:26.056Z Compiling ecdsa v0.16.9
17542026-03-04T17:36:26.254Z Compiling similar v2.7.0
17552026-03-04T17:36:26.417Z Compiling serde_with v3.17.0
17562026-03-04T17:36:26.545Z Compiling rsa v0.9.10
17572026-03-04T17:36:26.864Z Compiling ed25519-dalek v2.2.0
17582026-03-04T17:36:27.416Z Compiling crossterm v0.28.1
17592026-03-04T17:36:28.298Z Compiling zip v0.6.6
17602026-03-04T17:36:28.399Z Compiling toml v0.7.8
17612026-03-04T17:36:29.947Z Compiling toml_parser v1.0.9+spec-1.1.0
17622026-03-04T17:36:30.068Z Compiling itertools v0.13.0
17632026-03-04T17:36:30.097Z Compiling tokio-stream v0.1.18
17642026-03-04T17:36:30.635Z Compiling buf-list v1.1.2
17652026-03-04T17:36:30.929Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17662026-03-04T17:36:31.069Z Compiling x509-cert v0.2.5
17672026-03-04T17:36:31.176Z Compiling openapiv3 v2.2.0
17682026-03-04T17:36:31.409Z Compiling sha1 v0.10.6
17692026-03-04T17:36:31.610Z Compiling toml_datetime v0.7.5+spec-1.1.0
17702026-03-04T17:36:31.832Z Compiling lalrpop-util v0.19.12
17712026-03-04T17:36:32.178Z Compiling peg-runtime v0.8.5
17722026-03-04T17:36:32.205Z Compiling thread_local v1.1.9
17732026-03-04T17:36:32.683Z Compiling slog-async v2.8.0
17742026-03-04T17:36:32.761Z Compiling futures-executor v0.3.32
17752026-03-04T17:36:33.019Z Compiling crossbeam-channel v0.5.15
17762026-03-04T17:36:33.235Z Compiling is-terminal v0.4.17
17772026-03-04T17:36:33.312Z Compiling filetime v0.2.27
17782026-03-04T17:36:33.394Z Compiling take_mut v0.2.2
17792026-03-04T17:36:33.601Z Compiling xattr v1.6.1
17802026-03-04T17:36:33.654Z Compiling term v1.2.1
17812026-03-04T17:36:34.089Z Compiling tar v0.4.44
17822026-03-04T17:36:34.280Z Compiling slog-term v2.9.2
17832026-03-04T17:36:34.859Z Compiling futures v0.3.32
17842026-03-04T17:36:43.827Z Compiling rustls-webpki v0.103.9
17852026-03-04T17:36:48.765Z Compiling tokio-rustls v0.26.4
17862026-03-04T17:36:48.765Z Compiling rustls-platform-verifier v0.6.2
17872026-03-04T17:36:49.060Z Compiling hyper-rustls v0.27.7
17882026-03-04T17:36:49.386Z Compiling reqwest v0.12.28
17892026-03-04T17:36:49.386Z Compiling reqwest v0.13.2
17902026-03-04T17:36:53.696Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17912026-03-04T17:36:53.994Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17922026-03-04T17:36:58.433Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 01s
17932026-03-04T17:36:58.643Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17942026-03-04T17:36:58.680ZMar 04 17:36:57.375 INFO Starting download, target: Console
17952026-03-04T17:36:58.680ZMar 04 17:36:57.376 INFO Starting download, target: Cockroach
17962026-03-04T17:36:58.680ZMar 04 17:36:57.376 INFO Starting download, target: Clickhouse
17972026-03-04T17:36:58.687ZMar 04 17:36:57.376 INFO Starting download, target: DendriteStub
17982026-03-04T17:36:58.687ZMar 04 17:36:57.376 INFO Starting download, target: MaghemiteMgd
17992026-03-04T17:36:58.687ZMar 04 17:36:57.376 INFO Starting download, target: TransceiverControl
18002026-03-04T17:36:58.688ZMar 04 17:36:57.376 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
18012026-03-04T17:36:58.688ZMar 04 17:36:57.376 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
18022026-03-04T17:36:58.688ZMar 04 17:36:57.376 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
18032026-03-04T17:36:58.688ZMar 04 17:36:57.377 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
18042026-03-04T17:36:58.688ZMar 04 17:36:57.377 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
18052026-03-04T17:36:58.688ZMar 04 17:36:57.377 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18062026-03-04T17:36:59.497ZMar 04 17:36:58.178 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18072026-03-04T17:36:59.690ZMar 04 17:36:58.362 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18082026-03-04T17:37:00.040ZMar 04 17:36:58.719 INFO Download complete, target: TransceiverControl
18092026-03-04T17:37:00.233ZMar 04 17:36:58.924 INFO Download complete, target: Console
18102026-03-04T17:37:00.686ZMar 04 17:36:59.378 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
18112026-03-04T17:37:01.804ZMar 04 17:37:00.496 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18122026-03-04T17:37:01.804ZMar 04 17:37:00.496 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18132026-03-04T17:37:01.952ZMar 04 17:37:00.640 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18142026-03-04T17:37:02.168ZMar 04 17:37:00.863 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18152026-03-04T17:37:06.745ZMar 04 17:37:05.441 INFO Download complete, target: MaghemiteMgd
18162026-03-04T17:37:06.997ZMar 04 17:37:05.689 INFO Download complete, target: DendriteStub
18172026-03-04T17:37:11.871ZMar 04 17:37:10.565 INFO Checking that binary works, target: Cockroach
18182026-03-04T17:37:12.002ZMar 04 17:37:10.695 INFO Download complete, target: Cockroach
18192026-03-04T17:37:15.193ZMar 04 17:37:13.886 INFO Checking that binary works, target: Clickhouse
18202026-03-04T17:37:15.333ZMar 04 17:37:14.028 INFO Download complete, target: Clickhouse
18212026-03-04T17:37:15.339ZAll prerequisites installed successfully
18222026-03-04T17:37:15.342Z
18232026-03-04T17:37:15.342Zreal 4:27.790568896
18242026-03-04T17:37:15.342Zuser 16:45.605214351
18252026-03-04T17:37:15.342Zsys 2:21.122313341
18262026-03-04T17:37:15.342Ztrap 0.566550534
18272026-03-04T17:37:15.342Ztflt 0.921960735
18282026-03-04T17:37:15.342Zdflt 0.856584117
18292026-03-04T17:37:15.342Zkflt 0.118001272
18302026-03-04T17:37:15.342Zlock 40:46.029125907
18312026-03-04T17:37:15.342Zslp 1:01:28.834527558
18322026-03-04T17:37:15.342Zlat 1:05.091946655
18332026-03-04T17:37:15.342Zstop 2:54.691702136
18342026-03-04T17:37:15.342Z+ source ./tools/include/force-git-over-https.sh
18352026-03-04T17:37:15.343Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
18362026-03-04T17:37:15.343Z++ (( i = 0 ))
18372026-03-04T17:37:15.343Z++ (( i < 5 ))
18382026-03-04T17:37:15.343Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
18392026-03-04T17:37:15.346Z++ (( i++ ))
18402026-03-04T17:37:15.346Z++ (( i < 5 ))
18412026-03-04T17:37:15.346Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
18422026-03-04T17:37:15.349Z++ (( i++ ))
18432026-03-04T17:37:15.349Z++ (( i < 5 ))
18442026-03-04T17:37:15.349Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
18452026-03-04T17:37:15.352Z++ (( i++ ))
18462026-03-04T17:37:15.352Z++ (( i < 5 ))
18472026-03-04T17:37:15.352Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
18482026-03-04T17:37:15.355Z++ (( i++ ))
18492026-03-04T17:37:15.355Z++ (( i < 5 ))
18502026-03-04T17:37:15.355Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
18512026-03-04T17:37:15.357Z++ (( i++ ))
18522026-03-04T17:37:15.357Z++ (( i < 5 ))
18532026-03-04T17:37:15.358Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
18542026-03-04T17:37:15.358Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
18552026-03-04T17:37:15.358Z+ rc=0
18562026-03-04T17:37:15.358Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
18572026-03-04T17:38:01.004Z+ case $rc in
18582026-03-04T17:38:01.004Z+ pfexec zfs create -p rpool/images/build/host
18592026-03-04T17:38:01.225Z+ pfexec zfs create -p rpool/images/build/recovery
18602026-03-04T17:38:01.301Z+ cargo xtask releng --output-dir /work --mkincorp
18612026-03-04T17:38:02.079Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
18622026-03-04T17:38:02.110Z Running `target/debug/xtask releng --output-dir /work --mkincorp`
18632026-03-04T17:38:03.354Z Compiling proc-macro2 v1.0.106
18642026-03-04T17:38:03.354Z Compiling quote v1.0.44
18652026-03-04T17:38:03.354Z Compiling unicode-ident v1.0.24
18662026-03-04T17:38:03.357Z Compiling libc v0.2.180
18672026-03-04T17:38:03.357Z Compiling serde_core v1.0.228
18682026-03-04T17:38:03.357Z Compiling serde v1.0.228
18692026-03-04T17:38:03.357Z Compiling cfg-if v1.0.4
18702026-03-04T17:38:03.357Z Compiling version_check v0.9.5
18712026-03-04T17:38:03.787Z Compiling find-msvc-tools v0.1.9
18722026-03-04T17:38:03.787Z Compiling shlex v1.3.0
18732026-03-04T17:38:04.031Z Compiling typenum v1.19.0
18742026-03-04T17:38:04.266Z Compiling generic-array v0.14.7
18752026-03-04T17:38:04.288Z Compiling portable-atomic v1.13.1
18762026-03-04T17:38:04.703Z Compiling autocfg v1.5.0
18772026-03-04T17:38:04.754Z Compiling zerocopy v0.8.40
18782026-03-04T17:38:05.154Z Compiling memchr v2.8.0
18792026-03-04T17:38:05.564Z Compiling zmij v1.0.21
18802026-03-04T17:38:05.748Z Compiling jobserver v0.1.34
18812026-03-04T17:38:05.920Z Compiling serde_json v1.0.149
18822026-03-04T17:38:06.164Z Compiling syn v2.0.117
18832026-03-04T17:38:06.212Z Compiling cc v1.2.56
18842026-03-04T17:38:06.403Z Compiling libm v0.2.16
18852026-03-04T17:38:06.569Z Compiling parking_lot_core v0.9.12
18862026-03-04T17:38:07.014Z Compiling num-traits v0.2.19
18872026-03-04T17:38:07.043Z Compiling getrandom v0.2.17
18882026-03-04T17:38:07.398Z Compiling smallvec v1.15.1
18892026-03-04T17:38:07.439Z Compiling icu_normalizer_data v2.1.1
18902026-03-04T17:38:07.757Z Compiling icu_properties_data v2.1.2
18912026-03-04T17:38:07.857Z Compiling pkg-config v0.3.32
18922026-03-04T17:38:07.948Z Compiling errno v0.3.14
18932026-03-04T17:38:07.973Z Compiling log v0.4.29
18942026-03-04T17:38:08.260Z Compiling itoa v1.0.17
18952026-03-04T17:38:08.500Z Compiling getrandom v0.4.1
18962026-03-04T17:38:08.806Z Compiling subtle v2.6.1
18972026-03-04T17:38:08.900Z Compiling getrandom v0.3.4
18982026-03-04T17:38:09.034Z Compiling rand_core v0.6.4
18992026-03-04T17:38:09.241Z Compiling scopeguard v1.2.0
19002026-03-04T17:38:09.457Z Compiling lock_api v0.4.14
19012026-03-04T17:38:09.511Z Compiling stable_deref_trait v1.2.1
19022026-03-04T17:38:09.675Z Compiling critical-section v1.2.0
19032026-03-04T17:38:09.943Z Compiling rustix v1.1.3
19042026-03-04T17:38:10.044Z Compiling bitflags v2.11.0
19052026-03-04T17:38:10.311Z Compiling ring v0.17.14
19062026-03-04T17:38:10.722Z Compiling cmake v0.1.57
19072026-03-04T17:38:10.940Z Compiling once_cell v1.21.3
19082026-03-04T17:38:11.373Z Compiling dunce v1.0.5
19092026-03-04T17:38:11.430Z Compiling fs_extra v1.3.0
19102026-03-04T17:38:11.608Z Compiling pin-project-lite v0.2.17
19112026-03-04T17:38:11.637Z Compiling semver v1.0.27
19122026-03-04T17:38:11.787Z Compiling const-oid v0.9.6
19132026-03-04T17:38:11.865Z Compiling thiserror v2.0.18
19142026-03-04T17:38:12.028Z Compiling aws-lc-sys v0.37.1
19152026-03-04T17:38:12.347Z Compiling fnv v1.0.7
19162026-03-04T17:38:12.536Z Compiling rustversion v1.0.22
19172026-03-04T17:38:13.274Z Compiling percent-encoding v2.3.2
19182026-03-04T17:38:13.851Z Compiling synstructure v0.13.2
19192026-03-04T17:38:13.894Z Compiling writeable v0.6.2
19202026-03-04T17:38:14.266Z Compiling litemap v0.8.1
19212026-03-04T17:38:14.757Z Compiling heck v0.5.0
19222026-03-04T17:38:15.273Z Compiling signal-hook-registry v1.4.8
19232026-03-04T17:38:15.508Z Compiling equivalent v1.0.2
19242026-03-04T17:38:15.579Z Compiling allocator-api2 v0.2.21
19252026-03-04T17:38:15.826Z Compiling aws-lc-rs v1.16.0
19262026-03-04T17:38:15.829Z Compiling futures-core v0.3.32
19272026-03-04T17:38:16.288Z Compiling parking_lot v0.12.5
19282026-03-04T17:38:16.430Z Compiling mio v1.1.1
19292026-03-04T17:38:16.468Z Compiling foldhash v0.2.0
19302026-03-04T17:38:16.564Z Compiling httparse v1.10.1
19312026-03-04T17:38:16.690Z Compiling schemars v0.8.22
19322026-03-04T17:38:17.155Z Compiling hashbrown v0.16.1
19332026-03-04T17:38:17.229Z Compiling vcpkg v0.2.15
19342026-03-04T17:38:17.413Z Compiling serde_derive v1.0.228
19352026-03-04T17:38:17.901Z Compiling zeroize_derive v1.4.3
19362026-03-04T17:38:18.244Z Compiling zerofrom-derive v0.1.6
19372026-03-04T17:38:18.429Z Compiling yoke-derive v0.8.1
19382026-03-04T17:38:18.674Z Compiling zerocopy-derive v0.8.40
19392026-03-04T17:38:18.771Z Compiling zerovec-derive v0.11.2
19402026-03-04T17:38:19.047Z Compiling displaydoc v0.2.5
19412026-03-04T17:38:19.134Z Compiling tokio-macros v2.6.0
19422026-03-04T17:38:19.214Z Compiling zeroize v1.8.2
19432026-03-04T17:38:20.398Z Compiling futures-macro v0.3.32
19442026-03-04T17:38:20.996Z Compiling der_derive v0.7.3
19452026-03-04T17:38:21.123Z Compiling zerofrom v0.1.6
19462026-03-04T17:38:21.326Z Compiling thiserror-impl v2.0.18
19472026-03-04T17:38:21.433Z Compiling yoke v0.8.1
19482026-03-04T17:38:21.855Z Compiling zerovec v0.11.5
19492026-03-04T17:38:22.081Z Compiling crypto-common v0.1.7
19502026-03-04T17:38:22.229Z Compiling zerotrie v0.2.3
19512026-03-04T17:38:22.479Z Compiling block-buffer v0.10.4
19522026-03-04T17:38:23.171Z Compiling tinystr v0.8.2
19532026-03-04T17:38:23.226Z Compiling potential_utf v0.1.4
19542026-03-04T17:38:23.350Z Compiling digest v0.10.7
19552026-03-04T17:38:23.598Z Compiling icu_locale_core v2.1.1
19562026-03-04T17:38:23.700Z Compiling icu_collections v2.1.1
19572026-03-04T17:38:23.929Z Compiling tracing-attributes v0.1.31
19582026-03-04T17:38:25.430Z Compiling openssl-sys v0.9.111
19592026-03-04T17:38:25.482Z Compiling serde_derive_internals v0.29.1
19602026-03-04T17:38:26.073Z Compiling bytes v1.11.1
19612026-03-04T17:38:26.674Z Compiling icu_provider v2.1.1
19622026-03-04T17:38:27.376Z Compiling icu_normalizer v2.1.1
19632026-03-04T17:38:27.454Z Compiling icu_properties v2.1.2
19642026-03-04T17:38:27.635Z Compiling socket2 v0.6.2
19652026-03-04T17:38:27.937Z Compiling utf8_iter v1.0.4
19662026-03-04T17:38:28.323Z Compiling tokio v1.49.0
19672026-03-04T17:38:28.381Z Compiling schemars_derive v0.8.22
19682026-03-04T17:38:30.022Z Compiling idna_adapter v1.2.1
19692026-03-04T17:38:30.241Z Compiling form_urlencoded v1.2.2
19702026-03-04T17:38:30.347Z Compiling idna v1.1.0
19712026-03-04T17:38:30.802Z Compiling indexmap v2.13.0
19722026-03-04T17:38:31.555Z Compiling rand_core v0.10.0
19732026-03-04T17:38:31.611Z Compiling url v2.5.8
19742026-03-04T17:38:32.411Z Compiling futures-sink v0.3.32
19752026-03-04T17:38:32.603Z Compiling cpufeatures v0.2.17
19762026-03-04T17:38:32.693Z Compiling rustls v0.23.37
19772026-03-04T17:38:32.759Z Compiling crossbeam-utils v0.8.21
19782026-03-04T17:38:32.817Z Compiling futures-channel v0.3.32
19792026-03-04T17:38:34.054Z Compiling syn v1.0.109
19802026-03-04T17:38:34.168Z Compiling futures-io v0.3.32
19812026-03-04T17:38:34.661Z Compiling futures-task v0.3.32
19822026-03-04T17:38:34.690Z Compiling slab v0.4.12
19832026-03-04T17:38:35.445Z Compiling futures-util v0.3.32
19842026-03-04T17:38:35.868Z Compiling ppv-lite86 v0.2.21
19852026-03-04T17:38:36.334Z Compiling rustc_version v0.4.1
19862026-03-04T17:38:37.013Z Compiling thiserror v1.0.69
19872026-03-04T17:38:37.228Z Compiling strsim v0.11.1
19882026-03-04T17:38:37.423Z Compiling crc32fast v1.5.0
19892026-03-04T17:38:37.523Z Compiling ucd-trie v0.1.7
19902026-03-04T17:38:37.643Z Compiling byteorder v1.5.0
19912026-03-04T17:38:37.883Z Compiling pest v2.8.6
19922026-03-04T17:38:38.781Z Compiling hmac v0.12.1
19932026-03-04T17:38:39.216Z Compiling openssl v0.10.75
19942026-03-04T17:38:41.220Z Compiling pest_meta v2.8.6
19952026-03-04T17:38:41.940Z Compiling block-padding v0.3.3
19962026-03-04T17:38:42.264Z Compiling thiserror-impl v1.0.69
19972026-03-04T17:38:42.345Z Compiling iana-time-zone v0.1.65
19982026-03-04T17:38:42.614Z Compiling ident_case v1.0.1
19992026-03-04T17:38:43.283Z Compiling pest_generator v2.8.6
20002026-03-04T17:38:43.521Z Compiling chrono v0.4.44
20012026-03-04T17:38:43.767Z Compiling inout v0.1.4
20022026-03-04T17:38:45.077Z Compiling rustls-pki-types v1.14.0
20032026-03-04T17:38:45.417Z Compiling openssl-macros v0.1.1
20042026-03-04T17:38:46.485Z Compiling num-conv v0.2.0
20052026-03-04T17:38:46.811Z Compiling native-tls v0.2.18
20062026-03-04T17:38:46.902Z Compiling time-core v0.1.8
20072026-03-04T17:38:47.344Z Compiling time-macros v0.2.27
20082026-03-04T17:38:47.994Z Compiling pest_derive v2.8.6
20092026-03-04T17:38:48.548Z Compiling cipher v0.4.4
20102026-03-04T17:38:48.584Z Compiling sha2 v0.10.9
20112026-03-04T17:38:49.464Z Compiling scroll_derive v0.13.1
20122026-03-04T17:38:49.549Z Compiling zstd-sys v2.0.16+zstd.1.5.7
20132026-03-04T17:38:50.363Z Compiling base64 v0.22.1
20142026-03-04T17:38:50.478Z Compiling base64ct v1.8.3
20152026-03-04T17:38:51.133Z Compiling pem-rfc7468 v0.7.0
20162026-03-04T17:38:51.705Z Compiling uuid v1.21.0
20172026-03-04T17:38:51.912Z Compiling http v1.4.0
20182026-03-04T17:38:52.002Z Compiling slog v2.8.2
20192026-03-04T17:38:52.908Z Compiling untrusted v0.9.0
20202026-03-04T17:38:53.045Z Compiling flagset v0.4.7
20212026-03-04T17:38:53.136Z Compiling regex-syntax v0.8.10
20222026-03-04T17:38:53.282Z Compiling der v0.7.10
20232026-03-04T17:38:55.305Z Compiling rand_core v0.9.5
20242026-03-04T17:38:56.056Z Compiling bzip2-sys v0.1.13+1.0.8
20252026-03-04T17:38:56.146Z Compiling paste v1.0.15
20262026-03-04T17:38:56.598Z Compiling rayon-core v1.13.0
20272026-03-04T17:38:56.866Z Compiling plain v0.2.3
20282026-03-04T17:38:56.931Z Compiling camino v1.2.2
20292026-03-04T17:38:57.764Z Compiling spki v0.7.3
20302026-03-04T17:38:58.132Z Compiling salsa20 v0.10.2
20312026-03-04T17:38:58.383Z Compiling tokio-util v0.7.18
20322026-03-04T17:38:58.418Z Compiling pbkdf2 v0.12.2
20332026-03-04T17:38:59.122Z Compiling tracing-core v0.1.36
20342026-03-04T17:39:01.346Z Compiling num-bigint-dig v0.8.6
20352026-03-04T17:39:01.647Z Compiling dyn-clone v1.0.20
20362026-03-04T17:39:03.264Z Compiling tracing v0.1.44
20372026-03-04T17:39:04.069Z Compiling scrypt v0.11.0
20382026-03-04T17:39:04.573Z Compiling rand_chacha v0.9.0
20392026-03-04T17:39:04.804Z Compiling http-body v1.0.1
20402026-03-04T17:39:05.397Z Compiling cbc v0.1.2
20412026-03-04T17:39:05.439Z Compiling aes v0.8.4
20422026-03-04T17:39:06.624Z Compiling cookie v0.18.1
20432026-03-04T17:39:07.028Z Compiling ahash v0.8.12
20442026-03-04T17:39:07.113Z Compiling fastrand v2.3.0
20452026-03-04T17:39:07.147Z Compiling unicode-segmentation v1.12.0
20462026-03-04T17:39:07.412Z Compiling atomic-waker v1.1.2
20472026-03-04T17:39:07.644Z Compiling usdt-impl v0.6.0
20482026-03-04T17:39:07.730Z Compiling anyhow v1.0.102
20492026-03-04T17:39:08.046Z Compiling zstd-safe v7.2.4
20502026-03-04T17:39:08.070Z Compiling pretty-hex v0.4.1
20512026-03-04T17:39:08.309Z Compiling pkcs5 v0.7.1
20522026-03-04T17:39:09.274Z Compiling rand v0.9.2
20532026-03-04T17:39:10.513Z Compiling scroll v0.13.0
20542026-03-04T17:39:10.885Z Compiling heapless v0.7.17
20552026-03-04T17:39:11.158Z Compiling serde_tokenstream v0.2.3
20562026-03-04T17:39:11.370Z Compiling daft-derive v0.1.5
20572026-03-04T17:39:11.441Z Compiling async-trait v0.1.89
20582026-03-04T17:39:11.789Z Compiling scroll_derive v0.12.1
20592026-03-04T17:39:11.921Z Compiling clap_derive v4.5.55
20602026-03-04T17:39:12.447Z Compiling aho-corasick v1.1.4
20612026-03-04T17:39:12.820Z Compiling try-lock v0.2.5
20622026-03-04T17:39:13.073Z Compiling openssl-probe v0.2.1
20632026-03-04T17:39:13.220Z Compiling untrusted v0.7.1
20642026-03-04T17:39:13.595Z Compiling tower-service v0.3.3
20652026-03-04T17:39:13.678Z Compiling signal-hook v0.3.18
20662026-03-04T17:39:13.768Z Compiling tower-layer v0.3.3
20672026-03-04T17:39:14.426Z Compiling regex-automata v0.4.14
20682026-03-04T17:39:14.450Z Compiling want v0.3.1
20692026-03-04T17:39:15.789Z Compiling goblin v0.10.5
20702026-03-04T17:39:17.524Z Compiling pkcs8 v0.10.2
20712026-03-04T17:39:18.142Z Compiling heck v0.4.1
20722026-03-04T17:39:18.182Z Compiling h2 v0.4.13
20732026-03-04T17:39:18.293Z Compiling tempfile v3.25.0
20742026-03-04T17:39:18.428Z Compiling darling_core v0.20.11
20752026-03-04T17:39:18.619Z Compiling ipnet v2.11.0
20762026-03-04T17:39:20.333Z Compiling spin v0.9.8
20772026-03-04T17:39:21.299Z Compiling tinyvec_macros v0.1.1
20782026-03-04T17:39:21.540Z Compiling pin-utils v0.1.0
20792026-03-04T17:39:21.673Z Compiling httpdate v1.0.3
20802026-03-04T17:39:22.403Z Compiling tinyvec v1.10.0
20812026-03-04T17:39:23.258Z Compiling dof v0.4.0
20822026-03-04T17:39:23.668Z Compiling darling_macro v0.20.11
20832026-03-04T17:39:25.831Z Compiling dtrace-parser v0.3.0
20842026-03-04T17:39:26.071Z Compiling darling_core v0.21.3
20852026-03-04T17:39:26.778Z Compiling hyper v1.8.1
20862026-03-04T17:39:27.436Z Compiling curve25519-dalek v4.1.3
20872026-03-04T17:39:27.918Z Compiling hex v0.4.3
20882026-03-04T17:39:28.619Z Compiling zerocopy-derive v0.7.35
20892026-03-04T17:39:28.907Z Compiling strum_macros v0.26.4
20902026-03-04T17:40:11.397Z Compiling thread-id v5.1.0
20912026-03-04T17:40:11.486Z Compiling proc-macro-error-attr v1.0.4
20922026-03-04T17:40:11.486Z Compiling utf8parse v0.2.2
20932026-03-04T17:40:11.486Z Compiling ref-cast v1.0.25
20942026-03-04T17:40:11.685Z Compiling foreign-types-shared v0.1.1
20952026-03-04T17:40:11.685Z Compiling anstyle v1.0.13
20962026-03-04T17:40:11.685Z Compiling litrs v1.0.0
20972026-03-04T17:40:11.685Z Compiling smoltcp v0.9.1
20982026-03-04T17:40:11.685Z Compiling rustix v0.38.44
20992026-03-04T17:40:11.685Z Compiling foreign-types v0.3.2
21002026-03-04T17:40:11.685Z Compiling document-features v0.2.12
21012026-03-04T17:40:11.685Z Compiling darling_macro v0.21.3
21022026-03-04T17:40:11.685Z Compiling anstyle-parse v0.2.7
21032026-03-04T17:40:11.685Z Compiling hyper-util v0.1.20
21042026-03-04T17:40:11.686Z Compiling darling v0.20.11
21052026-03-04T17:40:11.686Z Compiling toml_datetime v0.6.11
21062026-03-04T17:40:11.686Z Compiling serde_spanned v0.6.9
21072026-03-04T17:40:11.686Z Compiling wait-timeout v0.2.1
21082026-03-04T17:40:11.686Z Compiling proc-macro-error v1.0.4
21092026-03-04T17:40:11.686Z Compiling simd-adler32 v0.3.8
21102026-03-04T17:40:11.686Z Compiling bit-vec v0.8.0
21112026-03-04T17:40:11.686Z Compiling colorchoice v1.0.4
21122026-03-04T17:40:11.686Z Compiling powerfmt v0.2.0
21132026-03-04T17:40:11.686Z Compiling quick-error v1.2.3
21142026-03-04T17:40:11.686Z Compiling siphasher v1.0.2
21152026-03-04T17:40:11.686Z Compiling is_terminal_polyfill v1.70.2
21162026-03-04T17:40:11.686Z Compiling either v1.15.0
21172026-03-04T17:40:11.686Z Compiling anstyle-query v1.1.5
21182026-03-04T17:40:11.686Z Compiling anstream v0.6.21
21192026-03-04T17:40:11.686Z Compiling rusty-fork v0.3.1
21202026-03-04T17:40:11.686Z Compiling deranged v0.5.8
21212026-03-04T17:40:11.686Z Compiling bit-set v0.8.0
21222026-03-04T17:40:11.686Z Compiling crossbeam-epoch v0.9.18
21232026-03-04T17:40:11.686Z Compiling derive_builder_core v0.20.2
21242026-03-04T17:40:11.686Z Compiling darling v0.21.3
21252026-03-04T17:40:11.686Z Compiling unicode-normalization v0.1.25
21262026-03-04T17:40:11.686Z Compiling regex v1.12.3
21272026-03-04T17:40:11.686Z Compiling rustls-native-certs v0.8.3
21282026-03-04T17:40:11.687Z Compiling http-body-util v0.1.3
21292026-03-04T17:40:11.687Z Compiling rand_xorshift v0.4.0
21302026-03-04T17:40:11.687Z Compiling hubpack_derive v0.1.1
21312026-03-04T17:40:11.687Z Compiling sync_wrapper v1.0.2
21322026-03-04T17:40:11.687Z Compiling erased-serde v0.3.31
21332026-03-04T17:40:11.687Z Compiling signature v2.2.0
21342026-03-04T17:40:11.687Z Compiling curve25519-dalek-derive v0.1.1
21352026-03-04T17:40:11.687Z Compiling ref-cast-impl v1.0.25
21362026-03-04T17:40:11.687Z Compiling strum_macros v0.27.2
21372026-03-04T17:40:11.687Z Compiling fs-err v3.3.0
21382026-03-04T17:40:11.687Z Compiling usdt-impl v0.5.0
21392026-03-04T17:40:11.687Z Compiling unarray v0.1.4
21402026-03-04T17:40:11.687Z Compiling ryu v1.0.23
21412026-03-04T17:40:11.687Z Compiling unicode-bidi v0.3.18
21422026-03-04T17:40:11.687Z Compiling adler2 v2.0.1
21432026-03-04T17:40:11.687Z Compiling unicode-properties v0.1.4
21442026-03-04T17:40:11.687Z Compiling num_threads v0.1.7
21452026-03-04T17:40:11.687Z Compiling object v0.37.3
21462026-03-04T17:40:11.687Z Compiling time v0.3.47
21472026-03-04T17:40:11.687Z Compiling stringprep v0.1.5
21482026-03-04T17:40:11.687Z Compiling miniz_oxide v0.8.9
21492026-03-04T17:40:11.687Z Compiling serde_urlencoded v0.7.1
21502026-03-04T17:40:11.687Z Compiling proptest v1.10.0
21512026-03-04T17:40:11.687Z Compiling tower v0.5.3
21522026-03-04T17:40:11.687Z Compiling derive_builder_macro v0.20.2
21532026-03-04T17:40:11.687Z Compiling serde_with_macros v3.17.0
21542026-03-04T17:40:11.688Z Compiling crossbeam-deque v0.8.6
21552026-03-04T17:40:11.688Z Compiling usdt-macro v0.6.0
21562026-03-04T17:40:11.688Z Compiling usdt-attr-macro v0.6.0
21572026-03-04T17:40:11.688Z Compiling ipnetwork v0.21.1
21582026-03-04T17:40:11.688Z Compiling scroll v0.12.0
21592026-03-04T17:40:11.688Z Compiling webpki-roots v1.0.6
21602026-03-04T17:40:11.688Z Compiling rand_chacha v0.3.1
21612026-03-04T17:40:11.688Z Compiling terminal_size v0.4.3
21622026-03-04T17:40:11.688Z Compiling hash32 v0.2.1
21632026-03-04T17:40:11.688Z Compiling num-integer v0.1.46
21642026-03-04T17:40:11.688Z Compiling md-5 v0.10.6
21652026-03-04T17:40:11.689Z Compiling vergen-lib v0.1.6
21662026-03-04T17:40:11.689Z Compiling ff v0.13.1
21672026-03-04T17:40:11.689Z Compiling psl-types v2.0.11
21682026-03-04T17:40:11.689Z Compiling clap_lex v1.0.0
21692026-03-04T17:40:11.689Z Compiling zlib-rs v0.6.2
21702026-03-04T17:40:11.689Z Compiling iri-string v0.7.10
21712026-03-04T17:40:11.689Z Compiling winnow v0.7.14
21722026-03-04T17:40:11.689Z Compiling fallible-iterator v0.2.0
21732026-03-04T17:40:11.689Z Compiling base16ct v0.2.0
21742026-03-04T17:40:11.689Z Compiling flate2 v1.1.9
21752026-03-04T17:40:11.689Z Compiling tower-http v0.6.8
21762026-03-04T17:40:11.689Z Compiling sec1 v0.7.3
21772026-03-04T17:40:11.689Z Compiling postgres-protocol v0.6.10
21782026-03-04T17:40:11.689Z Compiling clap_builder v4.5.60
21792026-03-04T17:40:13.569Z Compiling publicsuffix v2.3.0
21802026-03-04T17:40:13.631Z Compiling group v0.13.0
21812026-03-04T17:40:13.960Z Compiling rand v0.8.5
21822026-03-04T17:40:14.047Z Compiling num-iter v0.1.45
21832026-03-04T17:40:17.707Z Compiling goblin v0.8.2
21842026-03-04T17:40:17.948Z Compiling oxnet v0.1.4
21852026-03-04T17:40:18.710Z Compiling newtype-uuid v1.3.2
21862026-03-04T17:40:18.737Z Compiling zone_cfg_derive v0.3.1
21872026-03-04T17:40:19.395Z Compiling derive_builder v0.20.2
21882026-03-04T17:40:19.695Z Compiling tokio-native-tls v0.3.1
21892026-03-04T17:40:20.529Z Compiling phf_shared v0.13.1
21902026-03-04T17:40:21.555Z Compiling lazy_static v1.5.0
21912026-03-04T17:40:21.620Z Compiling zerocopy v0.7.35
21922026-03-04T17:40:21.906Z Compiling rustls-webpki v0.103.9
21932026-03-04T17:40:24.380Z Compiling hkdf v0.12.4
21942026-03-04T17:40:24.715Z Compiling cargo-platform v0.1.9
21952026-03-04T17:40:25.275Z Compiling crypto-bigint v0.5.5
21962026-03-04T17:40:26.660Z Compiling enum-as-inner v0.6.1
21972026-03-04T17:40:26.701Z Compiling serde_repr v0.1.20
21982026-03-04T17:40:27.886Z Compiling vergen v9.0.6
21992026-03-04T17:40:28.798Z Compiling encoding_rs v0.8.35
22002026-03-04T17:40:29.172Z Compiling unicode-width v0.2.0
22012026-03-04T17:40:29.176Z Compiling libbz2-rs-sys v0.2.2
22022026-03-04T17:40:29.766Z Compiling managed v0.8.0
22032026-03-04T17:40:30.260Z Compiling winnow v0.5.40
22042026-03-04T17:40:31.080Z Compiling tokio-rustls v0.26.4
22052026-03-04T17:40:31.654Z Compiling hyper-rustls v0.27.7
22062026-03-04T17:40:32.294Z Compiling foldhash v0.1.5
22072026-03-04T17:40:32.993Z Compiling mime v0.3.17
22082026-03-04T17:40:33.917Z Compiling bitflags v1.3.2
22092026-03-04T17:40:34.056Z Compiling bumpalo v3.20.2
22102026-03-04T17:40:34.661Z Compiling zopfli v0.8.3
22112026-03-04T17:40:35.949Z Compiling toml_edit v0.19.15
22122026-03-04T17:40:36.568Z Compiling hashbrown v0.15.5
22132026-03-04T17:40:37.968Z Compiling rustls-platform-verifier v0.6.2
22142026-03-04T17:40:38.506Z Compiling bzip2 v0.6.1
22152026-03-04T17:40:38.953Z Compiling console v0.16.2
22162026-03-04T17:40:40.123Z Compiling elliptic-curve v0.13.8
22172026-03-04T17:40:40.244Z Compiling cargo_metadata v0.19.2
22182026-03-04T17:40:40.905Z Compiling dof v0.3.0
22192026-03-04T17:40:42.611Z Compiling phf v0.13.1
22202026-03-04T17:40:43.023Z Compiling zstd v0.13.3
22212026-03-04T17:40:43.275Z Compiling hyper-tls v0.6.0
22222026-03-04T17:40:43.667Z Compiling daft v0.1.5
22232026-03-04T17:40:43.717Z Compiling signal-hook-mio v0.2.5
22242026-03-04T17:40:43.754Z Compiling cookie_store v0.22.1
22252026-03-04T17:40:43.945Z Compiling rayon v1.11.0
22262026-03-04T17:40:44.307Z Compiling clap v4.5.60
22272026-03-04T17:40:44.536Z Compiling bzip2 v0.4.4
22282026-03-04T17:40:44.639Z Compiling postgres-types v0.2.12
22292026-03-04T17:40:45.015Z Compiling strum v0.27.2
22302026-03-04T17:40:45.150Z Compiling hubpack v0.1.2
22312026-03-04T17:40:45.224Z Compiling ed25519 v2.2.3
22322026-03-04T17:40:45.273Z Compiling dtrace-parser v0.2.0
22332026-03-04T17:40:45.302Z Compiling itertools v0.12.1
22342026-03-04T17:40:45.618Z Compiling phf_shared v0.11.3
22352026-03-04T17:40:46.057Z Compiling bstr v1.12.1
22362026-03-04T17:40:46.113Z Compiling pkcs1 v0.7.5
22372026-03-04T17:40:47.154Z Compiling rfc6979 v0.4.0
22382026-03-04T17:40:47.217Z Compiling float-cmp v0.10.0
22392026-03-04T17:40:47.476Z Compiling serde-big-array v0.5.1
22402026-03-04T17:40:47.770Z Compiling structmeta-derive v0.3.0
22412026-03-04T17:40:48.029Z Compiling env_filter v1.0.0
22422026-03-04T17:40:48.074Z Compiling memmap2 v0.9.10
22432026-03-04T17:40:48.481Z Compiling thread-id v4.2.2
22442026-03-04T17:40:48.592Z Compiling data-encoding v2.10.0
22452026-03-04T17:40:48.910Z Compiling unit-prefix v0.5.2
22462026-03-04T17:40:49.231Z Compiling whoami v2.1.0
22472026-03-04T17:40:49.935Z Compiling static_assertions v1.1.0
22482026-03-04T17:40:50.076Z Compiling fixedbitset v0.5.7
22492026-03-04T17:40:50.146Z Compiling toml_write v0.1.2
22502026-03-04T17:40:50.299Z Compiling normalize-line-endings v0.3.0
22512026-03-04T17:40:50.472Z Compiling precomputed-hash v0.1.1
22522026-03-04T17:40:50.602Z Compiling difflib v0.4.0
22532026-03-04T17:40:50.647Z Compiling fixedbitset v0.4.2
22542026-03-04T17:40:51.077Z Compiling new_debug_unreachable v1.0.6
22552026-03-04T17:40:51.213Z Compiling radium v0.7.0
22562026-03-04T17:40:51.237Z Compiling rustc-hash v2.1.1
22572026-03-04T17:40:51.470Z Compiling predicates-core v1.0.10
22582026-03-04T17:40:51.510Z Compiling jiff v0.2.21
22592026-03-04T17:40:51.652Z Compiling keccak v0.1.6
22602026-03-04T17:40:51.749Z Compiling predicates v3.1.4
22612026-03-04T17:40:51.800Z Compiling iddqd v0.3.17
22622026-03-04T17:40:52.080Z Compiling sha3 v0.10.8
22632026-03-04T17:40:52.692Z Compiling string_cache v0.8.9
22642026-03-04T17:40:53.044Z Compiling reqwest v0.12.28
22652026-03-04T17:40:53.092Z Compiling petgraph v0.6.5
22662026-03-04T17:40:53.870Z Compiling toml_edit v0.22.27
22672026-03-04T17:40:54.390Z Compiling petgraph v0.8.3
22682026-03-04T17:40:56.712Z Compiling structmeta v0.3.0
22692026-03-04T17:40:57.256Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22702026-03-04T17:40:59.156Z Compiling zip v4.6.1
22712026-03-04T17:41:00.233Z Compiling tokio-postgres v0.7.16
22722026-03-04T17:41:01.504Z Compiling hickory-proto v0.25.2
22732026-03-04T17:41:01.721Z Compiling indicatif v0.18.4
22742026-03-04T17:41:05.843Z Compiling usdt v0.6.0
22752026-03-04T17:41:06.543Z Compiling zone v0.3.1
22762026-03-04T17:41:06.759Z Compiling env_logger v0.11.9
22772026-03-04T17:41:06.919Z Compiling serde_with v3.17.0
22782026-03-04T17:41:07.554Z Compiling ecdsa v0.16.9
22792026-03-04T17:41:08.323Z Compiling similar v2.7.0
22802026-03-04T17:41:10.508Z Compiling rsa v0.9.10
22812026-03-04T17:41:11.490Z Compiling ed25519-dalek v2.2.0
22822026-03-04T17:41:12.728Z Compiling zip v0.6.6
22832026-03-04T17:41:12.941Z Compiling reqwest v0.13.2
22842026-03-04T17:41:14.046Z Compiling crossterm v0.28.1
22852026-03-04T17:41:16.621Z Compiling toml v0.7.8
22862026-03-04T17:41:16.925Z Compiling toml_parser v1.0.9+spec-1.1.0
22872026-03-04T17:41:17.212Z Compiling itertools v0.13.0
22882026-03-04T17:41:18.136Z Compiling strum v0.26.3
22892026-03-04T17:41:18.453Z Compiling tokio-stream v0.1.18
22902026-03-04T17:41:19.558Z Compiling x509-cert v0.2.5
22912026-03-04T17:41:20.400Z Compiling openapiv3 v2.2.0
22922026-03-04T17:41:20.514Z Compiling buf-list v1.1.2
22932026-03-04T17:41:21.112Z Compiling sha1 v0.10.6
22942026-03-04T17:41:21.198Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22952026-03-04T17:41:21.632Z Compiling toml_datetime v0.7.5+spec-1.1.0
22962026-03-04T17:41:22.003Z Compiling peg-runtime v0.8.5
22972026-03-04T17:41:22.396Z Compiling maybe-uninit v2.0.0
22982026-03-04T17:41:22.512Z Compiling lalrpop-util v0.19.12
22992026-03-04T17:41:22.838Z Compiling tap v1.0.1
23002026-03-04T17:41:23.071Z Compiling wyz v0.5.1
23012026-03-04T17:41:24.763Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23022026-03-04T17:41:35.232Z Compiling funty v2.0.0
23032026-03-04T17:41:35.546Z Compiling packed_struct v0.10.1
23042026-03-04T17:41:40.362Z Compiling bitvec v1.0.1
23052026-03-04T17:41:49.287Z Compiling packed_struct_codegen v0.10.1
23062026-03-04T17:41:49.326Z Compiling futures-executor v0.3.32
23072026-03-04T17:41:51.402Z Compiling bitfield-macros v0.19.4
23082026-03-04T17:41:51.822Z Compiling zerocopy-derive v0.6.6
23092026-03-04T17:41:53.236Z Compiling indexmap v1.9.3
23102026-03-04T17:41:53.338Z Compiling typeid v1.0.3
23112026-03-04T17:41:53.759Z Compiling nodrop v0.1.14
23122026-03-04T17:41:53.953Z Compiling crc-catalog v2.4.0
23132026-03-04T17:41:54.618Z Compiling crc v3.4.0
23142026-03-04T17:41:55.731Z Compiling array-init v0.0.4
23152026-03-04T17:41:56.416Z Compiling zerocopy v0.6.6
23162026-03-04T17:41:57.420Z Compiling bitfield v0.19.4
23172026-03-04T17:41:58.342Z Compiling futures v0.3.32
23182026-03-04T17:41:59.226Z Compiling smallvec v0.6.14
23192026-03-04T17:42:00.795Z Compiling derive-ex v0.1.8
23202026-03-04T17:42:05.117Z Compiling rustls v0.22.4
23212026-03-04T17:42:05.877Z Compiling hashbrown v0.12.3
23222026-03-04T17:42:06.445Z Compiling erased-serde v0.4.9
23232026-03-04T17:42:06.968Z Compiling base64 v0.21.7
23242026-03-04T17:42:08.571Z Compiling ron v0.8.1
23252026-03-04T17:42:11.848Z Compiling test-strategy v0.4.5
23262026-03-04T17:42:14.705Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
23272026-03-04T17:42:18.947Z Compiling serde-hex v0.1.0
23282026-03-04T17:42:20.747Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
23292026-03-04T17:42:21.371Z Compiling toml v0.8.23
23302026-03-04T17:42:23.560Z Compiling hashbrown v0.13.2
23312026-03-04T17:42:31.680Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
23322026-03-04T17:42:31.767Z Compiling rustls-webpki v0.102.8
23332026-03-04T17:42:31.879Z Compiling pin-project-internal v1.1.11
23342026-03-04T17:42:32.538Z Compiling filetime v0.2.27
23352026-03-04T17:42:33.011Z Compiling multer v3.1.0
23362026-03-04T17:42:33.485Z Compiling thread_local v1.1.9
23372026-03-04T17:42:35.749Z Compiling xattr v1.6.1
23382026-03-04T17:42:36.084Z Compiling same-file v1.0.6
23392026-03-04T17:42:36.316Z Compiling crc-any v2.5.0
23402026-03-04T17:42:36.764Z Compiling slog-async v2.8.0
23412026-03-04T17:42:37.449Z Compiling match_cfg v0.1.0
23422026-03-04T17:42:38.467Z Compiling hostname v0.3.1
23432026-03-04T17:42:39.665Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
23442026-03-04T17:42:45.437Z Compiling walkdir v2.5.0
23452026-03-04T17:42:47.057Z Compiling tar v0.4.44
23462026-03-04T17:42:50.946Z Compiling pin-project v1.1.11
23472026-03-04T17:42:53.181Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23482026-03-04T17:42:57.729Z Compiling object v0.30.4
23492026-03-04T17:43:00.106Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
23502026-03-04T17:43:01.509Z Compiling slog-json v2.6.1
23512026-03-04T17:43:01.535Z Compiling crossbeam-channel v0.5.15
23522026-03-04T17:43:02.020Z Compiling snafu-derive v0.8.9
23532026-03-04T17:43:03.254Z Compiling async-stream-impl v0.3.6
23542026-03-04T17:43:03.791Z Compiling ordered-float v2.10.1
23552026-03-04T17:43:04.016Z Compiling serde_spanned v1.0.4
23562026-03-04T17:43:04.322Z Compiling serde_path_to_error v0.1.20
23572026-03-04T17:43:04.410Z Compiling is-terminal v0.4.17
23582026-03-04T17:43:04.460Z Compiling fs-err v2.11.0
23592026-03-04T17:43:04.595Z Compiling dropshot v0.16.7
23602026-03-04T17:43:04.827Z Compiling path-slash v0.1.5
23612026-03-04T17:43:05.106Z Compiling debug-ignore v1.0.5
23622026-03-04T17:43:05.310Z Compiling term v1.2.1
23632026-03-04T17:43:05.366Z Compiling take_mut v0.2.2
23642026-03-04T17:43:05.591Z Compiling toml_writer v1.0.6+spec-1.1.0
23652026-03-04T17:43:06.122Z Compiling toml v0.9.12+spec-1.1.0
23662026-03-04T17:43:06.188Z Compiling snafu v0.8.9
23672026-03-04T17:43:06.214Z Compiling slog-term v2.9.2
23682026-03-04T17:43:07.699Z Compiling async-stream v0.3.6
23692026-03-04T17:43:08.008Z Compiling serde-value v0.7.0
23702026-03-04T17:43:08.053Z Compiling slog-bunyan v2.5.0
23712026-03-04T17:43:08.555Z Compiling serde-untagged v0.1.9
23722026-03-04T17:43:09.276Z Compiling tokio-rustls v0.25.0
23732026-03-04T17:43:09.490Z Compiling globset v0.4.18
23742026-03-04T17:43:09.515Z Compiling camino-tempfile v1.4.1
23752026-03-04T17:43:09.615Z Compiling parse-display-derive v0.10.0
23762026-03-04T17:43:09.786Z Compiling olpc-cjson v0.1.4
23772026-03-04T17:43:09.992Z Compiling dropshot_endpoint v0.16.7
23782026-03-04T17:43:10.183Z Compiling newtype-uuid-macros v0.1.0
23792026-03-04T17:43:10.320Z Compiling waitgroup v0.1.2
23802026-03-04T17:43:10.609Z Compiling pem v3.0.6
23812026-03-04T17:43:11.786Z Compiling rustls-pemfile v2.2.0
23822026-03-04T17:43:11.997Z Compiling half v2.7.1
23832026-03-04T17:43:12.086Z Compiling serde_plain v1.0.2
23842026-03-04T17:43:12.365Z Compiling async-recursion v1.1.1
23852026-03-04T17:43:12.660Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23862026-03-04T17:43:12.808Z Compiling blake3 v1.8.3
23872026-03-04T17:43:13.009Z Compiling hostname v0.4.2
23882026-03-04T17:43:13.310Z Compiling instant v0.1.13
23892026-03-04T17:43:13.430Z Compiling ciborium-io v0.2.2
23902026-03-04T17:43:13.471Z Compiling typed-path v0.9.3
23912026-03-04T17:43:13.510Z Compiling unicode-xid v0.2.6
23922026-03-04T17:43:13.595Z Compiling ciborium-ll v0.2.2
23932026-03-04T17:43:13.773Z Compiling cargo-util-schemas v0.8.2
23942026-03-04T17:43:14.111Z Compiling backoff v0.4.0
23952026-03-04T17:43:14.247Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23962026-03-04T17:43:14.522Z Compiling parse-display v0.10.0
23972026-03-04T17:43:14.549Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23982026-03-04T17:43:15.636Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23992026-03-04T17:43:16.431Z Compiling tough v0.20.0
24002026-03-04T17:43:16.506Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
24012026-03-04T17:43:16.623Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
24022026-03-04T17:43:17.191Z Compiling progenitor-client v0.13.0
24032026-03-04T17:43:18.197Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
24042026-03-04T17:43:18.395Z Compiling progenitor-client v0.10.0
24052026-03-04T17:43:19.276Z Compiling itertools v0.14.0
24062026-03-04T17:43:19.400Z Compiling backon v1.6.0
24072026-03-04T17:43:19.902Z Compiling macaddr v1.0.1
24082026-03-04T17:43:20.064Z Compiling cargo-platform v0.2.0
24092026-03-04T17:43:20.168Z Compiling regress v0.10.5
24102026-03-04T17:43:20.500Z Compiling parse-size v1.1.0
24112026-03-04T17:43:20.864Z Compiling indent_write v2.2.0
24122026-03-04T17:43:21.142Z Compiling arrayvec v0.7.6
24132026-03-04T17:43:21.283Z Compiling constant_time_eq v0.4.2
24142026-03-04T17:43:21.658Z Compiling arrayref v0.3.9
24152026-03-04T17:43:21.688Z Compiling cargo_metadata v0.21.0
24162026-03-04T17:43:22.781Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
24172026-03-04T17:43:24.345Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24182026-03-04T17:43:25.600Z Compiling ciborium v0.2.2
24192026-03-04T17:43:27.721Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
24202026-03-04T17:43:30.958Z Compiling display-error-chain v0.2.2
24212026-03-04T17:43:31.240Z Compiling topological-sort v0.2.2
24222026-03-04T17:43:31.601Z Compiling omicron-zone-package v0.12.2
24232026-03-04T17:43:31.866Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
24242026-03-04T17:43:32.655Z Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
24252026-03-04T17:43:36.764Z Compiling shell-words v1.1.1
24262026-03-04T17:43:42.088Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
24272026-03-04T17:43:56.396Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
24282026-03-04T17:44:15.576Z Finished `release` profile [optimized] target(s) in 6m 13s
24292026-03-04T17:44:15.763Z Running `target/release/omicron-releng --output-dir /work --mkincorp`
24302026-03-04T17:44:15.821ZMar 04 17:44:14.434 DEBG changing working directory to /work/oxidecomputer/omicron
24312026-03-04T17:44:15.960ZMar 04 17:44:14.573 DEBG running: git rev-parse HEAD
24322026-03-04T17:44:15.964ZMar 04 17:44:14.576 DEBG process exited with exit status: 0 (3.385073ms)
24332026-03-04T17:44:15.964ZMar 04 17:44:14.576 INFO version: 19.0.0-0.ci+gite18753cdeab
24342026-03-04T17:44:15.975ZMar 04 17:44:14.587 INFO cloning helios to /work/oxidecomputer/helios
24352026-03-04T17:44:15.975ZMar 04 17:44:14.587 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
24362026-03-04T17:44:15.978ZCloning into '/work/oxidecomputer/helios'...
24372026-03-04T17:44:16.883ZMar 04 17:44:15.495 DEBG process exited with exit status: 0 (907.808239ms)
24382026-03-04T17:44:16.883ZMar 04 17:44:15.495 DEBG running: git -C /work/oxidecomputer/helios rev-parse --verify HEAD^{commit}
24392026-03-04T17:44:16.886ZMar 04 17:44:15.498 DEBG process exited with exit status: 0 (3.307054ms)
24402026-03-04T17:44:16.886ZMar 04 17:44:15.498 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
24412026-03-04T17:44:18.290ZMar 04 17:44:16.902 DEBG process exited with exit status: 0 (1.403581673s)
24422026-03-04T17:44:18.290ZMar 04 17:44:16.902 DEBG running: zfs list rpool/images/build/host
24432026-03-04T17:44:18.295ZNAME USED AVAIL REFER MOUNTPOINT
24442026-03-04T17:44:18.295Zrpool/images/build/host 24K 151G 24K /rpool/images/build/host
24452026-03-04T17:44:18.322ZMar 04 17:44:16.908 DEBG process exited with exit status: 0 (5.440886ms)
24462026-03-04T17:44:18.322ZMar 04 17:44:16.908 DEBG running: zfs list rpool/images/build/recovery
24472026-03-04T17:44:18.322ZNAME USED AVAIL REFER MOUNTPOINT
24482026-03-04T17:44:18.322Zrpool/images/build/recovery 24K 151G 24K /rpool/images/build/recovery
24492026-03-04T17:44:18.322ZMar 04 17:44:16.912 DEBG process exited with exit status: 0 (4.478226ms)
24502026-03-04T17:44:18.322ZMar 04 17:44:16.913 INFO [hubris-production] running task
24512026-03-04T17:44:18.322ZMar 04 17:44:16.913 INFO [incorp-manifest] running task
24522026-03-04T17:44:18.322ZMar 04 17:44:16.913 INFO [hubris-staging] running task
24532026-03-04T17:44:18.322ZMar 04 17:44:16.913 INFO [incorp-create] running: pkgrepo create /work/incorporation
24542026-03-04T17:44:18.322ZMar 04 17:44:16.913 DEBG running: pkg list -g https://pkg.oxide.computer/helios/2/dev/ -F json -o fmri -n '*'
24552026-03-04T17:44:18.322ZMar 04 17:44:16.915 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
24562026-03-04T17:44:18.322ZMar 04 17:44:16.915 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
24572026-03-04T17:44:18.418Z[ helios-setup] cd tools/helios-build && cargo build --quiet
24582026-03-04T17:44:18.698ZMar 04 17:44:17.311 INFO [incorp-create] process exited with exit status: 0 (397.320972ms)
24592026-03-04T17:44:18.702ZMar 04 17:44:17.311 INFO [incorp-publisher] running: pkgrepo add-publisher -s /work/incorporation helios-dev
24602026-03-04T17:44:19.096Z[ omicron-package] Blocking waiting for file lock on package cache
24612026-03-04T17:44:19.125ZMar 04 17:44:17.736 INFO [incorp-publisher] process exited with exit status: 0 (424.805572ms)
24622026-03-04T17:44:19.771Z[ omicron-package] Blocking waiting for file lock on package cache
24632026-03-04T17:44:19.841ZMar 04 17:44:18.452 INFO [hubris-production] task succeeded (1.539514716s)
24642026-03-04T17:44:21.141Z[ omicron-package] Compiling ring v0.17.14
24652026-03-04T17:44:21.491Z[ omicron-package] Compiling itertools v0.14.0
24662026-03-04T17:44:21.494Z[ omicron-package] Compiling heapless v0.8.0
24672026-03-04T17:44:21.505Z[ omicron-package] Compiling toml_edit v0.23.10+spec-1.0.0
24682026-03-04T17:44:21.508Z[ omicron-package] Compiling hash32 v0.3.1
24692026-03-04T17:44:21.519Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24702026-03-04T17:44:21.519Z[ omicron-package] Compiling smoltcp v0.11.0
24712026-03-04T17:44:22.385Z[ omicron-package] Compiling cobs v0.3.0
24722026-03-04T17:44:23.036Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
24732026-03-04T17:44:23.484Z[ omicron-package] Compiling postcard v1.1.3
24742026-03-04T17:44:23.844Z[ omicron-package] Compiling proc-macro-crate v1.3.1
24752026-03-04T17:44:25.053Z[ omicron-package] Compiling proc-macro-crate v3.4.0
24762026-03-04T17:44:25.472Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
24772026-03-04T17:44:26.072Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
24782026-03-04T17:44:26.121Z[ omicron-package] Compiling foreign-types-macros v0.2.3
24792026-03-04T17:44:26.771Z[ omicron-package] Compiling foreign-types-shared v0.3.1
24802026-03-04T17:44:27.176Z[ omicron-package] Compiling num_enum_derive v0.7.5
24812026-03-04T17:44:27.332Z[ omicron-package] Compiling cpufeatures v0.3.0
24822026-03-04T17:44:27.610Z[ omicron-package] Compiling chacha20 v0.10.0
24832026-03-04T17:44:27.724Z[ omicron-package] Compiling ingot-macros v0.1.1
24842026-03-04T17:44:28.238Z[ omicron-package] Compiling num_enum_derive v0.5.11
24852026-03-04T17:44:29.003Z[ omicron-package] Compiling rustls v0.23.37
24862026-03-04T17:44:29.023Z[ omicron-package] Compiling foreign-types v0.5.0
24872026-03-04T17:44:29.957Z[ omicron-package] Compiling tabwriter v1.4.1
24882026-03-04T17:44:30.801Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24892026-03-04T17:44:31.106Z[ omicron-package] Compiling num_enum v0.7.5
24902026-03-04T17:44:31.826Z[ omicron-package] Compiling cstr-argument v0.1.2
24912026-03-04T17:44:31.832Z[ omicron-package] Compiling memoffset v0.9.1
24922026-03-04T17:44:32.545Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
24932026-03-04T17:44:32.866Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
24942026-03-04T17:44:32.910Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
24952026-03-04T17:44:33.168Z[ omicron-package] Compiling cfg_aliases v0.2.1
24962026-03-04T17:44:33.687Z[ omicron-package] Compiling nix v0.30.1
24972026-03-04T17:44:34.448Z[ omicron-package] Compiling rustls-webpki v0.103.9
24982026-03-04T17:44:34.791Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24992026-03-04T17:44:34.791Z[ omicron-package] Compiling num_enum v0.5.11
25002026-03-04T17:44:35.097Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25012026-03-04T17:44:35.543Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
25022026-03-04T17:44:35.555Z[ omicron-package] Compiling rand v0.10.0
25032026-03-04T17:44:36.484Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
25042026-03-04T17:44:37.099Z[ omicron-package] Compiling colored v3.1.1
25052026-03-04T17:44:37.248Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
25062026-03-04T17:44:39.194Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
25072026-03-04T17:44:39.194Z[ omicron-package] Compiling secrecy v0.10.3
25082026-03-04T17:44:39.194Z[ omicron-package] Compiling sigpipe v0.1.3
25092026-03-04T17:44:39.545Z[ omicron-package] Compiling num-derive v0.4.2
25102026-03-04T17:44:39.587Z[ omicron-package] Compiling ingot-types v0.1.2
25112026-03-04T17:44:39.777Z[ omicron-package] Compiling glob v0.3.3
25122026-03-04T17:44:39.948Z[ omicron-package] Compiling libefi-sys v0.1.0
25132026-03-04T17:44:40.480Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25142026-03-04T17:44:41.217Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
25152026-03-04T17:44:41.717Z[ omicron-package] Compiling ingot v0.1.1
25162026-03-04T17:44:42.843Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
25172026-03-04T17:44:43.051Z[ omicron-package] Compiling rustls v0.22.4
25182026-03-04T17:44:43.161Z[ omicron-package] Compiling usdt-attr-macro v0.5.0
25192026-03-04T17:44:43.290Z[ omicron-package] Compiling usdt-macro v0.5.0
25202026-03-04T17:44:44.986Z[ omicron-package] Compiling smf v0.2.3
25212026-03-04T17:44:45.026ZMar 04 17:44:43.633 INFO [hubris-staging] task succeeded (26.719824899s)
25222026-03-04T17:44:45.605Z[ omicron-package] Compiling memmap v0.7.0
25232026-03-04T17:44:45.676Z[ omicron-package] Compiling bitfield-struct v0.6.2
25242026-03-04T17:44:46.449Z[ omicron-package] Compiling whoami v1.6.1
25252026-03-04T17:44:47.752Z[ omicron-package] Compiling tokio-rustls v0.26.4
25262026-03-04T17:44:48.492Z[ omicron-package] Compiling hyper-rustls v0.27.7
25272026-03-04T17:44:48.537Z[ omicron-package] Compiling rustls-platform-verifier v0.6.2
25282026-03-04T17:44:48.541Z[ omicron-package] Compiling rustls-webpki v0.102.8
25292026-03-04T17:44:49.117Z[ omicron-package] Compiling reqwest v0.12.28
25302026-03-04T17:44:49.230Z[ omicron-package] Compiling reqwest v0.13.2
25312026-03-04T17:44:53.873Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25322026-03-04T17:44:55.000Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25332026-03-04T17:44:55.737Z[ omicron-package] Compiling usdt v0.5.0
25342026-03-04T17:44:56.374Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25352026-03-04T17:44:56.648Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25362026-03-04T17:44:56.907Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25372026-03-04T17:44:57.812Z[ omicron-package] Compiling tokio-dtrace v0.1.1
25382026-03-04T17:44:58.613Z[ omicron-package] Compiling gethostname v0.5.0
25392026-03-04T17:44:58.950Z[ omicron-package] Compiling tokio-rustls v0.25.0
25402026-03-04T17:44:59.005Z[ omicron-package] Compiling oxide-tokio-rt v0.1.2
25412026-03-04T17:44:59.406Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25422026-03-04T17:44:59.564Z[ omicron-package] Compiling dropshot v0.16.7
25432026-03-04T17:44:59.985Z[ omicron-package] Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
25442026-03-04T17:45:01.094Z[ omicron-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25452026-03-04T17:45:01.620Z[ helios-setup] warning: hiding a lifetime that's elided elsewhere is confusing
25462026-03-04T17:45:01.620Z[ helios-setup] --> src/main.rs:79:10
25472026-03-04T17:45:01.624Z[ helios-setup] |
25482026-03-04T17:45:01.624Z[ helios-setup] 79 | fn pc(s: &str) -> Component {
25492026-03-04T17:45:01.624Z[ helios-setup] | ^^^^ ^^^^^^^^^ the same lifetime is hidden here
25502026-03-04T17:45:01.624Z[ helios-setup] | |
25512026-03-04T17:45:01.624Z[ helios-setup] | the lifetime is elided here
25522026-03-04T17:45:01.624Z[ helios-setup] |
25532026-03-04T17:45:01.625Z[ helios-setup] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
25542026-03-04T17:45:01.625Z[ helios-setup] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
25552026-03-04T17:45:01.625Z[ helios-setup] help: use `'_` for type paths
25562026-03-04T17:45:01.625Z[ helios-setup] |
25572026-03-04T17:45:01.625Z[ helios-setup] 79 | fn pc(s: &str) -> Component<'_> {
25582026-03-04T17:45:01.625Z[ helios-setup] | ++++
25592026-03-04T17:45:01.625Z[ helios-setup]
25602026-03-04T17:45:02.176Z[ omicron-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
25612026-03-04T17:45:03.245Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25622026-03-04T17:45:08.603Z[ helios-setup] Mar 04 17:45:07.177 INFO helios repository root is: /work/oxidecomputer/helios
25632026-03-04T17:45:08.609Z[ helios-setup] Mar 04 17:45:07.180 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
25642026-03-04T17:45:08.609Z[ helios-setup] Mar 04 17:45:07.180 INFO cloning git@github.com:oxidecomputer/dmar-report.git at "/work/oxidecomputer/helios/projects/dmar-report"..., project: dmar-report
25652026-03-04T17:45:08.609Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/dmar-report'...
25662026-03-04T17:45:09.830Z[ helios-setup] Mar 04 17:45:08.432 INFO clone ok!, project: dmar-report
25672026-03-04T17:45:09.833Z[ helios-setup] Mar 04 17:45:08.432 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
25682026-03-04T17:45:09.833Z[ helios-setup] Mar 04 17:45:08.432 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
25692026-03-04T17:45:09.839Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
25702026-03-04T17:45:11.459Z[ helios-setup] Mar 04 17:45:10.061 INFO clone ok!, project: chelsio-t6-roms
25712026-03-04T17:45:11.463Z[ helios-setup] Mar 04 17:45:10.061 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
25722026-03-04T17:45:11.463Z[ helios-setup] Mar 04 17:45:10.061 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
25732026-03-04T17:45:11.466Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
25742026-03-04T17:45:12.267Z[ helios-setup] Mar 04 17:45:10.868 INFO clone ok!, project: pinprick
25752026-03-04T17:45:12.270Z[ helios-setup] Mar 04 17:45:10.868 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
25762026-03-04T17:45:12.270Z[ helios-setup] Mar 04 17:45:10.869 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
25772026-03-04T17:45:12.270Z[ helios-setup] Mar 04 17:45:10.869 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
25782026-03-04T17:45:12.274Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
25792026-03-04T17:45:12.599Z[ omicron-package] Compiling progenitor-client v0.13.0
25802026-03-04T17:45:13.783Z[ omicron-package] Compiling progenitor-client v0.10.0
25812026-03-04T17:45:13.825Z[ omicron-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
25822026-03-04T17:45:14.032Z[ helios-setup] Mar 04 17:45:12.634 INFO clone ok!, project: amd-host-image-builder
25832026-03-04T17:45:14.036Z[ helios-setup] Mar 04 17:45:12.634 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
25842026-03-04T17:45:14.036Z[ helios-setup] Mar 04 17:45:12.634 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
25852026-03-04T17:45:14.039Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
25862026-03-04T17:45:14.141Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25872026-03-04T17:45:15.102Z[ omicron-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25882026-03-04T17:45:15.795Z[ helios-setup] Mar 04 17:45:14.396 INFO clone ok!, project: pilot
25892026-03-04T17:45:15.799Z[ helios-setup] Mar 04 17:45:14.397 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
25902026-03-04T17:45:15.799Z[ helios-setup] Mar 04 17:45:14.397 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
25912026-03-04T17:45:15.802Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
25922026-03-04T17:45:16.673Z[ helios-setup] Mar 04 17:45:15.274 INFO clone ok!, project: bootserver
25932026-03-04T17:45:16.677Z[ helios-setup] Mar 04 17:45:15.274 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
25942026-03-04T17:45:16.677Z[ helios-setup] Mar 04 17:45:15.274 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
25952026-03-04T17:45:16.677Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
25962026-03-04T17:45:19.227Z[ omicron-package] Compiling omicron-zone-package v0.12.2
25972026-03-04T17:45:24.486ZMar 04 17:45:23.085 DEBG process exited with exit status: 0 (66.171807226s)
25982026-03-04T17:45:24.489ZMar 04 17:45:23.087 INFO [incorp-manifest] task succeeded (66.174342064s)
25992026-03-04T17:45:24.489ZMar 04 17:45:23.089 INFO [incorp-fmt] running: pkgfmt -u -f v2 /work/incorporation.p5m
26002026-03-04T17:45:25.054ZMar 04 17:45:23.653 INFO [incorp-fmt] process exited with exit status: 0 (566.077195ms)
26012026-03-04T17:45:25.058ZMar 04 17:45:23.655 INFO [incorp-pkgsend] running: pkgsend publish -s /work/incorporation /work/incorporation.p5m
26022026-03-04T17:45:25.727Z[ incorp-pkgsend] pkg://helios-dev/consolidation/oxide/omicron-release-incorporation@19.0.0.0,5.11:20260304T174524Z
26032026-03-04T17:45:25.727Z[ incorp-pkgsend] PUBLISHED
26042026-03-04T17:45:25.821ZMar 04 17:45:24.420 INFO [incorp-pkgsend] process exited with exit status: 0 (766.079769ms)
26052026-03-04T17:45:25.825ZMar 04 17:45:24.420 INFO [helios-incorp] running: pkgrecv -s /work/incorporation -a -d /work/incorporation.p5p -m latest -v '*'
26062026-03-04T17:45:26.365Z[ helios-incorp] Retrieving packages for publisher helios-dev ...
26072026-03-04T17:45:26.375Z[ helios-incorp] Retrieving catalog 'helios-dev' ... Done
26082026-03-04T17:45:26.506Z[ helios-incorp] Retrieving and evaluating 1 package(s)...
26092026-03-04T17:45:26.506Z[ helios-incorp] Fetching manifests: 1/1 100% complete
26102026-03-04T17:45:26.509Z[ helios-incorp] Fetching manifests: 1/1 100% complete
26112026-03-04T17:45:26.515Z[ helios-incorp]
26122026-03-04T17:45:26.515Z[ helios-incorp] Archiving packages ...
26132026-03-04T17:45:26.519Z[ helios-incorp] Packages to add: 1
26142026-03-04T17:45:26.519Z[ helios-incorp] Files to retrieve: 0
26152026-03-04T17:45:26.519Z[ helios-incorp] Estimated transfer size: 0.00 B
26162026-03-04T17:45:26.519Z[ helios-incorp]
26172026-03-04T17:45:26.519Z[ helios-incorp] Packages to archive:
26182026-03-04T17:45:26.519Z[ helios-incorp] consolidation/oxide/omicron-release-incorporation@19.0.0.0,5.11:20260304T174524Z
26192026-03-04T17:45:26.519Z[ helios-incorp]
26202026-03-04T17:45:26.519Z[ helios-incorp] Archiving: 1/7 items 0.0/0.1MB 0% complete
26212026-03-04T17:45:26.519Z[ helios-incorp] Archiving: Completed 108.19 kB in 0.00 seconds
26222026-03-04T17:45:26.602ZMar 04 17:45:25.201 INFO [helios-incorp] process exited with exit status: 0 (780.861705ms)
26232026-03-04T17:45:39.888Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
26242026-03-04T17:45:41.372Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26252026-03-04T17:45:44.113Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
26262026-03-04T17:45:59.294Z[ omicron-package] Finished `release` profile [optimized] target(s) in 1m 40s
26272026-03-04T17:45:59.565Z[ omicron-package]
26282026-03-04T17:45:59.565Z[ omicron-package] real 1:41.189244342
26292026-03-04T17:45:59.565Z[ omicron-package] user 8:57.485365218
26302026-03-04T17:45:59.568Z[ omicron-package] sys 34.251247780
26312026-03-04T17:45:59.568Z[ omicron-package] trap 1.099955425
26322026-03-04T17:45:59.568Z[ omicron-package] tflt 0.914480244
26332026-03-04T17:45:59.568Z[ omicron-package] dflt 0.851420015
26342026-03-04T17:45:59.568Z[ omicron-package] kflt 0.000018537
26352026-03-04T17:45:59.568Z[ omicron-package] lock 27:35.907748012
26362026-03-04T17:45:59.568Z[ omicron-package] slp 32:33.505927800
26372026-03-04T17:45:59.568ZMar 04 17:45:58.157[ omicron-package] lat 3:11.697553071
26382026-03-04T17:45:59.569Z INFO [omicron-package] process exited with exit status: 0 (101.241825985s)
26392026-03-04T17:45:59.569Z[ omicron-package] stop 1:26.090763704
26402026-03-04T17:45:59.569ZMar 04 17:45:58.157 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --preset host
26412026-03-04T17:45:59.569ZMar 04 17:45:58.158 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --preset recovery
26422026-03-04T17:45:59.580Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
26432026-03-04T17:45:59.580Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
26442026-03-04T17:45:59.583Z[ recovery-target] Created new build target 'recovery' and set it as active
26452026-03-04T17:45:59.583Z[ host-target] Created new build target 'host' and set it as active
26462026-03-04T17:45:59.586ZMar 04 17:45:58.176 INFO [recovery-target] process exited with exit status: 0 (18.335215ms)
26472026-03-04T17:45:59.586ZMar 04 17:45:58.176 INFO [host-target] process exited with exit status: 0 (18.732292ms)
26482026-03-04T17:45:59.586ZMar 04 17:45:58.176 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
26492026-03-04T17:45:59.592Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
26502026-03-04T17:46:01.015Z[ helios-setup] Mar 04 17:45:59.607 INFO clone ok!, project: amd-firmware
26512026-03-04T17:46:01.015Z[ helios-setup] Mar 04 17:45:59.607 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
26522026-03-04T17:46:01.018Z[ helios-setup] Mar 04 17:45:59.608 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
26532026-03-04T17:46:01.018Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
26542026-03-04T17:46:01.693Z[ host-package] Compiling ring v0.17.14
26552026-03-04T17:46:01.745Z[ helios-setup] Mar 04 17:46:00.337 INFO clone ok!, project: image-builder
26562026-03-04T17:46:01.749Z[ helios-setup] Mar 04 17:46:00.337 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
26572026-03-04T17:46:01.749Z[ helios-setup] Mar 04 17:46:00.337 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
26582026-03-04T17:46:01.749Z[ helios-setup] Mar 04 17:46:00.337 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
26592026-03-04T17:46:01.749Z[ helios-setup] Mar 04 17:46:00.337 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
26602026-03-04T17:46:01.749Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
26612026-03-04T17:46:01.980Z[ host-package] Compiling regress v0.10.5
26622026-03-04T17:46:01.984Z[ host-package] Compiling heck v0.5.0
26632026-03-04T17:46:02.036Z[ host-package] Compiling unsafe-libyaml v0.2.11
26642026-03-04T17:46:02.065Z[ host-package] Compiling convert_case v0.4.0
26652026-03-04T17:46:02.104Z[ host-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
26662026-03-04T17:46:02.109Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
26672026-03-04T17:46:02.550Z[ helios-setup] Mar 04 17:46:01.141 INFO clone ok!, project: phbl
26682026-03-04T17:46:02.553Z[ helios-setup] Mar 04 17:46:01.142 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
26692026-03-04T17:46:02.761Z[ host-package] Compiling derive_more v0.99.20
26702026-03-04T17:46:03.113Z[ helios-setup] Mar 04 17:46:01.704 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None
26712026-03-04T17:46:03.326Z[ host-package] Compiling typify-impl v0.6.1
26722026-03-04T17:46:03.662Z[ helios-setup] Mar 04 17:46:02.254 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created
26732026-03-04T17:46:03.662Z[ helios-setup] Mar 04 17:46:02.254 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
26742026-03-04T17:46:03.759Z[ host-package] Compiling serde_yaml v0.9.34+deprecated
26752026-03-04T17:46:04.211Z[ helios-setup] Mar 04 17:46:02.801 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None
26762026-03-04T17:46:04.784Z[ helios-setup] Mar 04 17:46:03.375 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created
26772026-03-04T17:46:04.784Z[ helios-setup] Mar 04 17:46:03.375 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
26782026-03-04T17:46:04.986Z[ host-package] Compiling prettyplease v0.2.37
26792026-03-04T17:46:05.303Z[ helios-setup] Mar 04 17:46:03.895 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None
26802026-03-04T17:46:05.429Z[ host-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
26812026-03-04T17:46:05.851Z[ helios-setup] Mar 04 17:46:04.443 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created
26822026-03-04T17:46:05.851Z[ helios-setup] Mar 04 17:46:04.443 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
26832026-03-04T17:46:05.855Z[ helios-setup] Mar 04 17:46:04.443 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
26842026-03-04T17:46:05.855Z[ helios-setup] Mar 04 17:46:04.443 INFO ok!
26852026-03-04T17:46:05.855Z[ helios-setup] Mar 04 17:46:04.443 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
26862026-03-04T17:46:05.855Z[ helios-setup] Mar 04 17:46:04.443 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
26872026-03-04T17:46:05.855Z[ helios-setup] Mar 04 17:46:04.443 INFO ok!
26882026-03-04T17:46:05.855Z[ helios-setup] Mar 04 17:46:04.443 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
26892026-03-04T17:46:05.855Z[ helios-setup] Mar 04 17:46:04.443 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
26902026-03-04T17:46:05.855Z[ helios-setup] Mar 04 17:46:04.443 INFO ok!
26912026-03-04T17:46:05.855Z[ helios-setup] Mar 04 17:46:04.443 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/dmar-report"
26922026-03-04T17:46:05.961Z[ helios-setup] Mar 04 17:46:04.552 INFO rust toolchain for "/work/oxidecomputer/helios/projects/dmar-report": "1.91.1-x86_64-unknown-illumos (default)"
26932026-03-04T17:46:05.961Z[ helios-setup] Mar 04 17:46:04.552 INFO building project "dmar-report" at /work/oxidecomputer/helios/projects/dmar-report
26942026-03-04T17:46:05.964Z[ helios-setup] Mar 04 17:46:04.552 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/dmar-report")
26952026-03-04T17:46:06.285Z[ helios-setup] Mar 04 17:46:04.876 INFO E| Updating crates.io index
26962026-03-04T17:46:06.461Z[ helios-setup] Mar 04 17:46:05.052 INFO E| Downloading crates ...
26972026-03-04T17:46:06.548Z[ helios-setup] Mar 04 17:46:05.139 INFO E| Downloaded autocfg v1.4.0
26982026-03-04T17:46:06.558Z[ helios-setup] Mar 04 17:46:05.149 INFO E| Downloaded bitflags v2.9.1
26992026-03-04T17:46:06.566Z[ helios-setup] Mar 04 17:46:05.157 INFO E| Downloaded itoa v1.0.15
27002026-03-04T17:46:06.569Z[ helios-setup] Mar 04 17:46:05.160 INFO E| Downloaded errno v0.3.12
27012026-03-04T17:46:06.575Z[ helios-setup] Mar 04 17:46:05.166 INFO E| Downloaded time-core v0.1.4
27022026-03-04T17:46:06.604Z[ helios-setup] Mar 04 17:46:05.195 INFO E| Downloaded deranged v0.4.0
27032026-03-04T17:46:06.607Z[ helios-setup] Mar 04 17:46:05.197 INFO E| Downloaded thiserror-impl v2.0.12
27042026-03-04T17:46:06.623Z[ helios-setup] Mar 04 17:46:05.212 INFO E| Downloaded thiserror v2.0.12
27052026-03-04T17:46:06.629Z[ helios-setup] Mar 04 17:46:05.220 INFO E| Downloaded quote v1.0.40
27062026-03-04T17:46:06.633Z[ helios-setup] Mar 04 17:46:05.224 INFO E| Downloaded time-macros v0.2.22
27072026-03-04T17:46:06.636Z[ helios-setup] Mar 04 17:46:05.228 INFO E| Downloaded unicode-ident v1.0.18
27082026-03-04T17:46:06.640Z[ helios-setup] Mar 04 17:46:05.231 INFO E| Downloaded serde_with_macros v3.12.0
27092026-03-04T17:46:06.644Z[ helios-setup] Mar 04 17:46:05.233 INFO E| Downloaded iana-time-zone v0.1.63
27102026-03-04T17:46:06.650Z[ helios-setup] Mar 04 17:46:05.241 INFO E| Downloaded tempfile v3.20.0
27112026-03-04T17:46:06.662Z[ helios-setup] Mar 04 17:46:05.253 INFO E| Downloaded anyhow v1.0.98
27122026-03-04T17:46:06.669Z[ helios-setup] Mar 04 17:46:05.260 INFO E| Downloaded serde_derive v1.0.219
27132026-03-04T17:46:06.673Z[ helios-setup] Mar 04 17:46:05.264 INFO E| Downloaded proc-macro2 v1.0.95
27142026-03-04T17:46:06.678Z[ helios-setup] Mar 04 17:46:05.269 INFO E| Downloaded ryu v1.0.20
27152026-03-04T17:46:06.684Z[ helios-setup] Mar 04 17:46:05.276 INFO E| Downloaded getrandom v0.3.3
27162026-03-04T17:46:06.702Z[ helios-setup] Mar 04 17:46:05.293 INFO E| Downloaded serde v1.0.219
27172026-03-04T17:46:06.707Z[ helios-setup] Mar 04 17:46:05.298 INFO E| Downloaded memchr v2.7.4
27182026-03-04T17:46:06.715Z[ helios-setup] Mar 04 17:46:05.306 INFO E| Downloaded indexmap v2.9.0
27192026-03-04T17:46:06.748Z[ helios-setup] Mar 04 17:46:05.339 INFO E| Downloaded serde_with v3.12.0
27202026-03-04T17:46:06.760Z[ helios-setup] Mar 04 17:46:05.351 INFO E| Downloaded time v0.3.41
27212026-03-04T17:46:06.771Z[ helios-setup] Mar 04 17:46:05.362 INFO E| Downloaded serde_json v1.0.140
27222026-03-04T17:46:06.782Z[ helios-setup] Mar 04 17:46:05.373 INFO E| Downloaded hashbrown v0.15.3
27232026-03-04T17:46:06.790Z[ helios-setup] Mar 04 17:46:05.381 INFO E| Downloaded chrono v0.4.41
27242026-03-04T17:46:06.822Z[ helios-setup] Mar 04 17:46:05.411 INFO E| Downloaded syn v2.0.101
27252026-03-04T17:46:06.846Z[ helios-setup] Mar 04 17:46:05.430 INFO E| Downloaded rustix v1.0.7
27262026-03-04T17:46:06.897Z[ helios-setup] Mar 04 17:46:05.488 INFO E| Downloaded libc v0.2.172
27272026-03-04T17:46:07.019Z[ helios-setup] Mar 04 17:46:05.610 INFO E| Compiling proc-macro2 v1.0.95
27282026-03-04T17:46:07.019Z[ helios-setup] Mar 04 17:46:05.610 INFO E| Compiling unicode-ident v1.0.18
27292026-03-04T17:46:07.022Z[ helios-setup] Mar 04 17:46:05.610 INFO E| Compiling libc v0.2.172
27302026-03-04T17:46:07.022Z[ helios-setup] Mar 04 17:46:05.610 INFO E| Compiling strsim v0.11.1
27312026-03-04T17:46:07.022Z[ helios-setup] Mar 04 17:46:05.610 INFO E| Compiling ident_case v1.0.1
27322026-03-04T17:46:07.022Z[ helios-setup] Mar 04 17:46:05.610 INFO E| Compiling fnv v1.0.7
27332026-03-04T17:46:07.023Z[ helios-setup] Mar 04 17:46:05.610 INFO E| Compiling serde v1.0.219
27342026-03-04T17:46:07.023Z[ helios-setup] Mar 04 17:46:05.610 INFO E| Compiling rustix v1.0.7
27352026-03-04T17:46:07.124Z[ host-package] Compiling rustls v0.23.37
27362026-03-04T17:46:07.192Z[ host-package] Compiling universal-hash v0.5.1
27372026-03-04T17:46:07.330Z[ host-package] Compiling thiserror-impl-no-std v2.0.2
27382026-03-04T17:46:07.583Z[ host-package] Compiling unicode-width v0.1.14
27392026-03-04T17:46:07.924Z[ helios-setup] Mar 04 17:46:06.515 INFO E| Compiling getrandom v0.3.3
27402026-03-04T17:46:07.924Z[ helios-setup] Mar 04 17:46:06.515 INFO E| Compiling anyhow v1.0.98
27412026-03-04T17:46:08.078Z[ helios-setup] Mar 04 17:46:06.632 INFO E| Compiling bitflags v2.9.1
27422026-03-04T17:46:08.370Z[ helios-setup] Mar 04 17:46:06.960 INFO E| Compiling serde_json v1.0.140
27432026-03-04T17:46:08.755Z[ helios-setup] Mar 04 17:46:07.345 INFO E| Compiling cfg-if v1.0.0
27442026-03-04T17:46:09.101Z[ host-package] Compiling opaque-debug v0.3.1
27452026-03-04T17:46:09.211Z[ helios-setup] Mar 04 17:46:07.801 INFO E| Compiling thiserror v2.0.12
27462026-03-04T17:46:09.228Z[ host-package] Compiling chacha20 v0.9.1
27472026-03-04T17:46:09.286Z[ helios-setup] Mar 04 17:46:07.877 INFO E| Compiling ryu v1.0.20
27482026-03-04T17:46:09.342Z[ helios-setup] Mar 04 17:46:07.933 INFO E| Compiling once_cell v1.21.3
27492026-03-04T17:46:09.558Z[ helios-setup] Mar 04 17:46:08.148 INFO E| Compiling memchr v2.7.4
27502026-03-04T17:46:09.591Z[ host-package] Compiling poly1305 v0.8.0
27512026-03-04T17:46:09.831Z[ helios-setup] Mar 04 17:46:08.422 INFO E| Compiling dmar-report v0.1.2 (/work/oxidecomputer/helios/projects/dmar-report)
27522026-03-04T17:46:09.907Z[ helios-setup] Mar 04 17:46:08.497 INFO E| Compiling itoa v1.0.15
27532026-03-04T17:46:10.475Z[ helios-setup] Mar 04 17:46:09.065 INFO E| Compiling quote v1.0.40
27542026-03-04T17:46:10.573Z[ helios-setup] Mar 04 17:46:09.162 INFO E| Compiling fastrand v2.3.0
27552026-03-04T17:46:10.659Z[ host-package] Compiling password-hash v0.5.0
27562026-03-04T17:46:10.812Z[ helios-setup] Mar 04 17:46:09.402 INFO E| Compiling errno v0.3.12
27572026-03-04T17:46:11.259Z[ host-package] Compiling thiserror-no-std v2.0.2
27582026-03-04T17:46:11.313Z[ helios-setup] Mar 04 17:46:09.902 INFO E| Compiling syn v2.0.101
27592026-03-04T17:46:11.858Z[ host-package] Compiling rustls-webpki v0.103.9
27602026-03-04T17:46:12.121Z[ host-package] Compiling blake2 v0.10.6
27612026-03-04T17:46:13.432Z[ host-package] Compiling aead v0.5.2
27622026-03-04T17:46:13.875Z[ host-package] Compiling is-terminal v0.4.17
27632026-03-04T17:46:14.001Z[ host-package] Compiling swrite v0.1.0
27642026-03-04T17:46:14.138Z[ host-package] Compiling chacha20poly1305 v0.10.1
27652026-03-04T17:46:14.301Z[ helios-setup] Mar 04 17:46:12.890 INFO E| Compiling tempfile v3.20.0
27662026-03-04T17:46:14.354Z[ host-package] Compiling argon2 v0.5.3
27672026-03-04T17:46:14.518Z[ host-package] Compiling vsss-rs v3.3.4
27682026-03-04T17:46:14.845Z[ host-package] Compiling typify-impl v0.4.3
27692026-03-04T17:46:17.550Z[ host-package] Compiling serde_spanned v1.0.4
27702026-03-04T17:46:18.084Z[ host-package] Compiling rustls v0.22.4
27712026-03-04T17:46:18.154Z[ host-package] Compiling toml_writer v1.0.6+spec-1.1.0
27722026-03-04T17:46:18.713Z[ host-package] Compiling toml v0.9.12+spec-1.1.0
27732026-03-04T17:46:18.808Z[ helios-setup] Mar 04 17:46:17.397 INFO E| Compiling darling_core v0.20.11
27742026-03-04T17:46:19.802Z[ host-package] Compiling typify-macro v0.6.1
27752026-03-04T17:46:20.896Z[ host-package] Compiling bytecount v0.6.9
27762026-03-04T17:46:21.360Z[ helios-setup] Mar 04 17:46:19.948 INFO E| Compiling serde_derive v1.0.219
27772026-03-04T17:46:21.360Z[ helios-setup] Mar 04 17:46:19.948 INFO E| Compiling thiserror-impl v2.0.12
27782026-03-04T17:46:22.570Z[ host-package] Compiling rustls-webpki v0.102.8
27792026-03-04T17:46:24.130Z[ helios-setup] Mar 04 17:46:22.717 INFO E| Compiling darling_macro v0.20.11
27802026-03-04T17:46:24.983Z[ host-package] Compiling tokio-rustls v0.26.4
27812026-03-04T17:46:25.791Z[ helios-setup] Mar 04 17:46:24.378 INFO E| Compiling darling v0.20.11
27822026-03-04T17:46:25.952Z[ helios-setup] Mar 04 17:46:24.539 INFO E| Compiling serde_with_macros v3.12.0
27832026-03-04T17:46:26.001Z[ host-package] Compiling hyper-rustls v0.27.7
27842026-03-04T17:46:26.527Z[ host-package] Compiling rustls-platform-verifier v0.6.2
27852026-03-04T17:46:26.630Z[ host-package] Compiling reqwest v0.12.28
27862026-03-04T17:46:27.197Z[ host-package] Compiling reqwest v0.13.2
27872026-03-04T17:46:29.083Z[ host-package] Compiling typify v0.6.1
27882026-03-04T17:46:29.420Z[ host-package] Compiling progenitor-impl v0.13.0
27892026-03-04T17:46:30.074Z[ host-package] Compiling typify-macro v0.4.3
27902026-03-04T17:46:35.575Z[ helios-setup] Mar 04 17:46:34.160 INFO E| Compiling serde_with v3.12.0
27912026-03-04T17:46:35.721Z[ host-package] Compiling tokio-rustls v0.25.0
27922026-03-04T17:46:36.038Z[ host-package] Compiling progenitor-macro v0.13.0
27932026-03-04T17:46:36.551Z[ host-package] Compiling dropshot v0.16.7
27942026-03-04T17:46:37.174Z[ host-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27952026-03-04T17:46:46.601Z[ helios-setup] Mar 04 17:46:45.185 INFO E| Finished `release` profile [optimized] target(s) in 40.52s
27962026-03-04T17:46:46.640Z[ helios-setup] Mar 04 17:46:45.223 INFO building project "dmar-report" ok (40 seconds)
27972026-03-04T17:46:46.644Z[ helios-setup] Mar 04 17:46:45.223 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pinprick"
27982026-03-04T17:46:46.770Z[ helios-setup] Mar 04 17:46:45.353 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pinprick": "1.91.1-x86_64-unknown-illumos (default)"
27992026-03-04T17:46:46.770Z[ helios-setup] Mar 04 17:46:45.353 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
28002026-03-04T17:46:46.770Z[ helios-setup] Mar 04 17:46:45.353 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
28012026-03-04T17:46:47.203Z[ helios-setup] Mar 04 17:46:45.786 INFO E| Downloading crates ...
28022026-03-04T17:46:47.311Z[ helios-setup] Mar 04 17:46:45.895 INFO E| Downloaded adler2 v2.0.0
28032026-03-04T17:46:47.401Z[ helios-setup] Mar 04 17:46:45.985 INFO E| Downloaded miniz_oxide v0.8.8
28042026-03-04T17:46:47.465Z[ helios-setup] Mar 04 17:46:46.048 INFO E| Compiling adler2 v2.0.0
28052026-03-04T17:46:47.666Z[ helios-setup] Mar 04 17:46:46.249 INFO E| Compiling miniz_oxide v0.8.8
28062026-03-04T17:46:50.158Z[ helios-setup] Mar 04 17:46:48.739 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
28072026-03-04T17:46:50.895Z[ host-package] Compiling progenitor-client v0.13.0
28082026-03-04T17:46:51.058Z[ helios-setup] Mar 04 17:46:49.640 INFO E| Finished `release` profile [optimized] target(s) in 4.14s
28092026-03-04T17:46:51.070Z[ helios-setup] Mar 04 17:46:49.652 INFO building project "pinprick" ok (4 seconds)
28102026-03-04T17:46:51.070Z[ helios-setup] Mar 04 17:46:49.653 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
28112026-03-04T17:46:51.213Z[ helios-setup] Mar 04 17:46:49.796 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')"
28122026-03-04T17:46:51.213Z[ helios-setup] Mar 04 17:46:49.796 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
28132026-03-04T17:46:51.217Z[ helios-setup] Mar 04 17:46:49.796 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
28142026-03-04T17:46:51.621Z[ helios-setup] Mar 04 17:46:50.203 INFO E| Updating crates.io index
28152026-03-04T17:46:51.678Z[ helios-setup] Mar 04 17:46:50.260 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
28162026-03-04T17:46:52.095Z[ host-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28172026-03-04T17:46:52.635Z[ helios-setup] Mar 04 17:46:51.217 INFO E| From https://github.com/oxidecomputer/amd-apcb
28182026-03-04T17:46:52.635Z[ helios-setup] Mar 04 17:46:51.217 INFO E| * [new ref] 1ec66d607de2437813cdd9ffa91719a4b163b3cf -> refs/commit/1ec66d607de2437813cdd9ffa91719a4b163b3cf
28192026-03-04T17:46:52.662Z[ helios-setup] Mar 04 17:46:51.244 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-efs.git`
28202026-03-04T17:46:52.936Z[ host-package] Compiling progenitor-client v0.10.0
28212026-03-04T17:46:53.401Z[ helios-setup] Mar 04 17:46:51.983 INFO E| From https://github.com/oxidecomputer/amd-efs
28222026-03-04T17:46:53.401Z[ helios-setup] Mar 04 17:46:51.983 INFO E| * [new ref] da9716b305396da455bd7f6f665cec493c780037 -> refs/commit/da9716b305396da455bd7f6f665cec493c780037
28232026-03-04T17:46:53.736Z[ helios-setup] Mar 04 17:46:52.318 INFO E| Downloading crates ...
28242026-03-04T17:46:53.882Z[ helios-setup] Mar 04 17:46:52.463 INFO E| Downloaded unic-ucd-ident v0.9.0
28252026-03-04T17:46:53.888Z[ helios-setup] Mar 04 17:46:52.466 INFO E| Downloaded ansi_term v0.12.1
28262026-03-04T17:46:53.888Z[ helios-setup] Mar 04 17:46:52.469 INFO E| Downloaded strsim v0.8.0
28272026-03-04T17:46:53.891Z[ helios-setup] Mar 04 17:46:52.471 INFO E| Downloaded structopt v0.3.26
28282026-03-04T17:46:53.902Z[ helios-setup] Mar 04 17:46:52.484 INFO E| Downloaded vec_map v0.8.2
28292026-03-04T17:46:53.905Z[ helios-setup] Mar 04 17:46:52.486 INFO E| Downloaded fletcher v1.0.0
28302026-03-04T17:46:53.905Z[ helios-setup] Mar 04 17:46:52.487 INFO E| Downloaded dyn-clone v1.0.19
28312026-03-04T17:46:53.909Z[ helios-setup] Mar 04 17:46:52.489 INFO E| Downloaded unic-ucd-version v0.9.0
28322026-03-04T17:46:53.909Z[ helios-setup] Mar 04 17:46:52.491 INFO E| Downloaded heck v0.3.3
28332026-03-04T17:46:53.913Z[ helios-setup] Mar 04 17:46:52.493 INFO E| Downloaded unic-common v0.9.0
28342026-03-04T17:46:53.913Z[ helios-setup] Mar 04 17:46:52.494 INFO E| Downloaded unic-char-range v0.9.0
28352026-03-04T17:46:53.916Z[ helios-setup] Mar 04 17:46:52.496 INFO E| Downloaded unic-char-property v0.9.0
28362026-03-04T17:46:53.916Z[ helios-setup] Mar 04 17:46:52.498 INFO E| Downloaded strum v0.27.1
28372026-03-04T17:46:53.919Z[ helios-setup] Mar 04 17:46:52.499 INFO E| Downloaded rustversion v1.0.20
28382026-03-04T17:46:53.923Z[ helios-setup] Mar 04 17:46:52.503 INFO E| Downloaded textwrap v0.11.0
28392026-03-04T17:46:53.926Z[ helios-setup] Mar 04 17:46:52.506 INFO E| Downloaded structopt-derive v0.4.18
28402026-03-04T17:46:53.926Z[ helios-setup] Mar 04 17:46:52.508 INFO E| Downloaded modular-bitfield-impl v0.11.2
28412026-03-04T17:46:53.929Z[ helios-setup] Mar 04 17:46:52.510 INFO E| Downloaded bytesize v2.0.1
28422026-03-04T17:46:53.932Z[ helios-setup] Mar 04 17:46:52.512 INFO E| Downloaded pest_generator v2.8.0
28432026-03-04T17:46:53.943Z[ helios-setup] Mar 04 17:46:52.525 INFO E| Downloaded strum_macros v0.27.1
28442026-03-04T17:46:53.947Z[ helios-setup] Mar 04 17:46:52.529 INFO E| Downloaded modular-bitfield v0.13.1
28452026-03-04T17:46:53.959Z[ helios-setup] Mar 04 17:46:52.541 INFO E| Downloaded typenum v1.18.0
28462026-03-04T17:46:53.964Z[ helios-setup] Mar 04 17:46:52.546 INFO E| Downloaded zerocopy-derive v0.8.25
28472026-03-04T17:46:53.973Z[ helios-setup] Mar 04 17:46:52.555 INFO E| Downloaded modular-bitfield v0.11.2
28482026-03-04T17:46:53.988Z[ helios-setup] Mar 04 17:46:52.570 INFO E| Downloaded pest v2.8.0
28492026-03-04T17:46:53.995Z[ helios-setup] Mar 04 17:46:52.577 INFO E| Downloaded log v0.4.27
28502026-03-04T17:46:53.999Z[ helios-setup] Mar 04 17:46:52.581 INFO E| Downloaded goblin v0.9.3
28512026-03-04T17:46:54.007Z[ helios-setup] Mar 04 17:46:52.589 INFO E| Downloaded zerocopy v0.8.25
28522026-03-04T17:46:54.047Z[ helios-setup] Mar 04 17:46:52.629 INFO E| Downloaded clap v2.34.0
28532026-03-04T17:46:54.056Z[ helios-setup] Mar 04 17:46:52.638 INFO E| Downloaded pest_derive v2.8.0
28542026-03-04T17:46:54.060Z[ helios-setup] Mar 04 17:46:52.641 INFO E| Downloaded modular-bitfield-impl v0.13.1
28552026-03-04T17:46:54.063Z[ helios-setup] Mar 04 17:46:52.643 INFO E| Downloaded parse_int v0.9.0
28562026-03-04T17:46:54.063Z[ helios-setup] Mar 04 17:46:52.645 INFO E| Downloaded four-cc v0.4.0
28572026-03-04T17:46:54.077Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28582026-03-04T17:46:54.080Z[ helios-setup] Mar 04 17:46:52.658 INFO E| Downloaded pest_meta v2.8.0
28592026-03-04T17:46:54.179Z[ helios-setup] Mar 04 17:46:52.761 INFO E| Compiling proc-macro2 v1.0.95
28602026-03-04T17:46:54.179Z[ helios-setup] Mar 04 17:46:52.761 INFO E| Compiling unicode-ident v1.0.18
28612026-03-04T17:46:54.179Z[ helios-setup] Mar 04 17:46:52.761 INFO E| Compiling memchr v2.7.4
28622026-03-04T17:46:54.182Z[ helios-setup] Mar 04 17:46:52.761 INFO E| Compiling thiserror v2.0.12
28632026-03-04T17:46:54.182Z[ helios-setup] Mar 04 17:46:52.761 INFO E| Compiling autocfg v1.4.0
28642026-03-04T17:46:54.182Z[ helios-setup] Mar 04 17:46:52.761 INFO E| Compiling syn v1.0.109
28652026-03-04T17:46:54.182Z[ helios-setup] Mar 04 17:46:52.761 INFO E| Compiling serde v1.0.219
28662026-03-04T17:46:54.182Z[ helios-setup] Mar 04 17:46:52.761 INFO E| Compiling version_check v0.9.5
28672026-03-04T17:46:54.642Z[ helios-setup] Mar 04 17:46:53.224 INFO E| Compiling serde_json v1.0.140
28682026-03-04T17:46:55.367Z[ helios-setup] Mar 04 17:46:53.948 INFO E| Compiling itoa v1.0.15
28692026-03-04T17:46:55.635Z[ helios-setup] Mar 04 17:46:54.216 INFO E| Compiling schemars v0.8.22
28702026-03-04T17:46:55.715Z[ helios-setup] Mar 04 17:46:54.297 INFO E| Compiling ryu v1.0.20
28712026-03-04T17:46:55.891Z[ helios-setup] Mar 04 17:46:54.472 INFO E| Compiling num-traits v0.2.19
28722026-03-04T17:46:56.143Z[ helios-setup] Mar 04 17:46:54.725 INFO E| Compiling memoffset v0.9.1
28732026-03-04T17:46:56.147Z[ helios-setup] Mar 04 17:46:54.725 INFO E| Compiling proc-macro-error-attr v1.0.4
28742026-03-04T17:46:56.367Z[ helios-setup] Mar 04 17:46:54.947 INFO E| Compiling static_assertions v1.1.0
28752026-03-04T17:46:56.594Z[ helios-setup] Mar 04 17:46:55.175 INFO E| Compiling rustversion v1.0.20
28762026-03-04T17:46:56.609Z[ helios-setup] Mar 04 17:46:55.191 INFO E| Compiling paste v1.0.15
28772026-03-04T17:46:56.971Z[ helios-setup] Mar 04 17:46:55.552 INFO E| Compiling ucd-trie v0.1.7
28782026-03-04T17:46:57.199Z[ helios-setup] Mar 04 17:46:55.778 INFO E| Compiling libc v0.2.172
28792026-03-04T17:46:57.278Z[ helios-setup] Mar 04 17:46:55.858 INFO E| Compiling zerocopy v0.8.25
28802026-03-04T17:46:57.412Z[ helios-setup] Mar 04 17:46:55.992 INFO E| Compiling dyn-clone v1.0.19
28812026-03-04T17:46:58.171Z[ helios-setup] Mar 04 17:46:56.752 INFO E| Compiling proc-macro-error v1.0.4
28822026-03-04T17:46:58.184Z[ helios-setup] Mar 04 17:46:56.765 INFO E| Compiling once_cell v1.21.3
28832026-03-04T17:46:58.791Z[ helios-setup] Mar 04 17:46:57.371 INFO E| Compiling quote v1.0.40
28842026-03-04T17:46:58.986Z[ helios-setup] Mar 04 17:46:57.567 INFO E| Compiling unicode-segmentation v1.12.0
28852026-03-04T17:46:59.452Z[ helios-setup] Mar 04 17:46:58.032 INFO E| Compiling syn v2.0.101
28862026-03-04T17:47:00.378Z[ helios-setup] Mar 04 17:46:58.959 INFO E| Compiling unicode-width v0.1.14
28872026-03-04T17:47:00.499Z[ helios-setup] Mar 04 17:46:59.078 INFO E| Compiling heck v0.5.0
28882026-03-04T17:47:00.680Z[ helios-setup] Mar 04 17:46:59.258 INFO E| Compiling heck v0.3.3
28892026-03-04T17:47:00.704Z[ helios-setup] Mar 04 17:46:59.285 INFO E| Compiling atty v0.2.14
28902026-03-04T17:47:00.999Z[ helios-setup] Mar 04 17:46:59.579 INFO E| Compiling strsim v0.8.0
28912026-03-04T17:47:01.268Z[ helios-setup] Mar 04 17:46:59.849 INFO E| Compiling textwrap v0.11.0
28922026-03-04T17:47:01.522Z[ helios-setup] Mar 04 17:47:00.103 INFO E| Compiling parse_int v0.9.0
28932026-03-04T17:47:01.612Z[ helios-setup] Mar 04 17:47:00.192 INFO E| Compiling fletcher v1.0.0
28942026-03-04T17:47:01.612Z[ helios-setup] Mar 04 17:47:00.192 INFO E| Compiling strum v0.27.1
28952026-03-04T17:47:01.743Z[ helios-setup] Mar 04 17:47:00.323 INFO E| Compiling vec_map v0.8.2
28962026-03-04T17:47:01.938Z[ helios-setup] Mar 04 17:47:00.518 INFO E| Compiling byteorder v1.5.0
28972026-03-04T17:47:02.097Z[ helios-setup] Mar 04 17:47:00.677 INFO E| Compiling bitflags v1.3.2
28982026-03-04T17:47:02.161Z[ helios-setup] Mar 04 17:47:00.741 INFO E| Compiling unic-char-range v0.9.0
28992026-03-04T17:47:02.223Z[ helios-setup] Mar 04 17:47:00.803 INFO E| Compiling unic-common v0.9.0
29002026-03-04T17:47:02.406Z[ helios-setup] Mar 04 17:47:00.986 INFO E| Compiling ansi_term v0.12.1
29012026-03-04T17:47:02.462Z[ helios-setup] Mar 04 17:47:01.042 INFO E| Compiling unic-char-property v0.9.0
29022026-03-04T17:47:02.531Z[ helios-setup] Mar 04 17:47:01.111 INFO E| Compiling unic-ucd-version v0.9.0
29032026-03-04T17:47:02.552Z[ helios-setup] Mar 04 17:47:01.132 INFO E| Compiling log v0.4.27
29042026-03-04T17:47:02.579Z[ helios-setup] Mar 04 17:47:01.159 INFO E| Compiling lazy_static v1.5.0
29052026-03-04T17:47:02.859Z[ helios-setup] Mar 04 17:47:01.439 INFO E| Compiling plain v0.2.3
29062026-03-04T17:47:02.878Z[ helios-setup] Mar 04 17:47:01.458 INFO E| Compiling unic-ucd-ident v0.9.0
29072026-03-04T17:47:02.881Z[ helios-setup] Mar 04 17:47:01.458 INFO E| Compiling bytesize v2.0.1
29082026-03-04T17:47:03.108Z[ helios-setup] Mar 04 17:47:01.688 INFO E| Compiling clap v2.34.0
29092026-03-04T17:47:07.312Z[ host-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
29102026-03-04T17:47:07.722Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29112026-03-04T17:47:09.224Z[ helios-setup] Mar 04 17:47:07.803 INFO E| Compiling serde_derive_internals v0.29.1
29122026-03-04T17:47:09.630Z[ helios-setup] Mar 04 17:47:08.208 INFO E| Compiling modular-bitfield-impl v0.11.2
29132026-03-04T17:47:10.040Z[ helios-setup] Mar 04 17:47:08.619 INFO E| Compiling structopt-derive v0.4.18
29142026-03-04T17:47:12.913Z[ helios-setup] Mar 04 17:47:11.491 INFO E| Compiling thiserror-impl v2.0.12
29152026-03-04T17:47:13.002Z[ helios-setup] Mar 04 17:47:11.580 INFO E| Compiling serde_derive v1.0.219
29162026-03-04T17:47:13.048Z[ helios-setup] Mar 04 17:47:11.626 INFO E| Compiling schemars_derive v0.8.22
29172026-03-04T17:47:13.051Z[ helios-setup] Mar 04 17:47:11.627 INFO E| Compiling zerocopy-derive v0.8.25
29182026-03-04T17:47:13.305Z[ helios-setup] Mar 04 17:47:11.883 INFO E| Compiling modular-bitfield-impl v0.13.1
29192026-03-04T17:47:13.739Z[ helios-setup] Mar 04 17:47:12.317 INFO E| Compiling num-derive v0.4.2
29202026-03-04T17:47:14.196Z[ helios-setup] Mar 04 17:47:12.775 INFO E| Compiling modular-bitfield v0.11.2
29212026-03-04T17:47:14.961Z[ helios-setup] Mar 04 17:47:13.539 INFO E| Compiling scroll_derive v0.12.1
29222026-03-04T17:47:15.266Z[ host-package] Compiling progenitor v0.13.0
29232026-03-04T17:47:15.884Z[ host-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29242026-03-04T17:47:15.988Z[ helios-setup] Mar 04 17:47:14.566 INFO E| Compiling strum_macros v0.27.1
29252026-03-04T17:47:18.121Z[ helios-setup] Mar 04 17:47:16.698 INFO E| Compiling structopt v0.3.26
29262026-03-04T17:47:18.442Z[ helios-setup] Mar 04 17:47:17.015 INFO E| Compiling modular-bitfield v0.13.1
29272026-03-04T17:47:18.608Z[ helios-setup] Mar 04 17:47:17.175 INFO E| Compiling pest v2.8.0
29282026-03-04T17:47:18.637Z[ helios-setup] Mar 04 17:47:17.214 INFO E| Compiling scroll v0.12.0
29292026-03-04T17:47:19.560Z[ helios-setup] Mar 04 17:47:18.137 INFO E| Compiling goblin v0.9.3
29302026-03-04T17:47:21.030Z[ host-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
29312026-03-04T17:47:23.501Z[ helios-setup] Mar 04 17:47:22.077 INFO E| Compiling pest_meta v2.8.0
29322026-03-04T17:47:24.724Z[ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
29332026-03-04T17:47:25.691Z[ host-package] Compiling derive-where v1.6.0
29342026-03-04T17:47:25.734Z[ helios-setup] Mar 04 17:47:24.310 INFO E| Compiling pest_generator v2.8.0
29352026-03-04T17:47:28.656Z[ helios-setup] Mar 04 17:47:27.230 INFO E| Compiling pest_derive v2.8.0
29362026-03-04T17:47:30.016Z[ host-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29372026-03-04T17:47:32.120Z[ helios-setup] Mar 04 17:47:30.695 INFO E| Compiling json5 v0.4.1
29382026-03-04T17:47:33.651Z[ host-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
29392026-03-04T17:47:35.285Z[ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29402026-03-04T17:47:36.689Z[ host-package] Compiling thread_local v1.1.9
29412026-03-04T17:47:37.236Z[ helios-setup] Mar 04 17:47:35.790 INFO E| Compiling four-cc v0.4.0
29422026-03-04T17:47:37.236Z[ helios-setup] Mar 04 17:47:35.790 INFO E| Compiling amd-efs v0.4.4 (https://github.com/oxidecomputer/amd-efs.git?branch=main#da9716b3)
29432026-03-04T17:47:37.246Z[ host-package] Compiling match_cfg v0.1.0
29442026-03-04T17:47:37.445Z[ helios-setup] Mar 04 17:47:36.018 INFO E| Compiling amd-apcb v0.5.5 (https://github.com/oxidecomputer/amd-apcb.git?branch=main#1ec66d60)
29452026-03-04T17:47:37.475Z[ host-package] Compiling hostname v0.3.1
29462026-03-04T17:47:41.489Z[ host-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
29472026-03-04T17:47:43.740Z[ host-package] Compiling multer v3.1.0
29482026-03-04T17:47:43.896Z[ host-package] Compiling slog-async v2.8.0
29492026-03-04T17:47:44.027Z[ host-package] Compiling slog-json v2.6.1
29502026-03-04T17:47:44.469Z[ host-package] Compiling crossbeam-channel v0.5.15
29512026-03-04T17:47:45.614Z[ host-package] Compiling futures-executor v0.3.32
29522026-03-04T17:47:45.667Z[ host-package] Compiling take_mut v0.2.2
29532026-03-04T17:47:45.991Z[ host-package] Compiling term v1.2.1
29542026-03-04T17:47:46.232Z[ host-package] Compiling futures v0.3.32
29552026-03-04T17:47:46.516Z[ host-package] Compiling slog-bunyan v2.5.0
29562026-03-04T17:47:46.874Z[ host-package] Compiling slog-term v2.9.2
29572026-03-04T17:47:47.434Z[ host-package] Compiling typify v0.4.3
29582026-03-04T17:47:47.694Z[ host-package] Compiling async-stream v0.3.6
29592026-03-04T17:47:47.816Z[ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
29602026-03-04T17:47:47.885Z[ host-package] Compiling waitgroup v0.1.2
29612026-03-04T17:47:48.098Z[ host-package] Compiling rustls-pemfile v2.2.0
29622026-03-04T17:47:48.202Z[ host-package] Compiling serde_path_to_error v0.1.20
29632026-03-04T17:47:48.264Z[ host-package] Compiling hostname v0.4.2
29642026-03-04T17:47:48.316Z[ host-package] Compiling instant v0.1.13
29652026-03-04T17:47:48.519Z[ host-package] Compiling debug-ignore v1.0.5
29662026-03-04T17:47:48.577Z[ host-package] Compiling backoff v0.4.0
29672026-03-04T17:47:48.577Z[ host-package] Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
29682026-03-04T17:47:49.797Z[ host-package] Compiling parse-display v0.10.0
29692026-03-04T17:47:50.034Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
29702026-03-04T17:47:50.330Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
29712026-03-04T17:47:50.418Z[ host-package] Compiling backon v1.6.0
29722026-03-04T17:47:50.946Z[ host-package] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
29732026-03-04T17:47:52.014Z[ host-package] Compiling macaddr v1.0.1
29742026-03-04T17:47:52.574Z[ host-package] Compiling console v0.15.11
29752026-03-04T17:47:53.142Z[ host-package] Compiling newline-converter v0.3.0
29762026-03-04T17:47:53.472Z[ host-package] Compiling atomicwrites v0.4.4
29772026-03-04T17:47:54.163Z[ host-package] Compiling num-rational v0.4.2
29782026-03-04T17:48:38.187Z[ host-package] Compiling num-complex v0.4.6
29792026-03-04T17:48:38.187Z[ host-package] Compiling slog-dtrace v0.3.0
29802026-03-04T17:48:38.244Z[ host-package] Compiling num v0.4.3
29812026-03-04T17:48:38.244Z[ host-package] Compiling expectorate v1.2.0
29822026-03-04T17:48:38.244Z[ host-package] Compiling owo-colors v4.3.0
29832026-03-04T17:48:38.244Z[ host-package] Compiling float-ord v0.3.2
29842026-03-04T17:48:38.244Z[ host-package] Compiling cancel-safe-futures v0.1.5
29852026-03-04T17:48:38.245Z[ host-package] Compiling libsw-core v0.3.2
29862026-03-04T17:48:38.245Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
29872026-03-04T17:48:38.245Z[ host-package] Compiling resolv-conf v0.7.6
29882026-03-04T17:48:38.245Z[ host-package] Compiling libsw v3.5.0
29892026-03-04T17:48:38.245Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
29902026-03-04T17:48:38.245Z[ host-package] Compiling toml v0.8.23
29912026-03-04T17:48:38.245Z[ host-package] Compiling linear-map v1.2.0
29922026-03-04T17:48:38.245Z[ host-package] Compiling linked-hash-map v0.5.6
29932026-03-04T17:48:38.245Z[ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
29942026-03-04T17:48:38.245Z[ host-package] Compiling minimal-lexical v0.2.1
29952026-03-04T17:48:38.245Z[ host-package] Compiling lru-cache v0.1.2
29962026-03-04T17:48:38.245Z[ host-package] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
29972026-03-04T17:48:38.245Z[ host-package] Compiling nom v7.1.3
29982026-03-04T17:48:38.245Z[ host-package] Compiling unicode-xid v0.2.6
29992026-03-04T17:48:38.246Z[ host-package] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
30002026-03-04T17:48:38.246Z[ host-package] Compiling hickory-proto v0.24.4
30012026-03-04T17:48:38.246Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
30022026-03-04T17:48:38.246Z[ host-package] Compiling progenitor-impl v0.11.2
30032026-03-04T17:48:38.246Z[ helios-setup] Mar 04 17:48:19.190 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/ahib-config)
30042026-03-04T17:48:38.246Z[ host-package] Compiling hickory-resolver v0.24.4
30052026-03-04T17:48:38.246Z[ host-package] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
30062026-03-04T17:48:38.246Z[ helios-setup] Mar 04 17:48:29.021 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
30072026-03-04T17:48:38.246Z[ host-package] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
30082026-03-04T17:48:38.246Z[ host-package] Compiling convert_case v0.10.0
30092026-03-04T17:48:38.246Z[ host-package] Compiling derive_more-impl v2.1.1
30102026-03-04T17:48:38.246Z[ host-package] Compiling qorb v0.4.1
30112026-03-04T17:48:38.246Z[ host-package] Compiling progenitor-macro v0.11.2
30122026-03-04T17:48:41.074Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
30132026-03-04T17:48:43.868Z[ host-package] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
30142026-03-04T17:48:44.935Z[ host-package] Compiling progenitor-client v0.11.2
30152026-03-04T17:48:46.158Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
30162026-03-04T17:48:48.381Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
30172026-03-04T17:48:48.598Z[ host-package] Compiling progenitor v0.11.2
30182026-03-04T17:48:49.619Z[ host-package] Compiling derive_more v2.1.1
30192026-03-04T17:48:49.685Z[ host-package] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
30202026-03-04T17:48:49.856Z[ host-package] Compiling termtree v0.5.1
30212026-03-04T17:48:50.284Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
30222026-03-04T17:48:50.363Z[ host-package] Compiling crossterm v0.29.0
30232026-03-04T17:48:50.611Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
30242026-03-04T17:48:50.867Z[ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
30252026-03-04T17:48:58.895Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
30262026-03-04T17:48:59.443Z[ host-package] Compiling phf_shared v0.12.1
30272026-03-04T17:49:00.125Z[ host-package] Compiling csv-core v0.1.13
30282026-03-04T17:49:00.248Z[ host-package] Compiling vte v0.14.1
30292026-03-04T17:49:00.674Z[ helios-setup] Mar 04 17:48:59.230 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 09s
30302026-03-04T17:49:00.722Z[ helios-setup] Mar 04 17:48:59.280 INFO building project "amd-host-image-builder" ok (129 seconds)
30312026-03-04T17:49:00.722Z[ helios-setup] Mar 04 17:48:59.280 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pilot"
30322026-03-04T17:49:00.779Z[ host-package] Compiling chrono-tz v0.10.4
30332026-03-04T17:49:00.833Z[ helios-setup] Mar 04 17:48:59.390 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pilot": "1.91.1-x86_64-unknown-illumos (default)"
30342026-03-04T17:49:00.833Z[ helios-setup] Mar 04 17:48:59.390 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
30352026-03-04T17:49:00.836Z[ helios-setup] Mar 04 17:48:59.390 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
30362026-03-04T17:49:00.913Z[ host-package] Compiling highway v1.3.0
30372026-03-04T17:49:01.037Z[ host-package] Compiling tough v0.20.0
30382026-03-04T17:49:01.125Z[ helios-setup] Mar 04 17:48:59.683 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
30392026-03-04T17:49:01.326Z[ host-package] Compiling strip-ansi-escapes v0.2.1
30402026-03-04T17:49:01.681Z[ helios-setup] Mar 04 17:49:00.239 INFO E| From https://github.com/jclulow/hiercmd
30412026-03-04T17:49:01.681Z[ helios-setup] Mar 04 17:49:00.239 INFO E| * [new ref] 8eed23a01e9472183e9278ff456ba2f91e52b0ee -> refs/commit/8eed23a01e9472183e9278ff456ba2f91e52b0ee
30422026-03-04T17:49:01.703Z[ helios-setup] Mar 04 17:49:00.260 INFO E| Updating git repository `https://github.com/oxidecomputer/network-interface`
30432026-03-04T17:49:02.228Z[ helios-setup] Mar 04 17:49:00.785 INFO E| From https://github.com/oxidecomputer/network-interface
30442026-03-04T17:49:02.228Z[ helios-setup] Mar 04 17:49:00.785 INFO E| * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
30452026-03-04T17:49:02.251Z[ helios-setup] Mar 04 17:49:00.808 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
30462026-03-04T17:49:02.729Z[ helios-setup] Mar 04 17:49:01.286 INFO E| From https://github.com/oxidecomputer/boot-image-tools
30472026-03-04T17:49:02.729Z[ helios-setup] Mar 04 17:49:01.286 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
30482026-03-04T17:49:02.764Z[ helios-setup] Mar 04 17:49:01.321 INFO E| Updating crates.io index
30492026-03-04T17:49:02.768Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
30502026-03-04T17:49:02.817Z[ host-package] Compiling csv v1.4.0
30512026-03-04T17:49:03.168Z[ helios-setup] Mar 04 17:49:01.725 INFO E| Downloading crates ...
30522026-03-04T17:49:03.370Z[ helios-setup] Mar 04 17:49:01.927 INFO E| Downloaded futures-task v0.3.31
30532026-03-04T17:49:03.373Z[ helios-setup] Mar 04 17:49:01.929 INFO E| Downloaded anyhow v1.0.100
30542026-03-04T17:49:03.379Z[ helios-setup] Mar 04 17:49:01.936 INFO E| Downloaded anstyle-query v1.1.4
30552026-03-04T17:49:03.381Z[ helios-setup] Mar 04 17:49:01.939 INFO E| Downloaded futures-sink v0.3.31
30562026-03-04T17:49:03.384Z[ helios-setup] Mar 04 17:49:01.940 INFO E| Downloaded futures-macro v0.3.31
30572026-03-04T17:49:03.387Z[ helios-setup] Mar 04 17:49:01.942 INFO E| Downloaded futures-io v0.3.31
30582026-03-04T17:49:03.387Z[ helios-setup] Mar 04 17:49:01.944 INFO E| Downloaded crc v3.3.0
30592026-03-04T17:49:03.390Z[ helios-setup] Mar 04 17:49:01.946 INFO E| Downloaded clap_lex v0.7.6
30602026-03-04T17:49:03.393Z[ helios-setup] Mar 04 17:49:01.949 INFO E| Downloaded env_filter v0.1.4
30612026-03-04T17:49:03.398Z[ helios-setup] Mar 04 17:49:01.952 INFO E| Downloaded bitfield v0.19.3
30622026-03-04T17:49:03.417Z[ helios-setup] Mar 04 17:49:01.974 INFO E| Downloaded time-core v0.1.6
30632026-03-04T17:49:03.420Z[ helios-setup] Mar 04 17:49:01.977 INFO E| Downloaded futures-core v0.3.31
30642026-03-04T17:49:03.423Z[ helios-setup] Mar 04 17:49:01.979 INFO E| Downloaded futures-channel v0.3.31
30652026-03-04T17:49:03.426Z[ helios-setup] Mar 04 17:49:01.982 INFO E| Downloaded find-msvc-tools v0.1.4
30662026-03-04T17:49:03.429Z[ helios-setup] Mar 04 17:49:01.985 INFO E| Downloaded clap_derive v4.5.49
30672026-03-04T17:49:03.432Z[ helios-setup] Mar 04 17:49:01.988 INFO E| Downloaded bitfield-macros v0.19.3
30682026-03-04T17:49:03.463Z[ helios-setup] Mar 04 17:49:02.020 INFO E| Downloaded toml_parser v1.0.4
30692026-03-04T17:49:03.467Z[ helios-setup] Mar 04 17:49:02.024 INFO E| Downloaded base64ct v1.8.0
30702026-03-04T17:49:03.471Z[ helios-setup] Mar 04 17:49:02.028 INFO E| Downloaded pin-project-lite v0.2.16
30712026-03-04T17:49:03.478Z[ helios-setup] Mar 04 17:49:02.036 INFO E| Downloaded serde_spanned v1.0.3
30722026-03-04T17:49:03.481Z[ helios-setup] Mar 04 17:49:02.038 INFO E| Downloaded simd-adler32 v0.3.7
30732026-03-04T17:49:03.484Z[ helios-setup] Mar 04 17:49:02.041 INFO E| Downloaded deranged v0.5.5
30742026-03-04T17:49:03.487Z[ helios-setup] Mar 04 17:49:02.043 INFO E| Downloaded zeroize_derive v1.4.2
30752026-03-04T17:49:03.490Z[ helios-setup] Mar 04 17:49:02.045 INFO E| Downloaded futures-executor v0.3.31
30762026-03-04T17:49:03.522Z[ helios-setup] Mar 04 17:49:02.079 INFO E| Downloaded toml_writer v1.0.4
30772026-03-04T17:49:03.525Z[ helios-setup] Mar 04 17:49:02.082 INFO E| Downloaded toml_datetime v0.7.3
30782026-03-04T17:49:03.528Z[ helios-setup] Mar 04 17:49:02.084 INFO E| Downloaded thiserror-impl v2.0.17
30792026-03-04T17:49:03.531Z[ helios-setup] Mar 04 17:49:02.087 INFO E| Downloaded thiserror v2.0.17
30802026-03-04T17:49:03.539Z[ helios-setup] Mar 04 17:49:02.096 INFO E| Downloaded clap v4.5.51
30812026-03-04T17:49:03.560Z[ helios-setup] Mar 04 17:49:02.117 INFO E| Downloaded slab v0.4.11
30822026-03-04T17:49:03.563Z[ helios-setup] Mar 04 17:49:02.120 INFO E| Downloaded devinfo v0.1.0
30832026-03-04T17:49:03.566Z[ helios-setup] Mar 04 17:49:02.122 INFO E| Downloaded libdevinfo-sys v1.1.0
30842026-03-04T17:49:03.572Z[ helios-setup] Mar 04 17:49:02.130 INFO E| Downloaded quote v1.0.41
30852026-03-04T17:49:03.579Z[ helios-setup] Mar 04 17:49:02.134 INFO E| Downloaded bitflags v2.10.0
30862026-03-04T17:49:03.590Z[ helios-setup] Mar 04 17:49:02.147 INFO E| Downloaded unicode-ident v1.0.22
30872026-03-04T17:49:03.594Z[ helios-setup] Mar 04 17:49:02.151 INFO E| Downloaded term v1.2.0
30882026-03-04T17:49:03.614Z[ helios-setup] Mar 04 17:49:02.171 INFO E| Downloaded toml v0.9.8
30892026-03-04T17:49:03.620Z[ helios-setup] Mar 04 17:49:02.177 INFO E| Downloaded log v0.4.28
30902026-03-04T17:49:03.623Z[ helios-setup] Mar 04 17:49:02.181 INFO E| Downloaded iana-time-zone v0.1.64
30912026-03-04T17:49:03.627Z[ helios-setup] Mar 04 17:49:02.185 INFO E| Downloaded flate2 v1.1.5
30922026-03-04T17:49:03.655Z[ helios-setup] Mar 04 17:49:02.212 INFO E| Downloaded uuid v1.18.1
30932026-03-04T17:49:03.659Z[ helios-setup] Mar 04 17:49:02.216 INFO E| Downloaded cc v1.2.44
30942026-03-04T17:49:03.663Z[ helios-setup] Mar 04 17:49:02.220 INFO E| Downloaded toml_edit v0.23.7
30952026-03-04T17:49:03.669Z[ helios-setup] Mar 04 17:49:02.226 INFO E| Downloaded mio v1.1.0
30962026-03-04T17:49:03.677Z[ helios-setup] Mar 04 17:49:02.234 INFO E| Downloaded socket2 v0.6.1
30972026-03-04T17:49:03.680Z[ helios-setup] Mar 04 17:49:02.237 INFO E| Downloaded proc-macro2 v1.0.103
30982026-03-04T17:49:03.684Z[ helios-setup] Mar 04 17:49:02.241 INFO E| Downloaded zerocopy-derive v0.8.27
30992026-03-04T17:49:03.694Z[ helios-setup] Mar 04 17:49:02.252 INFO E| Downloaded rsa v0.9.8
31002026-03-04T17:49:03.702Z[ helios-setup] Mar 04 17:49:02.259 INFO E| Downloaded indexmap v2.12.0
31012026-03-04T17:49:03.708Z[ helios-setup] Mar 04 17:49:02.266 INFO E| Downloaded iddqd v0.3.14
31022026-03-04T17:49:03.718Z[ helios-setup] Mar 04 17:49:02.275 INFO E| Downloaded memchr v2.7.6
31032026-03-04T17:49:03.731Z[ helios-setup] Mar 04 17:49:02.288 INFO E| Downloaded num-bigint-dig v0.8.4
31042026-03-04T17:49:03.738Z[ helios-setup] Mar 04 17:49:02.294 INFO E| Downloaded hashbrown v0.16.0
31052026-03-04T17:49:03.744Z[ helios-setup] Mar 04 17:49:02.301 INFO E| Downloaded bytes v1.10.1
31062026-03-04T17:49:03.751Z[ helios-setup] Mar 04 17:49:02.308 INFO E| Downloaded time v0.3.44
31072026-03-04T17:49:03.763Z[ helios-setup] Mar 04 17:49:02.320 INFO E| Downloaded clap_builder v4.5.51
31082026-03-04T17:49:03.772Z[ helios-setup] Mar 04 17:49:02.330 INFO E| Downloaded winnow v0.7.13
31092026-03-04T17:49:03.785Z[ helios-setup] Mar 04 17:49:02.342 INFO E| Downloaded libm v0.2.15
31102026-03-04T17:49:03.802Z[ helios-setup] Mar 04 17:49:02.359 INFO E| Downloaded serde_json v1.0.145
31112026-03-04T17:49:03.812Z[ helios-setup] Mar 04 17:49:02.370 INFO E| Downloaded futures-util v0.3.31
31122026-03-04T17:49:03.830Z[ helios-setup] Mar 04 17:49:02.387 INFO E| Downloaded chrono v0.4.42
31132026-03-04T17:49:03.840Z[ helios-setup] Mar 04 17:49:02.397 INFO E| Downloaded zerocopy v0.8.27
31142026-03-04T17:49:03.876Z[ helios-setup] Mar 04 17:49:02.433 INFO E| Downloaded futures v0.3.31
31152026-03-04T17:49:03.882Z[ helios-setup] Mar 04 17:49:02.440 INFO E| Downloaded time-macros v0.2.24
31162026-03-04T17:49:03.885Z[ helios-setup] Mar 04 17:49:02.443 INFO E| Downloaded syn v2.0.108
31172026-03-04T17:49:03.901Z[ helios-setup] Mar 04 17:49:02.458 INFO E| Downloaded unicode-width v0.2.2
31182026-03-04T17:49:03.910Z[ helios-setup] Mar 04 17:49:02.467 INFO E| Downloaded getrandom v0.2.16
31192026-03-04T17:49:03.946Z[ helios-setup] Mar 04 17:49:02.503 INFO E| Downloaded generic-array v0.14.9
31202026-03-04T17:49:03.949Z[ helios-setup] Mar 04 17:49:02.505 INFO E| Downloaded signal-hook-registry v1.4.6
31212026-03-04T17:49:03.952Z[ helios-setup] Mar 04 17:49:02.506 INFO E| Downloaded getopts v0.2.24
31222026-03-04T17:49:03.952Z[ helios-setup] Mar 04 17:49:02.508 INFO E| Downloaded env_logger v0.11.8
31232026-03-04T17:49:03.954Z[ helios-setup] Mar 04 17:49:02.512 INFO E| Downloaded rustix v1.1.2
31242026-03-04T17:49:04.101Z[ helios-setup] Mar 04 17:49:02.658 INFO E| Downloaded libc v0.2.177
31252026-03-04T17:49:04.136Z[ helios-setup] Mar 04 17:49:02.693 INFO E| Downloaded tokio v1.48.0
31262026-03-04T17:49:04.288Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
31272026-03-04T17:49:04.326Z[ helios-setup] Mar 04 17:49:02.882 INFO E| Compiling proc-macro2 v1.0.103
31282026-03-04T17:49:04.326Z[ helios-setup] Mar 04 17:49:02.882 INFO E| Compiling quote v1.0.41
31292026-03-04T17:49:04.326Z[ helios-setup] Mar 04 17:49:02.882 INFO E| Compiling unicode-ident v1.0.22
31302026-03-04T17:49:04.329Z[ helios-setup] Mar 04 17:49:02.882 INFO E| Compiling libc v0.2.177
31312026-03-04T17:49:04.329Z[ helios-setup] Mar 04 17:49:02.883 INFO E| Compiling serde_core v1.0.228
31322026-03-04T17:49:04.329Z[ helios-setup] Mar 04 17:49:02.883 INFO E| Compiling cfg-if v1.0.4
31332026-03-04T17:49:04.329Z[ helios-setup] Mar 04 17:49:02.883 INFO E| Compiling serde v1.0.228
31342026-03-04T17:49:04.329Z[ helios-setup] Mar 04 17:49:02.883 INFO E| Compiling version_check v0.9.5
31352026-03-04T17:49:04.905Z[ host-package] Compiling phf v0.12.1
31362026-03-04T17:49:04.988Z[ helios-setup] Mar 04 17:49:03.537 INFO E| Compiling autocfg v1.5.0
31372026-03-04T17:49:05.269Z[ helios-setup] Mar 04 17:49:03.826 INFO E| Compiling const-oid v0.9.6
31382026-03-04T17:49:05.381Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
31392026-03-04T17:49:05.587Z[ helios-setup] Mar 04 17:49:04.143 INFO E| Compiling typenum v1.19.0
31402026-03-04T17:49:05.603Z[ host-package] Compiling const_format_proc_macros v0.2.34
31412026-03-04T17:49:05.884Z[ helios-setup] Mar 04 17:49:04.441 INFO E| Compiling generic-array v0.14.9
31422026-03-04T17:49:06.065Z[ helios-setup] Mar 04 17:49:04.621 INFO E| Compiling libm v0.2.15
31432026-03-04T17:49:06.712Z[ helios-setup] Mar 04 17:49:05.269 INFO E| Compiling num-traits v0.2.19
31442026-03-04T17:49:07.218Z[ helios-setup] Mar 04 17:49:05.774 INFO E| Compiling zerocopy v0.8.27
31452026-03-04T17:49:07.510Z[ host-package] Compiling papergrid v0.11.0
31462026-03-04T17:49:08.422Z[ helios-setup] Mar 04 17:49:06.978 INFO E| Compiling rustversion v1.0.22
31472026-03-04T17:49:08.858Z[ helios-setup] Mar 04 17:49:07.414 INFO E| Compiling smallvec v1.15.1
31482026-03-04T17:49:09.086Z[ host-package] Compiling fd-lock v4.0.4
31492026-03-04T17:49:09.093Z[ helios-setup] Mar 04 17:49:07.650 INFO E| Compiling base64ct v1.8.0
31502026-03-04T17:49:09.628Z[ host-package] Compiling peg-macros v0.8.5
31512026-03-04T17:49:10.053Z[ helios-setup] Mar 04 17:49:08.609 INFO E| Compiling zeroize v1.8.2
31522026-03-04T17:49:10.404Z[ helios-setup] Mar 04 17:49:08.959 INFO E| Compiling pem-rfc7468 v0.7.0
31532026-03-04T17:49:10.728Z[ helios-setup] Mar 04 17:49:09.284 INFO E| Compiling getrandom v0.2.16
31542026-03-04T17:49:10.764Z[ helios-setup] Mar 04 17:49:09.319 INFO E| Compiling crc32fast v1.5.0
31552026-03-04T17:49:11.481Z[ helios-setup] Mar 04 17:49:10.037 INFO E| Compiling syn v2.0.108
31562026-03-04T17:49:11.739Z[ helios-setup] Mar 04 17:49:10.295 INFO E| Compiling anyhow v1.0.100
31572026-03-04T17:49:12.560Z[ host-package] Compiling tabled_derive v0.7.0
31582026-03-04T17:49:12.623Z[ helios-setup] Mar 04 17:49:11.177 INFO E| Compiling crypto-common v0.1.6
31592026-03-04T17:49:12.832Z[ helios-setup] Mar 04 17:49:11.388 INFO E| Compiling block-buffer v0.10.4
31602026-03-04T17:49:13.272Z[ helios-setup] Mar 04 17:49:11.827 INFO E| Compiling memchr v2.7.6
31612026-03-04T17:49:13.463Z[ helios-setup] Mar 04 17:49:12.018 INFO E| Compiling digest v0.10.7
31622026-03-04T17:49:13.570Z[ helios-setup] Mar 04 17:49:12.126 INFO E| Compiling hashbrown v0.16.0
31632026-03-04T17:49:13.611Z[ helios-setup] Mar 04 17:49:12.166 INFO E| Compiling winnow v0.7.13
31642026-03-04T17:49:14.609Z[ helios-setup] Mar 04 17:49:13.164 INFO E| Compiling byteorder v1.5.0
31652026-03-04T17:49:14.903Z[ helios-setup] Mar 04 17:49:13.458 INFO E| Compiling flagset v0.4.7
31662026-03-04T17:49:15.508Z[ helios-setup] Mar 04 17:49:14.063 INFO E| Compiling bitflags v2.10.0
31672026-03-04T17:49:15.713Z[ helios-setup] Mar 04 17:49:14.267 INFO E| Compiling utf8parse v0.2.2
31682026-03-04T17:49:15.920Z[ helios-setup] Mar 04 17:49:14.475 INFO E| Compiling equivalent v1.0.2
31692026-03-04T17:49:16.271Z[ helios-setup] Mar 04 17:49:14.821 INFO E| Compiling rustix v1.1.2
31702026-03-04T17:49:16.326Z[ helios-setup] Mar 04 17:49:14.881 INFO E| Compiling indexmap v2.12.0
31712026-03-04T17:49:16.512Z[ helios-setup] Mar 04 17:49:15.066 INFO E| Compiling anstyle-parse v0.2.7
31722026-03-04T17:49:17.035Z[ host-package] Compiling nu-ansi-term v0.50.3
31732026-03-04T17:49:17.291Z[ host-package] Compiling tabled v0.15.0
31742026-03-04T17:49:17.327Z[ helios-setup] Mar 04 17:49:15.881 INFO E| Compiling rand_core v0.6.4
31752026-03-04T17:49:17.693Z[ helios-setup] Mar 04 17:49:16.247 INFO E| Compiling errno v0.3.14
31762026-03-04T17:49:17.927Z[ helios-setup] Mar 04 17:49:16.481 INFO E| Compiling colorchoice v1.0.4
31772026-03-04T17:49:18.225Z[ helios-setup] Mar 04 17:49:16.779 INFO E| Compiling anstyle-query v1.1.4
31782026-03-04T17:49:18.323Z[ helios-setup] Mar 04 17:49:16.877 INFO E| Compiling radium v0.7.0
31792026-03-04T17:49:18.500Z[ helios-setup] Mar 04 17:49:17.039 INFO E| Compiling toml_datetime v0.7.3
31802026-03-04T17:49:18.538Z[ helios-setup] Mar 04 17:49:17.092 INFO E| Compiling shlex v1.3.0
31812026-03-04T17:49:18.654Z[ helios-setup] Mar 04 17:49:17.208 INFO E| Compiling anstyle v1.0.13
31822026-03-04T17:49:19.018Z[ helios-setup] Mar 04 17:49:17.572 INFO E| Compiling allocator-api2 v0.2.21
31832026-03-04T17:49:19.232Z[ helios-setup] Mar 04 17:49:17.787 INFO E| Compiling syn v1.0.109
31842026-03-04T17:49:19.413Z[ helios-setup] Mar 04 17:49:17.967 INFO E| Compiling cpufeatures v0.2.17
31852026-03-04T17:49:19.444Z[ host-package] Compiling reedline v0.40.0
31862026-03-04T17:49:19.451Z[ helios-setup] Mar 04 17:49:18.005 INFO E| Compiling is_terminal_polyfill v1.70.2
31872026-03-04T17:49:19.575Z[ helios-setup] Mar 04 17:49:18.130 INFO E| Compiling find-msvc-tools v0.1.4
31882026-03-04T17:49:19.695Z[ helios-setup] Mar 04 17:49:18.249 INFO E| Compiling anstream v0.6.21
31892026-03-04T17:49:19.699Z[ helios-setup] Mar 04 17:49:18.250 INFO E| Compiling sha2 v0.10.9
31902026-03-04T17:50:03.029Z[ helios-setup] Mar 04 17:49:19.002 INFO E| Compiling toml_parser v1.0.4
31912026-03-04T17:50:03.128Z[ helios-setup] Mar 04 17:49:19.360 INFO E| Compiling cc v1.2.44
31922026-03-04T17:50:03.201Z[ helios-setup] Mar 04 17:49:21.664 INFO E| Compiling toml_edit v0.23.7
31932026-03-04T17:50:03.202Z[ helios-setup] Mar 04 17:49:21.968 INFO E| Compiling slog v2.8.2
31942026-03-04T17:50:03.240Z[ helios-setup] Mar 04 17:49:22.182 INFO E| Compiling futures-core v0.3.31
31952026-03-04T17:50:03.240Z[ helios-setup] Mar 04 17:49:22.768 INFO E| Compiling unicode-width v0.2.2
31962026-03-04T17:50:03.240Z[ helios-setup] Mar 04 17:49:22.911 INFO E| Compiling parking_lot_core v0.9.12
31972026-03-04T17:50:03.240Z[ helios-setup] Mar 04 17:49:22.988 INFO E| Compiling futures-sink v0.3.31
31982026-03-04T17:50:03.240Z[ helios-setup] Mar 04 17:49:23.080 INFO E| Compiling pin-project-lite v0.2.16
31992026-03-04T17:50:03.240Z[ helios-setup] Mar 04 17:49:23.378 INFO E| Compiling tap v1.0.1
32002026-03-04T17:50:03.240Z[ helios-setup] Mar 04 17:49:23.546 INFO E| Compiling maybe-uninit v2.0.0
32012026-03-04T17:50:03.240Z[ helios-setup] Mar 04 17:49:23.797 INFO E| Compiling pkg-config v0.3.32
32022026-03-04T17:50:03.240Z[ helios-setup] Mar 04 17:49:24.113 INFO E| Compiling getopts v0.2.24
32032026-03-04T17:50:03.240Z[ helios-setup] Mar 04 17:49:24.295 INFO E| Compiling proc-macro-crate v3.4.0
32042026-03-04T17:50:03.240Z[ host-package] Compiling peg v0.8.5
32052026-03-04T17:50:03.240Z[ helios-setup] Mar 04 17:49:24.609 INFO E| Compiling wyz v0.5.1
32062026-03-04T17:50:03.240Z[ helios-setup] Mar 04 17:49:24.672 INFO E| Compiling futures-channel v0.3.31
32072026-03-04T17:50:03.240Z[ host-package] Compiling const_format v0.2.35
32082026-03-04T17:50:03.240Z[ helios-setup] Mar 04 17:49:25.035 INFO E| Compiling terminal_size v0.4.3
32092026-03-04T17:50:03.240Z[ helios-setup] Mar 04 17:49:25.902 INFO E| Compiling bzip2-sys v0.1.13+1.0.8
32102026-03-04T17:50:03.240Z[ helios-setup] Mar 04 17:49:26.111 INFO E| Compiling num-integer v0.1.46
32112026-03-04T17:50:03.240Z[ helios-setup] Mar 04 17:49:26.170 INFO E| Compiling ahash v0.8.12
32122026-03-04T17:50:03.240Z[ helios-setup] Mar 04 17:49:26.307 INFO E| Compiling strsim v0.11.1
32132026-03-04T17:50:03.240Z[ helios-setup] Mar 04 17:49:26.785 INFO E| Compiling num-bigint-dig v0.8.4
32142026-03-04T17:50:03.240Z[ helios-setup] Mar 04 17:49:27.280 INFO E| Compiling pin-utils v0.1.0
32152026-03-04T17:50:03.240Z[ helios-setup] Mar 04 17:49:27.455 INFO E| Compiling slab v0.4.11
32162026-03-04T17:50:03.240Z[ helios-setup] Mar 04 17:49:27.582 INFO E| Compiling scopeguard v1.2.0
32172026-03-04T17:50:03.240Z[ helios-setup] Mar 04 17:49:27.745 INFO E| Compiling itoa v1.0.15
32182026-03-04T17:50:03.240Z[ helios-setup] Mar 04 17:49:27.897 INFO E| Compiling spin v0.9.8
32192026-03-04T17:50:03.240Z[ helios-setup] Mar 04 17:49:28.359 INFO E| Compiling thiserror v1.0.69
32202026-03-04T17:50:03.240Z[ helios-setup] Mar 04 17:49:28.464 INFO E| Compiling funty v2.0.0
32212026-03-04T17:50:03.240Z[ host-package] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32222026-03-04T17:50:03.240Z[ helios-setup] Mar 04 17:49:28.579 INFO E| Compiling num-conv v0.1.0
32232026-03-04T17:50:03.240Z[ helios-setup] Mar 04 17:49:28.732 INFO E| Compiling getrandom v0.3.4
32242026-03-04T17:50:03.241Z[ helios-setup] Mar 04 17:49:28.984 INFO E| Compiling futures-task v0.3.31
32252026-03-04T17:50:03.241Z[ helios-setup] Mar 04 17:49:29.194 INFO E| Compiling powerfmt v0.2.0
32262026-03-04T17:50:03.241Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32272026-03-04T17:50:03.241Z[ helios-setup] Mar 04 17:49:29.756 INFO E| Compiling futures-io v0.3.31
32282026-03-04T17:50:03.241Z[ helios-setup] Mar 04 17:49:29.922 INFO E| Compiling heck v0.5.0
32292026-03-04T17:50:03.241Z[ helios-setup] Mar 04 17:49:30.068 INFO E| Compiling bytes v1.10.1
32302026-03-04T17:50:03.241Z[ helios-setup] Mar 04 17:49:30.122 INFO E| Compiling time-core v0.1.6
32312026-03-04T17:50:03.241Z[ helios-setup] Mar 04 17:49:30.212 INFO E| Compiling packed_struct v0.10.1
32322026-03-04T17:50:03.241Z[ helios-setup] Mar 04 17:49:30.363 INFO E| Compiling clap_lex v0.7.6
32332026-03-04T17:50:03.241Z[ helios-setup] Mar 04 17:49:30.568 INFO E| Compiling serde_derive v1.0.228
32342026-03-04T17:50:03.241Z[ helios-setup] Mar 04 17:49:30.705 INFO E| Compiling zerocopy-derive v0.8.27
32352026-03-04T17:50:03.241Z[ helios-setup] Mar 04 17:49:31.194 INFO E| Compiling der_derive v0.7.3
32362026-03-04T17:50:03.241Z[ helios-setup] Mar 04 17:49:31.287 INFO E| Compiling futures-macro v0.3.31
32372026-03-04T17:50:03.241Z[ helios-setup] Mar 04 17:49:31.802 INFO E| Compiling clap_derive v4.5.49
32382026-03-04T17:50:03.241Z[ helios-setup] Mar 04 17:49:33.271 INFO E| Compiling clap_builder v4.5.51
32392026-03-04T17:50:03.241Z[ helios-setup] Mar 04 17:49:34.141 INFO E| Compiling time-macros v0.2.24
32402026-03-04T17:50:03.241Z[ helios-setup] Mar 04 17:49:34.906 INFO E| Compiling futures-util v0.3.31
32412026-03-04T17:50:03.241Z[ helios-setup] Mar 04 17:49:35.806 INFO E| Compiling der v0.7.10
32422026-03-04T17:50:03.241Z[ host-package] Compiling bcs v0.1.6
32432026-03-04T17:50:03.241Z[ host-package] Compiling semver v0.1.20
32442026-03-04T17:50:03.241Z[ host-package] Compiling rustc_version v0.1.7
32452026-03-04T17:50:03.241Z[ helios-setup] Mar 04 17:49:39.614 INFO E| Compiling num_enum_derive v0.7.5
32462026-03-04T17:50:03.241Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32472026-03-04T17:50:03.241Z[ helios-setup] Mar 04 17:49:39.873 INFO E| Compiling zerocopy-derive v0.6.6
32482026-03-04T17:50:03.241Z[ host-package] Compiling newtype_derive v0.1.6
32492026-03-04T17:50:03.241Z[ helios-setup] Mar 04 17:49:41.082 INFO E| Compiling spki v0.7.3
32502026-03-04T17:50:03.241Z[ host-package] Compiling smawk v0.3.2
32512026-03-04T17:50:03.241Z[ host-package] Compiling unicode-linebreak v0.1.5
32522026-03-04T17:50:03.241Z[ helios-setup] Mar 04 17:49:42.041 INFO E| Compiling pkcs8 v0.10.2
32532026-03-04T17:50:03.241Z[ host-package] Compiling humantime v2.3.0
32542026-03-04T17:50:03.241Z[ host-package] Compiling textwrap v0.16.2
32552026-03-04T17:50:03.241Z[ host-package] Compiling dropshot-api-manager-types v0.5.2
32562026-03-04T17:50:03.241Z[ helios-setup] Mar 04 17:49:43.728 INFO E| Compiling packed_struct_codegen v0.10.1
32572026-03-04T17:50:03.241Z[ helios-setup] Mar 04 17:49:43.861 INFO E| Compiling bitfield-macros v0.19.3
32582026-03-04T17:50:03.241Z[ host-package] Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
32592026-03-04T17:50:03.241Z[ helios-setup] Mar 04 17:49:45.446 INFO E| Compiling thiserror-impl v1.0.69
32602026-03-04T17:50:03.241Z[ helios-setup] Mar 04 17:49:46.286 INFO E| Compiling ppv-lite86 v0.2.21
32612026-03-04T17:50:03.241Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
32622026-03-04T17:50:03.242Z[ helios-setup] Mar 04 17:49:47.144 INFO E| Compiling bitvec v1.0.1
32632026-03-04T17:50:03.242Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
32642026-03-04T17:50:03.242Z[ helios-setup] Mar 04 17:49:48.344 INFO E| Compiling rand_chacha v0.3.1
32652026-03-04T17:50:03.242Z[ helios-setup] Mar 04 17:49:48.374 INFO E| Compiling erased-serde v0.3.31
32662026-03-04T17:50:03.242Z[ helios-setup] Mar 04 17:49:48.646 INFO E| Compiling deranged v0.5.5
32672026-03-04T17:50:03.242Z[ helios-setup] Mar 04 17:49:49.018 INFO E| Compiling rand v0.8.5
32682026-03-04T17:50:03.242Z[ host-package] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32692026-03-04T17:50:03.242Z[ helios-setup] Mar 04 17:49:49.395 INFO E| Compiling lazy_static v1.5.0
32702026-03-04T17:50:03.242Z[ host-package] Compiling steno v0.4.1
32712026-03-04T17:50:03.242Z[ host-package] Compiling utf-8 v0.7.6
32722026-03-04T17:50:03.242Z[ helios-setup] Mar 04 17:49:49.738 INFO E| Compiling lock_api v0.4.14
32732026-03-04T17:50:03.242Z[ helios-setup] Mar 04 17:49:50.103 INFO E| Compiling num-iter v0.1.45
32742026-03-04T17:50:03.242Z[ host-package] Compiling progenitor-impl v0.10.0
32752026-03-04T17:50:03.242Z[ helios-setup] Mar 04 17:49:51.609 INFO E| Compiling indexmap v1.9.3
32762026-03-04T17:50:03.242Z[ helios-setup] Mar 04 17:49:51.990 INFO E| Compiling simd-adler32 v0.3.7
32772026-03-04T17:50:03.242Z[ helios-setup] Mar 04 17:49:52.663 INFO E| Compiling nodrop v0.1.14
32782026-03-04T17:50:03.242Z[ helios-setup] Mar 04 17:49:52.826 INFO E| Compiling adler2 v2.0.1
32792026-03-04T17:50:03.242Z[ helios-setup] Mar 04 17:49:53.126 INFO E| Compiling log v0.4.28
32802026-03-04T17:50:03.242Z[ helios-setup] Mar 04 17:49:53.795 INFO E| Compiling thiserror v2.0.17
32812026-03-04T17:50:03.242Z[ helios-setup] Mar 04 17:49:54.307 INFO E| Compiling crc-catalog v2.4.0
32822026-03-04T17:50:03.242Z[ host-package] Compiling tagptr v0.2.0
32832026-03-04T17:50:03.242Z[ helios-setup] Mar 04 17:49:54.698 INFO E| Compiling once_cell v1.21.3
32842026-03-04T17:50:03.242Z[ helios-setup] Mar 04 17:49:54.724 INFO E| Compiling iana-time-zone v0.1.64
32852026-03-04T17:50:03.242Z[ helios-setup] Mar 04 17:49:55.227 INFO E| Compiling serde_json v1.0.145
32862026-03-04T17:50:03.242Z[ host-package] Compiling moka v0.12.13
32872026-03-04T17:50:03.242Z[ helios-setup] Mar 04 17:49:56.182 INFO E| Compiling chrono v0.4.42
32882026-03-04T17:50:03.242Z[ helios-setup] Mar 04 17:49:56.434 INFO E| Compiling time v0.3.44
32892026-03-04T17:50:03.242Z[ helios-setup] Mar 04 17:49:56.561 INFO E| Compiling crc v3.3.0
32902026-03-04T17:50:03.242Z[ helios-setup] Mar 04 17:49:57.260 INFO E| Compiling env_filter v0.1.4
32912026-03-04T17:50:03.242Z[ helios-setup] Mar 04 17:49:57.333 INFO E| Compiling miniz_oxide v0.8.9
32922026-03-04T17:50:03.242Z[ helios-setup] Mar 04 17:50:00.330 INFO E| Compiling array-init v0.0.4
32932026-03-04T17:50:03.242Z[ host-package] Compiling progenitor-macro v0.10.0
32942026-03-04T17:50:03.268Z[ helios-setup] Mar 04 17:50:01.123 INFO E| Compiling parking_lot v0.12.5
32952026-03-04T17:50:03.919Z[ host-package] Compiling hickory-resolver v0.25.2
32962026-03-04T17:50:06.220Z[ helios-setup] Mar 04 17:50:04.766 INFO E| Compiling smallvec v0.6.14
32972026-03-04T17:50:06.351Z[ helios-setup] Mar 04 17:50:04.896 INFO E| Compiling serde_spanned v0.6.9
32982026-03-04T17:50:06.690Z[ helios-setup] Mar 04 17:50:05.235 INFO E| Compiling toml_datetime v0.6.11
32992026-03-04T17:50:07.248Z[ helios-setup] Mar 04 17:50:05.793 INFO E| Compiling futures-executor v0.3.31
33002026-03-04T17:50:07.333Z[ helios-setup] Mar 04 17:50:05.878 INFO E| Compiling bitfield v0.19.3
33012026-03-04T17:50:07.485Z[ helios-setup] Mar 04 17:50:06.027 INFO E| Compiling clap v4.5.51
33022026-03-04T17:50:07.697Z[ helios-setup] Mar 04 17:50:06.242 INFO E| Compiling num_enum v0.7.5
33032026-03-04T17:50:08.077Z[ helios-setup] Mar 04 17:50:06.622 INFO E| Compiling zerocopy v0.6.6
33042026-03-04T17:50:08.130Z[ helios-setup] Mar 04 17:50:06.675 INFO E| Compiling pkcs1 v0.7.5
33052026-03-04T17:50:09.242Z[ helios-setup] Mar 04 17:50:07.786 INFO E| Compiling thiserror-impl v2.0.17
33062026-03-04T17:50:09.540Z[ helios-setup] Mar 04 17:50:08.084 INFO E| Compiling tokio-macros v2.6.0
33072026-03-04T17:50:10.003Z[ host-package] Compiling tungstenite v0.21.0
33082026-03-04T17:50:11.287Z[ helios-setup] Mar 04 17:50:09.831 INFO E| Compiling signature v2.2.0
33092026-03-04T17:50:11.836Z[ helios-setup] Mar 04 17:50:10.377 INFO E| Compiling serde_spanned v1.0.3
33102026-03-04T17:50:12.974Z[ helios-setup] Mar 04 17:50:11.518 INFO E| Compiling mio v1.1.0
33112026-03-04T17:50:13.186Z[ helios-setup] Mar 04 17:50:11.730 INFO E| Compiling signal-hook-registry v1.4.6
33122026-03-04T17:50:13.664Z[ helios-setup] Mar 04 17:50:12.207 INFO E| Compiling socket2 v0.6.1
33132026-03-04T17:50:15.012Z[ helios-setup] Mar 04 17:50:13.556 INFO E| Compiling is-terminal v0.4.17
33142026-03-04T17:50:15.549Z[ helios-setup] Mar 04 17:50:14.092 INFO E| Compiling thread_local v1.1.9
33152026-03-04T17:50:15.715Z[ helios-setup] Mar 04 17:50:14.258 INFO E| Compiling toml_writer v1.0.4
33162026-03-04T17:50:15.840Z[ helios-setup] Mar 04 17:50:14.383 INFO E| Compiling term v1.2.0
33172026-03-04T17:50:15.875Z[ helios-setup] Mar 04 17:50:14.418 INFO E| Compiling ryu v1.0.20
33182026-03-04T17:50:16.063Z[ helios-setup] Mar 04 17:50:14.606 INFO E| Compiling subtle v2.6.1
33192026-03-04T17:50:16.629Z[ helios-setup] Mar 04 17:50:15.172 INFO E| Compiling libdevinfo-sys v1.1.0
33202026-03-04T17:50:16.740Z[ helios-setup] Mar 04 17:50:15.283 INFO E| Compiling winnow v0.5.40
33212026-03-04T17:50:17.182Z[ helios-setup] Mar 04 17:50:15.725 INFO E| Compiling hashbrown v0.12.3
33222026-03-04T17:50:17.211Z[ helios-setup] Mar 04 17:50:15.750 INFO E| Compiling base64 v0.21.7
33232026-03-04T17:50:17.296Z[ helios-setup] Mar 04 17:50:15.839 INFO E| Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
33242026-03-04T17:50:17.436Z[ helios-setup] Mar 04 17:50:15.979 INFO E| Compiling slog-term v2.9.2
33252026-03-04T17:50:18.292Z[ helios-setup] Mar 04 17:50:16.834 INFO E| Compiling devinfo v0.1.0
33262026-03-04T17:50:19.088Z[ host-package] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33272026-03-04T17:50:19.862Z[ helios-setup] Mar 04 17:50:18.403 INFO E| Compiling ron v0.8.1
33282026-03-04T17:50:21.495Z[ helios-setup] Mar 04 17:50:20.037 INFO E| Compiling rsa v0.9.8
33292026-03-04T17:50:23.126Z[ host-package] Compiling progenitor v0.10.0
33302026-03-04T17:50:23.707Z[ host-package] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
33312026-03-04T17:50:23.944Z[ helios-setup] Mar 04 17:50:22.486 INFO E| Compiling toml v0.9.8
33322026-03-04T17:50:24.201Z[ helios-setup] Mar 04 17:50:22.743 INFO E| Compiling toml_edit v0.19.15
33332026-03-04T17:50:24.427Z[ host-package] Compiling tokio-tungstenite v0.21.0
33342026-03-04T17:50:25.718Z[ helios-setup] Mar 04 17:50:24.259 INFO E| Compiling tokio v1.48.0
33352026-03-04T17:50:26.010Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
33362026-03-04T17:50:26.974Z[ helios-setup] Mar 04 17:50:25.514 INFO E| Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33372026-03-04T17:50:27.713Z[ helios-setup] Mar 04 17:50:26.254 INFO E| Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
33382026-03-04T17:50:30.594Z[ helios-setup] Mar 04 17:50:29.135 INFO E| Compiling futures v0.3.31
33392026-03-04T17:50:30.773Z[ helios-setup] Mar 04 17:50:29.313 INFO E| Compiling serde-hex v0.1.0
33402026-03-04T17:50:31.012Z[ helios-setup] Mar 04 17:50:29.552 INFO E| Compiling uuid v1.18.1
33412026-03-04T17:50:31.475Z[ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33422026-03-04T17:50:32.572Z[ helios-setup] Mar 04 17:50:31.111 INFO E| Compiling bzip2 v0.4.4
33432026-03-04T17:50:33.524Z[ helios-setup] Mar 04 17:50:32.063 INFO E| Compiling flate2 v1.1.5
33442026-03-04T17:50:33.631Z[ helios-setup] Mar 04 17:50:32.168 INFO E| Compiling env_logger v0.11.8
33452026-03-04T17:50:34.628Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33462026-03-04T17:50:35.117Z[ helios-setup] Mar 04 17:50:33.656 INFO E| Compiling hashbrown v0.13.2
33472026-03-04T17:50:36.134Z[ helios-setup] Mar 04 17:50:34.673 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#8eed23a0)
33482026-03-04T17:50:37.153Z[ helios-setup] Mar 04 17:50:35.692 INFO E| Compiling x509-cert v0.2.5
33492026-03-04T17:50:38.044Z[ helios-setup] Mar 04 17:50:36.582 INFO E| Compiling bitflags v1.3.2
33502026-03-04T17:50:38.439Z[ helios-setup] Mar 04 17:50:36.978 INFO E| Compiling foldhash v0.2.0
33512026-03-04T17:50:39.456Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33522026-03-04T17:50:39.927Z[ helios-setup] Mar 04 17:50:38.465 INFO E| Compiling rustc-hash v2.1.1
33532026-03-04T17:50:40.484Z[ helios-setup] Mar 04 17:50:39.022 INFO E| Compiling crc-any v2.5.0
33542026-03-04T17:50:42.037Z[ helios-setup] Mar 04 17:50:40.575 INFO E| Compiling hex v0.4.3
33552026-03-04T17:50:42.246Z[ helios-setup] Mar 04 17:50:40.784 INFO E| Compiling iddqd v0.3.14
33562026-03-04T17:50:42.558Z[ helios-setup] Mar 04 17:50:41.095 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
33572026-03-04T17:50:43.609Z[ host-package] Compiling num-derive v0.3.3
33582026-03-04T17:50:43.734Z[ helios-setup] Mar 04 17:50:42.272 INFO E| Compiling object v0.30.4
33592026-03-04T17:50:45.137Z[ helios-setup] Mar 04 17:50:43.674 INFO E| Compiling zip v0.6.6
33602026-03-04T17:50:45.532Z[ helios-setup] Mar 04 17:50:44.069 INFO E| Compiling toml v0.7.8
33612026-03-04T17:50:47.916Z[ host-package] Compiling proc-macro-error-attr2 v2.0.0
33622026-03-04T17:50:48.020Z[ host-package] Compiling libscf-sys v1.1.0
33632026-03-04T17:50:48.626Z[ helios-setup] Mar 04 17:50:47.162 INFO E| Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33642026-03-04T17:50:48.764Z[ host-package] Compiling nix v0.31.1
33652026-03-04T17:50:49.650Z[ host-package] Compiling proc-macro-error2 v2.0.1
33662026-03-04T17:50:50.719Z[ host-package] Compiling vergen-gitcl v1.0.8
33672026-03-04T17:50:50.796Z[ host-package] Compiling dirs-sys-next v0.1.2
33682026-03-04T17:50:50.888Z[ host-package] Compiling maplit v1.0.2
33692026-03-04T17:50:51.294Z[ host-package] Compiling crunchy v0.2.4
33702026-03-04T17:50:51.318Z[ helios-setup] Mar 04 17:50:49.854 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
33712026-03-04T17:50:51.720Z[ host-package] Compiling glob v0.3.3
33722026-03-04T17:50:51.884Z[ host-package] Compiling dirs-next v2.0.0
33732026-03-04T17:50:52.407Z[ helios-setup] Mar 04 17:50:50.942 INFO E| Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
33742026-03-04T17:50:52.559Z[ host-package] Compiling tabled_derive v0.11.0
33752026-03-04T17:50:52.739Z[ helios-setup] Mar 04 17:50:51.275 INFO E| Compiling path-slash v0.1.5
33762026-03-04T17:50:53.051Z[ host-package] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33772026-03-04T17:50:53.345Z[ host-package] Compiling clang-sys v1.8.1
33782026-03-04T17:50:53.543Z[ helios-setup] Mar 04 17:50:52.079 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
33792026-03-04T17:50:53.680Z[ helios-setup] Mar 04 17:50:52.216 INFO E| Compiling pilot-disks v0.1.0 (/work/oxidecomputer/helios/projects/pilot/disks)
33802026-03-04T17:50:55.204Z[ host-package] Compiling papergrid v0.17.0
33812026-03-04T17:50:56.186Z[ host-package] Compiling testing_table v0.3.0
33822026-03-04T17:50:57.156Z[ host-package] Compiling dsl_auto_type v0.1.3
33832026-03-04T17:50:57.660Z[ host-package] Compiling scheduled-thread-pool v0.2.7
33842026-03-04T17:50:59.572Z[ helios-setup] Mar 04 17:50:58.105 INFO E| Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?rev=cec2560e9a0126e9e687d51b385a57891abc87c3#cec2560e)
33852026-03-04T17:50:59.664Z[ host-package] Compiling diesel_table_macro_syntax v0.2.0
33862026-03-04T17:50:59.761Z[ host-package] Compiling tiny-keccak v2.0.2
33872026-03-04T17:51:00.847Z[ host-package] Compiling diesel_derives v2.2.7
33882026-03-04T17:51:01.044Z[ host-package] Compiling r2d2 v0.8.10
33892026-03-04T17:51:02.253Z[ host-package] Compiling tabled v0.20.0
33902026-03-04T17:51:15.201Z[ host-package] Compiling term v0.7.0
33912026-03-04T17:51:17.358Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33922026-03-04T17:51:20.374Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33932026-03-04T17:51:21.469Z[ host-package] Compiling arc-swap v1.8.2
33942026-03-04T17:51:21.906Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33952026-03-04T17:51:22.435Z[ helios-setup] Mar 04 17:51:20.965 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
33962026-03-04T17:51:22.470Z[ host-package] Compiling bit-vec v0.6.3
33972026-03-04T17:51:22.521Z[ host-package] Compiling xshell-macros v0.2.7
33982026-03-04T17:51:23.015Z[ host-package] Compiling bit-set v0.5.3
33992026-03-04T17:51:23.472Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
34002026-03-04T17:51:23.823Z[ host-package] Compiling xshell v0.2.7
34012026-03-04T17:51:23.826Z[ host-package] Compiling slog-scope v4.4.1
34022026-03-04T17:51:24.882Z[ host-package] Compiling diesel v2.2.12
34032026-03-04T17:52:06.309Z[ host-package] Compiling ascii-canvas v3.0.0
34042026-03-04T17:52:06.309Z[ host-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
34052026-03-04T17:52:06.309Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
34062026-03-04T17:52:06.309Z[ host-package] Compiling itertools v0.10.5
34072026-03-04T17:52:06.309Z[ host-package] Compiling ena v0.14.4
34082026-03-04T17:52:06.309Z[ host-package] Compiling libloading v0.8.9
34092026-03-04T17:52:06.309Z[ host-package] Compiling regex-syntax v0.6.29
34102026-03-04T17:52:06.309Z[ host-package] Compiling bindgen v0.71.1
34112026-03-04T17:52:06.309Z[ host-package] Compiling diff v0.1.13
34122026-03-04T17:52:06.309Z[ host-package] Compiling unicase v2.9.0
34132026-03-04T17:52:06.309Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34142026-03-04T17:52:06.309Z[ host-package] Compiling lalrpop v0.19.12
34152026-03-04T17:52:06.309Z[ helios-setup] Mar 04 17:51:51.101 INFO E| Finished `release` profile [optimized] target(s) in 2m 51s
34162026-03-04T17:52:06.309Z[ helios-setup] Mar 04 17:51:51.101 INFO E| warning: the following packages contain code that will be rejected by a future version of Rust: num-bigint-dig v0.8.4
34172026-03-04T17:52:06.309Z[ helios-setup] Mar 04 17:51:51.104 INFO E| note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
34182026-03-04T17:52:06.309Z[ helios-setup] Mar 04 17:51:51.228 INFO building project "pilot" ok (171 seconds)
34192026-03-04T17:52:06.309Z[ helios-setup] Mar 04 17:51:51.228 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/bootserver"
34202026-03-04T17:52:06.309Z[ helios-setup] Mar 04 17:51:51.388 INFO rust toolchain for "/work/oxidecomputer/helios/projects/bootserver": "1.91.1-x86_64-unknown-illumos (default)"
34212026-03-04T17:52:06.309Z[ helios-setup] Mar 04 17:51:51.388 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
34222026-03-04T17:52:06.309Z[ helios-setup] Mar 04 17:51:51.388 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
34232026-03-04T17:52:06.309Z[ helios-setup] Mar 04 17:51:51.688 INFO E| Downloading crates ...
34242026-03-04T17:52:06.309Z[ helios-setup] Mar 04 17:51:51.917 INFO E| Downloaded unicode-width v0.1.10
34252026-03-04T17:52:06.309Z[ helios-setup] Mar 04 17:51:51.920 INFO E| Downloaded miniz_oxide v0.6.2
34262026-03-04T17:52:06.309Z[ helios-setup] Mar 04 17:51:51.923 INFO E| Downloaded generic-array v0.14.6
34272026-03-04T17:52:06.309Z[ helios-setup] Mar 04 17:51:51.926 INFO E| Downloaded typenum v1.15.0
34282026-03-04T17:52:06.309Z[ helios-setup] Mar 04 17:51:51.930 INFO E| Downloaded flate2 v1.0.25
34292026-03-04T17:52:06.310Z[ helios-setup] Mar 04 17:51:51.937 INFO E| Downloaded bytes v1.2.1
34302026-03-04T17:52:06.310Z[ helios-setup] Mar 04 17:51:51.943 INFO E| Downloaded anyhow v1.0.62
34312026-03-04T17:52:06.310Z[ helios-setup] Mar 04 17:51:51.949 INFO E| Downloaded digest v0.10.3
34322026-03-04T17:52:06.310Z[ helios-setup] Mar 04 17:51:51.952 INFO E| Downloaded sha2 v0.10.5
34332026-03-04T17:52:06.310Z[ helios-setup] Mar 04 17:51:51.955 INFO E| Downloaded cpufeatures v0.2.5
34342026-03-04T17:52:06.310Z[ helios-setup] Mar 04 17:51:51.957 INFO E| Downloaded block-buffer v0.10.3
34352026-03-04T17:52:06.310Z[ helios-setup] Mar 04 17:51:52.028 INFO E| Compiling typenum v1.15.0
34362026-03-04T17:52:06.310Z[ helios-setup] Mar 04 17:51:52.028 INFO E| Compiling version_check v0.9.4
34372026-03-04T17:52:06.310Z[ helios-setup] Mar 04 17:51:52.028 INFO E| Compiling crc32fast v1.3.2
34382026-03-04T17:52:06.344Z[ helios-setup] Mar 04 17:51:52.028 INFO E| Compiling cfg-if v1.0.0
34392026-03-04T17:52:06.345Z[ helios-setup] Mar 04 17:51:52.028 INFO E| Compiling adler v1.0.2
34402026-03-04T17:52:06.345Z[ helios-setup] Mar 04 17:51:52.028 INFO E| Compiling anyhow v1.0.62
34412026-03-04T17:52:06.345Z[ helios-setup] Mar 04 17:51:52.028 INFO E| Compiling unicode-width v0.1.10
34422026-03-04T17:52:06.345Z[ helios-setup] Mar 04 17:51:52.028 INFO E| Compiling cpufeatures v0.2.5
34432026-03-04T17:52:06.345Z[ helios-setup] Mar 04 17:51:52.391 INFO E| Compiling bitflags v1.3.2
34442026-03-04T17:52:06.345Z[ helios-setup] Mar 04 17:51:52.466 INFO E| Compiling miniz_oxide v0.6.2
34452026-03-04T17:52:06.345Z[ helios-setup] Mar 04 17:51:52.520 INFO E| Compiling getopts v0.2.21
34462026-03-04T17:52:06.345Z[ helios-setup] Mar 04 17:51:52.640 INFO E| Compiling bytes v1.2.1
34472026-03-04T17:52:06.345Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34482026-03-04T17:52:06.345Z[ helios-setup] Mar 04 17:51:53.330 INFO E| Compiling generic-array v0.14.6
34492026-03-04T17:52:06.345Z[ helios-setup] Mar 04 17:51:54.250 INFO E| Compiling flate2 v1.0.25
34502026-03-04T17:52:06.345Z[ host-package] Compiling slog-stdlog v4.1.1
34512026-03-04T17:52:06.345Z[ host-package] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
34522026-03-04T17:52:06.345Z[ helios-setup] Mar 04 17:51:57.836 INFO E| Compiling block-buffer v0.10.3
34532026-03-04T17:52:06.345Z[ helios-setup] Mar 04 17:51:57.836 INFO E| Compiling crypto-common v0.1.6
34542026-03-04T17:52:06.345Z[ helios-setup] Mar 04 17:51:58.080 INFO E| Compiling digest v0.10.3
34552026-03-04T17:52:06.345Z[ helios-setup] Mar 04 17:51:58.448 INFO E| Compiling sha2 v0.10.5
34562026-03-04T17:52:06.345Z[ helios-setup] Mar 04 17:51:59.285 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
34572026-03-04T17:52:06.345Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
34582026-03-04T17:52:06.345Z[ host-package] Compiling cexpr v0.6.0
34592026-03-04T17:52:06.345Z[ host-package] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
34602026-03-04T17:52:06.345Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
34612026-03-04T17:52:06.345Z[ host-package] Compiling crc8 v0.1.1
34622026-03-04T17:52:06.345Z[ helios-setup] Mar 04 17:52:03.969 INFO E| Finished `release` profile [optimized] target(s) in 12.45s
34632026-03-04T17:52:06.345Z[ helios-setup] Mar 04 17:52:03.986 INFO building project "bootserver" ok (12 seconds)
34642026-03-04T17:52:06.345Z[ helios-setup] Mar 04 17:52:03.987 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/image-builder"
34652026-03-04T17:52:06.345Z[ helios-setup] Mar 04 17:52:04.108 INFO rust toolchain for "/work/oxidecomputer/helios/projects/image-builder": "1.91.1-x86_64-unknown-illumos (default)"
34662026-03-04T17:52:06.345Z[ helios-setup] Mar 04 17:52:04.108 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
34672026-03-04T17:52:06.345Z[ helios-setup] Mar 04 17:52:04.108 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
34682026-03-04T17:52:06.345Z[ helios-setup] Mar 04 17:52:04.495 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
34692026-03-04T17:52:06.527Z[ helios-setup] Mar 04 17:52:05.049 INFO E| From https://github.com/jclulow/rust-jmclib
34702026-03-04T17:52:06.527Z[ helios-setup] Mar 04 17:52:05.049 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
34712026-03-04T17:52:06.551Z[ helios-setup] Mar 04 17:52:05.072 INFO E| Updating crates.io index
34722026-03-04T17:52:06.688Z[ helios-setup] Mar 04 17:52:05.209 INFO E| Downloading crates ...
34732026-03-04T17:52:06.813Z[ helios-setup] Mar 04 17:52:05.334 INFO E| Downloaded cpufeatures v0.2.9
34742026-03-04T17:52:06.816Z[ helios-setup] Mar 04 17:52:05.337 INFO E| Downloaded errno v0.3.1
34752026-03-04T17:52:06.820Z[ helios-setup] Mar 04 17:52:05.339 INFO E| Downloaded digest v0.9.0
34762026-03-04T17:52:06.823Z[ helios-setup] Mar 04 17:52:05.342 INFO E| Downloaded sha-1 v0.9.8
34772026-03-04T17:52:06.823Z[ helios-setup] Mar 04 17:52:05.344 INFO E| Downloaded libdevinfo-sys v1.0.0
34782026-03-04T17:52:06.826Z[ helios-setup] Mar 04 17:52:05.346 INFO E| Downloaded opaque-debug v0.3.0
34792026-03-04T17:52:06.826Z[ helios-setup] Mar 04 17:52:05.347 INFO E| Downloaded md-5 v0.9.1
34802026-03-04T17:52:06.829Z[ helios-setup] Mar 04 17:52:05.350 INFO E| Downloaded block-buffer v0.9.0
34812026-03-04T17:52:06.859Z[ helios-setup] Mar 04 17:52:05.381 INFO E| Downloaded itoa v1.0.9
34822026-03-04T17:52:06.862Z[ helios-setup] Mar 04 17:52:05.383 INFO E| Downloaded glob v0.3.1
34832026-03-04T17:52:06.866Z[ helios-setup] Mar 04 17:52:05.385 INFO E| Downloaded anyhow v1.0.72
34842026-03-04T17:52:06.869Z[ helios-setup] Mar 04 17:52:05.391 INFO E| Downloaded quote v1.0.31
34852026-03-04T17:52:06.903Z[ helios-setup] Mar 04 17:52:05.425 INFO E| Downloaded walkdir v2.3.3
34862026-03-04T17:52:06.908Z[ helios-setup] Mar 04 17:52:05.428 INFO E| Downloaded serde_derive v1.0.193
34872026-03-04T17:52:06.911Z[ helios-setup] Mar 04 17:52:05.432 INFO E| Downloaded proc-macro2 v1.0.66
34882026-03-04T17:52:06.915Z[ helios-setup] Mar 04 17:52:05.435 INFO E| Downloaded getrandom v0.2.10
34892026-03-04T17:52:06.918Z[ helios-setup] Mar 04 17:52:05.440 INFO E| Downloaded typenum v1.16.0
34902026-03-04T17:52:06.922Z[ helios-setup] Mar 04 17:52:05.444 INFO E| Downloaded serde v1.0.193
34912026-03-04T17:52:06.927Z[ helios-setup] Mar 04 17:52:05.448 INFO E| Downloaded fastrand v2.0.0
34922026-03-04T17:52:06.930Z[ helios-setup] Mar 04 17:52:05.451 INFO E| Downloaded toml v0.5.11
34932026-03-04T17:52:06.933Z[ helios-setup] Mar 04 17:52:05.454 INFO E| Downloaded bitflags v2.3.3
34942026-03-04T17:52:06.936Z[ helios-setup] Mar 04 17:52:05.458 INFO E| Downloaded uuid v0.8.2
34952026-03-04T17:52:06.941Z[ helios-setup] Mar 04 17:52:05.463 INFO E| Downloaded unicode-ident v1.0.11
34962026-03-04T17:52:06.946Z[ helios-setup] Mar 04 17:52:05.467 INFO E| Downloaded tempfile v3.7.0
34972026-03-04T17:52:06.949Z[ helios-setup] Mar 04 17:52:05.470 INFO E| Downloaded serde_json v1.0.103
34982026-03-04T17:52:06.959Z[ helios-setup] Mar 04 17:52:05.480 INFO E| Downloaded ryu v1.0.15
34992026-03-04T17:52:06.963Z[ helios-setup] Mar 04 17:52:05.485 INFO E| Downloaded once_cell v1.18.0
35002026-03-04T17:52:06.967Z[ helios-setup] Mar 04 17:52:05.489 INFO E| Downloaded rustix v0.38.4
35012026-03-04T17:52:07.064Z[ helios-setup] Mar 04 17:52:05.585 INFO E| Downloaded syn v2.0.32
35022026-03-04T17:52:07.115Z[ helios-setup] Mar 04 17:52:05.636 INFO E| Downloaded libc v0.2.147
35032026-03-04T17:52:07.238Z[ helios-setup] Mar 04 17:52:05.759 INFO E| Compiling libc v0.2.147
35042026-03-04T17:52:07.277Z[ helios-setup] Mar 04 17:52:05.799 INFO E| Compiling proc-macro2 v1.0.66
35052026-03-04T17:52:07.277Z[ helios-setup] Mar 04 17:52:05.799 INFO E| Compiling cfg-if v1.0.0
35062026-03-04T17:52:07.277Z[ helios-setup] Mar 04 17:52:05.799 INFO E| Compiling unicode-ident v1.0.11
35072026-03-04T17:52:07.281Z[ helios-setup] Mar 04 17:52:05.799 INFO E| Compiling version_check v0.9.4
35082026-03-04T17:52:07.281Z[ helios-setup] Mar 04 17:52:05.799 INFO E| Compiling typenum v1.16.0
35092026-03-04T17:52:07.281Z[ helios-setup] Mar 04 17:52:05.799 INFO E| Compiling serde v1.0.193
35102026-03-04T17:52:07.281Z[ helios-setup] Mar 04 17:52:05.799 INFO E| Compiling slog v2.7.0
35112026-03-04T17:52:07.907Z[ helios-setup] Mar 04 17:52:06.428 INFO E| Compiling num-conv v0.1.0
35122026-03-04T17:52:08.029Z[ helios-setup] Mar 04 17:52:06.550 INFO E| Compiling rustix v0.38.4
35132026-03-04T17:52:08.461Z[ helios-setup] Mar 04 17:52:06.981 INFO E| Compiling itoa v1.0.9
35142026-03-04T17:52:08.504Z[ host-package] Compiling slog-envlogger v2.2.0
35152026-03-04T17:52:08.787Z[ helios-setup] Mar 04 17:52:07.308 INFO E| Compiling generic-array v0.14.7
35162026-03-04T17:52:08.947Z[ helios-setup] Mar 04 17:52:07.468 INFO E| Compiling powerfmt v0.2.0
35172026-03-04T17:52:09.057Z[ helios-setup] Mar 04 17:52:07.569 INFO E| Compiling time-core v0.1.2
35182026-03-04T17:52:09.449Z[ helios-setup] Mar 04 17:52:07.970 INFO E| Compiling bitflags v2.3.3
35192026-03-04T17:52:09.651Z[ helios-setup] Mar 04 17:52:08.172 INFO E| Compiling time-macros v0.2.18
35202026-03-04T17:52:09.751Z[ helios-setup] Mar 04 17:52:08.272 INFO E| Compiling deranged v0.3.11
35212026-03-04T17:52:09.836Z[ helios-setup] Mar 04 17:52:08.357 INFO E| Compiling num_threads v0.1.6
35222026-03-04T17:52:10.054Z[ helios-setup] Mar 04 17:52:08.575 INFO E| Compiling once_cell v1.18.0
35232026-03-04T17:52:10.411Z[ helios-setup] Mar 04 17:52:08.931 INFO E| Compiling quote v1.0.31
35242026-03-04T17:52:10.502Z[ helios-setup] Mar 04 17:52:09.021 INFO E| Compiling dirs-sys-next v0.1.2
35252026-03-04T17:52:10.647Z[ helios-setup] Mar 04 17:52:09.168 INFO E| Compiling errno v0.3.1
35262026-03-04T17:52:11.081Z[ helios-setup] Mar 04 17:52:09.602 INFO E| Compiling syn v2.0.32
35272026-03-04T17:52:11.131Z[ helios-setup] Mar 04 17:52:09.651 INFO E| Compiling dirs-next v2.0.0
35282026-03-04T17:52:11.460Z[ helios-setup] Mar 04 17:52:09.980 INFO E| Compiling term v0.7.0
35292026-03-04T17:52:11.687Z[ helios-setup] Mar 04 17:52:10.207 INFO E| Compiling atty v0.2.14
35302026-03-04T17:52:11.898Z[ helios-setup] Mar 04 17:52:10.417 INFO E| Compiling thread_local v1.1.7
35312026-03-04T17:52:12.773Z[ helios-setup] Mar 04 17:52:11.293 INFO E| Compiling opaque-debug v0.3.0
35322026-03-04T17:52:13.130Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
35332026-03-04T17:52:13.219Z[ helios-setup] Mar 04 17:52:11.740 INFO E| Compiling fastrand v2.0.0
35342026-03-04T17:52:13.426Z[ helios-setup] Mar 04 17:52:11.946 INFO E| Compiling anyhow v1.0.72
35352026-03-04T17:52:13.557Z[ helios-setup] Mar 04 17:52:12.077 INFO E| Compiling serde_json v1.0.103
35362026-03-04T17:52:14.155Z[ helios-setup] Mar 04 17:52:12.674 INFO E| Compiling block-buffer v0.9.0
35372026-03-04T17:52:14.308Z[ helios-setup] Mar 04 17:52:12.828 INFO E| Compiling digest v0.9.0
35382026-03-04T17:52:14.474Z[ helios-setup] Mar 04 17:52:12.966 INFO E| Compiling tempfile v3.7.0
35392026-03-04T17:52:14.591Z[ helios-setup] Mar 04 17:52:13.111 INFO E| Compiling getrandom v0.2.10
35402026-03-04T17:52:14.695Z[ helios-setup] Mar 04 17:52:13.215 INFO E| Compiling cpufeatures v0.2.9
35412026-03-04T17:52:14.819Z[ helios-setup] Mar 04 17:52:13.339 INFO E| Compiling unicode-width v0.1.10
35422026-03-04T17:52:14.845Z[ helios-setup] Mar 04 17:52:13.365 INFO E| Compiling time v0.3.36
35432026-03-04T17:52:15.080Z[ host-package] Compiling headers-core v0.3.0
35442026-03-04T17:52:15.138Z[ helios-setup] Mar 04 17:52:13.646 INFO E| Compiling ryu v1.0.15
35452026-03-04T17:52:15.148Z[ helios-setup] Mar 04 17:52:13.668 INFO E| Compiling same-file v1.0.6
35462026-03-04T17:52:15.297Z[ helios-setup] Mar 04 17:52:13.817 INFO E| Compiling getopts v0.2.21
35472026-03-04T17:52:15.349Z[ helios-setup] Mar 04 17:52:13.869 INFO E| Compiling sha-1 v0.9.8
35482026-03-04T17:52:15.632Z[ host-package] Compiling libxml v0.3.3
35492026-03-04T17:52:15.791Z[ helios-setup] Mar 04 17:52:14.311 INFO E| Compiling walkdir v2.3.3
35502026-03-04T17:52:15.806Z[ helios-setup] Mar 04 17:52:14.325 INFO E| Compiling md-5 v0.9.1
35512026-03-04T17:52:15.938Z[ helios-setup] Mar 04 17:52:14.458 INFO E| Compiling libdevinfo-sys v1.0.0
35522026-03-04T17:52:16.280Z[ helios-setup] Mar 04 17:52:14.799 INFO E| Compiling glob v0.3.1
35532026-03-04T17:52:16.836Z[ host-package] Compiling headers v0.4.1
35542026-03-04T17:52:17.730Z[ host-package] Compiling polar-core v0.27.3
35552026-03-04T17:52:18.456Z[ helios-setup] Mar 04 17:52:16.975 INFO E| Compiling slog-term v2.9.0
35562026-03-04T17:52:18.482Z[ helios-setup] Mar 04 17:52:17.001 INFO E| Compiling serde_derive v1.0.193
35572026-03-04T17:52:19.262Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
35582026-03-04T17:52:21.933Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
35592026-03-04T17:52:22.442Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
35602026-03-04T17:52:22.591Z[ host-package] Compiling strum_macros v0.24.3
35612026-03-04T17:52:23.419Z[ host-package] Compiling indoc v1.0.9
35622026-03-04T17:52:24.869Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
35632026-03-04T17:52:25.156Z[ host-package] Compiling samael v0.0.19
35642026-03-04T17:52:25.268Z[ host-package] Compiling derive_builder v0.20.2
35652026-03-04T17:52:25.606Z[ host-package] Compiling oso-derive v0.27.3
35662026-03-04T17:52:25.975Z[ host-package] Compiling quick-xml v0.37.5
35672026-03-04T17:52:26.901Z[ host-package] Compiling impl-trait-for-tuples v0.2.3
35682026-03-04T17:52:29.164Z[ host-package] Compiling openssl-probe v0.1.6
35692026-03-04T17:52:29.865Z[ host-package] Compiling half v1.8.3
35702026-03-04T17:52:30.466Z[ host-package] Compiling serde_cbor v0.11.2
35712026-03-04T17:52:31.038Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
35722026-03-04T17:52:31.095Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
35732026-03-04T17:52:31.323Z[ helios-setup] Mar 04 17:52:29.840 INFO E| Compiling toml v0.5.11
35742026-03-04T17:52:31.323Z[ helios-setup] Mar 04 17:52:29.840 INFO E| Compiling uuid v0.8.2
35752026-03-04T17:52:32.789Z[ host-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
35762026-03-04T17:52:33.100Z[ host-package] Compiling diesel-dtrace v0.4.2
35772026-03-04T17:52:33.322Z[ host-package] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
35782026-03-04T17:52:33.455Z[ helios-setup] Mar 04 17:52:31.971 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
35792026-03-04T17:52:33.842Z[ host-package] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
35802026-03-04T17:52:34.106Z[ host-package] Compiling bb8 v0.8.6
35812026-03-04T17:52:34.807Z[ helios-setup] Mar 04 17:52:33.323 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
35822026-03-04T17:52:35.183Z[ host-package] Compiling trait-variant v0.1.2
35832026-03-04T17:52:36.461Z[ host-package] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
35842026-03-04T17:52:37.378Z[ host-package] Compiling async-bb8-diesel v0.2.1
35852026-03-04T17:52:38.371Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
35862026-03-04T17:52:38.742Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
35872026-03-04T17:52:42.068Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
35882026-03-04T17:52:42.763Z[ host-package] Compiling fxhash v0.2.1
35892026-03-04T17:52:43.524Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
35902026-03-04T17:52:44.162Z[ host-package] Compiling kstat-rs v0.2.4
35912026-03-04T17:52:44.218Z[ host-package] Compiling libz-sys v1.1.24
35922026-03-04T17:52:45.103Z[ host-package] Compiling oso v0.27.3
35932026-03-04T17:52:45.199Z[ host-package] Compiling nonempty v0.12.0
35942026-03-04T17:52:45.753Z[ helios-setup] Mar 04 17:52:44.267 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.96s
35952026-03-04T17:52:45.788Z[ helios-setup] Mar 04 17:52:44.301 INFO building project "image-builder" ok (40 seconds)
35962026-03-04T17:52:45.791Z[ helios-setup] rm -f helios-build
35972026-03-04T17:52:45.795Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
35982026-03-04T17:52:45.800Z[ helios-setup]
35992026-03-04T17:52:45.800Z[ helios-setup] real 8:27.396562545
36002026-03-04T17:52:45.800Z[ helios-setup] user 17:02.814051230
36012026-03-04T17:52:45.803Z[ helios-setup] sys 1:59.461345014
36022026-03-04T17:52:45.803Z[ helios-setup] trap 1.189864266
36032026-03-04T17:52:45.803Z[ helios-setup] tflt 4.622454318
36042026-03-04T17:52:45.803Z[ helios-setup] dflt 13.080318899
36052026-03-04T17:52:45.803Z[ helios-setup] kflt 0.000473148
36062026-03-04T17:52:45.803Z[ helios-setup] lock 1:30:07.028630349
36072026-03-04T17:52:45.803Z[ helios-setup] slp 2:18:21.783832261
36082026-03-04T17:52:45.803Z[ helios-setup] lat 18:46.215819015
36092026-03-04T17:52:45.803Z[ helios-setup] stop 2:39.936014559
36102026-03-04T17:52:45.803ZMar 04 17:52:44.315 INFO [helios-setup] process exited with exit status: 0 (507.400274504s)
36112026-03-04T17:52:45.803ZMar 04 17:52:44.315 INFO [helios-record] running task
36122026-03-04T17:52:45.803ZMar 04 17:52:44.315 DEBG running: git -C /work/oxidecomputer/helios/projects/bootserver rev-parse --verify HEAD^{commit}
36132026-03-04T17:52:45.808ZMar 04 17:52:44.322 DEBG process exited with exit status: 0 (6.613187ms)
36142026-03-04T17:52:45.809ZMar 04 17:52:44.322 DEBG running: git -C /work/oxidecomputer/helios/projects/pilot rev-parse --verify HEAD^{commit}
36152026-03-04T17:52:45.814ZMar 04 17:52:44.328 DEBG process exited with exit status: 0 (5.955786ms)
36162026-03-04T17:52:45.814ZMar 04 17:52:44.328 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-firmware rev-parse --verify HEAD^{commit}
36172026-03-04T17:52:45.820ZMar 04 17:52:44.334 DEBG process exited with exit status: 0 (6.309678ms)
36182026-03-04T17:52:45.820ZMar 04 17:52:44.334 DEBG running: git -C /work/oxidecomputer/helios/projects/image-builder rev-parse --verify HEAD^{commit}
36192026-03-04T17:52:45.826ZMar 04 17:52:44.341 DEBG process exited with exit status: 0 (6.157589ms)
36202026-03-04T17:52:45.826ZMar 04 17:52:44.341 DEBG running: git -C /work/oxidecomputer/helios/projects/dmar-report rev-parse --verify HEAD^{commit}
36212026-03-04T17:52:45.829Z[ helios-setup]
36222026-03-04T17:52:45.830Z[ helios-setup] Setup complete! ./helios-build is now available.
36232026-03-04T17:52:45.830Z[ helios-setup]
36242026-03-04T17:52:45.830Z[ host-package] Compiling salty v0.3.0
36252026-03-04T17:52:45.833ZMar 04 17:52:44.346 DEBG process exited with exit status: 0 (5.740325ms)
36262026-03-04T17:52:45.833ZMar 04 17:52:44.346 DEBG running: git -C /work/oxidecomputer/helios/projects/pinprick rev-parse --verify HEAD^{commit}
36272026-03-04T17:52:45.837ZMar 04 17:52:44.351 DEBG process exited with exit status: 0 (4.802482ms)
36282026-03-04T17:52:45.837ZMar 04 17:52:44.351 DEBG running: git -C /work/oxidecomputer/helios/projects/phbl rev-parse --verify HEAD^{commit}
36292026-03-04T17:52:45.841ZMar 04 17:52:44.356 DEBG process exited with exit status: 0 (4.607178ms)
36302026-03-04T17:52:45.847ZMar 04 17:52:44.356 DEBG running: git -C /work/oxidecomputer/helios/projects/chelsio-t6-roms rev-parse --verify HEAD^{commit}
36312026-03-04T17:52:45.847ZMar 04 17:52:44.361 DEBG process exited with exit status: 0 (5.26485ms)
36322026-03-04T17:52:45.850ZMar 04 17:52:44.361 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-host-image-builder rev-parse --verify HEAD^{commit}
36332026-03-04T17:52:45.854ZMar 04 17:52:44.367 DEBG process exited with exit status: 0 (5.545912ms)
36342026-03-04T17:52:45.854ZMar 04 17:52:44.367 INFO [helios-record] task succeeded (52.37865ms)
36352026-03-04T17:52:46.582Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
36362026-03-04T17:52:52.613Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
36372026-03-04T17:52:52.783Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
36382026-03-04T17:53:00.320Z[ host-package] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
36392026-03-04T17:53:05.419Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=f20f786e67c86388dfaaf0ef3aa9d2693dfe1da4#f20f786e)
36402026-03-04T17:53:07.998Z[ host-package] Compiling darling_core v0.23.0
36412026-03-04T17:53:09.680Z[ host-package] Compiling nanorand v0.7.0
36422026-03-04T17:53:10.825Z[ host-package] Compiling parking_lot_core v0.8.6
36432026-03-04T17:53:11.416Z[ host-package] Compiling mime_guess v2.0.5
36442026-03-04T17:53:12.521Z[ host-package] Compiling flume v0.11.1
36452026-03-04T17:53:13.350Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=f20f786e67c86388dfaaf0ef3aa9d2693dfe1da4#f20f786e)
36462026-03-04T17:53:14.026Z[ host-package] Compiling darling_macro v0.23.0
36472026-03-04T17:53:14.995Z[ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
36482026-03-04T17:53:22.858Z[ host-package] Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36492026-03-04T17:53:22.993Z[ host-package] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
36502026-03-04T17:53:24.395Z[ host-package] Compiling git-stub v1.0.0
36512026-03-04T17:53:24.908Z[ host-package] Compiling libgit2-sys v0.18.3+1.9.2
36522026-03-04T17:53:24.964Z[ host-package] Compiling instability v0.3.11
36532026-03-04T17:53:25.441Z[ host-package] Compiling git-stub-vcs v0.1.0
36542026-03-04T17:53:26.153Z[ host-package] Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36552026-03-04T17:53:31.385Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
36562026-03-04T17:53:45.154Z[ host-package] Compiling darling v0.23.0
36572026-03-04T17:53:46.514Z[ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
36582026-03-04T17:53:47.516Z[ host-package] Compiling ignore v0.4.25
36592026-03-04T17:53:52.006Z[ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
36602026-03-04T17:53:53.298Z[ host-package] Compiling primeorder v0.13.6
36612026-03-04T17:53:53.937Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
36622026-03-04T17:53:54.503Z[ host-package] Compiling castaway v0.2.4
36632026-03-04T17:53:54.567Z[ host-package] Compiling nibble_vec v0.1.0
36642026-03-04T17:53:54.778Z[ host-package] Compiling atty v0.2.14
36652026-03-04T17:53:54.888Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
36662026-03-04T17:53:55.020Z[ host-package] Compiling indoc v2.0.7
36672026-03-04T17:53:55.315Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
36682026-03-04T17:53:55.720Z[ host-package] Compiling endian-type v0.1.2
36692026-03-04T17:53:55.874Z[ host-package] Compiling http-range v0.1.5
36702026-03-04T17:53:56.016Z[ host-package] Compiling radix_trie v0.2.1
36712026-03-04T17:53:56.494Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
36722026-03-04T17:53:56.904Z[ host-package] Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
36732026-03-04T17:53:57.111Z[ host-package] Compiling compact_str v0.8.1
36742026-03-04T17:53:57.307Z[ host-package] Compiling p384 v0.13.1
36752026-03-04T17:53:59.643Z[ host-package] Compiling globwalk v0.9.1
36762026-03-04T17:54:01.030Z[ host-package] Compiling parking_lot v0.11.2
36772026-03-04T17:54:03.050Z[ host-package] Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36782026-03-04T17:54:04.441Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
36792026-03-04T17:54:05.257Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
36802026-03-04T17:54:05.984Z[ host-package] Compiling predicates-tree v1.0.13
36812026-03-04T17:54:06.620Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
36822026-03-04T17:54:06.862Z[ host-package] Compiling unicode-truncate v1.1.0
36832026-03-04T17:54:07.248Z[ host-package] Compiling lru v0.12.5
36842026-03-04T17:54:07.655Z[ host-package] Compiling prefix-trie v0.7.0
36852026-03-04T17:54:08.408Z[ host-package] Compiling vergen-git2 v1.0.7
36862026-03-04T17:54:08.688Z[ host-package] Compiling cassowary v0.3.0
36872026-03-04T17:54:08.877Z[ host-package] Compiling hickory-server v0.25.2
36882026-03-04T17:54:09.603Z[ host-package] Compiling ratatui v0.29.0
36892026-03-04T17:54:12.089Z[ host-package] Compiling camino-tempfile-ext v0.3.3
36902026-03-04T17:54:13.461Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36912026-03-04T17:54:13.555Z[ host-package] Compiling hyper-staticfile v0.10.1
36922026-03-04T17:54:16.289Z[ host-package] Compiling git2 v0.20.4
36932026-03-04T17:54:18.593Z[ host-package] Compiling sled v0.34.7
36942026-03-04T17:54:21.095Z[ host-package] Compiling hickory-client v0.25.2
36952026-03-04T17:54:24.844Z[ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
36962026-03-04T17:54:25.582Z[ host-package] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
36972026-03-04T17:54:26.127Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36982026-03-04T17:54:27.759Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
36992026-03-04T17:54:28.510Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
37002026-03-04T17:54:29.395Z[ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
37012026-03-04T17:54:30.305Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37022026-03-04T17:54:31.475Z[ host-package] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
37032026-03-04T17:54:33.824Z[ host-package] Compiling rand_seeder v0.4.0
37042026-03-04T17:54:34.324Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
37052026-03-04T17:54:34.788Z[ host-package] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37062026-03-04T17:54:35.356Z[ host-package] Compiling lzma-sys v0.1.20
37072026-03-04T17:54:35.762Z[ host-package] Compiling rustls v0.21.12
37082026-03-04T17:54:36.138Z[ host-package] Compiling corncobs v0.1.4
37092026-03-04T17:54:36.172Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
37102026-03-04T17:54:36.594Z[ host-package] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37112026-03-04T17:54:36.884Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
37122026-03-04T17:54:36.942Z[ host-package] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
37132026-03-04T17:54:37.247Z[ host-package] Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37142026-03-04T17:54:37.735Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
37152026-03-04T17:54:38.989Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37162026-03-04T17:54:51.369Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
37172026-03-04T17:54:52.227Z[ host-package] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
37182026-03-04T17:54:52.428Z[ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
37192026-03-04T17:54:52.860Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
37202026-03-04T17:54:59.514Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
37212026-03-04T17:54:59.615Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
37222026-03-04T17:54:59.941Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
37232026-03-04T17:55:00.037Z[ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
37242026-03-04T17:55:00.385Z[ host-package] Compiling rustls-webpki v0.101.7
37252026-03-04T17:55:04.064Z[ host-package] Compiling sct v0.7.1
37262026-03-04T17:55:04.601Z[ host-package] Compiling cargo_toml v0.22.3
37272026-03-04T17:55:06.907Z[ host-package] Compiling nix v0.29.0
37282026-03-04T17:55:07.808Z[ host-package] Compiling secrecy v0.8.0
37292026-03-04T17:55:08.179Z[ host-package] Compiling void v1.0.2
37302026-03-04T17:55:08.431Z[ host-package] Compiling lzss v0.8.2
37312026-03-04T17:55:10.621Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
37322026-03-04T17:55:10.888Z[ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
37332026-03-04T17:55:12.555Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
37342026-03-04T17:55:18.326Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
37352026-03-04T17:55:19.655Z[ host-package] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
37362026-03-04T17:55:21.086Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37372026-03-04T17:55:24.835Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37382026-03-04T17:55:26.374Z[ host-package] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
37392026-03-04T17:55:27.929Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
37402026-03-04T17:55:28.371Z[ host-package] Compiling tungstenite v0.23.0
37412026-03-04T17:55:33.033Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
37422026-03-04T17:55:33.454Z[ host-package] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
37432026-03-04T17:55:33.695Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
37442026-03-04T17:55:33.908Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
37452026-03-04T17:55:34.113Z[ host-package] Compiling nix v0.27.1
37462026-03-04T17:55:34.333Z[ host-package] Compiling serde_bytes v0.11.19
37472026-03-04T17:55:35.102Z[ host-package] Compiling tokio-tungstenite v0.23.1
37482026-03-04T17:55:35.140Z[ host-package] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
37492026-03-04T17:55:35.531Z[ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
37502026-03-04T17:55:35.783Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37512026-03-04T17:55:36.830Z[ host-package] Compiling ron v0.12.0
37522026-03-04T17:55:42.185Z[ host-package] Compiling xz2 v0.1.7
37532026-03-04T17:55:42.860Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37542026-03-04T17:55:44.223Z[ host-package] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
37552026-03-04T17:55:48.178Z[ host-package] Compiling tokio-rustls v0.24.1
37562026-03-04T17:55:49.716Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
37572026-03-04T17:56:08.228Z[ host-package] Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
37582026-03-04T17:56:12.948Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
37592026-03-04T17:56:13.039Z[ host-package] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
37602026-03-04T17:56:23.299Z[ host-package] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
37612026-03-04T17:56:26.508Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
37622026-03-04T17:56:26.891Z[ host-package] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
37632026-03-04T17:56:27.004Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
37642026-03-04T17:56:28.393Z[ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
37652026-03-04T17:56:33.052Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
37662026-03-04T17:56:35.703Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
37672026-03-04T17:56:41.942Z[ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
37682026-03-04T17:56:41.982Z[ host-package] Compiling rustls-pemfile v1.0.4
37692026-03-04T17:56:42.773Z[ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
37702026-03-04T17:56:45.882Z[ host-package] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
37712026-03-04T17:56:48.582Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
37722026-03-04T17:56:49.002Z[ host-package] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
37732026-03-04T17:56:50.710Z[ host-package] Compiling signal-hook-tokio v0.3.1
37742026-03-04T17:56:51.017Z[ host-package] Compiling yasna v0.5.2
37752026-03-04T17:56:51.388Z[ host-package] Compiling twox-hash v2.1.2
37762026-03-04T17:56:52.532Z[ host-package] Compiling is_ci v1.2.0
37772026-03-04T17:56:52.916Z[ host-package] Compiling base16ct v1.0.0
37782026-03-04T17:56:54.321Z[ host-package] Compiling supports-color v3.0.2
37792026-03-04T17:56:54.836Z[ host-package] Compiling rcgen v0.12.1
37802026-03-04T17:56:58.271Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
37812026-03-04T17:57:03.092Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37822026-03-04T17:57:06.270Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
37832026-03-04T17:57:20.752Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
37842026-03-04T17:57:39.619Z[ host-package] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
37852026-03-04T17:57:40.624Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
37862026-03-04T17:57:41.552Z[ host-package] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
37872026-03-04T17:57:51.207Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
37882026-03-04T17:58:00.280Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
37892026-03-04T17:58:01.709Z[ host-package] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
37902026-03-04T17:58:08.929Z[ host-package] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
37912026-03-04T17:58:09.334Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
37922026-03-04T17:58:09.374Z[ host-package] Compiling progenitor-extras v0.1.0
37932026-03-04T17:58:09.765Z[ host-package] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
37942026-03-04T17:58:09.849Z[ host-package] Compiling fatfs v0.3.6
37952026-03-04T17:58:10.099Z[ host-package] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
37962026-03-04T17:58:12.567Z[ host-package] Compiling rtoolbox v0.0.3
37972026-03-04T17:58:13.170Z[ host-package] Compiling subprocess v0.2.15
37982026-03-04T17:58:17.855Z[ host-package] Compiling assert_matches v1.5.0
37992026-03-04T17:58:18.040Z[ host-package] Compiling seq-macro v0.3.6
38002026-03-04T17:58:19.338Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
38012026-03-04T17:58:22.685Z[ host-package] Compiling rpassword v7.4.0
38022026-03-04T17:58:23.318Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
38032026-03-04T17:58:30.939Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
38042026-03-04T17:58:45.832Z[ host-package] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
38052026-03-04T17:58:46.054Z[ host-package] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
38062026-03-04T17:58:51.515Z[ host-package] Compiling tui-tree-widget v0.23.1
38072026-03-04T17:58:52.067Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
38082026-03-04T17:59:01.668Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
38092026-03-04T17:59:02.659Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
38102026-03-04T17:59:02.998Z[ host-package] Compiling uzers v0.12.2
38112026-03-04T17:59:06.215Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
38122026-03-04T17:59:08.655Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
38132026-03-04T17:59:19.006Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
38142026-03-04T17:59:35.141Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
38152026-03-04T17:59:49.457Z[ host-package] Compiling support-bundle-viewer v0.1.2
38162026-03-04T17:59:53.679Z[ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
38172026-03-04T17:59:58.122Z[ host-package] Compiling multimap v0.10.1
38182026-03-04T18:02:21.535Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
38192026-03-04T18:13:16.379Z[ host-package] Finished `release` profile [optimized] target(s) in 27m 16s
38202026-03-04T18:14:54.288ZMar 04 18:14:52.545 INFO [host-package] process exited with exit status: 0 (1734.368967496s)
38212026-03-04T18:14:54.288ZMar 04 18:14:52.545 INFO [host-stamp] running task
38222026-03-04T18:14:54.291ZMar 04 18:14:52.546 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
38232026-03-04T18:14:54.291ZMar 04 18:14:52.546 INFO [stamp-crucible-utils] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-utils 19.0.0-0.ci+gite18753cdeab
38242026-03-04T18:14:54.291ZMar 04 18:14:52.546 INFO [stamp-omicron-sled-agent] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp omicron-sled-agent 19.0.0-0.ci+gite18753cdeab
38252026-03-04T18:14:54.291ZMar 04 18:14:52.547 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp mg-ddm-gz 19.0.0-0.ci+gite18753cdeab
38262026-03-04T18:14:54.291ZMar 04 18:14:52.547 INFO [stamp-propolis-server] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp propolis-server 19.0.0-0.ci+gite18753cdeab
38272026-03-04T18:14:54.291ZMar 04 18:14:52.547 INFO [stamp-switch-asic] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp switch-asic 19.0.0-0.ci+gite18753cdeab
38282026-03-04T18:14:54.291ZMar 04 18:14:52.547 INFO [stamp-oxlog] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oxlog 19.0.0-0.ci+gite18753cdeab
38292026-03-04T18:14:54.291ZMar 04 18:14:52.548 INFO [stamp-pumpkind-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp pumpkind-gz 19.0.0-0.ci+gite18753cdeab
38302026-03-04T18:14:54.291ZMar 04 18:14:52.548 INFO [stamp-overlay] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp overlay 19.0.0-0.ci+gite18753cdeab
38312026-03-04T18:14:54.304Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
38322026-03-04T18:14:54.307Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
38332026-03-04T18:14:54.307Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
38342026-03-04T18:14:54.307Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
38352026-03-04T18:14:54.307Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
38362026-03-04T18:14:54.307Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
38372026-03-04T18:14:54.307Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
38382026-03-04T18:14:54.307Z[stamp-crucible-utils] Logging to: /work/oxidecomputer/omicron/out/LOG
38392026-03-04T18:14:54.310Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
38402026-03-04T18:14:54.316Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
38412026-03-04T18:14:54.319ZMar 04 18:14:52.574 INFO [stamp-overlay] process exited with exit status: 0 (26.227649ms)
38422026-03-04T18:14:54.323Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
38432026-03-04T18:14:54.328ZMar 04 18:14:52.586 INFO [stamp-oxlog] process exited with exit status: 0 (38.147142ms)
38442026-03-04T18:14:54.380Z[stamp-crucible-utils] Created: /work/oxidecomputer/omicron/out/versioned/crucible-utils.tar
38452026-03-04T18:14:54.384ZMar 04 18:14:52.642 INFO [stamp-crucible-utils] process exited with exit status: 0 (96.055255ms)
38462026-03-04T18:14:54.415Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
38472026-03-04T18:14:54.419ZMar 04 18:14:52.677 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (129.218079ms)
38482026-03-04T18:14:54.627Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
38492026-03-04T18:14:54.631ZMar 04 18:14:52.888 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (341.652295ms)
38502026-03-04T18:14:54.920Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
38512026-03-04T18:14:54.924ZMar 04 18:14:53.182 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (635.590382ms)
38522026-03-04T18:14:55.768Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
38532026-03-04T18:14:55.773ZMar 04 18:14:54.030 INFO [stamp-propolis-server] process exited with exit status: 0 (1.48316238s)
38542026-03-04T18:14:55.917Z[recovery-package] Compiling newtype-uuid v1.3.2
38552026-03-04T18:14:56.215Z[recovery-package] Compiling daft v0.1.5
38562026-03-04T18:14:56.572Z[recovery-package] Compiling iddqd v0.3.17
38572026-03-04T18:14:58.155Z[recovery-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
38582026-03-04T18:14:58.516Z[recovery-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
38592026-03-04T18:14:58.516Z[recovery-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
38602026-03-04T18:14:58.519Z[recovery-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
38612026-03-04T18:14:58.519Z[recovery-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
38622026-03-04T18:14:58.588Z[recovery-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
38632026-03-04T18:14:59.306Z[recovery-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
38642026-03-04T18:15:02.937Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
38652026-03-04T18:15:02.941ZMar 04 18:15:01.196 INFO [stamp-switch-asic] process exited with exit status: 0 (8.648567076s)
38662026-03-04T18:15:02.941ZMar 04 18:15:01.196 INFO [host-stamp] task succeeded (8.650586274s)
38672026-03-04T18:15:02.941ZMar 04 18:15:01.196 INFO [host-proto] running task
38682026-03-04T18:15:03.525ZMar 04 18:15:01.764 INFO [host-proto] task succeeded (568.078255ms)
38692026-03-04T18:15:03.525ZMar 04 18:15:01.764 INFO [host-profile] running task
38702026-03-04T18:15:03.530ZMar 04 18:15:01.764 INFO [host-profile] task succeeded (280.672µs)
38712026-03-04T18:15:03.530ZMar 04 18:15:01.764 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/.tmpqNuNnZ/proto/host/root -N 'ci e18753c/${os_short_commit} 2026-03-04 17:44' -s host -B -F 'extra_packages+=/consolidation/oxide/omicron-release-incorporation@19.0.0.0' -p 'helios-dev=file:///work/incorporation.p5p' -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
38722026-03-04T18:15:03.530Z[ host-image] Mar 04 18:15:01.772 INFO Checking files for board 'gimlet'
38732026-03-04T18:15:03.530Z[ host-image] Mar 04 18:15:01.772 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
38742026-03-04T18:15:03.530Z[ host-image] Mar 04 18:15:01.772 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml"
38752026-03-04T18:15:03.530Z[ host-image] Mar 04 18:15:01.772 INFO Checking files for board 'cosmo-mbist-noaggr'
38762026-03-04T18:15:03.530Z[ host-image] Mar 04 18:15:01.772 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7-mbist-noaggr.toml"
38772026-03-04T18:15:03.530Z[ host-image] Mar 04 18:15:01.772 INFO Checking files for board 'cosmo-mbist'
38782026-03-04T18:15:03.530Z[ host-image] Mar 04 18:15:01.772 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7-mbist.toml"
38792026-03-04T18:15:03.530Z[ host-image] Mar 04 18:15:01.772 INFO Checking files for board 'cosmo'
38802026-03-04T18:15:03.530Z[ host-image] Mar 04 18:15:01.772 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
38812026-03-04T18:15:03.530Z[ host-image] Mar 04 18:15:01.772 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7.toml"
38822026-03-04T18:15:03.530Z[ host-image] Mar 04 18:15:01.785 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpqNuNnZ/proto/host/root"
38832026-03-04T18:15:03.530Z[ host-image] Mar 04 18:15:01.785 INFO using external package repositories: helios-dev={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/2/dev/ }
38842026-03-04T18:15:03.531Z[ host-image] Mar 04 18:15:01.785 INFO image builder template: ramdisk-01-os...
38852026-03-04T18:15:03.531Z[ host-image] Mar 04 18:15:01.785 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/.tmpqNuNnZ/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@19.0.0.0", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
38862026-03-04T18:15:03.547Z[ host-image] Mar 04 18:15:01.803 INFO O| Mar 04 18:15:01.803 INFO CREATE DATASET: rpool/images/build/host/output
38872026-03-04T18:15:04.488Z[ host-image] Mar 04 18:15:02.743 INFO O| Mar 04 18:15:02.743 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-01-os
38882026-03-04T18:15:04.493Z[ host-image] Mar 04 18:15:02.747 INFO O| Mar 04 18:15:02.747 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
38892026-03-04T18:15:04.644Z[ host-image] Mar 04 18:15:02.898 INFO O| Mar 04 18:15:02.898 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-01-os: sync = disabled
38902026-03-04T18:15:04.693Z[ host-image] Mar 04 18:15:02.947 INFO O| Mar 04 18:15:02.947 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-01-os
38912026-03-04T18:15:04.693Z[ host-image] Mar 04 18:15:02.947 INFO O| Mar 04 18:15:02.947 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
38922026-03-04T18:15:04.699Z[ host-image] Mar 04 18:15:02.948 INFO O| Mar 04 18:15:02.947 INFO resetting by removing work dataset: rpool/images/build/host/work/sled/ramdisk
38932026-03-04T18:15:04.699Z[ host-image] Mar 04 18:15:02.948 INFO O| Mar 04 18:15:02.948 INFO DESTROY DATASET: rpool/images/build/host/work/sled/ramdisk
38942026-03-04T18:15:04.699Z[ host-image] Mar 04 18:15:02.954 INFO O| Mar 04 18:15:02.953 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
38952026-03-04T18:15:04.845Z[ host-image] Mar 04 18:15:03.100 INFO O| Mar 04 18:15:03.100 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
38962026-03-04T18:15:04.854Z[ host-image] Mar 04 18:15:03.109 INFO O| Mar 04 18:15:03.109 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/sled/ramdisk"]
38972026-03-04T18:15:05.225Z[ host-image] Mar 04 18:15:03.478 INFO O| Mar 04 18:15:03.478 INFO O| Caching catalogs ... Done
38982026-03-04T18:15:05.309Z[ host-image] Mar 04 18:15:03.563 INFO O| Mar 04 18:15:03.563 INFO STEP 0 (pkg_image_create) COMPLETE
38992026-03-04T18:15:05.309Z[ host-image] Mar 04 18:15:03.563 INFO O| Mar 04 18:15:03.563 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39002026-03-04T18:15:05.317Z[ host-image] Mar 04 18:15:03.572 INFO O| Mar 04 18:15:03.572 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"]
39012026-03-04T18:15:05.668Z[ host-image] Mar 04 18:15:03.923 INFO O| Mar 04 18:15:03.923 INFO STEP 1 (pkg_set_publisher) COMPLETE
39022026-03-04T18:15:05.668Z[ host-image] Mar 04 18:15:03.923 INFO O| Mar 04 18:15:03.923 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39032026-03-04T18:15:05.672Z[ host-image] Mar 04 18:15:03.923 INFO O| Mar 04 18:15:03.923 INFO skip step because feature "publisher_1_name" is not enabled
39042026-03-04T18:15:05.672Z[ host-image] Mar 04 18:15:03.923 INFO O| Mar 04 18:15:03.923 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39052026-03-04T18:15:05.672Z[ host-image] Mar 04 18:15:03.923 INFO O| Mar 04 18:15:03.923 INFO skip step because feature "publisher_2_name" is not enabled
39062026-03-04T18:15:05.672Z[ host-image] Mar 04 18:15:03.923 INFO O| Mar 04 18:15:03.923 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39072026-03-04T18:15:05.672Z[ host-image] Mar 04 18:15:03.923 INFO O| Mar 04 18:15:03.923 INFO skip step because feature "publisher_3_name" is not enabled
39082026-03-04T18:15:05.672Z[ host-image] Mar 04 18:15:03.923 INFO O| Mar 04 18:15:03.923 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39092026-03-04T18:15:06.013Z[ host-image] Mar 04 18:15:04.267 INFO O| Mar 04 18:15:04.267 INFO variant opensolaris.zone is already global
39102026-03-04T18:15:06.013Z[ host-image] Mar 04 18:15:04.267 INFO O| Mar 04 18:15:04.267 INFO STEP 5 (pkg_change_variant) COMPLETE
39112026-03-04T18:15:06.017Z[ host-image] Mar 04 18:15:04.267 INFO O| Mar 04 18:15:04.267 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39122026-03-04T18:15:06.358Z[ host-image] Mar 04 18:15:04.612 INFO O| Mar 04 18:15:04.612 INFO variant opensolaris.imagetype is full; changing to partial
39132026-03-04T18:15:06.358Z[ host-image] Mar 04 18:15:04.612 INFO O| Mar 04 18:15:04.612 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
39142026-03-04T18:15:08.349Z[recovery-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
39152026-03-04T18:15:08.349Z[recovery-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
39162026-03-04T18:15:08.355Z[recovery-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
39172026-03-04T18:15:08.355Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
39182026-03-04T18:15:14.587Z[recovery-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
39192026-03-04T18:15:14.744Z[recovery-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
39202026-03-04T18:15:17.080Z[recovery-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
39212026-03-04T18:15:17.304Z[recovery-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
39222026-03-04T18:15:20.577Z[recovery-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
39232026-03-04T18:15:21.915Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
39242026-03-04T18:16:21.925Z[ host-image] Mar 04 18:15:40.968 INFO O| Mar 04 18:15:40.968 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
39252026-03-04T18:16:21.925Z[recovery-package] Finished `release` profile [optimized] target(s) in 51.82s
39262026-03-04T18:16:21.925Z[ host-image] Mar 04 18:15:52.001 INFO O| Mar 04 18:15:52.000 INFO O| Startup: Caching catalogs ... Done
39272026-03-04T18:16:21.997Z[ host-image] Mar 04 18:15:52.099 INFO O| Mar 04 18:15:52.099 INFO O| Planning: Planning completed in 0.00 seconds
39282026-03-04T18:16:21.997Z[ host-image] Mar 04 18:15:52.100 INFO O| Mar 04 18:15:52.100 INFO O| Planning: Consolidating action changes ... Done
39292026-03-04T18:16:21.997Z[ host-image] Mar 04 18:15:52.100 INFO O| Mar 04 18:15:52.100 INFO O| Planning: Evaluating mediators ... Done
39302026-03-04T18:16:21.998Z[ host-image] Mar 04 18:15:52.100 INFO O| Mar 04 18:15:52.100 INFO O| Planning: Planning completed in 0.00 seconds
39312026-03-04T18:16:21.998Z[ host-image] Mar 04 18:15:52.100 INFO O| Mar 04 18:15:52.100 INFO O| Variants/Facets to change: 1
39322026-03-04T18:16:21.998Z[ host-image] Mar 04 18:15:52.118 INFO O| Mar 04 18:15:52.117 INFO O| Done
39332026-03-04T18:16:21.998Z[ host-image] Mar 04 18:15:52.118 INFO O| Mar 04 18:15:52.117 INFO O| Done
39342026-03-04T18:16:21.998Z[ host-image] Mar 04 18:15:53.349 INFO O| Mar 04 18:15:53.349 INFO O| Done
39352026-03-04T18:16:21.998Z[ host-image] Mar 04 18:15:53.458 INFO O| Mar 04 18:15:53.458 INFO O| Done
39362026-03-04T18:16:21.999Z[ host-image] Mar 04 18:15:53.459 INFO O| Mar 04 18:15:53.459 INFO O| Done
39372026-03-04T18:16:22.001Z[ host-image] Mar 04 18:15:53.459 INFO O| Mar 04 18:15:53.459 INFO O| Done
39382026-03-04T18:16:22.001Z[ host-image] Mar 04 18:15:53.460 INFO O| Mar 04 18:15:53.460 INFO O| Done
39392026-03-04T18:16:22.001Z[ host-image] Mar 04 18:15:54.712 INFO O| Mar 04 18:15:54.712 INFO STEP 6 (pkg_change_variant) COMPLETE
39402026-03-04T18:16:22.001Z[ host-image] Mar 04 18:15:54.712 INFO O| Mar 04 18:15:54.712 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39412026-03-04T18:16:22.001Z[ host-image] Mar 04 18:15:54.712 INFO O| Mar 04 18:15:54.712 INFO skip step because feature "debug_variant" is not enabled
39422026-03-04T18:16:22.002Z[ host-image] Mar 04 18:15:54.712 INFO O| Mar 04 18:15:54.712 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39432026-03-04T18:16:22.002Z[ host-image] Mar 04 18:15:55.053 INFO O| Mar 04 18:15:55.053 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-facet", "openssl.10=false"]
39442026-03-04T18:16:22.002Z[ host-image] Mar 04 18:16:18.000 INFO O| Mar 04 18:16:18.000 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
39452026-03-04T18:16:23.321ZMar 04 18:16:21.562 INFO [recovery-package] process exited with exit status: 0 (89.015840462s)
39462026-03-04T18:16:23.321ZMar 04 18:16:21.562 INFO [recovery-stamp] running task
39472026-03-04T18:16:23.324ZMar 04 18:16:21.562 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release
39482026-03-04T18:16:23.324ZMar 04 18:16:21.562 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp mg-ddm-gz 19.0.0-0.ci+gite18753cdeab
39492026-03-04T18:16:23.324ZMar 04 18:16:21.562 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 19.0.0-0.ci+gite18753cdeab
39502026-03-04T18:16:23.332Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
39512026-03-04T18:16:23.332Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
39522026-03-04T18:16:23.433Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
39532026-03-04T18:16:23.438ZMar 04 18:16:21.678 INFO [stamp-installinator] process exited with exit status: 0 (115.746097ms)
39542026-03-04T18:16:23.467Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
39552026-03-04T18:16:23.470ZMar 04 18:16:21.711 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (148.976992ms)
39562026-03-04T18:16:23.470ZMar 04 18:16:21.711 INFO [recovery-stamp] task succeeded (149.28739ms)
39572026-03-04T18:16:23.470ZMar 04 18:16:21.711 INFO [recovery-proto] running task
39582026-03-04T18:16:23.470ZMar 04 18:16:21.711 INFO [tuf-stamp] running task
39592026-03-04T18:16:23.474ZMar 04 18:16:21.712 INFO [stamp-oximeter] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oximeter 19.0.0-0.ci+gite18753cdeab
39602026-03-04T18:16:23.474ZMar 04 18:16:21.712 INFO [stamp-crucible-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-zone 19.0.0-0.ci+gite18753cdeab
39612026-03-04T18:16:23.474ZMar 04 18:16:21.712 INFO [stamp-cockroachdb] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp cockroachdb 19.0.0-0.ci+gite18753cdeab
39622026-03-04T18:16:23.474ZMar 04 18:16:21.713 INFO [stamp-crucible-pantry-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-pantry-zone 19.0.0-0.ci+gite18753cdeab
39632026-03-04T18:16:23.482ZMar 04 18:16:21.723 INFO [stamp-external-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp external-dns 19.0.0-0.ci+gite18753cdeab
39642026-03-04T18:16:23.482ZMar 04 18:16:21.723 INFO [stamp-ntp] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp ntp 19.0.0-0.ci+gite18753cdeab
39652026-03-04T18:16:23.482ZMar 04 18:16:21.723 INFO [stamp-internal-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp internal-dns 19.0.0-0.ci+gite18753cdeab
39662026-03-04T18:16:23.482ZMar 04 18:16:21.723 INFO [stamp-clickhouse_server] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse_server 19.0.0-0.ci+gite18753cdeab
39672026-03-04T18:16:23.482ZMar 04 18:16:21.723 INFO [stamp-nexus] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp nexus 19.0.0-0.ci+gite18753cdeab
39682026-03-04T18:16:23.482ZMar 04 18:16:21.723 INFO [stamp-probe] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp probe 19.0.0-0.ci+gite18753cdeab
39692026-03-04T18:16:23.483ZMar 04 18:16:21.723 INFO [stamp-clickhouse] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse 19.0.0-0.ci+gite18753cdeab
39702026-03-04T18:16:23.483ZMar 04 18:16:21.723 INFO [stamp-clickhouse_keeper] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse_keeper 19.0.0-0.ci+gite18753cdeab
39712026-03-04T18:16:23.487Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
39722026-03-04T18:16:23.490Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
39732026-03-04T18:16:23.490Z[stamp-clickhouse_server] Logging to: /work/oxidecomputer/omicron/out/LOG
39742026-03-04T18:16:23.493Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
39752026-03-04T18:16:23.493Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
39762026-03-04T18:16:23.510Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
39772026-03-04T18:16:23.510Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
39782026-03-04T18:16:23.510Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
39792026-03-04T18:16:23.510Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
39802026-03-04T18:16:23.565Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
39812026-03-04T18:16:23.565Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
39822026-03-04T18:16:23.565Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
39832026-03-04T18:16:23.683Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
39842026-03-04T18:16:23.715ZMar 04 18:16:21.955 INFO [recovery-proto] task succeeded (243.988298ms)
39852026-03-04T18:16:23.718ZMar 04 18:16:21.955 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/.tmpqNuNnZ/proto/recovery/root -N 'recovery e18753c/${os_short_commit} 2026-03-04 17:44' -s recovery -R -F 'extra_packages+=/consolidation/oxide/omicron-release-incorporation@19.0.0.0' -p 'helios-dev=file:///work/incorporation.p5p' -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
39862026-03-04T18:16:23.726Z[ recovery-image] Mar 04 18:16:21.966 INFO Checking files for board 'cosmo'
39872026-03-04T18:16:23.726Z[ recovery-image] Mar 04 18:16:21.966 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
39882026-03-04T18:16:23.726Z[ recovery-image] Mar 04 18:16:21.966 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7.toml"
39892026-03-04T18:16:23.729Z[ recovery-image] Mar 04 18:16:21.966 INFO Checking files for board 'cosmo-mbist'
39902026-03-04T18:16:23.729Z[ recovery-image] Mar 04 18:16:21.966 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7-mbist.toml"
39912026-03-04T18:16:23.729Z[ recovery-image] Mar 04 18:16:21.966 INFO Checking files for board 'cosmo-mbist-noaggr'
39922026-03-04T18:16:23.729Z[ recovery-image] Mar 04 18:16:21.966 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7-mbist-noaggr.toml"
39932026-03-04T18:16:23.729Z[ recovery-image] Mar 04 18:16:21.966 INFO Checking files for board 'gimlet'
39942026-03-04T18:16:23.729Z[ recovery-image] Mar 04 18:16:21.966 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
39952026-03-04T18:16:23.729Z[ recovery-image] Mar 04 18:16:21.966 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml"
39962026-03-04T18:16:23.739ZMar 04 18:16:21.980 INFO [stamp-probe] process exited with exit status: 0 (262.242953ms)
39972026-03-04T18:16:23.742Z[ recovery-image] Mar 04 18:16:21.981 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpqNuNnZ/proto/recovery/root"
39982026-03-04T18:16:23.742Z[ recovery-image] Mar 04 18:16:21.981 INFO using external package repositories: helios-dev={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/2/dev/ }
39992026-03-04T18:16:23.742Z[ recovery-image] Mar 04 18:16:21.981 INFO image builder template: ramdisk-01-os...
40002026-03-04T18:16:23.742Z[ recovery-image] Mar 04 18:16:21.981 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/.tmpqNuNnZ/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "publisher_0_name=helios-dev", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@19.0.0.0", "-F", "optever=0.39.455", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
40012026-03-04T18:16:23.766Z[ recovery-image] Mar 04 18:16:22.007 INFO O| Mar 04 18:16:22.006 INFO CREATE DATASET: rpool/images/build/recovery/output
40022026-03-04T18:16:24.343Z[ recovery-image] Mar 04 18:16:22.583 INFO O| Mar 04 18:16:22.583 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40032026-03-04T18:16:24.349Z[ recovery-image] Mar 04 18:16:22.589 INFO O| Mar 04 18:16:22.589 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40042026-03-04T18:16:24.375Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
40052026-03-04T18:16:24.419ZMar 04 18:16:22.659 INFO [stamp-ntp] process exited with exit status: 0 (945.680677ms)
40062026-03-04T18:16:24.847Z[ recovery-image] Mar 04 18:16:23.087 INFO O| Mar 04 18:16:23.087 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-01-os: sync = disabled
40072026-03-04T18:16:24.899Z[ recovery-image] Mar 04 18:16:23.139 INFO O| Mar 04 18:16:23.139 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40082026-03-04T18:16:24.899Z[ recovery-image] Mar 04 18:16:23.139 INFO O| Mar 04 18:16:23.139 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
40092026-03-04T18:16:24.902Z[ recovery-image] Mar 04 18:16:23.139 INFO O| Mar 04 18:16:23.139 INFO resetting by removing work dataset: rpool/images/build/recovery/work/sled/ramdisk
40102026-03-04T18:16:24.902Z[ recovery-image] Mar 04 18:16:23.139 INFO O| Mar 04 18:16:23.139 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/ramdisk
40112026-03-04T18:16:24.912Z[ recovery-image] Mar 04 18:16:23.150 INFO O| Mar 04 18:16:23.150 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
40122026-03-04T18:16:25.080Z[ recovery-image] Mar 04 18:16:23.320 INFO O| Mar 04 18:16:23.320 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40132026-03-04T18:16:25.094Z[ recovery-image] Mar 04 18:16:23.334 INFO O| Mar 04 18:16:23.334 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/sled/ramdisk"]
40142026-03-04T18:16:25.142Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
40152026-03-04T18:16:25.147ZMar 04 18:16:23.388 INFO [stamp-external-dns] process exited with exit status: 0 (1.674806205s)
40162026-03-04T18:16:25.227Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
40172026-03-04T18:16:25.233ZMar 04 18:16:23.472 INFO [stamp-internal-dns] process exited with exit status: 0 (1.757706815s)
40182026-03-04T18:16:25.438Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
40192026-03-04T18:16:25.442Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
40202026-03-04T18:16:25.479ZMar 04 18:16:23.719 INFO [stamp-crucible-zone] process exited with exit status: 0 (2.006686199s)
40212026-03-04T18:16:25.516ZMar 04 18:16:23.756 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (2.043516459s)
40222026-03-04T18:16:25.543Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.21s
40232026-03-04T18:16:25.592Z[verify-libraries] Running `target/debug/xtask verify-libraries --release`
40242026-03-04T18:16:25.726Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
40252026-03-04T18:16:25.742ZMar 04 18:16:23.982 INFO [stamp-oximeter] process exited with exit status: 0 (2.269939456s)
40262026-03-04T18:16:25.773Z[ recovery-image] Mar 04 18:16:24.012 INFO O| Mar 04 18:16:24.012 INFO O| Caching catalogs ... Done
40272026-03-04T18:16:25.906Z[ recovery-image] Mar 04 18:16:24.146 INFO O| Mar 04 18:16:24.146 INFO STEP 0 (pkg_image_create) COMPLETE
40282026-03-04T18:16:25.906Z[ recovery-image] Mar 04 18:16:24.146 INFO O| Mar 04 18:16:24.146 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40292026-03-04T18:16:25.920Z[ recovery-image] Mar 04 18:16:24.160 INFO O| Mar 04 18:16:24.160 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"]
40302026-03-04T18:16:26.455Z[ recovery-image] Mar 04 18:16:24.694 INFO O| Mar 04 18:16:24.694 INFO STEP 1 (pkg_set_publisher) COMPLETE
40312026-03-04T18:16:26.455Z[ recovery-image] Mar 04 18:16:24.694 INFO O| Mar 04 18:16:24.694 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40322026-03-04T18:16:26.458Z[ recovery-image] Mar 04 18:16:24.694 INFO O| Mar 04 18:16:24.694 INFO skip step because feature "publisher_1_name" is not enabled
40332026-03-04T18:16:26.458Z[ recovery-image] Mar 04 18:16:24.694 INFO O| Mar 04 18:16:24.694 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40342026-03-04T18:16:26.458Z[ recovery-image] Mar 04 18:16:24.694 INFO O| Mar 04 18:16:24.694 INFO skip step because feature "publisher_2_name" is not enabled
40352026-03-04T18:16:26.458Z[ recovery-image] Mar 04 18:16:24.694 INFO O| Mar 04 18:16:24.694 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40362026-03-04T18:16:26.459Z[ recovery-image] Mar 04 18:16:24.694 INFO O| Mar 04 18:16:24.694 INFO skip step because feature "publisher_3_name" is not enabled
40372026-03-04T18:16:26.459Z[ recovery-image] Mar 04 18:16:24.694 INFO O| Mar 04 18:16:24.694 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40382026-03-04T18:16:26.986Z[ recovery-image] Mar 04 18:16:25.226 INFO O| Mar 04 18:16:25.226 INFO variant opensolaris.zone is already global
40392026-03-04T18:16:26.986Z[ recovery-image] Mar 04 18:16:25.226 INFO O| Mar 04 18:16:25.226 INFO STEP 5 (pkg_change_variant) COMPLETE
40402026-03-04T18:16:26.989Z[ recovery-image] Mar 04 18:16:25.226 INFO O| Mar 04 18:16:25.226 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40412026-03-04T18:16:27.514Z[ recovery-image] Mar 04 18:16:25.754 INFO O| Mar 04 18:16:25.753 INFO variant opensolaris.imagetype is full; changing to partial
40422026-03-04T18:16:27.514Z[ recovery-image] Mar 04 18:16:25.754 INFO O| Mar 04 18:16:25.753 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
40432026-03-04T18:16:28.953Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
40442026-03-04T18:16:28.957ZMar 04 18:16:27.197 INFO [stamp-cockroachdb] process exited with exit status: 0 (5.484607239s)
40452026-03-04T18:16:30.199Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
40462026-03-04T18:16:30.203ZMar 04 18:16:28.442 INFO [stamp-nexus] process exited with exit status: 0 (6.725100984s)
40472026-03-04T18:16:32.224Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
40482026-03-04T18:16:32.231ZMar 04 18:16:30.467 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (8.747060112s)
40492026-03-04T18:16:32.543Z[stamp-clickhouse_server] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_server.tar.gz
40502026-03-04T18:16:32.548ZMar 04 18:16:30.787 INFO [stamp-clickhouse_server] process exited with exit status: 0 (9.071779672s)
40512026-03-04T18:16:32.561Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
40522026-03-04T18:16:32.566ZMar 04 18:16:30.804 INFO [stamp-clickhouse] process exited with exit status: 0 (9.085690985s)
40532026-03-04T18:16:32.566ZMar 04 18:16:30.805 INFO [tuf-stamp] task succeeded (9.093526258s)
40542026-03-04T18:16:32.897Z[verify-libraries] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
40552026-03-04T18:16:33.124Z[verify-libraries] Compiling ar_archive_writer v0.5.1
40562026-03-04T18:16:33.151Z[verify-libraries] Compiling stacker v0.1.23
40572026-03-04T18:16:33.154Z[verify-libraries] Compiling cfg_aliases v0.1.1
40582026-03-04T18:16:33.172Z[verify-libraries] Compiling home v0.5.12
40592026-03-04T18:16:33.223Z[verify-libraries] Compiling recursive-proc-macro-impl v0.1.1
40602026-03-04T18:16:33.226Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
40612026-03-04T18:16:33.230Z[verify-libraries] Compiling winnow v0.6.26
40622026-03-04T18:16:33.494Z[verify-libraries] Compiling nix v0.28.0
40632026-03-04T18:16:33.651Z[verify-libraries] Compiling sqlparser_derive v0.5.0
40642026-03-04T18:16:33.973Z[verify-libraries] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
40652026-03-04T18:16:34.167Z[verify-libraries] Compiling unicode_categories v0.1.1
40662026-03-04T18:16:34.682Z[verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
40672026-03-04T18:16:34.810Z[verify-libraries] Compiling polyval v0.6.2
40682026-03-04T18:16:35.348Z[verify-libraries] Compiling psm v0.1.30
40692026-03-04T18:16:35.408Z[verify-libraries] Compiling ghash v0.5.1
40702026-03-04T18:16:35.629Z[verify-libraries] Compiling ctr v0.9.2
40712026-03-04T18:16:35.788Z[verify-libraries] Compiling colored v2.2.0
40722026-03-04T18:16:35.875Z[verify-libraries] Compiling blowfish v0.9.1
40732026-03-04T18:16:36.422Z[verify-libraries] Compiling aes-gcm v0.10.3
40742026-03-04T18:16:36.481Z[verify-libraries] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
40752026-03-04T18:16:36.607Z[verify-libraries] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
40762026-03-04T18:16:36.834Z[verify-libraries] Compiling ssh-encoding v0.2.0
40772026-03-04T18:16:37.119Z[verify-libraries] Compiling bcrypt-pbkdf v0.10.0
40782026-03-04T18:16:37.560Z[ host-image] Mar 04 18:16:35.797 INFO O| Mar 04 18:16:35.797 INFO O| Startup: Caching catalogs ... Done
40792026-03-04T18:16:37.694Z[ host-image] Mar 04 18:16:35.931 INFO O| Mar 04 18:16:35.931 INFO O| Planning: Planning completed in 0.00 seconds
40802026-03-04T18:16:37.697Z[ host-image] Mar 04 18:16:35.933 INFO O| Mar 04 18:16:35.932 INFO O| Planning: Consolidating action changes ... Done
40812026-03-04T18:16:37.697Z[ host-image] Mar 04 18:16:35.933 INFO O| Mar 04 18:16:35.933 INFO O| Planning: Evaluating mediators ... Done
40822026-03-04T18:16:37.697Z[ host-image] Mar 04 18:16:35.933 INFO O| Mar 04 18:16:35.933 INFO O| Planning: Planning completed in 0.00 seconds
40832026-03-04T18:16:37.697Z[ host-image] Mar 04 18:16:35.934 INFO O| Mar 04 18:16:35.934 INFO O| Variants/Facets to change: 1
40842026-03-04T18:16:37.743Z[verify-libraries] Compiling recursive v0.1.1
40852026-03-04T18:16:37.789Z[verify-libraries] Compiling rustyline v14.0.0
40862026-03-04T18:16:37.849Z[verify-libraries] Compiling sqlformat v0.3.5
40872026-03-04T18:16:37.999Z[verify-libraries] Compiling sqlparser v0.61.0
40882026-03-04T18:16:38.227Z[verify-libraries] Compiling ssh-cipher v0.2.0
40892026-03-04T18:16:38.495Z[verify-libraries] Compiling password-hash v0.4.2
40902026-03-04T18:16:40.392Z[verify-libraries] Compiling petname v2.0.2
40912026-03-04T18:16:40.731Z[ host-image] Mar 04 18:16:38.968 INFO O| Mar 04 18:16:38.968 INFO O| Done
40922026-03-04T18:16:40.731Z[ host-image] Mar 04 18:16:38.968 INFO O| Mar 04 18:16:38.968 INFO O| Done
40932026-03-04T18:16:41.273Z[verify-libraries] Compiling pbkdf2 v0.11.0
40942026-03-04T18:16:41.937Z[verify-libraries] Compiling ssh-key v0.6.7
40952026-03-04T18:16:41.992Z[verify-libraries] Compiling p256 v0.13.2
40962026-03-04T18:16:42.587Z[verify-libraries] Compiling p521 v0.13.3
40972026-03-04T18:16:42.823Z[ host-image] Mar 04 18:16:41.059 INFO O| Mar 04 18:16:41.059 INFO O| Done
40982026-03-04T18:16:43.170Z[ host-image] Mar 04 18:16:41.406 INFO O| Mar 04 18:16:41.406 INFO O| Done
40992026-03-04T18:16:43.173Z[ host-image] Mar 04 18:16:41.408 INFO O| Mar 04 18:16:41.408 INFO O| Done
41002026-03-04T18:16:43.173Z[ host-image] Mar 04 18:16:41.408 INFO O| Mar 04 18:16:41.408 INFO O| Done
41012026-03-04T18:16:43.176Z[ host-image] Mar 04 18:16:41.410 INFO O| Mar 04 18:16:41.410 INFO O| Done
41022026-03-04T18:16:45.193Z[verify-libraries] Compiling russh-cryptovec v0.7.3
41032026-03-04T18:16:45.343Z[ host-image] Mar 04 18:16:43.579 INFO O| Mar 04 18:16:43.579 INFO STEP 8 (pkg_change_facet) COMPLETE
41042026-03-04T18:16:45.343Z[ host-image] Mar 04 18:16:43.579 INFO O| Mar 04 18:16:43.579 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41052026-03-04T18:16:45.347Z[ host-image] Mar 04 18:16:43.579 INFO O| Mar 04 18:16:43.579 INFO skip step because feature "recovery" is not enabled
41062026-03-04T18:16:45.347Z[ host-image] Mar 04 18:16:43.579 INFO O| Mar 04 18:16:43.579 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41072026-03-04T18:16:45.347Z[ host-image] Mar 04 18:16:43.579 INFO O| Mar 04 18:16:43.579 INFO skip step because feature "recovery" is not enabled
41082026-03-04T18:16:45.347Z[ host-image] Mar 04 18:16:43.579 INFO O| Mar 04 18:16:43.579 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41092026-03-04T18:16:45.360Z[ host-image] Mar 04 18:16:43.595 INFO O| Mar 04 18:16:43.595 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/developer/debug/mdb", "/system/kernel/dtrace/providers", "/system/network", "/system/microcode/oxide", "/driver/network/cxgbe", "/driver/network/e1000g", "/driver/network/igb", "/driver/network/ixgbe", "/driver/network/rge", "/driver/storage/nvme", "/developer/macro/cpp", "/system/library/gcc-runtime", "/system/library/g++-runtime", "/developer/linker", "/diagnostic/diskinfo", "/diagnostic/pci", "/diagnostic/cpu-counters", "/system/data/hardware-registry", "/system/extended-system-utilities", "/web/curl", "/text/column", "/text/less", "/text/looker", "/ooce/util/jq", "/system/watch", "/editor/vim", "/terminal/resize", "/system/data/urxvt-terminfo", "/network/netcat", "/network/rsync", "/network/snoop", "/network/overwatch", "/compress/gzip", "/locale/en", "/system/network/routing", "/driver/cpu/amd/zen", "/driver/gpio/amd/zen", "/system/gpio", "/system/bhyve", "/system/library/bhyve", "/service/network/chrony", "/driver/misc/tofino", "/library/expat", "/system/library/pcap", "/network/dns/bind", "/network/openssh-server", "oxide/platform-identity-cacerts", "/consolidation/oxide/omicron-release-incorporation@19.0.0.0"]
41102026-03-04T18:16:45.810Z[verify-libraries] Compiling md5 v0.7.0
41112026-03-04T18:16:46.556Z[verify-libraries] Compiling russh-keys v0.45.0
41122026-03-04T18:16:48.438Z[verify-libraries] Compiling omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
41132026-03-04T18:16:48.841Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
41142026-03-04T18:16:49.312Z[verify-libraries] Compiling num-bigint v0.4.6
41152026-03-04T18:16:51.675Z[verify-libraries] Compiling des v0.8.1
41162026-03-04T18:16:52.405Z[verify-libraries] Compiling sapling-renderdag v0.1.0
41172026-03-04T18:16:52.843Z[verify-libraries] Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
41182026-03-04T18:16:53.739Z[verify-libraries] Compiling sync-ptr v0.1.4
41192026-03-04T18:16:54.045Z[verify-libraries] Compiling hex-literal v0.4.1
41202026-03-04T18:16:54.092Z[verify-libraries] Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
41212026-03-04T18:16:54.254Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
41222026-03-04T18:16:54.516Z[verify-libraries] Compiling russh v0.45.0
41232026-03-04T18:17:00.295Z[verify-libraries] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
41242026-03-04T18:17:02.135Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
41252026-03-04T18:17:02.965Z[verify-libraries] Compiling socket2 v0.5.10
41262026-03-04T18:17:04.483Z[verify-libraries] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
41272026-03-04T18:17:05.350Z[verify-libraries] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
41282026-03-04T18:17:10.480Z[verify-libraries] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
41292026-03-04T18:17:15.027Z[ recovery-image] Mar 04 18:17:13.257 INFO O| Mar 04 18:17:13.257 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
41302026-03-04T18:17:21.406Z[verify-libraries] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
41312026-03-04T18:17:38.660Z[verify-libraries] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
41322026-03-04T18:17:39.104Z[ host-image] Mar 04 18:17:37.329 INFO O| Mar 04 18:17:37.328 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
41332026-03-04T18:17:39.476Z[ recovery-image] Mar 04 18:17:37.697 INFO O| Mar 04 18:17:37.697 INFO O| Startup: Caching catalogs ... Done
41342026-03-04T18:17:39.627Z[ recovery-image] Mar 04 18:17:37.852 INFO O| Mar 04 18:17:37.852 INFO O| Planning: Planning completed in 0.00 seconds
41352026-03-04T18:17:39.631Z[ recovery-image] Mar 04 18:17:37.853 INFO O| Mar 04 18:17:37.853 INFO O| Planning: Consolidating action changes ... Done
41362026-03-04T18:17:39.631Z[ recovery-image] Mar 04 18:17:37.853 INFO O| Mar 04 18:17:37.853 INFO O| Planning: Evaluating mediators ... Done
41372026-03-04T18:17:39.631Z[ recovery-image] Mar 04 18:17:37.854 INFO O| Mar 04 18:17:37.854 INFO O| Planning: Planning completed in 0.00 seconds
41382026-03-04T18:17:39.631Z[ recovery-image] Mar 04 18:17:37.854 INFO O| Mar 04 18:17:37.854 INFO O| Variants/Facets to change: 1
41392026-03-04T18:17:39.720Z[ recovery-image] Mar 04 18:17:37.943 INFO O| Mar 04 18:17:37.943 INFO O| Done
41402026-03-04T18:17:39.720Z[ recovery-image] Mar 04 18:17:37.943 INFO O| Mar 04 18:17:37.943 INFO O| Done
41412026-03-04T18:17:42.332Z[ recovery-image] Mar 04 18:17:40.557 INFO O| Mar 04 18:17:40.557 INFO O| Done
41422026-03-04T18:17:42.675Z[ recovery-image] Mar 04 18:17:40.879 INFO O| Mar 04 18:17:40.879 INFO O| Done
41432026-03-04T18:17:42.680Z[ recovery-image] Mar 04 18:17:40.881 INFO O| Mar 04 18:17:40.881 INFO O| Done
41442026-03-04T18:17:42.680Z[ recovery-image] Mar 04 18:17:40.881 INFO O| Mar 04 18:17:40.881 INFO O| Done
41452026-03-04T18:17:42.680Z[ recovery-image] Mar 04 18:17:40.884 INFO O| Mar 04 18:17:40.884 INFO O| Done
41462026-03-04T18:17:45.013Z[ recovery-image] Mar 04 18:17:43.238 INFO O| Mar 04 18:17:43.238 INFO STEP 6 (pkg_change_variant) COMPLETE
41472026-03-04T18:17:45.014Z[ recovery-image] Mar 04 18:17:43.238 INFO O| Mar 04 18:17:43.238 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41482026-03-04T18:17:45.014Z[ recovery-image] Mar 04 18:17:43.238 INFO O| Mar 04 18:17:43.238 INFO skip step because feature "debug_variant" is not enabled
41492026-03-04T18:17:45.017Z[ recovery-image] Mar 04 18:17:43.238 INFO O| Mar 04 18:17:43.238 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41502026-03-04T18:17:46.561Z[ recovery-image] Mar 04 18:17:44.784 INFO O| Mar 04 18:17:44.784 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "openssl.10=false"]
41512026-03-04T18:18:35.518Z[verify-libraries] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
41522026-03-04T18:18:35.554Z[ host-image] Mar 04 18:18:04.328 INFO O| Mar 04 18:18:04.328 INFO O| Startup: Caching catalogs ... Done
41532026-03-04T18:18:35.554Z[verify-libraries] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
41542026-03-04T18:18:35.554Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41552026-03-04T18:18:35.671Z[verify-libraries] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
41562026-03-04T18:18:37.306Z[verify-libraries] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
41572026-03-04T18:18:37.389Z[ recovery-image] Mar 04 18:18:35.604 INFO O| Mar 04 18:18:35.604 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
41582026-03-04T18:18:45.394Z[verify-libraries] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
41592026-03-04T18:18:54.506Z[verify-libraries] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
41602026-03-04T18:18:58.530Z[verify-libraries] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
41612026-03-04T18:19:01.443Z[verify-libraries] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
41622026-03-04T18:19:02.174Z[ recovery-image] Mar 04 18:19:00.383 INFO O| Mar 04 18:19:00.383 INFO O| Startup: Caching catalogs ... Done
41632026-03-04T18:19:02.329Z[ recovery-image] Mar 04 18:19:00.538 INFO O| Mar 04 18:19:00.538 INFO O| Planning: Planning completed in 0.00 seconds
41642026-03-04T18:19:02.331Z[ recovery-image] Mar 04 18:19:00.539 INFO O| Mar 04 18:19:00.539 INFO O| Planning: Consolidating action changes ... Done
41652026-03-04T18:19:02.332Z[ recovery-image] Mar 04 18:19:00.539 INFO O| Mar 04 18:19:00.539 INFO O| Planning: Evaluating mediators ... Done
41662026-03-04T18:19:02.332Z[ recovery-image] Mar 04 18:19:00.539 INFO O| Mar 04 18:19:00.539 INFO O| Planning: Planning completed in 0.00 seconds
41672026-03-04T18:19:02.332Z[ recovery-image] Mar 04 18:19:00.540 INFO O| Mar 04 18:19:00.540 INFO O| Variants/Facets to change: 1
41682026-03-04T18:19:02.466Z[ recovery-image] Mar 04 18:19:00.676 INFO O| Mar 04 18:19:00.676 INFO O| Done
41692026-03-04T18:19:02.466Z[ recovery-image] Mar 04 18:19:00.676 INFO O| Mar 04 18:19:00.676 INFO O| Done
41702026-03-04T18:19:04.856Z[ recovery-image] Mar 04 18:19:03.065 INFO O| Mar 04 18:19:03.065 INFO O| Done
41712026-03-04T18:19:05.111Z[ recovery-image] Mar 04 18:19:03.320 INFO O| Mar 04 18:19:03.319 INFO O| Done
41722026-03-04T18:19:05.114Z[ recovery-image] Mar 04 18:19:03.321 INFO O| Mar 04 18:19:03.321 INFO O| Done
41732026-03-04T18:19:05.114Z[ recovery-image] Mar 04 18:19:03.321 INFO O| Mar 04 18:19:03.321 INFO O| Done
41742026-03-04T18:19:05.116Z[ recovery-image] Mar 04 18:19:03.323 INFO O| Mar 04 18:19:03.323 INFO O| Done
41752026-03-04T18:19:06.475Z[verify-libraries] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
41762026-03-04T18:19:07.361Z[ recovery-image] Mar 04 18:19:05.569 INFO O| Mar 04 18:19:05.569 INFO STEP 8 (pkg_change_facet) COMPLETE
41772026-03-04T18:19:07.361Z[ recovery-image] Mar 04 18:19:05.570 INFO O| Mar 04 18:19:05.569 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41782026-03-04T18:19:08.056Z[ recovery-image] Mar 04 18:19:06.265 INFO O| Mar 04 18:19:06.265 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc=false"]
41792026-03-04T18:19:15.735Z[verify-libraries] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
41802026-03-04T18:20:06.484Z[verify-libraries] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
41812026-03-04T18:20:06.538Z[verify-libraries] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
41822026-03-04T18:20:06.538Z[verify-libraries] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
41832026-03-04T18:20:06.538Z[verify-libraries] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
41842026-03-04T18:20:06.538Z[ recovery-image] Mar 04 18:20:00.295 INFO O| Mar 04 18:20:00.295 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
41852026-03-04T18:20:13.773Z[verify-libraries] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
41862026-03-04T18:20:18.211Z[verify-libraries] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
41872026-03-04T18:20:20.523Z[verify-libraries] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
41882026-03-04T18:20:26.068Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
41892026-03-04T18:20:26.642Z[ recovery-image] Mar 04 18:20:24.834 INFO O| Mar 04 18:20:24.834 INFO O| Startup: Caching catalogs ... Done
41902026-03-04T18:20:26.824Z[ recovery-image] Mar 04 18:20:25.017 INFO O| Mar 04 18:20:25.017 INFO O| Planning: Planning completed in 0.00 seconds
41912026-03-04T18:20:26.827Z[ recovery-image] Mar 04 18:20:25.019 INFO O| Mar 04 18:20:25.018 INFO O| Planning: Consolidating action changes ... Done
41922026-03-04T18:20:26.827Z[ recovery-image] Mar 04 18:20:25.019 INFO O| Mar 04 18:20:25.019 INFO O| Planning: Evaluating mediators ... Done
41932026-03-04T18:20:26.827Z[ recovery-image] Mar 04 18:20:25.020 INFO O| Mar 04 18:20:25.020 INFO O| Planning: Planning completed in 0.00 seconds
41942026-03-04T18:20:26.827Z[ recovery-image] Mar 04 18:20:25.020 INFO O| Mar 04 18:20:25.020 INFO O| Variants/Facets to change: 1
41952026-03-04T18:20:26.900Z[ recovery-image] Mar 04 18:20:25.093 INFO O| Mar 04 18:20:25.093 INFO O| Done
41962026-03-04T18:20:26.910Z[ recovery-image] Mar 04 18:20:25.093 INFO O| Mar 04 18:20:25.093 INFO O| Done
41972026-03-04T18:20:29.172Z[ recovery-image] Mar 04 18:20:27.364 INFO O| Mar 04 18:20:27.364 INFO O| Done
41982026-03-04T18:20:29.391Z[ recovery-image] Mar 04 18:20:27.583 INFO O| Mar 04 18:20:27.583 INFO O| Done
41992026-03-04T18:20:29.394Z[ recovery-image] Mar 04 18:20:27.585 INFO O| Mar 04 18:20:27.585 INFO O| Done
42002026-03-04T18:20:29.394Z[ recovery-image] Mar 04 18:20:27.586 INFO O| Mar 04 18:20:27.586 INFO O| Done
42012026-03-04T18:20:29.397Z[ recovery-image] Mar 04 18:20:27.588 INFO O| Mar 04 18:20:27.588 INFO O| Done
42022026-03-04T18:20:31.039Z[verify-libraries] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
42032026-03-04T18:20:31.649Z[ recovery-image] Mar 04 18:20:29.841 INFO O| Mar 04 18:20:29.841 INFO STEP 9 (pkg_change_facet) COMPLETE
42042026-03-04T18:20:31.649Z[ recovery-image] Mar 04 18:20:29.842 INFO O| Mar 04 18:20:29.841 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42052026-03-04T18:20:32.291Z[ recovery-image] Mar 04 18:20:30.483 INFO O| Mar 04 18:20:30.483 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc.man=false"]
42062026-03-04T18:20:33.162Z[verify-libraries] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
42072026-03-04T18:21:33.789Z[verify-libraries] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
42082026-03-04T18:21:33.864Z[verify-libraries] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
42092026-03-04T18:21:33.864Z[verify-libraries] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
42102026-03-04T18:21:33.864Z[verify-libraries] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
42112026-03-04T18:21:33.864Z[verify-libraries] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
42122026-03-04T18:21:34.703Z[ recovery-image] Mar 04 18:21:32.880 INFO O| Mar 04 18:21:32.880 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
42132026-03-04T18:21:43.858Z[verify-libraries] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
42142026-03-04T18:21:59.809Z[verify-libraries] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
42152026-03-04T18:22:02.684Z[ recovery-image] Mar 04 18:22:00.857 INFO O| Mar 04 18:22:00.857 INFO O| Startup: Caching catalogs ... Done
42162026-03-04T18:22:02.840Z[ recovery-image] Mar 04 18:22:01.013 INFO O| Mar 04 18:22:01.013 INFO O| Planning: Planning completed in 0.00 seconds
42172026-03-04T18:22:02.843Z[ recovery-image] Mar 04 18:22:01.014 INFO O| Mar 04 18:22:01.014 INFO O| Planning: Consolidating action changes ... Done
42182026-03-04T18:22:02.843Z[ recovery-image] Mar 04 18:22:01.014 INFO O| Mar 04 18:22:01.014 INFO O| Planning: Evaluating mediators ... Done
42192026-03-04T18:22:02.843Z[ recovery-image] Mar 04 18:22:01.015 INFO O| Mar 04 18:22:01.015 INFO O| Planning: Planning completed in 0.00 seconds
42202026-03-04T18:22:02.843Z[ recovery-image] Mar 04 18:22:01.016 INFO O| Mar 04 18:22:01.016 INFO O| Variants/Facets to change: 1
42212026-03-04T18:22:02.917Z[ recovery-image] Mar 04 18:22:01.092 INFO O| Mar 04 18:22:01.092 INFO O| Done
42222026-03-04T18:22:02.917Z[ recovery-image] Mar 04 18:22:01.092 INFO O| Mar 04 18:22:01.092 INFO O| Done
42232026-03-04T18:22:05.359Z[ recovery-image] Mar 04 18:22:03.533 INFO O| Mar 04 18:22:03.533 INFO O| Done
42242026-03-04T18:22:05.810Z[ recovery-image] Mar 04 18:22:03.985 INFO O| Mar 04 18:22:03.984 INFO O| Done
42252026-03-04T18:22:05.814Z[ recovery-image] Mar 04 18:22:03.986 INFO O| Mar 04 18:22:03.986 INFO O| Done
42262026-03-04T18:22:05.814Z[ recovery-image] Mar 04 18:22:03.986 INFO O| Mar 04 18:22:03.986 INFO O| Done
42272026-03-04T18:22:05.817Z[ recovery-image] Mar 04 18:22:03.989 INFO O| Mar 04 18:22:03.988 INFO O| Done
42282026-03-04T18:22:07.946Z[ recovery-image] Mar 04 18:22:06.119 INFO O| Mar 04 18:22:06.119 INFO STEP 10 (pkg_change_facet) COMPLETE
42292026-03-04T18:22:07.946Z[ recovery-image] Mar 04 18:22:06.119 INFO O| Mar 04 18:22:06.119 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42302026-03-04T18:22:07.966Z[ recovery-image] Mar 04 18:22:06.139 INFO O| Mar 04 18:22:06.139 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "install", "/developer/debug/mdb", "/system/kernel/dtrace/providers", "/system/network", "/system/microcode/oxide", "/driver/network/cxgbe", "/driver/network/e1000g", "/driver/network/igb", "/driver/network/ixgbe", "/driver/network/rge", "/driver/storage/nvme", "/developer/macro/cpp", "/system/library/gcc-runtime", "/system/library/g++-runtime", "/developer/linker", "/diagnostic/diskinfo", "/diagnostic/pci", "/diagnostic/cpu-counters", "/system/data/hardware-registry", "/system/extended-system-utilities", "/web/curl", "/text/column", "/text/less", "/text/looker", "/ooce/util/jq", "/system/watch", "/editor/vim", "/terminal/resize", "/system/data/urxvt-terminfo", "/network/netcat", "/network/rsync", "/network/snoop", "/network/overwatch", "/compress/gzip", "/locale/en", "/system/network/routing", "/driver/cpu/amd/zen", "/driver/gpio/amd/zen", "/system/gpio", "/system/bhyve", "/system/library/bhyve", "/service/network/chrony", "/driver/misc/tofino", "/library/expat", "/system/library/pcap", "/network/dns/bind", "/network/openssh-server", "oxide/platform-identity-cacerts", "/consolidation/oxide/omicron-release-incorporation@19.0.0.0"]
42312026-03-04T18:22:09.794Z[verify-libraries] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
42322026-03-04T18:22:10.583Z[ host-image] Mar 04 18:22:08.756 INFO O| Mar 04 18:22:08.756 INFO O| Planning: Solver setup ... Done
42332026-03-04T18:22:13.139Z[verify-libraries] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
42342026-03-04T18:23:05.713Z[verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42352026-03-04T18:23:05.713Z[verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
42362026-03-04T18:23:05.714Z[verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42372026-03-04T18:23:05.714Z[ recovery-image] Mar 04 18:23:02.128 INFO O| Mar 04 18:23:02.128 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
42382026-03-04T18:23:05.714Z[verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
42392026-03-04T18:23:11.957Z[verify-libraries] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
42402026-03-04T18:23:13.347Z[verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
42412026-03-04T18:23:26.244Z[verify-libraries] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
42422026-03-04T18:23:28.245Z[ recovery-image] Mar 04 18:23:26.402 INFO O| Mar 04 18:23:26.402 INFO O| Startup: Caching catalogs ... Done
42432026-03-04T18:23:43.282Z[verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42442026-03-04T18:24:34.647Z[verify-libraries] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
42452026-03-04T18:24:34.647Z[verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
42462026-03-04T18:24:34.647Z[verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
42472026-03-04T18:24:34.647Z[verify-libraries] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
42482026-03-04T18:24:35.549Z[verify-libraries] Compiling internet-checksum v0.2.1
42492026-03-04T18:24:35.978Z[verify-libraries] Compiling omicron-zone-package v0.12.2
42502026-03-04T18:24:44.001Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
42512026-03-04T18:24:51.349Z[verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42522026-03-04T18:24:58.922Z[verify-libraries] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
42532026-03-04T18:26:03.142Z[verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
42542026-03-04T18:26:03.148Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
42552026-03-04T18:26:03.148Z[verify-libraries] Compiling git-stub v1.0.0
42562026-03-04T18:26:03.148Z[verify-libraries] Compiling diff v0.1.13
42572026-03-04T18:26:03.335Z[verify-libraries] Compiling yansi v1.0.1
42582026-03-04T18:26:03.335Z[verify-libraries] Compiling pretty_assertions v1.4.1
42592026-03-04T18:26:03.335Z[verify-libraries] Compiling git-stub-vcs v0.1.0
42602026-03-04T18:26:03.335Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
42612026-03-04T18:26:04.511Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
42622026-03-04T18:26:05.136Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
42632026-03-04T18:26:05.855Z[verify-libraries] Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
42642026-03-04T18:26:06.467Z[verify-libraries] Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
42652026-03-04T18:26:07.067Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
42662026-03-04T18:26:07.817Z[verify-libraries] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
42672026-03-04T18:26:09.628Z[verify-libraries] Compiling drift v0.1.3
42682026-03-04T18:26:17.125Z[verify-libraries] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
42692026-03-04T18:26:28.892Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
42702026-03-04T18:26:31.335Z[verify-libraries] Compiling dropshot-api-manager v0.5.2
42712026-03-04T18:26:54.888Z[verify-libraries] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
42722026-03-04T18:27:21.950Z[ recovery-image] Mar 04 18:27:20.063 INFO O| Mar 04 18:27:20.063 INFO O| Planning: Solver setup ... Done
42732026-03-04T18:27:28.257Z[verify-libraries] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
42742026-03-04T18:29:42.035Z[verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
42752026-03-04T18:29:42.035Z[verify-libraries] Compiling trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
42762026-03-04T18:29:42.081Z[verify-libraries] Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
42772026-03-04T18:29:42.081Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
42782026-03-04T18:29:42.081Z[verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
42792026-03-04T18:29:42.081Z[verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
42802026-03-04T18:29:42.082Z[verify-libraries] Compiling openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
42812026-03-04T18:29:42.082Z[verify-libraries] Compiling termios v0.3.3
42822026-03-04T18:29:42.082Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
42832026-03-04T18:29:42.082Z[verify-libraries] Compiling omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
42842026-03-04T18:29:42.082Z[verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
42852026-03-04T18:29:42.082Z[verify-libraries] Compiling tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
42862026-03-04T18:29:42.082Z[verify-libraries] Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
42872026-03-04T18:29:42.082Z[verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
42882026-03-04T18:33:18.804Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
42892026-03-04T18:33:37.826Z[verify-libraries] Compiling reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
42902026-03-04T18:35:00.983Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
42912026-03-04T18:35:01.140Z[verify-libraries] Compiling omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
42922026-03-04T18:35:18.066Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
42932026-03-04T18:35:24.281Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
42942026-03-04T18:35:30.583Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
42952026-03-04T18:37:09.435Z[ host-image] Mar 04 18:36:39.573 INFO O| Mar 04 18:36:39.573 INFO O| Planning: Running solver ... Done
42962026-03-04T18:37:09.494Z[ host-image] Mar 04 18:36:41.386 INFO O| Mar 04 18:36:41.385 INFO O| Planning: Finding local manifests ... Done
42972026-03-04T18:37:09.495Z[ host-image] Mar 04 18:36:41.558 INFO O| Mar 04 18:36:41.558 INFO O| Planning: Fetching manifests: 0/126 0% complete
42982026-03-04T18:37:09.495Z[ host-image] Mar 04 18:36:46.575 INFO O| Mar 04 18:36:46.575 INFO O| Planning: Fetching manifests: 68/126 53% complete
42992026-03-04T18:37:09.495Z[ host-image] Mar 04 18:36:49.411 INFO O| Mar 04 18:36:49.411 INFO O| Planning: Fetching manifests: 126/126 100% complete
43002026-03-04T18:37:09.495Z[ host-image] Mar 04 18:36:51.189 INFO O| Mar 04 18:36:51.189 INFO O| Planning: Package planning ... Done
43012026-03-04T18:37:09.495Z[ host-image] Mar 04 18:36:52.481 INFO O| Mar 04 18:36:52.481 INFO O| Planning: Merging actions ... Done
43022026-03-04T18:37:09.495Z[ host-image] Mar 04 18:36:52.758 INFO O| Mar 04 18:36:52.758 INFO O| Planning: Checking for conflicting actions ... Done
43032026-03-04T18:37:09.495Z[ host-image] Mar 04 18:36:53.014 INFO O| Mar 04 18:36:53.013 INFO O| Planning: Consolidating action changes ... Done
43042026-03-04T18:37:09.495Z[ host-image] Mar 04 18:36:53.445 INFO O| Mar 04 18:36:53.445 INFO O| Planning: Evaluating mediators ... Done
43052026-03-04T18:37:09.495Z[ host-image] Mar 04 18:36:58.887 INFO O| Mar 04 18:36:58.887 INFO O| Planning: Planning completed in 1134.41 seconds
43062026-03-04T18:37:09.495Z[ host-image] Mar 04 18:36:58.892 INFO O| Mar 04 18:36:58.892 INFO O| Packages to install: 126
43072026-03-04T18:37:09.495Z[ host-image] Mar 04 18:36:58.892 INFO O| Mar 04 18:36:58.892 INFO O| Mediators to change: 5
43082026-03-04T18:37:09.495Z[ host-image] Mar 04 18:36:58.892 INFO O| Mar 04 18:36:58.892 INFO O| Services to change: 6
43092026-03-04T18:37:09.495Z[ host-image] Mar 04 18:36:59.035 INFO O| Mar 04 18:36:59.035 INFO O| Download: 0/22925 items 0.0/210.6MB 0% complete
43102026-03-04T18:37:09.495Z[ host-image] Mar 04 18:37:04.043 INFO O| Mar 04 18:37:04.043 INFO O| Download: 1504/22925 items 9.5/210.6MB 4% complete (2.0M/s)
43112026-03-04T18:37:11.386Z[ host-image] Mar 04 18:37:09.384 INFO O| Mar 04 18:37:09.384 INFO O| Download: 1793/22925 items 12.9/210.6MB 6% complete (1.3M/s)
43122026-03-04T18:37:16.405Z[ host-image] Mar 04 18:37:14.403 INFO O| Mar 04 18:37:14.403 INFO O| Download: 2361/22925 items 27.7/210.6MB 13% complete (1.8M/s)
43132026-03-04T18:37:21.426Z[ host-image] Mar 04 18:37:19.423 INFO O| Mar 04 18:37:19.423 INFO O| Download: 3491/22925 items 35.9/210.6MB 17% complete (2.3M/s)
43142026-03-04T18:37:26.591Z[ host-image] Mar 04 18:37:24.587 INFO O| Mar 04 18:37:24.587 INFO O| Download: 4589/22925 items 42.4/210.6MB 20% complete (1.6M/s)
43152026-03-04T18:37:31.612Z[ host-image] Mar 04 18:37:29.607 INFO O| Mar 04 18:37:29.606 INFO O| Download: 5555/22925 items 46.5/210.6MB 22% complete (1.1M/s)
43162026-03-04T18:37:37.019Z[ host-image] Mar 04 18:37:35.013 INFO O| Mar 04 18:37:35.013 INFO O| Download: 6842/22925 items 48.3/210.6MB 22% complete (591k/s)
43172026-03-04T18:37:42.041Z[ host-image] Mar 04 18:37:40.034 INFO O| Mar 04 18:37:40.033 INFO O| Download: 7793/22925 items 59.2/210.6MB 28% complete (1.2M/s)
43182026-03-04T18:37:47.253Z[ host-image] Mar 04 18:37:45.245 INFO O| Mar 04 18:37:45.245 INFO O| Download: 8437/22925 items 73.8/210.6MB 35% complete (2.5M/s)
43192026-03-04T18:38:28.546Z[ host-image] Mar 04 18:37:50.249 INFO O| Mar 04 18:37:50.249 INFO O| Download: 9730/22925 items 88.2/210.6MB 41% complete (2.8M/s)
43202026-03-04T18:38:28.791Z[ host-image] Mar 04 18:37:55.264 INFO O| Mar 04 18:37:55.264 INFO O| Download: 10728/22925 items 93.9/210.6MB 44% complete (2.0M/s)
43212026-03-04T18:38:28.791Z[ host-image] Mar 04 18:38:00.264 INFO O| Mar 04 18:38:00.264 INFO O| Download: 11207/22925 items 97.7/210.6MB 46% complete (974k/s)
43222026-03-04T18:38:28.791Z[ host-image] Mar 04 18:38:05.392 INFO O| Mar 04 18:38:05.392 INFO O| Download: 11392/22925 items 100.3/210.6MB 47% complete (714k/s)
43232026-03-04T18:38:28.791Z[ host-image] Mar 04 18:38:10.696 INFO O| Mar 04 18:38:10.696 INFO O| Download: 12282/22925 items 113.6/210.6MB 53% complete (1.6M/s)
43242026-03-04T18:38:28.791Z[ host-image] Mar 04 18:38:15.696 INFO O| Mar 04 18:38:15.696 INFO O| Download: 13611/22925 items 114.9/210.6MB 54% complete (1.4M/s)
43252026-03-04T18:38:28.791Z[ host-image] Mar 04 18:38:20.807 INFO O| Mar 04 18:38:20.807 INFO O| Download: 14573/22925 items 121.4/210.6MB 57% complete (713k/s)
43262026-03-04T18:38:28.791Z[ host-image] Mar 04 18:38:25.819 INFO O| Mar 04 18:38:25.819 INFO O| Download: 15677/22925 items 128.8/210.6MB 61% complete (1.4M/s)
43272026-03-04T18:38:32.846Z[ host-image] Mar 04 18:38:30.830 INFO O| Mar 04 18:38:30.829 INFO O| Download: 16746/22925 items 150.0/210.6MB 71% complete (2.9M/s)
43282026-03-04T18:38:37.847Z[ host-image] Mar 04 18:38:35.830 INFO O| Mar 04 18:38:35.830 INFO O| Download: 17980/22925 items 155.6/210.6MB 73% complete (2.7M/s)
43292026-03-04T18:38:42.876Z[ host-image] Mar 04 18:38:40.855 INFO O| Mar 04 18:38:40.855 INFO O| Download: 19074/22925 items 171.3/210.6MB 81% complete (2.3M/s)
43302026-03-04T18:38:47.875Z[ host-image] Mar 04 18:38:45.856 INFO O| Mar 04 18:38:45.855 INFO O| Download: 20390/22925 items 176.7/210.6MB 83% complete (2.1M/s)
43312026-03-04T18:38:53.390Z[ host-image] Mar 04 18:38:51.369 INFO O| Mar 04 18:38:51.369 INFO O| Download: 21069/22925 items 184.2/210.6MB 87% complete (1.3M/s)
43322026-03-04T18:38:58.425Z[ host-image] Mar 04 18:38:56.370 INFO O| Mar 04 18:38:56.369 INFO O| Download: 22096/22925 items 203.8/210.6MB 96% complete (2.7M/s)
43332026-03-04T18:39:03.271Z[ host-image] Mar 04 18:39:01.249 INFO O| Mar 04 18:39:01.249 INFO O| Download: Completed 210.64 MB in 122.21 seconds (1.7M/s)
43342026-03-04T18:39:04.797Z[ host-image] Mar 04 18:39:02.774 INFO O| Mar 04 18:39:02.774 INFO O| Actions: 1/50885 actions (Installing new actions)
43352026-03-04T18:39:09.798Z[ host-image] Mar 04 18:39:07.774 INFO O| Mar 04 18:39:07.774 INFO O| Actions: 11681/50885 actions (Installing new actions)
43362026-03-04T18:39:55.119Z[ host-image] Mar 04 18:39:12.775 INFO O| Mar 04 18:39:12.775 INFO O| Actions: 18048/50885 actions (Installing new actions)
43372026-03-04T18:39:55.119Z[ host-image] Mar 04 18:39:17.786 INFO O| Mar 04 18:39:17.786 INFO O| Actions: 23467/50885 actions (Installing new actions)
43382026-03-04T18:39:55.120Z[ host-image] Mar 04 18:39:22.786 INFO O| Mar 04 18:39:22.786 INFO O| Actions: 27364/50885 actions (Installing new actions)
43392026-03-04T18:39:55.120Z[ host-image] Mar 04 18:39:29.158 INFO O| Mar 04 18:39:29.158 INFO O| Actions: 50329/50885 actions (Installing new actions)
43402026-03-04T18:39:55.120Z[ host-image] Mar 04 18:39:31.225 INFO O| Mar 04 18:39:31.225 INFO O| Actions: Completed 50885 actions in 28.44 seconds.
43412026-03-04T18:39:55.120Z[ host-image] Mar 04 18:39:33.278 INFO O| Mar 04 18:39:33.278 INFO O| Done
43422026-03-04T18:39:55.120Z[ host-image] Mar 04 18:39:33.278 INFO O| Mar 04 18:39:33.278 INFO O| Done
43432026-03-04T18:39:55.120Z[ host-image] Mar 04 18:39:37.878 INFO O| Mar 04 18:39:37.878 INFO O| Done
43442026-03-04T18:39:55.120Z[ host-image] Mar 04 18:39:40.907 INFO O| Mar 04 18:39:40.906 INFO O| Done
43452026-03-04T18:39:55.120Z[ host-image] Mar 04 18:39:40.948 INFO O| Mar 04 18:39:40.947 INFO O| Done
43462026-03-04T18:39:55.120Z[ host-image] Mar 04 18:39:48.433 INFO O| Mar 04 18:39:48.433 INFO O| Done
43472026-03-04T18:39:55.120Z[ host-image] Mar 04 18:39:49.739 INFO O| Mar 04 18:39:49.739 INFO O| Done
43482026-03-04T18:39:57.233Z[ host-image] Mar 04 18:39:55.200 INFO O| Mar 04 18:39:55.200 INFO STEP 11 (pkg_install) COMPLETE
43492026-03-04T18:39:57.233Z[ host-image] Mar 04 18:39:55.200 INFO O| Mar 04 18:39:55.200 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43502026-03-04T18:39:57.270Z[ host-image] Mar 04 18:39:55.237 INFO O| Mar 04 18:39:55.237 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"]
43512026-03-04T18:40:55.204Z[ host-image] Mar 04 18:40:53.160 INFO O| Mar 04 18:40:53.160 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
43522026-03-04T18:41:18.674Z[ host-image] Mar 04 18:41:16.625 INFO O| Mar 04 18:41:16.625 INFO O| Startup: Caching catalogs ... Done
43532026-03-04T18:41:31.672Z[ host-image] Mar 04 18:41:29.607 INFO O| Mar 04 18:41:29.607 INFO O| Planning: Solver setup ... Done
43542026-03-04T18:41:31.681Z[ host-image] Mar 04 18:41:29.622 INFO O| Mar 04 18:41:29.622 INFO O| Planning: Running solver ... Done
43552026-03-04T18:41:31.985Z[ host-image] Mar 04 18:41:29.853 INFO O| Mar 04 18:41:29.853 INFO O| Planning: Finding local manifests ... Done
43562026-03-04T18:41:32.059Z[ host-image] Mar 04 18:41:29.922 INFO O| Mar 04 18:41:29.922 INFO O| Planning: Fetching manifests: 0/6 0% complete
43572026-03-04T18:41:32.110Z[ recovery-image] Mar 04 18:41:30.038 INFO O| Mar 04 18:41:30.038 INFO O| Planning: Running solver ... Done
43582026-03-04T18:41:32.159Z[ host-image] Mar 04 18:41:30.106 INFO O| Mar 04 18:41:30.106 INFO O| Planning: Fetching manifests: 6/6 100% complete
43592026-03-04T18:41:32.208Z[ host-image] Mar 04 18:41:30.156 INFO O| Mar 04 18:41:30.156 INFO O| Planning: Package planning ... Done
43602026-03-04T18:41:32.217Z[ host-image] Mar 04 18:41:30.163 INFO O| Mar 04 18:41:30.163 INFO O| Planning: Merging actions ... Done
43612026-03-04T18:41:32.427Z[ host-image] Mar 04 18:41:30.357 INFO O| Mar 04 18:41:30.357 INFO O| Planning: Checking for conflicting actions ... Done
43622026-03-04T18:41:32.439Z[ host-image] Mar 04 18:41:30.360 INFO O| Mar 04 18:41:30.360 INFO O| Planning: Consolidating action changes ... Done
43632026-03-04T18:41:34.214Z[ recovery-image] Mar 04 18:41:32.162 INFO O| Mar 04 18:41:32.162 INFO O| Planning: Finding local manifests ... Done
43642026-03-04T18:41:34.252Z[ host-image] Mar 04 18:41:32.170 INFO O| Mar 04 18:41:32.170 INFO O| Planning: Evaluating mediators ... Done
43652026-03-04T18:41:34.257Z[ host-image] Mar 04 18:41:32.173 INFO O| Mar 04 18:41:32.173 INFO O| Planning: Planning completed in 15.39 seconds
43662026-03-04T18:41:34.257Z[ host-image] Mar 04 18:41:32.173 INFO O| Mar 04 18:41:32.173 INFO O| Packages to install: 6
43672026-03-04T18:41:34.257Z[ host-image] Mar 04 18:41:32.173 INFO O| Mar 04 18:41:32.173 INFO O| Services to change: 2
43682026-03-04T18:41:34.282Z[ recovery-image] Mar 04 18:41:32.218 INFO O| Mar 04 18:41:32.218 INFO O| Planning: Fetching manifests: 0/126 0% complete
43692026-03-04T18:41:34.313Z[ host-image] Mar 04 18:41:32.223 INFO O| Mar 04 18:41:32.223 INFO O| Download: 0/155 items 0.0/1.7MB 0% complete
43702026-03-04T18:41:37.052Z[ host-image] Mar 04 18:41:34.981 INFO O| Mar 04 18:41:34.981 INFO O| Download: Completed 1.75 MB in 2.76 seconds (647k/s)
43712026-03-04T18:41:37.146Z[ host-image] Mar 04 18:41:35.087 INFO O| Mar 04 18:41:35.087 INFO O| Actions: 1/390 actions (Installing new actions)
43722026-03-04T18:41:37.638Z[ host-image] Mar 04 18:41:35.480 INFO O| Mar 04 18:41:35.480 INFO O| Actions: Completed 390 actions in 0.39 seconds.
43732026-03-04T18:41:39.236Z[ host-image] Mar 04 18:41:37.183 INFO O| Mar 04 18:41:37.183 INFO O| Done
43742026-03-04T18:41:39.236Z[ host-image] Mar 04 18:41:37.183 INFO O| Mar 04 18:41:37.183 INFO O| Done
43752026-03-04T18:41:39.291Z[ recovery-image] Mar 04 18:41:37.228 INFO O| Mar 04 18:41:37.228 INFO O| Planning: Fetching manifests: 82/126 65% complete
43762026-03-04T18:41:41.467Z[ recovery-image] Mar 04 18:41:39.412 INFO O| Mar 04 18:41:39.412 INFO O| Planning: Fetching manifests: 126/126 100% complete
43772026-03-04T18:41:41.911Z[ host-image] Mar 04 18:41:39.854 INFO O| Mar 04 18:41:39.854 INFO O| Done
43782026-03-04T18:41:46.299Z[ recovery-image] Mar 04 18:41:41.523 INFO O| Mar 04 18:41:41.523 INFO O| Planning: Package planning ... Done
43792026-03-04T18:41:46.299Z[ recovery-image] Mar 04 18:41:42.306 INFO O| Mar 04 18:41:42.306 INFO O| Planning: Merging actions ... Done
43802026-03-04T18:41:46.299Z[ recovery-image] Mar 04 18:41:42.538 INFO O| Mar 04 18:41:42.538 INFO O| Planning: Checking for conflicting actions ... Done
43812026-03-04T18:41:46.299Z[ recovery-image] Mar 04 18:41:42.702 INFO O| Mar 04 18:41:42.702 INFO O| Planning: Consolidating action changes ... Done
43822026-03-04T18:41:46.299Z[ host-image] Mar 04 18:41:43.072 INFO O| Mar 04 18:41:43.072 INFO O| Done
43832026-03-04T18:41:46.299Z[ recovery-image] Mar 04 18:41:43.090 INFO O| Mar 04 18:41:43.090 INFO O| Planning: Evaluating mediators ... Done
43842026-03-04T18:41:46.299Z[ host-image] Mar 04 18:41:43.149 INFO O| Mar 04 18:41:43.148 INFO O| Done
43852026-03-04T18:41:46.299Z[ host-image] Mar 04 18:41:43.149 INFO O| Mar 04 18:41:43.149 INFO O| Done
43862026-03-04T18:41:46.299Z[ host-image] Mar 04 18:41:43.219 INFO O| Mar 04 18:41:43.219 INFO O| Done
43872026-03-04T18:41:47.522Z[ host-image] Mar 04 18:41:45.468 INFO O| Mar 04 18:41:45.468 INFO STEP 12 (pkg_install) COMPLETE
43882026-03-04T18:41:47.522Z[ host-image] Mar 04 18:41:45.468 INFO O| Mar 04 18:41:45.468 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43892026-03-04T18:41:47.540Z[ host-image] Mar 04 18:41:45.485 INFO O| Mar 04 18:41:45.485 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
43902026-03-04T18:41:51.075Z[ recovery-image] Mar 04 18:41:49.020 INFO O| Mar 04 18:41:49.020 INFO O| Planning: Planning completed in 1102.45 seconds
43912026-03-04T18:41:51.079Z[ recovery-image] Mar 04 18:41:49.025 INFO O| Mar 04 18:41:49.024 INFO O| Packages to install: 126
43922026-03-04T18:41:51.079Z[ recovery-image] Mar 04 18:41:49.025 INFO O| Mar 04 18:41:49.025 INFO O| Mediators to change: 5
43932026-03-04T18:41:51.083Z[ recovery-image] Mar 04 18:41:49.025 INFO O| Mar 04 18:41:49.025 INFO O| Services to change: 5
43942026-03-04T18:41:51.207Z[ recovery-image] Mar 04 18:41:49.152 INFO O| Mar 04 18:41:49.152 INFO O| Download: 0/15969 items 0.0/187.3MB 0% complete
43952026-03-04T18:41:56.339Z[ recovery-image] Mar 04 18:41:54.282 INFO O| Mar 04 18:41:54.282 INFO O| Download: 1073/15969 items 8.7/187.3MB 4% complete (2.0M/s)
43962026-03-04T18:42:40.808Z[ recovery-image] Mar 04 18:41:59.790 INFO O| Mar 04 18:41:59.789 INFO O| Download: 1529/15969 items 22.1/187.3MB 11% complete (2.2M/s)
43972026-03-04T18:42:40.808Z[ recovery-image] Mar 04 18:42:04.815 INFO O| Mar 04 18:42:04.815 INFO O| Download: 2707/15969 items 33.3/187.3MB 17% complete (2.4M/s)
43982026-03-04T18:42:40.808Z[ recovery-image] Mar 04 18:42:10.086 INFO O| Mar 04 18:42:10.086 INFO O| Download: 3824/15969 items 42.3/187.3MB 22% complete (2.0M/s)
43992026-03-04T18:42:40.808Z[ recovery-image] Mar 04 18:42:15.100 INFO O| Mar 04 18:42:15.100 INFO O| Download: 5211/15969 items 43.6/187.3MB 23% complete (902k/s)
44002026-03-04T18:42:40.808Z[ recovery-image] Mar 04 18:42:20.210 INFO O| Mar 04 18:42:20.210 INFO O| Download: 5989/15969 items 53.4/187.3MB 28% complete (1.1M/s)
44012026-03-04T18:42:40.808Z[ recovery-image] Mar 04 18:42:25.210 INFO O| Mar 04 18:42:25.210 INFO O| Download: 6702/15969 items 69.0/187.3MB 36% complete (2.5M/s)
44022026-03-04T18:42:40.808Z[ recovery-image] Mar 04 18:42:30.473 INFO O| Mar 04 18:42:30.473 INFO O| Download: 7717/15969 items 78.5/187.3MB 41% complete (2.5M/s)
44032026-03-04T18:42:40.808Z[ host-image] Mar 04 18:42:34.385 INFO O| Mar 04 18:42:34.385 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
44042026-03-04T18:42:40.808Z[ recovery-image] Mar 04 18:42:36.000 INFO O| Mar 04 18:42:36.000 INFO O| Download: 8741/15969 items 86.3/187.3MB 46% complete (1.6M/s)
44052026-03-04T18:42:43.071Z[ recovery-image] Mar 04 18:42:41.005 INFO O| Mar 04 18:42:41.005 INFO O| Download: 9332/15969 items 97.6/187.3MB 52% complete (1.8M/s)
44062026-03-04T18:42:48.186Z[ recovery-image] Mar 04 18:42:46.117 INFO O| Mar 04 18:42:46.117 INFO O| Download: 10625/15969 items 98.3/187.3MB 52% complete (1.2M/s)
44072026-03-04T18:42:53.189Z[ recovery-image] Mar 04 18:42:51.122 INFO O| Mar 04 18:42:51.122 INFO O| Download: 11330/15969 items 107.4/187.3MB 57% complete (973k/s)
44082026-03-04T18:42:58.523Z[ recovery-image] Mar 04 18:42:56.455 INFO O| Mar 04 18:42:56.455 INFO O| Download: 12068/15969 items 145.0/187.3MB 77% complete (4.5M/s)
44092026-03-04T18:42:59.037Z[ host-image] Mar 04 18:42:56.969 INFO O| Mar 04 18:42:56.969 INFO O| Startup: Caching catalogs ... Done
44102026-03-04T18:43:03.543Z[ recovery-image] Mar 04 18:43:01.473 INFO O| Mar 04 18:43:01.473 INFO O| Download: 13557/15969 items 151.4/187.3MB 80% complete (4.0M/s)
44112026-03-04T18:43:08.547Z[ host-image] Mar 04 18:43:06.477 INFO O| Mar 04 18:43:06.477 INFO O| Planning: Solver setup ... Done
44122026-03-04T18:43:08.558Z[ host-image] Mar 04 18:43:06.488 INFO O| Mar 04 18:43:06.488 INFO O| Planning: Running solver ... Done
44132026-03-04T18:43:08.572Z[ recovery-image] Mar 04 18:43:06.502 INFO O| Mar 04 18:43:06.502 INFO O| Download: 14741/15969 items 155.9/187.3MB 83% complete (1.2M/s)
44142026-03-04T18:43:08.762Z[ host-image] Mar 04 18:43:06.692 INFO O| Mar 04 18:43:06.692 INFO O| Planning: Finding local manifests ... Done
44152026-03-04T18:43:08.855Z[ host-image] Mar 04 18:43:06.785 INFO O| Mar 04 18:43:06.785 INFO O| Planning: Fetching manifests: 0/6 0% complete
44162026-03-04T18:43:09.134Z[ host-image] Mar 04 18:43:07.060 INFO O| Mar 04 18:43:07.060 INFO O| Planning: Fetching manifests: 6/6 100% complete
44172026-03-04T18:43:09.184Z[ host-image] Mar 04 18:43:07.113 INFO O| Mar 04 18:43:07.113 INFO O| Planning: Package planning ... Done
44182026-03-04T18:43:09.212Z[ host-image] Mar 04 18:43:07.141 INFO O| Mar 04 18:43:07.141 INFO O| Planning: Merging actions ... Done
44192026-03-04T18:43:09.338Z[ host-image] Mar 04 18:43:07.267 INFO O| Mar 04 18:43:07.267 INFO O| Planning: Checking for conflicting actions ... Done
44202026-03-04T18:43:09.347Z[ host-image] Mar 04 18:43:07.277 INFO O| Mar 04 18:43:07.277 INFO O| Planning: Consolidating action changes ... Done
44212026-03-04T18:43:09.691Z[ host-image] Mar 04 18:43:07.621 INFO O| Mar 04 18:43:07.621 INFO O| Planning: Evaluating mediators ... Done
44222026-03-04T18:43:09.697Z[ host-image] Mar 04 18:43:07.627 INFO O| Mar 04 18:43:07.627 INFO O| Planning: Planning completed in 10.52 seconds
44232026-03-04T18:43:09.700Z[ host-image] Mar 04 18:43:07.628 INFO O| Mar 04 18:43:07.628 INFO O| Packages to install: 6
44242026-03-04T18:43:09.700Z[ host-image] Mar 04 18:43:07.628 INFO O| Mar 04 18:43:07.628 INFO O| Mediators to change: 1
44252026-03-04T18:43:09.700Z[ host-image] Mar 04 18:43:07.628 INFO O| Mar 04 18:43:07.628 INFO O| Services to change: 1
44262026-03-04T18:43:09.728Z[ host-image] Mar 04 18:43:07.658 INFO O| Mar 04 18:43:07.658 INFO O| Download: 0/1140 items 0.0/7.7MB 0% complete
44272026-03-04T18:43:13.573Z[ recovery-image] Mar 04 18:43:11.502 INFO O| Mar 04 18:43:11.502 INFO O| Download: 15197/15969 items 163.2/187.3MB 87% complete (1.2M/s)
44282026-03-04T18:43:14.736Z[ host-image] Mar 04 18:43:12.665 INFO O| Mar 04 18:43:12.665 INFO O| Download: 1093/1140 items 5.3/7.7MB 68% complete (955k/s)
44292026-03-04T18:43:15.621Z[ host-image] Mar 04 18:43:13.548 INFO O| Mar 04 18:43:13.548 INFO O| Download: Completed 7.71 MB in 5.89 seconds (1.3M/s)
44302026-03-04T18:43:15.771Z[ host-image] Mar 04 18:43:13.699 INFO O| Mar 04 18:43:13.699 INFO O| Actions: 1/1361 actions (Installing new actions)
44312026-03-04T18:43:16.411Z[ host-image] Mar 04 18:43:14.336 INFO O| Mar 04 18:43:14.336 INFO O| Actions: Completed 1361 actions in 0.64 seconds.
44322026-03-04T18:43:18.071Z[ host-image] Mar 04 18:43:15.999 INFO O| Mar 04 18:43:15.999 INFO O| Done
44332026-03-04T18:43:18.071Z[ host-image] Mar 04 18:43:15.999 INFO O| Mar 04 18:43:15.999 INFO O| Done
44342026-03-04T18:43:18.869Z[ recovery-image] Mar 04 18:43:16.795 INFO O| Mar 04 18:43:16.795 INFO O| Download: 15698/15969 items 181.3/187.3MB 96% complete (2.6M/s)
44352026-03-04T18:43:23.313Z[ host-image] Mar 04 18:43:18.972 INFO O| Mar 04 18:43:18.972 INFO O| Done
44362026-03-04T18:43:25.861Z[ recovery-image] Mar 04 18:43:19.721 INFO O| Mar 04 18:43:19.721 INFO O| Download: Completed 187.25 MB in 90.57 seconds (2.1M/s)
44372026-03-04T18:43:25.915Z[ recovery-image] Mar 04 18:43:20.850 INFO O| Mar 04 18:43:20.850 INFO O| Actions: 1/26357 actions (Installing new actions)
44382026-03-04T18:43:25.915Z[ host-image] Mar 04 18:43:22.023 INFO O| Mar 04 18:43:22.023 INFO O| Done
44392026-03-04T18:43:25.915Z[ host-image] Mar 04 18:43:22.086 INFO O| Mar 04 18:43:22.086 INFO O| Done
44402026-03-04T18:43:25.915Z[ host-image] Mar 04 18:43:22.086 INFO O| Mar 04 18:43:22.086 INFO O| Done
44412026-03-04T18:43:25.915Z[ host-image] Mar 04 18:43:22.168 INFO O| Mar 04 18:43:22.168 INFO O| Done
44422026-03-04T18:43:26.606Z[ host-image] Mar 04 18:43:24.459 INFO O| Mar 04 18:43:24.459 INFO STEP 13 (pkg_install) COMPLETE
44432026-03-04T18:43:26.606Z[ host-image] Mar 04 18:43:24.459 INFO O| Mar 04 18:43:24.459 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44442026-03-04T18:43:26.632Z[ host-image] Mar 04 18:43:24.474 INFO O| Mar 04 18:43:24.474 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/driver/network/opte@0.39.455"]
44452026-03-04T18:43:28.061Z[ recovery-image] Mar 04 18:43:25.850 INFO O| Mar 04 18:43:25.850 INFO O| Actions: 9788/26357 actions (Installing new actions)
44462026-03-04T18:43:32.926Z[ recovery-image] Mar 04 18:43:30.851 INFO O| Mar 04 18:43:30.851 INFO O| Actions: 15264/26357 actions (Installing new actions)
44472026-03-04T18:43:37.930Z[ recovery-image] Mar 04 18:43:35.854 INFO O| Mar 04 18:43:35.854 INFO O| Actions: 25889/26357 actions (Installing new actions)
44482026-03-04T18:43:38.805Z[ recovery-image] Mar 04 18:43:36.729 INFO O| Mar 04 18:43:36.729 INFO O| Actions: Completed 26357 actions in 15.87 seconds.
44492026-03-04T18:43:39.811Z[ recovery-image] Mar 04 18:43:37.735 INFO O| Mar 04 18:43:37.735 INFO O| Done
44502026-03-04T18:43:39.815Z[ recovery-image] Mar 04 18:43:37.735 INFO O| Mar 04 18:43:37.735 INFO O| Done
44512026-03-04T18:43:43.376Z[ recovery-image] Mar 04 18:43:41.299 INFO O| Mar 04 18:43:41.299 INFO O| Done
44522026-03-04T18:43:45.697Z[ recovery-image] Mar 04 18:43:43.620 INFO O| Mar 04 18:43:43.619 INFO O| Done
44532026-03-04T18:43:45.740Z[ recovery-image] Mar 04 18:43:43.662 INFO O| Mar 04 18:43:43.661 INFO O| Done
44542026-03-04T18:43:50.998Z[ recovery-image] Mar 04 18:43:48.919 INFO O| Mar 04 18:43:48.919 INFO O| Done
44552026-03-04T18:43:51.746Z[ recovery-image] Mar 04 18:43:49.667 INFO O| Mar 04 18:43:49.667 INFO O| Done
44562026-03-04T18:43:55.647Z[ recovery-image] Mar 04 18:43:53.567 INFO O| Mar 04 18:43:53.567 INFO STEP 11 (pkg_install) COMPLETE
44572026-03-04T18:43:55.647Z[ recovery-image] Mar 04 18:43:53.567 INFO O| Mar 04 18:43:53.567 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44582026-03-04T18:43:55.647Z[ recovery-image] Mar 04 18:43:53.567 INFO O| Mar 04 18:43:53.567 INFO skip step because feature "recovery" is enabled
44592026-03-04T18:43:55.651Z[ recovery-image] Mar 04 18:43:53.567 INFO O| Mar 04 18:43:53.567 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44602026-03-04T18:43:55.651Z[ recovery-image] Mar 04 18:43:53.567 INFO O| Mar 04 18:43:53.567 INFO skip step because feature "omicron1" is not enabled
44612026-03-04T18:43:55.651Z[ recovery-image] Mar 04 18:43:53.567 INFO O| Mar 04 18:43:53.567 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44622026-03-04T18:43:55.662Z[ recovery-image] Mar 04 18:43:53.583 INFO O| Mar 04 18:43:53.583 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "install", "/driver/network/opte@0.39.455"]
44632026-03-04T18:44:47.083Z[ host-image] Mar 04 18:44:18.399 INFO O| Mar 04 18:44:18.399 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
44642026-03-04T18:44:47.083Z[ host-image] Mar 04 18:44:42.356 INFO O| Mar 04 18:44:42.356 INFO O| Startup: Caching catalogs ... Done
44652026-03-04T18:44:47.160Z[ recovery-image] Mar 04 18:44:44.934 INFO O| Mar 04 18:44:44.934 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
44662026-03-04T18:44:54.635Z[ host-image] Mar 04 18:44:52.545 INFO O| Mar 04 18:44:52.545 INFO O| Planning: Solver setup ... Done
44672026-03-04T18:44:54.650Z[ host-image] Mar 04 18:44:52.560 INFO O| Mar 04 18:44:52.559 INFO O| Planning: Running solver ... Done
44682026-03-04T18:44:54.875Z[ host-image] Mar 04 18:44:52.785 INFO O| Mar 04 18:44:52.785 INFO O| Planning: Finding local manifests ... Done
44692026-03-04T18:44:54.966Z[ host-image] Mar 04 18:44:52.874 INFO O| Mar 04 18:44:52.874 INFO O| Planning: Fetching manifests: 0/1 0% complete
44702026-03-04T18:44:54.990Z[ host-image] Mar 04 18:44:52.899 INFO O| Mar 04 18:44:52.899 INFO O| Planning: Fetching manifests: 1/1 100% complete
44712026-03-04T18:44:55.042Z[ host-image] Mar 04 18:44:52.952 INFO O| Mar 04 18:44:52.952 INFO O| Planning: Package planning ... Done
44722026-03-04T18:44:55.045Z[ host-image] Mar 04 18:44:52.952 INFO O| Mar 04 18:44:52.952 INFO O| Planning: Merging actions ... Done
44732026-03-04T18:44:55.177Z[ host-image] Mar 04 18:44:53.086 INFO O| Mar 04 18:44:53.086 INFO O| Planning: Checking for conflicting actions ... Done
44742026-03-04T18:44:55.180Z[ host-image] Mar 04 18:44:53.087 INFO O| Mar 04 18:44:53.087 INFO O| Planning: Consolidating action changes ... Done
44752026-03-04T18:44:55.720Z[ host-image] Mar 04 18:44:53.629 INFO O| Mar 04 18:44:53.629 INFO O| Planning: Evaluating mediators ... Done
44762026-03-04T18:44:55.723Z[ host-image] Mar 04 18:44:53.630 INFO O| Mar 04 18:44:53.630 INFO O| Planning: Planning completed in 11.13 seconds
44772026-03-04T18:44:55.723Z[ host-image] Mar 04 18:44:53.631 INFO O| Mar 04 18:44:53.631 INFO O| Packages to install: 1
44782026-03-04T18:44:55.754Z[ host-image] Mar 04 18:44:53.663 INFO O| Mar 04 18:44:53.663 INFO O| Download: 0/4 items 0.0/12.3MB 0% complete
44792026-03-04T18:44:56.276Z[ host-image] Mar 04 18:44:54.186 INFO O| Mar 04 18:44:54.186 INFO O| Download: Completed 12.26 MB in 0.52 seconds (23.5M/s)
44802026-03-04T18:44:56.415Z[ host-image] Mar 04 18:44:54.323 INFO O| Mar 04 18:44:54.323 INFO O| Actions: 1/22 actions (Installing new actions)
44812026-03-04T18:44:56.921Z[ host-image] Mar 04 18:44:54.830 INFO O| Mar 04 18:44:54.830 INFO O| Actions: Completed 22 actions in 0.51 seconds.
44822026-03-04T18:44:58.720Z[ host-image] Mar 04 18:44:56.629 INFO O| Mar 04 18:44:56.629 INFO O| Done
44832026-03-04T18:44:58.720Z[ host-image] Mar 04 18:44:56.629 INFO O| Mar 04 18:44:56.629 INFO O| Done
44842026-03-04T18:45:01.404Z[ host-image] Mar 04 18:44:59.313 INFO O| Mar 04 18:44:59.312 INFO O| Done
44852026-03-04T18:45:04.560Z[ host-image] Mar 04 18:45:02.468 INFO O| Mar 04 18:45:02.468 INFO O| Done
44862026-03-04T18:45:04.613Z[ host-image] Mar 04 18:45:02.519 INFO O| Mar 04 18:45:02.519 INFO O| Done
44872026-03-04T18:45:04.616Z[ host-image] Mar 04 18:45:02.520 INFO O| Mar 04 18:45:02.520 INFO O| Done
44882026-03-04T18:45:04.640Z[ host-image] Mar 04 18:45:02.547 INFO O| Mar 04 18:45:02.547 INFO O| Done
44892026-03-04T18:45:06.584Z[ host-image] Mar 04 18:45:04.491 INFO O| Mar 04 18:45:04.491 INFO STEP 14 (pkg_install) COMPLETE
44902026-03-04T18:45:06.584Z[ host-image] Mar 04 18:45:04.491 INFO O| Mar 04 18:45:04.491 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44912026-03-04T18:45:06.584Z[ host-image] Mar 04 18:45:04.491 INFO O| Mar 04 18:45:04.491 INFO skip step because feature "mbist" is not enabled
44922026-03-04T18:45:06.588Z[ host-image] Mar 04 18:45:04.491 INFO O| Mar 04 18:45:04.491 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44932026-03-04T18:45:06.588Z[ host-image] Mar 04 18:45:04.491 INFO O| Mar 04 18:45:04.491 INFO skip step because feature "mfg" is not enabled
44942026-03-04T18:45:06.588Z[ host-image] Mar 04 18:45:04.491 INFO O| Mar 04 18:45:04.491 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44952026-03-04T18:45:06.588Z[ host-image] Mar 04 18:45:04.491 INFO O| Mar 04 18:45:04.491 INFO skip step because feature "compliance" is not enabled
44962026-03-04T18:45:06.588Z[ host-image] Mar 04 18:45:04.491 INFO O| Mar 04 18:45:04.491 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44972026-03-04T18:45:06.588Z[ host-image] Mar 04 18:45:04.491 INFO O| Mar 04 18:45:04.491 INFO skip step because feature "stress" is not enabled
44982026-03-04T18:45:06.588Z[ host-image] Mar 04 18:45:04.491 INFO O| Mar 04 18:45:04.491 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44992026-03-04T18:45:06.588Z[ host-image] Mar 04 18:45:04.491 INFO O| Mar 04 18:45:04.491 INFO skip step because feature "compliance" is not enabled
45002026-03-04T18:45:06.588Z[ host-image] Mar 04 18:45:04.491 INFO O| Mar 04 18:45:04.491 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45012026-03-04T18:45:06.588Z[ host-image] Mar 04 18:45:04.491 INFO O| Mar 04 18:45:04.491 INFO skip step because feature "nfs" is not enabled
45022026-03-04T18:45:06.588Z[ host-image] Mar 04 18:45:04.491 INFO O| Mar 04 18:45:04.491 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@os
45032026-03-04T18:45:06.588Z[ host-image] Mar 04 18:45:04.491 INFO O| Mar 04 18:45:04.491 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
45042026-03-04T18:45:06.666Z[ host-image] Mar 04 18:45:04.573 INFO O| Mar 04 18:45:04.573 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
45052026-03-04T18:45:06.781Z[ host-image] Mar 04 18:45:04.688 INFO O| Mar 04 18:45:04.688 INFO completed processing sled/ramdisk-01-os
45062026-03-04T18:45:06.803Z[ host-image] Mar 04 18:45:04.710 INFO omicron1 baseline generation...
45072026-03-04T18:45:06.806Z[ host-image] Mar 04 18:45:04.711 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/sled/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
45082026-03-04T18:45:07.646Z[ host-image] Mar 04 18:45:05.553 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.23804:20260302T140620Z
45092026-03-04T18:45:10.270Z[ recovery-image] Mar 04 18:45:08.176 INFO O| Mar 04 18:45:08.176 INFO O| Startup: Caching catalogs ... Done
45102026-03-04T18:45:19.866Z[ recovery-image] Mar 04 18:45:17.771 INFO O| Mar 04 18:45:17.771 INFO O| Planning: Solver setup ... Done
45112026-03-04T18:45:19.879Z[ recovery-image] Mar 04 18:45:17.784 INFO O| Mar 04 18:45:17.784 INFO O| Planning: Running solver ... Done
45122026-03-04T18:45:20.076Z[ recovery-image] Mar 04 18:45:17.981 INFO O| Mar 04 18:45:17.980 INFO O| Planning: Finding local manifests ... Done
45132026-03-04T18:45:20.127Z[ recovery-image] Mar 04 18:45:18.032 INFO O| Mar 04 18:45:18.031 INFO O| Planning: Fetching manifests: 0/1 0% complete
45142026-03-04T18:45:20.151Z[ recovery-image] Mar 04 18:45:18.056 INFO O| Mar 04 18:45:18.056 INFO O| Planning: Fetching manifests: 1/1 100% complete
45152026-03-04T18:45:20.185Z[ recovery-image] Mar 04 18:45:18.087 INFO O| Mar 04 18:45:18.087 INFO O| Planning: Package planning ... Done
45162026-03-04T18:45:20.189Z[ recovery-image] Mar 04 18:45:18.088 INFO O| Mar 04 18:45:18.088 INFO O| Planning: Merging actions ... Done
45172026-03-04T18:45:20.271Z[ recovery-image] Mar 04 18:45:18.175 INFO O| Mar 04 18:45:18.175 INFO O| Planning: Checking for conflicting actions ... Done
45182026-03-04T18:45:20.274Z[ recovery-image] Mar 04 18:45:18.176 INFO O| Mar 04 18:45:18.176 INFO O| Planning: Consolidating action changes ... Done
45192026-03-04T18:45:20.562Z[ recovery-image] Mar 04 18:45:18.466 INFO O| Mar 04 18:45:18.466 INFO O| Planning: Evaluating mediators ... Done
45202026-03-04T18:45:20.566Z[ recovery-image] Mar 04 18:45:18.467 INFO O| Mar 04 18:45:18.467 INFO O| Planning: Planning completed in 10.15 seconds
45212026-03-04T18:45:20.566Z[ recovery-image] Mar 04 18:45:18.467 INFO O| Mar 04 18:45:18.467 INFO O| Packages to install: 1
45222026-03-04T18:45:20.600Z[ recovery-image] Mar 04 18:45:18.505 INFO O| Mar 04 18:45:18.504 INFO O| Download: 0/4 items 0.0/12.3MB 0% complete
45232026-03-04T18:45:21.361Z[ recovery-image] Mar 04 18:45:19.265 INFO O| Mar 04 18:45:19.265 INFO O| Download: Completed 12.26 MB in 0.76 seconds (16.1M/s)
45242026-03-04T18:45:21.454Z[ recovery-image] Mar 04 18:45:19.358 INFO O| Mar 04 18:45:19.358 INFO O| Actions: 1/22 actions (Installing new actions)
45252026-03-04T18:45:21.912Z[ recovery-image] Mar 04 18:45:19.816 INFO O| Mar 04 18:45:19.816 INFO O| Actions: Completed 22 actions in 0.46 seconds.
45262026-03-04T18:45:23.609Z[ recovery-image] Mar 04 18:45:21.512 INFO O| Mar 04 18:45:21.512 INFO O| Done
45272026-03-04T18:45:23.612Z[ recovery-image] Mar 04 18:45:21.512 INFO O| Mar 04 18:45:21.512 INFO O| Done
45282026-03-04T18:45:26.043Z[ recovery-image] Mar 04 18:45:23.947 INFO O| Mar 04 18:45:23.947 INFO O| Done
45292026-03-04T18:46:11.030Z[ recovery-image] Mar 04 18:45:26.169 INFO O| Mar 04 18:45:26.169 INFO O| Done
45302026-03-04T18:46:11.152Z[ recovery-image] Mar 04 18:45:26.203 INFO O| Mar 04 18:45:26.203 INFO O| Done
45312026-03-04T18:46:11.152Z[ recovery-image] Mar 04 18:45:26.203 INFO O| Mar 04 18:45:26.203 INFO O| Done
45322026-03-04T18:46:11.152Z[ recovery-image] Mar 04 18:45:26.229 INFO O| Mar 04 18:45:26.229 INFO O| Done
45332026-03-04T18:46:11.152Z[ recovery-image] Mar 04 18:45:28.201 INFO O| Mar 04 18:45:28.200 INFO STEP 14 (pkg_install) COMPLETE
45342026-03-04T18:46:11.152Z[ recovery-image] Mar 04 18:45:28.201 INFO O| Mar 04 18:45:28.201 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45352026-03-04T18:46:11.152Z[ recovery-image] Mar 04 18:45:28.201 INFO O| Mar 04 18:45:28.201 INFO skip step because feature "mbist" is not enabled
45362026-03-04T18:46:11.152Z[ recovery-image] Mar 04 18:45:28.201 INFO O| Mar 04 18:45:28.201 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45372026-03-04T18:46:11.152Z[ recovery-image] Mar 04 18:45:28.201 INFO O| Mar 04 18:45:28.201 INFO skip step because feature "mfg" is not enabled
45382026-03-04T18:46:11.152Z[ recovery-image] Mar 04 18:45:28.201 INFO O| Mar 04 18:45:28.201 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45392026-03-04T18:46:11.152Z[ recovery-image] Mar 04 18:45:28.201 INFO O| Mar 04 18:45:28.201 INFO skip step because feature "compliance" is not enabled
45402026-03-04T18:46:11.152Z[ recovery-image] Mar 04 18:45:28.201 INFO O| Mar 04 18:45:28.201 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45412026-03-04T18:46:11.152Z[ recovery-image] Mar 04 18:45:28.201 INFO O| Mar 04 18:45:28.201 INFO skip step because feature "stress" is not enabled
45422026-03-04T18:46:11.152Z[ recovery-image] Mar 04 18:45:28.201 INFO O| Mar 04 18:45:28.201 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45432026-03-04T18:46:11.152Z[ recovery-image] Mar 04 18:45:28.201 INFO O| Mar 04 18:45:28.201 INFO skip step because feature "compliance" is not enabled
45442026-03-04T18:46:11.152Z[ recovery-image] Mar 04 18:45:28.201 INFO O| Mar 04 18:45:28.201 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45452026-03-04T18:46:11.152Z[ recovery-image] Mar 04 18:45:28.201 INFO O| Mar 04 18:45:28.201 INFO skip step because feature "nfs" is not enabled
45462026-03-04T18:46:11.152Z[ recovery-image] Mar 04 18:45:28.201 INFO O| Mar 04 18:45:28.201 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@os
45472026-03-04T18:46:11.152Z[ recovery-image] Mar 04 18:45:28.201 INFO O| Mar 04 18:45:28.201 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
45482026-03-04T18:46:11.152Z[ recovery-image] Mar 04 18:45:28.291 INFO O| Mar 04 18:45:28.291 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
45492026-03-04T18:46:11.152Z[ recovery-image] Mar 04 18:45:28.394 INFO O| Mar 04 18:45:28.394 INFO completed processing sled/ramdisk-01-os
45502026-03-04T18:46:11.152Z[ recovery-image] Mar 04 18:45:28.397 INFO image builder template: ramdisk-02-trim...
45512026-03-04T18:46:11.152Z[ recovery-image] Mar 04 18:45:28.397 INFO exec: ["pfexec", "/work/oxidecomputer/helios/projects/image-builder/target/debug/image-builder", "build", "-d", "rpool/images/build/recovery", "-g", "sled", "-T", "/work/oxidecomputer/helios/image/templates", "-E", "/tmp/.tmpqNuNnZ/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "publisher_0_name=helios-dev", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@19.0.0.0", "-F", "optever=0.39.455", "-n", "ramdisk-02-trim"], pwd: None
45522026-03-04T18:46:11.152Z[ recovery-image] Mar 04 18:45:28.440 INFO O| Mar 04 18:45:28.439 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
45532026-03-04T18:46:11.152Z[ recovery-image] Mar 04 18:45:28.445 INFO O| Mar 04 18:45:28.445 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
45542026-03-04T18:46:11.152Z[ recovery-image] Mar 04 18:45:28.613 INFO O| Mar 04 18:45:28.613 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-02-trim: sync = disabled
45552026-03-04T18:46:11.152Z[ recovery-image] Mar 04 18:45:28.677 INFO O| Mar 04 18:45:28.677 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
45562026-03-04T18:46:11.152Z[ recovery-image] Mar 04 18:45:28.677 INFO O| Mar 04 18:45:28.677 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
45572026-03-04T18:46:11.152Z[ recovery-image] Mar 04 18:45:28.684 INFO O| Mar 04 18:45:28.684 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
45582026-03-04T18:46:11.152Z[ recovery-image] Mar 04 18:45:28.690 INFO O| Mar 04 18:45:28.690 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@os
45592026-03-04T18:46:11.152Z[ recovery-image] Mar 04 18:45:28.696 INFO O| Mar 04 18:45:28.696 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
45602026-03-04T18:46:11.152Z[ recovery-image] Mar 04 18:45:28.907 INFO O| Mar 04 18:45:28.906 INFO rolled back to input snapshot; work may begin
45612026-03-04T18:46:11.152Z[ recovery-image] Mar 04 18:45:28.907 INFO O| Mar 04 18:45:28.907 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
45622026-03-04T18:46:11.152Z[ recovery-image] Mar 04 18:45:28.914 INFO O| Mar 04 18:45:28.914 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45632026-03-04T18:46:11.153Z[ recovery-image] Mar 04 18:45:28.932 INFO O| Mar 04 18:45:28.932 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/var/pkg"
45642026-03-04T18:46:11.153Z[ recovery-image] Mar 04 18:45:29.013 INFO O| Mar 04 18:45:29.013 INFO STEP 0 (remove_files) COMPLETE
45652026-03-04T18:46:11.153Z[ recovery-image] Mar 04 18:45:29.013 INFO O| Mar 04 18:45:29.013 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45662026-03-04T18:46:11.153Z[ recovery-image] Mar 04 18:45:29.027 INFO O| Mar 04 18:45:29.027 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/xpg4"
45672026-03-04T18:46:11.153Z[ recovery-image] Mar 04 18:45:29.030 INFO O| Mar 04 18:45:29.030 INFO STEP 1 (remove_files) COMPLETE
45682026-03-04T18:46:11.153Z[ recovery-image] Mar 04 18:45:29.030 INFO O| Mar 04 18:45:29.030 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45692026-03-04T18:46:11.153Z[ recovery-image] Mar 04 18:45:29.044 INFO O| Mar 04 18:45:29.044 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/include"
45702026-03-04T18:46:11.153Z[ recovery-image] Mar 04 18:45:29.065 INFO O| Mar 04 18:45:29.065 INFO STEP 2 (remove_files) COMPLETE
45712026-03-04T18:46:11.153Z[ recovery-image] Mar 04 18:45:29.065 INFO O| Mar 04 18:45:29.065 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45722026-03-04T18:46:11.153Z[ recovery-image] Mar 04 18:45:29.079 INFO O| Mar 04 18:45:29.079 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/demo"
45732026-03-04T18:46:11.153Z[ recovery-image] Mar 04 18:45:29.082 INFO O| Mar 04 18:45:29.081 INFO STEP 3 (remove_files) COMPLETE
45742026-03-04T18:46:11.153Z[ recovery-image] Mar 04 18:45:29.082 INFO O| Mar 04 18:45:29.082 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45752026-03-04T18:46:11.153Z[ recovery-image] Mar 04 18:45:29.094 INFO O| Mar 04 18:45:29.094 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/help"
45762026-03-04T18:46:11.153Z[ recovery-image] Mar 04 18:45:29.100 INFO O| Mar 04 18:45:29.100 INFO STEP 4 (remove_files) COMPLETE
45772026-03-04T18:46:11.153Z[ recovery-image] Mar 04 18:45:29.100 INFO O| Mar 04 18:45:29.100 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45782026-03-04T18:46:11.153Z[ recovery-image] Mar 04 18:45:29.113 INFO O| Mar 04 18:45:29.113 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/doc"
45792026-03-04T18:46:11.153Z[ recovery-image] Mar 04 18:45:29.113 INFO O| Mar 04 18:45:29.113 INFO STEP 5 (remove_files) COMPLETE
45802026-03-04T18:46:11.153Z[ recovery-image] Mar 04 18:45:29.113 INFO O| Mar 04 18:45:29.113 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45812026-03-04T18:46:11.153Z[ recovery-image] Mar 04 18:45:29.125 INFO O| Mar 04 18:45:29.125 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash-completion"
45822026-03-04T18:46:11.153Z[ recovery-image] Mar 04 18:45:29.142 INFO O| Mar 04 18:45:29.142 INFO STEP 6 (remove_files) COMPLETE
45832026-03-04T18:46:11.153Z[ recovery-image] Mar 04 18:45:29.142 INFO O| Mar 04 18:45:29.142 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45842026-03-04T18:46:11.153Z[ recovery-image] Mar 04 18:45:29.142 INFO O| Mar 04 18:45:29.142 INFO skip step because feature "recovery" is enabled
45852026-03-04T18:46:11.153Z[ recovery-image] Mar 04 18:45:29.142 INFO O| Mar 04 18:45:29.142 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45862026-03-04T18:46:11.153Z[ recovery-image] Mar 04 18:45:29.142 INFO O| Mar 04 18:45:29.142 INFO skip step because feature "recovery" is enabled
45872026-03-04T18:46:11.153Z[ recovery-image] Mar 04 18:45:29.142 INFO O| Mar 04 18:45:29.142 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45882026-03-04T18:46:11.153Z[ recovery-image] Mar 04 18:45:29.142 INFO O| Mar 04 18:45:29.142 INFO skip step because feature "recovery" is enabled
45892026-03-04T18:46:11.153Z[ recovery-image] Mar 04 18:45:29.142 INFO O| Mar 04 18:45:29.142 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45902026-03-04T18:46:11.153Z[ recovery-image] Mar 04 18:45:29.157 INFO O| Mar 04 18:45:29.157 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/etc/net-snmp"
45912026-03-04T18:46:11.153Z[ recovery-image] Mar 04 18:45:29.162 INFO O| Mar 04 18:45:29.162 INFO STEP 10 (remove_files) COMPLETE
45922026-03-04T18:46:11.153Z[ recovery-image] Mar 04 18:45:29.162 INFO O| Mar 04 18:45:29.162 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45932026-03-04T18:46:11.153Z[ recovery-image] Mar 04 18:45:29.175 INFO O| Mar 04 18:45:29.175 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i386"
45942026-03-04T18:46:11.153Z[ recovery-image] Mar 04 18:45:29.177 INFO O| Mar 04 18:45:29.177 INFO STEP 11 (remove_files) COMPLETE
45952026-03-04T18:46:11.153Z[ recovery-image] Mar 04 18:45:29.177 INFO O| Mar 04 18:45:29.177 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45962026-03-04T18:46:11.153Z[ recovery-image] Mar 04 18:45:29.190 INFO O| Mar 04 18:45:29.190 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86xpv"
45972026-03-04T18:46:11.153Z[ recovery-image] Mar 04 18:45:29.193 INFO O| Mar 04 18:45:29.193 INFO STEP 12 (remove_files) COMPLETE
45982026-03-04T18:46:11.153Z[ recovery-image] Mar 04 18:45:29.193 INFO O| Mar 04 18:45:29.193 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45992026-03-04T18:46:11.153Z[ recovery-image] Mar 04 18:45:29.219 INFO O| Mar 04 18:45:29.218 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
46002026-03-04T18:46:11.153Z[ recovery-image] Mar 04 18:45:29.468 INFO O| Mar 04 18:45:29.468 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libncurses++.a"
46012026-03-04T18:46:11.153Z[ recovery-image] Mar 04 18:45:29.479 INFO O| Mar 04 18:45:29.479 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libtddl.a"
46022026-03-04T18:46:11.154Z[ recovery-image] Mar 04 18:45:29.496 INFO O| Mar 04 18:45:29.496 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
46032026-03-04T18:46:11.154Z[ recovery-image] Mar 04 18:45:29.497 INFO O| Mar 04 18:45:29.497 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libncurses++.a"
46042026-03-04T18:46:11.154Z[ recovery-image] Mar 04 18:45:29.525 INFO O| Mar 04 18:45:29.525 INFO STEP 13 (remove_files) COMPLETE
46052026-03-04T18:46:11.154Z[ recovery-image] Mar 04 18:45:29.525 INFO O| Mar 04 18:45:29.525 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46062026-03-04T18:46:11.154Z[ recovery-image] Mar 04 18:45:29.540 INFO O| Mar 04 18:45:29.540 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/boot"
46072026-03-04T18:46:11.154Z[ recovery-image] Mar 04 18:45:29.541 INFO O| Mar 04 18:45:29.541 INFO STEP 14 (remove_files) COMPLETE
46082026-03-04T18:46:11.154Z[ recovery-image] Mar 04 18:45:29.541 INFO O| Mar 04 18:45:29.541 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46092026-03-04T18:46:11.154Z[ recovery-image] Mar 04 18:45:29.555 INFO O| Mar 04 18:45:29.554 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86pc"
46102026-03-04T18:46:11.154Z[ recovery-image] Mar 04 18:45:29.565 INFO O| Mar 04 18:45:29.565 INFO STEP 15 (remove_files) COMPLETE
46112026-03-04T18:46:11.154Z[ recovery-image] Mar 04 18:45:29.565 INFO O| Mar 04 18:45:29.565 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46122026-03-04T18:46:11.154Z[ recovery-image] Mar 04 18:45:29.580 INFO O| Mar 04 18:45:29.580 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86xpv"
46132026-03-04T18:46:11.154Z[ recovery-image] Mar 04 18:45:29.580 INFO O| Mar 04 18:45:29.580 INFO STEP 16 (remove_files) COMPLETE
46142026-03-04T18:46:11.154Z[ recovery-image] Mar 04 18:45:29.580 INFO O| Mar 04 18:45:29.580 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46152026-03-04T18:46:11.154Z[ recovery-image] Mar 04 18:45:29.597 INFO O| Mar 04 18:45:29.597 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86pc"
46162026-03-04T18:46:11.154Z[ recovery-image] Mar 04 18:45:29.599 INFO O| Mar 04 18:45:29.599 INFO STEP 17 (remove_files) COMPLETE
46172026-03-04T18:46:11.154Z[ recovery-image] Mar 04 18:45:29.599 INFO O| Mar 04 18:45:29.599 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46182026-03-04T18:46:11.154Z[ recovery-image] Mar 04 18:45:29.615 INFO O| Mar 04 18:45:29.615 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/acpica"
46192026-03-04T18:46:11.154Z[ recovery-image] Mar 04 18:45:29.616 INFO O| Mar 04 18:45:29.616 INFO STEP 18 (remove_files) COMPLETE
46202026-03-04T18:46:11.154Z[ recovery-image] Mar 04 18:45:29.616 INFO O| Mar 04 18:45:29.616 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46212026-03-04T18:46:11.154Z[ recovery-image] Mar 04 18:45:29.632 INFO O| Mar 04 18:45:29.631 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/tem"
46222026-03-04T18:46:11.154Z[ recovery-image] Mar 04 18:45:29.632 INFO O| Mar 04 18:45:29.632 INFO STEP 19 (remove_files) COMPLETE
46232026-03-04T18:46:11.154Z[ recovery-image] Mar 04 18:45:29.632 INFO O| Mar 04 18:45:29.632 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46242026-03-04T18:46:11.154Z[ recovery-image] Mar 04 18:45:29.647 INFO O| Mar 04 18:45:29.647 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
46252026-03-04T18:46:11.154Z[ recovery-image] Mar 04 18:45:29.647 INFO O| Mar 04 18:45:29.647 INFO STEP 20 (remove_files) COMPLETE
46262026-03-04T18:46:11.154Z[ recovery-image] Mar 04 18:45:29.647 INFO O| Mar 04 18:45:29.647 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46272026-03-04T18:46:11.154Z[ recovery-image] Mar 04 18:45:29.661 INFO O| Mar 04 18:45:29.661 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/wc"
46282026-03-04T18:46:11.154Z[ recovery-image] Mar 04 18:45:29.662 INFO O| Mar 04 18:45:29.661 INFO STEP 21 (remove_files) COMPLETE
46292026-03-04T18:46:11.154Z[ recovery-image] Mar 04 18:45:29.662 INFO O| Mar 04 18:45:29.662 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46302026-03-04T18:46:11.232Z[ recovery-image] Mar 04 18:45:29.675 INFO O| Mar 04 18:45:29.675 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
46312026-03-04T18:46:11.232Z[ recovery-image] Mar 04 18:45:29.675 INFO O| Mar 04 18:45:29.675 INFO STEP 22 (remove_files) COMPLETE
46322026-03-04T18:46:11.232Z[ recovery-image] Mar 04 18:45:29.675 INFO O| Mar 04 18:45:29.675 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46332026-03-04T18:46:11.232Z[ recovery-image] Mar 04 18:45:29.688 INFO O| Mar 04 18:45:29.688 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/conskbd"
46342026-03-04T18:46:11.232Z[ recovery-image] Mar 04 18:45:29.688 INFO O| Mar 04 18:45:29.688 INFO STEP 23 (remove_files) COMPLETE
46352026-03-04T18:46:11.232Z[ recovery-image] Mar 04 18:45:29.688 INFO O| Mar 04 18:45:29.688 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46362026-03-04T18:46:11.232Z[ recovery-image] Mar 04 18:45:29.701 INFO O| Mar 04 18:45:29.701 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/tzmon"
46372026-03-04T18:46:11.232Z[ recovery-image] Mar 04 18:45:29.701 INFO O| Mar 04 18:45:29.701 INFO STEP 24 (remove_files) COMPLETE
46382026-03-04T18:46:11.232Z[ recovery-image] Mar 04 18:45:29.701 INFO O| Mar 04 18:45:29.701 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46392026-03-04T18:46:11.232Z[ recovery-image] Mar 04 18:45:29.714 INFO O| Mar 04 18:45:29.714 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/power"
46402026-03-04T18:46:11.232Z[ recovery-image] Mar 04 18:45:29.714 INFO O| Mar 04 18:45:29.714 INFO STEP 25 (remove_files) COMPLETE
46412026-03-04T18:46:11.232Z[ recovery-image] Mar 04 18:45:29.714 INFO O| Mar 04 18:45:29.714 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46422026-03-04T18:46:11.232Z[ recovery-image] Mar 04 18:45:29.729 INFO O| Mar 04 18:45:29.729 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio"
46432026-03-04T18:46:11.232Z[ recovery-image] Mar 04 18:45:29.729 INFO O| Mar 04 18:45:29.729 INFO STEP 26 (remove_files) COMPLETE
46442026-03-04T18:46:11.232Z[ recovery-image] Mar 04 18:45:29.729 INFO O| Mar 04 18:45:29.729 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46452026-03-04T18:46:11.233Z[ recovery-image] Mar 04 18:45:29.744 INFO O| Mar 04 18:45:29.744 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio1575"
46462026-03-04T18:46:11.233Z[ recovery-image] Mar 04 18:45:29.744 INFO O| Mar 04 18:45:29.744 INFO STEP 27 (remove_files) COMPLETE
46472026-03-04T18:46:11.233Z[ recovery-image] Mar 04 18:45:29.744 INFO O| Mar 04 18:45:29.744 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46482026-03-04T18:46:11.233Z[ recovery-image] Mar 04 18:45:29.759 INFO O| Mar 04 18:45:29.759 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audioens"
46492026-03-04T18:46:11.233Z[ recovery-image] Mar 04 18:45:29.759 INFO O| Mar 04 18:45:29.759 INFO STEP 28 (remove_files) COMPLETE
46502026-03-04T18:46:11.233Z[ recovery-image] Mar 04 18:45:29.759 INFO O| Mar 04 18:45:29.759 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46512026-03-04T18:46:11.233Z[ recovery-image] Mar 04 18:45:29.774 INFO O| Mar 04 18:45:29.774 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiopci"
46522026-03-04T18:46:11.233Z[ recovery-image] Mar 04 18:45:29.774 INFO O| Mar 04 18:45:29.774 INFO STEP 29 (remove_files) COMPLETE
46532026-03-04T18:46:11.233Z[ recovery-image] Mar 04 18:45:29.774 INFO O| Mar 04 18:45:29.774 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46542026-03-04T18:46:11.233Z[ recovery-image] Mar 04 18:45:29.788 INFO O| Mar 04 18:45:29.788 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiots"
46552026-03-04T18:46:11.233Z[ recovery-image] Mar 04 18:45:29.788 INFO O| Mar 04 18:45:29.788 INFO STEP 30 (remove_files) COMPLETE
46562026-03-04T18:46:11.233Z[ recovery-image] Mar 04 18:45:29.789 INFO O| Mar 04 18:45:29.788 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46572026-03-04T18:46:11.233Z[ recovery-image] Mar 04 18:45:29.803 INFO O| Mar 04 18:45:29.803 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ehci"
46582026-03-04T18:46:11.233Z[ recovery-image] Mar 04 18:45:29.803 INFO O| Mar 04 18:45:29.803 INFO STEP 31 (remove_files) COMPLETE
46592026-03-04T18:46:11.233Z[ recovery-image] Mar 04 18:45:29.803 INFO O| Mar 04 18:45:29.803 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46602026-03-04T18:46:11.233Z[ recovery-image] Mar 04 18:45:29.818 INFO O| Mar 04 18:45:29.817 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hid"
46612026-03-04T18:46:11.233Z[ recovery-image] Mar 04 18:45:29.818 INFO O| Mar 04 18:45:29.818 INFO STEP 32 (remove_files) COMPLETE
46622026-03-04T18:46:11.233Z[ recovery-image] Mar 04 18:45:29.818 INFO O| Mar 04 18:45:29.818 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46632026-03-04T18:46:11.233Z[ recovery-image] Mar 04 18:45:29.832 INFO O| Mar 04 18:45:29.832 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hubd"
46642026-03-04T18:46:11.233Z[ recovery-image] Mar 04 18:45:29.832 INFO O| Mar 04 18:45:29.832 INFO STEP 33 (remove_files) COMPLETE
46652026-03-04T18:46:11.233Z[ recovery-image] Mar 04 18:45:29.833 INFO O| Mar 04 18:45:29.833 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46662026-03-04T18:46:11.233Z[ recovery-image] Mar 04 18:45:29.847 INFO O| Mar 04 18:45:29.846 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ohci"
46672026-03-04T18:46:11.233Z[ recovery-image] Mar 04 18:45:29.847 INFO O| Mar 04 18:45:29.847 INFO STEP 34 (remove_files) COMPLETE
46682026-03-04T18:46:11.234Z[ recovery-image] Mar 04 18:45:29.847 INFO O| Mar 04 18:45:29.847 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46692026-03-04T18:46:11.234Z[ recovery-image] Mar 04 18:45:29.862 INFO O| Mar 04 18:45:29.862 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
46702026-03-04T18:46:11.234Z[ recovery-image] Mar 04 18:45:29.862 INFO O| Mar 04 18:45:29.862 INFO STEP 35 (remove_files) COMPLETE
46712026-03-04T18:46:11.234Z[ recovery-image] Mar 04 18:45:29.862 INFO O| Mar 04 18:45:29.862 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46722026-03-04T18:46:11.234Z[ recovery-image] Mar 04 18:45:29.877 INFO O| Mar 04 18:45:29.877 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/uhci"
46732026-03-04T18:46:11.234Z[ recovery-image] Mar 04 18:45:29.877 INFO O| Mar 04 18:45:29.877 INFO STEP 36 (remove_files) COMPLETE
46742026-03-04T18:46:11.234Z[ recovery-image] Mar 04 18:45:29.877 INFO O| Mar 04 18:45:29.877 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46752026-03-04T18:46:11.234Z[ recovery-image] Mar 04 18:45:29.890 INFO O| Mar 04 18:45:29.890 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
46762026-03-04T18:46:11.234Z[ recovery-image] Mar 04 18:45:29.890 INFO O| Mar 04 18:45:29.890 INFO STEP 37 (remove_files) COMPLETE
46772026-03-04T18:46:11.234Z[ recovery-image] Mar 04 18:45:29.890 INFO O| Mar 04 18:45:29.890 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46782026-03-04T18:46:11.234Z[ recovery-image] Mar 04 18:45:29.903 INFO O| Mar 04 18:45:29.903 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_as"
46792026-03-04T18:46:11.234Z[ recovery-image] Mar 04 18:45:29.903 INFO O| Mar 04 18:45:29.903 INFO STEP 38 (remove_files) COMPLETE
46802026-03-04T18:46:11.234Z[ recovery-image] Mar 04 18:45:29.903 INFO O| Mar 04 18:45:29.903 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46812026-03-04T18:46:11.234Z[ recovery-image] Mar 04 18:45:29.917 INFO O| Mar 04 18:45:29.917 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
46822026-03-04T18:46:11.234Z[ recovery-image] Mar 04 18:45:29.917 INFO O| Mar 04 18:45:29.917 INFO STEP 39 (remove_files) COMPLETE
46832026-03-04T18:46:11.234Z[ recovery-image] Mar 04 18:45:29.917 INFO O| Mar 04 18:45:29.917 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46842026-03-04T18:46:11.234Z[ recovery-image] Mar 04 18:45:29.930 INFO O| Mar 04 18:45:29.930 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
46852026-03-04T18:46:11.234Z[ recovery-image] Mar 04 18:45:29.931 INFO O| Mar 04 18:45:29.931 INFO STEP 40 (remove_files) COMPLETE
46862026-03-04T18:46:11.234Z[ recovery-image] Mar 04 18:45:29.931 INFO O| Mar 04 18:45:29.931 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46872026-03-04T18:46:11.234Z[ recovery-image] Mar 04 18:45:29.944 INFO O| Mar 04 18:45:29.944 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usbprn"
46882026-03-04T18:46:11.234Z[ recovery-image] Mar 04 18:45:29.944 INFO O| Mar 04 18:45:29.944 INFO STEP 41 (remove_files) COMPLETE
46892026-03-04T18:46:11.234Z[ recovery-image] Mar 04 18:45:29.944 INFO O| Mar 04 18:45:29.944 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46902026-03-04T18:46:11.234Z[ recovery-image] Mar 04 18:45:29.957 INFO O| Mar 04 18:45:29.957 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/xhci"
46912026-03-04T18:46:11.234Z[ recovery-image] Mar 04 18:45:29.957 INFO O| Mar 04 18:45:29.957 INFO STEP 42 (remove_files) COMPLETE
46922026-03-04T18:46:11.234Z[ recovery-image] Mar 04 18:45:29.957 INFO O| Mar 04 18:45:29.957 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46932026-03-04T18:46:11.235Z[ recovery-image] Mar 04 18:45:29.970 INFO O| Mar 04 18:45:29.970 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
46942026-03-04T18:46:11.235Z[ recovery-image] Mar 04 18:45:29.970 INFO O| Mar 04 18:45:29.970 INFO STEP 43 (remove_files) COMPLETE
46952026-03-04T18:46:11.235Z[ recovery-image] Mar 04 18:45:29.970 INFO O| Mar 04 18:45:29.970 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46962026-03-04T18:46:11.235Z[ recovery-image] Mar 04 18:45:29.983 INFO O| Mar 04 18:45:29.983 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
46972026-03-04T18:46:11.235Z[ recovery-image] Mar 04 18:45:29.983 INFO O| Mar 04 18:45:29.983 INFO STEP 44 (remove_files) COMPLETE
46982026-03-04T18:46:11.235Z[ recovery-image] Mar 04 18:45:29.983 INFO O| Mar 04 18:45:29.983 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46992026-03-04T18:46:11.235Z[ recovery-image] Mar 04 18:45:29.997 INFO O| Mar 04 18:45:29.996 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
47002026-03-04T18:46:11.235Z[ recovery-image] Mar 04 18:45:29.997 INFO O| Mar 04 18:45:29.997 INFO STEP 45 (remove_files) COMPLETE
47012026-03-04T18:46:11.235Z[ recovery-image] Mar 04 18:45:29.997 INFO O| Mar 04 18:45:29.997 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47022026-03-04T18:46:11.235Z[ recovery-image] Mar 04 18:45:30.010 INFO O| Mar 04 18:45:30.010 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
47032026-03-04T18:46:11.235Z[ recovery-image] Mar 04 18:45:30.011 INFO O| Mar 04 18:45:30.010 INFO STEP 46 (remove_files) COMPLETE
47042026-03-04T18:46:11.235Z[ recovery-image] Mar 04 18:45:30.011 INFO O| Mar 04 18:45:30.011 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47052026-03-04T18:46:11.235Z[ recovery-image] Mar 04 18:45:30.024 INFO O| Mar 04 18:45:30.024 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
47062026-03-04T18:46:11.235Z[ recovery-image] Mar 04 18:45:30.024 INFO O| Mar 04 18:45:30.024 INFO STEP 47 (remove_files) COMPLETE
47072026-03-04T18:46:11.235Z[ recovery-image] Mar 04 18:45:30.024 INFO O| Mar 04 18:45:30.024 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47082026-03-04T18:46:11.235Z[ recovery-image] Mar 04 18:45:30.037 INFO O| Mar 04 18:45:30.037 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
47092026-03-04T18:46:11.235Z[ recovery-image] Mar 04 18:45:30.037 INFO O| Mar 04 18:45:30.037 INFO STEP 48 (remove_files) COMPLETE
47102026-03-04T18:46:11.235Z[ recovery-image] Mar 04 18:45:30.037 INFO O| Mar 04 18:45:30.037 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47112026-03-04T18:46:11.235Z[ recovery-image] Mar 04 18:45:30.051 INFO O| Mar 04 18:45:30.051 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mpt"
47122026-03-04T18:46:11.235Z[ recovery-image] Mar 04 18:45:30.051 INFO O| Mar 04 18:45:30.051 INFO STEP 49 (remove_files) COMPLETE
47132026-03-04T18:46:11.235Z[ recovery-image] Mar 04 18:45:30.051 INFO O| Mar 04 18:45:30.051 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47142026-03-04T18:46:11.235Z[ recovery-image] Mar 04 18:45:30.064 INFO O| Mar 04 18:45:30.064 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/mpt.conf"
47152026-03-04T18:46:11.235Z[ recovery-image] Mar 04 18:45:30.064 INFO O| Mar 04 18:45:30.064 INFO STEP 50 (remove_files) COMPLETE
47162026-03-04T18:46:11.235Z[ recovery-image] Mar 04 18:45:30.065 INFO O| Mar 04 18:45:30.064 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47172026-03-04T18:46:11.235Z[ recovery-image] Mar 04 18:45:30.078 INFO O| Mar 04 18:45:30.078 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
47182026-03-04T18:46:11.236Z[ recovery-image] Mar 04 18:45:30.078 INFO O| Mar 04 18:45:30.078 INFO STEP 51 (remove_files) COMPLETE
47192026-03-04T18:46:11.236Z[ recovery-image] Mar 04 18:45:30.078 INFO O| Mar 04 18:45:30.078 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47202026-03-04T18:46:11.236Z[ recovery-image] Mar 04 18:45:30.091 INFO O| Mar 04 18:45:30.091 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
47212026-03-04T18:46:11.236Z[ recovery-image] Mar 04 18:45:30.091 INFO O| Mar 04 18:45:30.091 INFO STEP 52 (remove_files) COMPLETE
47222026-03-04T18:46:11.236Z[ recovery-image] Mar 04 18:45:30.092 INFO O| Mar 04 18:45:30.091 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47232026-03-04T18:46:11.236Z[ recovery-image] Mar 04 18:45:30.105 INFO O| Mar 04 18:45:30.105 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/bootadm"
47242026-03-04T18:46:11.236Z[ recovery-image] Mar 04 18:45:30.105 INFO O| Mar 04 18:45:30.105 INFO STEP 53 (remove_files) COMPLETE
47252026-03-04T18:46:11.236Z[ recovery-image] Mar 04 18:45:30.105 INFO O| Mar 04 18:45:30.105 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47262026-03-04T18:46:11.236Z[ recovery-image] Mar 04 18:45:30.119 INFO O| Mar 04 18:45:30.119 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bootadm"
47272026-03-04T18:46:11.236Z[ recovery-image] Mar 04 18:45:30.119 INFO O| Mar 04 18:45:30.119 INFO STEP 54 (remove_files) COMPLETE
47282026-03-04T18:46:11.236Z[ recovery-image] Mar 04 18:45:30.119 INFO O| Mar 04 18:45:30.119 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47292026-03-04T18:46:11.236Z[ recovery-image] Mar 04 18:45:30.132 INFO O| Mar 04 18:45:30.132 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/beadm"
47302026-03-04T18:46:11.281Z[ recovery-image] Mar 04 18:45:30.132 INFO O| Mar 04 18:45:30.132 INFO STEP 55 (remove_files) COMPLETE
47312026-03-04T18:46:11.281Z[ recovery-image] Mar 04 18:45:30.132 INFO O| Mar 04 18:45:30.132 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47322026-03-04T18:46:11.281Z[ recovery-image] Mar 04 18:45:30.145 INFO O| Mar 04 18:45:30.145 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/beadm"
47332026-03-04T18:46:11.281Z[ recovery-image] Mar 04 18:45:30.145 INFO O| Mar 04 18:45:30.145 INFO STEP 56 (remove_files) COMPLETE
47342026-03-04T18:46:11.281Z[ recovery-image] Mar 04 18:45:30.145 INFO O| Mar 04 18:45:30.145 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47352026-03-04T18:46:11.281Z[ recovery-image] Mar 04 18:45:30.159 INFO O| Mar 04 18:45:30.159 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/etc/default/tar"
47362026-03-04T18:46:11.281Z[ recovery-image] Mar 04 18:45:30.159 INFO O| Mar 04 18:45:30.159 INFO STEP 57 (remove_files) COMPLETE
47372026-03-04T18:46:11.281Z[ recovery-image] Mar 04 18:45:30.159 INFO O| Mar 04 18:45:30.159 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47382026-03-04T18:46:11.281Z[ recovery-image] Mar 04 18:45:30.187 INFO O| Mar 04 18:45:30.187 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
47392026-03-04T18:46:11.281Z[ recovery-image] Mar 04 18:45:30.187 INFO O| Mar 04 18:45:30.187 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap ...
47402026-03-04T18:46:11.281Z[ recovery-image] Mar 04 18:45:30.189 INFO O| Mar 04 18:45:30.187 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
47412026-03-04T18:46:11.281Z[ recovery-image] Mar 04 18:45:30.189 INFO O| Mar 04 18:45:30.189 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
47422026-03-04T18:46:11.281Z[ recovery-image] Mar 04 18:45:30.190 INFO O| Mar 04 18:45:30.189 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
47432026-03-04T18:46:11.281Z[ recovery-image] Mar 04 18:45:30.192 INFO O| Mar 04 18:45:30.192 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
47442026-03-04T18:46:11.281Z[ recovery-image] Mar 04 18:45:30.192 INFO O| Mar 04 18:45:30.192 INFO ok!
47452026-03-04T18:46:11.281Z[ recovery-image] Mar 04 18:45:30.192 INFO O| Mar 04 18:45:30.192 INFO STEP 58 (ensure_file) COMPLETE
47462026-03-04T18:46:11.281Z[ recovery-image] Mar 04 18:45:30.192 INFO O| Mar 04 18:45:30.192 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47472026-03-04T18:46:11.281Z[ recovery-image] Mar 04 18:45:30.209 INFO O| Mar 04 18:45:30.209 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
47482026-03-04T18:46:11.281Z[ recovery-image] Mar 04 18:45:30.209 INFO O| Mar 04 18:45:30.209 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
47492026-03-04T18:46:11.281Z[ recovery-image] Mar 04 18:45:30.210 INFO O| Mar 04 18:45:30.209 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
47502026-03-04T18:46:11.281Z[ recovery-image] Mar 04 18:45:30.210 INFO O| Mar 04 18:45:30.210 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
47512026-03-04T18:46:11.281Z[ recovery-image] Mar 04 18:45:30.210 INFO O| Mar 04 18:45:30.210 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
47522026-03-04T18:46:11.282Z[ recovery-image] Mar 04 18:45:30.210 INFO O| Mar 04 18:45:30.210 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
47532026-03-04T18:46:11.282Z[ recovery-image] Mar 04 18:45:30.210 INFO O| Mar 04 18:45:30.210 INFO ok!
47542026-03-04T18:46:11.282Z[ recovery-image] Mar 04 18:45:30.210 INFO O| Mar 04 18:45:30.210 INFO STEP 59 (ensure_file) COMPLETE
47552026-03-04T18:46:11.282Z[ recovery-image] Mar 04 18:45:30.210 INFO O| Mar 04 18:45:30.210 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47562026-03-04T18:46:11.282Z[ recovery-image] Mar 04 18:45:30.223 INFO O| Mar 04 18:45:30.223 INFO file /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile does not exist
47572026-03-04T18:46:11.282Z[ recovery-image] Mar 04 18:45:30.223 INFO O| Mar 04 18:45:30.223 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile ...
47582026-03-04T18:46:11.282Z[ recovery-image] Mar 04 18:45:30.223 INFO O| Mar 04 18:45:30.223 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile
47592026-03-04T18:46:11.282Z[ recovery-image] Mar 04 18:45:30.223 INFO O| Mar 04 18:45:30.223 INFO ok!
47602026-03-04T18:46:11.282Z[ recovery-image] Mar 04 18:45:30.223 INFO O| Mar 04 18:45:30.223 INFO STEP 60 (ensure_file) COMPLETE
47612026-03-04T18:46:11.282Z[ recovery-image] Mar 04 18:45:30.223 INFO O| Mar 04 18:45:30.223 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47622026-03-04T18:46:11.282Z[ recovery-image] Mar 04 18:45:30.237 INFO O| Mar 04 18:45:30.236 WARN file /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
47632026-03-04T18:46:11.282Z[ recovery-image] Mar 04 18:45:30.237 INFO O| Mar 04 18:45:30.237 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc ...
47642026-03-04T18:46:11.282Z[ recovery-image] Mar 04 18:45:30.237 INFO O| Mar 04 18:45:30.237 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc
47652026-03-04T18:46:11.282Z[ recovery-image] Mar 04 18:45:30.237 INFO O| Mar 04 18:45:30.237 INFO ok!
47662026-03-04T18:46:11.282Z[ recovery-image] Mar 04 18:45:30.237 INFO O| Mar 04 18:45:30.237 INFO STEP 61 (ensure_file) COMPLETE
47672026-03-04T18:46:11.282Z[ recovery-image] Mar 04 18:45:30.237 INFO O| Mar 04 18:45:30.237 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47682026-03-04T18:46:11.282Z[ recovery-image] Mar 04 18:45:30.250 INFO O| Mar 04 18:45:30.250 WARN file /rpool/images/build/recovery/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
47692026-03-04T18:46:11.282Z[ recovery-image] Mar 04 18:45:30.250 INFO O| Mar 04 18:45:30.250 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/sled/ramdisk/etc/motd ...
47702026-03-04T18:46:11.282Z[ recovery-image] Mar 04 18:45:30.250 INFO O| Mar 04 18:45:30.250 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
47712026-03-04T18:46:11.282Z[ recovery-image] Mar 04 18:45:30.250 INFO O| Mar 04 18:45:30.250 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
47722026-03-04T18:46:11.282Z[ recovery-image] Mar 04 18:45:30.250 INFO O| Mar 04 18:45:30.250 INFO ok!
47732026-03-04T18:46:11.282Z[ recovery-image] Mar 04 18:45:30.250 INFO O| Mar 04 18:45:30.250 INFO STEP 62 (ensure_file) COMPLETE
47742026-03-04T18:46:11.282Z[ recovery-image] Mar 04 18:45:30.250 INFO O| Mar 04 18:45:30.250 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47752026-03-04T18:46:11.282Z[ recovery-image] Mar 04 18:45:30.263 INFO O| Mar 04 18:45:30.263 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
47762026-03-04T18:46:11.282Z[ recovery-image] Mar 04 18:45:30.263 INFO O| Mar 04 18:45:30.263 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
47772026-03-04T18:46:11.282Z[ recovery-image] Mar 04 18:45:30.264 INFO O| Mar 04 18:45:30.264 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
47782026-03-04T18:46:11.282Z[ recovery-image] Mar 04 18:45:30.264 INFO O| Mar 04 18:45:30.264 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
47792026-03-04T18:46:11.282Z[ recovery-image] Mar 04 18:45:30.264 INFO O| Mar 04 18:45:30.264 INFO ok!
47802026-03-04T18:46:11.282Z[ recovery-image] Mar 04 18:45:30.264 INFO O| Mar 04 18:45:30.264 INFO STEP 63 (ensure_file) COMPLETE
47812026-03-04T18:46:11.282Z[ recovery-image] Mar 04 18:45:30.264 INFO O| Mar 04 18:45:30.264 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47822026-03-04T18:46:11.282Z[ recovery-image] Mar 04 18:45:30.277 INFO O| Mar 04 18:45:30.277 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
47832026-03-04T18:46:11.282Z[ recovery-image] Mar 04 18:45:30.277 INFO O| Mar 04 18:45:30.277 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly ...
47842026-03-04T18:46:11.282Z[ recovery-image] Mar 04 18:45:30.278 INFO O| Mar 04 18:45:30.278 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly
47852026-03-04T18:46:11.282Z[ recovery-image] Mar 04 18:45:30.278 INFO O| Mar 04 18:45:30.278 INFO ok!
47862026-03-04T18:46:11.282Z[ recovery-image] Mar 04 18:45:30.278 INFO O| Mar 04 18:45:30.278 INFO STEP 64 (assemble_files) COMPLETE
47872026-03-04T18:46:11.282Z[ recovery-image] Mar 04 18:45:30.278 INFO O| Mar 04 18:45:30.278 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47882026-03-04T18:46:11.283Z[ recovery-image] Mar 04 18:45:30.290 INFO O| Mar 04 18:45:30.290 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf does not exist
47892026-03-04T18:46:11.283Z[ recovery-image] Mar 04 18:45:30.290 INFO O| Mar 04 18:45:30.290 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf ...
47902026-03-04T18:46:11.283Z[ recovery-image] Mar 04 18:45:30.291 INFO O| Mar 04 18:45:30.291 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
47912026-03-04T18:46:11.283Z[ recovery-image] Mar 04 18:45:30.291 INFO O| Mar 04 18:45:30.291 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
47922026-03-04T18:46:11.283Z[ recovery-image] Mar 04 18:45:30.291 INFO O| Mar 04 18:45:30.291 INFO ok!
47932026-03-04T18:46:11.283Z[ recovery-image] Mar 04 18:45:30.292 INFO O| Mar 04 18:45:30.291 INFO STEP 65 (ensure_file) COMPLETE
47942026-03-04T18:46:11.283Z[ recovery-image] Mar 04 18:45:30.292 INFO O| Mar 04 18:45:30.292 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47952026-03-04T18:46:11.283Z[ recovery-image] Mar 04 18:45:30.292 INFO O| Mar 04 18:45:30.292 INFO skip step because feature "omicron1" is not enabled
47962026-03-04T18:46:11.283Z[ recovery-image] Mar 04 18:45:30.292 INFO O| Mar 04 18:45:30.292 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47972026-03-04T18:46:11.283Z[ recovery-image] Mar 04 18:45:30.292 INFO O| Mar 04 18:45:30.292 INFO skip step because feature "omicron1" is not enabled
47982026-03-04T18:46:11.283Z[ recovery-image] Mar 04 18:45:30.292 INFO O| Mar 04 18:45:30.292 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47992026-03-04T18:46:11.283Z[ recovery-image] Mar 04 18:45:30.292 INFO O| Mar 04 18:45:30.292 INFO skip step because feature "omicron1" is not enabled
48002026-03-04T18:46:11.283Z[ recovery-image] Mar 04 18:45:30.292 INFO O| Mar 04 18:45:30.292 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48012026-03-04T18:46:11.283Z[ recovery-image] Mar 04 18:45:30.311 INFO O| Mar 04 18:45:30.311 INFO file /rpool/images/build/recovery/output/sled-ramdisk.tar does not already exist, skipping removal
48022026-03-04T18:46:11.283Z[ recovery-image] Mar 04 18:45:30.311 INFO O| Mar 04 18:45:30.311 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
48032026-03-04T18:46:11.283Z[ recovery-image] Mar 04 18:45:32.731 INFO O| Mar 04 18:45:32.731 INFO STEP 69 (pack_tar) COMPLETE
48042026-03-04T18:46:11.283Z[ recovery-image] Mar 04 18:45:32.731 INFO O| Mar 04 18:45:32.731 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
48052026-03-04T18:46:11.283Z[ recovery-image] Mar 04 18:45:32.731 INFO O| Mar 04 18:45:32.731 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
48062026-03-04T18:46:11.283Z[ recovery-image] Mar 04 18:45:33.622 INFO O| Mar 04 18:45:33.622 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
48072026-03-04T18:46:11.283Z[ recovery-image] Mar 04 18:45:33.705 INFO O| Mar 04 18:45:33.705 INFO completed processing sled/ramdisk-02-trim
48082026-03-04T18:46:11.283Z[ recovery-image] Mar 04 18:45:33.708 INFO image builder template: ramdisk-03-recovery-trim...
48092026-03-04T18:46:11.283Z[ recovery-image] Mar 04 18:45:33.708 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/.tmpqNuNnZ/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "publisher_0_name=helios-dev", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@19.0.0.0", "-F", "optever=0.39.455", "-n", "ramdisk-03-recovery-trim"], pwd: None
48102026-03-04T18:46:11.283Z[ recovery-image] Mar 04 18:45:33.877 INFO O| Mar 04 18:45:33.877 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
48112026-03-04T18:46:11.283Z[ recovery-image] Mar 04 18:45:33.882 INFO O| Mar 04 18:45:33.882 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
48122026-03-04T18:46:11.283Z[ recovery-image] Mar 04 18:45:33.981 INFO O| Mar 04 18:45:33.981 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim: sync = disabled
48132026-03-04T18:46:11.283Z[ recovery-image] Mar 04 18:45:34.028 INFO O| Mar 04 18:45:34.028 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
48142026-03-04T18:46:11.283Z[ recovery-image] Mar 04 18:45:34.028 INFO O| Mar 04 18:45:34.028 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
48152026-03-04T18:46:11.283Z[ recovery-image] Mar 04 18:45:34.039 INFO O| Mar 04 18:45:34.039 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
48162026-03-04T18:46:11.283Z[ recovery-image] Mar 04 18:45:34.044 INFO O| Mar 04 18:45:34.044 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
48172026-03-04T18:46:11.283Z[ recovery-image] Mar 04 18:45:34.051 INFO O| Mar 04 18:45:34.051 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
48182026-03-04T18:46:11.283Z[ recovery-image] Mar 04 18:45:34.348 INFO O| Mar 04 18:45:34.348 INFO rolled back to input snapshot; work may begin
48192026-03-04T18:46:11.284Z[ recovery-image] Mar 04 18:45:34.348 INFO O| Mar 04 18:45:34.348 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
48202026-03-04T18:46:11.284Z[ recovery-image] Mar 04 18:45:34.355 INFO O| Mar 04 18:45:34.355 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48212026-03-04T18:46:11.284Z[ recovery-image] Mar 04 18:45:34.369 INFO O| Mar 04 18:45:34.369 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/7"
48222026-03-04T18:46:11.284Z[ recovery-image] Mar 04 18:45:34.374 INFO O| Mar 04 18:45:34.374 INFO STEP 0 (remove_files) COMPLETE
48232026-03-04T18:46:11.284Z[ recovery-image] Mar 04 18:45:34.374 INFO O| Mar 04 18:45:34.374 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48242026-03-04T18:46:11.284Z[ recovery-image] Mar 04 18:45:34.386 INFO O| Mar 04 18:45:34.386 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/share"
48252026-03-04T18:46:11.284Z[ recovery-image] Mar 04 18:45:34.469 INFO O| Mar 04 18:45:34.469 INFO STEP 1 (remove_files) COMPLETE
48262026-03-04T18:46:11.284Z[ recovery-image] Mar 04 18:45:34.469 INFO O| Mar 04 18:45:34.469 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48272026-03-04T18:46:11.284Z[ recovery-image] Mar 04 18:45:34.482 INFO O| Mar 04 18:45:34.482 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dns"
48282026-03-04T18:46:11.284Z[ recovery-image] Mar 04 18:45:34.486 INFO O| Mar 04 18:45:34.485 INFO STEP 2 (remove_files) COMPLETE
48292026-03-04T18:46:11.284Z[ recovery-image] Mar 04 18:45:34.486 INFO O| Mar 04 18:45:34.486 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48302026-03-04T18:46:11.403Z[ recovery-image] Mar 04 18:45:34.495 INFO O| Mar 04 18:45:34.495 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/iconv"
48312026-03-04T18:46:11.403Z[ recovery-image] Mar 04 18:45:34.555 INFO O| Mar 04 18:45:34.555 INFO STEP 3 (remove_files) COMPLETE
48322026-03-04T18:46:11.403Z[ recovery-image] Mar 04 18:45:34.555 INFO O| Mar 04 18:45:34.555 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48332026-03-04T18:46:11.403Z[ recovery-image] Mar 04 18:45:34.569 INFO O| Mar 04 18:45:34.569 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/locale"
48342026-03-04T18:46:11.403Z[ recovery-image] Mar 04 18:45:34.589 INFO O| Mar 04 18:45:34.589 INFO STEP 4 (remove_files) COMPLETE
48352026-03-04T18:46:11.403Z[ recovery-image] Mar 04 18:45:34.589 INFO O| Mar 04 18:45:34.589 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48362026-03-04T18:46:11.403Z[ recovery-image] Mar 04 18:45:34.604 INFO O| Mar 04 18:45:34.604 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/mps"
48372026-03-04T18:46:11.403Z[ recovery-image] Mar 04 18:45:34.608 INFO O| Mar 04 18:45:34.608 INFO STEP 5 (remove_files) COMPLETE
48382026-03-04T18:46:11.403Z[ recovery-image] Mar 04 18:45:34.608 INFO O| Mar 04 18:45:34.608 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48392026-03-04T18:46:11.403Z[ recovery-image] Mar 04 18:45:34.622 INFO O| Mar 04 18:45:34.621 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pkgconfig"
48402026-03-04T18:46:11.403Z[ recovery-image] Mar 04 18:45:34.626 INFO O| Mar 04 18:45:34.626 INFO STEP 6 (remove_files) COMPLETE
48412026-03-04T18:46:11.403Z[ recovery-image] Mar 04 18:45:34.626 INFO O| Mar 04 18:45:34.626 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48422026-03-04T18:46:11.403Z[ recovery-image] Mar 04 18:45:34.641 INFO O| Mar 04 18:45:34.641 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/scsi"
48432026-03-04T18:46:11.403Z[ recovery-image] Mar 04 18:45:34.646 INFO O| Mar 04 18:45:34.646 INFO STEP 7 (remove_files) COMPLETE
48442026-03-04T18:46:11.403Z[ recovery-image] Mar 04 18:45:34.646 INFO O| Mar 04 18:45:34.646 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48452026-03-04T18:46:11.403Z[ recovery-image] Mar 04 18:45:34.661 INFO O| Mar 04 18:45:34.661 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbfs"
48462026-03-04T18:46:11.404Z[ recovery-image] Mar 04 18:45:34.662 INFO O| Mar 04 18:45:34.662 INFO STEP 8 (remove_files) COMPLETE
48472026-03-04T18:46:11.404Z[ recovery-image] Mar 04 18:45:34.662 INFO O| Mar 04 18:45:34.662 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48482026-03-04T18:46:11.404Z[ recovery-image] Mar 04 18:45:34.675 INFO O| Mar 04 18:45:34.675 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbsrv"
48492026-03-04T18:46:11.404Z[ recovery-image] Mar 04 18:45:34.677 INFO O| Mar 04 18:45:34.677 INFO STEP 9 (remove_files) COMPLETE
48502026-03-04T18:46:11.404Z[ recovery-image] Mar 04 18:45:34.677 INFO O| Mar 04 18:45:34.677 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48512026-03-04T18:46:11.404Z[ recovery-image] Mar 04 18:45:34.691 INFO O| Mar 04 18:45:34.691 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/perl5"
48522026-03-04T18:46:11.404Z[ recovery-image] Mar 04 18:45:34.755 INFO O| Mar 04 18:45:34.755 INFO STEP 10 (remove_files) COMPLETE
48532026-03-04T18:46:11.404Z[ recovery-image] Mar 04 18:45:34.755 INFO O| Mar 04 18:45:34.755 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48542026-03-04T18:46:11.404Z[ recovery-image] Mar 04 18:45:34.770 INFO O| Mar 04 18:45:34.770 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash"
48552026-03-04T18:46:11.404Z[ recovery-image] Mar 04 18:45:34.772 INFO O| Mar 04 18:45:34.772 INFO STEP 11 (remove_files) COMPLETE
48562026-03-04T18:46:11.404Z[ recovery-image] Mar 04 18:45:34.773 INFO O| Mar 04 18:45:34.772 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48572026-03-04T18:46:11.404Z[ recovery-image] Mar 04 18:45:34.787 INFO O| Mar 04 18:45:34.786 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bhyve"
48582026-03-04T18:46:11.404Z[ recovery-image] Mar 04 18:45:34.790 INFO O| Mar 04 18:45:34.790 INFO STEP 12 (remove_files) COMPLETE
48592026-03-04T18:46:11.404Z[ recovery-image] Mar 04 18:45:34.790 INFO O| Mar 04 18:45:34.790 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48602026-03-04T18:46:11.404Z[ recovery-image] Mar 04 18:45:34.804 INFO O| Mar 04 18:45:34.804 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/emacs"
48612026-03-04T18:46:11.404Z[ recovery-image] Mar 04 18:45:34.804 INFO O| Mar 04 18:45:34.804 INFO STEP 13 (remove_files) COMPLETE
48622026-03-04T18:46:11.404Z[ recovery-image] Mar 04 18:45:34.804 INFO O| Mar 04 18:45:34.804 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48632026-03-04T18:46:11.404Z[ recovery-image] Mar 04 18:45:34.816 INFO O| Mar 04 18:45:34.816 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/icons"
48642026-03-04T18:46:11.404Z[ recovery-image] Mar 04 18:45:34.818 INFO O| Mar 04 18:45:34.818 INFO STEP 14 (remove_files) COMPLETE
48652026-03-04T18:46:11.404Z[ recovery-image] Mar 04 18:45:34.818 INFO O| Mar 04 18:45:34.818 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48662026-03-04T18:46:11.404Z[ recovery-image] Mar 04 18:45:34.831 INFO O| Mar 04 18:45:34.831 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/locale"
48672026-03-04T18:46:11.404Z[ recovery-image] Mar 04 18:45:34.840 INFO O| Mar 04 18:45:34.840 INFO STEP 15 (remove_files) COMPLETE
48682026-03-04T18:46:11.404Z[ recovery-image] Mar 04 18:45:34.840 INFO O| Mar 04 18:45:34.840 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48692026-03-04T18:46:11.404Z[ recovery-image] Mar 04 18:46:08.751 INFO O| Mar 04 18:45:34.854 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/src"
48702026-03-04T18:46:11.404Z[ recovery-image] Mar 04 18:46:08.751 INFO O| Mar 04 18:45:34.854 INFO STEP 16 (remove_files) COMPLETE
48712026-03-04T18:46:11.404Z[ recovery-image] Mar 04 18:46:08.751 INFO O| Mar 04 18:45:34.854 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48722026-03-04T18:46:11.404Z[ recovery-image] Mar 04 18:46:08.751 INFO O| Mar 04 18:45:34.869 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/terminfo"
48732026-03-04T18:46:11.405Z[ recovery-image] Mar 04 18:46:08.751 INFO O| Mar 04 18:45:34.870 INFO STEP 17 (remove_files) COMPLETE
48742026-03-04T18:46:11.405Z[ recovery-image] Mar 04 18:46:08.751 INFO O| Mar 04 18:45:34.870 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48752026-03-04T18:46:11.405Z[ recovery-image] Mar 04 18:46:08.751 INFO O| Mar 04 18:45:34.886 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/vim"
48762026-03-04T18:46:11.405Z[ recovery-image] Mar 04 18:46:08.751 INFO O| Mar 04 18:45:34.948 INFO STEP 18 (remove_files) COMPLETE
48772026-03-04T18:46:11.405Z[ recovery-image] Mar 04 18:46:08.751 INFO O| Mar 04 18:45:34.948 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48782026-03-04T18:46:11.405Z[ recovery-image] Mar 04 18:46:08.751 INFO O| Mar 04 18:45:34.958 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/network/ssh.xml"
48792026-03-04T18:46:11.405Z[ recovery-image] Mar 04 18:46:08.751 INFO O| Mar 04 18:45:34.959 INFO STEP 19 (remove_files) COMPLETE
48802026-03-04T18:46:11.405Z[ recovery-image] Mar 04 18:46:08.751 INFO O| Mar 04 18:45:34.959 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48812026-03-04T18:46:11.405Z[ recovery-image] Mar 04 18:46:08.751 INFO O| Mar 04 18:45:34.968 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/system/fmd.xml"
48822026-03-04T18:46:11.405Z[ recovery-image] Mar 04 18:46:08.751 INFO O| Mar 04 18:45:34.969 INFO STEP 20 (remove_files) COMPLETE
48832026-03-04T18:46:11.405Z[ recovery-image] Mar 04 18:46:08.751 INFO O| Mar 04 18:45:34.969 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48842026-03-04T18:46:11.405Z[ recovery-image] Mar 04 18:46:08.751 INFO O| Mar 04 18:45:34.977 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/adb"
48852026-03-04T18:46:11.405Z[ recovery-image] Mar 04 18:46:08.751 INFO O| Mar 04 18:45:34.978 INFO STEP 21 (remove_files) COMPLETE
48862026-03-04T18:46:11.405Z[ recovery-image] Mar 04 18:46:08.751 INFO O| Mar 04 18:45:34.978 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48872026-03-04T18:46:11.405Z[ recovery-image] Mar 04 18:46:08.751 INFO O| Mar 04 18:45:34.987 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/addbadsec"
48882026-03-04T18:46:11.405Z[ recovery-image] Mar 04 18:46:08.751 INFO O| Mar 04 18:45:34.988 INFO STEP 22 (remove_files) COMPLETE
48892026-03-04T18:46:11.405Z[ recovery-image] Mar 04 18:46:08.751 INFO O| Mar 04 18:45:34.988 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48902026-03-04T18:46:11.405Z[ recovery-image] Mar 04 18:46:08.751 INFO O| Mar 04 18:45:34.997 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/agentxtrap"
48912026-03-04T18:46:11.405Z[ recovery-image] Mar 04 18:46:08.751 INFO O| Mar 04 18:45:34.998 INFO STEP 23 (remove_files) COMPLETE
48922026-03-04T18:46:11.405Z[ recovery-image] Mar 04 18:46:08.751 INFO O| Mar 04 18:45:34.998 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48932026-03-04T18:46:11.405Z[ recovery-image] Mar 04 18:46:08.751 INFO O| Mar 04 18:45:35.008 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/alias"
48942026-03-04T18:46:11.405Z[ recovery-image] Mar 04 18:46:08.751 INFO O| Mar 04 18:45:35.009 INFO STEP 24 (remove_files) COMPLETE
48952026-03-04T18:46:11.405Z[ recovery-image] Mar 04 18:46:08.751 INFO O| Mar 04 18:45:35.009 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48962026-03-04T18:46:11.405Z[ recovery-image] Mar 04 18:46:08.751 INFO O| Mar 04 18:45:35.018 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/adb"
48972026-03-04T18:46:11.405Z[ recovery-image] Mar 04 18:46:08.751 INFO O| Mar 04 18:45:35.019 INFO STEP 25 (remove_files) COMPLETE
48982026-03-04T18:46:11.405Z[ recovery-image] Mar 04 18:46:08.751 INFO O| Mar 04 18:45:35.019 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48992026-03-04T18:46:11.405Z[ recovery-image] Mar 04 18:46:08.751 INFO O| Mar 04 18:45:35.029 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/amt"
49002026-03-04T18:46:11.405Z[ recovery-image] Mar 04 18:46:08.751 INFO O| Mar 04 18:45:35.029 INFO STEP 26 (remove_files) COMPLETE
49012026-03-04T18:46:11.405Z[ recovery-image] Mar 04 18:46:08.751 INFO O| Mar 04 18:45:35.029 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49022026-03-04T18:46:11.405Z[ recovery-image] Mar 04 18:46:08.751 INFO O| Mar 04 18:45:35.039 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/cputrack"
49032026-03-04T18:46:11.405Z[ recovery-image] Mar 04 18:46:08.751 INFO O| Mar 04 18:45:35.039 INFO STEP 27 (remove_files) COMPLETE
49042026-03-04T18:46:11.405Z[ recovery-image] Mar 04 18:46:08.751 INFO O| Mar 04 18:45:35.039 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49052026-03-04T18:46:11.405Z[ recovery-image] Mar 04 18:46:08.751 INFO O| Mar 04 18:45:35.048 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/crle"
49062026-03-04T18:46:11.405Z[ recovery-image] Mar 04 18:46:08.751 INFO O| Mar 04 18:45:35.048 INFO STEP 28 (remove_files) COMPLETE
49072026-03-04T18:46:11.406Z[ recovery-image] Mar 04 18:46:08.751 INFO O| Mar 04 18:45:35.048 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49082026-03-04T18:46:11.406Z[ recovery-image] Mar 04 18:46:08.751 INFO O| Mar 04 18:45:35.056 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl"
49092026-03-04T18:46:11.406Z[ recovery-image] Mar 04 18:46:08.751 INFO O| Mar 04 18:45:35.057 INFO STEP 29 (remove_files) COMPLETE
49102026-03-04T18:46:11.406Z[ recovery-image] Mar 04 18:46:08.751 INFO O| Mar 04 18:45:35.057 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49112026-03-04T18:46:11.406Z[ recovery-image] Mar 04 18:46:08.751 INFO O| Mar 04 18:45:35.066 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl-config"
49122026-03-04T18:46:11.406Z[ recovery-image] Mar 04 18:46:08.751 INFO O| Mar 04 18:45:35.066 INFO STEP 30 (remove_files) COMPLETE
49132026-03-04T18:46:11.406Z[ recovery-image] Mar 04 18:46:08.751 INFO O| Mar 04 18:45:35.066 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49142026-03-04T18:46:11.406Z[ recovery-image] Mar 04 18:46:08.751 INFO O| Mar 04 18:45:35.075 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/decrypt"
49152026-03-04T18:46:11.406Z[ recovery-image] Mar 04 18:46:08.751 INFO O| Mar 04 18:45:35.075 INFO STEP 31 (remove_files) COMPLETE
49162026-03-04T18:46:11.406Z[ recovery-image] Mar 04 18:46:08.751 INFO O| Mar 04 18:45:35.075 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49172026-03-04T18:46:11.406Z[ recovery-image] Mar 04 18:46:08.751 INFO O| Mar 04 18:45:35.084 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/digest"
49182026-03-04T18:46:11.406Z[ recovery-image] Mar 04 18:46:08.751 INFO O| Mar 04 18:45:35.084 INFO STEP 32 (remove_files) COMPLETE
49192026-03-04T18:46:11.406Z[ recovery-image] Mar 04 18:46:08.751 INFO O| Mar 04 18:45:35.084 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49202026-03-04T18:46:11.406Z[ recovery-image] Mar 04 18:46:08.751 INFO O| Mar 04 18:45:35.093 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/elfwrap"
49212026-03-04T18:46:11.406Z[ recovery-image] Mar 04 18:46:08.751 INFO O| Mar 04 18:45:35.094 INFO STEP 33 (remove_files) COMPLETE
49222026-03-04T18:46:11.406Z[ recovery-image] Mar 04 18:46:08.751 INFO O| Mar 04 18:45:35.094 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49232026-03-04T18:46:11.406Z[ recovery-image] Mar 04 18:46:08.751 INFO O| Mar 04 18:45:35.103 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/encrypt"
49242026-03-04T18:46:11.406Z[ recovery-image] Mar 04 18:46:08.751 INFO O| Mar 04 18:45:35.103 INFO STEP 34 (remove_files) COMPLETE
49252026-03-04T18:46:11.406Z[ recovery-image] Mar 04 18:46:08.751 INFO O| Mar 04 18:45:35.103 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49262026-03-04T18:46:11.406Z[ recovery-image] Mar 04 18:46:08.751 INFO O| Mar 04 18:45:35.112 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gclear"
49272026-03-04T18:46:11.406Z[ recovery-image] Mar 04 18:46:08.751 INFO O| Mar 04 18:45:35.113 INFO STEP 35 (remove_files) COMPLETE
49282026-03-04T18:46:11.406Z[ recovery-image] Mar 04 18:46:08.751 INFO O| Mar 04 18:45:35.113 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49292026-03-04T18:46:11.406Z[ recovery-image] Mar 04 18:46:08.751 INFO O| Mar 04 18:45:35.122 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ginfocmp"
49302026-03-04T18:46:11.435Z[ recovery-image] Mar 04 18:46:08.751 INFO O| Mar 04 18:45:35.122 INFO STEP 36 (remove_files) COMPLETE
49312026-03-04T18:46:11.435Z[ recovery-image] Mar 04 18:46:08.751 INFO O| Mar 04 18:45:35.122 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49322026-03-04T18:46:11.435Z[ recovery-image] Mar 04 18:46:08.751 INFO O| Mar 04 18:45:35.133 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtabs"
49332026-03-04T18:46:11.435Z[ recovery-image] Mar 04 18:46:08.751 INFO O| Mar 04 18:45:35.133 INFO STEP 37 (remove_files) COMPLETE
49342026-03-04T18:46:11.435Z[ recovery-image] Mar 04 18:46:08.751 INFO O| Mar 04 18:45:35.133 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49352026-03-04T18:46:11.435Z[ recovery-image] Mar 04 18:46:08.858 INFO O| Mar 04 18:45:35.143 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtic"
49362026-03-04T18:46:11.435Z[ recovery-image] Mar 04 18:46:08.858 INFO O| Mar 04 18:45:35.144 INFO STEP 38 (remove_files) COMPLETE
49372026-03-04T18:46:11.435Z[ recovery-image] Mar 04 18:46:08.858 INFO O| Mar 04 18:45:35.144 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49382026-03-04T18:46:11.435Z[ recovery-image] Mar 04 18:46:08.858 INFO O| Mar 04 18:45:35.155 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtoe"
49392026-03-04T18:46:11.435Z[ recovery-image] Mar 04 18:46:08.858 INFO O| Mar 04 18:45:35.155 INFO STEP 39 (remove_files) COMPLETE
49402026-03-04T18:46:11.435Z[ recovery-image] Mar 04 18:46:08.858 INFO O| Mar 04 18:45:35.155 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49412026-03-04T18:46:11.436Z[ recovery-image] Mar 04 18:46:08.858 INFO O| Mar 04 18:45:35.166 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtput"
49422026-03-04T18:46:11.436Z[ recovery-image] Mar 04 18:46:08.858 INFO O| Mar 04 18:45:35.166 INFO STEP 40 (remove_files) COMPLETE
49432026-03-04T18:46:11.436Z[ recovery-image] Mar 04 18:46:08.858 INFO O| Mar 04 18:45:35.166 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49442026-03-04T18:46:11.436Z[ recovery-image] Mar 04 18:46:08.858 INFO O| Mar 04 18:45:35.177 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtset"
49452026-03-04T18:46:11.436Z[ recovery-image] Mar 04 18:46:08.858 INFO O| Mar 04 18:45:35.177 INFO STEP 41 (remove_files) COMPLETE
49462026-03-04T18:46:11.436Z[ recovery-image] Mar 04 18:46:08.858 INFO O| Mar 04 18:45:35.177 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49472026-03-04T18:46:11.436Z[ recovery-image] Mar 04 18:46:08.858 INFO O| Mar 04 18:45:35.188 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/idn"
49482026-03-04T18:46:11.436Z[ recovery-image] Mar 04 18:46:08.858 INFO O| Mar 04 18:45:35.188 INFO STEP 42 (remove_files) COMPLETE
49492026-03-04T18:46:11.436Z[ recovery-image] Mar 04 18:46:08.858 INFO O| Mar 04 18:45:35.188 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49502026-03-04T18:46:11.436Z[ recovery-image] Mar 04 18:46:08.858 INFO O| Mar 04 18:45:35.199 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ksh93"
49512026-03-04T18:46:11.436Z[ recovery-image] Mar 04 18:46:08.858 INFO O| Mar 04 18:45:35.199 INFO STEP 43 (remove_files) COMPLETE
49522026-03-04T18:46:11.436Z[ recovery-image] Mar 04 18:46:08.858 INFO O| Mar 04 18:45:35.199 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49532026-03-04T18:46:11.436Z[ recovery-image] Mar 04 18:46:08.858 INFO O| Mar 04 18:45:35.210 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ls"
49542026-03-04T18:46:11.436Z[ recovery-image] Mar 04 18:46:08.858 INFO O| Mar 04 18:45:35.210 INFO STEP 44 (remove_files) COMPLETE
49552026-03-04T18:46:11.436Z[ recovery-image] Mar 04 18:46:08.858 INFO O| Mar 04 18:45:35.210 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49562026-03-04T18:46:11.436Z[ recovery-image] Mar 04 18:46:08.858 INFO O| Mar 04 18:45:35.221 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/mac"
49572026-03-04T18:46:11.436Z[ recovery-image] Mar 04 18:46:08.858 INFO O| Mar 04 18:45:35.221 INFO STEP 45 (remove_files) COMPLETE
49582026-03-04T18:46:11.436Z[ recovery-image] Mar 04 18:46:08.858 INFO O| Mar 04 18:45:35.221 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49592026-03-04T18:46:11.436Z[ recovery-image] Mar 04 18:46:08.858 INFO O| Mar 04 18:45:35.232 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/moe"
49602026-03-04T18:46:11.436Z[ recovery-image] Mar 04 18:46:08.858 INFO O| Mar 04 18:45:35.232 INFO STEP 46 (remove_files) COMPLETE
49612026-03-04T18:46:11.436Z[ recovery-image] Mar 04 18:46:08.858 INFO O| Mar 04 18:45:35.232 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49622026-03-04T18:46:11.436Z[ recovery-image] Mar 04 18:46:08.858 INFO O| Mar 04 18:45:35.243 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ncurses6-config"
49632026-03-04T18:46:11.436Z[ recovery-image] Mar 04 18:46:08.858 INFO O| Mar 04 18:45:35.243 INFO STEP 47 (remove_files) COMPLETE
49642026-03-04T18:46:11.436Z[ recovery-image] Mar 04 18:46:08.858 INFO O| Mar 04 18:45:35.243 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49652026-03-04T18:46:11.436Z[ recovery-image] Mar 04 18:46:08.858 INFO O| Mar 04 18:45:35.255 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/newtask"
49662026-03-04T18:46:11.436Z[ recovery-image] Mar 04 18:46:08.858 INFO O| Mar 04 18:45:35.256 INFO STEP 48 (remove_files) COMPLETE
49672026-03-04T18:46:11.436Z[ recovery-image] Mar 04 18:46:08.858 INFO O| Mar 04 18:45:35.256 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49682026-03-04T18:46:11.436Z[ recovery-image] Mar 04 18:46:08.858 INFO O| Mar 04 18:45:35.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/nohup"
49692026-03-04T18:46:11.436Z[ recovery-image] Mar 04 18:46:08.858 INFO O| Mar 04 18:45:35.268 INFO STEP 49 (remove_files) COMPLETE
49702026-03-04T18:46:11.436Z[ recovery-image] Mar 04 18:46:08.858 INFO O| Mar 04 18:45:35.268 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49712026-03-04T18:46:11.436Z[ recovery-image] Mar 04 18:46:08.858 INFO O| Mar 04 18:45:35.280 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pargs"
49722026-03-04T18:46:11.436Z[ recovery-image] Mar 04 18:46:08.858 INFO O| Mar 04 18:45:35.280 INFO STEP 50 (remove_files) COMPLETE
49732026-03-04T18:46:11.436Z[ recovery-image] Mar 04 18:46:08.858 INFO O| Mar 04 18:45:35.280 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49742026-03-04T18:46:11.436Z[ recovery-image] Mar 04 18:46:08.858 INFO O| Mar 04 18:45:35.292 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pauxv"
49752026-03-04T18:46:11.436Z[ recovery-image] Mar 04 18:46:08.858 INFO O| Mar 04 18:45:35.292 INFO STEP 51 (remove_files) COMPLETE
49762026-03-04T18:46:11.436Z[ recovery-image] Mar 04 18:46:08.858 INFO O| Mar 04 18:45:35.292 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49772026-03-04T18:46:11.436Z[ recovery-image] Mar 04 18:46:08.858 INFO O| Mar 04 18:45:35.304 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcap-config"
49782026-03-04T18:46:11.437Z[ recovery-image] Mar 04 18:46:08.858 INFO O| Mar 04 18:45:35.304 INFO STEP 52 (remove_files) COMPLETE
49792026-03-04T18:46:11.437Z[ recovery-image] Mar 04 18:46:08.858 INFO O| Mar 04 18:45:35.304 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49802026-03-04T18:46:11.437Z[ recovery-image] Mar 04 18:46:08.858 INFO O| Mar 04 18:45:35.316 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre-config"
49812026-03-04T18:46:11.437Z[ recovery-image] Mar 04 18:46:08.858 INFO O| Mar 04 18:45:35.317 INFO STEP 53 (remove_files) COMPLETE
49822026-03-04T18:46:11.437Z[ recovery-image] Mar 04 18:46:08.858 INFO O| Mar 04 18:45:35.317 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49832026-03-04T18:46:11.437Z[ recovery-image] Mar 04 18:46:08.858 INFO O| Mar 04 18:45:35.329 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2-config"
49842026-03-04T18:46:11.437Z[ recovery-image] Mar 04 18:46:08.858 INFO O| Mar 04 18:45:35.329 INFO STEP 54 (remove_files) COMPLETE
49852026-03-04T18:46:11.437Z[ recovery-image] Mar 04 18:46:08.858 INFO O| Mar 04 18:45:35.329 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49862026-03-04T18:46:11.437Z[ recovery-image] Mar 04 18:46:08.858 INFO O| Mar 04 18:45:35.339 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2grep"
49872026-03-04T18:46:11.437Z[ recovery-image] Mar 04 18:46:08.858 INFO O| Mar 04 18:45:35.339 INFO STEP 55 (remove_files) COMPLETE
49882026-03-04T18:46:11.437Z[ recovery-image] Mar 04 18:46:08.858 INFO O| Mar 04 18:45:35.339 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49892026-03-04T18:46:11.437Z[ recovery-image] Mar 04 18:46:08.858 INFO O| Mar 04 18:45:35.350 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2test"
49902026-03-04T18:46:11.437Z[ recovery-image] Mar 04 18:46:08.858 INFO O| Mar 04 18:45:35.351 INFO STEP 56 (remove_files) COMPLETE
49912026-03-04T18:46:11.437Z[ recovery-image] Mar 04 18:46:08.858 INFO O| Mar 04 18:45:35.351 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49922026-03-04T18:46:11.437Z[ recovery-image] Mar 04 18:46:08.858 INFO O| Mar 04 18:45:35.363 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcred"
49932026-03-04T18:46:11.437Z[ recovery-image] Mar 04 18:46:08.858 INFO O| Mar 04 18:45:35.363 INFO STEP 57 (remove_files) COMPLETE
49942026-03-04T18:46:11.437Z[ recovery-image] Mar 04 18:46:08.858 INFO O| Mar 04 18:45:35.363 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49952026-03-04T18:46:11.437Z[ recovery-image] Mar 04 18:46:08.858 INFO O| Mar 04 18:45:35.374 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcregrep"
49962026-03-04T18:46:11.437Z[ recovery-image] Mar 04 18:46:08.858 INFO O| Mar 04 18:45:35.375 INFO STEP 58 (remove_files) COMPLETE
49972026-03-04T18:46:11.437Z[ recovery-image] Mar 04 18:46:08.858 INFO O| Mar 04 18:45:35.375 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49982026-03-04T18:46:11.437Z[ recovery-image] Mar 04 18:46:08.858 INFO O| Mar 04 18:45:35.387 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcretest"
49992026-03-04T18:46:11.437Z[ recovery-image] Mar 04 18:46:08.858 INFO O| Mar 04 18:45:35.387 INFO STEP 59 (remove_files) COMPLETE
50002026-03-04T18:46:11.437Z[ recovery-image] Mar 04 18:46:08.858 INFO O| Mar 04 18:45:35.387 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50012026-03-04T18:46:11.437Z[ recovery-image] Mar 04 18:46:08.862 INFO O| Mar 04 18:45:35.399 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/penv"
50022026-03-04T18:46:11.437Z[ recovery-image] Mar 04 18:46:08.862 INFO O| Mar 04 18:45:35.399 INFO STEP 60 (remove_files) COMPLETE
50032026-03-04T18:46:11.437Z[ recovery-image] Mar 04 18:46:08.862 INFO O| Mar 04 18:45:35.399 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50042026-03-04T18:46:11.437Z[ recovery-image] Mar 04 18:46:08.862 INFO O| Mar 04 18:45:35.411 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pfiles"
50052026-03-04T18:46:11.437Z[ recovery-image] Mar 04 18:46:08.862 INFO O| Mar 04 18:45:35.411 INFO STEP 61 (remove_files) COMPLETE
50062026-03-04T18:46:11.437Z[ recovery-image] Mar 04 18:46:08.862 INFO O| Mar 04 18:45:35.411 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50072026-03-04T18:46:11.437Z[ recovery-image] Mar 04 18:46:08.862 INFO O| Mar 04 18:45:35.423 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pflags"
50082026-03-04T18:46:11.437Z[ recovery-image] Mar 04 18:46:08.862 INFO O| Mar 04 18:45:35.423 INFO STEP 62 (remove_files) COMPLETE
50092026-03-04T18:46:11.437Z[ recovery-image] Mar 04 18:46:08.862 INFO O| Mar 04 18:45:35.423 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50102026-03-04T18:46:11.437Z[ recovery-image] Mar 04 18:46:08.862 INFO O| Mar 04 18:45:35.434 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pldd"
50112026-03-04T18:46:11.437Z[ recovery-image] Mar 04 18:46:08.862 INFO O| Mar 04 18:45:35.434 INFO STEP 63 (remove_files) COMPLETE
50122026-03-04T18:46:11.437Z[ recovery-image] Mar 04 18:46:08.862 INFO O| Mar 04 18:45:35.434 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50132026-03-04T18:46:11.437Z[ recovery-image] Mar 04 18:46:08.862 INFO O| Mar 04 18:45:35.445 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plgrp"
50142026-03-04T18:46:11.437Z[ recovery-image] Mar 04 18:46:08.862 INFO O| Mar 04 18:45:35.446 INFO STEP 64 (remove_files) COMPLETE
50152026-03-04T18:46:11.437Z[ recovery-image] Mar 04 18:46:08.862 INFO O| Mar 04 18:45:35.446 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50162026-03-04T18:46:11.437Z[ recovery-image] Mar 04 18:46:08.862 INFO O| Mar 04 18:45:35.457 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plimit"
50172026-03-04T18:46:11.437Z[ recovery-image] Mar 04 18:46:08.862 INFO O| Mar 04 18:45:35.457 INFO STEP 65 (remove_files) COMPLETE
50182026-03-04T18:46:11.438Z[ recovery-image] Mar 04 18:46:08.862 INFO O| Mar 04 18:45:35.457 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50192026-03-04T18:46:11.438Z[ recovery-image] Mar 04 18:46:08.862 INFO O| Mar 04 18:45:35.468 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmadvise"
50202026-03-04T18:46:11.438Z[ recovery-image] Mar 04 18:46:08.862 INFO O| Mar 04 18:45:35.469 INFO STEP 66 (remove_files) COMPLETE
50212026-03-04T18:46:11.438Z[ recovery-image] Mar 04 18:46:08.862 INFO O| Mar 04 18:45:35.469 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50222026-03-04T18:46:11.438Z[ recovery-image] Mar 04 18:46:08.862 INFO O| Mar 04 18:45:35.481 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmap"
50232026-03-04T18:46:11.438Z[ recovery-image] Mar 04 18:46:08.862 INFO O| Mar 04 18:45:35.481 INFO STEP 67 (remove_files) COMPLETE
50242026-03-04T18:46:11.438Z[ recovery-image] Mar 04 18:46:08.862 INFO O| Mar 04 18:45:35.481 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50252026-03-04T18:46:11.438Z[ recovery-image] Mar 04 18:46:08.862 INFO O| Mar 04 18:45:35.493 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppgsz"
50262026-03-04T18:46:11.438Z[ recovery-image] Mar 04 18:46:08.862 INFO O| Mar 04 18:45:35.493 INFO STEP 68 (remove_files) COMPLETE
50272026-03-04T18:46:11.438Z[ recovery-image] Mar 04 18:46:08.862 INFO O| Mar 04 18:45:35.493 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50282026-03-04T18:46:11.438Z[ recovery-image] Mar 04 18:46:08.862 INFO O| Mar 04 18:45:35.505 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppriv"
50292026-03-04T18:46:11.438Z[ recovery-image] Mar 04 18:46:08.862 INFO O| Mar 04 18:45:35.505 INFO STEP 69 (remove_files) COMPLETE
50302026-03-04T18:46:11.454Z[ recovery-image] Mar 04 18:46:08.862 INFO O| Mar 04 18:45:35.505 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50312026-03-04T18:46:11.454Z[ recovery-image] Mar 04 18:46:08.862 INFO O| Mar 04 18:45:35.516 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prctl"
50322026-03-04T18:46:11.454Z[ recovery-image] Mar 04 18:46:08.862 INFO O| Mar 04 18:45:35.516 INFO STEP 70 (remove_files) COMPLETE
50332026-03-04T18:46:11.454Z[ recovery-image] Mar 04 18:46:08.862 INFO O| Mar 04 18:45:35.516 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50342026-03-04T18:46:11.454Z[ recovery-image] Mar 04 18:46:08.862 INFO O| Mar 04 18:45:35.527 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/preap"
50352026-03-04T18:46:11.454Z[ recovery-image] Mar 04 18:46:08.862 INFO O| Mar 04 18:45:35.527 INFO STEP 71 (remove_files) COMPLETE
50362026-03-04T18:46:11.454Z[ recovery-image] Mar 04 18:46:08.862 INFO O| Mar 04 18:45:35.527 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50372026-03-04T18:46:11.454Z[ recovery-image] Mar 04 18:46:08.862 INFO O| Mar 04 18:45:35.538 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prstat"
50382026-03-04T18:46:11.454Z[ recovery-image] Mar 04 18:46:08.862 INFO O| Mar 04 18:46:08.751 INFO STEP 72 (remove_files) COMPLETE
50392026-03-04T18:46:11.454Z[ recovery-image] Mar 04 18:46:08.862 INFO O| Mar 04 18:46:08.751 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50402026-03-04T18:46:11.455Z[ recovery-image] Mar 04 18:46:08.862 INFO O| Mar 04 18:46:08.766 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prun"
50412026-03-04T18:46:11.455Z[ recovery-image] Mar 04 18:46:08.862 INFO O| Mar 04 18:46:08.766 INFO STEP 73 (remove_files) COMPLETE
50422026-03-04T18:46:11.455Z[ recovery-image] Mar 04 18:46:08.862 INFO O| Mar 04 18:46:08.766 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50432026-03-04T18:46:11.455Z[ recovery-image] Mar 04 18:46:08.862 INFO O| Mar 04 18:46:08.779 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psecflags"
50442026-03-04T18:46:11.455Z[ recovery-image] Mar 04 18:46:08.862 INFO O| Mar 04 18:46:08.779 INFO STEP 74 (remove_files) COMPLETE
50452026-03-04T18:46:11.455Z[ recovery-image] Mar 04 18:46:08.862 INFO O| Mar 04 18:46:08.779 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50462026-03-04T18:46:11.455Z[ recovery-image] Mar 04 18:46:08.862 INFO O| Mar 04 18:46:08.792 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psig"
50472026-03-04T18:46:11.455Z[ recovery-image] Mar 04 18:46:08.862 INFO O| Mar 04 18:46:08.793 INFO STEP 75 (remove_files) COMPLETE
50482026-03-04T18:46:11.455Z[ recovery-image] Mar 04 18:46:08.862 INFO O| Mar 04 18:46:08.793 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50492026-03-04T18:46:11.455Z[ recovery-image] Mar 04 18:46:08.862 INFO O| Mar 04 18:46:08.806 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstack"
50502026-03-04T18:46:11.455Z[ recovery-image] Mar 04 18:46:08.862 INFO O| Mar 04 18:46:08.806 INFO STEP 76 (remove_files) COMPLETE
50512026-03-04T18:46:11.455Z[ recovery-image] Mar 04 18:46:08.862 INFO O| Mar 04 18:46:08.806 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50522026-03-04T18:46:11.455Z[ recovery-image] Mar 04 18:46:08.862 INFO O| Mar 04 18:46:08.820 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstop"
50532026-03-04T18:46:11.455Z[ recovery-image] Mar 04 18:46:08.862 INFO O| Mar 04 18:46:08.820 INFO STEP 77 (remove_files) COMPLETE
50542026-03-04T18:46:11.455Z[ recovery-image] Mar 04 18:46:08.862 INFO O| Mar 04 18:46:08.820 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50552026-03-04T18:46:11.455Z[ recovery-image] Mar 04 18:46:08.862 INFO O| Mar 04 18:46:08.833 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptime"
50562026-03-04T18:46:11.455Z[ recovery-image] Mar 04 18:46:08.863 INFO O| Mar 04 18:46:08.833 INFO STEP 78 (remove_files) COMPLETE
50572026-03-04T18:46:11.455Z[ recovery-image] Mar 04 18:46:08.863 INFO O| Mar 04 18:46:08.833 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50582026-03-04T18:46:11.455Z[ recovery-image] Mar 04 18:46:08.863 INFO O| Mar 04 18:46:08.845 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptree"
50592026-03-04T18:46:11.455Z[ recovery-image] Mar 04 18:46:08.863 INFO O| Mar 04 18:46:08.845 INFO STEP 79 (remove_files) COMPLETE
50602026-03-04T18:46:11.455Z[ recovery-image] Mar 04 18:46:08.863 INFO O| Mar 04 18:46:08.845 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50612026-03-04T18:46:11.455Z[ recovery-image] Mar 04 18:46:08.863 INFO O| Mar 04 18:46:08.857 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwait"
50622026-03-04T18:46:11.455Z[ recovery-image] Mar 04 18:46:08.863 INFO O| Mar 04 18:46:08.857 INFO STEP 80 (remove_files) COMPLETE
50632026-03-04T18:46:11.455Z[ recovery-image] Mar 04 18:46:08.863 INFO O| Mar 04 18:46:08.857 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50642026-03-04T18:46:11.455Z[ recovery-image] Mar 04 18:46:08.869 INFO O| Mar 04 18:46:08.869 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwdx"
50652026-03-04T18:46:11.456Z[ recovery-image] Mar 04 18:46:08.870 INFO O| Mar 04 18:46:08.869 INFO STEP 81 (remove_files) COMPLETE
50662026-03-04T18:46:11.456Z[ recovery-image] Mar 04 18:46:08.870 INFO O| Mar 04 18:46:08.869 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50672026-03-04T18:46:11.456Z[ recovery-image] Mar 04 18:46:08.881 INFO O| Mar 04 18:46:08.881 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh"
50682026-03-04T18:46:11.456Z[ recovery-image] Mar 04 18:46:08.882 INFO O| Mar 04 18:46:08.882 INFO STEP 82 (remove_files) COMPLETE
50692026-03-04T18:46:11.456Z[ recovery-image] Mar 04 18:46:08.882 INFO O| Mar 04 18:46:08.882 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50702026-03-04T18:46:11.456Z[ recovery-image] Mar 04 18:46:08.894 INFO O| Mar 04 18:46:08.894 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh93"
50712026-03-04T18:46:11.456Z[ recovery-image] Mar 04 18:46:08.894 INFO O| Mar 04 18:46:08.894 INFO STEP 83 (remove_files) COMPLETE
50722026-03-04T18:46:11.456Z[ recovery-image] Mar 04 18:46:08.894 INFO O| Mar 04 18:46:08.894 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50732026-03-04T18:46:11.456Z[ recovery-image] Mar 04 18:46:08.907 INFO O| Mar 04 18:46:08.907 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/sqlite3"
50742026-03-04T18:46:11.456Z[ recovery-image] Mar 04 18:46:08.907 INFO O| Mar 04 18:46:08.907 INFO STEP 84 (remove_files) COMPLETE
50752026-03-04T18:46:11.456Z[ recovery-image] Mar 04 18:46:08.907 INFO O| Mar 04 18:46:08.907 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50762026-03-04T18:46:11.456Z[ recovery-image] Mar 04 18:46:08.919 INFO O| Mar 04 18:46:08.919 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/strings"
50772026-03-04T18:46:11.456Z[ recovery-image] Mar 04 18:46:08.920 INFO O| Mar 04 18:46:08.919 INFO STEP 85 (remove_files) COMPLETE
50782026-03-04T18:46:11.456Z[ recovery-image] Mar 04 18:46:08.920 INFO O| Mar 04 18:46:08.920 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50792026-03-04T18:46:11.456Z[ recovery-image] Mar 04 18:46:08.932 INFO O| Mar 04 18:46:08.932 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xml2-config"
50802026-03-04T18:46:11.456Z[ recovery-image] Mar 04 18:46:08.933 INFO O| Mar 04 18:46:08.933 INFO STEP 86 (remove_files) COMPLETE
50812026-03-04T18:46:11.456Z[ recovery-image] Mar 04 18:46:08.933 INFO O| Mar 04 18:46:08.933 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50822026-03-04T18:46:11.456Z[ recovery-image] Mar 04 18:46:08.944 INFO O| Mar 04 18:46:08.944 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmlcatalog"
50832026-03-04T18:46:11.456Z[ recovery-image] Mar 04 18:46:08.945 INFO O| Mar 04 18:46:08.944 INFO STEP 87 (remove_files) COMPLETE
50842026-03-04T18:46:11.456Z[ recovery-image] Mar 04 18:46:08.945 INFO O| Mar 04 18:46:08.945 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50852026-03-04T18:46:11.456Z[ recovery-image] Mar 04 18:46:08.955 INFO O| Mar 04 18:46:08.955 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmllint"
50862026-03-04T18:46:11.456Z[ recovery-image] Mar 04 18:46:08.955 INFO O| Mar 04 18:46:08.955 INFO STEP 88 (remove_files) COMPLETE
50872026-03-04T18:46:11.456Z[ recovery-image] Mar 04 18:46:08.955 INFO O| Mar 04 18:46:08.955 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50882026-03-04T18:46:11.456Z[ recovery-image] Mar 04 18:46:08.968 INFO O| Mar 04 18:46:08.968 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amt"
50892026-03-04T18:46:11.456Z[ recovery-image] Mar 04 18:46:08.969 INFO O| Mar 04 18:46:08.968 INFO STEP 89 (remove_files) COMPLETE
50902026-03-04T18:46:11.456Z[ recovery-image] Mar 04 18:46:08.969 INFO O| Mar 04 18:46:08.968 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50912026-03-04T18:46:11.456Z[ recovery-image] Mar 04 18:46:08.982 INFO O| Mar 04 18:46:08.982 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/arch"
50922026-03-04T18:46:11.457Z[ recovery-image] Mar 04 18:46:08.982 INFO O| Mar 04 18:46:08.982 INFO STEP 90 (remove_files) COMPLETE
50932026-03-04T18:46:11.457Z[ recovery-image] Mar 04 18:46:08.982 INFO O| Mar 04 18:46:08.982 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50942026-03-04T18:46:11.457Z[ recovery-image] Mar 04 18:46:08.995 INFO O| Mar 04 18:46:08.995 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/asa"
50952026-03-04T18:46:11.457Z[ recovery-image] Mar 04 18:46:08.995 INFO O| Mar 04 18:46:08.995 INFO STEP 91 (remove_files) COMPLETE
50962026-03-04T18:46:11.457Z[ recovery-image] Mar 04 18:46:08.995 INFO O| Mar 04 18:46:08.995 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50972026-03-04T18:46:11.457Z[ recovery-image] Mar 04 18:46:09.008 INFO O| Mar 04 18:46:09.008 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/at"
50982026-03-04T18:46:11.457Z[ recovery-image] Mar 04 18:46:09.008 INFO O| Mar 04 18:46:09.008 INFO STEP 92 (remove_files) COMPLETE
50992026-03-04T18:46:11.457Z[ recovery-image] Mar 04 18:46:09.008 INFO O| Mar 04 18:46:09.008 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51002026-03-04T18:46:11.457Z[ recovery-image] Mar 04 18:46:09.022 INFO O| Mar 04 18:46:09.022 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atq"
51012026-03-04T18:46:11.457Z[ recovery-image] Mar 04 18:46:09.022 INFO O| Mar 04 18:46:09.022 INFO STEP 93 (remove_files) COMPLETE
51022026-03-04T18:46:11.457Z[ recovery-image] Mar 04 18:46:09.022 INFO O| Mar 04 18:46:09.022 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51032026-03-04T18:46:11.457Z[ recovery-image] Mar 04 18:46:09.034 INFO O| Mar 04 18:46:09.034 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atrm"
51042026-03-04T18:46:11.457Z[ recovery-image] Mar 04 18:46:09.034 INFO O| Mar 04 18:46:09.034 INFO STEP 94 (remove_files) COMPLETE
51052026-03-04T18:46:11.457Z[ recovery-image] Mar 04 18:46:09.034 INFO O| Mar 04 18:46:09.034 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51062026-03-04T18:46:11.457Z[ recovery-image] Mar 04 18:46:09.048 INFO O| Mar 04 18:46:09.048 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/auths"
51072026-03-04T18:46:11.457Z[ recovery-image] Mar 04 18:46:09.048 INFO O| Mar 04 18:46:09.048 INFO STEP 95 (remove_files) COMPLETE
51082026-03-04T18:46:11.457Z[ recovery-image] Mar 04 18:46:09.048 INFO O| Mar 04 18:46:09.048 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51092026-03-04T18:46:11.457Z[ recovery-image] Mar 04 18:46:09.062 INFO O| Mar 04 18:46:09.062 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/banner"
51102026-03-04T18:46:11.457Z[ recovery-image] Mar 04 18:46:09.062 INFO O| Mar 04 18:46:09.062 INFO STEP 96 (remove_files) COMPLETE
51112026-03-04T18:46:11.457Z[ recovery-image] Mar 04 18:46:09.062 INFO O| Mar 04 18:46:09.062 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51122026-03-04T18:46:11.457Z[ recovery-image] Mar 04 18:46:09.075 INFO O| Mar 04 18:46:09.074 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bashbug"
51132026-03-04T18:46:11.457Z[ recovery-image] Mar 04 18:46:09.076 INFO O| Mar 04 18:46:09.076 INFO STEP 97 (remove_files) COMPLETE
51142026-03-04T18:46:11.457Z[ recovery-image] Mar 04 18:46:09.076 INFO O| Mar 04 18:46:09.076 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51152026-03-04T18:46:11.457Z[ recovery-image] Mar 04 18:46:09.089 INFO O| Mar 04 18:46:09.089 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/batch"
51162026-03-04T18:46:11.457Z[ recovery-image] Mar 04 18:46:09.089 INFO O| Mar 04 18:46:09.089 INFO STEP 98 (remove_files) COMPLETE
51172026-03-04T18:46:11.457Z[ recovery-image] Mar 04 18:46:09.089 INFO O| Mar 04 18:46:09.089 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51182026-03-04T18:46:11.457Z[ recovery-image] Mar 04 18:46:09.101 INFO O| Mar 04 18:46:09.101 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bc"
51192026-03-04T18:46:11.458Z[ recovery-image] Mar 04 18:46:09.101 INFO O| Mar 04 18:46:09.101 INFO STEP 99 (remove_files) COMPLETE
51202026-03-04T18:46:11.458Z[ recovery-image] Mar 04 18:46:09.101 INFO O| Mar 04 18:46:09.101 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51212026-03-04T18:46:11.458Z[ recovery-image] Mar 04 18:46:09.114 INFO O| Mar 04 18:46:09.114 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bdiff"
51222026-03-04T18:46:11.458Z[ recovery-image] Mar 04 18:46:09.114 INFO O| Mar 04 18:46:09.114 INFO STEP 100 (remove_files) COMPLETE
51232026-03-04T18:46:11.458Z[ recovery-image] Mar 04 18:46:09.114 INFO O| Mar 04 18:46:09.114 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51242026-03-04T18:46:11.458Z[ recovery-image] Mar 04 18:46:09.130 INFO O| Mar 04 18:46:09.130 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bg"
51252026-03-04T18:46:11.458Z[ recovery-image] Mar 04 18:46:09.130 INFO O| Mar 04 18:46:09.130 INFO STEP 101 (remove_files) COMPLETE
51262026-03-04T18:46:11.458Z[ recovery-image] Mar 04 18:46:09.130 INFO O| Mar 04 18:46:09.130 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51272026-03-04T18:46:11.458Z[ recovery-image] Mar 04 18:46:09.144 INFO O| Mar 04 18:46:09.144 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/brotli"
51282026-03-04T18:46:11.458Z[ recovery-image] Mar 04 18:46:09.144 INFO O| Mar 04 18:46:09.144 INFO STEP 102 (remove_files) COMPLETE
51292026-03-04T18:46:11.458Z[ recovery-image] Mar 04 18:46:09.144 INFO O| Mar 04 18:46:09.144 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51302026-03-04T18:46:11.462Z[ recovery-image] Mar 04 18:46:09.158 INFO O| Mar 04 18:46:09.158 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bunzip2"
51312026-03-04T18:46:11.462Z[ recovery-image] Mar 04 18:46:09.158 INFO O| Mar 04 18:46:09.158 INFO STEP 103 (remove_files) COMPLETE
51322026-03-04T18:46:11.462Z[ recovery-image] Mar 04 18:46:09.158 INFO O| Mar 04 18:46:09.158 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51332026-03-04T18:46:11.462Z[ recovery-image] Mar 04 18:46:09.172 INFO O| Mar 04 18:46:09.172 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/busstat"
51342026-03-04T18:46:11.462Z[ recovery-image] Mar 04 18:46:09.173 INFO O| Mar 04 18:46:09.173 INFO STEP 104 (remove_files) COMPLETE
51352026-03-04T18:46:11.462Z[ recovery-image] Mar 04 18:46:09.173 INFO O| Mar 04 18:46:09.173 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51362026-03-04T18:46:11.462Z[ recovery-image] Mar 04 18:46:09.186 INFO O| Mar 04 18:46:09.186 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzcat"
51372026-03-04T18:46:11.462Z[ recovery-image] Mar 04 18:46:09.186 INFO O| Mar 04 18:46:09.186 INFO STEP 105 (remove_files) COMPLETE
51382026-03-04T18:46:11.462Z[ recovery-image] Mar 04 18:46:09.186 INFO O| Mar 04 18:46:09.186 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51392026-03-04T18:46:11.463Z[ recovery-image] Mar 04 18:46:09.200 INFO O| Mar 04 18:46:09.199 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzdiff"
51402026-03-04T18:46:11.463Z[ recovery-image] Mar 04 18:46:09.200 INFO O| Mar 04 18:46:09.200 INFO STEP 106 (remove_files) COMPLETE
51412026-03-04T18:46:11.463Z[ recovery-image] Mar 04 18:46:09.200 INFO O| Mar 04 18:46:09.200 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51422026-03-04T18:46:11.463Z[ recovery-image] Mar 04 18:46:09.213 INFO O| Mar 04 18:46:09.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzgrep"
51432026-03-04T18:46:11.463Z[ recovery-image] Mar 04 18:46:09.213 INFO O| Mar 04 18:46:09.213 INFO STEP 107 (remove_files) COMPLETE
51442026-03-04T18:46:11.463Z[ recovery-image] Mar 04 18:46:09.213 INFO O| Mar 04 18:46:09.213 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51452026-03-04T18:46:11.463Z[ recovery-image] Mar 04 18:46:09.226 INFO O| Mar 04 18:46:09.226 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2"
51462026-03-04T18:46:11.463Z[ recovery-image] Mar 04 18:46:09.227 INFO O| Mar 04 18:46:09.226 INFO STEP 108 (remove_files) COMPLETE
51472026-03-04T18:46:11.463Z[ recovery-image] Mar 04 18:46:09.227 INFO O| Mar 04 18:46:09.227 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51482026-03-04T18:46:11.463Z[ recovery-image] Mar 04 18:46:09.240 INFO O| Mar 04 18:46:09.240 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2recover"
51492026-03-04T18:46:11.463Z[ recovery-image] Mar 04 18:46:09.241 INFO O| Mar 04 18:46:09.241 INFO STEP 109 (remove_files) COMPLETE
51502026-03-04T18:46:11.463Z[ recovery-image] Mar 04 18:46:09.241 INFO O| Mar 04 18:46:09.241 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51512026-03-04T18:46:11.463Z[ recovery-image] Mar 04 18:46:09.254 INFO O| Mar 04 18:46:09.254 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzmore"
51522026-03-04T18:46:11.463Z[ recovery-image] Mar 04 18:46:09.254 INFO O| Mar 04 18:46:09.254 INFO STEP 110 (remove_files) COMPLETE
51532026-03-04T18:46:11.463Z[ recovery-image] Mar 04 18:46:09.254 INFO O| Mar 04 18:46:09.254 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51542026-03-04T18:46:11.463Z[ recovery-image] Mar 04 18:46:09.267 INFO O| Mar 04 18:46:09.267 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cal"
51552026-03-04T18:46:11.463Z[ recovery-image] Mar 04 18:46:09.267 INFO O| Mar 04 18:46:09.267 INFO STEP 111 (remove_files) COMPLETE
51562026-03-04T18:46:11.463Z[ recovery-image] Mar 04 18:46:09.267 INFO O| Mar 04 18:46:09.267 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51572026-03-04T18:46:11.463Z[ recovery-image] Mar 04 18:46:09.280 INFO O| Mar 04 18:46:09.280 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/captoinfo"
51582026-03-04T18:46:11.463Z[ recovery-image] Mar 04 18:46:09.280 INFO O| Mar 04 18:46:09.280 INFO STEP 112 (remove_files) COMPLETE
51592026-03-04T18:46:11.463Z[ recovery-image] Mar 04 18:46:09.280 INFO O| Mar 04 18:46:09.280 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51602026-03-04T18:46:11.463Z[ recovery-image] Mar 04 18:46:09.294 INFO O| Mar 04 18:46:09.294 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cd"
51612026-03-04T18:46:11.463Z[ recovery-image] Mar 04 18:46:09.294 INFO O| Mar 04 18:46:09.294 INFO STEP 113 (remove_files) COMPLETE
51622026-03-04T18:46:11.463Z[ recovery-image] Mar 04 18:46:09.294 INFO O| Mar 04 18:46:09.294 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51632026-03-04T18:46:11.463Z[ recovery-image] Mar 04 18:46:09.309 INFO O| Mar 04 18:46:09.308 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/certutil"
51642026-03-04T18:46:11.463Z[ recovery-image] Mar 04 18:46:09.309 INFO O| Mar 04 18:46:09.309 INFO STEP 114 (remove_files) COMPLETE
51652026-03-04T18:46:11.463Z[ recovery-image] Mar 04 18:46:09.309 INFO O| Mar 04 18:46:09.309 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51662026-03-04T18:46:11.463Z[ recovery-image] Mar 04 18:46:09.323 INFO O| Mar 04 18:46:09.323 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/checkbandwidth"
51672026-03-04T18:46:11.463Z[ recovery-image] Mar 04 18:46:09.324 INFO O| Mar 04 18:46:09.323 INFO STEP 115 (remove_files) COMPLETE
51682026-03-04T18:46:11.463Z[ recovery-image] Mar 04 18:46:09.324 INFO O| Mar 04 18:46:09.324 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51692026-03-04T18:46:11.463Z[ recovery-image] Mar 04 18:46:09.337 INFO O| Mar 04 18:46:09.337 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chgrp"
51702026-03-04T18:46:11.463Z[ recovery-image] Mar 04 18:46:09.337 INFO O| Mar 04 18:46:09.337 INFO STEP 116 (remove_files) COMPLETE
51712026-03-04T18:46:11.463Z[ recovery-image] Mar 04 18:46:09.337 INFO O| Mar 04 18:46:09.337 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51722026-03-04T18:46:11.463Z[ recovery-image] Mar 04 18:46:09.349 INFO O| Mar 04 18:46:09.349 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chronyc"
51732026-03-04T18:46:11.463Z[ recovery-image] Mar 04 18:46:09.349 INFO O| Mar 04 18:46:09.349 INFO STEP 117 (remove_files) COMPLETE
51742026-03-04T18:46:11.464Z[ recovery-image] Mar 04 18:46:09.349 INFO O| Mar 04 18:46:09.349 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51752026-03-04T18:46:11.470Z[ recovery-image] Mar 04 18:46:09.363 INFO O| Mar 04 18:46:09.363 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckdate"
51762026-03-04T18:46:11.474Z[ recovery-image] Mar 04 18:46:09.364 INFO O| Mar 04 18:46:09.364 INFO STEP 118 (remove_files) COMPLETE
51772026-03-04T18:46:11.474Z[ recovery-image] Mar 04 18:46:09.364 INFO O| Mar 04 18:46:09.364 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51782026-03-04T18:46:11.485Z[ recovery-image] Mar 04 18:46:09.380 INFO O| Mar 04 18:46:09.380 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckgid"
51792026-03-04T18:46:11.485Z[ recovery-image] Mar 04 18:46:09.380 INFO O| Mar 04 18:46:09.380 INFO STEP 119 (remove_files) COMPLETE
51802026-03-04T18:46:11.485Z[ recovery-image] Mar 04 18:46:09.380 INFO O| Mar 04 18:46:09.380 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51812026-03-04T18:46:11.504Z[ recovery-image] Mar 04 18:46:09.396 INFO O| Mar 04 18:46:09.396 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckint"
51822026-03-04T18:46:11.504Z[ recovery-image] Mar 04 18:46:09.396 INFO O| Mar 04 18:46:09.396 INFO STEP 120 (remove_files) COMPLETE
51832026-03-04T18:46:11.507Z[ recovery-image] Mar 04 18:46:09.396 INFO O| Mar 04 18:46:09.396 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51842026-03-04T18:46:11.516Z[ recovery-image] Mar 04 18:46:09.411 INFO O| Mar 04 18:46:09.411 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckitem"
51852026-03-04T18:46:11.516Z[ recovery-image] Mar 04 18:46:09.411 INFO O| Mar 04 18:46:09.411 INFO STEP 121 (remove_files) COMPLETE
51862026-03-04T18:46:11.516Z[ recovery-image] Mar 04 18:46:09.411 INFO O| Mar 04 18:46:09.411 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51872026-03-04T18:46:11.533Z[ recovery-image] Mar 04 18:46:09.426 INFO O| Mar 04 18:46:09.426 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckkeywd"
51882026-03-04T18:46:11.533Z[ recovery-image] Mar 04 18:46:09.426 INFO O| Mar 04 18:46:09.426 INFO STEP 122 (remove_files) COMPLETE
51892026-03-04T18:46:11.536Z[ recovery-image] Mar 04 18:46:09.426 INFO O| Mar 04 18:46:09.426 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51902026-03-04T18:46:11.547Z[ recovery-image] Mar 04 18:46:09.442 INFO O| Mar 04 18:46:09.441 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckpath"
51912026-03-04T18:46:11.547Z[ recovery-image] Mar 04 18:46:09.442 INFO O| Mar 04 18:46:09.442 INFO STEP 123 (remove_files) COMPLETE
51922026-03-04T18:46:11.550Z[ recovery-image] Mar 04 18:46:09.442 INFO O| Mar 04 18:46:09.442 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51932026-03-04T18:46:11.563Z[ recovery-image] Mar 04 18:46:09.457 INFO O| Mar 04 18:46:09.457 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckrange"
51942026-03-04T18:46:11.563Z[ recovery-image] Mar 04 18:46:09.457 INFO O| Mar 04 18:46:09.457 INFO STEP 124 (remove_files) COMPLETE
51952026-03-04T18:46:11.566Z[ recovery-image] Mar 04 18:46:09.457 INFO O| Mar 04 18:46:09.457 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51962026-03-04T18:46:11.578Z[ recovery-image] Mar 04 18:46:09.472 INFO O| Mar 04 18:46:09.472 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckstr"
51972026-03-04T18:46:11.578Z[ recovery-image] Mar 04 18:46:09.472 INFO O| Mar 04 18:46:09.472 INFO STEP 125 (remove_files) COMPLETE
51982026-03-04T18:46:11.581Z[ recovery-image] Mar 04 18:46:09.472 INFO O| Mar 04 18:46:09.472 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51992026-03-04T18:46:11.591Z[ recovery-image] Mar 04 18:46:09.486 INFO O| Mar 04 18:46:09.486 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cksum"
52002026-03-04T18:46:11.591Z[ recovery-image] Mar 04 18:46:09.486 INFO O| Mar 04 18:46:09.486 INFO STEP 126 (remove_files) COMPLETE
52012026-03-04T18:46:11.591Z[ recovery-image] Mar 04 18:46:09.486 INFO O| Mar 04 18:46:09.486 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52022026-03-04T18:46:11.604Z[ recovery-image] Mar 04 18:46:09.499 INFO O| Mar 04 18:46:09.499 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cktime"
52032026-03-04T18:46:11.604Z[ recovery-image] Mar 04 18:46:09.499 INFO O| Mar 04 18:46:09.499 INFO STEP 127 (remove_files) COMPLETE
52042026-03-04T18:46:11.607Z[ recovery-image] Mar 04 18:46:09.499 INFO O| Mar 04 18:46:09.499 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52052026-03-04T18:46:11.619Z[ recovery-image] Mar 04 18:46:09.513 INFO O| Mar 04 18:46:09.513 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckuid"
52062026-03-04T18:46:11.619Z[ recovery-image] Mar 04 18:46:09.513 INFO O| Mar 04 18:46:09.513 INFO STEP 128 (remove_files) COMPLETE
52072026-03-04T18:46:11.622Z[ recovery-image] Mar 04 18:46:09.513 INFO O| Mar 04 18:46:09.513 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52082026-03-04T18:46:11.633Z[ recovery-image] Mar 04 18:46:09.527 INFO O| Mar 04 18:46:09.526 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckyorn"
52092026-03-04T18:46:11.633Z[ recovery-image] Mar 04 18:46:09.527 INFO O| Mar 04 18:46:09.527 INFO STEP 129 (remove_files) COMPLETE
52102026-03-04T18:46:11.633Z[ recovery-image] Mar 04 18:46:09.527 INFO O| Mar 04 18:46:09.527 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52112026-03-04T18:46:11.646Z[ recovery-image] Mar 04 18:46:09.541 INFO O| Mar 04 18:46:09.541 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/clear"
52122026-03-04T18:46:11.646Z[ recovery-image] Mar 04 18:46:09.541 INFO O| Mar 04 18:46:09.541 INFO STEP 130 (remove_files) COMPLETE
52132026-03-04T18:46:11.646Z[ recovery-image] Mar 04 18:46:09.541 INFO O| Mar 04 18:46:09.541 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52142026-03-04T18:46:11.659Z[ recovery-image] Mar 04 18:46:09.554 INFO O| Mar 04 18:46:09.554 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cmp"
52152026-03-04T18:46:11.659Z[ recovery-image] Mar 04 18:46:09.554 INFO O| Mar 04 18:46:09.554 INFO STEP 131 (remove_files) COMPLETE
52162026-03-04T18:46:11.663Z[ recovery-image] Mar 04 18:46:09.554 INFO O| Mar 04 18:46:09.554 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52172026-03-04T18:46:11.674Z[ recovery-image] Mar 04 18:46:09.568 INFO O| Mar 04 18:46:09.568 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/col"
52182026-03-04T18:46:11.674Z[ recovery-image] Mar 04 18:46:09.568 INFO O| Mar 04 18:46:09.568 INFO STEP 132 (remove_files) COMPLETE
52192026-03-04T18:46:11.674Z[ recovery-image] Mar 04 18:46:09.569 INFO O| Mar 04 18:46:09.568 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52202026-03-04T18:46:11.690Z[ recovery-image] Mar 04 18:46:09.584 INFO O| Mar 04 18:46:09.584 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/comm"
52212026-03-04T18:46:11.690Z[ recovery-image] Mar 04 18:46:09.584 INFO O| Mar 04 18:46:09.584 INFO STEP 133 (remove_files) COMPLETE
52222026-03-04T18:46:11.690Z[ recovery-image] Mar 04 18:46:09.584 INFO O| Mar 04 18:46:09.584 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52232026-03-04T18:46:11.705Z[ recovery-image] Mar 04 18:46:09.600 INFO O| Mar 04 18:46:09.600 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/command"
52242026-03-04T18:46:11.705Z[ recovery-image] Mar 04 18:46:09.600 INFO O| Mar 04 18:46:09.600 INFO STEP 134 (remove_files) COMPLETE
52252026-03-04T18:46:11.705Z[ recovery-image] Mar 04 18:46:09.600 INFO O| Mar 04 18:46:09.600 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52262026-03-04T18:46:11.721Z[ recovery-image] Mar 04 18:46:09.615 INFO O| Mar 04 18:46:09.615 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/compress"
52272026-03-04T18:46:11.721Z[ recovery-image] Mar 04 18:46:09.615 INFO O| Mar 04 18:46:09.615 INFO STEP 135 (remove_files) COMPLETE
52282026-03-04T18:46:11.724Z[ recovery-image] Mar 04 18:46:09.615 INFO O| Mar 04 18:46:09.615 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52292026-03-04T18:46:11.735Z[ recovery-image] Mar 04 18:46:09.630 INFO O| Mar 04 18:46:09.630 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/connstat"
52302026-03-04T18:46:11.735Z[ recovery-image] Mar 04 18:46:09.630 INFO O| Mar 04 18:46:09.630 INFO STEP 136 (remove_files) COMPLETE
52312026-03-04T18:46:11.738Z[ recovery-image] Mar 04 18:46:09.630 INFO O| Mar 04 18:46:09.630 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52322026-03-04T18:46:11.748Z[ recovery-image] Mar 04 18:46:09.643 INFO O| Mar 04 18:46:09.643 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cpio"
52332026-03-04T18:46:11.749Z[ recovery-image] Mar 04 18:46:09.643 INFO O| Mar 04 18:46:09.643 INFO STEP 137 (remove_files) COMPLETE
52342026-03-04T18:46:11.751Z[ recovery-image] Mar 04 18:46:09.643 INFO O| Mar 04 18:46:09.643 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52352026-03-04T18:46:11.761Z[ recovery-image] Mar 04 18:46:09.656 INFO O| Mar 04 18:46:09.656 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cputrack"
52362026-03-04T18:46:11.761Z[ recovery-image] Mar 04 18:46:09.656 INFO O| Mar 04 18:46:09.656 INFO STEP 138 (remove_files) COMPLETE
52372026-03-04T18:46:11.764Z[ recovery-image] Mar 04 18:46:09.656 INFO O| Mar 04 18:46:09.656 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52382026-03-04T18:46:11.775Z[ recovery-image] Mar 04 18:46:09.670 INFO O| Mar 04 18:46:09.670 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crle"
52392026-03-04T18:46:11.775Z[ recovery-image] Mar 04 18:46:09.670 INFO O| Mar 04 18:46:09.670 INFO STEP 139 (remove_files) COMPLETE
52402026-03-04T18:46:11.775Z[ recovery-image] Mar 04 18:46:09.670 INFO O| Mar 04 18:46:09.670 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52412026-03-04T18:46:11.790Z[ recovery-image] Mar 04 18:46:09.684 INFO O| Mar 04 18:46:09.683 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crontab"
52422026-03-04T18:46:11.790Z[ recovery-image] Mar 04 18:46:09.684 INFO O| Mar 04 18:46:09.684 INFO STEP 140 (remove_files) COMPLETE
52432026-03-04T18:46:11.793Z[ recovery-image] Mar 04 18:46:09.684 INFO O| Mar 04 18:46:09.684 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52442026-03-04T18:46:11.802Z[ recovery-image] Mar 04 18:46:09.696 INFO O| Mar 04 18:46:09.696 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crypt"
52452026-03-04T18:46:11.802Z[ recovery-image] Mar 04 18:46:09.696 INFO O| Mar 04 18:46:09.696 INFO STEP 141 (remove_files) COMPLETE
52462026-03-04T18:46:11.806Z[ recovery-image] Mar 04 18:46:09.696 INFO O| Mar 04 18:46:09.696 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52472026-03-04T18:46:11.815Z[ recovery-image] Mar 04 18:46:09.709 INFO O| Mar 04 18:46:09.709 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csh"
52482026-03-04T18:46:11.815Z[ recovery-image] Mar 04 18:46:09.710 INFO O| Mar 04 18:46:09.709 INFO STEP 142 (remove_files) COMPLETE
52492026-03-04T18:46:11.819Z[ recovery-image] Mar 04 18:46:09.710 INFO O| Mar 04 18:46:09.710 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52502026-03-04T18:46:11.829Z[ recovery-image] Mar 04 18:46:09.723 INFO O| Mar 04 18:46:09.723 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csplit"
52512026-03-04T18:46:11.829Z[ recovery-image] Mar 04 18:46:09.723 INFO O| Mar 04 18:46:09.723 INFO STEP 143 (remove_files) COMPLETE
52522026-03-04T18:46:11.829Z[ recovery-image] Mar 04 18:46:09.723 INFO O| Mar 04 18:46:09.723 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52532026-03-04T18:46:11.846Z[ recovery-image] Mar 04 18:46:09.736 INFO O| Mar 04 18:46:09.736 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl"
52542026-03-04T18:46:11.846Z[ recovery-image] Mar 04 18:46:09.736 INFO O| Mar 04 18:46:09.736 INFO STEP 144 (remove_files) COMPLETE
52552026-03-04T18:46:11.847Z[ recovery-image] Mar 04 18:46:09.736 INFO O| Mar 04 18:46:09.736 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52562026-03-04T18:46:11.856Z[ recovery-image] Mar 04 18:46:09.750 INFO O| Mar 04 18:46:09.750 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl-config"
52572026-03-04T18:46:11.856Z[ recovery-image] Mar 04 18:46:09.750 INFO O| Mar 04 18:46:09.750 INFO STEP 145 (remove_files) COMPLETE
52582026-03-04T18:46:11.856Z[ recovery-image] Mar 04 18:46:09.750 INFO O| Mar 04 18:46:09.750 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52592026-03-04T18:46:11.872Z[ recovery-image] Mar 04 18:46:09.763 INFO O| Mar 04 18:46:09.763 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dc"
52602026-03-04T18:46:11.872Z[ recovery-image] Mar 04 18:46:09.763 INFO O| Mar 04 18:46:09.763 INFO STEP 146 (remove_files) COMPLETE
52612026-03-04T18:46:11.877Z[ recovery-image] Mar 04 18:46:09.763 INFO O| Mar 04 18:46:09.763 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52622026-03-04T18:46:11.884Z[ recovery-image] Mar 04 18:46:09.777 INFO O| Mar 04 18:46:09.777 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/decrypt"
52632026-03-04T18:46:11.884Z[ recovery-image] Mar 04 18:46:09.778 INFO O| Mar 04 18:46:09.777 INFO STEP 147 (remove_files) COMPLETE
52642026-03-04T18:46:11.889Z[ recovery-image] Mar 04 18:46:09.778 INFO O| Mar 04 18:46:09.778 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52652026-03-04T18:46:11.898Z[ recovery-image] Mar 04 18:46:09.791 INFO O| Mar 04 18:46:09.791 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devattr"
52662026-03-04T18:46:11.905Z[ recovery-image] Mar 04 18:46:09.791 INFO O| Mar 04 18:46:09.791 INFO STEP 148 (remove_files) COMPLETE
52672026-03-04T18:46:11.905Z[ recovery-image] Mar 04 18:46:09.791 INFO O| Mar 04 18:46:09.791 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52682026-03-04T18:46:11.913Z[ recovery-image] Mar 04 18:46:09.805 INFO O| Mar 04 18:46:09.805 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devfree"
52692026-03-04T18:46:11.914Z[ recovery-image] Mar 04 18:46:09.805 INFO O| Mar 04 18:46:09.805 INFO STEP 149 (remove_files) COMPLETE
52702026-03-04T18:46:11.919Z[ recovery-image] Mar 04 18:46:09.805 INFO O| Mar 04 18:46:09.805 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52712026-03-04T18:46:11.925Z[ recovery-image] Mar 04 18:46:09.819 INFO O| Mar 04 18:46:09.819 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devreserv"
52722026-03-04T18:46:11.925Z[ recovery-image] Mar 04 18:46:09.819 INFO O| Mar 04 18:46:09.819 INFO STEP 150 (remove_files) COMPLETE
52732026-03-04T18:46:11.935Z[ recovery-image] Mar 04 18:46:09.819 INFO O| Mar 04 18:46:09.819 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52742026-03-04T18:46:11.943Z[ recovery-image] Mar 04 18:46:09.832 INFO O| Mar 04 18:46:09.832 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diff3"
52752026-03-04T18:46:11.943Z[ recovery-image] Mar 04 18:46:09.833 INFO O| Mar 04 18:46:09.832 INFO STEP 151 (remove_files) COMPLETE
52762026-03-04T18:46:11.943Z[ recovery-image] Mar 04 18:46:09.833 INFO O| Mar 04 18:46:09.833 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52772026-03-04T18:46:11.953Z[ recovery-image] Mar 04 18:46:09.845 INFO O| Mar 04 18:46:09.845 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/digest"
52782026-03-04T18:46:11.954Z[ recovery-image] Mar 04 18:46:09.845 INFO O| Mar 04 18:46:09.845 INFO STEP 152 (remove_files) COMPLETE
52792026-03-04T18:46:11.954Z[ recovery-image] Mar 04 18:46:09.845 INFO O| Mar 04 18:46:09.845 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52802026-03-04T18:46:11.965Z[ recovery-image] Mar 04 18:46:09.858 INFO O| Mar 04 18:46:09.858 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dircmp"
52812026-03-04T18:46:11.975Z[ recovery-image] Mar 04 18:46:09.858 INFO O| Mar 04 18:46:09.858 INFO STEP 153 (remove_files) COMPLETE
52822026-03-04T18:46:11.975Z[ recovery-image] Mar 04 18:46:09.858 INFO O| Mar 04 18:46:09.858 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52832026-03-04T18:46:11.995Z[ recovery-image] Mar 04 18:46:09.871 INFO O| Mar 04 18:46:09.871 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dirname"
52842026-03-04T18:46:11.996Z[ recovery-image] Mar 04 18:46:09.871 INFO O| Mar 04 18:46:09.871 INFO STEP 154 (remove_files) COMPLETE
52852026-03-04T18:46:11.996Z[ recovery-image] Mar 04 18:46:09.871 INFO O| Mar 04 18:46:09.871 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52862026-03-04T18:46:12.016Z[ recovery-image] Mar 04 18:46:09.884 INFO O| Mar 04 18:46:09.884 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diskscan"
52872026-03-04T18:46:12.016Z[ recovery-image] Mar 04 18:46:09.884 INFO O| Mar 04 18:46:09.884 INFO STEP 155 (remove_files) COMPLETE
52882026-03-04T18:46:12.016Z[ recovery-image] Mar 04 18:46:09.884 INFO O| Mar 04 18:46:09.884 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52892026-03-04T18:46:12.022Z[ recovery-image] Mar 04 18:46:09.897 INFO O| Mar 04 18:46:09.897 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispgid"
52902026-03-04T18:46:12.022Z[ recovery-image] Mar 04 18:46:09.898 INFO O| Mar 04 18:46:09.897 INFO STEP 156 (remove_files) COMPLETE
52912026-03-04T18:46:12.022Z[ recovery-image] Mar 04 18:46:09.898 INFO O| Mar 04 18:46:09.898 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52922026-03-04T18:46:12.022Z[ recovery-image] Mar 04 18:46:09.912 INFO O| Mar 04 18:46:09.911 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispuid"
52932026-03-04T18:46:12.022Z[ recovery-image] Mar 04 18:46:09.912 INFO O| Mar 04 18:46:09.912 INFO STEP 157 (remove_files) COMPLETE
52942026-03-04T18:46:12.022Z[ recovery-image] Mar 04 18:46:09.912 INFO O| Mar 04 18:46:09.912 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52952026-03-04T18:46:12.031Z[ recovery-image] Mar 04 18:46:09.925 INFO O| Mar 04 18:46:09.925 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dos2unix"
52962026-03-04T18:46:12.031Z[ recovery-image] Mar 04 18:46:09.925 INFO O| Mar 04 18:46:09.925 INFO STEP 158 (remove_files) COMPLETE
52972026-03-04T18:46:12.031Z[ recovery-image] Mar 04 18:46:09.925 INFO O| Mar 04 18:46:09.925 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52982026-03-04T18:46:12.043Z[ recovery-image] Mar 04 18:46:09.938 INFO O| Mar 04 18:46:09.938 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/du"
52992026-03-04T18:46:12.043Z[ recovery-image] Mar 04 18:46:09.938 INFO O| Mar 04 18:46:09.938 INFO STEP 159 (remove_files) COMPLETE
53002026-03-04T18:46:12.047Z[ recovery-image] Mar 04 18:46:09.938 INFO O| Mar 04 18:46:09.938 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53012026-03-04T18:46:12.056Z[ recovery-image] Mar 04 18:46:09.951 INFO O| Mar 04 18:46:09.951 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpcs"
53022026-03-04T18:46:12.056Z[ recovery-image] Mar 04 18:46:09.951 INFO O| Mar 04 18:46:09.951 INFO STEP 160 (remove_files) COMPLETE
53032026-03-04T18:46:12.060Z[ recovery-image] Mar 04 18:46:09.951 INFO O| Mar 04 18:46:09.951 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53042026-03-04T18:46:12.076Z[ recovery-image] Mar 04 18:46:09.964 INFO O| Mar 04 18:46:09.964 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpkeys"
53052026-03-04T18:46:12.081Z[ recovery-image] Mar 04 18:46:09.964 INFO O| Mar 04 18:46:09.964 INFO STEP 161 (remove_files) COMPLETE
53062026-03-04T18:46:12.081Z[ recovery-image] Mar 04 18:46:09.964 INFO O| Mar 04 18:46:09.964 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53072026-03-04T18:46:12.094Z[ recovery-image] Mar 04 18:46:09.977 INFO O| Mar 04 18:46:09.977 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/edit"
53082026-03-04T18:46:12.094Z[ recovery-image] Mar 04 18:46:09.978 INFO O| Mar 04 18:46:09.978 INFO STEP 162 (remove_files) COMPLETE
53092026-03-04T18:46:12.094Z[ recovery-image] Mar 04 18:46:09.978 INFO O| Mar 04 18:46:09.978 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53102026-03-04T18:46:12.106Z[ recovery-image] Mar 04 18:46:09.991 INFO O| Mar 04 18:46:09.991 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/eject"
53112026-03-04T18:46:12.106Z[ recovery-image] Mar 04 18:46:09.991 INFO O| Mar 04 18:46:09.991 INFO STEP 163 (remove_files) COMPLETE
53122026-03-04T18:46:12.106Z[ recovery-image] Mar 04 18:46:09.991 INFO O| Mar 04 18:46:09.991 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53132026-03-04T18:46:12.117Z[ recovery-image] Mar 04 18:46:10.004 INFO O| Mar 04 18:46:10.004 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfsign"
53142026-03-04T18:46:12.117Z[ recovery-image] Mar 04 18:46:10.004 INFO O| Mar 04 18:46:10.004 INFO STEP 164 (remove_files) COMPLETE
53152026-03-04T18:46:12.125Z[ recovery-image] Mar 04 18:46:10.004 INFO O| Mar 04 18:46:10.004 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53162026-03-04T18:46:12.132Z[ recovery-image] Mar 04 18:46:10.018 INFO O| Mar 04 18:46:10.018 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfwrap"
53172026-03-04T18:46:12.132Z[ recovery-image] Mar 04 18:46:10.018 INFO O| Mar 04 18:46:10.018 INFO STEP 165 (remove_files) COMPLETE
53182026-03-04T18:46:12.132Z[ recovery-image] Mar 04 18:46:10.018 INFO O| Mar 04 18:46:10.018 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53192026-03-04T18:46:12.141Z[ recovery-image] Mar 04 18:46:10.031 INFO O| Mar 04 18:46:10.031 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encode_keychange"
53202026-03-04T18:46:12.141Z[ recovery-image] Mar 04 18:46:10.031 INFO O| Mar 04 18:46:10.031 INFO STEP 166 (remove_files) COMPLETE
53212026-03-04T18:46:12.150Z[ recovery-image] Mar 04 18:46:10.031 INFO O| Mar 04 18:46:10.031 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53222026-03-04T18:46:12.160Z[ recovery-image] Mar 04 18:46:10.044 INFO O| Mar 04 18:46:10.044 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encrypt"
53232026-03-04T18:46:12.160Z[ recovery-image] Mar 04 18:46:10.044 INFO O| Mar 04 18:46:10.044 INFO STEP 167 (remove_files) COMPLETE
53242026-03-04T18:46:12.160Z[ recovery-image] Mar 04 18:46:10.044 INFO O| Mar 04 18:46:10.044 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53252026-03-04T18:46:12.164Z[ recovery-image] Mar 04 18:46:10.058 INFO O| Mar 04 18:46:10.057 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/enhance"
53262026-03-04T18:46:12.164Z[ recovery-image] Mar 04 18:46:10.058 INFO O| Mar 04 18:46:10.058 INFO STEP 168 (remove_files) COMPLETE
53272026-03-04T18:46:12.164Z[ recovery-image] Mar 04 18:46:10.058 INFO O| Mar 04 18:46:10.058 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53282026-03-04T18:46:12.181Z[ recovery-image] Mar 04 18:46:10.071 INFO O| Mar 04 18:46:10.071 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/env"
53292026-03-04T18:46:12.181Z[ recovery-image] Mar 04 18:46:10.071 INFO O| Mar 04 18:46:10.071 INFO STEP 169 (remove_files) COMPLETE
53302026-03-04T18:46:12.181Z[ recovery-image] Mar 04 18:46:10.071 INFO O| Mar 04 18:46:10.071 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53312026-03-04T18:46:12.194Z[ recovery-image] Mar 04 18:46:10.084 INFO O| Mar 04 18:46:10.084 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/etdump"
53322026-03-04T18:46:12.194Z[ recovery-image] Mar 04 18:46:10.085 INFO O| Mar 04 18:46:10.084 INFO STEP 170 (remove_files) COMPLETE
53332026-03-04T18:46:12.198Z[ recovery-image] Mar 04 18:46:10.085 INFO O| Mar 04 18:46:10.085 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53342026-03-04T18:46:12.203Z[ recovery-image] Mar 04 18:46:10.098 INFO O| Mar 04 18:46:10.098 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/expand"
53352026-03-04T18:46:12.209Z[ recovery-image] Mar 04 18:46:10.098 INFO O| Mar 04 18:46:10.098 INFO STEP 171 (remove_files) COMPLETE
53362026-03-04T18:46:12.209Z[ recovery-image] Mar 04 18:46:10.098 INFO O| Mar 04 18:46:10.098 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53372026-03-04T18:46:12.216Z[ recovery-image] Mar 04 18:46:10.111 INFO O| Mar 04 18:46:10.110 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/exstr"
53382026-03-04T18:46:12.216Z[ recovery-image] Mar 04 18:46:10.111 INFO O| Mar 04 18:46:10.111 INFO STEP 172 (remove_files) COMPLETE
53392026-03-04T18:46:12.216Z[ recovery-image] Mar 04 18:46:10.111 INFO O| Mar 04 18:46:10.111 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53402026-03-04T18:46:12.250Z[ recovery-image] Mar 04 18:46:10.124 INFO O| Mar 04 18:46:10.124 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/factor"
53412026-03-04T18:46:12.250Z[ recovery-image] Mar 04 18:46:10.124 INFO O| Mar 04 18:46:10.124 INFO STEP 173 (remove_files) COMPLETE
53422026-03-04T18:46:12.256Z[ recovery-image] Mar 04 18:46:10.124 INFO O| Mar 04 18:46:10.124 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53432026-03-04T18:46:12.256Z[ recovery-image] Mar 04 18:46:10.138 INFO O| Mar 04 18:46:10.137 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/false"
53442026-03-04T18:46:12.256Z[ recovery-image] Mar 04 18:46:10.138 INFO O| Mar 04 18:46:10.138 INFO STEP 174 (remove_files) COMPLETE
53452026-03-04T18:46:12.256Z[ recovery-image] Mar 04 18:46:10.138 INFO O| Mar 04 18:46:10.138 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53462026-03-04T18:46:12.260Z[ recovery-image] Mar 04 18:46:10.151 INFO O| Mar 04 18:46:10.151 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fc"
53472026-03-04T18:46:12.261Z[ recovery-image] Mar 04 18:46:10.151 INFO O| Mar 04 18:46:10.151 INFO STEP 175 (remove_files) COMPLETE
53482026-03-04T18:46:12.261Z[ recovery-image] Mar 04 18:46:10.151 INFO O| Mar 04 18:46:10.151 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53492026-03-04T18:46:12.269Z[ recovery-image] Mar 04 18:46:10.164 INFO O| Mar 04 18:46:10.164 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdetach"
53502026-03-04T18:46:12.269Z[ recovery-image] Mar 04 18:46:10.164 INFO O| Mar 04 18:46:10.164 INFO STEP 176 (remove_files) COMPLETE
53512026-03-04T18:46:12.269Z[ recovery-image] Mar 04 18:46:10.164 INFO O| Mar 04 18:46:10.164 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53522026-03-04T18:46:12.283Z[ recovery-image] Mar 04 18:46:10.178 INFO O| Mar 04 18:46:10.177 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdformat"
53532026-03-04T18:46:12.283Z[ recovery-image] Mar 04 18:46:10.178 INFO O| Mar 04 18:46:10.178 INFO STEP 177 (remove_files) COMPLETE
53542026-03-04T18:46:12.286Z[ recovery-image] Mar 04 18:46:10.178 INFO O| Mar 04 18:46:10.178 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53552026-03-04T18:46:12.296Z[ recovery-image] Mar 04 18:46:10.191 INFO O| Mar 04 18:46:10.190 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fg"
53562026-03-04T18:46:12.296Z[ recovery-image] Mar 04 18:46:10.191 INFO O| Mar 04 18:46:10.191 INFO STEP 178 (remove_files) COMPLETE
53572026-03-04T18:46:12.300Z[ recovery-image] Mar 04 18:46:10.191 INFO O| Mar 04 18:46:10.191 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53582026-03-04T18:46:12.310Z[ recovery-image] Mar 04 18:46:10.204 INFO O| Mar 04 18:46:10.204 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fgrep"
53592026-03-04T18:46:12.313Z[ recovery-image] Mar 04 18:46:10.205 INFO O| Mar 04 18:46:10.205 INFO STEP 179 (remove_files) COMPLETE
53602026-03-04T18:46:12.313Z[ recovery-image] Mar 04 18:46:10.205 INFO O| Mar 04 18:46:10.205 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53612026-03-04T18:46:12.325Z[ recovery-image] Mar 04 18:46:10.220 INFO O| Mar 04 18:46:10.220 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/file"
53622026-03-04T18:46:12.325Z[ recovery-image] Mar 04 18:46:10.220 INFO O| Mar 04 18:46:10.220 INFO STEP 180 (remove_files) COMPLETE
53632026-03-04T18:46:12.325Z[ recovery-image] Mar 04 18:46:10.220 INFO O| Mar 04 18:46:10.220 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53642026-03-04T18:46:12.339Z[ recovery-image] Mar 04 18:46:10.233 INFO O| Mar 04 18:46:10.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fixproc"
53652026-03-04T18:46:12.339Z[ recovery-image] Mar 04 18:46:10.233 INFO O| Mar 04 18:46:10.233 INFO STEP 181 (remove_files) COMPLETE
53662026-03-04T18:46:12.342Z[ recovery-image] Mar 04 18:46:10.234 INFO O| Mar 04 18:46:10.233 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53672026-03-04T18:46:12.354Z[ recovery-image] Mar 04 18:46:10.249 INFO O| Mar 04 18:46:10.248 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmt"
53682026-03-04T18:46:12.354Z[ recovery-image] Mar 04 18:46:10.249 INFO O| Mar 04 18:46:10.249 INFO STEP 182 (remove_files) COMPLETE
53692026-03-04T18:46:12.357Z[ recovery-image] Mar 04 18:46:10.249 INFO O| Mar 04 18:46:10.249 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53702026-03-04T18:46:12.369Z[ recovery-image] Mar 04 18:46:10.263 INFO O| Mar 04 18:46:10.263 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmtmsg"
53712026-03-04T18:46:12.369Z[ recovery-image] Mar 04 18:46:10.263 INFO O| Mar 04 18:46:10.263 INFO STEP 183 (remove_files) COMPLETE
53722026-03-04T18:46:12.369Z[ recovery-image] Mar 04 18:46:10.264 INFO O| Mar 04 18:46:10.263 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53732026-03-04T18:46:12.386Z[ recovery-image] Mar 04 18:46:10.280 INFO O| Mar 04 18:46:10.279 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fold"
53742026-03-04T18:46:12.386Z[ recovery-image] Mar 04 18:46:10.280 INFO O| Mar 04 18:46:10.280 INFO STEP 184 (remove_files) COMPLETE
53752026-03-04T18:46:12.386Z[ recovery-image] Mar 04 18:46:10.280 INFO O| Mar 04 18:46:10.280 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53762026-03-04T18:46:12.401Z[ recovery-image] Mar 04 18:46:10.295 INFO O| Mar 04 18:46:10.295 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fsstat"
53772026-03-04T18:46:12.401Z[ recovery-image] Mar 04 18:46:10.295 INFO O| Mar 04 18:46:10.295 INFO STEP 185 (remove_files) COMPLETE
53782026-03-04T18:46:12.423Z[ recovery-image] Mar 04 18:46:10.295 INFO O| Mar 04 18:46:10.295 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53792026-03-04T18:46:12.423Z[ recovery-image] Mar 04 18:46:10.310 INFO O| Mar 04 18:46:10.310 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gclear"
53802026-03-04T18:46:12.423Z[ recovery-image] Mar 04 18:46:10.310 INFO O| Mar 04 18:46:10.310 INFO STEP 186 (remove_files) COMPLETE
53812026-03-04T18:46:12.423Z[ recovery-image] Mar 04 18:46:10.310 INFO O| Mar 04 18:46:10.310 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53822026-03-04T18:46:12.430Z[ recovery-image] Mar 04 18:46:10.325 INFO O| Mar 04 18:46:10.325 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/geniconvtbl"
53832026-03-04T18:46:12.430Z[ recovery-image] Mar 04 18:46:10.325 INFO O| Mar 04 18:46:10.325 INFO STEP 187 (remove_files) COMPLETE
53842026-03-04T18:46:12.433Z[ recovery-image] Mar 04 18:46:10.325 INFO O| Mar 04 18:46:10.325 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53852026-03-04T18:46:12.446Z[ recovery-image] Mar 04 18:46:10.340 INFO O| Mar 04 18:46:10.339 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getconf"
53862026-03-04T18:46:12.446Z[ recovery-image] Mar 04 18:46:10.340 INFO O| Mar 04 18:46:10.340 INFO STEP 188 (remove_files) COMPLETE
53872026-03-04T18:46:12.446Z[ recovery-image] Mar 04 18:46:10.340 INFO O| Mar 04 18:46:10.340 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53882026-03-04T18:46:12.459Z[ recovery-image] Mar 04 18:46:10.353 INFO O| Mar 04 18:46:10.353 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdev"
53892026-03-04T18:46:12.459Z[ recovery-image] Mar 04 18:46:10.353 INFO O| Mar 04 18:46:10.353 INFO STEP 189 (remove_files) COMPLETE
53902026-03-04T18:46:12.462Z[ recovery-image] Mar 04 18:46:10.353 INFO O| Mar 04 18:46:10.353 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53912026-03-04T18:46:12.473Z[ recovery-image] Mar 04 18:46:10.367 INFO O| Mar 04 18:46:10.367 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdgrp"
53922026-03-04T18:46:12.473Z[ recovery-image] Mar 04 18:46:10.367 INFO O| Mar 04 18:46:10.367 INFO STEP 190 (remove_files) COMPLETE
53932026-03-04T18:46:12.473Z[ recovery-image] Mar 04 18:46:10.367 INFO O| Mar 04 18:46:10.367 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53942026-03-04T18:46:12.487Z[ recovery-image] Mar 04 18:46:10.382 INFO O| Mar 04 18:46:10.382 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getent"
53952026-03-04T18:46:12.490Z[ recovery-image] Mar 04 18:46:10.383 INFO O| Mar 04 18:46:10.383 INFO STEP 191 (remove_files) COMPLETE
53962026-03-04T18:46:12.491Z[ recovery-image] Mar 04 18:46:10.383 INFO O| Mar 04 18:46:10.383 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53972026-03-04T18:46:12.503Z[ recovery-image] Mar 04 18:46:10.398 INFO O| Mar 04 18:46:10.397 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getfacl"
53982026-03-04T18:46:12.503Z[ recovery-image] Mar 04 18:46:10.398 INFO O| Mar 04 18:46:10.398 INFO STEP 192 (remove_files) COMPLETE
53992026-03-04T18:46:12.508Z[ recovery-image] Mar 04 18:46:10.398 INFO O| Mar 04 18:46:10.398 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54002026-03-04T18:46:12.517Z[ recovery-image] Mar 04 18:46:10.411 INFO O| Mar 04 18:46:10.411 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopt"
54012026-03-04T18:46:12.517Z[ recovery-image] Mar 04 18:46:10.411 INFO O| Mar 04 18:46:10.411 INFO STEP 193 (remove_files) COMPLETE
54022026-03-04T18:46:12.517Z[ recovery-image] Mar 04 18:46:10.411 INFO O| Mar 04 18:46:10.411 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54032026-03-04T18:46:12.530Z[ recovery-image] Mar 04 18:46:10.424 INFO O| Mar 04 18:46:10.424 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopts"
54042026-03-04T18:46:12.530Z[ recovery-image] Mar 04 18:46:10.424 INFO O| Mar 04 18:46:10.424 INFO STEP 194 (remove_files) COMPLETE
54052026-03-04T18:46:12.532Z[ recovery-image] Mar 04 18:46:10.424 INFO O| Mar 04 18:46:10.424 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54062026-03-04T18:46:12.543Z[ recovery-image] Mar 04 18:46:10.437 INFO O| Mar 04 18:46:10.437 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gettext"
54072026-03-04T18:46:12.543Z[ recovery-image] Mar 04 18:46:10.438 INFO O| Mar 04 18:46:10.437 INFO STEP 195 (remove_files) COMPLETE
54082026-03-04T18:46:12.543Z[ recovery-image] Mar 04 18:46:10.438 INFO O| Mar 04 18:46:10.437 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54092026-03-04T18:46:12.556Z[ recovery-image] Mar 04 18:46:10.451 INFO O| Mar 04 18:46:10.451 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getvol"
54102026-03-04T18:46:12.556Z[ recovery-image] Mar 04 18:46:10.451 INFO O| Mar 04 18:46:10.451 INFO STEP 196 (remove_files) COMPLETE
54112026-03-04T18:46:12.556Z[ recovery-image] Mar 04 18:46:10.451 INFO O| Mar 04 18:46:10.451 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54122026-03-04T18:46:12.569Z[ recovery-image] Mar 04 18:46:10.464 INFO O| Mar 04 18:46:10.464 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ginfocmp"
54132026-03-04T18:46:12.569Z[ recovery-image] Mar 04 18:46:10.464 INFO O| Mar 04 18:46:10.464 INFO STEP 197 (remove_files) COMPLETE
54142026-03-04T18:46:12.569Z[ recovery-image] Mar 04 18:46:10.464 INFO O| Mar 04 18:46:10.464 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54152026-03-04T18:46:12.583Z[ recovery-image] Mar 04 18:46:10.477 INFO O| Mar 04 18:46:10.476 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/groups"
54162026-03-04T18:46:12.584Z[ recovery-image] Mar 04 18:46:10.477 INFO O| Mar 04 18:46:10.477 INFO STEP 198 (remove_files) COMPLETE
54172026-03-04T18:46:12.584Z[ recovery-image] Mar 04 18:46:10.477 INFO O| Mar 04 18:46:10.477 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54182026-03-04T18:46:12.595Z[ recovery-image] Mar 04 18:46:10.490 INFO O| Mar 04 18:46:10.490 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtabs"
54192026-03-04T18:46:12.598Z[ recovery-image] Mar 04 18:46:10.490 INFO O| Mar 04 18:46:10.490 INFO STEP 199 (remove_files) COMPLETE
54202026-03-04T18:46:12.598Z[ recovery-image] Mar 04 18:46:10.490 INFO O| Mar 04 18:46:10.490 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54212026-03-04T18:46:12.609Z[ recovery-image] Mar 04 18:46:10.503 INFO O| Mar 04 18:46:10.503 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtic"
54222026-03-04T18:46:12.609Z[ recovery-image] Mar 04 18:46:10.503 INFO O| Mar 04 18:46:10.503 INFO STEP 200 (remove_files) COMPLETE
54232026-03-04T18:46:12.609Z[ recovery-image] Mar 04 18:46:10.503 INFO O| Mar 04 18:46:10.503 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54242026-03-04T18:46:12.623Z[ recovery-image] Mar 04 18:46:10.517 INFO O| Mar 04 18:46:10.517 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtoe"
54252026-03-04T18:46:12.623Z[ recovery-image] Mar 04 18:46:10.518 INFO O| Mar 04 18:46:10.518 INFO STEP 201 (remove_files) COMPLETE
54262026-03-04T18:46:12.626Z[ recovery-image] Mar 04 18:46:10.518 INFO O| Mar 04 18:46:10.518 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54272026-03-04T18:46:12.636Z[ recovery-image] Mar 04 18:46:10.530 INFO O| Mar 04 18:46:10.530 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtput"
54282026-03-04T18:46:12.636Z[ recovery-image] Mar 04 18:46:10.531 INFO O| Mar 04 18:46:10.531 INFO STEP 202 (remove_files) COMPLETE
54292026-03-04T18:46:12.636Z[ recovery-image] Mar 04 18:46:10.531 INFO O| Mar 04 18:46:10.531 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54302026-03-04T18:46:12.649Z[ recovery-image] Mar 04 18:46:10.544 INFO O| Mar 04 18:46:10.544 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtset"
54312026-03-04T18:46:12.649Z[ recovery-image] Mar 04 18:46:10.544 INFO O| Mar 04 18:46:10.544 INFO STEP 203 (remove_files) COMPLETE
54322026-03-04T18:46:12.649Z[ recovery-image] Mar 04 18:46:10.544 INFO O| Mar 04 18:46:10.544 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54332026-03-04T18:46:12.664Z[ recovery-image] Mar 04 18:46:10.557 INFO O| Mar 04 18:46:10.557 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gunzip"
54342026-03-04T18:46:12.667Z[ recovery-image] Mar 04 18:46:10.558 INFO O| Mar 04 18:46:10.558 INFO STEP 204 (remove_files) COMPLETE
54352026-03-04T18:46:12.667Z[ recovery-image] Mar 04 18:46:10.558 INFO O| Mar 04 18:46:10.558 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54362026-03-04T18:46:12.677Z[ recovery-image] Mar 04 18:46:10.571 INFO O| Mar 04 18:46:10.571 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcat"
54372026-03-04T18:46:12.677Z[ recovery-image] Mar 04 18:46:10.571 INFO O| Mar 04 18:46:10.571 INFO STEP 205 (remove_files) COMPLETE
54382026-03-04T18:46:12.677Z[ recovery-image] Mar 04 18:46:10.572 INFO O| Mar 04 18:46:10.571 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54392026-03-04T18:46:12.690Z[ recovery-image] Mar 04 18:46:10.585 INFO O| Mar 04 18:46:10.584 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcmp"
54402026-03-04T18:46:12.690Z[ recovery-image] Mar 04 18:46:10.585 INFO O| Mar 04 18:46:10.585 INFO STEP 206 (remove_files) COMPLETE
54412026-03-04T18:46:12.693Z[ recovery-image] Mar 04 18:46:10.585 INFO O| Mar 04 18:46:10.585 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54422026-03-04T18:46:12.704Z[ recovery-image] Mar 04 18:46:10.598 INFO O| Mar 04 18:46:10.598 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzdiff"
54432026-03-04T18:46:12.704Z[ recovery-image] Mar 04 18:46:10.598 INFO O| Mar 04 18:46:10.598 INFO STEP 207 (remove_files) COMPLETE
54442026-03-04T18:46:12.704Z[ recovery-image] Mar 04 18:46:10.598 INFO O| Mar 04 18:46:10.598 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54452026-03-04T18:46:12.717Z[ recovery-image] Mar 04 18:46:10.611 INFO O| Mar 04 18:46:10.611 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzegrep"
54462026-03-04T18:46:12.717Z[ recovery-image] Mar 04 18:46:10.611 INFO O| Mar 04 18:46:10.611 INFO STEP 208 (remove_files) COMPLETE
54472026-03-04T18:46:12.725Z[ recovery-image] Mar 04 18:46:10.611 INFO O| Mar 04 18:46:10.611 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54482026-03-04T18:46:12.730Z[ recovery-image] Mar 04 18:46:10.624 INFO O| Mar 04 18:46:10.624 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzexe"
54492026-03-04T18:46:12.730Z[ recovery-image] Mar 04 18:46:10.624 INFO O| Mar 04 18:46:10.624 INFO STEP 209 (remove_files) COMPLETE
54502026-03-04T18:46:12.733Z[ recovery-image] Mar 04 18:46:10.624 INFO O| Mar 04 18:46:10.624 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54512026-03-04T18:46:12.743Z[ recovery-image] Mar 04 18:46:10.637 INFO O| Mar 04 18:46:10.637 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzfgrep"
54522026-03-04T18:46:12.743Z[ recovery-image] Mar 04 18:46:10.637 INFO O| Mar 04 18:46:10.637 INFO STEP 210 (remove_files) COMPLETE
54532026-03-04T18:46:12.743Z[ recovery-image] Mar 04 18:46:10.637 INFO O| Mar 04 18:46:10.637 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54542026-03-04T18:46:12.756Z[ recovery-image] Mar 04 18:46:10.650 INFO O| Mar 04 18:46:10.650 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzforce"
54552026-03-04T18:46:12.756Z[ recovery-image] Mar 04 18:46:10.651 INFO O| Mar 04 18:46:10.651 INFO STEP 211 (remove_files) COMPLETE
54562026-03-04T18:46:12.756Z[ recovery-image] Mar 04 18:46:10.651 INFO O| Mar 04 18:46:10.651 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54572026-03-04T18:46:12.769Z[ recovery-image] Mar 04 18:46:10.664 INFO O| Mar 04 18:46:10.663 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzgrep"
54582026-03-04T18:46:12.769Z[ recovery-image] Mar 04 18:46:10.664 INFO O| Mar 04 18:46:10.664 INFO STEP 212 (remove_files) COMPLETE
54592026-03-04T18:46:12.769Z[ recovery-image] Mar 04 18:46:10.664 INFO O| Mar 04 18:46:10.664 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54602026-03-04T18:46:12.783Z[ recovery-image] Mar 04 18:46:10.677 INFO O| Mar 04 18:46:10.677 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzip"
54612026-03-04T18:46:12.783Z[ recovery-image] Mar 04 18:46:10.677 INFO O| Mar 04 18:46:10.677 INFO STEP 213 (remove_files) COMPLETE
54622026-03-04T18:46:12.783Z[ recovery-image] Mar 04 18:46:10.677 INFO O| Mar 04 18:46:10.677 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54632026-03-04T18:46:12.795Z[ recovery-image] Mar 04 18:46:10.690 INFO O| Mar 04 18:46:10.690 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzless"
54642026-03-04T18:46:12.796Z[ recovery-image] Mar 04 18:46:10.690 INFO O| Mar 04 18:46:10.690 INFO STEP 214 (remove_files) COMPLETE
54652026-03-04T18:46:12.798Z[ recovery-image] Mar 04 18:46:10.690 INFO O| Mar 04 18:46:10.690 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54662026-03-04T18:46:12.809Z[ recovery-image] Mar 04 18:46:10.704 INFO O| Mar 04 18:46:10.704 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzmore"
54672026-03-04T18:46:12.809Z[ recovery-image] Mar 04 18:46:10.704 INFO O| Mar 04 18:46:10.704 INFO STEP 215 (remove_files) COMPLETE
54682026-03-04T18:46:12.812Z[ recovery-image] Mar 04 18:46:10.704 INFO O| Mar 04 18:46:10.704 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54692026-03-04T18:46:12.822Z[ recovery-image] Mar 04 18:46:10.717 INFO O| Mar 04 18:46:10.717 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gznew"
54702026-03-04T18:46:12.823Z[ recovery-image] Mar 04 18:46:10.717 INFO O| Mar 04 18:46:10.717 INFO STEP 216 (remove_files) COMPLETE
54712026-03-04T18:46:12.823Z[ recovery-image] Mar 04 18:46:10.717 INFO O| Mar 04 18:46:10.717 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54722026-03-04T18:46:12.836Z[ recovery-image] Mar 04 18:46:10.731 INFO O| Mar 04 18:46:10.731 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hash"
54732026-03-04T18:46:12.836Z[ recovery-image] Mar 04 18:46:10.731 INFO O| Mar 04 18:46:10.731 INFO STEP 217 (remove_files) COMPLETE
54742026-03-04T18:46:12.839Z[ recovery-image] Mar 04 18:46:10.731 INFO O| Mar 04 18:46:10.731 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54752026-03-04T18:46:12.850Z[ recovery-image] Mar 04 18:46:10.744 INFO O| Mar 04 18:46:10.744 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostid"
54762026-03-04T18:46:12.850Z[ recovery-image] Mar 04 18:46:10.745 INFO O| Mar 04 18:46:10.745 INFO STEP 218 (remove_files) COMPLETE
54772026-03-04T18:46:12.853Z[ recovery-image] Mar 04 18:46:10.745 INFO O| Mar 04 18:46:10.745 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54782026-03-04T18:46:12.864Z[ recovery-image] Mar 04 18:46:10.759 INFO O| Mar 04 18:46:10.759 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostname"
54792026-03-04T18:46:12.864Z[ recovery-image] Mar 04 18:46:10.759 INFO O| Mar 04 18:46:10.759 INFO STEP 219 (remove_files) COMPLETE
54802026-03-04T18:46:12.864Z[ recovery-image] Mar 04 18:46:10.759 INFO O| Mar 04 18:46:10.759 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54812026-03-04T18:46:12.878Z[ recovery-image] Mar 04 18:46:10.773 INFO O| Mar 04 18:46:10.773 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/adb"
54822026-03-04T18:46:12.878Z[ recovery-image] Mar 04 18:46:10.773 INFO O| Mar 04 18:46:10.773 INFO STEP 220 (remove_files) COMPLETE
54832026-03-04T18:46:12.878Z[ recovery-image] Mar 04 18:46:10.773 INFO O| Mar 04 18:46:10.773 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54842026-03-04T18:46:12.891Z[ recovery-image] Mar 04 18:46:10.786 INFO O| Mar 04 18:46:10.786 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/amt"
54852026-03-04T18:46:12.892Z[ recovery-image] Mar 04 18:46:10.786 INFO O| Mar 04 18:46:10.786 INFO STEP 221 (remove_files) COMPLETE
54862026-03-04T18:46:12.892Z[ recovery-image] Mar 04 18:46:10.786 INFO O| Mar 04 18:46:10.786 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54872026-03-04T18:46:12.907Z[ recovery-image] Mar 04 18:46:10.801 INFO O| Mar 04 18:46:10.801 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/ksh"
54882026-03-04T18:46:12.907Z[ recovery-image] Mar 04 18:46:10.801 INFO O| Mar 04 18:46:10.801 INFO STEP 222 (remove_files) COMPLETE
54892026-03-04T18:46:12.910Z[ recovery-image] Mar 04 18:46:10.801 INFO O| Mar 04 18:46:10.801 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54902026-03-04T18:46:12.922Z[ recovery-image] Mar 04 18:46:10.817 INFO O| Mar 04 18:46:10.817 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/mdb"
54912026-03-04T18:46:12.922Z[ recovery-image] Mar 04 18:46:10.817 INFO O| Mar 04 18:46:10.817 INFO STEP 223 (remove_files) COMPLETE
54922026-03-04T18:46:12.925Z[ recovery-image] Mar 04 18:46:10.817 INFO O| Mar 04 18:46:10.817 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54932026-03-04T18:46:12.936Z[ recovery-image] Mar 04 18:46:10.830 INFO O| Mar 04 18:46:10.830 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh"
54942026-03-04T18:46:12.936Z[ recovery-image] Mar 04 18:46:10.830 INFO O| Mar 04 18:46:10.830 INFO STEP 224 (remove_files) COMPLETE
54952026-03-04T18:46:12.936Z[ recovery-image] Mar 04 18:46:10.830 INFO O| Mar 04 18:46:10.830 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54962026-03-04T18:46:12.950Z[ recovery-image] Mar 04 18:46:10.845 INFO O| Mar 04 18:46:10.844 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh93"
54972026-03-04T18:46:12.950Z[ recovery-image] Mar 04 18:46:10.845 INFO O| Mar 04 18:46:10.845 INFO STEP 225 (remove_files) COMPLETE
54982026-03-04T18:46:12.950Z[ recovery-image] Mar 04 18:46:10.845 INFO O| Mar 04 18:46:10.845 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54992026-03-04T18:46:12.964Z[ recovery-image] Mar 04 18:46:10.858 INFO O| Mar 04 18:46:10.858 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iconv"
55002026-03-04T18:46:12.965Z[ recovery-image] Mar 04 18:46:10.858 INFO O| Mar 04 18:46:10.858 INFO STEP 226 (remove_files) COMPLETE
55012026-03-04T18:46:12.965Z[ recovery-image] Mar 04 18:46:10.858 INFO O| Mar 04 18:46:10.858 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55022026-03-04T18:46:12.976Z[ recovery-image] Mar 04 18:46:10.871 INFO O| Mar 04 18:46:10.871 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/id"
55032026-03-04T18:46:12.976Z[ recovery-image] Mar 04 18:46:10.871 INFO O| Mar 04 18:46:10.871 INFO STEP 227 (remove_files) COMPLETE
55042026-03-04T18:46:12.976Z[ recovery-image] Mar 04 18:46:10.871 INFO O| Mar 04 18:46:10.871 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55052026-03-04T18:46:12.990Z[ recovery-image] Mar 04 18:46:10.885 INFO O| Mar 04 18:46:10.885 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/idn"
55062026-03-04T18:46:12.990Z[ recovery-image] Mar 04 18:46:10.885 INFO O| Mar 04 18:46:10.885 INFO STEP 228 (remove_files) COMPLETE
55072026-03-04T18:46:12.993Z[ recovery-image] Mar 04 18:46:10.885 INFO O| Mar 04 18:46:10.885 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55082026-03-04T18:46:13.005Z[ recovery-image] Mar 04 18:46:10.899 INFO O| Mar 04 18:46:10.899 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/infocmp"
55092026-03-04T18:46:13.005Z[ recovery-image] Mar 04 18:46:10.899 INFO O| Mar 04 18:46:10.899 INFO STEP 229 (remove_files) COMPLETE
55102026-03-04T18:46:13.005Z[ recovery-image] Mar 04 18:46:10.899 INFO O| Mar 04 18:46:10.899 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55112026-03-04T18:46:13.019Z[ recovery-image] Mar 04 18:46:10.913 INFO O| Mar 04 18:46:10.913 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iostat"
55122026-03-04T18:46:13.022Z[ recovery-image] Mar 04 18:46:10.914 INFO O| Mar 04 18:46:10.914 INFO STEP 230 (remove_files) COMPLETE
55132026-03-04T18:46:13.022Z[ recovery-image] Mar 04 18:46:10.914 INFO O| Mar 04 18:46:10.914 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55142026-03-04T18:46:13.035Z[ recovery-image] Mar 04 18:46:10.929 INFO O| Mar 04 18:46:10.929 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ipf-mod.pl"
55152026-03-04T18:46:13.035Z[ recovery-image] Mar 04 18:46:10.929 INFO O| Mar 04 18:46:10.929 INFO STEP 231 (remove_files) COMPLETE
55162026-03-04T18:46:13.037Z[ recovery-image] Mar 04 18:46:10.929 INFO O| Mar 04 18:46:10.929 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55172026-03-04T18:46:13.049Z[ recovery-image] Mar 04 18:46:10.943 INFO O| Mar 04 18:46:10.943 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isainfo"
55182026-03-04T18:46:13.049Z[ recovery-image] Mar 04 18:46:10.943 INFO O| Mar 04 18:46:10.943 INFO STEP 232 (remove_files) COMPLETE
55192026-03-04T18:46:13.052Z[ recovery-image] Mar 04 18:46:10.943 INFO O| Mar 04 18:46:10.943 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55202026-03-04T18:46:13.063Z[ recovery-image] Mar 04 18:46:10.957 INFO O| Mar 04 18:46:10.957 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isalist"
55212026-03-04T18:46:13.063Z[ recovery-image] Mar 04 18:46:10.957 INFO O| Mar 04 18:46:10.957 INFO STEP 233 (remove_files) COMPLETE
55222026-03-04T18:46:13.063Z[ recovery-image] Mar 04 18:46:10.957 INFO O| Mar 04 18:46:10.957 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55232026-03-04T18:46:13.076Z[ recovery-image] Mar 04 18:46:10.970 INFO O| Mar 04 18:46:10.970 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/jobs"
55242026-03-04T18:46:13.076Z[ recovery-image] Mar 04 18:46:10.970 INFO O| Mar 04 18:46:10.970 INFO STEP 234 (remove_files) COMPLETE
55252026-03-04T18:46:13.079Z[ recovery-image] Mar 04 18:46:10.970 INFO O| Mar 04 18:46:10.970 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55262026-03-04T18:46:13.089Z[ recovery-image] Mar 04 18:46:10.984 INFO O| Mar 04 18:46:10.983 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/join"
55272026-03-04T18:46:13.089Z[ recovery-image] Mar 04 18:46:10.984 INFO O| Mar 04 18:46:10.984 INFO STEP 235 (remove_files) COMPLETE
55282026-03-04T18:46:13.089Z[ recovery-image] Mar 04 18:46:10.984 INFO O| Mar 04 18:46:10.984 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55292026-03-04T18:46:13.103Z[ recovery-image] Mar 04 18:46:10.997 INFO O| Mar 04 18:46:10.997 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kbd"
55302026-03-04T18:46:13.103Z[ recovery-image] Mar 04 18:46:10.997 INFO O| Mar 04 18:46:10.997 INFO STEP 236 (remove_files) COMPLETE
55312026-03-04T18:46:13.105Z[ recovery-image] Mar 04 18:46:10.997 INFO O| Mar 04 18:46:10.997 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55322026-03-04T18:46:13.118Z[ recovery-image] Mar 04 18:46:11.012 INFO O| Mar 04 18:46:11.012 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kdestroy"
55332026-03-04T18:46:13.118Z[ recovery-image] Mar 04 18:46:11.012 INFO O| Mar 04 18:46:11.012 INFO STEP 237 (remove_files) COMPLETE
55342026-03-04T18:46:13.121Z[ recovery-image] Mar 04 18:46:11.012 INFO O| Mar 04 18:46:11.012 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55352026-03-04T18:46:13.132Z[ recovery-image] Mar 04 18:46:11.026 INFO O| Mar 04 18:46:11.026 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogin"
55362026-03-04T18:46:13.132Z[ recovery-image] Mar 04 18:46:11.026 INFO O| Mar 04 18:46:11.026 INFO STEP 238 (remove_files) COMPLETE
55372026-03-04T18:46:13.132Z[ recovery-image] Mar 04 18:46:11.026 INFO O| Mar 04 18:46:11.026 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55382026-03-04T18:46:13.145Z[ recovery-image] Mar 04 18:46:11.039 INFO O| Mar 04 18:46:11.039 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogout"
55392026-03-04T18:46:13.145Z[ recovery-image] Mar 04 18:46:11.039 INFO O| Mar 04 18:46:11.039 INFO STEP 239 (remove_files) COMPLETE
55402026-03-04T18:46:13.145Z[ recovery-image] Mar 04 18:46:11.039 INFO O| Mar 04 18:46:11.039 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55412026-03-04T18:46:13.159Z[ recovery-image] Mar 04 18:46:11.053 INFO O| Mar 04 18:46:11.053 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kill"
55422026-03-04T18:46:13.159Z[ recovery-image] Mar 04 18:46:11.053 INFO O| Mar 04 18:46:11.053 INFO STEP 240 (remove_files) COMPLETE
55432026-03-04T18:46:13.159Z[ recovery-image] Mar 04 18:46:11.053 INFO O| Mar 04 18:46:11.053 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55442026-03-04T18:46:13.172Z[ recovery-image] Mar 04 18:46:11.066 INFO O| Mar 04 18:46:11.066 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kinit"
55452026-03-04T18:46:13.172Z[ recovery-image] Mar 04 18:46:11.066 INFO O| Mar 04 18:46:11.066 INFO STEP 241 (remove_files) COMPLETE
55462026-03-04T18:46:13.175Z[ recovery-image] Mar 04 18:46:11.066 INFO O| Mar 04 18:46:11.066 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55472026-03-04T18:46:13.186Z[ recovery-image] Mar 04 18:46:11.080 INFO O| Mar 04 18:46:11.080 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/klist"
55482026-03-04T18:46:13.186Z[ recovery-image] Mar 04 18:46:11.080 INFO O| Mar 04 18:46:11.080 INFO STEP 242 (remove_files) COMPLETE
55492026-03-04T18:46:13.186Z[ recovery-image] Mar 04 18:46:11.080 INFO O| Mar 04 18:46:11.080 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55502026-03-04T18:46:13.201Z[ recovery-image] Mar 04 18:46:11.094 INFO O| Mar 04 18:46:11.094 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kmfcfg"
55512026-03-04T18:46:13.201Z[ recovery-image] Mar 04 18:46:11.094 INFO O| Mar 04 18:46:11.094 INFO STEP 243 (remove_files) COMPLETE
55522026-03-04T18:46:13.201Z[ recovery-image] Mar 04 18:46:11.094 INFO O| Mar 04 18:46:11.094 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55532026-03-04T18:46:13.213Z[ recovery-image] Mar 04 18:46:11.107 INFO O| Mar 04 18:46:11.107 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kpasswd"
55542026-03-04T18:46:13.213Z[ recovery-image] Mar 04 18:46:11.107 INFO O| Mar 04 18:46:11.107 INFO STEP 244 (remove_files) COMPLETE
55552026-03-04T18:46:13.213Z[ recovery-image] Mar 04 18:46:11.107 INFO O| Mar 04 18:46:11.107 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55562026-03-04T18:46:13.225Z[ recovery-image] Mar 04 18:46:11.120 INFO O| Mar 04 18:46:11.120 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/krb5-config"
55572026-03-04T18:46:13.225Z[ recovery-image] Mar 04 18:46:11.120 INFO O| Mar 04 18:46:11.120 INFO STEP 245 (remove_files) COMPLETE
55582026-03-04T18:46:13.228Z[ recovery-image] Mar 04 18:46:11.120 INFO O| Mar 04 18:46:11.120 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55592026-03-04T18:46:13.240Z[ recovery-image] Mar 04 18:46:11.134 INFO O| Mar 04 18:46:11.134 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ksh93"
55602026-03-04T18:46:13.240Z[ recovery-image] Mar 04 18:46:11.134 INFO O| Mar 04 18:46:11.134 INFO STEP 246 (remove_files) COMPLETE
55612026-03-04T18:46:13.240Z[ recovery-image] Mar 04 18:46:11.134 INFO O| Mar 04 18:46:11.134 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55622026-03-04T18:46:13.254Z[ recovery-image] Mar 04 18:46:11.149 INFO O| Mar 04 18:46:11.149 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ktutil"
55632026-03-04T18:46:13.254Z[ recovery-image] Mar 04 18:46:11.149 INFO O| Mar 04 18:46:11.149 INFO STEP 247 (remove_files) COMPLETE
55642026-03-04T18:46:13.257Z[ recovery-image] Mar 04 18:46:11.149 INFO O| Mar 04 18:46:11.149 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55652026-03-04T18:46:13.267Z[ recovery-image] Mar 04 18:46:11.162 INFO O| Mar 04 18:46:11.161 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kvmstat"
55662026-03-04T18:46:13.270Z[ recovery-image] Mar 04 18:46:11.162 INFO O| Mar 04 18:46:11.162 INFO STEP 248 (remove_files) COMPLETE
55672026-03-04T18:46:13.270Z[ recovery-image] Mar 04 18:46:11.162 INFO O| Mar 04 18:46:11.162 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55682026-03-04T18:46:13.281Z[ recovery-image] Mar 04 18:46:11.175 INFO O| Mar 04 18:46:11.175 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/last"
55692026-03-04T18:46:13.281Z[ recovery-image] Mar 04 18:46:11.175 INFO O| Mar 04 18:46:11.175 INFO STEP 249 (remove_files) COMPLETE
55702026-03-04T18:46:13.281Z[ recovery-image] Mar 04 18:46:11.176 INFO O| Mar 04 18:46:11.175 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55712026-03-04T18:46:13.296Z[ recovery-image] Mar 04 18:46:11.190 INFO O| Mar 04 18:46:11.190 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lastcomm"
55722026-03-04T18:46:13.296Z[ recovery-image] Mar 04 18:46:11.190 INFO O| Mar 04 18:46:11.190 INFO STEP 250 (remove_files) COMPLETE
55732026-03-04T18:46:13.296Z[ recovery-image] Mar 04 18:46:11.190 INFO O| Mar 04 18:46:11.190 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55742026-03-04T18:46:13.309Z[ recovery-image] Mar 04 18:46:11.204 INFO O| Mar 04 18:46:11.203 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ld"
55752026-03-04T18:46:13.309Z[ recovery-image] Mar 04 18:46:11.204 INFO O| Mar 04 18:46:11.204 INFO STEP 251 (remove_files) COMPLETE
55762026-03-04T18:46:13.309Z[ recovery-image] Mar 04 18:46:11.204 INFO O| Mar 04 18:46:11.204 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55772026-03-04T18:46:13.322Z[ recovery-image] Mar 04 18:46:11.217 INFO O| Mar 04 18:46:11.217 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ldd"
55782026-03-04T18:46:13.322Z[ recovery-image] Mar 04 18:46:11.217 INFO O| Mar 04 18:46:11.217 INFO STEP 252 (remove_files) COMPLETE
55792026-03-04T18:46:13.325Z[ recovery-image] Mar 04 18:46:11.217 INFO O| Mar 04 18:46:11.217 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55802026-03-04T18:46:13.336Z[ recovery-image] Mar 04 18:46:11.230 INFO O| Mar 04 18:46:11.230 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/less"
55812026-03-04T18:46:13.336Z[ recovery-image] Mar 04 18:46:11.230 INFO O| Mar 04 18:46:11.230 INFO STEP 253 (remove_files) COMPLETE
55822026-03-04T18:46:13.336Z[ recovery-image] Mar 04 18:46:11.230 INFO O| Mar 04 18:46:11.230 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55832026-03-04T18:46:13.350Z[ recovery-image] Mar 04 18:46:11.244 INFO O| Mar 04 18:46:11.244 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lessecho"
55842026-03-04T18:46:13.353Z[ recovery-image] Mar 04 18:46:11.245 INFO O| Mar 04 18:46:11.245 INFO STEP 254 (remove_files) COMPLETE
55852026-03-04T18:46:13.353Z[ recovery-image] Mar 04 18:46:11.245 INFO O| Mar 04 18:46:11.245 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55862026-03-04T18:46:13.363Z[ recovery-image] Mar 04 18:46:11.258 INFO O| Mar 04 18:46:11.258 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lesskey"
55872026-03-04T18:46:13.363Z[ recovery-image] Mar 04 18:46:11.258 INFO O| Mar 04 18:46:11.258 INFO STEP 255 (remove_files) COMPLETE
55882026-03-04T18:46:13.366Z[ recovery-image] Mar 04 18:46:11.258 INFO O| Mar 04 18:46:11.258 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55892026-03-04T18:46:13.378Z[ recovery-image] Mar 04 18:46:11.272 INFO O| Mar 04 18:46:11.272 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lgrpinfo"
55902026-03-04T18:46:13.378Z[ recovery-image] Mar 04 18:46:11.272 INFO O| Mar 04 18:46:11.272 INFO STEP 256 (remove_files) COMPLETE
55912026-03-04T18:46:13.382Z[ recovery-image] Mar 04 18:46:11.272 INFO O| Mar 04 18:46:11.272 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55922026-03-04T18:46:13.391Z[ recovery-image] Mar 04 18:46:11.286 INFO O| Mar 04 18:46:11.286 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/line"
55932026-03-04T18:46:13.391Z[ recovery-image] Mar 04 18:46:11.286 INFO O| Mar 04 18:46:11.286 INFO STEP 257 (remove_files) COMPLETE
55942026-03-04T18:46:13.391Z[ recovery-image] Mar 04 18:46:11.286 INFO O| Mar 04 18:46:11.286 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55952026-03-04T18:46:13.404Z[ recovery-image] Mar 04 18:46:11.298 INFO O| Mar 04 18:46:11.298 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listdgrp"
55962026-03-04T18:46:13.407Z[ recovery-image] Mar 04 18:46:11.299 INFO O| Mar 04 18:46:11.299 INFO STEP 258 (remove_files) COMPLETE
55972026-03-04T18:46:13.407Z[ recovery-image] Mar 04 18:46:11.299 INFO O| Mar 04 18:46:11.299 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55982026-03-04T18:46:13.416Z[ recovery-image] Mar 04 18:46:11.311 INFO O| Mar 04 18:46:11.311 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listusers"
55992026-03-04T18:46:13.416Z[ recovery-image] Mar 04 18:46:11.311 INFO O| Mar 04 18:46:11.311 INFO STEP 259 (remove_files) COMPLETE
56002026-03-04T18:46:13.421Z[ recovery-image] Mar 04 18:46:11.311 INFO O| Mar 04 18:46:11.311 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56012026-03-04T18:46:13.429Z[ recovery-image] Mar 04 18:46:11.324 INFO O| Mar 04 18:46:11.324 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/loadkeys"
56022026-03-04T18:46:13.429Z[ recovery-image] Mar 04 18:46:11.324 INFO O| Mar 04 18:46:11.324 INFO STEP 260 (remove_files) COMPLETE
56032026-03-04T18:46:13.429Z[ recovery-image] Mar 04 18:46:11.324 INFO O| Mar 04 18:46:11.324 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56042026-03-04T18:46:13.443Z[ recovery-image] Mar 04 18:46:11.337 INFO O| Mar 04 18:46:11.337 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logger"
56052026-03-04T18:46:13.443Z[ recovery-image] Mar 04 18:46:11.337 INFO O| Mar 04 18:46:11.337 INFO STEP 261 (remove_files) COMPLETE
56062026-03-04T18:46:13.446Z[ recovery-image] Mar 04 18:46:11.337 INFO O| Mar 04 18:46:11.337 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56072026-03-04T18:46:13.456Z[ recovery-image] Mar 04 18:46:11.350 INFO O| Mar 04 18:46:11.350 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logins"
56082026-03-04T18:46:13.462Z[ recovery-image] Mar 04 18:46:11.351 INFO O| Mar 04 18:46:11.351 INFO STEP 262 (remove_files) COMPLETE
56092026-03-04T18:46:13.462Z[ recovery-image] Mar 04 18:46:11.351 INFO O| Mar 04 18:46:11.351 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56102026-03-04T18:46:13.470Z[ recovery-image] Mar 04 18:46:11.364 INFO O| Mar 04 18:46:11.364 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logname"
56112026-03-04T18:46:13.470Z[ recovery-image] Mar 04 18:46:11.364 INFO O| Mar 04 18:46:11.364 INFO STEP 263 (remove_files) COMPLETE
56122026-03-04T18:46:13.470Z[ recovery-image] Mar 04 18:46:11.364 INFO O| Mar 04 18:46:11.364 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56132026-03-04T18:46:13.484Z[ recovery-image] Mar 04 18:46:11.377 INFO O| Mar 04 18:46:11.377 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/look"
56142026-03-04T18:46:13.484Z[ recovery-image] Mar 04 18:46:11.377 INFO O| Mar 04 18:46:11.377 INFO STEP 264 (remove_files) COMPLETE
56152026-03-04T18:46:13.484Z[ recovery-image] Mar 04 18:46:11.377 INFO O| Mar 04 18:46:11.377 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56162026-03-04T18:46:13.497Z[ recovery-image] Mar 04 18:46:11.391 INFO O| Mar 04 18:46:11.390 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/looker"
56172026-03-04T18:46:13.497Z[ recovery-image] Mar 04 18:46:11.391 INFO O| Mar 04 18:46:11.391 INFO STEP 265 (remove_files) COMPLETE
56182026-03-04T18:46:13.500Z[ recovery-image] Mar 04 18:46:11.391 INFO O| Mar 04 18:46:11.391 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56192026-03-04T18:46:13.512Z[ recovery-image] Mar 04 18:46:11.405 INFO O| Mar 04 18:46:11.405 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lz4"
56202026-03-04T18:46:13.512Z[ recovery-image] Mar 04 18:46:11.405 INFO O| Mar 04 18:46:11.405 INFO STEP 266 (remove_files) COMPLETE
56212026-03-04T18:46:13.512Z[ recovery-image] Mar 04 18:46:11.405 INFO O| Mar 04 18:46:11.405 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56222026-03-04T18:46:13.527Z[ recovery-image] Mar 04 18:46:11.418 INFO O| Mar 04 18:46:11.418 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmadec"
56232026-03-04T18:46:13.527Z[ recovery-image] Mar 04 18:46:11.418 INFO O| Mar 04 18:46:11.418 INFO STEP 267 (remove_files) COMPLETE
56242026-03-04T18:46:13.527Z[ recovery-image] Mar 04 18:46:11.418 INFO O| Mar 04 18:46:11.418 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56252026-03-04T18:46:13.537Z[ recovery-image] Mar 04 18:46:11.432 INFO O| Mar 04 18:46:11.432 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmainfo"
56262026-03-04T18:46:13.537Z[ recovery-image] Mar 04 18:46:11.432 INFO O| Mar 04 18:46:11.432 INFO STEP 268 (remove_files) COMPLETE
56272026-03-04T18:46:13.537Z[ recovery-image] Mar 04 18:46:11.432 INFO O| Mar 04 18:46:11.432 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56282026-03-04T18:46:13.552Z[ recovery-image] Mar 04 18:46:11.445 INFO O| Mar 04 18:46:11.445 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mac"
56292026-03-04T18:46:13.552Z[ recovery-image] Mar 04 18:46:11.445 INFO O| Mar 04 18:46:11.445 INFO STEP 269 (remove_files) COMPLETE
56302026-03-04T18:46:13.552Z[ recovery-image] Mar 04 18:46:11.445 INFO O| Mar 04 18:46:11.445 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56312026-03-04T18:46:13.564Z[ recovery-image] Mar 04 18:46:11.458 INFO O| Mar 04 18:46:11.458 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mach"
56322026-03-04T18:46:13.564Z[ recovery-image] Mar 04 18:46:11.459 INFO O| Mar 04 18:46:11.458 INFO STEP 270 (remove_files) COMPLETE
56332026-03-04T18:46:13.564Z[ recovery-image] Mar 04 18:46:11.459 INFO O| Mar 04 18:46:11.459 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56342026-03-04T18:46:13.581Z[ recovery-image] Mar 04 18:46:11.471 INFO O| Mar 04 18:46:11.471 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mailx"
56352026-03-04T18:46:13.584Z[ recovery-image] Mar 04 18:46:11.471 INFO O| Mar 04 18:46:11.471 INFO STEP 271 (remove_files) COMPLETE
56362026-03-04T18:46:13.584Z[ recovery-image] Mar 04 18:46:11.471 INFO O| Mar 04 18:46:11.471 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56372026-03-04T18:46:13.590Z[ recovery-image] Mar 04 18:46:11.484 INFO O| Mar 04 18:46:11.484 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/makedev"
56382026-03-04T18:46:13.590Z[ recovery-image] Mar 04 18:46:11.484 INFO O| Mar 04 18:46:11.484 INFO STEP 272 (remove_files) COMPLETE
56392026-03-04T18:46:13.594Z[ recovery-image] Mar 04 18:46:11.484 INFO O| Mar 04 18:46:11.484 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56402026-03-04T18:46:13.603Z[ recovery-image] Mar 04 18:46:11.498 INFO O| Mar 04 18:46:11.498 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mesg"
56412026-03-04T18:46:13.603Z[ recovery-image] Mar 04 18:46:11.498 INFO O| Mar 04 18:46:11.498 INFO STEP 273 (remove_files) COMPLETE
56422026-03-04T18:46:13.603Z[ recovery-image] Mar 04 18:46:11.498 INFO O| Mar 04 18:46:11.498 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56432026-03-04T18:46:13.618Z[ recovery-image] Mar 04 18:46:11.512 INFO O| Mar 04 18:46:11.512 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c"
56442026-03-04T18:46:13.618Z[ recovery-image] Mar 04 18:46:11.512 INFO O| Mar 04 18:46:11.512 INFO STEP 274 (remove_files) COMPLETE
56452026-03-04T18:46:13.618Z[ recovery-image] Mar 04 18:46:11.512 INFO O| Mar 04 18:46:11.512 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56462026-03-04T18:46:13.633Z[ recovery-image] Mar 04 18:46:11.527 INFO O| Mar 04 18:46:11.527 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c-update"
56472026-03-04T18:46:13.633Z[ recovery-image] Mar 04 18:46:11.528 INFO O| Mar 04 18:46:11.527 INFO STEP 275 (remove_files) COMPLETE
56482026-03-04T18:46:13.636Z[ recovery-image] Mar 04 18:46:11.528 INFO O| Mar 04 18:46:11.528 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56492026-03-04T18:46:13.648Z[ recovery-image] Mar 04 18:46:11.542 INFO O| Mar 04 18:46:11.542 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkfifo"
56502026-03-04T18:46:13.648Z[ recovery-image] Mar 04 18:46:11.542 INFO O| Mar 04 18:46:11.542 INFO STEP 276 (remove_files) COMPLETE
56512026-03-04T18:46:13.651Z[ recovery-image] Mar 04 18:46:11.542 INFO O| Mar 04 18:46:11.542 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56522026-03-04T18:46:13.663Z[ recovery-image] Mar 04 18:46:11.557 INFO O| Mar 04 18:46:11.557 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkpwdict"
56532026-03-04T18:46:13.663Z[ recovery-image] Mar 04 18:46:11.557 INFO O| Mar 04 18:46:11.557 INFO STEP 277 (remove_files) COMPLETE
56542026-03-04T18:46:13.666Z[ recovery-image] Mar 04 18:46:11.557 INFO O| Mar 04 18:46:11.557 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56552026-03-04T18:46:13.678Z[ recovery-image] Mar 04 18:46:11.572 INFO O| Mar 04 18:46:11.572 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/moe"
56562026-03-04T18:46:13.678Z[ recovery-image] Mar 04 18:46:11.572 INFO O| Mar 04 18:46:11.572 INFO STEP 278 (remove_files) COMPLETE
56572026-03-04T18:46:13.678Z[ recovery-image] Mar 04 18:46:11.572 INFO O| Mar 04 18:46:11.572 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56582026-03-04T18:46:13.709Z[ recovery-image] Mar 04 18:46:11.603 INFO O| Mar 04 18:46:11.603 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mpstat"
56592026-03-04T18:46:13.709Z[ recovery-image] Mar 04 18:46:11.603 INFO O| Mar 04 18:46:11.603 INFO STEP 279 (remove_files) COMPLETE
56602026-03-04T18:46:13.709Z[ recovery-image] Mar 04 18:46:11.603 INFO O| Mar 04 18:46:11.603 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56612026-03-04T18:46:13.723Z[ recovery-image] Mar 04 18:46:11.616 INFO O| Mar 04 18:46:11.616 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mt"
56622026-03-04T18:46:13.723Z[ recovery-image] Mar 04 18:46:11.616 INFO O| Mar 04 18:46:11.616 INFO STEP 280 (remove_files) COMPLETE
56632026-03-04T18:46:13.723Z[ recovery-image] Mar 04 18:46:11.616 INFO O| Mar 04 18:46:11.616 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56642026-03-04T18:46:13.735Z[ recovery-image] Mar 04 18:46:11.629 INFO O| Mar 04 18:46:11.629 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ncurses6-config"
56652026-03-04T18:46:13.735Z[ recovery-image] Mar 04 18:46:11.629 INFO O| Mar 04 18:46:11.629 INFO STEP 281 (remove_files) COMPLETE
56662026-03-04T18:46:13.738Z[ recovery-image] Mar 04 18:46:11.629 INFO O| Mar 04 18:46:11.629 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56672026-03-04T18:46:13.748Z[ recovery-image] Mar 04 18:46:11.642 INFO O| Mar 04 18:46:11.642 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-cert"
56682026-03-04T18:46:13.748Z[ recovery-image] Mar 04 18:46:11.642 INFO O| Mar 04 18:46:11.642 INFO STEP 282 (remove_files) COMPLETE
56692026-03-04T18:46:13.751Z[ recovery-image] Mar 04 18:46:11.642 INFO O| Mar 04 18:46:11.642 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56702026-03-04T18:46:13.761Z[ recovery-image] Mar 04 18:46:11.656 INFO O| Mar 04 18:46:11.656 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-config"
56712026-03-04T18:46:13.761Z[ recovery-image] Mar 04 18:46:11.656 INFO O| Mar 04 18:46:11.656 INFO STEP 283 (remove_files) COMPLETE
56722026-03-04T18:46:13.761Z[ recovery-image] Mar 04 18:46:11.656 INFO O| Mar 04 18:46:11.656 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56732026-03-04T18:46:13.774Z[ recovery-image] Mar 04 18:46:11.669 INFO O| Mar 04 18:46:11.669 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-create-v3-user"
56742026-03-04T18:46:13.775Z[ recovery-image] Mar 04 18:46:11.669 INFO O| Mar 04 18:46:11.669 INFO STEP 284 (remove_files) COMPLETE
56752026-03-04T18:46:13.778Z[ recovery-image] Mar 04 18:46:11.669 INFO O| Mar 04 18:46:11.669 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56762026-03-04T18:46:13.788Z[ recovery-image] Mar 04 18:46:11.682 INFO O| Mar 04 18:46:11.682 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newform"
56772026-03-04T18:46:13.788Z[ recovery-image] Mar 04 18:46:11.682 INFO O| Mar 04 18:46:11.682 INFO STEP 285 (remove_files) COMPLETE
56782026-03-04T18:46:13.788Z[ recovery-image] Mar 04 18:46:11.682 INFO O| Mar 04 18:46:11.682 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56792026-03-04T18:46:13.800Z[ recovery-image] Mar 04 18:46:11.694 INFO O| Mar 04 18:46:11.694 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newgrp"
56802026-03-04T18:46:13.800Z[ recovery-image] Mar 04 18:46:11.694 INFO O| Mar 04 18:46:11.694 INFO STEP 286 (remove_files) COMPLETE
56812026-03-04T18:46:13.800Z[ recovery-image] Mar 04 18:46:11.694 INFO O| Mar 04 18:46:11.694 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56822026-03-04T18:46:13.813Z[ recovery-image] Mar 04 18:46:11.707 INFO O| Mar 04 18:46:11.707 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/news"
56832026-03-04T18:46:13.813Z[ recovery-image] Mar 04 18:46:11.707 INFO O| Mar 04 18:46:11.707 INFO STEP 287 (remove_files) COMPLETE
56842026-03-04T18:46:13.813Z[ recovery-image] Mar 04 18:46:11.707 INFO O| Mar 04 18:46:11.707 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56852026-03-04T18:46:13.825Z[ recovery-image] Mar 04 18:46:11.720 INFO O| Mar 04 18:46:11.720 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newtask"
56862026-03-04T18:46:13.825Z[ recovery-image] Mar 04 18:46:11.720 INFO O| Mar 04 18:46:11.720 INFO STEP 288 (remove_files) COMPLETE
56872026-03-04T18:46:13.828Z[ recovery-image] Mar 04 18:46:11.720 INFO O| Mar 04 18:46:11.720 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56882026-03-04T18:46:13.838Z[ recovery-image] Mar 04 18:46:11.733 INFO O| Mar 04 18:46:11.732 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nice"
56892026-03-04T18:46:13.838Z[ recovery-image] Mar 04 18:46:11.733 INFO O| Mar 04 18:46:11.733 INFO STEP 289 (remove_files) COMPLETE
56902026-03-04T18:46:13.838Z[ recovery-image] Mar 04 18:46:11.733 INFO O| Mar 04 18:46:11.733 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56912026-03-04T18:46:13.851Z[ recovery-image] Mar 04 18:46:11.745 INFO O| Mar 04 18:46:11.745 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nl"
56922026-03-04T18:46:13.851Z[ recovery-image] Mar 04 18:46:11.746 INFO O| Mar 04 18:46:11.746 INFO STEP 290 (remove_files) COMPLETE
56932026-03-04T18:46:13.851Z[ recovery-image] Mar 04 18:46:11.746 INFO O| Mar 04 18:46:11.746 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56942026-03-04T18:46:13.863Z[ recovery-image] Mar 04 18:46:11.758 INFO O| Mar 04 18:46:11.758 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/oawk"
56952026-03-04T18:46:13.864Z[ recovery-image] Mar 04 18:46:11.758 INFO O| Mar 04 18:46:11.758 INFO STEP 291 (remove_files) COMPLETE
56962026-03-04T18:46:13.866Z[ recovery-image] Mar 04 18:46:11.758 INFO O| Mar 04 18:46:11.758 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56972026-03-04T18:46:13.877Z[ recovery-image] Mar 04 18:46:11.771 INFO O| Mar 04 18:46:11.771 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/od"
56982026-03-04T18:46:13.879Z[ recovery-image] Mar 04 18:46:11.771 INFO O| Mar 04 18:46:11.771 INFO STEP 292 (remove_files) COMPLETE
56992026-03-04T18:46:13.879Z[ recovery-image] Mar 04 18:46:11.771 INFO O| Mar 04 18:46:11.771 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57002026-03-04T18:46:13.889Z[ recovery-image] Mar 04 18:46:11.784 INFO O| Mar 04 18:46:11.784 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/optisa"
57012026-03-04T18:46:13.889Z[ recovery-image] Mar 04 18:46:11.784 INFO O| Mar 04 18:46:11.784 INFO STEP 293 (remove_files) COMPLETE
57022026-03-04T18:46:13.903Z[ recovery-image] Mar 04 18:46:11.784 INFO O| Mar 04 18:46:11.784 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57032026-03-04T18:46:13.903Z[ recovery-image] Mar 04 18:46:11.797 INFO O| Mar 04 18:46:11.797 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pack"
57042026-03-04T18:46:13.903Z[ recovery-image] Mar 04 18:46:11.797 INFO O| Mar 04 18:46:11.797 INFO STEP 294 (remove_files) COMPLETE
57052026-03-04T18:46:13.903Z[ recovery-image] Mar 04 18:46:11.797 INFO O| Mar 04 18:46:11.797 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57062026-03-04T18:46:13.916Z[ recovery-image] Mar 04 18:46:11.810 INFO O| Mar 04 18:46:11.810 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/page"
57072026-03-04T18:46:13.916Z[ recovery-image] Mar 04 18:46:11.810 INFO O| Mar 04 18:46:11.810 INFO STEP 295 (remove_files) COMPLETE
57082026-03-04T18:46:13.916Z[ recovery-image] Mar 04 18:46:11.810 INFO O| Mar 04 18:46:11.810 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57092026-03-04T18:46:13.930Z[ recovery-image] Mar 04 18:46:11.823 INFO O| Mar 04 18:46:11.823 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pagesize"
57102026-03-04T18:46:13.930Z[ recovery-image] Mar 04 18:46:11.823 INFO O| Mar 04 18:46:11.823 INFO STEP 296 (remove_files) COMPLETE
57112026-03-04T18:46:13.936Z[ recovery-image] Mar 04 18:46:11.823 INFO O| Mar 04 18:46:11.823 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57122026-03-04T18:46:13.942Z[ recovery-image] Mar 04 18:46:11.836 INFO O| Mar 04 18:46:11.836 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/passwd"
57132026-03-04T18:46:13.945Z[ recovery-image] Mar 04 18:46:11.837 INFO O| Mar 04 18:46:11.837 INFO STEP 297 (remove_files) COMPLETE
57142026-03-04T18:46:13.945Z[ recovery-image] Mar 04 18:46:11.837 INFO O| Mar 04 18:46:11.837 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57152026-03-04T18:46:13.956Z[ recovery-image] Mar 04 18:46:11.850 INFO O| Mar 04 18:46:11.850 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/paste"
57162026-03-04T18:46:13.956Z[ recovery-image] Mar 04 18:46:11.850 INFO O| Mar 04 18:46:11.850 INFO STEP 298 (remove_files) COMPLETE
57172026-03-04T18:46:13.956Z[ recovery-image] Mar 04 18:46:11.850 INFO O| Mar 04 18:46:11.850 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57182026-03-04T18:46:13.968Z[ recovery-image] Mar 04 18:46:11.863 INFO O| Mar 04 18:46:11.863 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pathchk"
57192026-03-04T18:46:13.968Z[ recovery-image] Mar 04 18:46:11.863 INFO O| Mar 04 18:46:11.863 INFO STEP 299 (remove_files) COMPLETE
57202026-03-04T18:46:13.972Z[ recovery-image] Mar 04 18:46:11.863 INFO O| Mar 04 18:46:11.863 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57212026-03-04T18:46:13.982Z[ recovery-image] Mar 04 18:46:11.876 INFO O| Mar 04 18:46:11.876 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pax"
57222026-03-04T18:46:13.985Z[ recovery-image] Mar 04 18:46:11.877 INFO O| Mar 04 18:46:11.877 INFO STEP 300 (remove_files) COMPLETE
57232026-03-04T18:46:13.985Z[ recovery-image] Mar 04 18:46:11.877 INFO O| Mar 04 18:46:11.877 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57242026-03-04T18:46:13.997Z[ recovery-image] Mar 04 18:46:11.891 INFO O| Mar 04 18:46:11.891 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcap-config"
57252026-03-04T18:46:14.000Z[ recovery-image] Mar 04 18:46:11.892 INFO O| Mar 04 18:46:11.892 INFO STEP 301 (remove_files) COMPLETE
57262026-03-04T18:46:14.000Z[ recovery-image] Mar 04 18:46:11.892 INFO O| Mar 04 18:46:11.892 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57272026-03-04T18:46:14.011Z[ recovery-image] Mar 04 18:46:11.905 INFO O| Mar 04 18:46:11.905 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre-config"
57282026-03-04T18:46:14.011Z[ recovery-image] Mar 04 18:46:11.905 INFO O| Mar 04 18:46:11.905 INFO STEP 302 (remove_files) COMPLETE
57292026-03-04T18:46:14.011Z[ recovery-image] Mar 04 18:46:11.905 INFO O| Mar 04 18:46:11.905 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57302026-03-04T18:46:14.024Z[ recovery-image] Mar 04 18:46:11.918 INFO O| Mar 04 18:46:11.918 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2-config"
57312026-03-04T18:46:14.024Z[ recovery-image] Mar 04 18:46:11.918 INFO O| Mar 04 18:46:11.918 INFO STEP 303 (remove_files) COMPLETE
57322026-03-04T18:46:14.027Z[ recovery-image] Mar 04 18:46:11.918 INFO O| Mar 04 18:46:11.918 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57332026-03-04T18:46:14.037Z[ recovery-image] Mar 04 18:46:11.931 INFO O| Mar 04 18:46:11.931 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2grep"
57342026-03-04T18:46:14.037Z[ recovery-image] Mar 04 18:46:11.931 INFO O| Mar 04 18:46:11.931 INFO STEP 304 (remove_files) COMPLETE
57352026-03-04T18:46:14.040Z[ recovery-image] Mar 04 18:46:11.931 INFO O| Mar 04 18:46:11.931 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57362026-03-04T18:46:14.052Z[ recovery-image] Mar 04 18:46:11.944 INFO O| Mar 04 18:46:11.944 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2test"
57372026-03-04T18:46:14.052Z[ recovery-image] Mar 04 18:46:11.945 INFO O| Mar 04 18:46:11.945 INFO STEP 305 (remove_files) COMPLETE
57382026-03-04T18:46:14.055Z[ recovery-image] Mar 04 18:46:11.945 INFO O| Mar 04 18:46:11.945 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57392026-03-04T18:46:14.063Z[ recovery-image] Mar 04 18:46:11.958 INFO O| Mar 04 18:46:11.958 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcregrep"
57402026-03-04T18:46:14.066Z[ recovery-image] Mar 04 18:46:11.958 INFO O| Mar 04 18:46:11.958 INFO STEP 306 (remove_files) COMPLETE
57412026-03-04T18:46:14.066Z[ recovery-image] Mar 04 18:46:11.958 INFO O| Mar 04 18:46:11.958 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57422026-03-04T18:46:14.077Z[ recovery-image] Mar 04 18:46:11.971 INFO O| Mar 04 18:46:11.971 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcretest"
57432026-03-04T18:46:14.077Z[ recovery-image] Mar 04 18:46:11.971 INFO O| Mar 04 18:46:11.971 INFO STEP 307 (remove_files) COMPLETE
57442026-03-04T18:46:14.077Z[ recovery-image] Mar 04 18:46:11.971 INFO O| Mar 04 18:46:11.971 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57452026-03-04T18:46:14.091Z[ recovery-image] Mar 04 18:46:11.985 INFO O| Mar 04 18:46:11.985 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfbash"
57462026-03-04T18:46:14.091Z[ recovery-image] Mar 04 18:46:11.985 INFO O| Mar 04 18:46:11.985 INFO STEP 308 (remove_files) COMPLETE
57472026-03-04T18:46:14.091Z[ recovery-image] Mar 04 18:46:11.985 INFO O| Mar 04 18:46:11.985 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57482026-03-04T18:46:14.103Z[ recovery-image] Mar 04 18:46:11.997 INFO O| Mar 04 18:46:11.997 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfcsh"
57492026-03-04T18:46:14.103Z[ recovery-image] Mar 04 18:46:11.997 INFO O| Mar 04 18:46:11.997 INFO STEP 309 (remove_files) COMPLETE
57502026-03-04T18:46:14.106Z[ recovery-image] Mar 04 18:46:11.997 INFO O| Mar 04 18:46:11.997 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57512026-03-04T18:46:14.115Z[ recovery-image] Mar 04 18:46:12.010 INFO O| Mar 04 18:46:12.010 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh"
57522026-03-04T18:46:14.115Z[ recovery-image] Mar 04 18:46:12.010 INFO O| Mar 04 18:46:12.010 INFO STEP 310 (remove_files) COMPLETE
57532026-03-04T18:46:14.118Z[ recovery-image] Mar 04 18:46:12.010 INFO O| Mar 04 18:46:12.010 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57542026-03-04T18:46:14.128Z[ recovery-image] Mar 04 18:46:12.022 INFO O| Mar 04 18:46:12.022 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh93"
57552026-03-04T18:46:14.128Z[ recovery-image] Mar 04 18:46:12.023 INFO O| Mar 04 18:46:12.022 INFO STEP 311 (remove_files) COMPLETE
57562026-03-04T18:46:14.128Z[ recovery-image] Mar 04 18:46:12.023 INFO O| Mar 04 18:46:12.023 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57572026-03-04T18:46:14.141Z[ recovery-image] Mar 04 18:46:12.035 INFO O| Mar 04 18:46:12.035 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh"
57582026-03-04T18:46:14.141Z[ recovery-image] Mar 04 18:46:12.035 INFO O| Mar 04 18:46:12.035 INFO STEP 312 (remove_files) COMPLETE
57592026-03-04T18:46:14.141Z[ recovery-image] Mar 04 18:46:12.035 INFO O| Mar 04 18:46:12.035 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57602026-03-04T18:46:14.153Z[ recovery-image] Mar 04 18:46:12.047 INFO O| Mar 04 18:46:12.047 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh93"
57612026-03-04T18:46:14.153Z[ recovery-image] Mar 04 18:46:12.047 INFO O| Mar 04 18:46:12.047 INFO STEP 313 (remove_files) COMPLETE
57622026-03-04T18:46:14.153Z[ recovery-image] Mar 04 18:46:12.047 INFO O| Mar 04 18:46:12.047 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57632026-03-04T18:46:14.167Z[ recovery-image] Mar 04 18:46:12.061 INFO O| Mar 04 18:46:12.061 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfsh"
57642026-03-04T18:46:14.167Z[ recovery-image] Mar 04 18:46:12.061 INFO O| Mar 04 18:46:12.061 INFO STEP 314 (remove_files) COMPLETE
57652026-03-04T18:46:14.170Z[ recovery-image] Mar 04 18:46:12.061 INFO O| Mar 04 18:46:12.061 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57662026-03-04T18:46:14.179Z[ recovery-image] Mar 04 18:46:12.073 INFO O| Mar 04 18:46:12.073 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pftcsh"
57672026-03-04T18:46:14.179Z[ recovery-image] Mar 04 18:46:12.073 INFO O| Mar 04 18:46:12.073 INFO STEP 315 (remove_files) COMPLETE
57682026-03-04T18:46:14.179Z[ recovery-image] Mar 04 18:46:12.073 INFO O| Mar 04 18:46:12.073 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57692026-03-04T18:46:14.190Z[ recovery-image] Mar 04 18:46:12.085 INFO O| Mar 04 18:46:12.085 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfzsh"
57702026-03-04T18:46:14.190Z[ recovery-image] Mar 04 18:46:12.085 INFO O| Mar 04 18:46:12.085 INFO STEP 316 (remove_files) COMPLETE
57712026-03-04T18:46:14.193Z[ recovery-image] Mar 04 18:46:12.085 INFO O| Mar 04 18:46:12.085 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57722026-03-04T18:46:14.202Z[ recovery-image] Mar 04 18:46:12.096 INFO O| Mar 04 18:46:12.096 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pg"
57732026-03-04T18:46:14.202Z[ recovery-image] Mar 04 18:46:12.097 INFO O| Mar 04 18:46:12.097 INFO STEP 317 (remove_files) COMPLETE
57742026-03-04T18:46:14.205Z[ recovery-image] Mar 04 18:46:12.097 INFO O| Mar 04 18:46:12.097 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57752026-03-04T18:46:14.214Z[ recovery-image] Mar 04 18:46:12.109 INFO O| Mar 04 18:46:12.109 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pginfo"
57762026-03-04T18:46:14.214Z[ recovery-image] Mar 04 18:46:12.109 INFO O| Mar 04 18:46:12.109 INFO STEP 318 (remove_files) COMPLETE
57772026-03-04T18:46:14.217Z[ recovery-image] Mar 04 18:46:12.109 INFO O| Mar 04 18:46:12.109 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57782026-03-04T18:46:14.229Z[ recovery-image] Mar 04 18:46:12.122 INFO O| Mar 04 18:46:12.122 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pgstat"
57792026-03-04T18:46:14.232Z[ recovery-image] Mar 04 18:46:12.122 INFO O| Mar 04 18:46:12.122 INFO STEP 319 (remove_files) COMPLETE
57802026-03-04T18:46:14.232Z[ recovery-image] Mar 04 18:46:12.122 INFO O| Mar 04 18:46:12.122 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57812026-03-04T18:46:14.243Z[ recovery-image] Mar 04 18:46:12.137 INFO O| Mar 04 18:46:12.137 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgadm"
57822026-03-04T18:46:14.243Z[ recovery-image] Mar 04 18:46:12.137 INFO O| Mar 04 18:46:12.137 INFO STEP 320 (remove_files) COMPLETE
57832026-03-04T18:46:14.243Z[ recovery-image] Mar 04 18:46:12.137 INFO O| Mar 04 18:46:12.137 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57842026-03-04T18:46:14.257Z[ recovery-image] Mar 04 18:46:12.150 INFO O| Mar 04 18:46:12.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgcond"
57852026-03-04T18:46:14.260Z[ recovery-image] Mar 04 18:46:12.151 INFO O| Mar 04 18:46:12.151 INFO STEP 321 (remove_files) COMPLETE
57862026-03-04T18:46:14.260Z[ recovery-image] Mar 04 18:46:12.151 INFO O| Mar 04 18:46:12.151 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57872026-03-04T18:46:14.271Z[ recovery-image] Mar 04 18:46:12.165 INFO O| Mar 04 18:46:12.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkginfo"
57882026-03-04T18:46:14.271Z[ recovery-image] Mar 04 18:46:12.165 INFO O| Mar 04 18:46:12.165 INFO STEP 322 (remove_files) COMPLETE
57892026-03-04T18:46:14.271Z[ recovery-image] Mar 04 18:46:12.165 INFO O| Mar 04 18:46:12.165 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57902026-03-04T18:46:14.284Z[ recovery-image] Mar 04 18:46:12.178 INFO O| Mar 04 18:46:12.178 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgmk"
57912026-03-04T18:46:14.287Z[ recovery-image] Mar 04 18:46:12.179 INFO O| Mar 04 18:46:12.179 INFO STEP 323 (remove_files) COMPLETE
57922026-03-04T18:46:14.287Z[ recovery-image] Mar 04 18:46:12.179 INFO O| Mar 04 18:46:12.179 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57932026-03-04T18:46:14.299Z[ recovery-image] Mar 04 18:46:12.193 INFO O| Mar 04 18:46:12.193 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgparam"
57942026-03-04T18:46:14.299Z[ recovery-image] Mar 04 18:46:12.193 INFO O| Mar 04 18:46:12.193 INFO STEP 324 (remove_files) COMPLETE
57952026-03-04T18:46:14.302Z[ recovery-image] Mar 04 18:46:12.193 INFO O| Mar 04 18:46:12.193 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57962026-03-04T18:46:14.312Z[ recovery-image] Mar 04 18:46:12.207 INFO O| Mar 04 18:46:12.206 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgproto"
57972026-03-04T18:46:14.312Z[ recovery-image] Mar 04 18:46:12.207 INFO O| Mar 04 18:46:12.207 INFO STEP 325 (remove_files) COMPLETE
57982026-03-04T18:46:14.312Z[ recovery-image] Mar 04 18:46:12.207 INFO O| Mar 04 18:46:12.207 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57992026-03-04T18:46:14.325Z[ recovery-image] Mar 04 18:46:12.219 INFO O| Mar 04 18:46:12.219 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgtrans"
58002026-03-04T18:46:14.325Z[ recovery-image] Mar 04 18:46:12.220 INFO O| Mar 04 18:46:12.220 INFO STEP 326 (remove_files) COMPLETE
58012026-03-04T18:46:14.328Z[ recovery-image] Mar 04 18:46:12.220 INFO O| Mar 04 18:46:12.220 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58022026-03-04T18:46:14.339Z[ recovery-image] Mar 04 18:46:12.234 INFO O| Mar 04 18:46:12.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pktool"
58032026-03-04T18:46:14.339Z[ recovery-image] Mar 04 18:46:12.234 INFO O| Mar 04 18:46:12.234 INFO STEP 327 (remove_files) COMPLETE
58042026-03-04T18:46:14.339Z[ recovery-image] Mar 04 18:46:12.234 INFO O| Mar 04 18:46:12.234 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58052026-03-04T18:46:14.356Z[ recovery-image] Mar 04 18:46:12.251 INFO O| Mar 04 18:46:12.250 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/plgrp"
58062026-03-04T18:46:14.356Z[ recovery-image] Mar 04 18:46:12.251 INFO O| Mar 04 18:46:12.251 INFO STEP 328 (remove_files) COMPLETE
58072026-03-04T18:46:14.356Z[ recovery-image] Mar 04 18:46:12.251 INFO O| Mar 04 18:46:12.251 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58082026-03-04T18:46:14.372Z[ recovery-image] Mar 04 18:46:12.266 INFO O| Mar 04 18:46:12.266 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pmadvise"
58092026-03-04T18:46:14.372Z[ recovery-image] Mar 04 18:46:12.266 INFO O| Mar 04 18:46:12.266 INFO STEP 329 (remove_files) COMPLETE
58102026-03-04T18:46:14.372Z[ recovery-image] Mar 04 18:46:12.266 INFO O| Mar 04 18:46:12.266 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58112026-03-04T18:46:14.387Z[ recovery-image] Mar 04 18:46:12.282 INFO O| Mar 04 18:46:12.281 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/poolstat"
58122026-03-04T18:46:14.387Z[ recovery-image] Mar 04 18:46:12.282 INFO O| Mar 04 18:46:12.282 INFO STEP 330 (remove_files) COMPLETE
58132026-03-04T18:46:14.387Z[ recovery-image] Mar 04 18:46:12.282 INFO O| Mar 04 18:46:12.282 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58142026-03-04T18:46:14.402Z[ recovery-image] Mar 04 18:46:12.297 INFO O| Mar 04 18:46:12.297 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ppgsz"
58152026-03-04T18:46:14.403Z[ recovery-image] Mar 04 18:46:12.297 INFO O| Mar 04 18:46:12.297 INFO STEP 331 (remove_files) COMPLETE
58162026-03-04T18:46:14.403Z[ recovery-image] Mar 04 18:46:12.297 INFO O| Mar 04 18:46:12.297 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58172026-03-04T18:46:14.417Z[ recovery-image] Mar 04 18:46:12.311 INFO O| Mar 04 18:46:12.311 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pr"
58182026-03-04T18:46:14.417Z[ recovery-image] Mar 04 18:46:12.312 INFO O| Mar 04 18:46:12.311 INFO STEP 332 (remove_files) COMPLETE
58192026-03-04T18:46:14.417Z[ recovery-image] Mar 04 18:46:12.312 INFO O| Mar 04 18:46:12.312 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58202026-03-04T18:46:14.431Z[ recovery-image] Mar 04 18:46:12.325 INFO O| Mar 04 18:46:12.325 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/print"
58212026-03-04T18:46:14.431Z[ recovery-image] Mar 04 18:46:12.325 INFO O| Mar 04 18:46:12.325 INFO STEP 333 (remove_files) COMPLETE
58222026-03-04T18:46:14.431Z[ recovery-image] Mar 04 18:46:12.325 INFO O| Mar 04 18:46:12.325 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58232026-03-04T18:46:14.445Z[ recovery-image] Mar 04 18:46:12.339 INFO O| Mar 04 18:46:12.339 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/printf"
58242026-03-04T18:46:14.445Z[ recovery-image] Mar 04 18:46:12.339 INFO O| Mar 04 18:46:12.339 INFO STEP 334 (remove_files) COMPLETE
58252026-03-04T18:46:14.445Z[ recovery-image] Mar 04 18:46:12.339 INFO O| Mar 04 18:46:12.339 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58262026-03-04T18:46:14.459Z[ recovery-image] Mar 04 18:46:12.352 INFO O| Mar 04 18:46:12.352 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/priocntl"
58272026-03-04T18:46:14.463Z[ recovery-image] Mar 04 18:46:12.352 INFO O| Mar 04 18:46:12.352 INFO STEP 335 (remove_files) COMPLETE
58282026-03-04T18:46:14.463Z[ recovery-image] Mar 04 18:46:12.352 INFO O| Mar 04 18:46:12.352 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58292026-03-04T18:46:14.471Z[ recovery-image] Mar 04 18:46:12.365 INFO O| Mar 04 18:46:12.365 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/profiles"
58302026-03-04T18:46:14.471Z[ recovery-image] Mar 04 18:46:12.365 INFO O| Mar 04 18:46:12.365 INFO STEP 336 (remove_files) COMPLETE
58312026-03-04T18:46:14.471Z[ recovery-image] Mar 04 18:46:12.365 INFO O| Mar 04 18:46:12.365 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58322026-03-04T18:46:14.485Z[ recovery-image] Mar 04 18:46:12.379 INFO O| Mar 04 18:46:12.379 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/projects"
58332026-03-04T18:46:14.485Z[ recovery-image] Mar 04 18:46:12.379 INFO O| Mar 04 18:46:12.379 INFO STEP 337 (remove_files) COMPLETE
58342026-03-04T18:46:14.485Z[ recovery-image] Mar 04 18:46:12.379 INFO O| Mar 04 18:46:12.379 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58352026-03-04T18:46:14.499Z[ recovery-image] Mar 04 18:46:12.393 INFO O| Mar 04 18:46:12.393 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/psecflags"
58362026-03-04T18:46:14.499Z[ recovery-image] Mar 04 18:46:12.393 INFO O| Mar 04 18:46:12.393 INFO STEP 338 (remove_files) COMPLETE
58372026-03-04T18:46:14.499Z[ recovery-image] Mar 04 18:46:12.394 INFO O| Mar 04 18:46:12.393 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58382026-03-04T18:46:14.514Z[ recovery-image] Mar 04 18:46:12.408 INFO O| Mar 04 18:46:12.408 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdev"
58392026-03-04T18:46:14.514Z[ recovery-image] Mar 04 18:46:12.408 INFO O| Mar 04 18:46:12.408 INFO STEP 339 (remove_files) COMPLETE
58402026-03-04T18:46:14.514Z[ recovery-image] Mar 04 18:46:12.408 INFO O| Mar 04 18:46:12.408 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58412026-03-04T18:46:14.527Z[ recovery-image] Mar 04 18:46:12.421 INFO O| Mar 04 18:46:12.421 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdgrp"
58422026-03-04T18:46:14.527Z[ recovery-image] Mar 04 18:46:12.421 INFO O| Mar 04 18:46:12.421 INFO STEP 340 (remove_files) COMPLETE
58432026-03-04T18:46:14.527Z[ recovery-image] Mar 04 18:46:12.421 INFO O| Mar 04 18:46:12.421 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58442026-03-04T18:46:14.539Z[ recovery-image] Mar 04 18:46:12.433 INFO O| Mar 04 18:46:12.433 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pvs"
58452026-03-04T18:46:14.542Z[ recovery-image] Mar 04 18:46:12.434 INFO O| Mar 04 18:46:12.434 INFO STEP 341 (remove_files) COMPLETE
58462026-03-04T18:46:14.542Z[ recovery-image] Mar 04 18:46:12.434 INFO O| Mar 04 18:46:12.434 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58472026-03-04T18:46:14.552Z[ recovery-image] Mar 04 18:46:12.447 INFO O| Mar 04 18:46:12.447 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwait"
58482026-03-04T18:46:14.552Z[ recovery-image] Mar 04 18:46:12.447 INFO O| Mar 04 18:46:12.447 INFO STEP 342 (remove_files) COMPLETE
58492026-03-04T18:46:14.552Z[ recovery-image] Mar 04 18:46:12.447 INFO O| Mar 04 18:46:12.447 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58502026-03-04T18:46:14.565Z[ recovery-image] Mar 04 18:46:12.460 INFO O| Mar 04 18:46:12.460 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwd"
58512026-03-04T18:46:14.565Z[ recovery-image] Mar 04 18:46:12.460 INFO O| Mar 04 18:46:12.460 INFO STEP 343 (remove_files) COMPLETE
58522026-03-04T18:46:14.565Z[ recovery-image] Mar 04 18:46:12.460 INFO O| Mar 04 18:46:12.460 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58532026-03-04T18:46:14.579Z[ recovery-image] Mar 04 18:46:12.473 INFO O| Mar 04 18:46:12.473 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/read"
58542026-03-04T18:46:14.579Z[ recovery-image] Mar 04 18:46:12.473 INFO O| Mar 04 18:46:12.473 INFO STEP 344 (remove_files) COMPLETE
58552026-03-04T18:46:14.579Z[ recovery-image] Mar 04 18:46:12.473 INFO O| Mar 04 18:46:12.473 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58562026-03-04T18:46:14.606Z[ recovery-image] Mar 04 18:46:12.501 INFO O| Mar 04 18:46:12.500 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/red"
58572026-03-04T18:46:14.606Z[ recovery-image] Mar 04 18:46:12.501 INFO O| Mar 04 18:46:12.501 INFO STEP 345 (remove_files) COMPLETE
58582026-03-04T18:46:14.606Z[ recovery-image] Mar 04 18:46:12.501 INFO O| Mar 04 18:46:12.501 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58592026-03-04T18:46:14.619Z[ recovery-image] Mar 04 18:46:12.513 INFO O| Mar 04 18:46:12.513 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/regcmp"
58602026-03-04T18:46:14.619Z[ recovery-image] Mar 04 18:46:12.513 INFO O| Mar 04 18:46:12.513 INFO STEP 346 (remove_files) COMPLETE
58612026-03-04T18:46:14.619Z[ recovery-image] Mar 04 18:46:12.513 INFO O| Mar 04 18:46:12.513 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58622026-03-04T18:46:14.630Z[ recovery-image] Mar 04 18:46:12.525 INFO O| Mar 04 18:46:12.524 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/renice"
58632026-03-04T18:46:14.630Z[ recovery-image] Mar 04 18:46:12.525 INFO O| Mar 04 18:46:12.525 INFO STEP 347 (remove_files) COMPLETE
58642026-03-04T18:46:14.633Z[ recovery-image] Mar 04 18:46:12.525 INFO O| Mar 04 18:46:12.525 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58652026-03-04T18:46:14.644Z[ recovery-image] Mar 04 18:46:12.538 INFO O| Mar 04 18:46:12.538 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/resize"
58662026-03-04T18:46:14.644Z[ recovery-image] Mar 04 18:46:12.538 INFO O| Mar 04 18:46:12.538 INFO STEP 348 (remove_files) COMPLETE
58672026-03-04T18:46:14.644Z[ recovery-image] Mar 04 18:46:12.538 INFO O| Mar 04 18:46:12.538 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58682026-03-04T18:46:14.657Z[ recovery-image] Mar 04 18:46:12.551 INFO O| Mar 04 18:46:12.551 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rev"
58692026-03-04T18:46:14.657Z[ recovery-image] Mar 04 18:46:12.551 INFO O| Mar 04 18:46:12.551 INFO STEP 349 (remove_files) COMPLETE
58702026-03-04T18:46:14.657Z[ recovery-image] Mar 04 18:46:12.551 INFO O| Mar 04 18:46:12.551 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58712026-03-04T18:46:14.671Z[ recovery-image] Mar 04 18:46:12.565 INFO O| Mar 04 18:46:12.565 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh"
58722026-03-04T18:46:14.671Z[ recovery-image] Mar 04 18:46:12.565 INFO O| Mar 04 18:46:12.565 INFO STEP 350 (remove_files) COMPLETE
58732026-03-04T18:46:14.674Z[ recovery-image] Mar 04 18:46:12.565 INFO O| Mar 04 18:46:12.565 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58742026-03-04T18:46:14.685Z[ recovery-image] Mar 04 18:46:12.579 INFO O| Mar 04 18:46:12.579 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh93"
58752026-03-04T18:46:14.685Z[ recovery-image] Mar 04 18:46:12.579 INFO O| Mar 04 18:46:12.579 INFO STEP 351 (remove_files) COMPLETE
58762026-03-04T18:46:14.689Z[ recovery-image] Mar 04 18:46:12.579 INFO O| Mar 04 18:46:12.579 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58772026-03-04T18:46:14.699Z[ recovery-image] Mar 04 18:46:12.594 INFO O| Mar 04 18:46:12.593 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/roles"
58782026-03-04T18:46:14.699Z[ recovery-image] Mar 04 18:46:12.594 INFO O| Mar 04 18:46:12.594 INFO STEP 352 (remove_files) COMPLETE
58792026-03-04T18:46:14.699Z[ recovery-image] Mar 04 18:46:12.594 INFO O| Mar 04 18:46:12.594 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58802026-03-04T18:46:14.713Z[ recovery-image] Mar 04 18:46:12.607 INFO O| Mar 04 18:46:12.607 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rpcinfo"
58812026-03-04T18:46:14.713Z[ recovery-image] Mar 04 18:46:12.607 INFO O| Mar 04 18:46:12.607 INFO STEP 353 (remove_files) COMPLETE
58822026-03-04T18:46:14.716Z[ recovery-image] Mar 04 18:46:12.607 INFO O| Mar 04 18:46:12.607 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58832026-03-04T18:46:14.726Z[ recovery-image] Mar 04 18:46:12.620 INFO O| Mar 04 18:46:12.620 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync"
58842026-03-04T18:46:14.730Z[ recovery-image] Mar 04 18:46:12.621 INFO O| Mar 04 18:46:12.621 INFO STEP 354 (remove_files) COMPLETE
58852026-03-04T18:46:14.730Z[ recovery-image] Mar 04 18:46:12.621 INFO O| Mar 04 18:46:12.621 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58862026-03-04T18:46:14.742Z[ recovery-image] Mar 04 18:46:12.634 INFO O| Mar 04 18:46:12.634 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync-ssl"
58872026-03-04T18:46:14.742Z[ recovery-image] Mar 04 18:46:12.635 INFO O| Mar 04 18:46:12.634 INFO STEP 355 (remove_files) COMPLETE
58882026-03-04T18:46:14.761Z[ recovery-image] Mar 04 18:46:12.635 INFO O| Mar 04 18:46:12.635 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58892026-03-04T18:46:14.764Z[ recovery-image] Mar 04 18:46:12.648 INFO O| Mar 04 18:46:12.648 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/runat"
58902026-03-04T18:46:14.764Z[ recovery-image] Mar 04 18:46:12.648 INFO O| Mar 04 18:46:12.648 INFO STEP 356 (remove_files) COMPLETE
58912026-03-04T18:46:14.765Z[ recovery-image] Mar 04 18:46:12.648 INFO O| Mar 04 18:46:12.648 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58922026-03-04T18:46:14.769Z[ recovery-image] Mar 04 18:46:12.662 INFO O| Mar 04 18:46:12.662 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/scp"
58932026-03-04T18:46:14.769Z[ recovery-image] Mar 04 18:46:12.663 INFO O| Mar 04 18:46:12.663 INFO STEP 357 (remove_files) COMPLETE
58942026-03-04T18:46:14.769Z[ recovery-image] Mar 04 18:46:12.663 INFO O| Mar 04 18:46:12.663 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58952026-03-04T18:46:14.783Z[ recovery-image] Mar 04 18:46:12.677 INFO O| Mar 04 18:46:12.677 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/script"
58962026-03-04T18:46:14.784Z[ recovery-image] Mar 04 18:46:12.678 INFO O| Mar 04 18:46:12.678 INFO STEP 358 (remove_files) COMPLETE
58972026-03-04T18:46:14.784Z[ recovery-image] Mar 04 18:46:12.678 INFO O| Mar 04 18:46:12.678 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58982026-03-04T18:46:14.797Z[ recovery-image] Mar 04 18:46:12.691 INFO O| Mar 04 18:46:12.691 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sdiff"
58992026-03-04T18:46:14.797Z[ recovery-image] Mar 04 18:46:12.691 INFO O| Mar 04 18:46:12.691 INFO STEP 359 (remove_files) COMPLETE
59002026-03-04T18:46:14.797Z[ recovery-image] Mar 04 18:46:12.691 INFO O| Mar 04 18:46:12.691 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59012026-03-04T18:46:14.812Z[ recovery-image] Mar 04 18:46:12.705 INFO O| Mar 04 18:46:12.705 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/setpgrp"
59022026-03-04T18:46:14.812Z[ recovery-image] Mar 04 18:46:12.705 INFO O| Mar 04 18:46:12.705 INFO STEP 360 (remove_files) COMPLETE
59032026-03-04T18:46:14.815Z[ recovery-image] Mar 04 18:46:12.705 INFO O| Mar 04 18:46:12.705 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59042026-03-04T18:46:14.828Z[ recovery-image] Mar 04 18:46:12.719 INFO O| Mar 04 18:46:12.719 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sftp"
59052026-03-04T18:46:14.828Z[ recovery-image] Mar 04 18:46:12.719 INFO O| Mar 04 18:46:12.719 INFO STEP 361 (remove_files) COMPLETE
59062026-03-04T18:46:14.832Z[ recovery-image] Mar 04 18:46:12.719 INFO O| Mar 04 18:46:12.719 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59072026-03-04T18:46:14.841Z[ recovery-image] Mar 04 18:46:12.732 INFO O| Mar 04 18:46:12.732 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/shcomp"
59082026-03-04T18:46:14.841Z[ recovery-image] Mar 04 18:46:12.732 INFO O| Mar 04 18:46:12.732 INFO STEP 362 (remove_files) COMPLETE
59092026-03-04T18:46:14.845Z[ recovery-image] Mar 04 18:46:12.732 INFO O| Mar 04 18:46:12.732 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59102026-03-04T18:46:14.850Z[ recovery-image] Mar 04 18:46:12.744 INFO O| Mar 04 18:46:12.744 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/smbutil"
59112026-03-04T18:46:14.850Z[ recovery-image] Mar 04 18:46:12.744 INFO O| Mar 04 18:46:12.744 INFO STEP 363 (remove_files) COMPLETE
59122026-03-04T18:46:14.853Z[ recovery-image] Mar 04 18:46:12.744 INFO O| Mar 04 18:46:12.744 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59132026-03-04T18:46:14.866Z[ recovery-image] Mar 04 18:46:12.758 INFO O| Mar 04 18:46:12.758 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmp-bridge-mib"
59142026-03-04T18:46:14.866Z[ recovery-image] Mar 04 18:46:12.758 INFO O| Mar 04 18:46:12.758 INFO STEP 364 (remove_files) COMPLETE
59152026-03-04T18:46:14.866Z[ recovery-image] Mar 04 18:46:12.758 INFO O| Mar 04 18:46:12.758 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59162026-03-04T18:46:14.878Z[ recovery-image] Mar 04 18:46:12.772 INFO O| Mar 04 18:46:12.772 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkget"
59172026-03-04T18:46:14.878Z[ recovery-image] Mar 04 18:46:12.772 INFO O| Mar 04 18:46:12.772 INFO STEP 365 (remove_files) COMPLETE
59182026-03-04T18:46:14.878Z[ recovery-image] Mar 04 18:46:12.772 INFO O| Mar 04 18:46:12.772 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59192026-03-04T18:46:14.894Z[ recovery-image] Mar 04 18:46:12.786 INFO O| Mar 04 18:46:12.786 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkwalk"
59202026-03-04T18:46:14.894Z[ recovery-image] Mar 04 18:46:12.786 INFO O| Mar 04 18:46:12.786 INFO STEP 366 (remove_files) COMPLETE
59212026-03-04T18:46:14.894Z[ recovery-image] Mar 04 18:46:12.786 INFO O| Mar 04 18:46:12.786 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59222026-03-04T18:46:14.906Z[ recovery-image] Mar 04 18:46:12.801 INFO O| Mar 04 18:46:12.800 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpcheck"
59232026-03-04T18:46:14.906Z[ recovery-image] Mar 04 18:46:12.801 INFO O| Mar 04 18:46:12.801 INFO STEP 367 (remove_files) COMPLETE
59242026-03-04T18:46:14.910Z[ recovery-image] Mar 04 18:46:12.801 INFO O| Mar 04 18:46:12.801 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59252026-03-04T18:46:14.924Z[ recovery-image] Mar 04 18:46:12.814 INFO O| Mar 04 18:46:12.814 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpconf"
59262026-03-04T18:46:14.924Z[ recovery-image] Mar 04 18:46:12.815 INFO O| Mar 04 18:46:12.814 INFO STEP 368 (remove_files) COMPLETE
59272026-03-04T18:46:14.924Z[ recovery-image] Mar 04 18:46:12.815 INFO O| Mar 04 18:46:12.815 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59282026-03-04T18:46:14.940Z[ recovery-image] Mar 04 18:46:12.829 INFO O| Mar 04 18:46:12.829 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdelta"
59292026-03-04T18:46:14.943Z[ recovery-image] Mar 04 18:46:12.829 INFO O| Mar 04 18:46:12.829 INFO STEP 369 (remove_files) COMPLETE
59302026-03-04T18:46:14.943Z[ recovery-image] Mar 04 18:46:12.829 INFO O| Mar 04 18:46:12.829 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59312026-03-04T18:46:14.949Z[ recovery-image] Mar 04 18:46:12.843 INFO O| Mar 04 18:46:12.843 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdf"
59322026-03-04T18:46:14.950Z[ recovery-image] Mar 04 18:46:12.843 INFO O| Mar 04 18:46:12.843 INFO STEP 370 (remove_files) COMPLETE
59332026-03-04T18:46:14.950Z[ recovery-image] Mar 04 18:46:12.843 INFO O| Mar 04 18:46:12.843 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59342026-03-04T18:46:14.964Z[ recovery-image] Mar 04 18:46:12.858 INFO O| Mar 04 18:46:12.858 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpget"
59352026-03-04T18:46:14.964Z[ recovery-image] Mar 04 18:46:12.858 INFO O| Mar 04 18:46:12.858 INFO STEP 371 (remove_files) COMPLETE
59362026-03-04T18:46:14.967Z[ recovery-image] Mar 04 18:46:12.858 INFO O| Mar 04 18:46:12.858 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59372026-03-04T18:46:14.983Z[ recovery-image] Mar 04 18:46:12.872 INFO O| Mar 04 18:46:12.872 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpgetnext"
59382026-03-04T18:46:14.983Z[ recovery-image] Mar 04 18:46:12.872 INFO O| Mar 04 18:46:12.872 INFO STEP 372 (remove_files) COMPLETE
59392026-03-04T18:46:14.989Z[ recovery-image] Mar 04 18:46:12.872 INFO O| Mar 04 18:46:12.872 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59402026-03-04T18:46:14.994Z[ recovery-image] Mar 04 18:46:12.886 INFO O| Mar 04 18:46:12.886 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpnetstat"
59412026-03-04T18:46:14.994Z[ recovery-image] Mar 04 18:46:12.886 INFO O| Mar 04 18:46:12.886 INFO STEP 373 (remove_files) COMPLETE
59422026-03-04T18:46:14.994Z[ recovery-image] Mar 04 18:46:12.886 INFO O| Mar 04 18:46:12.886 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59432026-03-04T18:46:15.006Z[ recovery-image] Mar 04 18:46:12.900 INFO O| Mar 04 18:46:12.899 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmppcap"
59442026-03-04T18:46:15.006Z[ recovery-image] Mar 04 18:46:12.900 INFO O| Mar 04 18:46:12.900 INFO STEP 374 (remove_files) COMPLETE
59452026-03-04T18:46:15.007Z[ recovery-image] Mar 04 18:46:12.900 INFO O| Mar 04 18:46:12.900 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59462026-03-04T18:46:15.020Z[ recovery-image] Mar 04 18:46:12.914 INFO O| Mar 04 18:46:12.914 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpping"
59472026-03-04T18:46:15.021Z[ recovery-image] Mar 04 18:46:12.914 INFO O| Mar 04 18:46:12.914 INFO STEP 375 (remove_files) COMPLETE
59482026-03-04T18:46:15.021Z[ recovery-image] Mar 04 18:46:12.914 INFO O| Mar 04 18:46:12.914 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59492026-03-04T18:46:15.034Z[ recovery-image] Mar 04 18:46:12.928 INFO O| Mar 04 18:46:12.928 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpps"
59502026-03-04T18:46:15.034Z[ recovery-image] Mar 04 18:46:12.928 INFO O| Mar 04 18:46:12.928 INFO STEP 376 (remove_files) COMPLETE
59512026-03-04T18:46:15.039Z[ recovery-image] Mar 04 18:46:12.928 INFO O| Mar 04 18:46:12.928 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59522026-03-04T18:46:15.048Z[ recovery-image] Mar 04 18:46:12.941 INFO O| Mar 04 18:46:12.941 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpset"
59532026-03-04T18:46:15.052Z[ recovery-image] Mar 04 18:46:12.942 INFO O| Mar 04 18:46:12.942 INFO STEP 377 (remove_files) COMPLETE
59542026-03-04T18:46:15.052Z[ recovery-image] Mar 04 18:46:12.942 INFO O| Mar 04 18:46:12.942 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59552026-03-04T18:46:15.062Z[ recovery-image] Mar 04 18:46:12.955 INFO O| Mar 04 18:46:12.955 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpstatus"
59562026-03-04T18:46:15.062Z[ recovery-image] Mar 04 18:46:12.955 INFO O| Mar 04 18:46:12.955 INFO STEP 378 (remove_files) COMPLETE
59572026-03-04T18:46:15.062Z[ recovery-image] Mar 04 18:46:12.955 INFO O| Mar 04 18:46:12.955 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59582026-03-04T18:46:15.076Z[ recovery-image] Mar 04 18:46:12.969 INFO O| Mar 04 18:46:12.969 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptable"
59592026-03-04T18:46:15.076Z[ recovery-image] Mar 04 18:46:12.969 INFO O| Mar 04 18:46:12.969 INFO STEP 379 (remove_files) COMPLETE
59602026-03-04T18:46:15.081Z[ recovery-image] Mar 04 18:46:12.969 INFO O| Mar 04 18:46:12.969 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59612026-03-04T18:46:15.089Z[ recovery-image] Mar 04 18:46:12.983 INFO O| Mar 04 18:46:12.982 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptest"
59622026-03-04T18:46:15.089Z[ recovery-image] Mar 04 18:46:12.983 INFO O| Mar 04 18:46:12.983 INFO STEP 380 (remove_files) COMPLETE
59632026-03-04T18:46:15.093Z[ recovery-image] Mar 04 18:46:12.983 INFO O| Mar 04 18:46:12.983 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59642026-03-04T18:46:15.103Z[ recovery-image] Mar 04 18:46:12.995 INFO O| Mar 04 18:46:12.995 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptranslate"
59652026-03-04T18:46:15.103Z[ recovery-image] Mar 04 18:46:12.995 INFO O| Mar 04 18:46:12.995 INFO STEP 381 (remove_files) COMPLETE
59662026-03-04T18:46:15.109Z[ recovery-image] Mar 04 18:46:12.996 INFO O| Mar 04 18:46:12.995 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59672026-03-04T18:46:15.115Z[ recovery-image] Mar 04 18:46:13.009 INFO O| Mar 04 18:46:13.009 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptrap"
59682026-03-04T18:46:15.115Z[ recovery-image] Mar 04 18:46:13.009 INFO O| Mar 04 18:46:13.009 INFO STEP 382 (remove_files) COMPLETE
59692026-03-04T18:46:15.119Z[ recovery-image] Mar 04 18:46:13.009 INFO O| Mar 04 18:46:13.009 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59702026-03-04T18:46:15.130Z[ recovery-image] Mar 04 18:46:13.023 INFO O| Mar 04 18:46:13.023 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpusm"
59712026-03-04T18:46:15.130Z[ recovery-image] Mar 04 18:46:13.024 INFO O| Mar 04 18:46:13.024 INFO STEP 383 (remove_files) COMPLETE
59722026-03-04T18:46:15.135Z[ recovery-image] Mar 04 18:46:13.024 INFO O| Mar 04 18:46:13.024 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59732026-03-04T18:46:15.148Z[ recovery-image] Mar 04 18:46:13.038 INFO O| Mar 04 18:46:13.038 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpvacm"
59742026-03-04T18:46:15.148Z[ recovery-image] Mar 04 18:46:13.038 INFO O| Mar 04 18:46:13.038 INFO STEP 384 (remove_files) COMPLETE
59752026-03-04T18:46:15.155Z[ recovery-image] Mar 04 18:46:13.038 INFO O| Mar 04 18:46:13.038 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59762026-03-04T18:46:15.159Z[ recovery-image] Mar 04 18:46:13.052 INFO O| Mar 04 18:46:13.052 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpwalk"
59772026-03-04T18:46:15.163Z[ recovery-image] Mar 04 18:46:13.052 INFO O| Mar 04 18:46:13.052 INFO STEP 385 (remove_files) COMPLETE
59782026-03-04T18:46:15.163Z[ recovery-image] Mar 04 18:46:13.052 INFO O| Mar 04 18:46:13.052 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59792026-03-04T18:46:15.177Z[ recovery-image] Mar 04 18:46:13.066 INFO O| Mar 04 18:46:13.066 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sotruss"
59802026-03-04T18:46:15.177Z[ recovery-image] Mar 04 18:46:13.067 INFO O| Mar 04 18:46:13.067 INFO STEP 386 (remove_files) COMPLETE
59812026-03-04T18:46:15.181Z[ recovery-image] Mar 04 18:46:13.067 INFO O| Mar 04 18:46:13.067 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59822026-03-04T18:46:15.186Z[ recovery-image] Mar 04 18:46:13.080 INFO O| Mar 04 18:46:13.080 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/spell"
59832026-03-04T18:46:15.186Z[ recovery-image] Mar 04 18:46:13.080 INFO O| Mar 04 18:46:13.080 INFO STEP 387 (remove_files) COMPLETE
59842026-03-04T18:46:15.189Z[ recovery-image] Mar 04 18:46:13.080 INFO O| Mar 04 18:46:13.080 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59852026-03-04T18:46:15.199Z[ recovery-image] Mar 04 18:46:13.093 INFO O| Mar 04 18:46:13.093 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/split"
59862026-03-04T18:46:15.199Z[ recovery-image] Mar 04 18:46:13.093 INFO O| Mar 04 18:46:13.093 INFO STEP 388 (remove_files) COMPLETE
59872026-03-04T18:46:15.199Z[ recovery-image] Mar 04 18:46:13.093 INFO O| Mar 04 18:46:13.093 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59882026-03-04T18:46:15.212Z[ recovery-image] Mar 04 18:46:13.106 INFO O| Mar 04 18:46:13.106 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sqlite3"
59892026-03-04T18:46:15.212Z[ recovery-image] Mar 04 18:46:13.106 INFO O| Mar 04 18:46:13.106 INFO STEP 389 (remove_files) COMPLETE
59902026-03-04T18:46:15.216Z[ recovery-image] Mar 04 18:46:13.106 INFO O| Mar 04 18:46:13.106 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59912026-03-04T18:46:15.228Z[ recovery-image] Mar 04 18:46:13.122 INFO O| Mar 04 18:46:13.122 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh"
59922026-03-04T18:46:15.228Z[ recovery-image] Mar 04 18:46:13.122 INFO O| Mar 04 18:46:13.122 INFO STEP 390 (remove_files) COMPLETE
59932026-03-04T18:46:15.228Z[ recovery-image] Mar 04 18:46:13.122 INFO O| Mar 04 18:46:13.122 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59942026-03-04T18:46:15.244Z[ recovery-image] Mar 04 18:46:13.137 INFO O| Mar 04 18:46:13.137 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-add"
59952026-03-04T18:46:15.244Z[ recovery-image] Mar 04 18:46:13.137 INFO O| Mar 04 18:46:13.137 INFO STEP 391 (remove_files) COMPLETE
59962026-03-04T18:46:15.244Z[ recovery-image] Mar 04 18:46:13.137 INFO O| Mar 04 18:46:13.137 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59972026-03-04T18:46:15.259Z[ recovery-image] Mar 04 18:46:13.152 INFO O| Mar 04 18:46:13.152 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-agent"
59982026-03-04T18:46:15.259Z[ recovery-image] Mar 04 18:46:13.152 INFO O| Mar 04 18:46:13.152 INFO STEP 392 (remove_files) COMPLETE
59992026-03-04T18:46:15.262Z[ recovery-image] Mar 04 18:46:13.152 INFO O| Mar 04 18:46:13.152 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60002026-03-04T18:46:15.273Z[ recovery-image] Mar 04 18:46:13.166 INFO O| Mar 04 18:46:13.166 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-copy-id"
60012026-03-04T18:46:15.273Z[ recovery-image] Mar 04 18:46:13.166 INFO O| Mar 04 18:46:13.166 INFO STEP 393 (remove_files) COMPLETE
60022026-03-04T18:46:15.273Z[ recovery-image] Mar 04 18:46:13.166 INFO O| Mar 04 18:46:13.166 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60032026-03-04T18:46:15.288Z[ recovery-image] Mar 04 18:46:13.180 INFO O| Mar 04 18:46:13.180 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-keyscan"
60042026-03-04T18:46:15.293Z[ recovery-image] Mar 04 18:46:13.180 INFO O| Mar 04 18:46:13.180 INFO STEP 394 (remove_files) COMPLETE
60052026-03-04T18:46:15.293Z[ recovery-image] Mar 04 18:46:13.180 INFO O| Mar 04 18:46:13.180 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60062026-03-04T18:46:15.308Z[ recovery-image] Mar 04 18:46:13.194 INFO O| Mar 04 18:46:13.194 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/strings"
60072026-03-04T18:46:15.308Z[ recovery-image] Mar 04 18:46:13.194 INFO O| Mar 04 18:46:13.194 INFO STEP 395 (remove_files) COMPLETE
60082026-03-04T18:46:15.312Z[ recovery-image] Mar 04 18:46:13.194 INFO O| Mar 04 18:46:13.194 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60092026-03-04T18:46:15.315Z[ recovery-image] Mar 04 18:46:13.208 INFO O| Mar 04 18:46:13.208 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sum"
60102026-03-04T18:46:15.315Z[ recovery-image] Mar 04 18:46:13.208 INFO O| Mar 04 18:46:13.208 INFO STEP 396 (remove_files) COMPLETE
60112026-03-04T18:46:15.315Z[ recovery-image] Mar 04 18:46:13.208 INFO O| Mar 04 18:46:13.208 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60122026-03-04T18:46:15.328Z[ recovery-image] Mar 04 18:46:13.222 INFO O| Mar 04 18:46:13.222 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tabs"
60132026-03-04T18:46:15.328Z[ recovery-image] Mar 04 18:46:13.222 INFO O| Mar 04 18:46:13.222 INFO STEP 397 (remove_files) COMPLETE
60142026-03-04T18:46:15.328Z[ recovery-image] Mar 04 18:46:13.222 INFO O| Mar 04 18:46:13.222 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60152026-03-04T18:46:15.341Z[ recovery-image] Mar 04 18:46:13.234 INFO O| Mar 04 18:46:13.234 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tcopy"
60162026-03-04T18:46:15.341Z[ recovery-image] Mar 04 18:46:13.235 INFO O| Mar 04 18:46:13.234 INFO STEP 398 (remove_files) COMPLETE
60172026-03-04T18:46:15.342Z[ recovery-image] Mar 04 18:46:13.235 INFO O| Mar 04 18:46:13.235 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60182026-03-04T18:46:15.356Z[ recovery-image] Mar 04 18:46:13.247 INFO O| Mar 04 18:46:13.247 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/test"
60192026-03-04T18:46:15.356Z[ recovery-image] Mar 04 18:46:13.247 INFO O| Mar 04 18:46:13.247 INFO STEP 399 (remove_files) COMPLETE
60202026-03-04T18:46:15.356Z[ recovery-image] Mar 04 18:46:13.247 INFO O| Mar 04 18:46:13.247 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60212026-03-04T18:46:15.366Z[ recovery-image] Mar 04 18:46:13.260 INFO O| Mar 04 18:46:13.260 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tic"
60222026-03-04T18:46:15.366Z[ recovery-image] Mar 04 18:46:13.260 INFO O| Mar 04 18:46:13.260 INFO STEP 400 (remove_files) COMPLETE
60232026-03-04T18:46:15.366Z[ recovery-image] Mar 04 18:46:13.260 INFO O| Mar 04 18:46:13.260 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60242026-03-04T18:46:15.379Z[ recovery-image] Mar 04 18:46:13.272 INFO O| Mar 04 18:46:13.272 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/time"
60252026-03-04T18:46:15.379Z[ recovery-image] Mar 04 18:46:13.273 INFO O| Mar 04 18:46:13.273 INFO STEP 401 (remove_files) COMPLETE
60262026-03-04T18:46:15.379Z[ recovery-image] Mar 04 18:46:13.273 INFO O| Mar 04 18:46:13.273 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60272026-03-04T18:46:15.391Z[ recovery-image] Mar 04 18:46:13.284 INFO O| Mar 04 18:46:13.284 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tip"
60282026-03-04T18:46:15.391Z[ recovery-image] Mar 04 18:46:13.284 INFO O| Mar 04 18:46:13.284 INFO STEP 402 (remove_files) COMPLETE
60292026-03-04T18:46:15.391Z[ recovery-image] Mar 04 18:46:13.284 INFO O| Mar 04 18:46:13.284 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60302026-03-04T18:46:15.404Z[ recovery-image] Mar 04 18:46:13.298 INFO O| Mar 04 18:46:13.297 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tkmib"
60312026-03-04T18:46:15.404Z[ recovery-image] Mar 04 18:46:13.298 INFO O| Mar 04 18:46:13.298 INFO STEP 403 (remove_files) COMPLETE
60322026-03-04T18:46:15.404Z[ recovery-image] Mar 04 18:46:13.298 INFO O| Mar 04 18:46:13.298 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60332026-03-04T18:46:15.417Z[ recovery-image] Mar 04 18:46:13.311 INFO O| Mar 04 18:46:13.311 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tpmadm"
60342026-03-04T18:46:15.417Z[ recovery-image] Mar 04 18:46:13.311 INFO O| Mar 04 18:46:13.311 INFO STEP 404 (remove_files) COMPLETE
60352026-03-04T18:46:15.422Z[ recovery-image] Mar 04 18:46:13.311 INFO O| Mar 04 18:46:13.311 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60362026-03-04T18:46:15.430Z[ recovery-image] Mar 04 18:46:13.324 INFO O| Mar 04 18:46:13.324 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/traptoemail"
60372026-03-04T18:46:15.430Z[ recovery-image] Mar 04 18:46:13.324 INFO O| Mar 04 18:46:13.324 INFO STEP 405 (remove_files) COMPLETE
60382026-03-04T18:46:15.434Z[ recovery-image] Mar 04 18:46:13.324 INFO O| Mar 04 18:46:13.324 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60392026-03-04T18:46:15.444Z[ recovery-image] Mar 04 18:46:13.338 INFO O| Mar 04 18:46:13.338 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/true"
60402026-03-04T18:46:15.444Z[ recovery-image] Mar 04 18:46:13.338 INFO O| Mar 04 18:46:13.338 INFO STEP 406 (remove_files) COMPLETE
60412026-03-04T18:46:15.444Z[ recovery-image] Mar 04 18:46:13.338 INFO O| Mar 04 18:46:13.338 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60422026-03-04T18:46:15.458Z[ recovery-image] Mar 04 18:46:13.351 INFO O| Mar 04 18:46:13.351 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tty"
60432026-03-04T18:46:15.458Z[ recovery-image] Mar 04 18:46:13.352 INFO O| Mar 04 18:46:13.351 INFO STEP 407 (remove_files) COMPLETE
60442026-03-04T18:46:15.459Z[ recovery-image] Mar 04 18:46:13.352 INFO O| Mar 04 18:46:13.352 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60452026-03-04T18:46:15.471Z[ recovery-image] Mar 04 18:46:13.365 INFO O| Mar 04 18:46:13.365 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/type"
60462026-03-04T18:46:15.471Z[ recovery-image] Mar 04 18:46:13.365 INFO O| Mar 04 18:46:13.365 INFO STEP 408 (remove_files) COMPLETE
60472026-03-04T18:46:15.472Z[ recovery-image] Mar 04 18:46:13.365 INFO O| Mar 04 18:46:13.365 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60482026-03-04T18:46:15.485Z[ recovery-image] Mar 04 18:46:13.379 INFO O| Mar 04 18:46:13.379 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tzselect"
60492026-03-04T18:46:15.485Z[ recovery-image] Mar 04 18:46:13.379 INFO O| Mar 04 18:46:13.379 INFO STEP 409 (remove_files) COMPLETE
60502026-03-04T18:46:15.489Z[ recovery-image] Mar 04 18:46:13.379 INFO O| Mar 04 18:46:13.379 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60512026-03-04T18:46:15.505Z[ recovery-image] Mar 04 18:46:13.392 INFO O| Mar 04 18:46:13.392 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ulimit"
60522026-03-04T18:46:15.505Z[ recovery-image] Mar 04 18:46:13.392 INFO O| Mar 04 18:46:13.392 INFO STEP 410 (remove_files) COMPLETE
60532026-03-04T18:46:15.511Z[ recovery-image] Mar 04 18:46:13.393 INFO O| Mar 04 18:46:13.392 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60542026-03-04T18:46:15.514Z[ recovery-image] Mar 04 18:46:13.404 INFO O| Mar 04 18:46:13.404 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/umask"
60552026-03-04T18:46:15.514Z[ recovery-image] Mar 04 18:46:13.404 INFO O| Mar 04 18:46:13.404 INFO STEP 411 (remove_files) COMPLETE
60562026-03-04T18:46:15.514Z[ recovery-image] Mar 04 18:46:13.404 INFO O| Mar 04 18:46:13.404 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60572026-03-04T18:46:15.522Z[ recovery-image] Mar 04 18:46:13.416 INFO O| Mar 04 18:46:13.416 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unalias"
60582026-03-04T18:46:15.522Z[ recovery-image] Mar 04 18:46:13.416 INFO O| Mar 04 18:46:13.416 INFO STEP 412 (remove_files) COMPLETE
60592026-03-04T18:46:15.523Z[ recovery-image] Mar 04 18:46:13.416 INFO O| Mar 04 18:46:13.416 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60602026-03-04T18:46:15.534Z[ recovery-image] Mar 04 18:46:13.428 INFO O| Mar 04 18:46:13.428 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uncompress"
60612026-03-04T18:46:15.534Z[ recovery-image] Mar 04 18:46:13.428 INFO O| Mar 04 18:46:13.428 INFO STEP 413 (remove_files) COMPLETE
60622026-03-04T18:46:15.539Z[ recovery-image] Mar 04 18:46:13.428 INFO O| Mar 04 18:46:13.428 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60632026-03-04T18:46:15.548Z[ recovery-image] Mar 04 18:46:13.441 INFO O| Mar 04 18:46:13.441 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unexpand"
60642026-03-04T18:46:15.548Z[ recovery-image] Mar 04 18:46:13.442 INFO O| Mar 04 18:46:13.441 INFO STEP 414 (remove_files) COMPLETE
60652026-03-04T18:46:15.548Z[ recovery-image] Mar 04 18:46:13.442 INFO O| Mar 04 18:46:13.442 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60662026-03-04T18:46:15.561Z[ recovery-image] Mar 04 18:46:13.454 INFO O| Mar 04 18:46:13.454 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uniq"
60672026-03-04T18:46:15.561Z[ recovery-image] Mar 04 18:46:13.454 INFO O| Mar 04 18:46:13.454 INFO STEP 415 (remove_files) COMPLETE
60682026-03-04T18:46:15.561Z[ recovery-image] Mar 04 18:46:13.454 INFO O| Mar 04 18:46:13.454 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60692026-03-04T18:46:15.574Z[ recovery-image] Mar 04 18:46:13.468 INFO O| Mar 04 18:46:13.468 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/units"
60702026-03-04T18:46:15.574Z[ recovery-image] Mar 04 18:46:13.468 INFO O| Mar 04 18:46:13.468 INFO STEP 416 (remove_files) COMPLETE
60712026-03-04T18:46:15.574Z[ recovery-image] Mar 04 18:46:13.468 INFO O| Mar 04 18:46:13.468 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60722026-03-04T18:46:15.589Z[ recovery-image] Mar 04 18:46:13.481 INFO O| Mar 04 18:46:13.481 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unix2dos"
60732026-03-04T18:46:15.589Z[ recovery-image] Mar 04 18:46:13.482 INFO O| Mar 04 18:46:13.481 INFO STEP 417 (remove_files) COMPLETE
60742026-03-04T18:46:15.589Z[ recovery-image] Mar 04 18:46:13.482 INFO O| Mar 04 18:46:13.482 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60752026-03-04T18:46:15.601Z[ recovery-image] Mar 04 18:46:13.494 INFO O| Mar 04 18:46:13.494 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unpack"
60762026-03-04T18:46:15.601Z[ recovery-image] Mar 04 18:46:13.495 INFO O| Mar 04 18:46:13.495 INFO STEP 418 (remove_files) COMPLETE
60772026-03-04T18:46:15.601Z[ recovery-image] Mar 04 18:46:13.495 INFO O| Mar 04 18:46:13.495 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60782026-03-04T18:46:15.613Z[ recovery-image] Mar 04 18:46:13.507 INFO O| Mar 04 18:46:13.507 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/userattr"
60792026-03-04T18:46:15.613Z[ recovery-image] Mar 04 18:46:13.507 INFO O| Mar 04 18:46:13.507 INFO STEP 419 (remove_files) COMPLETE
60802026-03-04T18:46:15.613Z[ recovery-image] Mar 04 18:46:13.507 INFO O| Mar 04 18:46:13.507 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60812026-03-04T18:46:15.626Z[ recovery-image] Mar 04 18:46:13.520 INFO O| Mar 04 18:46:13.520 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uudecode"
60822026-03-04T18:46:15.626Z[ recovery-image] Mar 04 18:46:13.520 INFO O| Mar 04 18:46:13.520 INFO STEP 420 (remove_files) COMPLETE
60832026-03-04T18:46:15.626Z[ recovery-image] Mar 04 18:46:13.520 INFO O| Mar 04 18:46:13.520 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60842026-03-04T18:46:15.639Z[ recovery-image] Mar 04 18:46:13.533 INFO O| Mar 04 18:46:13.533 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuencode"
60852026-03-04T18:46:15.639Z[ recovery-image] Mar 04 18:46:13.533 INFO O| Mar 04 18:46:13.533 INFO STEP 421 (remove_files) COMPLETE
60862026-03-04T18:46:15.640Z[ recovery-image] Mar 04 18:46:13.533 INFO O| Mar 04 18:46:13.533 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60872026-03-04T18:46:15.652Z[ recovery-image] Mar 04 18:46:13.546 INFO O| Mar 04 18:46:13.546 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuidgen"
60882026-03-04T18:46:15.652Z[ recovery-image] Mar 04 18:46:13.546 INFO O| Mar 04 18:46:13.546 INFO STEP 422 (remove_files) COMPLETE
60892026-03-04T18:46:15.652Z[ recovery-image] Mar 04 18:46:13.546 INFO O| Mar 04 18:46:13.546 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60902026-03-04T18:46:15.678Z[ recovery-image] Mar 04 18:46:13.559 INFO O| Mar 04 18:46:13.559 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vedit"
60912026-03-04T18:46:15.678Z[ recovery-image] Mar 04 18:46:13.559 INFO O| Mar 04 18:46:13.559 INFO STEP 423 (remove_files) COMPLETE
60922026-03-04T18:46:15.681Z[ recovery-image] Mar 04 18:46:13.559 INFO O| Mar 04 18:46:13.559 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60932026-03-04T18:46:15.681Z[ recovery-image] Mar 04 18:46:13.574 INFO O| Mar 04 18:46:13.574 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vim"
60942026-03-04T18:46:15.681Z[ recovery-image] Mar 04 18:46:13.574 INFO O| Mar 04 18:46:13.574 INFO STEP 424 (remove_files) COMPLETE
60952026-03-04T18:46:15.681Z[ recovery-image] Mar 04 18:46:13.574 INFO O| Mar 04 18:46:13.574 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60962026-03-04T18:46:15.695Z[ recovery-image] Mar 04 18:46:13.589 INFO O| Mar 04 18:46:13.589 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vimtutor"
60972026-03-04T18:46:15.695Z[ recovery-image] Mar 04 18:46:13.589 INFO O| Mar 04 18:46:13.589 INFO STEP 425 (remove_files) COMPLETE
60982026-03-04T18:46:15.696Z[ recovery-image] Mar 04 18:46:13.589 INFO O| Mar 04 18:46:13.589 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60992026-03-04T18:46:15.709Z[ recovery-image] Mar 04 18:46:13.602 INFO O| Mar 04 18:46:13.602 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vmstat"
61002026-03-04T18:46:15.709Z[ recovery-image] Mar 04 18:46:13.603 INFO O| Mar 04 18:46:13.603 INFO STEP 426 (remove_files) COMPLETE
61012026-03-04T18:46:15.715Z[ recovery-image] Mar 04 18:46:13.603 INFO O| Mar 04 18:46:13.603 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61022026-03-04T18:46:15.722Z[ recovery-image] Mar 04 18:46:13.616 INFO O| Mar 04 18:46:13.616 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vtfontcvt"
61032026-03-04T18:46:15.722Z[ recovery-image] Mar 04 18:46:13.616 INFO O| Mar 04 18:46:13.616 INFO STEP 427 (remove_files) COMPLETE
61042026-03-04T18:46:15.722Z[ recovery-image] Mar 04 18:46:13.616 INFO O| Mar 04 18:46:13.616 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61052026-03-04T18:46:15.736Z[ recovery-image] Mar 04 18:46:13.629 INFO O| Mar 04 18:46:13.629 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/w"
61062026-03-04T18:46:15.736Z[ recovery-image] Mar 04 18:46:13.629 INFO O| Mar 04 18:46:13.629 INFO STEP 428 (remove_files) COMPLETE
61072026-03-04T18:46:15.736Z[ recovery-image] Mar 04 18:46:13.629 INFO O| Mar 04 18:46:13.629 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61082026-03-04T18:46:15.749Z[ recovery-image] Mar 04 18:46:13.642 INFO O| Mar 04 18:46:13.642 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wait"
61092026-03-04T18:46:15.749Z[ recovery-image] Mar 04 18:46:13.642 INFO O| Mar 04 18:46:13.642 INFO STEP 429 (remove_files) COMPLETE
61102026-03-04T18:46:15.749Z[ recovery-image] Mar 04 18:46:13.642 INFO O| Mar 04 18:46:13.642 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61112026-03-04T18:46:15.763Z[ recovery-image] Mar 04 18:46:13.656 INFO O| Mar 04 18:46:13.655 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/watch"
61122026-03-04T18:46:15.769Z[ recovery-image] Mar 04 18:46:13.656 INFO O| Mar 04 18:46:13.656 INFO STEP 430 (remove_files) COMPLETE
61132026-03-04T18:46:15.769Z[ recovery-image] Mar 04 18:46:13.656 INFO O| Mar 04 18:46:13.656 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61142026-03-04T18:46:15.776Z[ recovery-image] Mar 04 18:46:13.669 INFO O| Mar 04 18:46:13.669 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wc"
61152026-03-04T18:46:15.776Z[ recovery-image] Mar 04 18:46:13.669 INFO O| Mar 04 18:46:13.669 INFO STEP 431 (remove_files) COMPLETE
61162026-03-04T18:46:15.776Z[ recovery-image] Mar 04 18:46:13.669 INFO O| Mar 04 18:46:13.669 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61172026-03-04T18:46:15.790Z[ recovery-image] Mar 04 18:46:13.684 INFO O| Mar 04 18:46:13.683 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/which"
61182026-03-04T18:46:15.790Z[ recovery-image] Mar 04 18:46:13.684 INFO O| Mar 04 18:46:13.684 INFO STEP 432 (remove_files) COMPLETE
61192026-03-04T18:46:15.790Z[ recovery-image] Mar 04 18:46:13.684 INFO O| Mar 04 18:46:13.684 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61202026-03-04T18:46:15.805Z[ recovery-image] Mar 04 18:46:13.699 INFO O| Mar 04 18:46:13.699 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/whocalls"
61212026-03-04T18:46:15.805Z[ recovery-image] Mar 04 18:46:13.699 INFO O| Mar 04 18:46:13.699 INFO STEP 433 (remove_files) COMPLETE
61222026-03-04T18:46:15.809Z[ recovery-image] Mar 04 18:46:13.699 INFO O| Mar 04 18:46:13.699 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61232026-03-04T18:46:15.818Z[ recovery-image] Mar 04 18:46:13.712 INFO O| Mar 04 18:46:13.712 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wracct"
61242026-03-04T18:46:15.818Z[ recovery-image] Mar 04 18:46:13.712 INFO O| Mar 04 18:46:13.712 INFO STEP 434 (remove_files) COMPLETE
61252026-03-04T18:46:15.818Z[ recovery-image] Mar 04 18:46:13.712 INFO O| Mar 04 18:46:13.712 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61262026-03-04T18:46:15.836Z[ recovery-image] Mar 04 18:46:13.725 INFO O| Mar 04 18:46:13.725 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/write"
61272026-03-04T18:46:15.841Z[ recovery-image] Mar 04 18:46:13.725 INFO O| Mar 04 18:46:13.725 INFO STEP 435 (remove_files) COMPLETE
61282026-03-04T18:46:15.841Z[ recovery-image] Mar 04 18:46:13.725 INFO O| Mar 04 18:46:13.725 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61292026-03-04T18:46:15.845Z[ recovery-image] Mar 04 18:46:13.738 INFO O| Mar 04 18:46:13.738 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xargs"
61302026-03-04T18:46:15.845Z[ recovery-image] Mar 04 18:46:13.738 INFO O| Mar 04 18:46:13.738 INFO STEP 436 (remove_files) COMPLETE
61312026-03-04T18:46:15.845Z[ recovery-image] Mar 04 18:46:13.738 INFO O| Mar 04 18:46:13.738 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61322026-03-04T18:46:15.857Z[ recovery-image] Mar 04 18:46:13.750 INFO O| Mar 04 18:46:13.750 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xml2-config"
61332026-03-04T18:46:15.857Z[ recovery-image] Mar 04 18:46:13.750 INFO O| Mar 04 18:46:13.750 INFO STEP 437 (remove_files) COMPLETE
61342026-03-04T18:46:15.857Z[ recovery-image] Mar 04 18:46:13.750 INFO O| Mar 04 18:46:13.750 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61352026-03-04T18:46:15.869Z[ recovery-image] Mar 04 18:46:13.762 INFO O| Mar 04 18:46:13.762 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlcatalog"
61362026-03-04T18:46:15.869Z[ recovery-image] Mar 04 18:46:13.763 INFO O| Mar 04 18:46:13.763 INFO STEP 438 (remove_files) COMPLETE
61372026-03-04T18:46:15.901Z[ recovery-image] Mar 04 18:46:13.763 INFO O| Mar 04 18:46:13.763 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61382026-03-04T18:46:15.920Z[ recovery-image] Mar 04 18:46:13.774 INFO O| Mar 04 18:46:13.774 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmllint"
61392026-03-04T18:46:15.921Z[ recovery-image] Mar 04 18:46:13.774 INFO O| Mar 04 18:46:13.774 INFO STEP 439 (remove_files) COMPLETE
61402026-03-04T18:46:15.921Z[ recovery-image] Mar 04 18:46:13.774 INFO O| Mar 04 18:46:13.774 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61412026-03-04T18:46:15.921Z[ recovery-image] Mar 04 18:46:13.787 INFO O| Mar 04 18:46:13.787 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlwf"
61422026-03-04T18:46:15.921Z[ recovery-image] Mar 04 18:46:13.787 INFO O| Mar 04 18:46:13.787 INFO STEP 440 (remove_files) COMPLETE
61432026-03-04T18:46:15.921Z[ recovery-image] Mar 04 18:46:13.787 INFO O| Mar 04 18:46:13.787 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61442026-03-04T18:46:15.926Z[ recovery-image] Mar 04 18:46:13.800 INFO O| Mar 04 18:46:13.800 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xstr"
61452026-03-04T18:46:15.926Z[ recovery-image] Mar 04 18:46:13.800 INFO O| Mar 04 18:46:13.800 INFO STEP 441 (remove_files) COMPLETE
61462026-03-04T18:46:15.926Z[ recovery-image] Mar 04 18:46:13.800 INFO O| Mar 04 18:46:13.800 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61472026-03-04T18:46:15.926Z[ recovery-image] Mar 04 18:46:13.811 INFO O| Mar 04 18:46:13.811 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xxd"
61482026-03-04T18:46:15.926Z[ recovery-image] Mar 04 18:46:13.811 INFO O| Mar 04 18:46:13.811 INFO STEP 442 (remove_files) COMPLETE
61492026-03-04T18:46:15.926Z[ recovery-image] Mar 04 18:46:13.811 INFO O| Mar 04 18:46:13.811 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61502026-03-04T18:46:15.933Z[ recovery-image] Mar 04 18:46:13.824 INFO O| Mar 04 18:46:13.824 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xz"
61512026-03-04T18:46:15.933Z[ recovery-image] Mar 04 18:46:13.824 INFO O| Mar 04 18:46:13.824 INFO STEP 443 (remove_files) COMPLETE
61522026-03-04T18:46:15.940Z[ recovery-image] Mar 04 18:46:13.824 INFO O| Mar 04 18:46:13.824 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61532026-03-04T18:46:15.948Z[ recovery-image] Mar 04 18:46:13.836 INFO O| Mar 04 18:46:13.836 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdec"
61542026-03-04T18:46:15.949Z[ recovery-image] Mar 04 18:46:13.837 INFO O| Mar 04 18:46:13.837 INFO STEP 444 (remove_files) COMPLETE
61552026-03-04T18:46:15.949Z[ recovery-image] Mar 04 18:46:13.837 INFO O| Mar 04 18:46:13.837 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61562026-03-04T18:46:15.959Z[ recovery-image] Mar 04 18:46:13.850 INFO O| Mar 04 18:46:13.850 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdiff"
61572026-03-04T18:46:15.959Z[ recovery-image] Mar 04 18:46:13.850 INFO O| Mar 04 18:46:13.850 INFO STEP 445 (remove_files) COMPLETE
61582026-03-04T18:46:15.976Z[ recovery-image] Mar 04 18:46:13.850 INFO O| Mar 04 18:46:13.850 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61592026-03-04T18:46:15.976Z[ recovery-image] Mar 04 18:46:13.863 INFO O| Mar 04 18:46:13.863 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzgrep"
61602026-03-04T18:46:15.976Z[ recovery-image] Mar 04 18:46:13.863 INFO O| Mar 04 18:46:13.863 INFO STEP 446 (remove_files) COMPLETE
61612026-03-04T18:46:15.976Z[ recovery-image] Mar 04 18:46:13.864 INFO O| Mar 04 18:46:13.863 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61622026-03-04T18:46:15.986Z[ recovery-image] Mar 04 18:46:13.876 INFO O| Mar 04 18:46:13.876 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzless"
61632026-03-04T18:46:15.986Z[ recovery-image] Mar 04 18:46:13.876 INFO O| Mar 04 18:46:13.876 INFO STEP 447 (remove_files) COMPLETE
61642026-03-04T18:46:15.995Z[ recovery-image] Mar 04 18:46:13.876 INFO O| Mar 04 18:46:13.876 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61652026-03-04T18:46:16.000Z[ recovery-image] Mar 04 18:46:13.889 INFO O| Mar 04 18:46:13.889 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzmore"
61662026-03-04T18:46:16.000Z[ recovery-image] Mar 04 18:46:13.890 INFO O| Mar 04 18:46:13.890 INFO STEP 448 (remove_files) COMPLETE
61672026-03-04T18:46:16.000Z[ recovery-image] Mar 04 18:46:13.890 INFO O| Mar 04 18:46:13.890 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61682026-03-04T18:46:16.010Z[ recovery-image] Mar 04 18:46:13.902 INFO O| Mar 04 18:46:13.902 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/yes"
61692026-03-04T18:46:16.020Z[ recovery-image] Mar 04 18:46:13.902 INFO O| Mar 04 18:46:13.902 INFO STEP 449 (remove_files) COMPLETE
61702026-03-04T18:46:16.020Z[ recovery-image] Mar 04 18:46:13.902 INFO O| Mar 04 18:46:13.902 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61712026-03-04T18:46:16.028Z[ recovery-image] Mar 04 18:46:13.915 INFO O| Mar 04 18:46:13.915 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zcat"
61722026-03-04T18:46:16.033Z[ recovery-image] Mar 04 18:46:13.915 INFO O| Mar 04 18:46:13.915 INFO STEP 450 (remove_files) COMPLETE
61732026-03-04T18:46:16.033Z[ recovery-image] Mar 04 18:46:13.915 INFO O| Mar 04 18:46:13.915 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61742026-03-04T18:46:16.038Z[ recovery-image] Mar 04 18:46:13.927 INFO O| Mar 04 18:46:13.927 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zonestat"
61752026-03-04T18:46:16.038Z[ recovery-image] Mar 04 18:46:13.928 INFO O| Mar 04 18:46:13.928 INFO STEP 451 (remove_files) COMPLETE
61762026-03-04T18:46:16.038Z[ recovery-image] Mar 04 18:46:13.928 INFO O| Mar 04 18:46:13.928 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61772026-03-04T18:46:16.049Z[ recovery-image] Mar 04 18:46:13.939 INFO O| Mar 04 18:46:13.939 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstd"
61782026-03-04T18:46:16.049Z[ recovery-image] Mar 04 18:46:13.939 INFO O| Mar 04 18:46:13.939 INFO STEP 452 (remove_files) COMPLETE
61792026-03-04T18:46:16.049Z[ recovery-image] Mar 04 18:46:13.939 INFO O| Mar 04 18:46:13.939 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61802026-03-04T18:46:16.060Z[ recovery-image] Mar 04 18:46:13.951 INFO O| Mar 04 18:46:13.951 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdgrep"
61812026-03-04T18:46:16.060Z[ recovery-image] Mar 04 18:46:13.951 INFO O| Mar 04 18:46:13.951 INFO STEP 453 (remove_files) COMPLETE
61822026-03-04T18:46:16.061Z[ recovery-image] Mar 04 18:46:13.951 INFO O| Mar 04 18:46:13.951 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61832026-03-04T18:46:16.070Z[ recovery-image] Mar 04 18:46:13.962 INFO O| Mar 04 18:46:13.962 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdless"
61842026-03-04T18:46:16.070Z[ recovery-image] Mar 04 18:46:13.962 INFO O| Mar 04 18:46:13.962 INFO STEP 454 (remove_files) COMPLETE
61852026-03-04T18:46:16.070Z[ recovery-image] Mar 04 18:46:13.962 INFO O| Mar 04 18:46:13.962 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61862026-03-04T18:46:16.082Z[ recovery-image] Mar 04 18:46:13.974 INFO O| Mar 04 18:46:13.974 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
61872026-03-04T18:46:16.087Z[ recovery-image] Mar 04 18:46:13.975 INFO O| Mar 04 18:46:13.975 INFO STEP 455 (remove_files) COMPLETE
61882026-03-04T18:46:16.087Z[ recovery-image] Mar 04 18:46:13.975 INFO O| Mar 04 18:46:13.975 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61892026-03-04T18:46:16.095Z[ recovery-image] Mar 04 18:46:13.988 INFO O| Mar 04 18:46:13.988 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
61902026-03-04T18:46:16.098Z[ recovery-image] Mar 04 18:46:13.988 INFO O| Mar 04 18:46:13.988 INFO STEP 456 (remove_files) COMPLETE
61912026-03-04T18:46:16.098Z[ recovery-image] Mar 04 18:46:13.988 INFO O| Mar 04 18:46:13.988 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61922026-03-04T18:46:16.107Z[ recovery-image] Mar 04 18:46:14.000 INFO O| Mar 04 18:46:14.000 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
61932026-03-04T18:46:16.107Z[ recovery-image] Mar 04 18:46:14.000 INFO O| Mar 04 18:46:14.000 INFO STEP 457 (remove_files) COMPLETE
61942026-03-04T18:46:16.112Z[ recovery-image] Mar 04 18:46:14.000 INFO O| Mar 04 18:46:14.000 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61952026-03-04T18:46:16.123Z[ recovery-image] Mar 04 18:46:14.014 INFO O| Mar 04 18:46:14.014 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
61962026-03-04T18:46:16.123Z[ recovery-image] Mar 04 18:46:14.014 INFO O| Mar 04 18:46:14.014 INFO STEP 458 (remove_files) COMPLETE
61972026-03-04T18:46:16.133Z[ recovery-image] Mar 04 18:46:14.014 INFO O| Mar 04 18:46:14.014 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61982026-03-04T18:46:16.136Z[ recovery-image] Mar 04 18:46:14.027 INFO O| Mar 04 18:46:14.027 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
61992026-03-04T18:46:16.136Z[ recovery-image] Mar 04 18:46:14.028 INFO O| Mar 04 18:46:14.027 INFO STEP 459 (remove_files) COMPLETE
62002026-03-04T18:46:16.136Z[ recovery-image] Mar 04 18:46:14.028 INFO O| Mar 04 18:46:14.027 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62012026-03-04T18:46:16.147Z[ recovery-image] Mar 04 18:46:14.040 INFO O| Mar 04 18:46:14.040 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
62022026-03-04T18:46:16.147Z[ recovery-image] Mar 04 18:46:14.040 INFO O| Mar 04 18:46:14.040 INFO STEP 460 (remove_files) COMPLETE
62032026-03-04T18:46:16.152Z[ recovery-image] Mar 04 18:46:14.040 INFO O| Mar 04 18:46:14.040 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62042026-03-04T18:46:16.162Z[ recovery-image] Mar 04 18:46:14.056 INFO O| Mar 04 18:46:14.056 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
62052026-03-04T18:46:16.162Z[ recovery-image] Mar 04 18:46:14.056 INFO O| Mar 04 18:46:14.056 INFO STEP 461 (remove_files) COMPLETE
62062026-03-04T18:46:16.163Z[ recovery-image] Mar 04 18:46:14.056 INFO O| Mar 04 18:46:14.056 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62072026-03-04T18:46:16.177Z[ recovery-image] Mar 04 18:46:14.067 INFO O| Mar 04 18:46:14.067 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
62082026-03-04T18:46:16.177Z[ recovery-image] Mar 04 18:46:14.067 INFO O| Mar 04 18:46:14.067 INFO STEP 462 (remove_files) COMPLETE
62092026-03-04T18:46:16.180Z[ recovery-image] Mar 04 18:46:14.067 INFO O| Mar 04 18:46:14.067 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62102026-03-04T18:46:16.188Z[ recovery-image] Mar 04 18:46:14.079 INFO O| Mar 04 18:46:14.078 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
62112026-03-04T18:46:16.188Z[ recovery-image] Mar 04 18:46:14.079 INFO O| Mar 04 18:46:14.079 INFO STEP 463 (remove_files) COMPLETE
62122026-03-04T18:46:16.188Z[ recovery-image] Mar 04 18:46:14.079 INFO O| Mar 04 18:46:14.079 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62132026-03-04T18:46:16.201Z[ recovery-image] Mar 04 18:46:14.089 INFO O| Mar 04 18:46:14.089 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
62142026-03-04T18:46:16.205Z[ recovery-image] Mar 04 18:46:14.090 INFO O| Mar 04 18:46:14.090 INFO STEP 464 (remove_files) COMPLETE
62152026-03-04T18:46:16.205Z[ recovery-image] Mar 04 18:46:14.090 INFO O| Mar 04 18:46:14.090 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62162026-03-04T18:46:16.240Z[ recovery-image] Mar 04 18:46:14.134 INFO O| Mar 04 18:46:14.134 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
62172026-03-04T18:46:16.240Z[ recovery-image] Mar 04 18:46:14.134 INFO O| Mar 04 18:46:14.134 INFO STEP 465 (remove_files) COMPLETE
62182026-03-04T18:46:16.240Z[ recovery-image] Mar 04 18:46:14.134 INFO O| Mar 04 18:46:14.134 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62192026-03-04T18:46:16.255Z[ recovery-image] Mar 04 18:46:14.148 INFO O| Mar 04 18:46:14.148 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
62202026-03-04T18:46:16.255Z[ recovery-image] Mar 04 18:46:14.148 INFO O| Mar 04 18:46:14.148 INFO STEP 466 (remove_files) COMPLETE
62212026-03-04T18:46:16.258Z[ recovery-image] Mar 04 18:46:14.148 INFO O| Mar 04 18:46:14.148 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62222026-03-04T18:46:16.268Z[ recovery-image] Mar 04 18:46:14.160 INFO O| Mar 04 18:46:14.160 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libform.so.5.9"
62232026-03-04T18:46:16.268Z[ recovery-image] Mar 04 18:46:14.161 INFO O| Mar 04 18:46:14.160 INFO STEP 467 (remove_files) COMPLETE
62242026-03-04T18:46:16.271Z[ recovery-image] Mar 04 18:46:14.161 INFO O| Mar 04 18:46:14.161 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62252026-03-04T18:46:16.280Z[ recovery-image] Mar 04 18:46:14.173 INFO O| Mar 04 18:46:14.173 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libmenu.so.5.9"
62262026-03-04T18:46:16.280Z[ recovery-image] Mar 04 18:46:14.173 INFO O| Mar 04 18:46:14.173 INFO STEP 468 (remove_files) COMPLETE
62272026-03-04T18:46:16.286Z[ recovery-image] Mar 04 18:46:14.173 INFO O| Mar 04 18:46:14.173 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62282026-03-04T18:46:16.293Z[ recovery-image] Mar 04 18:46:14.186 INFO O| Mar 04 18:46:14.186 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libpanel.so.5.9"
62292026-03-04T18:46:16.293Z[ recovery-image] Mar 04 18:46:14.186 INFO O| Mar 04 18:46:14.186 INFO STEP 469 (remove_files) COMPLETE
62302026-03-04T18:46:16.296Z[ recovery-image] Mar 04 18:46:14.186 INFO O| Mar 04 18:46:14.186 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62312026-03-04T18:46:16.304Z[ recovery-image] Mar 04 18:46:14.198 INFO O| Mar 04 18:46:14.198 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ctags"
62322026-03-04T18:46:16.304Z[ recovery-image] Mar 04 18:46:14.198 INFO O| Mar 04 18:46:14.198 INFO STEP 470 (remove_files) COMPLETE
62332026-03-04T18:46:16.304Z[ recovery-image] Mar 04 18:46:14.198 INFO O| Mar 04 18:46:14.198 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62342026-03-04T18:46:16.315Z[ recovery-image] Mar 04 18:46:14.209 INFO O| Mar 04 18:46:14.209 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/edit"
62352026-03-04T18:46:16.319Z[ recovery-image] Mar 04 18:46:14.209 INFO O| Mar 04 18:46:14.209 INFO STEP 471 (remove_files) COMPLETE
62362026-03-04T18:46:16.319Z[ recovery-image] Mar 04 18:46:14.209 INFO O| Mar 04 18:46:14.209 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62372026-03-04T18:46:16.326Z[ recovery-image] Mar 04 18:46:14.220 INFO O| Mar 04 18:46:14.220 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ex"
62382026-03-04T18:46:16.326Z[ recovery-image] Mar 04 18:46:14.220 INFO O| Mar 04 18:46:14.220 INFO STEP 472 (remove_files) COMPLETE
62392026-03-04T18:46:16.329Z[ recovery-image] Mar 04 18:46:14.220 INFO O| Mar 04 18:46:14.220 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62402026-03-04T18:46:16.338Z[ recovery-image] Mar 04 18:46:14.231 INFO O| Mar 04 18:46:14.231 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/pfsh"
62412026-03-04T18:46:16.340Z[ recovery-image] Mar 04 18:46:14.231 INFO O| Mar 04 18:46:14.231 INFO STEP 473 (remove_files) COMPLETE
62422026-03-04T18:46:16.340Z[ recovery-image] Mar 04 18:46:14.231 INFO O| Mar 04 18:46:14.231 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62432026-03-04T18:46:16.349Z[ recovery-image] Mar 04 18:46:14.243 INFO O| Mar 04 18:46:14.242 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/sh"
62442026-03-04T18:46:16.349Z[ recovery-image] Mar 04 18:46:14.243 INFO O| Mar 04 18:46:14.243 INFO STEP 474 (remove_files) COMPLETE
62452026-03-04T18:46:16.351Z[ recovery-image] Mar 04 18:46:14.243 INFO O| Mar 04 18:46:14.243 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62462026-03-04T18:46:16.361Z[ recovery-image] Mar 04 18:46:14.254 INFO O| Mar 04 18:46:14.254 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vedit"
62472026-03-04T18:46:16.361Z[ recovery-image] Mar 04 18:46:14.254 INFO O| Mar 04 18:46:14.254 INFO STEP 475 (remove_files) COMPLETE
62482026-03-04T18:46:16.361Z[ recovery-image] Mar 04 18:46:14.254 INFO O| Mar 04 18:46:14.254 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62492026-03-04T18:46:16.372Z[ recovery-image] Mar 04 18:46:14.266 INFO O| Mar 04 18:46:14.266 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vi"
62502026-03-04T18:46:16.373Z[ recovery-image] Mar 04 18:46:14.266 INFO O| Mar 04 18:46:14.266 INFO STEP 476 (remove_files) COMPLETE
62512026-03-04T18:46:16.376Z[ recovery-image] Mar 04 18:46:14.266 INFO O| Mar 04 18:46:14.266 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62522026-03-04T18:46:16.386Z[ recovery-image] Mar 04 18:46:14.277 INFO O| Mar 04 18:46:14.277 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/view"
62532026-03-04T18:46:16.386Z[ recovery-image] Mar 04 18:46:14.277 INFO O| Mar 04 18:46:14.277 INFO STEP 477 (remove_files) COMPLETE
62542026-03-04T18:46:16.389Z[ recovery-image] Mar 04 18:46:14.277 INFO O| Mar 04 18:46:14.277 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62552026-03-04T18:46:16.395Z[ recovery-image] Mar 04 18:46:14.288 INFO O| Mar 04 18:46:14.288 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/logindmux"
62562026-03-04T18:46:16.398Z[ recovery-image] Mar 04 18:46:14.292 INFO O| Mar 04 18:46:14.292 INFO STEP 478 (remove_files) COMPLETE
62572026-03-04T18:46:16.402Z[ recovery-image] Mar 04 18:46:14.292 INFO O| Mar 04 18:46:14.292 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62582026-03-04T18:46:16.415Z[ recovery-image] Mar 04 18:46:14.307 INFO O| Mar 04 18:46:14.307 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pool"
62592026-03-04T18:46:16.416Z[ recovery-image] Mar 04 18:46:14.307 INFO O| Mar 04 18:46:14.307 INFO STEP 479 (remove_files) COMPLETE
62602026-03-04T18:46:16.419Z[ recovery-image] Mar 04 18:46:14.307 INFO O| Mar 04 18:46:14.307 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62612026-03-04T18:46:16.430Z[ recovery-image] Mar 04 18:46:14.323 INFO O| Mar 04 18:46:14.323 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ppt"
62622026-03-04T18:46:16.435Z[ recovery-image] Mar 04 18:46:14.323 INFO O| Mar 04 18:46:14.323 INFO STEP 480 (remove_files) COMPLETE
62632026-03-04T18:46:16.435Z[ recovery-image] Mar 04 18:46:14.323 INFO O| Mar 04 18:46:14.323 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62642026-03-04T18:46:16.445Z[ recovery-image] Mar 04 18:46:14.337 INFO O| Mar 04 18:46:14.337 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ptm"
62652026-03-04T18:46:16.448Z[ recovery-image] Mar 04 18:46:14.338 INFO O| Mar 04 18:46:14.338 INFO STEP 481 (remove_files) COMPLETE
62662026-03-04T18:46:16.448Z[ recovery-image] Mar 04 18:46:14.338 INFO O| Mar 04 18:46:14.338 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62672026-03-04T18:46:16.459Z[ recovery-image] Mar 04 18:46:14.352 INFO O| Mar 04 18:46:14.352 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pts"
62682026-03-04T18:46:16.459Z[ recovery-image] Mar 04 18:46:14.352 INFO O| Mar 04 18:46:14.352 INFO STEP 482 (remove_files) COMPLETE
62692026-03-04T18:46:16.459Z[ recovery-image] Mar 04 18:46:14.352 INFO O| Mar 04 18:46:14.352 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62702026-03-04T18:46:16.472Z[ recovery-image] Mar 04 18:46:14.365 INFO O| Mar 04 18:46:14.365 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/vmm"
62712026-03-04T18:46:16.476Z[ recovery-image] Mar 04 18:46:14.366 INFO O| Mar 04 18:46:14.366 INFO STEP 483 (remove_files) COMPLETE
62722026-03-04T18:46:16.476Z[ recovery-image] Mar 04 18:46:14.366 INFO O| Mar 04 18:46:14.366 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62732026-03-04T18:46:16.486Z[ recovery-image] Mar 04 18:46:14.379 INFO O| Mar 04 18:46:14.379 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/zcons"
62742026-03-04T18:46:16.486Z[ recovery-image] Mar 04 18:46:14.379 INFO O| Mar 04 18:46:14.379 INFO STEP 484 (remove_files) COMPLETE
62752026-03-04T18:46:16.486Z[ recovery-image] Mar 04 18:46:14.379 INFO O| Mar 04 18:46:14.379 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62762026-03-04T18:46:16.501Z[ recovery-image] Mar 04 18:46:14.394 INFO O| Mar 04 18:46:14.394 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/fssnap.conf"
62772026-03-04T18:46:16.501Z[ recovery-image] Mar 04 18:46:14.394 INFO O| Mar 04 18:46:14.394 INFO STEP 485 (remove_files) COMPLETE
62782026-03-04T18:46:16.501Z[ recovery-image] Mar 04 18:46:14.394 INFO O| Mar 04 18:46:14.394 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62792026-03-04T18:46:16.514Z[ recovery-image] Mar 04 18:46:14.408 INFO O| Mar 04 18:46:14.407 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/logindmux.conf"
62802026-03-04T18:46:16.514Z[ recovery-image] Mar 04 18:46:14.408 INFO O| Mar 04 18:46:14.408 INFO STEP 486 (remove_files) COMPLETE
62812026-03-04T18:46:16.514Z[ recovery-image] Mar 04 18:46:14.408 INFO O| Mar 04 18:46:14.408 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62822026-03-04T18:46:16.527Z[ recovery-image] Mar 04 18:46:14.421 INFO O| Mar 04 18:46:14.421 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/nsmb.conf"
62832026-03-04T18:46:16.527Z[ recovery-image] Mar 04 18:46:14.421 INFO O| Mar 04 18:46:14.421 INFO STEP 487 (remove_files) COMPLETE
62842026-03-04T18:46:16.531Z[ recovery-image] Mar 04 18:46:14.421 INFO O| Mar 04 18:46:14.421 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62852026-03-04T18:46:16.541Z[ recovery-image] Mar 04 18:46:14.434 INFO O| Mar 04 18:46:14.434 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/pool.conf"
62862026-03-04T18:46:16.545Z[ recovery-image] Mar 04 18:46:14.435 INFO O| Mar 04 18:46:14.435 INFO STEP 488 (remove_files) COMPLETE
62872026-03-04T18:46:16.545Z[ recovery-image] Mar 04 18:46:14.435 INFO O| Mar 04 18:46:14.435 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62882026-03-04T18:46:16.557Z[ recovery-image] Mar 04 18:46:14.450 INFO O| Mar 04 18:46:14.450 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/ppt.conf"
62892026-03-04T18:46:16.557Z[ recovery-image] Mar 04 18:46:14.450 INFO O| Mar 04 18:46:14.450 INFO STEP 489 (remove_files) COMPLETE
62902026-03-04T18:46:16.562Z[ recovery-image] Mar 04 18:46:14.451 INFO O| Mar 04 18:46:14.450 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62912026-03-04T18:46:16.572Z[ recovery-image] Mar 04 18:46:14.465 INFO O| Mar 04 18:46:14.465 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/smbsrv.conf"
62922026-03-04T18:46:16.578Z[ recovery-image] Mar 04 18:46:14.465 INFO O| Mar 04 18:46:14.465 INFO STEP 490 (remove_files) COMPLETE
62932026-03-04T18:46:16.578Z[ recovery-image] Mar 04 18:46:14.466 INFO O| Mar 04 18:46:14.465 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62942026-03-04T18:46:16.584Z[ recovery-image] Mar 04 18:46:14.477 INFO O| Mar 04 18:46:14.477 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/viona.conf"
62952026-03-04T18:46:16.584Z[ recovery-image] Mar 04 18:46:14.477 INFO O| Mar 04 18:46:14.477 INFO STEP 491 (remove_files) COMPLETE
62962026-03-04T18:46:16.584Z[ recovery-image] Mar 04 18:46:14.477 INFO O| Mar 04 18:46:14.477 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62972026-03-04T18:46:16.598Z[ recovery-image] Mar 04 18:46:14.491 INFO O| Mar 04 18:46:14.491 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/vmm.conf"
62982026-03-04T18:46:16.598Z[ recovery-image] Mar 04 18:46:14.491 INFO O| Mar 04 18:46:14.491 INFO STEP 492 (remove_files) COMPLETE
62992026-03-04T18:46:16.598Z[ recovery-image] Mar 04 18:46:14.491 INFO O| Mar 04 18:46:14.491 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63002026-03-04T18:46:16.612Z[ recovery-image] Mar 04 18:46:14.505 INFO O| Mar 04 18:46:14.505 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/javaexec"
63012026-03-04T18:46:16.615Z[ recovery-image] Mar 04 18:46:14.505 INFO O| Mar 04 18:46:14.505 INFO STEP 493 (remove_files) COMPLETE
63022026-03-04T18:46:16.615Z[ recovery-image] Mar 04 18:46:14.505 INFO O| Mar 04 18:46:14.505 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63032026-03-04T18:46:16.626Z[ recovery-image] Mar 04 18:46:14.519 INFO O| Mar 04 18:46:14.519 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/shbinexec"
63042026-03-04T18:46:16.626Z[ recovery-image] Mar 04 18:46:14.519 INFO O| Mar 04 18:46:14.519 INFO STEP 494 (remove_files) COMPLETE
63052026-03-04T18:46:16.626Z[ recovery-image] Mar 04 18:46:14.519 INFO O| Mar 04 18:46:14.519 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63062026-03-04T18:46:16.637Z[ recovery-image] Mar 04 18:46:14.531 INFO O| Mar 04 18:46:14.531 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/pcfs"
63072026-03-04T18:46:16.637Z[ recovery-image] Mar 04 18:46:14.531 INFO O| Mar 04 18:46:14.531 INFO STEP 495 (remove_files) COMPLETE
63082026-03-04T18:46:16.640Z[ recovery-image] Mar 04 18:46:14.531 INFO O| Mar 04 18:46:14.531 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63092026-03-04T18:46:16.649Z[ recovery-image] Mar 04 18:46:14.543 INFO O| Mar 04 18:46:14.542 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/smbfs"
63102026-03-04T18:46:16.649Z[ recovery-image] Mar 04 18:46:14.543 INFO O| Mar 04 18:46:14.543 INFO STEP 496 (remove_files) COMPLETE
63112026-03-04T18:46:16.649Z[ recovery-image] Mar 04 18:46:14.543 INFO O| Mar 04 18:46:14.543 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63122026-03-04T18:46:16.663Z[ recovery-image] Mar 04 18:46:14.556 INFO O| Mar 04 18:46:14.556 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/nsmb"
63132026-03-04T18:46:16.663Z[ recovery-image] Mar 04 18:46:14.556 INFO O| Mar 04 18:46:14.556 INFO STEP 497 (remove_files) COMPLETE
63142026-03-04T18:46:16.663Z[ recovery-image] Mar 04 18:46:14.556 INFO O| Mar 04 18:46:14.556 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63152026-03-04T18:46:16.678Z[ recovery-image] Mar 04 18:46:14.570 INFO O| Mar 04 18:46:14.570 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbfs"
63162026-03-04T18:46:16.678Z[ recovery-image] Mar 04 18:46:14.570 INFO O| Mar 04 18:46:14.570 INFO STEP 498 (remove_files) COMPLETE
63172026-03-04T18:46:16.678Z[ recovery-image] Mar 04 18:46:14.570 INFO O| Mar 04 18:46:14.570 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63182026-03-04T18:46:16.692Z[ recovery-image] Mar 04 18:46:14.585 INFO O| Mar 04 18:46:14.585 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
63192026-03-04T18:46:16.692Z[ recovery-image] Mar 04 18:46:14.585 INFO O| Mar 04 18:46:14.585 INFO STEP 499 (remove_files) COMPLETE
63202026-03-04T18:46:16.695Z[ recovery-image] Mar 04 18:46:14.585 INFO O| Mar 04 18:46:14.585 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63212026-03-04T18:46:16.707Z[ recovery-image] Mar 04 18:46:14.601 INFO O| Mar 04 18:46:14.600 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
63222026-03-04T18:46:16.707Z[ recovery-image] Mar 04 18:46:14.601 INFO O| Mar 04 18:46:14.601 INFO STEP 500 (remove_files) COMPLETE
63232026-03-04T18:46:16.707Z[ recovery-image] Mar 04 18:46:14.601 INFO O| Mar 04 18:46:14.601 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63242026-03-04T18:46:16.722Z[ recovery-image] Mar 04 18:46:14.615 INFO O| Mar 04 18:46:14.615 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15"
63252026-03-04T18:46:16.722Z[ recovery-image] Mar 04 18:46:14.615 INFO O| Mar 04 18:46:14.615 INFO STEP 501 (remove_files) COMPLETE
63262026-03-04T18:46:16.722Z[ recovery-image] Mar 04 18:46:14.615 INFO O| Mar 04 18:46:14.615 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63272026-03-04T18:46:16.755Z[ recovery-image] Mar 04 18:46:14.646 INFO O| Mar 04 18:46:14.646 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15"
63282026-03-04T18:46:16.755Z[ recovery-image] Mar 04 18:46:14.646 INFO O| Mar 04 18:46:14.646 INFO STEP 502 (remove_files) COMPLETE
63292026-03-04T18:46:16.755Z[ recovery-image] Mar 04 18:46:14.646 INFO O| Mar 04 18:46:14.646 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63302026-03-04T18:46:16.766Z[ recovery-image] Mar 04 18:46:14.659 INFO O| Mar 04 18:46:14.659 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/IA"
63312026-03-04T18:46:16.766Z[ recovery-image] Mar 04 18:46:14.660 INFO O| Mar 04 18:46:14.659 INFO STEP 503 (remove_files) COMPLETE
63322026-03-04T18:46:16.766Z[ recovery-image] Mar 04 18:46:14.660 INFO O| Mar 04 18:46:14.660 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63332026-03-04T18:46:16.780Z[ recovery-image] Mar 04 18:46:14.673 INFO O| Mar 04 18:46:14.673 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT"
63342026-03-04T18:46:16.781Z[ recovery-image] Mar 04 18:46:14.673 INFO O| Mar 04 18:46:14.673 INFO STEP 504 (remove_files) COMPLETE
63352026-03-04T18:46:16.781Z[ recovery-image] Mar 04 18:46:14.673 INFO O| Mar 04 18:46:14.673 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63362026-03-04T18:46:16.794Z[ recovery-image] Mar 04 18:46:14.687 INFO O| Mar 04 18:46:14.687 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
63372026-03-04T18:46:16.794Z[ recovery-image] Mar 04 18:46:14.687 INFO O| Mar 04 18:46:14.687 INFO STEP 505 (remove_files) COMPLETE
63382026-03-04T18:46:16.794Z[ recovery-image] Mar 04 18:46:14.687 INFO O| Mar 04 18:46:14.687 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63392026-03-04T18:46:16.807Z[ recovery-image] Mar 04 18:46:14.700 INFO O| Mar 04 18:46:14.700 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/cryptmod"
63402026-03-04T18:46:16.807Z[ recovery-image] Mar 04 18:46:14.700 INFO O| Mar 04 18:46:14.700 INFO STEP 506 (remove_files) COMPLETE
63412026-03-04T18:46:16.807Z[ recovery-image] Mar 04 18:46:14.700 INFO O| Mar 04 18:46:14.700 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63422026-03-04T18:46:16.820Z[ recovery-image] Mar 04 18:46:14.714 INFO O| Mar 04 18:46:14.714 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/rlmod"
63432026-03-04T18:46:16.821Z[ recovery-image] Mar 04 18:46:14.714 INFO O| Mar 04 18:46:14.714 INFO STEP 507 (remove_files) COMPLETE
63442026-03-04T18:46:16.821Z[ recovery-image] Mar 04 18:46:14.714 INFO O| Mar 04 18:46:14.714 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63452026-03-04T18:46:16.835Z[ recovery-image] Mar 04 18:46:14.728 INFO O| Mar 04 18:46:14.728 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/telmod"
63462026-03-04T18:46:16.835Z[ recovery-image] Mar 04 18:46:14.728 INFO O| Mar 04 18:46:14.728 INFO STEP 508 (remove_files) COMPLETE
63472026-03-04T18:46:16.835Z[ recovery-image] Mar 04 18:46:14.728 INFO O| Mar 04 18:46:14.728 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63482026-03-04T18:46:16.849Z[ recovery-image] Mar 04 18:46:14.743 INFO O| Mar 04 18:46:14.743 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/acctctl"
63492026-03-04T18:46:16.849Z[ recovery-image] Mar 04 18:46:14.743 INFO O| Mar 04 18:46:14.743 INFO STEP 509 (remove_files) COMPLETE
63502026-03-04T18:46:16.850Z[ recovery-image] Mar 04 18:46:14.743 INFO O| Mar 04 18:46:14.743 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63512026-03-04T18:46:16.863Z[ recovery-image] Mar 04 18:46:14.757 INFO O| Mar 04 18:46:14.756 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/exacctsys"
63522026-03-04T18:46:16.863Z[ recovery-image] Mar 04 18:46:14.757 INFO O| Mar 04 18:46:14.757 INFO STEP 510 (remove_files) COMPLETE
63532026-03-04T18:46:16.863Z[ recovery-image] Mar 04 18:46:14.757 INFO O| Mar 04 18:46:14.757 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63542026-03-04T18:46:16.876Z[ recovery-image] Mar 04 18:46:14.770 INFO O| Mar 04 18:46:14.770 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/sysacct"
63552026-03-04T18:46:16.876Z[ recovery-image] Mar 04 18:46:14.770 INFO O| Mar 04 18:46:14.770 INFO STEP 511 (remove_files) COMPLETE
63562026-03-04T18:46:16.876Z[ recovery-image] Mar 04 18:46:14.770 INFO O| Mar 04 18:46:14.770 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63572026-03-04T18:46:16.890Z[ recovery-image] Mar 04 18:46:14.783 INFO O| Mar 04 18:46:14.783 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kvm/README"
63582026-03-04T18:46:16.890Z[ recovery-image] Mar 04 18:46:14.783 INFO O| Mar 04 18:46:14.783 INFO STEP 512 (remove_files) COMPLETE
63592026-03-04T18:46:16.893Z[ recovery-image] Mar 04 18:46:14.783 INFO O| Mar 04 18:46:14.783 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63602026-03-04T18:46:16.904Z[ recovery-image] Mar 04 18:46:14.796 INFO O| Mar 04 18:46:14.796 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2map"
63612026-03-04T18:46:16.904Z[ recovery-image] Mar 04 18:46:14.796 INFO O| Mar 04 18:46:14.796 INFO STEP 513 (remove_files) COMPLETE
63622026-03-04T18:46:16.904Z[ recovery-image] Mar 04 18:46:14.796 INFO O| Mar 04 18:46:14.796 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63632026-03-04T18:46:16.916Z[ recovery-image] Mar 04 18:46:14.810 INFO O| Mar 04 18:46:14.809 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2trace"
63642026-03-04T18:46:16.916Z[ recovery-image] Mar 04 18:46:14.810 INFO O| Mar 04 18:46:14.810 INFO STEP 514 (remove_files) COMPLETE
63652026-03-04T18:46:16.916Z[ recovery-image] Mar 04 18:46:14.810 INFO O| Mar 04 18:46:14.810 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63662026-03-04T18:46:16.932Z[ recovery-image] Mar 04 18:46:14.824 INFO O| Mar 04 18:46:14.823 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen"
63672026-03-04T18:46:16.932Z[ recovery-image] Mar 04 18:46:14.824 INFO O| Mar 04 18:46:14.824 INFO STEP 515 (remove_files) COMPLETE
63682026-03-04T18:46:16.936Z[ recovery-image] Mar 04 18:46:14.824 INFO O| Mar 04 18:46:14.824 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63692026-03-04T18:46:16.948Z[ recovery-image] Mar 04 18:46:14.839 INFO O| Mar 04 18:46:14.839 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen1"
63702026-03-04T18:46:16.948Z[ recovery-image] Mar 04 18:46:14.839 INFO O| Mar 04 18:46:14.839 INFO STEP 516 (remove_files) COMPLETE
63712026-03-04T18:46:16.948Z[ recovery-image] Mar 04 18:46:14.839 INFO O| Mar 04 18:46:14.839 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63722026-03-04T18:46:16.959Z[ recovery-image] Mar 04 18:46:14.853 INFO O| Mar 04 18:46:14.853 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen3"
63732026-03-04T18:46:16.959Z[ recovery-image] Mar 04 18:46:14.853 INFO O| Mar 04 18:46:14.853 INFO STEP 517 (remove_files) COMPLETE
63742026-03-04T18:46:16.959Z[ recovery-image] Mar 04 18:46:14.853 INFO O| Mar 04 18:46:14.853 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63752026-03-04T18:46:16.974Z[ recovery-image] Mar 04 18:46:14.867 INFO O| Mar 04 18:46:14.867 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen4"
63762026-03-04T18:46:16.974Z[ recovery-image] Mar 04 18:46:14.868 INFO O| Mar 04 18:46:14.868 INFO STEP 518 (remove_files) COMPLETE
63772026-03-04T18:46:16.974Z[ recovery-image] Mar 04 18:46:14.868 INFO O| Mar 04 18:46:14.868 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63782026-03-04T18:46:16.993Z[ recovery-image] Mar 04 18:46:14.881 INFO O| Mar 04 18:46:14.881 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbsub.o"
63792026-03-04T18:46:16.993Z[ recovery-image] Mar 04 18:46:14.881 INFO O| Mar 04 18:46:14.881 INFO STEP 519 (remove_files) COMPLETE
63802026-03-04T18:46:16.993Z[ recovery-image] Mar 04 18:46:14.882 INFO O| Mar 04 18:46:14.881 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63812026-03-04T18:46:17.003Z[ recovery-image] Mar 04 18:46:14.894 INFO O| Mar 04 18:46:14.894 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/amd64/adbsub.o"
63822026-03-04T18:46:17.003Z[ recovery-image] Mar 04 18:46:14.894 INFO O| Mar 04 18:46:14.894 INFO STEP 520 (remove_files) COMPLETE
63832026-03-04T18:46:17.007Z[ recovery-image] Mar 04 18:46:14.894 INFO O| Mar 04 18:46:14.894 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63842026-03-04T18:46:17.015Z[ recovery-image] Mar 04 18:46:14.908 INFO O| Mar 04 18:46:14.908 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/0@0.so.1"
63852026-03-04T18:46:17.018Z[ recovery-image] Mar 04 18:46:14.908 INFO O| Mar 04 18:46:14.908 INFO STEP 521 (remove_files) COMPLETE
63862026-03-04T18:46:17.018Z[ recovery-image] Mar 04 18:46:14.909 INFO O| Mar 04 18:46:14.908 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63872026-03-04T18:46:17.027Z[ recovery-image] Mar 04 18:46:14.921 INFO O| Mar 04 18:46:14.921 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/Makefile.inc"
63882026-03-04T18:46:17.027Z[ recovery-image] Mar 04 18:46:14.921 INFO O| Mar 04 18:46:14.921 INFO STEP 522 (remove_files) COMPLETE
63892026-03-04T18:46:17.028Z[ recovery-image] Mar 04 18:46:14.921 INFO O| Mar 04 18:46:14.921 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63902026-03-04T18:46:17.044Z[ recovery-image] Mar 04 18:46:14.937 INFO O| Mar 04 18:46:14.937 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/accept"
63912026-03-04T18:46:17.044Z[ recovery-image] Mar 04 18:46:14.937 INFO O| Mar 04 18:46:14.937 INFO STEP 523 (remove_files) COMPLETE
63922026-03-04T18:46:17.044Z[ recovery-image] Mar 04 18:46:14.937 INFO O| Mar 04 18:46:14.937 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63932026-03-04T18:46:17.059Z[ recovery-image] Mar 04 18:46:14.953 INFO O| Mar 04 18:46:14.952 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/basename"
63942026-03-04T18:46:17.059Z[ recovery-image] Mar 04 18:46:14.953 INFO O| Mar 04 18:46:14.953 INFO STEP 524 (remove_files) COMPLETE
63952026-03-04T18:46:17.059Z[ recovery-image] Mar 04 18:46:14.953 INFO O| Mar 04 18:46:14.953 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63962026-03-04T18:46:17.075Z[ recovery-image] Mar 04 18:46:14.969 INFO O| Mar 04 18:46:14.969 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/csv"
63972026-03-04T18:46:17.076Z[ recovery-image] Mar 04 18:46:14.969 INFO O| Mar 04 18:46:14.969 INFO STEP 525 (remove_files) COMPLETE
63982026-03-04T18:46:17.076Z[ recovery-image] Mar 04 18:46:14.969 INFO O| Mar 04 18:46:14.969 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63992026-03-04T18:46:17.093Z[ recovery-image] Mar 04 18:46:14.984 INFO O| Mar 04 18:46:14.984 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/cut"
64002026-03-04T18:46:17.093Z[ recovery-image] Mar 04 18:46:14.984 INFO O| Mar 04 18:46:14.984 INFO STEP 526 (remove_files) COMPLETE
64012026-03-04T18:46:17.093Z[ recovery-image] Mar 04 18:46:14.985 INFO O| Mar 04 18:46:14.984 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64022026-03-04T18:46:17.107Z[ recovery-image] Mar 04 18:46:15.000 INFO O| Mar 04 18:46:15.000 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/dirname"
64032026-03-04T18:46:17.107Z[ recovery-image] Mar 04 18:46:15.000 INFO O| Mar 04 18:46:15.000 INFO STEP 527 (remove_files) COMPLETE
64042026-03-04T18:46:17.107Z[ recovery-image] Mar 04 18:46:15.000 INFO O| Mar 04 18:46:15.000 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64052026-03-04T18:46:17.123Z[ recovery-image] Mar 04 18:46:15.016 INFO O| Mar 04 18:46:15.016 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/fdflags"
64062026-03-04T18:46:17.123Z[ recovery-image] Mar 04 18:46:15.017 INFO O| Mar 04 18:46:15.017 INFO STEP 528 (remove_files) COMPLETE
64072026-03-04T18:46:17.127Z[ recovery-image] Mar 04 18:46:15.017 INFO O| Mar 04 18:46:15.017 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64082026-03-04T18:46:17.138Z[ recovery-image] Mar 04 18:46:15.031 INFO O| Mar 04 18:46:15.031 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/finfo"
64092026-03-04T18:46:17.138Z[ recovery-image] Mar 04 18:46:15.031 INFO O| Mar 04 18:46:15.031 INFO STEP 529 (remove_files) COMPLETE
64102026-03-04T18:46:17.138Z[ recovery-image] Mar 04 18:46:15.031 INFO O| Mar 04 18:46:15.031 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64112026-03-04T18:46:17.153Z[ recovery-image] Mar 04 18:46:15.046 INFO O| Mar 04 18:46:15.046 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/head"
64122026-03-04T18:46:17.153Z[ recovery-image] Mar 04 18:46:15.047 INFO O| Mar 04 18:46:15.046 INFO STEP 530 (remove_files) COMPLETE
64132026-03-04T18:46:17.153Z[ recovery-image] Mar 04 18:46:15.047 INFO O| Mar 04 18:46:15.046 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64142026-03-04T18:46:17.167Z[ recovery-image] Mar 04 18:46:15.061 INFO O| Mar 04 18:46:15.061 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/id"
64152026-03-04T18:46:17.167Z[ recovery-image] Mar 04 18:46:15.061 INFO O| Mar 04 18:46:15.061 INFO STEP 531 (remove_files) COMPLETE
64162026-03-04T18:46:17.170Z[ recovery-image] Mar 04 18:46:15.061 INFO O| Mar 04 18:46:15.061 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64172026-03-04T18:46:17.183Z[ recovery-image] Mar 04 18:46:15.075 INFO O| Mar 04 18:46:15.075 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/ln"
64182026-03-04T18:46:17.183Z[ recovery-image] Mar 04 18:46:15.076 INFO O| Mar 04 18:46:15.076 INFO STEP 532 (remove_files) COMPLETE
64192026-03-04T18:46:17.190Z[ recovery-image] Mar 04 18:46:15.076 INFO O| Mar 04 18:46:15.076 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64202026-03-04T18:46:17.197Z[ recovery-image] Mar 04 18:46:15.090 INFO O| Mar 04 18:46:15.090 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/loadables.h"
64212026-03-04T18:46:17.197Z[ recovery-image] Mar 04 18:46:15.090 INFO O| Mar 04 18:46:15.090 INFO STEP 533 (remove_files) COMPLETE
64222026-03-04T18:46:17.197Z[ recovery-image] Mar 04 18:46:15.090 INFO O| Mar 04 18:46:15.090 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64232026-03-04T18:46:17.210Z[ recovery-image] Mar 04 18:46:15.104 INFO O| Mar 04 18:46:15.104 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/logname"
64242026-03-04T18:46:17.210Z[ recovery-image] Mar 04 18:46:15.104 INFO O| Mar 04 18:46:15.104 INFO STEP 534 (remove_files) COMPLETE
64252026-03-04T18:46:17.210Z[ recovery-image] Mar 04 18:46:15.104 INFO O| Mar 04 18:46:15.104 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64262026-03-04T18:46:17.224Z[ recovery-image] Mar 04 18:46:15.117 INFO O| Mar 04 18:46:15.117 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/mkdir"
64272026-03-04T18:46:17.224Z[ recovery-image] Mar 04 18:46:15.117 INFO O| Mar 04 18:46:15.117 INFO STEP 535 (remove_files) COMPLETE
64282026-03-04T18:46:17.224Z[ recovery-image] Mar 04 18:46:15.117 INFO O| Mar 04 18:46:15.117 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64292026-03-04T18:46:17.247Z[ recovery-image] Mar 04 18:46:15.130 INFO O| Mar 04 18:46:15.130 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/mkfifo"
64302026-03-04T18:46:17.247Z[ recovery-image] Mar 04 18:46:15.130 INFO O| Mar 04 18:46:15.130 INFO STEP 536 (remove_files) COMPLETE
64312026-03-04T18:46:17.252Z[ recovery-image] Mar 04 18:46:15.130 INFO O| Mar 04 18:46:15.130 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64322026-03-04T18:46:17.252Z[ recovery-image] Mar 04 18:46:15.143 INFO O| Mar 04 18:46:15.143 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/mktemp"
64332026-03-04T18:46:17.252Z[ recovery-image] Mar 04 18:46:15.143 INFO O| Mar 04 18:46:15.143 INFO STEP 537 (remove_files) COMPLETE
64342026-03-04T18:46:17.252Z[ recovery-image] Mar 04 18:46:15.143 INFO O| Mar 04 18:46:15.143 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64352026-03-04T18:46:17.263Z[ recovery-image] Mar 04 18:46:15.156 INFO O| Mar 04 18:46:15.156 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/mypid"
64362026-03-04T18:46:17.267Z[ recovery-image] Mar 04 18:46:15.157 INFO O| Mar 04 18:46:15.157 INFO STEP 538 (remove_files) COMPLETE
64372026-03-04T18:46:17.267Z[ recovery-image] Mar 04 18:46:15.157 INFO O| Mar 04 18:46:15.157 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64382026-03-04T18:46:17.276Z[ recovery-image] Mar 04 18:46:15.170 INFO O| Mar 04 18:46:15.170 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/pathchk"
64392026-03-04T18:46:17.276Z[ recovery-image] Mar 04 18:46:15.170 INFO O| Mar 04 18:46:15.170 INFO STEP 539 (remove_files) COMPLETE
64402026-03-04T18:46:17.279Z[ recovery-image] Mar 04 18:46:15.170 INFO O| Mar 04 18:46:15.170 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64412026-03-04T18:46:17.291Z[ recovery-image] Mar 04 18:46:15.183 INFO O| Mar 04 18:46:15.183 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/print"
64422026-03-04T18:46:17.296Z[ recovery-image] Mar 04 18:46:15.184 INFO O| Mar 04 18:46:15.184 INFO STEP 540 (remove_files) COMPLETE
64432026-03-04T18:46:17.296Z[ recovery-image] Mar 04 18:46:15.184 INFO O| Mar 04 18:46:15.184 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64442026-03-04T18:46:17.304Z[ recovery-image] Mar 04 18:46:15.197 INFO O| Mar 04 18:46:15.197 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/printenv"
64452026-03-04T18:46:17.304Z[ recovery-image] Mar 04 18:46:15.197 INFO O| Mar 04 18:46:15.197 INFO STEP 541 (remove_files) COMPLETE
64462026-03-04T18:46:17.323Z[ recovery-image] Mar 04 18:46:15.198 INFO O| Mar 04 18:46:15.197 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64472026-03-04T18:46:17.323Z[ recovery-image] Mar 04 18:46:15.210 INFO O| Mar 04 18:46:15.210 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/push"
64482026-03-04T18:46:17.323Z[ recovery-image] Mar 04 18:46:15.211 INFO O| Mar 04 18:46:15.210 INFO STEP 542 (remove_files) COMPLETE
64492026-03-04T18:46:17.323Z[ recovery-image] Mar 04 18:46:15.211 INFO O| Mar 04 18:46:15.211 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64502026-03-04T18:46:17.331Z[ recovery-image] Mar 04 18:46:15.224 INFO O| Mar 04 18:46:15.224 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/realpath"
64512026-03-04T18:46:17.331Z[ recovery-image] Mar 04 18:46:15.224 INFO O| Mar 04 18:46:15.224 INFO STEP 543 (remove_files) COMPLETE
64522026-03-04T18:46:17.331Z[ recovery-image] Mar 04 18:46:15.224 INFO O| Mar 04 18:46:15.224 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64532026-03-04T18:46:17.344Z[ recovery-image] Mar 04 18:46:15.237 INFO O| Mar 04 18:46:15.237 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/rm"
64542026-03-04T18:46:17.344Z[ recovery-image] Mar 04 18:46:15.237 INFO O| Mar 04 18:46:15.237 INFO STEP 544 (remove_files) COMPLETE
64552026-03-04T18:46:17.344Z[ recovery-image] Mar 04 18:46:15.238 INFO O| Mar 04 18:46:15.237 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64562026-03-04T18:46:17.359Z[ recovery-image] Mar 04 18:46:15.251 INFO O| Mar 04 18:46:15.251 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/rmdir"
64572026-03-04T18:46:17.359Z[ recovery-image] Mar 04 18:46:15.251 INFO O| Mar 04 18:46:15.251 INFO STEP 545 (remove_files) COMPLETE
64582026-03-04T18:46:17.362Z[ recovery-image] Mar 04 18:46:15.251 INFO O| Mar 04 18:46:15.251 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64592026-03-04T18:46:17.373Z[ recovery-image] Mar 04 18:46:15.265 INFO O| Mar 04 18:46:15.265 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/seq"
64602026-03-04T18:46:17.373Z[ recovery-image] Mar 04 18:46:15.265 INFO O| Mar 04 18:46:15.265 INFO STEP 546 (remove_files) COMPLETE
64612026-03-04T18:46:17.373Z[ recovery-image] Mar 04 18:46:15.265 INFO O| Mar 04 18:46:15.265 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64622026-03-04T18:46:17.386Z[ recovery-image] Mar 04 18:46:15.279 INFO O| Mar 04 18:46:15.279 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/setpgid"
64632026-03-04T18:46:17.386Z[ recovery-image] Mar 04 18:46:15.279 INFO O| Mar 04 18:46:15.279 INFO STEP 547 (remove_files) COMPLETE
64642026-03-04T18:46:17.391Z[ recovery-image] Mar 04 18:46:15.279 INFO O| Mar 04 18:46:15.279 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64652026-03-04T18:46:17.401Z[ recovery-image] Mar 04 18:46:15.294 INFO O| Mar 04 18:46:15.294 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/sleep"
64662026-03-04T18:46:17.401Z[ recovery-image] Mar 04 18:46:15.294 INFO O| Mar 04 18:46:15.294 INFO STEP 548 (remove_files) COMPLETE
64672026-03-04T18:46:17.401Z[ recovery-image] Mar 04 18:46:15.294 INFO O| Mar 04 18:46:15.294 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64682026-03-04T18:46:17.418Z[ recovery-image] Mar 04 18:46:15.309 INFO O| Mar 04 18:46:15.309 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/strftime"
64692026-03-04T18:46:17.418Z[ recovery-image] Mar 04 18:46:15.309 INFO O| Mar 04 18:46:15.309 INFO STEP 549 (remove_files) COMPLETE
64702026-03-04T18:46:17.418Z[ recovery-image] Mar 04 18:46:15.309 INFO O| Mar 04 18:46:15.309 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64712026-03-04T18:46:17.430Z[ recovery-image] Mar 04 18:46:15.324 INFO O| Mar 04 18:46:15.324 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/sync"
64722026-03-04T18:46:17.431Z[ recovery-image] Mar 04 18:46:15.324 INFO O| Mar 04 18:46:15.324 INFO STEP 550 (remove_files) COMPLETE
64732026-03-04T18:46:17.434Z[ recovery-image] Mar 04 18:46:15.324 INFO O| Mar 04 18:46:15.324 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64742026-03-04T18:46:17.453Z[ recovery-image] Mar 04 18:46:15.346 INFO O| Mar 04 18:46:15.346 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/tee"
64752026-03-04T18:46:17.453Z[ recovery-image] Mar 04 18:46:15.346 INFO O| Mar 04 18:46:15.346 INFO STEP 551 (remove_files) COMPLETE
64762026-03-04T18:46:17.456Z[ recovery-image] Mar 04 18:46:15.346 INFO O| Mar 04 18:46:15.346 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64772026-03-04T18:46:17.467Z[ recovery-image] Mar 04 18:46:15.359 INFO O| Mar 04 18:46:15.359 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/truefalse"
64782026-03-04T18:46:17.467Z[ recovery-image] Mar 04 18:46:15.359 INFO O| Mar 04 18:46:15.359 INFO STEP 552 (remove_files) COMPLETE
64792026-03-04T18:46:17.467Z[ recovery-image] Mar 04 18:46:15.359 INFO O| Mar 04 18:46:15.359 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64802026-03-04T18:46:17.484Z[ recovery-image] Mar 04 18:46:15.373 INFO O| Mar 04 18:46:15.373 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/tty"
64812026-03-04T18:46:17.485Z[ recovery-image] Mar 04 18:46:15.373 INFO O| Mar 04 18:46:15.373 INFO STEP 553 (remove_files) COMPLETE
64822026-03-04T18:46:17.485Z[ recovery-image] Mar 04 18:46:15.373 INFO O| Mar 04 18:46:15.373 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64832026-03-04T18:46:17.524Z[ recovery-image] Mar 04 18:46:15.388 INFO O| Mar 04 18:46:15.388 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/uname"
64842026-03-04T18:46:17.524Z[ recovery-image] Mar 04 18:46:15.388 INFO O| Mar 04 18:46:15.388 INFO STEP 554 (remove_files) COMPLETE
64852026-03-04T18:46:17.524Z[ recovery-image] Mar 04 18:46:15.388 INFO O| Mar 04 18:46:15.388 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64862026-03-04T18:46:17.524Z[ recovery-image] Mar 04 18:46:15.403 INFO O| Mar 04 18:46:15.403 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/unlink"
64872026-03-04T18:46:17.524Z[ recovery-image] Mar 04 18:46:15.403 INFO O| Mar 04 18:46:15.403 INFO STEP 555 (remove_files) COMPLETE
64882026-03-04T18:46:17.525Z[ recovery-image] Mar 04 18:46:15.403 INFO O| Mar 04 18:46:15.403 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64892026-03-04T18:46:17.525Z[ recovery-image] Mar 04 18:46:15.418 INFO O| Mar 04 18:46:15.417 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/whoami"
64902026-03-04T18:46:17.525Z[ recovery-image] Mar 04 18:46:15.418 INFO O| Mar 04 18:46:15.418 INFO STEP 556 (remove_files) COMPLETE
64912026-03-04T18:46:17.525Z[ recovery-image] Mar 04 18:46:15.418 INFO O| Mar 04 18:46:15.418 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64922026-03-04T18:46:17.539Z[ recovery-image] Mar 04 18:46:15.432 INFO O| Mar 04 18:46:15.432 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
64932026-03-04T18:46:17.539Z[ recovery-image] Mar 04 18:46:15.433 INFO O| Mar 04 18:46:15.432 INFO STEP 557 (remove_files) COMPLETE
64942026-03-04T18:46:17.542Z[ recovery-image] Mar 04 18:46:15.433 INFO O| Mar 04 18:46:15.433 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64952026-03-04T18:46:17.554Z[ recovery-image] Mar 04 18:46:15.448 INFO O| Mar 04 18:46:15.447 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
64962026-03-04T18:46:17.557Z[ recovery-image] Mar 04 18:46:15.448 INFO O| Mar 04 18:46:15.448 INFO STEP 558 (remove_files) COMPLETE
64972026-03-04T18:46:17.557Z[ recovery-image] Mar 04 18:46:15.448 INFO O| Mar 04 18:46:15.448 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64982026-03-04T18:46:17.569Z[ recovery-image] Mar 04 18:46:15.462 INFO O| Mar 04 18:46:15.462 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/getloginx.so.1"
64992026-03-04T18:46:17.572Z[ recovery-image] Mar 04 18:46:15.463 INFO O| Mar 04 18:46:15.463 INFO STEP 559 (remove_files) COMPLETE
65002026-03-04T18:46:17.572Z[ recovery-image] Mar 04 18:46:15.464 INFO O| Mar 04 18:46:15.463 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65012026-03-04T18:46:17.586Z[ recovery-image] Mar 04 18:46:15.479 INFO O| Mar 04 18:46:15.479 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
65022026-03-04T18:46:17.590Z[ recovery-image] Mar 04 18:46:15.480 INFO O| Mar 04 18:46:15.480 INFO STEP 560 (remove_files) COMPLETE
65032026-03-04T18:46:17.590Z[ recovery-image] Mar 04 18:46:15.480 INFO O| Mar 04 18:46:15.480 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65042026-03-04T18:46:17.601Z[ recovery-image] Mar 04 18:46:15.494 INFO O| Mar 04 18:46:15.494 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
65052026-03-04T18:46:17.601Z[ recovery-image] Mar 04 18:46:15.495 INFO O| Mar 04 18:46:15.494 INFO STEP 561 (remove_files) COMPLETE
65062026-03-04T18:46:17.601Z[ recovery-image] Mar 04 18:46:15.495 INFO O| Mar 04 18:46:15.495 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65072026-03-04T18:46:17.616Z[ recovery-image] Mar 04 18:46:15.509 INFO O| Mar 04 18:46:15.509 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
65082026-03-04T18:46:17.617Z[ recovery-image] Mar 04 18:46:15.509 INFO O| Mar 04 18:46:15.509 INFO STEP 562 (remove_files) COMPLETE
65092026-03-04T18:46:17.617Z[ recovery-image] Mar 04 18:46:15.509 INFO O| Mar 04 18:46:15.509 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65102026-03-04T18:46:17.631Z[ recovery-image] Mar 04 18:46:15.524 INFO O| Mar 04 18:46:15.523 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
65112026-03-04T18:46:17.631Z[ recovery-image] Mar 04 18:46:15.524 INFO O| Mar 04 18:46:15.524 INFO STEP 563 (remove_files) COMPLETE
65122026-03-04T18:46:17.635Z[ recovery-image] Mar 04 18:46:15.524 INFO O| Mar 04 18:46:15.524 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65132026-03-04T18:46:17.646Z[ recovery-image] Mar 04 18:46:15.537 INFO O| Mar 04 18:46:15.537 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lddstub"
65142026-03-04T18:46:17.646Z[ recovery-image] Mar 04 18:46:15.538 INFO O| Mar 04 18:46:15.537 INFO STEP 564 (remove_files) COMPLETE
65152026-03-04T18:46:17.646Z[ recovery-image] Mar 04 18:46:15.538 INFO O| Mar 04 18:46:15.538 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65162026-03-04T18:46:17.659Z[ recovery-image] Mar 04 18:46:15.550 INFO O| Mar 04 18:46:15.550 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lib9p.so.1"
65172026-03-04T18:46:17.659Z[ recovery-image] Mar 04 18:46:15.550 INFO O| Mar 04 18:46:15.550 INFO STEP 565 (remove_files) COMPLETE
65182026-03-04T18:46:17.664Z[ recovery-image] Mar 04 18:46:15.551 INFO O| Mar 04 18:46:15.550 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65192026-03-04T18:46:17.672Z[ recovery-image] Mar 04 18:46:15.563 INFO O| Mar 04 18:46:15.563 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libads.so.1"
65202026-03-04T18:46:17.672Z[ recovery-image] Mar 04 18:46:15.564 INFO O| Mar 04 18:46:15.563 INFO STEP 566 (remove_files) COMPLETE
65212026-03-04T18:46:17.672Z[ recovery-image] Mar 04 18:46:15.564 INFO O| Mar 04 18:46:15.564 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65222026-03-04T18:46:17.684Z[ recovery-image] Mar 04 18:46:15.577 INFO O| Mar 04 18:46:15.577 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libadutils.so.1"
65232026-03-04T18:46:17.684Z[ recovery-image] Mar 04 18:46:15.577 INFO O| Mar 04 18:46:15.577 INFO STEP 567 (remove_files) COMPLETE
65242026-03-04T18:46:17.684Z[ recovery-image] Mar 04 18:46:15.577 INFO O| Mar 04 18:46:15.577 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65252026-03-04T18:46:17.696Z[ recovery-image] Mar 04 18:46:15.590 INFO O| Mar 04 18:46:15.589 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbe.so.1"
65262026-03-04T18:46:17.696Z[ recovery-image] Mar 04 18:46:15.590 INFO O| Mar 04 18:46:15.590 INFO STEP 568 (remove_files) COMPLETE
65272026-03-04T18:46:17.699Z[ recovery-image] Mar 04 18:46:15.590 INFO O| Mar 04 18:46:15.590 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65282026-03-04T18:46:17.709Z[ recovery-image] Mar 04 18:46:15.603 INFO O| Mar 04 18:46:15.603 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrand.so.1"
65292026-03-04T18:46:17.709Z[ recovery-image] Mar 04 18:46:15.603 INFO O| Mar 04 18:46:15.603 INFO STEP 569 (remove_files) COMPLETE
65302026-03-04T18:46:17.712Z[ recovery-image] Mar 04 18:46:15.603 INFO O| Mar 04 18:46:15.603 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65312026-03-04T18:46:17.723Z[ recovery-image] Mar 04 18:46:15.617 INFO O| Mar 04 18:46:15.617 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9"
65322026-03-04T18:46:17.726Z[ recovery-image] Mar 04 18:46:15.617 INFO O| Mar 04 18:46:15.617 INFO STEP 570 (remove_files) COMPLETE
65332026-03-04T18:46:17.726Z[ recovery-image] Mar 04 18:46:15.617 INFO O| Mar 04 18:46:15.617 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65342026-03-04T18:46:17.736Z[ recovery-image] Mar 04 18:46:15.629 INFO O| Mar 04 18:46:15.629 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9"
65352026-03-04T18:46:17.736Z[ recovery-image] Mar 04 18:46:15.629 INFO O| Mar 04 18:46:15.629 INFO STEP 571 (remove_files) COMPLETE
65362026-03-04T18:46:17.736Z[ recovery-image] Mar 04 18:46:15.629 INFO O| Mar 04 18:46:15.629 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65372026-03-04T18:46:17.749Z[ recovery-image] Mar 04 18:46:15.643 INFO O| Mar 04 18:46:15.643 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9"
65382026-03-04T18:46:17.749Z[ recovery-image] Mar 04 18:46:15.643 INFO O| Mar 04 18:46:15.643 INFO STEP 572 (remove_files) COMPLETE
65392026-03-04T18:46:17.754Z[ recovery-image] Mar 04 18:46:15.643 INFO O| Mar 04 18:46:15.643 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65402026-03-04T18:46:17.763Z[ recovery-image] Mar 04 18:46:15.656 INFO O| Mar 04 18:46:15.656 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
65412026-03-04T18:46:17.763Z[ recovery-image] Mar 04 18:46:15.656 INFO O| Mar 04 18:46:15.656 INFO STEP 573 (remove_files) COMPLETE
65422026-03-04T18:46:17.763Z[ recovery-image] Mar 04 18:46:15.656 INFO O| Mar 04 18:46:15.656 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65432026-03-04T18:46:17.776Z[ recovery-image] Mar 04 18:46:15.669 INFO O| Mar 04 18:46:15.669 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
65442026-03-04T18:46:17.776Z[ recovery-image] Mar 04 18:46:15.669 INFO O| Mar 04 18:46:15.669 INFO STEP 574 (remove_files) COMPLETE
65452026-03-04T18:46:17.779Z[ recovery-image] Mar 04 18:46:15.669 INFO O| Mar 04 18:46:15.669 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65462026-03-04T18:46:17.789Z[ recovery-image] Mar 04 18:46:15.683 INFO O| Mar 04 18:46:15.683 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcommputil.so.1"
65472026-03-04T18:46:17.792Z[ recovery-image] Mar 04 18:46:15.683 INFO O| Mar 04 18:46:15.683 INFO STEP 575 (remove_files) COMPLETE
65482026-03-04T18:46:17.792Z[ recovery-image] Mar 04 18:46:15.683 INFO O| Mar 04 18:46:15.683 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65492026-03-04T18:46:17.803Z[ recovery-image] Mar 04 18:46:15.697 INFO O| Mar 04 18:46:15.697 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcpc.so.1"
65502026-03-04T18:46:17.803Z[ recovery-image] Mar 04 18:46:15.697 INFO O| Mar 04 18:46:15.697 INFO STEP 576 (remove_files) COMPLETE
65512026-03-04T18:46:17.803Z[ recovery-image] Mar 04 18:46:15.697 INFO O| Mar 04 18:46:15.697 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65522026-03-04T18:46:17.820Z[ recovery-image] Mar 04 18:46:15.710 INFO O| Mar 04 18:46:15.710 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrle.so.1"
65532026-03-04T18:46:17.823Z[ recovery-image] Mar 04 18:46:15.710 INFO O| Mar 04 18:46:15.710 INFO STEP 577 (remove_files) COMPLETE
65542026-03-04T18:46:17.823Z[ recovery-image] Mar 04 18:46:15.711 INFO O| Mar 04 18:46:15.710 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65552026-03-04T18:46:17.830Z[ recovery-image] Mar 04 18:46:15.724 INFO O| Mar 04 18:46:15.724 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrypt.so.1"
65562026-03-04T18:46:17.830Z[ recovery-image] Mar 04 18:46:15.724 INFO O| Mar 04 18:46:15.724 INFO STEP 578 (remove_files) COMPLETE
65572026-03-04T18:46:17.833Z[ recovery-image] Mar 04 18:46:15.724 INFO O| Mar 04 18:46:15.724 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65582026-03-04T18:46:17.844Z[ recovery-image] Mar 04 18:46:15.738 INFO O| Mar 04 18:46:15.738 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
65592026-03-04T18:46:17.844Z[ recovery-image] Mar 04 18:46:15.738 INFO O| Mar 04 18:46:15.738 INFO STEP 579 (remove_files) COMPLETE
65602026-03-04T18:46:17.844Z[ recovery-image] Mar 04 18:46:15.738 INFO O| Mar 04 18:46:15.738 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65612026-03-04T18:46:17.859Z[ recovery-image] Mar 04 18:46:15.752 INFO O| Mar 04 18:46:15.752 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
65622026-03-04T18:46:17.859Z[ recovery-image] Mar 04 18:46:15.753 INFO O| Mar 04 18:46:15.753 INFO STEP 580 (remove_files) COMPLETE
65632026-03-04T18:46:17.859Z[ recovery-image] Mar 04 18:46:15.753 INFO O| Mar 04 18:46:15.753 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65642026-03-04T18:46:17.874Z[ recovery-image] Mar 04 18:46:15.767 INFO O| Mar 04 18:46:15.767 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdll.so.1"
65652026-03-04T18:46:17.874Z[ recovery-image] Mar 04 18:46:15.767 INFO O| Mar 04 18:46:15.767 INFO STEP 581 (remove_files) COMPLETE
65662026-03-04T18:46:17.874Z[ recovery-image] Mar 04 18:46:15.767 INFO O| Mar 04 18:46:15.767 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65672026-03-04T18:46:17.887Z[ recovery-image] Mar 04 18:46:15.781 INFO O| Mar 04 18:46:15.781 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
65682026-03-04T18:46:17.887Z[ recovery-image] Mar 04 18:46:15.781 INFO O| Mar 04 18:46:15.781 INFO STEP 582 (remove_files) COMPLETE
65692026-03-04T18:46:17.887Z[ recovery-image] Mar 04 18:46:15.781 INFO O| Mar 04 18:46:15.781 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65702026-03-04T18:46:17.902Z[ recovery-image] Mar 04 18:46:15.795 INFO O| Mar 04 18:46:15.795 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libform.so.1"
65712026-03-04T18:46:17.905Z[ recovery-image] Mar 04 18:46:15.795 INFO O| Mar 04 18:46:15.795 INFO STEP 583 (remove_files) COMPLETE
65722026-03-04T18:46:17.905Z[ recovery-image] Mar 04 18:46:15.795 INFO O| Mar 04 18:46:15.795 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65732026-03-04T18:46:17.920Z[ recovery-image] Mar 04 18:46:15.809 INFO O| Mar 04 18:46:15.809 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libfstyp.so.1"
65742026-03-04T18:46:17.920Z[ recovery-image] Mar 04 18:46:15.809 INFO O| Mar 04 18:46:15.809 INFO STEP 584 (remove_files) COMPLETE
65752026-03-04T18:46:17.920Z[ recovery-image] Mar 04 18:46:15.809 INFO O| Mar 04 18:46:15.809 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65762026-03-04T18:46:17.979Z[ recovery-image] Mar 04 18:46:15.824 INFO O| Mar 04 18:46:15.824 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libidspace.so.1"
65772026-03-04T18:46:17.979Z[ recovery-image] Mar 04 18:46:15.824 INFO O| Mar 04 18:46:15.824 INFO STEP 585 (remove_files) COMPLETE
65782026-03-04T18:46:17.979Z[ recovery-image] Mar 04 18:46:15.824 INFO O| Mar 04 18:46:15.824 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65792026-03-04T18:46:17.984Z[ recovery-image] Mar 04 18:46:15.839 INFO O| Mar 04 18:46:15.839 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libike.so.1"
65802026-03-04T18:46:17.984Z[ recovery-image] Mar 04 18:46:15.840 INFO O| Mar 04 18:46:15.839 INFO STEP 586 (remove_files) COMPLETE
65812026-03-04T18:46:17.984Z[ recovery-image] Mar 04 18:46:15.840 INFO O| Mar 04 18:46:15.839 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65822026-03-04T18:46:17.984Z[ recovery-image] Mar 04 18:46:15.854 INFO O| Mar 04 18:46:15.854 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libinstzones.so.1"
65832026-03-04T18:46:17.984Z[ recovery-image] Mar 04 18:46:15.854 INFO O| Mar 04 18:46:15.854 INFO STEP 587 (remove_files) COMPLETE
65842026-03-04T18:46:17.984Z[ recovery-image] Mar 04 18:46:15.854 INFO O| Mar 04 18:46:15.854 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65852026-03-04T18:46:17.985Z[ recovery-image] Mar 04 18:46:15.868 INFO O| Mar 04 18:46:15.868 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipmi.so.1"
65862026-03-04T18:46:17.985Z[ recovery-image] Mar 04 18:46:15.868 INFO O| Mar 04 18:46:15.868 INFO STEP 588 (remove_files) COMPLETE
65872026-03-04T18:46:17.985Z[ recovery-image] Mar 04 18:46:15.868 INFO O| Mar 04 18:46:15.868 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65882026-03-04T18:46:17.989Z[ recovery-image] Mar 04 18:46:15.882 INFO O| Mar 04 18:46:15.882 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipp.so.1"
65892026-03-04T18:46:17.989Z[ recovery-image] Mar 04 18:46:15.882 INFO O| Mar 04 18:46:15.882 INFO STEP 589 (remove_files) COMPLETE
65902026-03-04T18:46:17.989Z[ recovery-image] Mar 04 18:46:15.882 INFO O| Mar 04 18:46:15.882 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65912026-03-04T18:46:18.004Z[ recovery-image] Mar 04 18:46:15.897 INFO O| Mar 04 18:46:15.897 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipsecutil.so.1"
65922026-03-04T18:46:18.004Z[ recovery-image] Mar 04 18:46:15.897 INFO O| Mar 04 18:46:15.897 INFO STEP 590 (remove_files) COMPLETE
65932026-03-04T18:46:18.007Z[ recovery-image] Mar 04 18:46:15.897 INFO O| Mar 04 18:46:15.897 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65942026-03-04T18:46:18.018Z[ recovery-image] Mar 04 18:46:15.911 INFO O| Mar 04 18:46:15.911 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libjedec.so.1"
65952026-03-04T18:46:18.018Z[ recovery-image] Mar 04 18:46:15.911 INFO O| Mar 04 18:46:15.911 INFO STEP 591 (remove_files) COMPLETE
65962026-03-04T18:46:18.018Z[ recovery-image] Mar 04 18:46:15.911 INFO O| Mar 04 18:46:15.911 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65972026-03-04T18:46:18.032Z[ recovery-image] Mar 04 18:46:15.926 INFO O| Mar 04 18:46:15.925 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libl.so.1"
65982026-03-04T18:46:18.036Z[ recovery-image] Mar 04 18:46:15.926 INFO O| Mar 04 18:46:15.926 INFO STEP 592 (remove_files) COMPLETE
65992026-03-04T18:46:18.036Z[ recovery-image] Mar 04 18:46:15.926 INFO O| Mar 04 18:46:15.926 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66002026-03-04T18:46:18.046Z[ recovery-image] Mar 04 18:46:15.940 INFO O| Mar 04 18:46:15.940 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldap.so.5"
66012026-03-04T18:46:18.046Z[ recovery-image] Mar 04 18:46:15.940 INFO O| Mar 04 18:46:15.940 INFO STEP 593 (remove_files) COMPLETE
66022026-03-04T18:46:18.046Z[ recovery-image] Mar 04 18:46:15.940 INFO O| Mar 04 18:46:15.940 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66032026-03-04T18:46:18.062Z[ recovery-image] Mar 04 18:46:15.955 INFO O| Mar 04 18:46:15.955 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldstab.so.1"
66042026-03-04T18:46:18.062Z[ recovery-image] Mar 04 18:46:15.955 INFO O| Mar 04 18:46:15.955 INFO STEP 594 (remove_files) COMPLETE
66052026-03-04T18:46:18.066Z[ recovery-image] Mar 04 18:46:15.955 INFO O| Mar 04 18:46:15.955 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66062026-03-04T18:46:18.078Z[ recovery-image] Mar 04 18:46:15.971 INFO O| Mar 04 18:46:15.971 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblgrp.so.1"
66072026-03-04T18:46:18.078Z[ recovery-image] Mar 04 18:46:15.971 INFO O| Mar 04 18:46:15.971 INFO STEP 595 (remove_files) COMPLETE
66082026-03-04T18:46:18.078Z[ recovery-image] Mar 04 18:46:15.971 INFO O| Mar 04 18:46:15.971 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66092026-03-04T18:46:18.093Z[ recovery-image] Mar 04 18:46:15.986 INFO O| Mar 04 18:46:15.986 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblm.so.1"
66102026-03-04T18:46:18.097Z[ recovery-image] Mar 04 18:46:15.987 INFO O| Mar 04 18:46:15.987 INFO STEP 596 (remove_files) COMPLETE
66112026-03-04T18:46:18.098Z[ recovery-image] Mar 04 18:46:15.987 INFO O| Mar 04 18:46:15.987 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66122026-03-04T18:46:18.108Z[ recovery-image] Mar 04 18:46:16.001 INFO O| Mar 04 18:46:16.001 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmail.so.1"
66132026-03-04T18:46:18.108Z[ recovery-image] Mar 04 18:46:16.001 INFO O| Mar 04 18:46:16.001 INFO STEP 597 (remove_files) COMPLETE
66142026-03-04T18:46:18.108Z[ recovery-image] Mar 04 18:46:16.001 INFO O| Mar 04 18:46:16.001 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66152026-03-04T18:46:18.129Z[ recovery-image] Mar 04 18:46:16.016 INFO O| Mar 04 18:46:16.016 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmalloc.so.1"
66162026-03-04T18:46:18.129Z[ recovery-image] Mar 04 18:46:16.016 INFO O| Mar 04 18:46:16.016 INFO STEP 598 (remove_files) COMPLETE
66172026-03-04T18:46:18.133Z[ recovery-image] Mar 04 18:46:16.016 INFO O| Mar 04 18:46:16.016 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66182026-03-04T18:46:18.136Z[ recovery-image] Mar 04 18:46:16.028 INFO O| Mar 04 18:46:16.028 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
66192026-03-04T18:46:18.136Z[ recovery-image] Mar 04 18:46:16.029 INFO O| Mar 04 18:46:16.029 INFO STEP 599 (remove_files) COMPLETE
66202026-03-04T18:46:18.136Z[ recovery-image] Mar 04 18:46:16.029 INFO O| Mar 04 18:46:16.029 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66212026-03-04T18:46:18.148Z[ recovery-image] Mar 04 18:46:16.041 INFO O| Mar 04 18:46:16.041 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmenu.so.1"
66222026-03-04T18:46:18.148Z[ recovery-image] Mar 04 18:46:16.041 INFO O| Mar 04 18:46:16.041 INFO STEP 600 (remove_files) COMPLETE
66232026-03-04T18:46:18.148Z[ recovery-image] Mar 04 18:46:16.041 INFO O| Mar 04 18:46:16.041 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66242026-03-04T18:46:18.161Z[ recovery-image] Mar 04 18:46:16.054 INFO O| Mar 04 18:46:16.054 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
66252026-03-04T18:46:18.161Z[ recovery-image] Mar 04 18:46:16.054 INFO O| Mar 04 18:46:16.054 INFO STEP 601 (remove_files) COMPLETE
66262026-03-04T18:46:18.161Z[ recovery-image] Mar 04 18:46:16.054 INFO O| Mar 04 18:46:16.054 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66272026-03-04T18:46:18.174Z[ recovery-image] Mar 04 18:46:16.067 INFO O| Mar 04 18:46:16.067 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libncurses.so.5.9"
66282026-03-04T18:46:18.174Z[ recovery-image] Mar 04 18:46:16.067 INFO O| Mar 04 18:46:16.067 INFO STEP 602 (remove_files) COMPLETE
66292026-03-04T18:46:18.180Z[ recovery-image] Mar 04 18:46:16.067 INFO O| Mar 04 18:46:16.067 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66302026-03-04T18:46:18.188Z[ recovery-image] Mar 04 18:46:16.081 INFO O| Mar 04 18:46:16.081 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libnls.so.1"
66312026-03-04T18:46:18.188Z[ recovery-image] Mar 04 18:46:16.081 INFO O| Mar 04 18:46:16.081 INFO STEP 603 (remove_files) COMPLETE
66322026-03-04T18:46:18.188Z[ recovery-image] Mar 04 18:46:16.082 INFO O| Mar 04 18:46:16.081 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66332026-03-04T18:46:18.204Z[ recovery-image] Mar 04 18:46:16.096 INFO O| Mar 04 18:46:16.096 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpanel.so.1"
66342026-03-04T18:46:18.204Z[ recovery-image] Mar 04 18:46:16.096 INFO O| Mar 04 18:46:16.096 INFO STEP 604 (remove_files) COMPLETE
66352026-03-04T18:46:18.204Z[ recovery-image] Mar 04 18:46:16.096 INFO O| Mar 04 18:46:16.096 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66362026-03-04T18:46:18.216Z[ recovery-image] Mar 04 18:46:16.109 INFO O| Mar 04 18:46:16.109 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
66372026-03-04T18:46:18.216Z[ recovery-image] Mar 04 18:46:16.109 INFO O| Mar 04 18:46:16.109 INFO STEP 605 (remove_files) COMPLETE
66382026-03-04T18:46:18.216Z[ recovery-image] Mar 04 18:46:16.109 INFO O| Mar 04 18:46:16.109 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66392026-03-04T18:46:18.230Z[ recovery-image] Mar 04 18:46:16.123 INFO O| Mar 04 18:46:16.123 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
66402026-03-04T18:46:18.230Z[ recovery-image] Mar 04 18:46:16.123 INFO O| Mar 04 18:46:16.123 INFO STEP 606 (remove_files) COMPLETE
66412026-03-04T18:46:18.235Z[ recovery-image] Mar 04 18:46:16.123 INFO O| Mar 04 18:46:16.123 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66422026-03-04T18:46:18.245Z[ recovery-image] Mar 04 18:46:16.136 INFO O| Mar 04 18:46:16.136 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpctx.so.1"
66432026-03-04T18:46:18.245Z[ recovery-image] Mar 04 18:46:16.136 INFO O| Mar 04 18:46:16.136 INFO STEP 607 (remove_files) COMPLETE
66442026-03-04T18:46:18.248Z[ recovery-image] Mar 04 18:46:16.137 INFO O| Mar 04 18:46:16.136 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66452026-03-04T18:46:18.257Z[ recovery-image] Mar 04 18:46:16.151 INFO O| Mar 04 18:46:16.151 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpicl.so.1"
66462026-03-04T18:46:18.257Z[ recovery-image] Mar 04 18:46:16.151 INFO O| Mar 04 18:46:16.151 INFO STEP 608 (remove_files) COMPLETE
66472026-03-04T18:46:18.262Z[ recovery-image] Mar 04 18:46:16.151 INFO O| Mar 04 18:46:16.151 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66482026-03-04T18:46:18.276Z[ recovery-image] Mar 04 18:46:16.163 INFO O| Mar 04 18:46:16.163 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libppt.so.1"
66492026-03-04T18:46:18.279Z[ recovery-image] Mar 04 18:46:16.163 INFO O| Mar 04 18:46:16.163 INFO STEP 609 (remove_files) COMPLETE
66502026-03-04T18:46:18.280Z[ recovery-image] Mar 04 18:46:16.163 INFO O| Mar 04 18:46:16.163 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66512026-03-04T18:46:18.283Z[ recovery-image] Mar 04 18:46:16.177 INFO O| Mar 04 18:46:16.176 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libraidcfg.so.1"
66522026-03-04T18:46:18.283Z[ recovery-image] Mar 04 18:46:16.177 INFO O| Mar 04 18:46:16.177 INFO STEP 610 (remove_files) COMPLETE
66532026-03-04T18:46:18.283Z[ recovery-image] Mar 04 18:46:16.177 INFO O| Mar 04 18:46:16.177 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66542026-03-04T18:46:18.297Z[ recovery-image] Mar 04 18:46:16.190 INFO O| Mar 04 18:46:16.190 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/librename.so.1"
66552026-03-04T18:46:18.297Z[ recovery-image] Mar 04 18:46:16.190 INFO O| Mar 04 18:46:16.190 INFO STEP 611 (remove_files) COMPLETE
66562026-03-04T18:46:18.297Z[ recovery-image] Mar 04 18:46:16.190 INFO O| Mar 04 18:46:16.190 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66572026-03-04T18:46:18.311Z[ recovery-image] Mar 04 18:46:16.204 INFO O| Mar 04 18:46:16.204 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libreparse.so.1"
66582026-03-04T18:46:18.311Z[ recovery-image] Mar 04 18:46:16.205 INFO O| Mar 04 18:46:16.204 INFO STEP 612 (remove_files) COMPLETE
66592026-03-04T18:46:18.311Z[ recovery-image] Mar 04 18:46:16.205 INFO O| Mar 04 18:46:16.205 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66602026-03-04T18:46:18.326Z[ recovery-image] Mar 04 18:46:16.219 INFO O| Mar 04 18:46:16.219 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsasl.so.1"
66612026-03-04T18:46:18.326Z[ recovery-image] Mar 04 18:46:16.219 INFO O| Mar 04 18:46:16.219 INFO STEP 613 (remove_files) COMPLETE
66622026-03-04T18:46:18.326Z[ recovery-image] Mar 04 18:46:16.219 INFO O| Mar 04 18:46:16.219 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66632026-03-04T18:46:18.341Z[ recovery-image] Mar 04 18:46:16.234 INFO O| Mar 04 18:46:16.234 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsched.so.1"
66642026-03-04T18:46:18.341Z[ recovery-image] Mar 04 18:46:16.234 INFO O| Mar 04 18:46:16.234 INFO STEP 614 (remove_files) COMPLETE
66652026-03-04T18:46:18.341Z[ recovery-image] Mar 04 18:46:16.234 INFO O| Mar 04 18:46:16.234 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66662026-03-04T18:46:18.355Z[ recovery-image] Mar 04 18:46:16.248 INFO O| Mar 04 18:46:16.248 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsctp.so.1"
66672026-03-04T18:46:18.355Z[ recovery-image] Mar 04 18:46:16.248 INFO O| Mar 04 18:46:16.248 INFO STEP 615 (remove_files) COMPLETE
66682026-03-04T18:46:18.355Z[ recovery-image] Mar 04 18:46:16.248 INFO O| Mar 04 18:46:16.248 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66692026-03-04T18:46:18.369Z[ recovery-image] Mar 04 18:46:16.262 INFO O| Mar 04 18:46:16.262 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsff.so.1"
66702026-03-04T18:46:18.369Z[ recovery-image] Mar 04 18:46:16.262 INFO O| Mar 04 18:46:16.262 INFO STEP 616 (remove_files) COMPLETE
66712026-03-04T18:46:18.372Z[ recovery-image] Mar 04 18:46:16.263 INFO O| Mar 04 18:46:16.262 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66722026-03-04T18:46:18.384Z[ recovery-image] Mar 04 18:46:16.276 INFO O| Mar 04 18:46:16.276 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsip.so.1"
66732026-03-04T18:46:18.385Z[ recovery-image] Mar 04 18:46:16.276 INFO O| Mar 04 18:46:16.276 INFO STEP 617 (remove_files) COMPLETE
66742026-03-04T18:46:18.391Z[ recovery-image] Mar 04 18:46:16.276 INFO O| Mar 04 18:46:16.276 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66752026-03-04T18:46:18.396Z[ recovery-image] Mar 04 18:46:16.289 INFO O| Mar 04 18:46:16.289 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsldap.so.1"
66762026-03-04T18:46:18.396Z[ recovery-image] Mar 04 18:46:16.290 INFO O| Mar 04 18:46:16.289 INFO STEP 618 (remove_files) COMPLETE
66772026-03-04T18:46:18.399Z[ recovery-image] Mar 04 18:46:16.290 INFO O| Mar 04 18:46:16.290 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66782026-03-04T18:46:18.409Z[ recovery-image] Mar 04 18:46:16.303 INFO O| Mar 04 18:46:16.303 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsmbfs.so.1"
66792026-03-04T18:46:18.414Z[ recovery-image] Mar 04 18:46:16.303 INFO O| Mar 04 18:46:16.303 INFO STEP 619 (remove_files) COMPLETE
66802026-03-04T18:46:18.414Z[ recovery-image] Mar 04 18:46:16.303 INFO O| Mar 04 18:46:16.303 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66812026-03-04T18:46:18.423Z[ recovery-image] Mar 04 18:46:16.316 INFO O| Mar 04 18:46:16.316 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
66822026-03-04T18:46:18.423Z[ recovery-image] Mar 04 18:46:16.316 INFO O| Mar 04 18:46:16.316 INFO STEP 620 (remove_files) COMPLETE
66832026-03-04T18:46:18.423Z[ recovery-image] Mar 04 18:46:16.316 INFO O| Mar 04 18:46:16.316 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66842026-03-04T18:46:18.435Z[ recovery-image] Mar 04 18:46:16.329 INFO O| Mar 04 18:46:16.329 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6"
66852026-03-04T18:46:18.435Z[ recovery-image] Mar 04 18:46:16.329 INFO O| Mar 04 18:46:16.329 INFO STEP 621 (remove_files) COMPLETE
66862026-03-04T18:46:18.436Z[ recovery-image] Mar 04 18:46:16.329 INFO O| Mar 04 18:46:16.329 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66872026-03-04T18:46:18.450Z[ recovery-image] Mar 04 18:46:16.343 INFO O| Mar 04 18:46:16.343 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsum.so.1"
66882026-03-04T18:46:18.450Z[ recovery-image] Mar 04 18:46:16.343 INFO O| Mar 04 18:46:16.343 INFO STEP 622 (remove_files) COMPLETE
66892026-03-04T18:46:18.450Z[ recovery-image] Mar 04 18:46:16.343 INFO O| Mar 04 18:46:16.343 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66902026-03-04T18:46:18.463Z[ recovery-image] Mar 04 18:46:16.356 INFO O| Mar 04 18:46:16.356 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtecla.so.1"
66912026-03-04T18:46:18.463Z[ recovery-image] Mar 04 18:46:16.356 INFO O| Mar 04 18:46:16.356 INFO STEP 623 (remove_files) COMPLETE
66922026-03-04T18:46:18.463Z[ recovery-image] Mar 04 18:46:16.356 INFO O| Mar 04 18:46:16.356 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66932026-03-04T18:46:18.477Z[ recovery-image] Mar 04 18:46:16.370 INFO O| Mar 04 18:46:16.370 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
66942026-03-04T18:46:18.477Z[ recovery-image] Mar 04 18:46:16.370 INFO O| Mar 04 18:46:16.370 INFO STEP 624 (remove_files) COMPLETE
66952026-03-04T18:46:18.477Z[ recovery-image] Mar 04 18:46:16.370 INFO O| Mar 04 18:46:16.370 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66962026-03-04T18:46:18.490Z[ recovery-image] Mar 04 18:46:16.383 INFO O| Mar 04 18:46:16.383 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libvolmgt.so.1"
66972026-03-04T18:46:18.490Z[ recovery-image] Mar 04 18:46:16.384 INFO O| Mar 04 18:46:16.383 INFO STEP 625 (remove_files) COMPLETE
66982026-03-04T18:46:18.491Z[ recovery-image] Mar 04 18:46:16.384 INFO O| Mar 04 18:46:16.383 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66992026-03-04T18:46:18.504Z[ recovery-image] Mar 04 18:46:16.397 INFO O| Mar 04 18:46:16.397 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liby.so.1"
67002026-03-04T18:46:18.505Z[ recovery-image] Mar 04 18:46:16.397 INFO O| Mar 04 18:46:16.397 INFO STEP 626 (remove_files) COMPLETE
67012026-03-04T18:46:18.505Z[ recovery-image] Mar 04 18:46:16.397 INFO O| Mar 04 18:46:16.397 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67022026-03-04T18:46:18.517Z[ recovery-image] Mar 04 18:46:16.411 INFO O| Mar 04 18:46:16.410 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
67032026-03-04T18:46:18.522Z[ recovery-image] Mar 04 18:46:16.411 INFO O| Mar 04 18:46:16.411 INFO STEP 627 (remove_files) COMPLETE
67042026-03-04T18:46:18.522Z[ recovery-image] Mar 04 18:46:16.412 INFO O| Mar 04 18:46:16.411 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67052026-03-04T18:46:18.532Z[ recovery-image] Mar 04 18:46:16.425 INFO O| Mar 04 18:46:16.425 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
67062026-03-04T18:46:18.532Z[ recovery-image] Mar 04 18:46:16.425 INFO O| Mar 04 18:46:16.425 INFO STEP 628 (remove_files) COMPLETE
67072026-03-04T18:46:18.532Z[ recovery-image] Mar 04 18:46:16.425 INFO O| Mar 04 18:46:16.425 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67082026-03-04T18:46:18.546Z[ recovery-image] Mar 04 18:46:16.439 INFO O| Mar 04 18:46:16.439 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonecfg.so.1"
67092026-03-04T18:46:18.546Z[ recovery-image] Mar 04 18:46:16.439 INFO O| Mar 04 18:46:16.439 INFO STEP 629 (remove_files) COMPLETE
67102026-03-04T18:46:18.546Z[ recovery-image] Mar 04 18:46:16.439 INFO O| Mar 04 18:46:16.439 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67112026-03-04T18:46:18.560Z[ recovery-image] Mar 04 18:46:16.453 INFO O| Mar 04 18:46:16.453 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
67122026-03-04T18:46:18.561Z[ recovery-image] Mar 04 18:46:16.453 INFO O| Mar 04 18:46:16.453 INFO STEP 630 (remove_files) COMPLETE
67132026-03-04T18:46:18.561Z[ recovery-image] Mar 04 18:46:16.453 INFO O| Mar 04 18:46:16.453 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67142026-03-04T18:46:18.574Z[ recovery-image] Mar 04 18:46:16.467 INFO O| Mar 04 18:46:16.467 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonestat.so.1"
67152026-03-04T18:46:18.574Z[ recovery-image] Mar 04 18:46:16.467 INFO O| Mar 04 18:46:16.467 INFO STEP 631 (remove_files) COMPLETE
67162026-03-04T18:46:18.574Z[ recovery-image] Mar 04 18:46:16.467 INFO O| Mar 04 18:46:16.467 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67172026-03-04T18:46:18.591Z[ recovery-image] Mar 04 18:46:16.481 INFO O| Mar 04 18:46:16.480 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzpool.so.1"
67182026-03-04T18:46:18.591Z[ recovery-image] Mar 04 18:46:16.481 INFO O| Mar 04 18:46:16.481 INFO STEP 632 (remove_files) COMPLETE
67192026-03-04T18:46:18.592Z[ recovery-image] Mar 04 18:46:16.481 INFO O| Mar 04 18:46:16.481 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67202026-03-04T18:46:18.601Z[ recovery-image] Mar 04 18:46:16.494 INFO O| Mar 04 18:46:16.494 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/madv.so.1"
67212026-03-04T18:46:18.601Z[ recovery-image] Mar 04 18:46:16.494 INFO O| Mar 04 18:46:16.494 INFO STEP 633 (remove_files) COMPLETE
67222026-03-04T18:46:18.604Z[ recovery-image] Mar 04 18:46:16.494 INFO O| Mar 04 18:46:16.494 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67232026-03-04T18:46:18.616Z[ recovery-image] Mar 04 18:46:16.508 INFO O| Mar 04 18:46:16.508 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/mpss.so.1"
67242026-03-04T18:46:18.616Z[ recovery-image] Mar 04 18:46:16.508 INFO O| Mar 04 18:46:16.508 INFO STEP 634 (remove_files) COMPLETE
67252026-03-04T18:46:18.616Z[ recovery-image] Mar 04 18:46:16.508 INFO O| Mar 04 18:46:16.508 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67262026-03-04T18:46:18.628Z[ recovery-image] Mar 04 18:46:16.521 INFO O| Mar 04 18:46:16.521 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ad.so.1"
67272026-03-04T18:46:18.628Z[ recovery-image] Mar 04 18:46:16.521 INFO O| Mar 04 18:46:16.521 INFO STEP 635 (remove_files) COMPLETE
67282026-03-04T18:46:18.628Z[ recovery-image] Mar 04 18:46:16.521 INFO O| Mar 04 18:46:16.521 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67292026-03-04T18:46:18.646Z[ recovery-image] Mar 04 18:46:16.534 INFO O| Mar 04 18:46:16.534 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ldap.so.1"
67302026-03-04T18:46:18.646Z[ recovery-image] Mar 04 18:46:16.534 INFO O| Mar 04 18:46:16.534 INFO STEP 636 (remove_files) COMPLETE
67312026-03-04T18:46:18.646Z[ recovery-image] Mar 04 18:46:16.534 INFO O| Mar 04 18:46:16.534 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67322026-03-04T18:46:18.655Z[ recovery-image] Mar 04 18:46:16.547 INFO O| Mar 04 18:46:16.547 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/passwdutil.so.1"
67332026-03-04T18:46:18.655Z[ recovery-image] Mar 04 18:46:16.548 INFO O| Mar 04 18:46:16.548 INFO STEP 637 (remove_files) COMPLETE
67342026-03-04T18:46:18.655Z[ recovery-image] Mar 04 18:46:16.548 INFO O| Mar 04 18:46:16.548 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67352026-03-04T18:46:18.668Z[ recovery-image] Mar 04 18:46:16.561 INFO O| Mar 04 18:46:16.561 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/bash.pc"
67362026-03-04T18:46:18.668Z[ recovery-image] Mar 04 18:46:16.561 INFO O| Mar 04 18:46:16.561 INFO STEP 638 (remove_files) COMPLETE
67372026-03-04T18:46:18.668Z[ recovery-image] Mar 04 18:46:16.561 INFO O| Mar 04 18:46:16.561 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67382026-03-04T18:46:18.681Z[ recovery-image] Mar 04 18:46:16.574 INFO O| Mar 04 18:46:16.574 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
67392026-03-04T18:46:18.686Z[ recovery-image] Mar 04 18:46:16.574 INFO O| Mar 04 18:46:16.574 INFO STEP 639 (remove_files) COMPLETE
67402026-03-04T18:46:18.698Z[ recovery-image] Mar 04 18:46:16.574 INFO O| Mar 04 18:46:16.574 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67412026-03-04T18:46:18.704Z[ recovery-image] Mar 04 18:46:16.587 INFO O| Mar 04 18:46:16.587 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
67422026-03-04T18:46:18.704Z[ recovery-image] Mar 04 18:46:16.587 INFO O| Mar 04 18:46:16.587 INFO STEP 640 (remove_files) COMPLETE
67432026-03-04T18:46:18.704Z[ recovery-image] Mar 04 18:46:16.587 INFO O| Mar 04 18:46:16.587 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67442026-03-04T18:46:18.711Z[ recovery-image] Mar 04 18:46:16.600 INFO O| Mar 04 18:46:16.600 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
67452026-03-04T18:46:18.711Z[ recovery-image] Mar 04 18:46:16.601 INFO O| Mar 04 18:46:16.601 INFO STEP 641 (remove_files) COMPLETE
67462026-03-04T18:46:18.711Z[ recovery-image] Mar 04 18:46:16.601 INFO O| Mar 04 18:46:16.601 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67472026-03-04T18:46:18.721Z[ recovery-image] Mar 04 18:46:16.614 INFO O| Mar 04 18:46:16.614 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
67482026-03-04T18:46:18.721Z[ recovery-image] Mar 04 18:46:16.614 INFO O| Mar 04 18:46:16.614 INFO STEP 642 (remove_files) COMPLETE
67492026-03-04T18:46:18.721Z[ recovery-image] Mar 04 18:46:16.614 INFO O| Mar 04 18:46:16.614 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67502026-03-04T18:46:18.734Z[ recovery-image] Mar 04 18:46:16.627 INFO O| Mar 04 18:46:16.627 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
67512026-03-04T18:46:18.734Z[ recovery-image] Mar 04 18:46:16.627 INFO O| Mar 04 18:46:16.627 INFO STEP 643 (remove_files) COMPLETE
67522026-03-04T18:46:18.734Z[ recovery-image] Mar 04 18:46:16.627 INFO O| Mar 04 18:46:16.627 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67532026-03-04T18:46:18.747Z[ recovery-image] Mar 04 18:46:16.640 INFO O| Mar 04 18:46:16.640 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
67542026-03-04T18:46:18.747Z[ recovery-image] Mar 04 18:46:16.640 INFO O| Mar 04 18:46:16.640 INFO STEP 644 (remove_files) COMPLETE
67552026-03-04T18:46:18.751Z[ recovery-image] Mar 04 18:46:16.640 INFO O| Mar 04 18:46:16.640 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67562026-03-04T18:46:18.761Z[ recovery-image] Mar 04 18:46:16.654 INFO O| Mar 04 18:46:16.654 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
67572026-03-04T18:46:18.761Z[ recovery-image] Mar 04 18:46:16.654 INFO O| Mar 04 18:46:16.654 INFO STEP 645 (remove_files) COMPLETE
67582026-03-04T18:46:18.774Z[ recovery-image] Mar 04 18:46:16.654 INFO O| Mar 04 18:46:16.654 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67592026-03-04T18:46:18.778Z[ recovery-image] Mar 04 18:46:16.667 INFO O| Mar 04 18:46:16.667 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
67602026-03-04T18:46:18.778Z[ recovery-image] Mar 04 18:46:16.667 INFO O| Mar 04 18:46:16.667 INFO STEP 646 (remove_files) COMPLETE
67612026-03-04T18:46:18.778Z[ recovery-image] Mar 04 18:46:16.667 INFO O| Mar 04 18:46:16.667 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67622026-03-04T18:46:18.788Z[ recovery-image] Mar 04 18:46:16.681 INFO O| Mar 04 18:46:16.681 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
67632026-03-04T18:46:18.788Z[ recovery-image] Mar 04 18:46:16.681 INFO O| Mar 04 18:46:16.681 INFO STEP 647 (remove_files) COMPLETE
67642026-03-04T18:46:18.788Z[ recovery-image] Mar 04 18:46:16.681 INFO O| Mar 04 18:46:16.681 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67652026-03-04T18:46:18.803Z[ recovery-image] Mar 04 18:46:16.696 INFO O| Mar 04 18:46:16.695 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
67662026-03-04T18:46:18.803Z[ recovery-image] Mar 04 18:46:16.696 INFO O| Mar 04 18:46:16.696 INFO STEP 648 (remove_files) COMPLETE
67672026-03-04T18:46:18.803Z[ recovery-image] Mar 04 18:46:16.696 INFO O| Mar 04 18:46:16.696 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67682026-03-04T18:46:18.819Z[ recovery-image] Mar 04 18:46:16.710 INFO O| Mar 04 18:46:16.710 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
67692026-03-04T18:46:18.819Z[ recovery-image] Mar 04 18:46:16.710 INFO O| Mar 04 18:46:16.710 INFO STEP 649 (remove_files) COMPLETE
67702026-03-04T18:46:18.819Z[ recovery-image] Mar 04 18:46:16.710 INFO O| Mar 04 18:46:16.710 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67712026-03-04T18:46:18.832Z[ recovery-image] Mar 04 18:46:16.724 INFO O| Mar 04 18:46:16.724 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
67722026-03-04T18:46:18.832Z[ recovery-image] Mar 04 18:46:16.724 INFO O| Mar 04 18:46:16.724 INFO STEP 650 (remove_files) COMPLETE
67732026-03-04T18:46:18.832Z[ recovery-image] Mar 04 18:46:16.724 INFO O| Mar 04 18:46:16.724 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67742026-03-04T18:46:18.846Z[ recovery-image] Mar 04 18:46:16.739 INFO O| Mar 04 18:46:16.738 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
67752026-03-04T18:46:18.846Z[ recovery-image] Mar 04 18:46:16.739 INFO O| Mar 04 18:46:16.739 INFO STEP 651 (remove_files) COMPLETE
67762026-03-04T18:46:18.850Z[ recovery-image] Mar 04 18:46:16.739 INFO O| Mar 04 18:46:16.739 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67772026-03-04T18:46:18.863Z[ recovery-image] Mar 04 18:46:16.754 INFO O| Mar 04 18:46:16.754 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
67782026-03-04T18:46:18.863Z[ recovery-image] Mar 04 18:46:16.754 INFO O| Mar 04 18:46:16.754 INFO STEP 652 (remove_files) COMPLETE
67792026-03-04T18:46:18.863Z[ recovery-image] Mar 04 18:46:16.754 INFO O| Mar 04 18:46:16.754 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67802026-03-04T18:46:18.876Z[ recovery-image] Mar 04 18:46:16.769 INFO O| Mar 04 18:46:16.769 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
67812026-03-04T18:46:18.876Z[ recovery-image] Mar 04 18:46:16.769 INFO O| Mar 04 18:46:16.769 INFO STEP 653 (remove_files) COMPLETE
67822026-03-04T18:46:18.876Z[ recovery-image] Mar 04 18:46:16.769 INFO O| Mar 04 18:46:16.769 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67832026-03-04T18:46:18.892Z[ recovery-image] Mar 04 18:46:16.785 INFO O| Mar 04 18:46:16.785 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
67842026-03-04T18:46:18.892Z[ recovery-image] Mar 04 18:46:16.785 INFO O| Mar 04 18:46:16.785 INFO STEP 654 (remove_files) COMPLETE
67852026-03-04T18:46:18.892Z[ recovery-image] Mar 04 18:46:16.785 INFO O| Mar 04 18:46:16.785 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67862026-03-04T18:46:18.912Z[ recovery-image] Mar 04 18:46:16.800 INFO O| Mar 04 18:46:16.800 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
67872026-03-04T18:46:18.912Z[ recovery-image] Mar 04 18:46:16.800 INFO O| Mar 04 18:46:16.800 INFO STEP 655 (remove_files) COMPLETE
67882026-03-04T18:46:18.917Z[ recovery-image] Mar 04 18:46:16.800 INFO O| Mar 04 18:46:16.800 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67892026-03-04T18:46:18.923Z[ recovery-image] Mar 04 18:46:16.816 INFO O| Mar 04 18:46:16.815 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
67902026-03-04T18:46:18.923Z[ recovery-image] Mar 04 18:46:16.816 INFO O| Mar 04 18:46:16.816 INFO STEP 656 (remove_files) COMPLETE
67912026-03-04T18:46:18.932Z[ recovery-image] Mar 04 18:46:16.816 INFO O| Mar 04 18:46:16.816 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67922026-03-04T18:46:18.951Z[ recovery-image] Mar 04 18:46:16.844 INFO O| Mar 04 18:46:16.844 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
67932026-03-04T18:46:18.951Z[ recovery-image] Mar 04 18:46:16.844 INFO O| Mar 04 18:46:16.844 INFO STEP 657 (remove_files) COMPLETE
67942026-03-04T18:46:18.955Z[ recovery-image] Mar 04 18:46:16.845 INFO O| Mar 04 18:46:16.844 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67952026-03-04T18:46:18.966Z[ recovery-image] Mar 04 18:46:16.858 INFO O| Mar 04 18:46:16.858 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
67962026-03-04T18:46:18.966Z[ recovery-image] Mar 04 18:46:16.859 INFO O| Mar 04 18:46:16.858 INFO STEP 658 (remove_files) COMPLETE
67972026-03-04T18:46:18.976Z[ recovery-image] Mar 04 18:46:16.859 INFO O| Mar 04 18:46:16.859 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67982026-03-04T18:46:18.985Z[ recovery-image] Mar 04 18:46:16.872 INFO O| Mar 04 18:46:16.871 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
67992026-03-04T18:46:18.985Z[ recovery-image] Mar 04 18:46:16.872 INFO O| Mar 04 18:46:16.872 INFO STEP 659 (remove_files) COMPLETE
68002026-03-04T18:46:18.985Z[ recovery-image] Mar 04 18:46:16.872 INFO O| Mar 04 18:46:16.872 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68012026-03-04T18:46:18.993Z[ recovery-image] Mar 04 18:46:16.885 INFO O| Mar 04 18:46:16.885 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
68022026-03-04T18:46:18.993Z[ recovery-image] Mar 04 18:46:16.886 INFO O| Mar 04 18:46:16.885 INFO STEP 660 (remove_files) COMPLETE
68032026-03-04T18:46:18.993Z[ recovery-image] Mar 04 18:46:16.886 INFO O| Mar 04 18:46:16.885 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68042026-03-04T18:46:19.007Z[ recovery-image] Mar 04 18:46:16.899 INFO O| Mar 04 18:46:16.899 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
68052026-03-04T18:46:19.007Z[ recovery-image] Mar 04 18:46:16.899 INFO O| Mar 04 18:46:16.899 INFO STEP 661 (remove_files) COMPLETE
68062026-03-04T18:46:19.007Z[ recovery-image] Mar 04 18:46:16.900 INFO O| Mar 04 18:46:16.899 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68072026-03-04T18:46:19.020Z[ recovery-image] Mar 04 18:46:16.913 INFO O| Mar 04 18:46:16.913 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
68082026-03-04T18:46:19.020Z[ recovery-image] Mar 04 18:46:16.914 INFO O| Mar 04 18:46:16.913 INFO STEP 662 (remove_files) COMPLETE
68092026-03-04T18:46:19.020Z[ recovery-image] Mar 04 18:46:16.914 INFO O| Mar 04 18:46:16.913 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68102026-03-04T18:46:19.037Z[ recovery-image] Mar 04 18:46:16.928 INFO O| Mar 04 18:46:16.928 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
68112026-03-04T18:46:19.037Z[ recovery-image] Mar 04 18:46:16.928 INFO O| Mar 04 18:46:16.928 INFO STEP 663 (remove_files) COMPLETE
68122026-03-04T18:46:19.037Z[ recovery-image] Mar 04 18:46:16.928 INFO O| Mar 04 18:46:16.928 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68132026-03-04T18:46:19.055Z[ recovery-image] Mar 04 18:46:16.943 INFO O| Mar 04 18:46:16.943 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
68142026-03-04T18:46:19.055Z[ recovery-image] Mar 04 18:46:16.943 INFO O| Mar 04 18:46:16.943 INFO STEP 664 (remove_files) COMPLETE
68152026-03-04T18:46:19.055Z[ recovery-image] Mar 04 18:46:16.943 INFO O| Mar 04 18:46:16.943 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68162026-03-04T18:46:19.064Z[ recovery-image] Mar 04 18:46:16.957 INFO O| Mar 04 18:46:16.957 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
68172026-03-04T18:46:19.064Z[ recovery-image] Mar 04 18:46:16.957 INFO O| Mar 04 18:46:16.957 INFO STEP 665 (remove_files) COMPLETE
68182026-03-04T18:46:19.073Z[ recovery-image] Mar 04 18:46:16.957 INFO O| Mar 04 18:46:16.957 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68192026-03-04T18:46:19.078Z[ recovery-image] Mar 04 18:46:16.971 INFO O| Mar 04 18:46:16.971 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
68202026-03-04T18:46:19.078Z[ recovery-image] Mar 04 18:46:16.971 INFO O| Mar 04 18:46:16.971 INFO STEP 666 (remove_files) COMPLETE
68212026-03-04T18:46:19.078Z[ recovery-image] Mar 04 18:46:16.971 INFO O| Mar 04 18:46:16.971 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68222026-03-04T18:46:19.093Z[ recovery-image] Mar 04 18:46:16.986 INFO O| Mar 04 18:46:16.986 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
68232026-03-04T18:46:19.093Z[ recovery-image] Mar 04 18:46:16.986 INFO O| Mar 04 18:46:16.986 INFO STEP 667 (remove_files) COMPLETE
68242026-03-04T18:46:19.093Z[ recovery-image] Mar 04 18:46:16.986 INFO O| Mar 04 18:46:16.986 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68252026-03-04T18:46:19.108Z[ recovery-image] Mar 04 18:46:16.999 INFO O| Mar 04 18:46:16.999 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/straddr.so.2"
68262026-03-04T18:46:19.108Z[ recovery-image] Mar 04 18:46:17.000 INFO O| Mar 04 18:46:17.000 INFO STEP 668 (remove_files) COMPLETE
68272026-03-04T18:46:19.108Z[ recovery-image] Mar 04 18:46:17.000 INFO O| Mar 04 18:46:17.000 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68282026-03-04T18:46:19.122Z[ recovery-image] Mar 04 18:46:17.014 INFO O| Mar 04 18:46:17.014 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/watchmalloc.so.1"
68292026-03-04T18:46:19.122Z[ recovery-image] Mar 04 18:46:17.015 INFO O| Mar 04 18:46:17.014 INFO STEP 669 (remove_files) COMPLETE
68302026-03-04T18:46:19.128Z[ recovery-image] Mar 04 18:46:17.015 INFO O| Mar 04 18:46:17.015 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68312026-03-04T18:46:19.135Z[ recovery-image] Mar 04 18:46:17.029 INFO O| Mar 04 18:46:17.028 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/audit/audit_record_attr"
68322026-03-04T18:46:19.135Z[ recovery-image] Mar 04 18:46:17.029 INFO O| Mar 04 18:46:17.029 INFO STEP 670 (remove_files) COMPLETE
68332026-03-04T18:46:19.135Z[ recovery-image] Mar 04 18:46:17.029 INFO O| Mar 04 18:46:17.029 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68342026-03-04T18:46:19.150Z[ recovery-image] Mar 04 18:46:17.043 INFO O| Mar 04 18:46:17.042 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/common.ksh"
68352026-03-04T18:46:19.154Z[ recovery-image] Mar 04 18:46:17.043 INFO O| Mar 04 18:46:17.043 INFO STEP 671 (remove_files) COMPLETE
68362026-03-04T18:46:19.154Z[ recovery-image] Mar 04 18:46:17.043 INFO O| Mar 04 18:46:17.043 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68372026-03-04T18:46:19.164Z[ recovery-image] Mar 04 18:46:17.056 INFO O| Mar 04 18:46:17.056 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/query"
68382026-03-04T18:46:19.177Z[ recovery-image] Mar 04 18:46:17.056 INFO O| Mar 04 18:46:17.056 INFO STEP 672 (remove_files) COMPLETE
68392026-03-04T18:46:19.177Z[ recovery-image] Mar 04 18:46:17.056 INFO O| Mar 04 18:46:17.056 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68402026-03-04T18:46:19.183Z[ recovery-image] Mar 04 18:46:17.070 INFO O| Mar 04 18:46:17.070 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/uninstall.ksh"
68412026-03-04T18:46:19.184Z[ recovery-image] Mar 04 18:46:17.070 INFO O| Mar 04 18:46:17.070 INFO STEP 673 (remove_files) COMPLETE
68422026-03-04T18:46:19.184Z[ recovery-image] Mar 04 18:46:17.070 INFO O| Mar 04 18:46:17.070 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68432026-03-04T18:46:19.194Z[ recovery-image] Mar 04 18:46:17.085 INFO O| Mar 04 18:46:17.085 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
68442026-03-04T18:46:19.194Z[ recovery-image] Mar 04 18:46:17.085 INFO O| Mar 04 18:46:17.085 INFO STEP 674 (remove_files) COMPLETE
68452026-03-04T18:46:19.194Z[ recovery-image] Mar 04 18:46:17.085 INFO O| Mar 04 18:46:17.085 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68462026-03-04T18:46:19.207Z[ recovery-image] Mar 04 18:46:17.100 INFO O| Mar 04 18:46:17.100 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
68472026-03-04T18:46:19.207Z[ recovery-image] Mar 04 18:46:17.100 INFO O| Mar 04 18:46:17.100 INFO STEP 675 (remove_files) COMPLETE
68482026-03-04T18:46:19.211Z[ recovery-image] Mar 04 18:46:17.100 INFO O| Mar 04 18:46:17.100 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68492026-03-04T18:46:19.224Z[ recovery-image] Mar 04 18:46:17.114 INFO O| Mar 04 18:46:17.114 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
68502026-03-04T18:46:19.224Z[ recovery-image] Mar 04 18:46:17.114 INFO O| Mar 04 18:46:17.114 INFO STEP 676 (remove_files) COMPLETE
68512026-03-04T18:46:19.228Z[ recovery-image] Mar 04 18:46:17.114 INFO O| Mar 04 18:46:17.114 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68522026-03-04T18:46:19.241Z[ recovery-image] Mar 04 18:46:17.133 INFO O| Mar 04 18:46:17.133 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
68532026-03-04T18:46:19.242Z[ recovery-image] Mar 04 18:46:17.133 INFO O| Mar 04 18:46:17.133 INFO STEP 677 (remove_files) COMPLETE
68542026-03-04T18:46:19.242Z[ recovery-image] Mar 04 18:46:17.133 INFO O| Mar 04 18:46:17.133 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68552026-03-04T18:46:19.255Z[ recovery-image] Mar 04 18:46:17.148 INFO O| Mar 04 18:46:17.148 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
68562026-03-04T18:46:19.255Z[ recovery-image] Mar 04 18:46:17.148 INFO O| Mar 04 18:46:17.148 INFO STEP 678 (remove_files) COMPLETE
68572026-03-04T18:46:19.255Z[ recovery-image] Mar 04 18:46:17.148 INFO O| Mar 04 18:46:17.148 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68582026-03-04T18:46:19.268Z[ recovery-image] Mar 04 18:46:17.161 INFO O| Mar 04 18:46:17.161 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/ib.so.1"
68592026-03-04T18:46:19.268Z[ recovery-image] Mar 04 18:46:17.161 INFO O| Mar 04 18:46:17.161 INFO STEP 679 (remove_files) COMPLETE
68602026-03-04T18:46:19.274Z[ recovery-image] Mar 04 18:46:17.161 INFO O| Mar 04 18:46:17.161 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68612026-03-04T18:46:19.282Z[ recovery-image] Mar 04 18:46:17.175 INFO O| Mar 04 18:46:17.175 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/pci.so.1"
68622026-03-04T18:46:19.282Z[ recovery-image] Mar 04 18:46:17.175 INFO O| Mar 04 18:46:17.175 INFO STEP 680 (remove_files) COMPLETE
68632026-03-04T18:46:19.282Z[ recovery-image] Mar 04 18:46:17.175 INFO O| Mar 04 18:46:17.175 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68642026-03-04T18:46:19.296Z[ recovery-image] Mar 04 18:46:17.188 INFO O| Mar 04 18:46:17.188 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/sata.so.1"
68652026-03-04T18:46:19.296Z[ recovery-image] Mar 04 18:46:17.188 INFO O| Mar 04 18:46:17.188 INFO STEP 681 (remove_files) COMPLETE
68662026-03-04T18:46:19.301Z[ recovery-image] Mar 04 18:46:17.188 INFO O| Mar 04 18:46:17.188 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68672026-03-04T18:46:19.308Z[ recovery-image] Mar 04 18:46:17.201 INFO O| Mar 04 18:46:17.201 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/scsi.so.1"
68682026-03-04T18:46:19.308Z[ recovery-image] Mar 04 18:46:17.201 INFO O| Mar 04 18:46:17.201 INFO STEP 682 (remove_files) COMPLETE
68692026-03-04T18:46:19.308Z[ recovery-image] Mar 04 18:46:17.201 INFO O| Mar 04 18:46:17.201 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68702026-03-04T18:46:19.323Z[ recovery-image] Mar 04 18:46:17.215 INFO O| Mar 04 18:46:17.215 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/shp.so.1"
68712026-03-04T18:46:19.323Z[ recovery-image] Mar 04 18:46:17.215 INFO O| Mar 04 18:46:17.215 INFO STEP 683 (remove_files) COMPLETE
68722026-03-04T18:46:19.329Z[ recovery-image] Mar 04 18:46:17.215 INFO O| Mar 04 18:46:17.215 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68732026-03-04T18:46:19.334Z[ recovery-image] Mar 04 18:46:17.227 INFO O| Mar 04 18:46:17.227 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/usb.so.1"
68742026-03-04T18:46:19.334Z[ recovery-image] Mar 04 18:46:17.227 INFO O| Mar 04 18:46:17.227 INFO STEP 684 (remove_files) COMPLETE
68752026-03-04T18:46:19.334Z[ recovery-image] Mar 04 18:46:17.227 INFO O| Mar 04 18:46:17.227 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68762026-03-04T18:46:19.352Z[ recovery-image] Mar 04 18:46:17.243 INFO O| Mar 04 18:46:17.242 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXdispadmin"
68772026-03-04T18:46:19.352Z[ recovery-image] Mar 04 18:46:17.243 INFO O| Mar 04 18:46:17.243 INFO STEP 685 (remove_files) COMPLETE
68782026-03-04T18:46:19.352Z[ recovery-image] Mar 04 18:46:17.243 INFO O| Mar 04 18:46:17.243 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68792026-03-04T18:46:19.365Z[ recovery-image] Mar 04 18:46:17.258 INFO O| Mar 04 18:46:17.258 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXpriocntl"
68802026-03-04T18:46:19.365Z[ recovery-image] Mar 04 18:46:17.258 INFO O| Mar 04 18:46:17.258 INFO STEP 686 (remove_files) COMPLETE
68812026-03-04T18:46:19.370Z[ recovery-image] Mar 04 18:46:17.258 INFO O| Mar 04 18:46:17.258 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68822026-03-04T18:46:19.380Z[ recovery-image] Mar 04 18:46:17.273 INFO O| Mar 04 18:46:17.272 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IAdispadmin"
68832026-03-04T18:46:19.380Z[ recovery-image] Mar 04 18:46:17.273 INFO O| Mar 04 18:46:17.273 INFO STEP 687 (remove_files) COMPLETE
68842026-03-04T18:46:19.380Z[ recovery-image] Mar 04 18:46:17.273 INFO O| Mar 04 18:46:17.273 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68852026-03-04T18:46:19.395Z[ recovery-image] Mar 04 18:46:17.288 INFO O| Mar 04 18:46:17.287 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IApriocntl"
68862026-03-04T18:46:19.395Z[ recovery-image] Mar 04 18:46:17.288 INFO O| Mar 04 18:46:17.288 INFO STEP 688 (remove_files) COMPLETE
68872026-03-04T18:46:19.395Z[ recovery-image] Mar 04 18:46:17.288 INFO O| Mar 04 18:46:17.288 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68882026-03-04T18:46:19.409Z[ recovery-image] Mar 04 18:46:17.302 INFO O| Mar 04 18:46:17.302 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTdispadmin"
68892026-03-04T18:46:19.409Z[ recovery-image] Mar 04 18:46:17.302 INFO O| Mar 04 18:46:17.302 INFO STEP 689 (remove_files) COMPLETE
68902026-03-04T18:46:19.409Z[ recovery-image] Mar 04 18:46:17.302 INFO O| Mar 04 18:46:17.302 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68912026-03-04T18:46:19.423Z[ recovery-image] Mar 04 18:46:17.316 INFO O| Mar 04 18:46:17.316 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTpriocntl"
68922026-03-04T18:46:19.423Z[ recovery-image] Mar 04 18:46:17.316 INFO O| Mar 04 18:46:17.316 INFO STEP 690 (remove_files) COMPLETE
68932026-03-04T18:46:19.423Z[ recovery-image] Mar 04 18:46:17.316 INFO O| Mar 04 18:46:17.316 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68942026-03-04T18:46:19.437Z[ recovery-image] Mar 04 18:46:17.330 INFO O| Mar 04 18:46:17.330 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCdispadmin"
68952026-03-04T18:46:19.437Z[ recovery-image] Mar 04 18:46:17.330 INFO O| Mar 04 18:46:17.330 INFO STEP 691 (remove_files) COMPLETE
68962026-03-04T18:46:19.437Z[ recovery-image] Mar 04 18:46:17.330 INFO O| Mar 04 18:46:17.330 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68972026-03-04T18:46:19.451Z[ recovery-image] Mar 04 18:46:17.344 INFO O| Mar 04 18:46:17.344 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCpriocntl"
68982026-03-04T18:46:19.451Z[ recovery-image] Mar 04 18:46:17.344 INFO O| Mar 04 18:46:17.344 INFO STEP 692 (remove_files) COMPLETE
68992026-03-04T18:46:19.451Z[ recovery-image] Mar 04 18:46:17.344 INFO O| Mar 04 18:46:17.344 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69002026-03-04T18:46:19.465Z[ recovery-image] Mar 04 18:46:17.358 INFO O| Mar 04 18:46:17.358 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSdispadmin"
69012026-03-04T18:46:19.465Z[ recovery-image] Mar 04 18:46:17.358 INFO O| Mar 04 18:46:17.358 INFO STEP 693 (remove_files) COMPLETE
69022026-03-04T18:46:19.469Z[ recovery-image] Mar 04 18:46:17.358 INFO O| Mar 04 18:46:17.358 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69032026-03-04T18:46:19.487Z[ recovery-image] Mar 04 18:46:17.373 INFO O| Mar 04 18:46:17.373 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSpriocntl"
69042026-03-04T18:46:19.487Z[ recovery-image] Mar 04 18:46:17.373 INFO O| Mar 04 18:46:17.373 INFO STEP 694 (remove_files) COMPLETE
69052026-03-04T18:46:19.487Z[ recovery-image] Mar 04 18:46:17.373 INFO O| Mar 04 18:46:17.373 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69062026-03-04T18:46:19.494Z[ recovery-image] Mar 04 18:46:17.387 INFO O| Mar 04 18:46:17.387 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
69072026-03-04T18:46:19.505Z[ recovery-image] Mar 04 18:46:17.388 INFO O| Mar 04 18:46:17.388 INFO STEP 695 (remove_files) COMPLETE
69082026-03-04T18:46:19.505Z[ recovery-image] Mar 04 18:46:17.388 INFO O| Mar 04 18:46:17.388 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69092026-03-04T18:46:19.509Z[ recovery-image] Mar 04 18:46:17.402 INFO O| Mar 04 18:46:17.402 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
69102026-03-04T18:46:19.513Z[ recovery-image] Mar 04 18:46:17.402 INFO O| Mar 04 18:46:17.402 INFO STEP 696 (remove_files) COMPLETE
69112026-03-04T18:46:19.513Z[ recovery-image] Mar 04 18:46:17.403 INFO O| Mar 04 18:46:17.402 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69122026-03-04T18:46:19.524Z[ recovery-image] Mar 04 18:46:17.417 INFO O| Mar 04 18:46:17.417 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlled"
69132026-03-04T18:46:19.524Z[ recovery-image] Mar 04 18:46:17.417 INFO O| Mar 04 18:46:17.417 INFO STEP 697 (remove_files) COMPLETE
69142026-03-04T18:46:19.524Z[ recovery-image] Mar 04 18:46:17.417 INFO O| Mar 04 18:46:17.417 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69152026-03-04T18:46:19.539Z[ recovery-image] Mar 04 18:46:17.431 INFO O| Mar 04 18:46:17.431 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlrecv"
69162026-03-04T18:46:19.539Z[ recovery-image] Mar 04 18:46:17.431 INFO O| Mar 04 18:46:17.431 INFO STEP 698 (remove_files) COMPLETE
69172026-03-04T18:46:19.543Z[ recovery-image] Mar 04 18:46:17.431 INFO O| Mar 04 18:46:17.431 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69182026-03-04T18:46:19.554Z[ recovery-image] Mar 04 18:46:17.444 INFO O| Mar 04 18:46:17.444 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlsend"
69192026-03-04T18:46:19.554Z[ recovery-image] Mar 04 18:46:17.445 INFO O| Mar 04 18:46:17.445 INFO STEP 699 (remove_files) COMPLETE
69202026-03-04T18:46:19.554Z[ recovery-image] Mar 04 18:46:17.445 INFO O| Mar 04 18:46:17.445 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69212026-03-04T18:46:19.565Z[ recovery-image] Mar 04 18:46:17.458 INFO O| Mar 04 18:46:17.458 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dltraninfo"
69222026-03-04T18:46:19.569Z[ recovery-image] Mar 04 18:46:17.458 INFO O| Mar 04 18:46:17.458 INFO STEP 700 (remove_files) COMPLETE
69232026-03-04T18:46:19.569Z[ recovery-image] Mar 04 18:46:17.458 INFO O| Mar 04 18:46:17.458 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69242026-03-04T18:46:19.578Z[ recovery-image] Mar 04 18:46:17.470 INFO O| Mar 04 18:46:17.470 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/drti.o"
69252026-03-04T18:46:19.580Z[ recovery-image] Mar 04 18:46:17.471 INFO O| Mar 04 18:46:17.471 INFO STEP 701 (remove_files) COMPLETE
69262026-03-04T18:46:19.580Z[ recovery-image] Mar 04 18:46:17.471 INFO O| Mar 04 18:46:17.471 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69272026-03-04T18:46:19.597Z[ recovery-image] Mar 04 18:46:17.484 INFO O| Mar 04 18:46:17.484 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
69282026-03-04T18:46:19.597Z[ recovery-image] Mar 04 18:46:17.484 INFO O| Mar 04 18:46:17.484 INFO STEP 702 (remove_files) COMPLETE
69292026-03-04T18:46:19.597Z[ recovery-image] Mar 04 18:46:17.484 INFO O| Mar 04 18:46:17.484 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69302026-03-04T18:46:19.605Z[ recovery-image] Mar 04 18:46:17.497 INFO O| Mar 04 18:46:17.497 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/sftp64.d"
69312026-03-04T18:46:19.605Z[ recovery-image] Mar 04 18:46:17.498 INFO O| Mar 04 18:46:17.497 INFO STEP 703 (remove_files) COMPLETE
69322026-03-04T18:46:19.608Z[ recovery-image] Mar 04 18:46:17.498 INFO O| Mar 04 18:46:17.498 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69332026-03-04T18:46:19.617Z[ recovery-image] Mar 04 18:46:17.510 INFO O| Mar 04 18:46:17.510 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/drti.o"
69342026-03-04T18:46:19.618Z[ recovery-image] Mar 04 18:46:17.511 INFO O| Mar 04 18:46:17.511 INFO STEP 704 (remove_files) COMPLETE
69352026-03-04T18:46:19.618Z[ recovery-image] Mar 04 18:46:17.511 INFO O| Mar 04 18:46:17.511 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69362026-03-04T18:46:19.634Z[ recovery-image] Mar 04 18:46:17.525 INFO O| Mar 04 18:46:17.525 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
69372026-03-04T18:46:19.634Z[ recovery-image] Mar 04 18:46:17.525 INFO O| Mar 04 18:46:17.525 INFO STEP 705 (remove_files) COMPLETE
69382026-03-04T18:46:19.634Z[ recovery-image] Mar 04 18:46:17.525 INFO O| Mar 04 18:46:17.525 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69392026-03-04T18:46:19.646Z[ recovery-image] Mar 04 18:46:17.538 INFO O| Mar 04 18:46:17.538 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
69402026-03-04T18:46:19.649Z[ recovery-image] Mar 04 18:46:17.539 INFO O| Mar 04 18:46:17.539 INFO STEP 706 (remove_files) COMPLETE
69412026-03-04T18:46:19.649Z[ recovery-image] Mar 04 18:46:17.539 INFO O| Mar 04 18:46:17.539 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69422026-03-04T18:46:19.659Z[ recovery-image] Mar 04 18:46:17.552 INFO O| Mar 04 18:46:17.552 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
69432026-03-04T18:46:19.660Z[ recovery-image] Mar 04 18:46:17.552 INFO O| Mar 04 18:46:17.552 INFO STEP 707 (remove_files) COMPLETE
69442026-03-04T18:46:19.660Z[ recovery-image] Mar 04 18:46:17.553 INFO O| Mar 04 18:46:17.552 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69452026-03-04T18:46:19.673Z[ recovery-image] Mar 04 18:46:17.566 INFO O| Mar 04 18:46:17.566 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
69462026-03-04T18:46:19.673Z[ recovery-image] Mar 04 18:46:17.566 INFO O| Mar 04 18:46:17.566 INFO STEP 708 (remove_files) COMPLETE
69472026-03-04T18:46:19.678Z[ recovery-image] Mar 04 18:46:17.566 INFO O| Mar 04 18:46:17.566 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69482026-03-04T18:46:19.688Z[ recovery-image] Mar 04 18:46:17.581 INFO O| Mar 04 18:46:17.581 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
69492026-03-04T18:46:19.688Z[ recovery-image] Mar 04 18:46:17.581 INFO O| Mar 04 18:46:17.581 INFO STEP 709 (remove_files) COMPLETE
69502026-03-04T18:46:19.688Z[ recovery-image] Mar 04 18:46:17.581 INFO O| Mar 04 18:46:17.581 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69512026-03-04T18:46:19.702Z[ recovery-image] Mar 04 18:46:17.595 INFO O| Mar 04 18:46:17.595 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
69522026-03-04T18:46:19.702Z[ recovery-image] Mar 04 18:46:17.595 INFO O| Mar 04 18:46:17.595 INFO STEP 710 (remove_files) COMPLETE
69532026-03-04T18:46:19.706Z[ recovery-image] Mar 04 18:46:17.595 INFO O| Mar 04 18:46:17.595 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69542026-03-04T18:46:19.716Z[ recovery-image] Mar 04 18:46:17.609 INFO O| Mar 04 18:46:17.609 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
69552026-03-04T18:46:19.717Z[ recovery-image] Mar 04 18:46:17.609 INFO O| Mar 04 18:46:17.609 INFO STEP 711 (remove_files) COMPLETE
69562026-03-04T18:46:19.717Z[ recovery-image] Mar 04 18:46:17.609 INFO O| Mar 04 18:46:17.609 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69572026-03-04T18:46:19.729Z[ recovery-image] Mar 04 18:46:17.622 INFO O| Mar 04 18:46:17.622 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
69582026-03-04T18:46:19.732Z[ recovery-image] Mar 04 18:46:17.622 INFO O| Mar 04 18:46:17.622 INFO STEP 712 (remove_files) COMPLETE
69592026-03-04T18:46:19.732Z[ recovery-image] Mar 04 18:46:17.622 INFO O| Mar 04 18:46:17.622 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69602026-03-04T18:46:19.743Z[ recovery-image] Mar 04 18:46:17.636 INFO O| Mar 04 18:46:17.636 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
69612026-03-04T18:46:19.743Z[ recovery-image] Mar 04 18:46:17.637 INFO O| Mar 04 18:46:17.637 INFO STEP 713 (remove_files) COMPLETE
69622026-03-04T18:46:19.743Z[ recovery-image] Mar 04 18:46:17.637 INFO O| Mar 04 18:46:17.637 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69632026-03-04T18:46:19.758Z[ recovery-image] Mar 04 18:46:17.650 INFO O| Mar 04 18:46:17.650 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
69642026-03-04T18:46:19.758Z[ recovery-image] Mar 04 18:46:17.650 INFO O| Mar 04 18:46:17.650 INFO STEP 714 (remove_files) COMPLETE
69652026-03-04T18:46:19.762Z[ recovery-image] Mar 04 18:46:17.650 INFO O| Mar 04 18:46:17.650 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69662026-03-04T18:46:19.772Z[ recovery-image] Mar 04 18:46:17.665 INFO O| Mar 04 18:46:17.665 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/AMD.dict"
69672026-03-04T18:46:19.779Z[ recovery-image] Mar 04 18:46:17.665 INFO O| Mar 04 18:46:17.665 INFO STEP 715 (remove_files) COMPLETE
69682026-03-04T18:46:19.779Z[ recovery-image] Mar 04 18:46:17.665 INFO O| Mar 04 18:46:17.665 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69692026-03-04T18:46:19.787Z[ recovery-image] Mar 04 18:46:17.680 INFO O| Mar 04 18:46:17.680 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
69702026-03-04T18:46:19.787Z[ recovery-image] Mar 04 18:46:17.680 INFO O| Mar 04 18:46:17.680 INFO STEP 716 (remove_files) COMPLETE
69712026-03-04T18:46:19.788Z[ recovery-image] Mar 04 18:46:17.680 INFO O| Mar 04 18:46:17.680 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69722026-03-04T18:46:19.801Z[ recovery-image] Mar 04 18:46:17.694 INFO O| Mar 04 18:46:17.694 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/GMCA.dict"
69732026-03-04T18:46:19.807Z[ recovery-image] Mar 04 18:46:17.694 INFO O| Mar 04 18:46:17.694 INFO STEP 717 (remove_files) COMPLETE
69742026-03-04T18:46:19.807Z[ recovery-image] Mar 04 18:46:17.694 INFO O| Mar 04 18:46:17.694 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69752026-03-04T18:46:19.814Z[ recovery-image] Mar 04 18:46:17.707 INFO O| Mar 04 18:46:17.707 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/INTEL.dict"
69762026-03-04T18:46:19.814Z[ recovery-image] Mar 04 18:46:17.707 INFO O| Mar 04 18:46:17.707 INFO STEP 718 (remove_files) COMPLETE
69772026-03-04T18:46:19.818Z[ recovery-image] Mar 04 18:46:17.707 INFO O| Mar 04 18:46:17.707 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69782026-03-04T18:46:19.828Z[ recovery-image] Mar 04 18:46:17.720 INFO O| Mar 04 18:46:17.720 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fminject"
69792026-03-04T18:46:19.828Z[ recovery-image] Mar 04 18:46:17.721 INFO O| Mar 04 18:46:17.721 INFO STEP 719 (remove_files) COMPLETE
69802026-03-04T18:46:19.828Z[ recovery-image] Mar 04 18:46:17.721 INFO O| Mar 04 18:46:17.721 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69812026-03-04T18:46:19.843Z[ recovery-image] Mar 04 18:46:17.735 INFO O| Mar 04 18:46:17.735 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmsim"
69822026-03-04T18:46:19.843Z[ recovery-image] Mar 04 18:46:17.735 INFO O| Mar 04 18:46:17.735 INFO STEP 720 (remove_files) COMPLETE
69832026-03-04T18:46:19.843Z[ recovery-image] Mar 04 18:46:17.735 INFO O| Mar 04 18:46:17.735 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69842026-03-04T18:46:19.856Z[ recovery-image] Mar 04 18:46:17.749 INFO O| Mar 04 18:46:17.749 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmtopo"
69852026-03-04T18:46:19.856Z[ recovery-image] Mar 04 18:46:17.749 INFO O| Mar 04 18:46:17.749 INFO STEP 721 (remove_files) COMPLETE
69862026-03-04T18:46:19.863Z[ recovery-image] Mar 04 18:46:17.749 INFO O| Mar 04 18:46:17.749 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69872026-03-04T18:46:19.871Z[ recovery-image] Mar 04 18:46:17.764 INFO O| Mar 04 18:46:17.763 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/ipmitopo"
69882026-03-04T18:46:19.871Z[ recovery-image] Mar 04 18:46:17.764 INFO O| Mar 04 18:46:17.764 INFO STEP 722 (remove_files) COMPLETE
69892026-03-04T18:46:19.871Z[ recovery-image] Mar 04 18:46:17.764 INFO O| Mar 04 18:46:17.764 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69902026-03-04T18:46:19.885Z[ recovery-image] Mar 04 18:46:17.778 INFO O| Mar 04 18:46:17.778 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/mcdecode"
69912026-03-04T18:46:19.885Z[ recovery-image] Mar 04 18:46:17.778 INFO O| Mar 04 18:46:17.778 INFO STEP 723 (remove_files) COMPLETE
69922026-03-04T18:46:19.885Z[ recovery-image] Mar 04 18:46:17.778 INFO O| Mar 04 18:46:17.778 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69932026-03-04T18:46:19.900Z[ recovery-image] Mar 04 18:46:17.792 INFO O| Mar 04 18:46:17.792 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
69942026-03-04T18:46:19.901Z[ recovery-image] Mar 04 18:46:17.792 INFO O| Mar 04 18:46:17.792 INFO STEP 724 (remove_files) COMPLETE
69952026-03-04T18:46:19.901Z[ recovery-image] Mar 04 18:46:17.792 INFO O| Mar 04 18:46:17.792 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69962026-03-04T18:46:19.914Z[ recovery-image] Mar 04 18:46:17.806 INFO O| Mar 04 18:46:17.806 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
69972026-03-04T18:46:19.914Z[ recovery-image] Mar 04 18:46:17.806 INFO O| Mar 04 18:46:17.806 INFO STEP 725 (remove_files) COMPLETE
69982026-03-04T18:46:19.914Z[ recovery-image] Mar 04 18:46:17.806 INFO O| Mar 04 18:46:17.806 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69992026-03-04T18:46:19.927Z[ recovery-image] Mar 04 18:46:17.820 INFO O| Mar 04 18:46:17.820 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
70002026-03-04T18:46:19.927Z[ recovery-image] Mar 04 18:46:17.820 INFO O| Mar 04 18:46:17.820 INFO STEP 726 (remove_files) COMPLETE
70012026-03-04T18:46:19.927Z[ recovery-image] Mar 04 18:46:17.820 INFO O| Mar 04 18:46:17.820 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70022026-03-04T18:46:19.940Z[ recovery-image] Mar 04 18:46:17.833 INFO O| Mar 04 18:46:17.833 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
70032026-03-04T18:46:19.940Z[ recovery-image] Mar 04 18:46:17.833 INFO O| Mar 04 18:46:17.833 INFO STEP 727 (remove_files) COMPLETE
70042026-03-04T18:46:19.940Z[ recovery-image] Mar 04 18:46:17.833 INFO O| Mar 04 18:46:17.833 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70052026-03-04T18:46:19.953Z[ recovery-image] Mar 04 18:46:17.846 INFO O| Mar 04 18:46:17.846 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
70062026-03-04T18:46:19.954Z[ recovery-image] Mar 04 18:46:17.846 INFO O| Mar 04 18:46:17.846 INFO STEP 728 (remove_files) COMPLETE
70072026-03-04T18:46:19.959Z[ recovery-image] Mar 04 18:46:17.846 INFO O| Mar 04 18:46:17.846 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70082026-03-04T18:46:19.967Z[ recovery-image] Mar 04 18:46:17.860 INFO O| Mar 04 18:46:17.860 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
70092026-03-04T18:46:19.967Z[ recovery-image] Mar 04 18:46:17.860 INFO O| Mar 04 18:46:17.860 INFO STEP 729 (remove_files) COMPLETE
70102026-03-04T18:46:19.967Z[ recovery-image] Mar 04 18:46:17.860 INFO O| Mar 04 18:46:17.860 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70112026-03-04T18:46:19.981Z[ recovery-image] Mar 04 18:46:17.874 INFO O| Mar 04 18:46:17.873 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
70122026-03-04T18:46:19.981Z[ recovery-image] Mar 04 18:46:17.874 INFO O| Mar 04 18:46:17.874 INFO STEP 730 (remove_files) COMPLETE
70132026-03-04T18:46:19.981Z[ recovery-image] Mar 04 18:46:17.874 INFO O| Mar 04 18:46:17.874 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70142026-03-04T18:46:19.995Z[ recovery-image] Mar 04 18:46:17.888 INFO O| Mar 04 18:46:17.887 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
70152026-03-04T18:46:19.995Z[ recovery-image] Mar 04 18:46:17.888 INFO O| Mar 04 18:46:17.888 INFO STEP 731 (remove_files) COMPLETE
70162026-03-04T18:46:19.995Z[ recovery-image] Mar 04 18:46:17.888 INFO O| Mar 04 18:46:17.888 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70172026-03-04T18:46:20.011Z[ recovery-image] Mar 04 18:46:17.901 INFO O| Mar 04 18:46:17.901 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
70182026-03-04T18:46:20.012Z[ recovery-image] Mar 04 18:46:17.901 INFO O| Mar 04 18:46:17.901 INFO STEP 732 (remove_files) COMPLETE
70192026-03-04T18:46:20.012Z[ recovery-image] Mar 04 18:46:17.901 INFO O| Mar 04 18:46:17.901 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70202026-03-04T18:46:20.022Z[ recovery-image] Mar 04 18:46:17.914 INFO O| Mar 04 18:46:17.914 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
70212026-03-04T18:46:20.022Z[ recovery-image] Mar 04 18:46:17.914 INFO O| Mar 04 18:46:17.914 INFO STEP 733 (remove_files) COMPLETE
70222026-03-04T18:46:20.026Z[ recovery-image] Mar 04 18:46:17.914 INFO O| Mar 04 18:46:17.914 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70232026-03-04T18:46:20.035Z[ recovery-image] Mar 04 18:46:17.929 INFO O| Mar 04 18:46:17.928 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
70242026-03-04T18:46:20.036Z[ recovery-image] Mar 04 18:46:17.929 INFO O| Mar 04 18:46:17.929 INFO STEP 734 (remove_files) COMPLETE
70252026-03-04T18:46:20.039Z[ recovery-image] Mar 04 18:46:17.929 INFO O| Mar 04 18:46:17.929 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70262026-03-04T18:46:20.049Z[ recovery-image] Mar 04 18:46:17.942 INFO O| Mar 04 18:46:17.942 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
70272026-03-04T18:46:20.053Z[ recovery-image] Mar 04 18:46:17.942 INFO O| Mar 04 18:46:17.942 INFO STEP 735 (remove_files) COMPLETE
70282026-03-04T18:46:20.053Z[ recovery-image] Mar 04 18:46:17.942 INFO O| Mar 04 18:46:17.942 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70292026-03-04T18:46:20.064Z[ recovery-image] Mar 04 18:46:17.957 INFO O| Mar 04 18:46:17.957 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
70302026-03-04T18:46:20.064Z[ recovery-image] Mar 04 18:46:17.957 INFO O| Mar 04 18:46:17.957 INFO STEP 736 (remove_files) COMPLETE
70312026-03-04T18:46:20.064Z[ recovery-image] Mar 04 18:46:17.957 INFO O| Mar 04 18:46:17.957 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70322026-03-04T18:46:20.078Z[ recovery-image] Mar 04 18:46:17.970 INFO O| Mar 04 18:46:17.970 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
70332026-03-04T18:46:20.078Z[ recovery-image] Mar 04 18:46:17.971 INFO O| Mar 04 18:46:17.970 INFO STEP 737 (remove_files) COMPLETE
70342026-03-04T18:46:20.078Z[ recovery-image] Mar 04 18:46:17.971 INFO O| Mar 04 18:46:17.971 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70352026-03-04T18:46:20.091Z[ recovery-image] Mar 04 18:46:17.984 INFO O| Mar 04 18:46:17.984 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
70362026-03-04T18:46:20.091Z[ recovery-image] Mar 04 18:46:17.984 INFO O| Mar 04 18:46:17.984 INFO STEP 738 (remove_files) COMPLETE
70372026-03-04T18:46:20.091Z[ recovery-image] Mar 04 18:46:17.984 INFO O| Mar 04 18:46:17.984 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70382026-03-04T18:46:20.105Z[ recovery-image] Mar 04 18:46:17.997 INFO O| Mar 04 18:46:17.997 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
70392026-03-04T18:46:20.105Z[ recovery-image] Mar 04 18:46:17.997 INFO O| Mar 04 18:46:17.997 INFO STEP 739 (remove_files) COMPLETE
70402026-03-04T18:46:20.109Z[ recovery-image] Mar 04 18:46:17.997 INFO O| Mar 04 18:46:17.997 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70412026-03-04T18:46:20.117Z[ recovery-image] Mar 04 18:46:18.010 INFO O| Mar 04 18:46:18.009 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
70422026-03-04T18:46:20.117Z[ recovery-image] Mar 04 18:46:18.010 INFO O| Mar 04 18:46:18.010 INFO STEP 740 (remove_files) COMPLETE
70432026-03-04T18:46:20.121Z[ recovery-image] Mar 04 18:46:18.010 INFO O| Mar 04 18:46:18.010 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70442026-03-04T18:46:20.130Z[ recovery-image] Mar 04 18:46:18.022 INFO O| Mar 04 18:46:18.022 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
70452026-03-04T18:46:20.130Z[ recovery-image] Mar 04 18:46:18.022 INFO O| Mar 04 18:46:18.022 INFO STEP 741 (remove_files) COMPLETE
70462026-03-04T18:46:20.130Z[ recovery-image] Mar 04 18:46:18.022 INFO O| Mar 04 18:46:18.022 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70472026-03-04T18:46:20.142Z[ recovery-image] Mar 04 18:46:18.034 INFO O| Mar 04 18:46:18.034 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
70482026-03-04T18:46:20.142Z[ recovery-image] Mar 04 18:46:18.034 INFO O| Mar 04 18:46:18.034 INFO STEP 742 (remove_files) COMPLETE
70492026-03-04T18:46:20.142Z[ recovery-image] Mar 04 18:46:18.034 INFO O| Mar 04 18:46:18.034 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70502026-03-04T18:46:20.156Z[ recovery-image] Mar 04 18:46:18.049 INFO O| Mar 04 18:46:18.049 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
70512026-03-04T18:46:20.156Z[ recovery-image] Mar 04 18:46:18.049 INFO O| Mar 04 18:46:18.049 INFO STEP 743 (remove_files) COMPLETE
70522026-03-04T18:46:20.156Z[ recovery-image] Mar 04 18:46:18.049 INFO O| Mar 04 18:46:18.049 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70532026-03-04T18:46:20.170Z[ recovery-image] Mar 04 18:46:18.063 INFO O| Mar 04 18:46:18.063 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
70542026-03-04T18:46:20.171Z[ recovery-image] Mar 04 18:46:18.063 INFO O| Mar 04 18:46:18.063 INFO STEP 744 (remove_files) COMPLETE
70552026-03-04T18:46:20.175Z[ recovery-image] Mar 04 18:46:18.063 INFO O| Mar 04 18:46:18.063 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70562026-03-04T18:46:20.187Z[ recovery-image] Mar 04 18:46:18.078 INFO O| Mar 04 18:46:18.078 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libdiskstatus.so.1"
70572026-03-04T18:46:20.187Z[ recovery-image] Mar 04 18:46:18.079 INFO O| Mar 04 18:46:18.078 INFO STEP 745 (remove_files) COMPLETE
70582026-03-04T18:46:20.191Z[ recovery-image] Mar 04 18:46:18.079 INFO O| Mar 04 18:46:18.079 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70592026-03-04T18:46:20.201Z[ recovery-image] Mar 04 18:46:18.093 INFO O| Mar 04 18:46:18.092 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_adm.so.1"
70602026-03-04T18:46:20.201Z[ recovery-image] Mar 04 18:46:18.093 INFO O| Mar 04 18:46:18.093 INFO STEP 746 (remove_files) COMPLETE
70612026-03-04T18:46:20.201Z[ recovery-image] Mar 04 18:46:18.093 INFO O| Mar 04 18:46:18.093 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70622026-03-04T18:46:20.214Z[ recovery-image] Mar 04 18:46:18.107 INFO O| Mar 04 18:46:18.107 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_log.so.1"
70632026-03-04T18:46:20.214Z[ recovery-image] Mar 04 18:46:18.107 INFO O| Mar 04 18:46:18.107 INFO STEP 747 (remove_files) COMPLETE
70642026-03-04T18:46:20.214Z[ recovery-image] Mar 04 18:46:18.107 INFO O| Mar 04 18:46:18.107 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70652026-03-04T18:46:20.229Z[ recovery-image] Mar 04 18:46:18.121 INFO O| Mar 04 18:46:18.121 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
70662026-03-04T18:46:20.229Z[ recovery-image] Mar 04 18:46:18.121 INFO O| Mar 04 18:46:18.121 INFO STEP 748 (remove_files) COMPLETE
70672026-03-04T18:46:20.229Z[ recovery-image] Mar 04 18:46:18.121 INFO O| Mar 04 18:46:18.121 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70682026-03-04T18:46:20.244Z[ recovery-image] Mar 04 18:46:18.137 INFO O| Mar 04 18:46:18.136 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmnotify.so.1"
70692026-03-04T18:46:20.244Z[ recovery-image] Mar 04 18:46:18.137 INFO O| Mar 04 18:46:18.137 INFO STEP 749 (remove_files) COMPLETE
70702026-03-04T18:46:20.248Z[ recovery-image] Mar 04 18:46:18.137 INFO O| Mar 04 18:46:18.137 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70712026-03-04T18:46:20.261Z[ recovery-image] Mar 04 18:46:18.153 INFO O| Mar 04 18:46:18.153 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libseslog.so.1"
70722026-03-04T18:46:20.261Z[ recovery-image] Mar 04 18:46:18.153 INFO O| Mar 04 18:46:18.153 INFO STEP 750 (remove_files) COMPLETE
70732026-03-04T18:46:20.266Z[ recovery-image] Mar 04 18:46:18.153 INFO O| Mar 04 18:46:18.153 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70742026-03-04T18:46:20.275Z[ recovery-image] Mar 04 18:46:18.168 INFO O| Mar 04 18:46:18.167 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
70752026-03-04T18:46:20.275Z[ recovery-image] Mar 04 18:46:18.168 INFO O| Mar 04 18:46:18.168 INFO STEP 751 (remove_files) COMPLETE
70762026-03-04T18:46:20.278Z[ recovery-image] Mar 04 18:46:18.168 INFO O| Mar 04 18:46:18.168 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70772026-03-04T18:46:20.298Z[ recovery-image] Mar 04 18:46:18.182 INFO O| Mar 04 18:46:18.182 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/disk.so"
70782026-03-04T18:46:20.303Z[ recovery-image] Mar 04 18:46:18.183 INFO O| Mar 04 18:46:18.183 INFO STEP 752 (remove_files) COMPLETE
70792026-03-04T18:46:20.303Z[ recovery-image] Mar 04 18:46:18.183 INFO O| Mar 04 18:46:18.183 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70802026-03-04T18:46:20.306Z[ recovery-image] Mar 04 18:46:18.196 INFO O| Mar 04 18:46:18.196 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
70812026-03-04T18:46:20.306Z[ recovery-image] Mar 04 18:46:18.196 INFO O| Mar 04 18:46:18.196 INFO STEP 753 (remove_files) COMPLETE
70822026-03-04T18:46:20.306Z[ recovery-image] Mar 04 18:46:18.196 INFO O| Mar 04 18:46:18.196 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70832026-03-04T18:46:20.322Z[ recovery-image] Mar 04 18:46:18.211 INFO O| Mar 04 18:46:18.211 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
70842026-03-04T18:46:20.322Z[ recovery-image] Mar 04 18:46:18.211 INFO O| Mar 04 18:46:18.211 INFO STEP 754 (remove_files) COMPLETE
70852026-03-04T18:46:20.373Z[ recovery-image] Mar 04 18:46:18.211 INFO O| Mar 04 18:46:18.211 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70862026-03-04T18:46:20.407Z[ recovery-image] Mar 04 18:46:18.225 INFO O| Mar 04 18:46:18.225 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
70872026-03-04T18:46:20.425Z[ recovery-image] Mar 04 18:46:18.225 INFO O| Mar 04 18:46:18.225 INFO STEP 755 (remove_files) COMPLETE
70882026-03-04T18:46:20.425Z[ recovery-image] Mar 04 18:46:18.225 INFO O| Mar 04 18:46:18.225 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70892026-03-04T18:46:20.425Z[ recovery-image] Mar 04 18:46:18.238 INFO O| Mar 04 18:46:18.238 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
70902026-03-04T18:46:20.425Z[ recovery-image] Mar 04 18:46:18.238 INFO O| Mar 04 18:46:18.238 INFO STEP 756 (remove_files) COMPLETE
70912026-03-04T18:46:20.425Z[ recovery-image] Mar 04 18:46:18.238 INFO O| Mar 04 18:46:18.238 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70922026-03-04T18:46:20.425Z[ recovery-image] Mar 04 18:46:18.251 INFO O| Mar 04 18:46:18.251 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/nic.so"
70932026-03-04T18:46:20.425Z[ recovery-image] Mar 04 18:46:18.251 INFO O| Mar 04 18:46:18.251 INFO STEP 757 (remove_files) COMPLETE
70942026-03-04T18:46:20.425Z[ recovery-image] Mar 04 18:46:18.251 INFO O| Mar 04 18:46:18.251 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70952026-03-04T18:46:20.425Z[ recovery-image] Mar 04 18:46:18.264 INFO O| Mar 04 18:46:18.264 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ses.so"
70962026-03-04T18:46:20.425Z[ recovery-image] Mar 04 18:46:18.264 INFO O| Mar 04 18:46:18.264 INFO STEP 758 (remove_files) COMPLETE
70972026-03-04T18:46:20.425Z[ recovery-image] Mar 04 18:46:18.264 INFO O| Mar 04 18:46:18.264 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70982026-03-04T18:46:20.431Z[ recovery-image] Mar 04 18:46:18.276 INFO O| Mar 04 18:46:18.276 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
70992026-03-04T18:46:20.431Z[ recovery-image] Mar 04 18:46:18.276 INFO O| Mar 04 18:46:18.276 INFO STEP 759 (remove_files) COMPLETE
71002026-03-04T18:46:20.432Z[ recovery-image] Mar 04 18:46:18.277 INFO O| Mar 04 18:46:18.276 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71012026-03-04T18:46:20.432Z[ recovery-image] Mar 04 18:46:18.289 INFO O| Mar 04 18:46:18.289 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/usb.so"
71022026-03-04T18:46:20.432Z[ recovery-image] Mar 04 18:46:18.289 INFO O| Mar 04 18:46:18.289 INFO STEP 760 (remove_files) COMPLETE
71032026-03-04T18:46:20.432Z[ recovery-image] Mar 04 18:46:18.289 INFO O| Mar 04 18:46:18.289 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71042026-03-04T18:46:20.432Z[ recovery-image] Mar 04 18:46:18.301 INFO O| Mar 04 18:46:18.301 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
71052026-03-04T18:46:20.432Z[ recovery-image] Mar 04 18:46:18.301 INFO O| Mar 04 18:46:18.301 INFO STEP 761 (remove_files) COMPLETE
71062026-03-04T18:46:20.432Z[ recovery-image] Mar 04 18:46:18.302 INFO O| Mar 04 18:46:18.301 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71072026-03-04T18:46:20.432Z[ recovery-image] Mar 04 18:46:18.314 INFO O| Mar 04 18:46:18.314 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/bootfs/mount"
71082026-03-04T18:46:20.432Z[ recovery-image] Mar 04 18:46:18.314 INFO O| Mar 04 18:46:18.314 INFO STEP 762 (remove_files) COMPLETE
71092026-03-04T18:46:20.432Z[ recovery-image] Mar 04 18:46:18.314 INFO O| Mar 04 18:46:18.314 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71102026-03-04T18:46:20.436Z[ recovery-image] Mar 04 18:46:18.326 INFO O| Mar 04 18:46:18.326 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp"
71112026-03-04T18:46:20.437Z[ recovery-image] Mar 04 18:46:18.327 INFO O| Mar 04 18:46:18.327 INFO STEP 763 (remove_files) COMPLETE
71122026-03-04T18:46:20.437Z[ recovery-image] Mar 04 18:46:18.327 INFO O| Mar 04 18:46:18.327 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71132026-03-04T18:46:20.448Z[ recovery-image] Mar 04 18:46:18.340 INFO O| Mar 04 18:46:18.340 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
71142026-03-04T18:46:20.453Z[ recovery-image] Mar 04 18:46:18.340 INFO O| Mar 04 18:46:18.340 INFO STEP 764 (remove_files) COMPLETE
71152026-03-04T18:46:20.453Z[ recovery-image] Mar 04 18:46:18.340 INFO O| Mar 04 18:46:18.340 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71162026-03-04T18:46:20.459Z[ recovery-image] Mar 04 18:46:18.352 INFO O| Mar 04 18:46:18.352 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/labelit"
71172026-03-04T18:46:20.459Z[ recovery-image] Mar 04 18:46:18.353 INFO O| Mar 04 18:46:18.352 INFO STEP 765 (remove_files) COMPLETE
71182026-03-04T18:46:20.459Z[ recovery-image] Mar 04 18:46:18.353 INFO O| Mar 04 18:46:18.352 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71192026-03-04T18:46:20.473Z[ recovery-image] Mar 04 18:46:18.366 INFO O| Mar 04 18:46:18.366 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/lofs/mount"
71202026-03-04T18:46:20.473Z[ recovery-image] Mar 04 18:46:18.366 INFO O| Mar 04 18:46:18.366 INFO STEP 766 (remove_files) COMPLETE
71212026-03-04T18:46:20.476Z[ recovery-image] Mar 04 18:46:18.366 INFO O| Mar 04 18:46:18.366 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71222026-03-04T18:46:20.488Z[ recovery-image] Mar 04 18:46:18.380 INFO O| Mar 04 18:46:18.380 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/mntfs/mount"
71232026-03-04T18:46:20.488Z[ recovery-image] Mar 04 18:46:18.380 INFO O| Mar 04 18:46:18.380 INFO STEP 767 (remove_files) COMPLETE
71242026-03-04T18:46:20.488Z[ recovery-image] Mar 04 18:46:18.380 INFO O| Mar 04 18:46:18.380 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71252026-03-04T18:46:20.502Z[ recovery-image] Mar 04 18:46:18.394 INFO O| Mar 04 18:46:18.394 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fsck"
71262026-03-04T18:46:20.505Z[ recovery-image] Mar 04 18:46:18.394 INFO O| Mar 04 18:46:18.394 INFO STEP 768 (remove_files) COMPLETE
71272026-03-04T18:46:20.505Z[ recovery-image] Mar 04 18:46:18.395 INFO O| Mar 04 18:46:18.394 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71282026-03-04T18:46:20.515Z[ recovery-image] Mar 04 18:46:18.408 INFO O| Mar 04 18:46:18.407 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp"
71292026-03-04T18:46:20.515Z[ recovery-image] Mar 04 18:46:18.408 INFO O| Mar 04 18:46:18.408 INFO STEP 769 (remove_files) COMPLETE
71302026-03-04T18:46:20.518Z[ recovery-image] Mar 04 18:46:18.408 INFO O| Mar 04 18:46:18.408 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71312026-03-04T18:46:20.529Z[ recovery-image] Mar 04 18:46:18.422 INFO O| Mar 04 18:46:18.421 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
71322026-03-04T18:46:20.529Z[ recovery-image] Mar 04 18:46:18.422 INFO O| Mar 04 18:46:18.422 INFO STEP 770 (remove_files) COMPLETE
71332026-03-04T18:46:20.529Z[ recovery-image] Mar 04 18:46:18.422 INFO O| Mar 04 18:46:18.422 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71342026-03-04T18:46:20.546Z[ recovery-image] Mar 04 18:46:18.436 INFO O| Mar 04 18:46:18.436 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mkfs"
71352026-03-04T18:46:20.546Z[ recovery-image] Mar 04 18:46:18.436 INFO O| Mar 04 18:46:18.436 INFO STEP 771 (remove_files) COMPLETE
71362026-03-04T18:46:20.546Z[ recovery-image] Mar 04 18:46:18.436 INFO O| Mar 04 18:46:18.436 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71372026-03-04T18:46:20.560Z[ recovery-image] Mar 04 18:46:18.450 INFO O| Mar 04 18:46:18.450 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mount"
71382026-03-04T18:46:20.560Z[ recovery-image] Mar 04 18:46:18.450 INFO O| Mar 04 18:46:18.450 INFO STEP 772 (remove_files) COMPLETE
71392026-03-04T18:46:20.560Z[ recovery-image] Mar 04 18:46:18.450 INFO O| Mar 04 18:46:18.450 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71402026-03-04T18:46:20.572Z[ recovery-image] Mar 04 18:46:18.464 INFO O| Mar 04 18:46:18.464 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/sharefs/mount"
71412026-03-04T18:46:20.575Z[ recovery-image] Mar 04 18:46:18.464 INFO O| Mar 04 18:46:18.464 INFO STEP 773 (remove_files) COMPLETE
71422026-03-04T18:46:20.575Z[ recovery-image] Mar 04 18:46:18.464 INFO O| Mar 04 18:46:18.464 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71432026-03-04T18:46:20.585Z[ recovery-image] Mar 04 18:46:18.477 INFO O| Mar 04 18:46:18.477 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
71442026-03-04T18:46:20.585Z[ recovery-image] Mar 04 18:46:18.478 INFO O| Mar 04 18:46:18.478 INFO STEP 774 (remove_files) COMPLETE
71452026-03-04T18:46:20.587Z[ recovery-image] Mar 04 18:46:18.478 INFO O| Mar 04 18:46:18.478 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71462026-03-04T18:46:20.598Z[ recovery-image] Mar 04 18:46:18.490 INFO O| Mar 04 18:46:18.490 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
71472026-03-04T18:46:20.598Z[ recovery-image] Mar 04 18:46:18.491 INFO O| Mar 04 18:46:18.491 INFO STEP 775 (remove_files) COMPLETE
71482026-03-04T18:46:20.601Z[ recovery-image] Mar 04 18:46:18.491 INFO O| Mar 04 18:46:18.491 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71492026-03-04T18:46:20.611Z[ recovery-image] Mar 04 18:46:18.504 INFO O| Mar 04 18:46:18.503 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
71502026-03-04T18:46:20.611Z[ recovery-image] Mar 04 18:46:18.504 INFO O| Mar 04 18:46:18.504 INFO STEP 776 (remove_files) COMPLETE
71512026-03-04T18:46:20.615Z[ recovery-image] Mar 04 18:46:18.504 INFO O| Mar 04 18:46:18.504 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71522026-03-04T18:46:20.626Z[ recovery-image] Mar 04 18:46:18.517 INFO O| Mar 04 18:46:18.517 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/dfshares"
71532026-03-04T18:46:20.627Z[ recovery-image] Mar 04 18:46:18.517 INFO O| Mar 04 18:46:18.517 INFO STEP 777 (remove_files) COMPLETE
71542026-03-04T18:46:20.631Z[ recovery-image] Mar 04 18:46:18.517 INFO O| Mar 04 18:46:18.517 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71552026-03-04T18:46:20.637Z[ recovery-image] Mar 04 18:46:18.530 INFO O| Mar 04 18:46:18.530 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
71562026-03-04T18:46:20.637Z[ recovery-image] Mar 04 18:46:18.530 INFO O| Mar 04 18:46:18.530 INFO STEP 778 (remove_files) COMPLETE
71572026-03-04T18:46:20.637Z[ recovery-image] Mar 04 18:46:18.530 INFO O| Mar 04 18:46:18.530 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71582026-03-04T18:46:20.651Z[ recovery-image] Mar 04 18:46:18.543 INFO O| Mar 04 18:46:18.543 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/mount"
71592026-03-04T18:46:20.657Z[ recovery-image] Mar 04 18:46:18.543 INFO O| Mar 04 18:46:18.543 INFO STEP 779 (remove_files) COMPLETE
71602026-03-04T18:46:20.657Z[ recovery-image] Mar 04 18:46:18.543 INFO O| Mar 04 18:46:18.543 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71612026-03-04T18:46:20.664Z[ recovery-image] Mar 04 18:46:18.556 INFO O| Mar 04 18:46:18.556 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/share"
71622026-03-04T18:46:20.664Z[ recovery-image] Mar 04 18:46:18.556 INFO O| Mar 04 18:46:18.556 INFO STEP 780 (remove_files) COMPLETE
71632026-03-04T18:46:20.664Z[ recovery-image] Mar 04 18:46:18.556 INFO O| Mar 04 18:46:18.556 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71642026-03-04T18:46:20.676Z[ recovery-image] Mar 04 18:46:18.568 INFO O| Mar 04 18:46:18.568 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/umount"
71652026-03-04T18:46:20.676Z[ recovery-image] Mar 04 18:46:18.568 INFO O| Mar 04 18:46:18.568 INFO STEP 781 (remove_files) COMPLETE
71662026-03-04T18:46:20.680Z[ recovery-image] Mar 04 18:46:18.568 INFO O| Mar 04 18:46:18.568 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71672026-03-04T18:46:20.688Z[ recovery-image] Mar 04 18:46:18.581 INFO O| Mar 04 18:46:18.581 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/unshare"
71682026-03-04T18:46:20.688Z[ recovery-image] Mar 04 18:46:18.581 INFO O| Mar 04 18:46:18.581 INFO STEP 782 (remove_files) COMPLETE
71692026-03-04T18:46:20.693Z[ recovery-image] Mar 04 18:46:18.581 INFO O| Mar 04 18:46:18.581 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71702026-03-04T18:46:20.701Z[ recovery-image] Mar 04 18:46:18.594 INFO O| Mar 04 18:46:18.594 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/clri"
71712026-03-04T18:46:20.701Z[ recovery-image] Mar 04 18:46:18.594 INFO O| Mar 04 18:46:18.594 INFO STEP 783 (remove_files) COMPLETE
71722026-03-04T18:46:20.704Z[ recovery-image] Mar 04 18:46:18.594 INFO O| Mar 04 18:46:18.594 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71732026-03-04T18:46:20.715Z[ recovery-image] Mar 04 18:46:18.608 INFO O| Mar 04 18:46:18.608 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/dcopy"
71742026-03-04T18:46:20.715Z[ recovery-image] Mar 04 18:46:18.608 INFO O| Mar 04 18:46:18.608 INFO STEP 784 (remove_files) COMPLETE
71752026-03-04T18:46:20.718Z[ recovery-image] Mar 04 18:46:18.608 INFO O| Mar 04 18:46:18.608 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71762026-03-04T18:46:20.729Z[ recovery-image] Mar 04 18:46:18.621 INFO O| Mar 04 18:46:18.621 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/df"
71772026-03-04T18:46:20.729Z[ recovery-image] Mar 04 18:46:18.621 INFO O| Mar 04 18:46:18.621 INFO STEP 785 (remove_files) COMPLETE
71782026-03-04T18:46:20.734Z[ recovery-image] Mar 04 18:46:18.621 INFO O| Mar 04 18:46:18.621 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71792026-03-04T18:46:20.747Z[ recovery-image] Mar 04 18:46:18.634 INFO O| Mar 04 18:46:18.634 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/edquota"
71802026-03-04T18:46:20.747Z[ recovery-image] Mar 04 18:46:18.634 INFO O| Mar 04 18:46:18.634 INFO STEP 786 (remove_files) COMPLETE
71812026-03-04T18:46:20.751Z[ recovery-image] Mar 04 18:46:18.634 INFO O| Mar 04 18:46:18.634 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71822026-03-04T18:46:20.756Z[ recovery-image] Mar 04 18:46:18.649 INFO O| Mar 04 18:46:18.649 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ff"
71832026-03-04T18:46:20.756Z[ recovery-image] Mar 04 18:46:18.649 INFO O| Mar 04 18:46:18.649 INFO STEP 787 (remove_files) COMPLETE
71842026-03-04T18:46:20.756Z[ recovery-image] Mar 04 18:46:18.649 INFO O| Mar 04 18:46:18.649 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71852026-03-04T18:46:20.771Z[ recovery-image] Mar 04 18:46:18.664 INFO O| Mar 04 18:46:18.664 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsck"
71862026-03-04T18:46:20.771Z[ recovery-image] Mar 04 18:46:18.664 INFO O| Mar 04 18:46:18.664 INFO STEP 788 (remove_files) COMPLETE
71872026-03-04T18:46:20.771Z[ recovery-image] Mar 04 18:46:18.664 INFO O| Mar 04 18:46:18.664 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71882026-03-04T18:46:20.794Z[ recovery-image] Mar 04 18:46:18.678 INFO O| Mar 04 18:46:18.678 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsckall"
71892026-03-04T18:46:20.795Z[ recovery-image] Mar 04 18:46:18.678 INFO O| Mar 04 18:46:18.678 INFO STEP 789 (remove_files) COMPLETE
71902026-03-04T18:46:20.795Z[ recovery-image] Mar 04 18:46:18.678 INFO O| Mar 04 18:46:18.678 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71912026-03-04T18:46:20.799Z[ recovery-image] Mar 04 18:46:18.692 INFO O| Mar 04 18:46:18.692 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsdb"
71922026-03-04T18:46:20.799Z[ recovery-image] Mar 04 18:46:18.692 INFO O| Mar 04 18:46:18.692 INFO STEP 790 (remove_files) COMPLETE
71932026-03-04T18:46:20.800Z[ recovery-image] Mar 04 18:46:18.692 INFO O| Mar 04 18:46:18.692 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71942026-03-04T18:46:20.812Z[ recovery-image] Mar 04 18:46:18.705 INFO O| Mar 04 18:46:18.705 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsirand"
71952026-03-04T18:46:20.812Z[ recovery-image] Mar 04 18:46:18.705 INFO O| Mar 04 18:46:18.705 INFO STEP 791 (remove_files) COMPLETE
71962026-03-04T18:46:20.812Z[ recovery-image] Mar 04 18:46:18.705 INFO O| Mar 04 18:46:18.705 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71972026-03-04T18:46:20.825Z[ recovery-image] Mar 04 18:46:18.718 INFO O| Mar 04 18:46:18.717 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fssnap"
71982026-03-04T18:46:20.825Z[ recovery-image] Mar 04 18:46:18.718 INFO O| Mar 04 18:46:18.718 INFO STEP 792 (remove_files) COMPLETE
71992026-03-04T18:46:20.831Z[ recovery-image] Mar 04 18:46:18.718 INFO O| Mar 04 18:46:18.718 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72002026-03-04T18:46:20.837Z[ recovery-image] Mar 04 18:46:18.728 INFO O| Mar 04 18:46:18.728 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp"
72012026-03-04T18:46:20.837Z[ recovery-image] Mar 04 18:46:18.729 INFO O| Mar 04 18:46:18.729 INFO STEP 793 (remove_files) COMPLETE
72022026-03-04T18:46:20.837Z[ recovery-image] Mar 04 18:46:18.729 INFO O| Mar 04 18:46:18.729 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72032026-03-04T18:46:20.847Z[ recovery-image] Mar 04 18:46:18.740 INFO O| Mar 04 18:46:18.740 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
72042026-03-04T18:46:20.848Z[ recovery-image] Mar 04 18:46:18.740 INFO O| Mar 04 18:46:18.740 INFO STEP 794 (remove_files) COMPLETE
72052026-03-04T18:46:20.848Z[ recovery-image] Mar 04 18:46:18.740 INFO O| Mar 04 18:46:18.740 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72062026-03-04T18:46:20.861Z[ recovery-image] Mar 04 18:46:18.754 INFO O| Mar 04 18:46:18.754 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/labelit"
72072026-03-04T18:46:20.862Z[ recovery-image] Mar 04 18:46:18.754 INFO O| Mar 04 18:46:18.754 INFO STEP 795 (remove_files) COMPLETE
72082026-03-04T18:46:20.871Z[ recovery-image] Mar 04 18:46:18.754 INFO O| Mar 04 18:46:18.754 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72092026-03-04T18:46:20.876Z[ recovery-image] Mar 04 18:46:18.768 INFO O| Mar 04 18:46:18.768 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/lockfs"
72102026-03-04T18:46:20.876Z[ recovery-image] Mar 04 18:46:18.769 INFO O| Mar 04 18:46:18.769 INFO STEP 796 (remove_files) COMPLETE
72112026-03-04T18:46:20.876Z[ recovery-image] Mar 04 18:46:18.769 INFO O| Mar 04 18:46:18.769 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72122026-03-04T18:46:20.890Z[ recovery-image] Mar 04 18:46:18.782 INFO O| Mar 04 18:46:18.782 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/mkfs"
72132026-03-04T18:46:20.890Z[ recovery-image] Mar 04 18:46:18.783 INFO O| Mar 04 18:46:18.783 INFO STEP 797 (remove_files) COMPLETE
72142026-03-04T18:46:20.890Z[ recovery-image] Mar 04 18:46:18.783 INFO O| Mar 04 18:46:18.783 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72152026-03-04T18:46:20.904Z[ recovery-image] Mar 04 18:46:18.796 INFO O| Mar 04 18:46:18.796 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ncheck"
72162026-03-04T18:46:20.904Z[ recovery-image] Mar 04 18:46:18.796 INFO O| Mar 04 18:46:18.796 INFO STEP 798 (remove_files) COMPLETE
72172026-03-04T18:46:20.904Z[ recovery-image] Mar 04 18:46:18.796 INFO O| Mar 04 18:46:18.796 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72182026-03-04T18:46:20.918Z[ recovery-image] Mar 04 18:46:18.811 INFO O| Mar 04 18:46:18.810 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/newfs"
72192026-03-04T18:46:20.918Z[ recovery-image] Mar 04 18:46:18.811 INFO O| Mar 04 18:46:18.811 INFO STEP 799 (remove_files) COMPLETE
72202026-03-04T18:46:20.922Z[ recovery-image] Mar 04 18:46:18.811 INFO O| Mar 04 18:46:18.811 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72212026-03-04T18:46:20.933Z[ recovery-image] Mar 04 18:46:18.825 INFO O| Mar 04 18:46:18.825 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quot"
72222026-03-04T18:46:20.934Z[ recovery-image] Mar 04 18:46:18.825 INFO O| Mar 04 18:46:18.825 INFO STEP 800 (remove_files) COMPLETE
72232026-03-04T18:46:20.934Z[ recovery-image] Mar 04 18:46:18.825 INFO O| Mar 04 18:46:18.825 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72242026-03-04T18:46:20.945Z[ recovery-image] Mar 04 18:46:18.838 INFO O| Mar 04 18:46:18.838 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotacheck"
72252026-03-04T18:46:20.945Z[ recovery-image] Mar 04 18:46:18.838 INFO O| Mar 04 18:46:18.838 INFO STEP 801 (remove_files) COMPLETE
72262026-03-04T18:46:20.945Z[ recovery-image] Mar 04 18:46:18.838 INFO O| Mar 04 18:46:18.838 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72272026-03-04T18:46:20.962Z[ recovery-image] Mar 04 18:46:18.852 INFO O| Mar 04 18:46:18.852 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaoff"
72282026-03-04T18:46:20.962Z[ recovery-image] Mar 04 18:46:18.853 INFO O| Mar 04 18:46:18.852 INFO STEP 802 (remove_files) COMPLETE
72292026-03-04T18:46:20.962Z[ recovery-image] Mar 04 18:46:18.853 INFO O| Mar 04 18:46:18.852 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72302026-03-04T18:46:20.973Z[ recovery-image] Mar 04 18:46:18.865 INFO O| Mar 04 18:46:18.865 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaon"
72312026-03-04T18:46:20.973Z[ recovery-image] Mar 04 18:46:18.866 INFO O| Mar 04 18:46:18.866 INFO STEP 803 (remove_files) COMPLETE
72322026-03-04T18:46:20.973Z[ recovery-image] Mar 04 18:46:18.866 INFO O| Mar 04 18:46:18.866 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72332026-03-04T18:46:20.987Z[ recovery-image] Mar 04 18:46:18.880 INFO O| Mar 04 18:46:18.880 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/repquota"
72342026-03-04T18:46:20.993Z[ recovery-image] Mar 04 18:46:18.880 INFO O| Mar 04 18:46:18.880 INFO STEP 804 (remove_files) COMPLETE
72352026-03-04T18:46:20.993Z[ recovery-image] Mar 04 18:46:18.880 INFO O| Mar 04 18:46:18.880 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72362026-03-04T18:46:21.001Z[ recovery-image] Mar 04 18:46:18.894 INFO O| Mar 04 18:46:18.894 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/tunefs"
72372026-03-04T18:46:21.002Z[ recovery-image] Mar 04 18:46:18.894 INFO O| Mar 04 18:46:18.894 INFO STEP 805 (remove_files) COMPLETE
72382026-03-04T18:46:21.005Z[ recovery-image] Mar 04 18:46:18.894 INFO O| Mar 04 18:46:18.894 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72392026-03-04T18:46:21.017Z[ recovery-image] Mar 04 18:46:18.908 INFO O| Mar 04 18:46:18.908 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsdump"
72402026-03-04T18:46:21.017Z[ recovery-image] Mar 04 18:46:18.908 INFO O| Mar 04 18:46:18.908 INFO STEP 806 (remove_files) COMPLETE
72412026-03-04T18:46:21.017Z[ recovery-image] Mar 04 18:46:18.908 INFO O| Mar 04 18:46:18.908 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72422026-03-04T18:46:21.038Z[ recovery-image] Mar 04 18:46:18.922 INFO O| Mar 04 18:46:18.922 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsrestore"
72432026-03-04T18:46:21.039Z[ recovery-image] Mar 04 18:46:18.922 INFO O| Mar 04 18:46:18.922 INFO STEP 807 (remove_files) COMPLETE
72442026-03-04T18:46:21.043Z[ recovery-image] Mar 04 18:46:18.922 INFO O| Mar 04 18:46:18.922 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72452026-03-04T18:46:21.044Z[ recovery-image] Mar 04 18:46:18.935 INFO O| Mar 04 18:46:18.935 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/volcopy"
72462026-03-04T18:46:21.044Z[ recovery-image] Mar 04 18:46:18.935 INFO O| Mar 04 18:46:18.935 INFO STEP 808 (remove_files) COMPLETE
72472026-03-04T18:46:21.044Z[ recovery-image] Mar 04 18:46:18.935 INFO O| Mar 04 18:46:18.935 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72482026-03-04T18:46:21.056Z[ recovery-image] Mar 04 18:46:18.948 INFO O| Mar 04 18:46:18.948 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh1024-0.so.1"
72492026-03-04T18:46:21.056Z[ recovery-image] Mar 04 18:46:18.949 INFO O| Mar 04 18:46:18.949 INFO STEP 809 (remove_files) COMPLETE
72502026-03-04T18:46:21.056Z[ recovery-image] Mar 04 18:46:18.949 INFO O| Mar 04 18:46:18.949 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72512026-03-04T18:46:21.068Z[ recovery-image] Mar 04 18:46:18.961 INFO O| Mar 04 18:46:18.961 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh640-0.so.1"
72522026-03-04T18:46:21.068Z[ recovery-image] Mar 04 18:46:18.961 INFO O| Mar 04 18:46:18.961 INFO STEP 810 (remove_files) COMPLETE
72532026-03-04T18:46:21.069Z[ recovery-image] Mar 04 18:46:18.961 INFO O| Mar 04 18:46:18.961 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72542026-03-04T18:46:21.083Z[ recovery-image] Mar 04 18:46:18.975 INFO O| Mar 04 18:46:18.975 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gsscred_clean"
72552026-03-04T18:46:21.083Z[ recovery-image] Mar 04 18:46:18.975 INFO O| Mar 04 18:46:18.975 INFO STEP 811 (remove_files) COMPLETE
72562026-03-04T18:46:21.083Z[ recovery-image] Mar 04 18:46:18.975 INFO O| Mar 04 18:46:18.975 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72572026-03-04T18:46:21.096Z[ recovery-image] Mar 04 18:46:18.988 INFO O| Mar 04 18:46:18.988 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gssd"
72582026-03-04T18:46:21.096Z[ recovery-image] Mar 04 18:46:18.988 INFO O| Mar 04 18:46:18.988 INFO STEP 812 (remove_files) COMPLETE
72592026-03-04T18:46:21.096Z[ recovery-image] Mar 04 18:46:18.988 INFO O| Mar 04 18:46:18.988 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72602026-03-04T18:46:21.110Z[ recovery-image] Mar 04 18:46:19.003 INFO O| Mar 04 18:46:19.003 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_dh.so.1"
72612026-03-04T18:46:21.110Z[ recovery-image] Mar 04 18:46:19.003 INFO O| Mar 04 18:46:19.003 INFO STEP 813 (remove_files) COMPLETE
72622026-03-04T18:46:21.113Z[ recovery-image] Mar 04 18:46:19.003 INFO O| Mar 04 18:46:19.003 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72632026-03-04T18:46:21.124Z[ recovery-image] Mar 04 18:46:19.017 INFO O| Mar 04 18:46:19.017 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_krb5.so.1"
72642026-03-04T18:46:21.124Z[ recovery-image] Mar 04 18:46:19.017 INFO O| Mar 04 18:46:19.017 INFO STEP 814 (remove_files) COMPLETE
72652026-03-04T18:46:21.128Z[ recovery-image] Mar 04 18:46:19.017 INFO O| Mar 04 18:46:19.017 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72662026-03-04T18:46:21.137Z[ recovery-image] Mar 04 18:46:19.030 INFO O| Mar 04 18:46:19.030 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_spnego.so.1"
72672026-03-04T18:46:21.137Z[ recovery-image] Mar 04 18:46:19.030 INFO O| Mar 04 18:46:19.030 INFO STEP 815 (remove_files) COMPLETE
72682026-03-04T18:46:21.137Z[ recovery-image] Mar 04 18:46:19.030 INFO O| Mar 04 18:46:19.030 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72692026-03-04T18:46:21.152Z[ recovery-image] Mar 04 18:46:19.043 INFO O| Mar 04 18:46:19.043 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/amd64/in.iked"
72702026-03-04T18:46:21.155Z[ recovery-image] Mar 04 18:46:19.044 INFO O| Mar 04 18:46:19.044 INFO STEP 816 (remove_files) COMPLETE
72712026-03-04T18:46:21.155Z[ recovery-image] Mar 04 18:46:19.045 INFO O| Mar 04 18:46:19.044 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72722026-03-04T18:46:21.166Z[ recovery-image] Mar 04 18:46:19.058 INFO O| Mar 04 18:46:19.058 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certdb"
72732026-03-04T18:46:21.169Z[ recovery-image] Mar 04 18:46:19.059 INFO O| Mar 04 18:46:19.059 INFO STEP 817 (remove_files) COMPLETE
72742026-03-04T18:46:21.169Z[ recovery-image] Mar 04 18:46:19.059 INFO O| Mar 04 18:46:19.059 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72752026-03-04T18:46:21.180Z[ recovery-image] Mar 04 18:46:19.072 INFO O| Mar 04 18:46:19.072 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certlocal"
72762026-03-04T18:46:21.180Z[ recovery-image] Mar 04 18:46:19.072 INFO O| Mar 04 18:46:19.072 INFO STEP 818 (remove_files) COMPLETE
72772026-03-04T18:46:21.184Z[ recovery-image] Mar 04 18:46:19.072 INFO O| Mar 04 18:46:19.072 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72782026-03-04T18:46:21.192Z[ recovery-image] Mar 04 18:46:19.085 INFO O| Mar 04 18:46:19.085 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certrldb"
72792026-03-04T18:46:21.192Z[ recovery-image] Mar 04 18:46:19.085 INFO O| Mar 04 18:46:19.085 INFO STEP 819 (remove_files) COMPLETE
72802026-03-04T18:46:21.192Z[ recovery-image] Mar 04 18:46:19.085 INFO O| Mar 04 18:46:19.085 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72812026-03-04T18:46:21.206Z[ recovery-image] Mar 04 18:46:19.099 INFO O| Mar 04 18:46:19.099 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.iked"
72822026-03-04T18:46:21.206Z[ recovery-image] Mar 04 18:46:19.099 INFO O| Mar 04 18:46:19.099 INFO STEP 820 (remove_files) COMPLETE
72832026-03-04T18:46:21.206Z[ recovery-image] Mar 04 18:46:19.099 INFO O| Mar 04 18:46:19.099 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72842026-03-04T18:46:21.220Z[ recovery-image] Mar 04 18:46:19.112 INFO O| Mar 04 18:46:19.112 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.ripngd"
72852026-03-04T18:46:21.220Z[ recovery-image] Mar 04 18:46:19.112 INFO O| Mar 04 18:46:19.112 INFO STEP 821 (remove_files) COMPLETE
72862026-03-04T18:46:21.220Z[ recovery-image] Mar 04 18:46:19.112 INFO O| Mar 04 18:46:19.112 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72872026-03-04T18:46:21.234Z[ recovery-image] Mar 04 18:46:19.126 INFO O| Mar 04 18:46:19.126 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/inetd"
72882026-03-04T18:46:21.234Z[ recovery-image] Mar 04 18:46:19.126 INFO O| Mar 04 18:46:19.126 INFO STEP 822 (remove_files) COMPLETE
72892026-03-04T18:46:21.234Z[ recovery-image] Mar 04 18:46:19.126 INFO O| Mar 04 18:46:19.126 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72902026-03-04T18:46:21.246Z[ recovery-image] Mar 04 18:46:19.139 INFO O| Mar 04 18:46:19.139 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
72912026-03-04T18:46:21.249Z[ recovery-image] Mar 04 18:46:19.139 INFO O| Mar 04 18:46:19.139 INFO STEP 823 (remove_files) COMPLETE
72922026-03-04T18:46:21.250Z[ recovery-image] Mar 04 18:46:19.139 INFO O| Mar 04 18:46:19.139 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72932026-03-04T18:46:21.260Z[ recovery-image] Mar 04 18:46:19.153 INFO O| Mar 04 18:46:19.153 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/ktkt_warnd"
72942026-03-04T18:46:21.260Z[ recovery-image] Mar 04 18:46:19.153 INFO O| Mar 04 18:46:19.153 INFO STEP 824 (remove_files) COMPLETE
72952026-03-04T18:46:21.260Z[ recovery-image] Mar 04 18:46:19.153 INFO O| Mar 04 18:46:19.153 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72962026-03-04T18:46:21.274Z[ recovery-image] Mar 04 18:46:19.167 INFO O| Mar 04 18:46:19.167 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
72972026-03-04T18:46:21.274Z[ recovery-image] Mar 04 18:46:19.167 INFO O| Mar 04 18:46:19.167 INFO STEP 825 (remove_files) COMPLETE
72982026-03-04T18:46:21.279Z[ recovery-image] Mar 04 18:46:19.167 INFO O| Mar 04 18:46:19.167 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72992026-03-04T18:46:21.288Z[ recovery-image] Mar 04 18:46:19.180 INFO O| Mar 04 18:46:19.180 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libss.so.1"
73002026-03-04T18:46:21.288Z[ recovery-image] Mar 04 18:46:19.181 INFO O| Mar 04 18:46:19.181 INFO STEP 826 (remove_files) COMPLETE
73012026-03-04T18:46:21.288Z[ recovery-image] Mar 04 18:46:19.181 INFO O| Mar 04 18:46:19.181 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73022026-03-04T18:46:21.302Z[ recovery-image] Mar 04 18:46:19.193 INFO O| Mar 04 18:46:19.193 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
73032026-03-04T18:46:21.302Z[ recovery-image] Mar 04 18:46:19.193 INFO O| Mar 04 18:46:19.193 INFO STEP 827 (remove_files) COMPLETE
73042026-03-04T18:46:21.306Z[ recovery-image] Mar 04 18:46:19.193 INFO O| Mar 04 18:46:19.193 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73052026-03-04T18:46:21.315Z[ recovery-image] Mar 04 18:46:19.207 INFO O| Mar 04 18:46:19.207 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.above4G"
73062026-03-04T18:46:21.315Z[ recovery-image] Mar 04 18:46:19.207 INFO O| Mar 04 18:46:19.207 INFO STEP 828 (remove_files) COMPLETE
73072026-03-04T18:46:21.318Z[ recovery-image] Mar 04 18:46:19.207 INFO O| Mar 04 18:46:19.207 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73082026-03-04T18:46:21.328Z[ recovery-image] Mar 04 18:46:19.220 INFO O| Mar 04 18:46:19.220 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.below4G"
73092026-03-04T18:46:21.328Z[ recovery-image] Mar 04 18:46:19.220 INFO O| Mar 04 18:46:19.220 INFO STEP 829 (remove_files) COMPLETE
73102026-03-04T18:46:21.328Z[ recovery-image] Mar 04 18:46:19.220 INFO O| Mar 04 18:46:19.220 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73112026-03-04T18:46:21.341Z[ recovery-image] Mar 04 18:46:19.234 INFO O| Mar 04 18:46:19.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.bssalign"
73122026-03-04T18:46:21.341Z[ recovery-image] Mar 04 18:46:19.234 INFO O| Mar 04 18:46:19.234 INFO STEP 830 (remove_files) COMPLETE
73132026-03-04T18:46:21.341Z[ recovery-image] Mar 04 18:46:19.234 INFO O| Mar 04 18:46:19.234 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73142026-03-04T18:46:21.354Z[ recovery-image] Mar 04 18:46:19.246 INFO O| Mar 04 18:46:19.246 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.default"
73152026-03-04T18:46:21.354Z[ recovery-image] Mar 04 18:46:19.246 INFO O| Mar 04 18:46:19.246 INFO STEP 831 (remove_files) COMPLETE
73162026-03-04T18:46:21.358Z[ recovery-image] Mar 04 18:46:19.246 INFO O| Mar 04 18:46:19.246 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73172026-03-04T18:46:21.367Z[ recovery-image] Mar 04 18:46:19.260 INFO O| Mar 04 18:46:19.260 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.execdata"
73182026-03-04T18:46:21.367Z[ recovery-image] Mar 04 18:46:19.260 INFO O| Mar 04 18:46:19.260 INFO STEP 832 (remove_files) COMPLETE
73192026-03-04T18:46:21.368Z[ recovery-image] Mar 04 18:46:19.260 INFO O| Mar 04 18:46:19.260 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73202026-03-04T18:46:21.381Z[ recovery-image] Mar 04 18:46:19.273 INFO O| Mar 04 18:46:19.273 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.filter"
73212026-03-04T18:46:21.381Z[ recovery-image] Mar 04 18:46:19.273 INFO O| Mar 04 18:46:19.273 INFO STEP 833 (remove_files) COMPLETE
73222026-03-04T18:46:21.390Z[ recovery-image] Mar 04 18:46:19.273 INFO O| Mar 04 18:46:19.273 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73232026-03-04T18:46:21.394Z[ recovery-image] Mar 04 18:46:19.286 INFO O| Mar 04 18:46:19.286 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexbss"
73242026-03-04T18:46:21.394Z[ recovery-image] Mar 04 18:46:19.286 INFO O| Mar 04 18:46:19.286 INFO STEP 834 (remove_files) COMPLETE
73252026-03-04T18:46:21.394Z[ recovery-image] Mar 04 18:46:19.286 INFO O| Mar 04 18:46:19.286 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73262026-03-04T18:46:21.406Z[ recovery-image] Mar 04 18:46:19.298 INFO O| Mar 04 18:46:19.298 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexdata"
73272026-03-04T18:46:21.409Z[ recovery-image] Mar 04 18:46:19.298 INFO O| Mar 04 18:46:19.298 INFO STEP 835 (remove_files) COMPLETE
73282026-03-04T18:46:21.409Z[ recovery-image] Mar 04 18:46:19.299 INFO O| Mar 04 18:46:19.298 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73292026-03-04T18:46:21.422Z[ recovery-image] Mar 04 18:46:19.312 INFO O| Mar 04 18:46:19.312 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexstk"
73302026-03-04T18:46:21.422Z[ recovery-image] Mar 04 18:46:19.312 INFO O| Mar 04 18:46:19.312 INFO STEP 836 (remove_files) COMPLETE
73312026-03-04T18:46:21.422Z[ recovery-image] Mar 04 18:46:19.312 INFO O| Mar 04 18:46:19.312 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73322026-03-04T18:46:21.434Z[ recovery-image] Mar 04 18:46:19.326 INFO O| Mar 04 18:46:19.326 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.pagealign"
73332026-03-04T18:46:21.434Z[ recovery-image] Mar 04 18:46:19.326 INFO O| Mar 04 18:46:19.326 INFO STEP 837 (remove_files) COMPLETE
73342026-03-04T18:46:21.438Z[ recovery-image] Mar 04 18:46:19.326 INFO O| Mar 04 18:46:19.326 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73352026-03-04T18:46:21.448Z[ recovery-image] Mar 04 18:46:19.340 INFO O| Mar 04 18:46:19.340 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
73362026-03-04T18:46:21.452Z[ recovery-image] Mar 04 18:46:19.341 INFO O| Mar 04 18:46:19.341 INFO STEP 838 (remove_files) COMPLETE
73372026-03-04T18:46:21.452Z[ recovery-image] Mar 04 18:46:19.341 INFO O| Mar 04 18:46:19.341 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73382026-03-04T18:46:21.480Z[ recovery-image] Mar 04 18:46:19.356 INFO O| Mar 04 18:46:19.356 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
73392026-03-04T18:46:21.480Z[ recovery-image] Mar 04 18:46:19.356 INFO O| Mar 04 18:46:19.356 INFO STEP 839 (remove_files) COMPLETE
73402026-03-04T18:46:21.480Z[ recovery-image] Mar 04 18:46:19.356 INFO O| Mar 04 18:46:19.356 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73412026-03-04T18:46:21.488Z[ recovery-image] Mar 04 18:46:19.371 INFO O| Mar 04 18:46:19.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
73422026-03-04T18:46:21.488Z[ recovery-image] Mar 04 18:46:19.371 INFO O| Mar 04 18:46:19.371 INFO STEP 840 (remove_files) COMPLETE
73432026-03-04T18:46:21.489Z[ recovery-image] Mar 04 18:46:19.371 INFO O| Mar 04 18:46:19.371 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73442026-03-04T18:46:21.493Z[ recovery-image] Mar 04 18:46:19.386 INFO O| Mar 04 18:46:19.386 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
73452026-03-04T18:46:21.493Z[ recovery-image] Mar 04 18:46:19.386 INFO O| Mar 04 18:46:19.386 INFO STEP 841 (remove_files) COMPLETE
73462026-03-04T18:46:21.493Z[ recovery-image] Mar 04 18:46:19.386 INFO O| Mar 04 18:46:19.386 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73472026-03-04T18:46:21.508Z[ recovery-image] Mar 04 18:46:19.400 INFO O| Mar 04 18:46:19.400 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/who.so.1"
73482026-03-04T18:46:21.508Z[ recovery-image] Mar 04 18:46:19.400 INFO O| Mar 04 18:46:19.400 INFO STEP 842 (remove_files) COMPLETE
73492026-03-04T18:46:21.508Z[ recovery-image] Mar 04 18:46:19.400 INFO O| Mar 04 18:46:19.400 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73502026-03-04T18:46:21.521Z[ recovery-image] Mar 04 18:46:19.414 INFO O| Mar 04 18:46:19.414 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/ldprof.so.1"
73512026-03-04T18:46:21.521Z[ recovery-image] Mar 04 18:46:19.414 INFO O| Mar 04 18:46:19.414 INFO STEP 843 (remove_files) COMPLETE
73522026-03-04T18:46:21.521Z[ recovery-image] Mar 04 18:46:19.414 INFO O| Mar 04 18:46:19.414 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73532026-03-04T18:46:21.535Z[ recovery-image] Mar 04 18:46:19.428 INFO O| Mar 04 18:46:19.428 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/truss.so.1"
73542026-03-04T18:46:21.535Z[ recovery-image] Mar 04 18:46:19.428 INFO O| Mar 04 18:46:19.428 INFO STEP 844 (remove_files) COMPLETE
73552026-03-04T18:46:21.535Z[ recovery-image] Mar 04 18:46:19.428 INFO O| Mar 04 18:46:19.428 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73562026-03-04T18:46:21.550Z[ recovery-image] Mar 04 18:46:19.441 INFO O| Mar 04 18:46:19.441 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/who.so.1"
73572026-03-04T18:46:21.550Z[ recovery-image] Mar 04 18:46:19.441 INFO O| Mar 04 18:46:19.441 INFO STEP 845 (remove_files) COMPLETE
73582026-03-04T18:46:21.550Z[ recovery-image] Mar 04 18:46:19.441 INFO O| Mar 04 18:46:19.441 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73592026-03-04T18:46:21.563Z[ recovery-image] Mar 04 18:46:19.456 INFO O| Mar 04 18:46:19.456 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidb"
73602026-03-04T18:46:21.563Z[ recovery-image] Mar 04 18:46:19.456 INFO O| Mar 04 18:46:19.456 INFO STEP 846 (remove_files) COMPLETE
73612026-03-04T18:46:21.563Z[ recovery-image] Mar 04 18:46:19.456 INFO O| Mar 04 18:46:19.456 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73622026-03-04T18:46:21.577Z[ recovery-image] Mar 04 18:46:19.469 INFO O| Mar 04 18:46:19.469 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidr_plugin.so"
73632026-03-04T18:46:21.577Z[ recovery-image] Mar 04 18:46:19.469 INFO O| Mar 04 18:46:19.469 INFO STEP 847 (remove_files) COMPLETE
73642026-03-04T18:46:21.577Z[ recovery-image] Mar 04 18:46:19.469 INFO O| Mar 04 18:46:19.469 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73652026-03-04T18:46:21.590Z[ recovery-image] Mar 04 18:46:19.482 INFO O| Mar 04 18:46:19.482 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcieb"
73662026-03-04T18:46:21.590Z[ recovery-image] Mar 04 18:46:19.482 INFO O| Mar 04 18:46:19.482 INFO STEP 848 (remove_files) COMPLETE
73672026-03-04T18:46:21.593Z[ recovery-image] Mar 04 18:46:19.482 INFO O| Mar 04 18:46:19.482 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73682026-03-04T18:46:21.603Z[ recovery-image] Mar 04 18:46:19.495 INFO O| Mar 04 18:46:19.495 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
73692026-03-04T18:46:21.603Z[ recovery-image] Mar 04 18:46:19.495 INFO O| Mar 04 18:46:19.495 INFO STEP 849 (remove_files) COMPLETE
73702026-03-04T18:46:21.604Z[ recovery-image] Mar 04 18:46:19.495 INFO O| Mar 04 18:46:19.495 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73712026-03-04T18:46:21.616Z[ recovery-image] Mar 04 18:46:19.509 INFO O| Mar 04 18:46:19.509 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/mpt.so.1"
73722026-03-04T18:46:21.616Z[ recovery-image] Mar 04 18:46:19.509 INFO O| Mar 04 18:46:19.509 INFO STEP 850 (remove_files) COMPLETE
73732026-03-04T18:46:21.623Z[ recovery-image] Mar 04 18:46:19.509 INFO O| Mar 04 18:46:19.509 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73742026-03-04T18:46:21.629Z[ recovery-image] Mar 04 18:46:19.522 INFO O| Mar 04 18:46:19.521 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
73752026-03-04T18:46:21.632Z[ recovery-image] Mar 04 18:46:19.522 INFO O| Mar 04 18:46:19.522 INFO STEP 851 (remove_files) COMPLETE
73762026-03-04T18:46:21.632Z[ recovery-image] Mar 04 18:46:19.522 INFO O| Mar 04 18:46:19.522 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73772026-03-04T18:46:21.644Z[ recovery-image] Mar 04 18:46:19.535 INFO O| Mar 04 18:46:19.535 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/reparsed"
73782026-03-04T18:46:21.644Z[ recovery-image] Mar 04 18:46:19.535 INFO O| Mar 04 18:46:19.535 INFO STEP 852 (remove_files) COMPLETE
73792026-03-04T18:46:21.644Z[ recovery-image] Mar 04 18:46:19.535 INFO O| Mar 04 18:46:19.535 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73802026-03-04T18:46:21.657Z[ recovery-image] Mar 04 18:46:19.549 INFO O| Mar 04 18:46:19.548 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/listen"
73812026-03-04T18:46:21.657Z[ recovery-image] Mar 04 18:46:19.549 INFO O| Mar 04 18:46:19.549 INFO STEP 853 (remove_files) COMPLETE
73822026-03-04T18:46:21.657Z[ recovery-image] Mar 04 18:46:19.549 INFO O| Mar 04 18:46:19.549 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73832026-03-04T18:46:21.671Z[ recovery-image] Mar 04 18:46:19.563 INFO O| Mar 04 18:46:19.563 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/nlps_server"
73842026-03-04T18:46:21.674Z[ recovery-image] Mar 04 18:46:19.563 INFO O| Mar 04 18:46:19.563 INFO STEP 854 (remove_files) COMPLETE
73852026-03-04T18:46:21.674Z[ recovery-image] Mar 04 18:46:19.563 INFO O| Mar 04 18:46:19.563 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73862026-03-04T18:46:21.686Z[ recovery-image] Mar 04 18:46:19.579 INFO O| Mar 04 18:46:19.579 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
73872026-03-04T18:46:21.686Z[ recovery-image] Mar 04 18:46:19.579 INFO O| Mar 04 18:46:19.579 INFO STEP 855 (remove_files) COMPLETE
73882026-03-04T18:46:21.687Z[ recovery-image] Mar 04 18:46:19.579 INFO O| Mar 04 18:46:19.579 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73892026-03-04T18:46:21.701Z[ recovery-image] Mar 04 18:46:19.594 INFO O| Mar 04 18:46:19.594 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
73902026-03-04T18:46:21.701Z[ recovery-image] Mar 04 18:46:19.594 INFO O| Mar 04 18:46:19.594 INFO STEP 856 (remove_files) COMPLETE
73912026-03-04T18:46:21.701Z[ recovery-image] Mar 04 18:46:19.594 INFO O| Mar 04 18:46:19.594 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73922026-03-04T18:46:21.718Z[ recovery-image] Mar 04 18:46:19.608 INFO O| Mar 04 18:46:19.608 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
73932026-03-04T18:46:21.718Z[ recovery-image] Mar 04 18:46:19.608 INFO O| Mar 04 18:46:19.608 INFO STEP 857 (remove_files) COMPLETE
73942026-03-04T18:46:21.718Z[ recovery-image] Mar 04 18:46:19.608 INFO O| Mar 04 18:46:19.608 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73952026-03-04T18:46:21.733Z[ recovery-image] Mar 04 18:46:19.622 INFO O| Mar 04 18:46:19.622 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/login.so.1"
73962026-03-04T18:46:21.733Z[ recovery-image] Mar 04 18:46:19.622 INFO O| Mar 04 18:46:19.622 INFO STEP 858 (remove_files) COMPLETE
73972026-03-04T18:46:21.733Z[ recovery-image] Mar 04 18:46:19.622 INFO O| Mar 04 18:46:19.622 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73982026-03-04T18:46:21.743Z[ recovery-image] Mar 04 18:46:19.636 INFO O| Mar 04 18:46:19.636 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/plain.so.1"
73992026-03-04T18:46:21.743Z[ recovery-image] Mar 04 18:46:19.636 INFO O| Mar 04 18:46:19.636 INFO STEP 859 (remove_files) COMPLETE
74002026-03-04T18:46:21.743Z[ recovery-image] Mar 04 18:46:19.636 INFO O| Mar 04 18:46:19.636 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74012026-03-04T18:46:21.759Z[ recovery-image] Mar 04 18:46:19.650 INFO O| Mar 04 18:46:19.650 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/crammd5.so.1"
74022026-03-04T18:46:21.759Z[ recovery-image] Mar 04 18:46:19.650 INFO O| Mar 04 18:46:19.650 INFO STEP 860 (remove_files) COMPLETE
74032026-03-04T18:46:21.759Z[ recovery-image] Mar 04 18:46:19.650 INFO O| Mar 04 18:46:19.650 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74042026-03-04T18:46:21.779Z[ recovery-image] Mar 04 18:46:19.672 INFO O| Mar 04 18:46:19.671 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/digestmd5.so.1"
74052026-03-04T18:46:21.779Z[ recovery-image] Mar 04 18:46:19.672 INFO O| Mar 04 18:46:19.672 INFO STEP 861 (remove_files) COMPLETE
74062026-03-04T18:46:21.780Z[ recovery-image] Mar 04 18:46:19.672 INFO O| Mar 04 18:46:19.672 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74072026-03-04T18:46:21.791Z[ recovery-image] Mar 04 18:46:19.684 INFO O| Mar 04 18:46:19.684 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/gssapi.so.1"
74082026-03-04T18:46:21.791Z[ recovery-image] Mar 04 18:46:19.684 INFO O| Mar 04 18:46:19.684 INFO STEP 862 (remove_files) COMPLETE
74092026-03-04T18:46:21.791Z[ recovery-image] Mar 04 18:46:19.684 INFO O| Mar 04 18:46:19.684 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74102026-03-04T18:46:21.805Z[ recovery-image] Mar 04 18:46:19.696 INFO O| Mar 04 18:46:19.696 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/login.so.1"
74112026-03-04T18:46:21.808Z[ recovery-image] Mar 04 18:46:19.696 INFO O| Mar 04 18:46:19.696 INFO STEP 863 (remove_files) COMPLETE
74122026-03-04T18:46:21.808Z[ recovery-image] Mar 04 18:46:19.696 INFO O| Mar 04 18:46:19.696 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74132026-03-04T18:46:21.817Z[ recovery-image] Mar 04 18:46:19.708 INFO O| Mar 04 18:46:19.708 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/plain.so.1"
74142026-03-04T18:46:21.822Z[ recovery-image] Mar 04 18:46:19.708 INFO O| Mar 04 18:46:19.708 INFO STEP 864 (remove_files) COMPLETE
74152026-03-04T18:46:21.822Z[ recovery-image] Mar 04 18:46:19.708 INFO O| Mar 04 18:46:19.708 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74162026-03-04T18:46:21.829Z[ recovery-image] Mar 04 18:46:19.720 INFO O| Mar 04 18:46:19.720 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
74172026-03-04T18:46:21.829Z[ recovery-image] Mar 04 18:46:19.720 INFO O| Mar 04 18:46:19.720 INFO STEP 865 (remove_files) COMPLETE
74182026-03-04T18:46:21.833Z[ recovery-image] Mar 04 18:46:19.720 INFO O| Mar 04 18:46:19.720 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74192026-03-04T18:46:21.840Z[ recovery-image] Mar 04 18:46:19.733 INFO O| Mar 04 18:46:19.733 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
74202026-03-04T18:46:21.841Z[ recovery-image] Mar 04 18:46:19.733 INFO O| Mar 04 18:46:19.733 INFO STEP 866 (remove_files) COMPLETE
74212026-03-04T18:46:21.847Z[ recovery-image] Mar 04 18:46:19.733 INFO O| Mar 04 18:46:19.733 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74222026-03-04T18:46:21.855Z[ recovery-image] Mar 04 18:46:19.746 INFO O| Mar 04 18:46:19.745 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
74232026-03-04T18:46:21.855Z[ recovery-image] Mar 04 18:46:19.746 INFO O| Mar 04 18:46:19.746 INFO STEP 867 (remove_files) COMPLETE
74242026-03-04T18:46:21.855Z[ recovery-image] Mar 04 18:46:19.746 INFO O| Mar 04 18:46:19.746 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74252026-03-04T18:46:21.865Z[ recovery-image] Mar 04 18:46:19.758 INFO O| Mar 04 18:46:19.757 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
74262026-03-04T18:46:21.865Z[ recovery-image] Mar 04 18:46:19.758 INFO O| Mar 04 18:46:19.758 INFO STEP 868 (remove_files) COMPLETE
74272026-03-04T18:46:21.871Z[ recovery-image] Mar 04 18:46:19.758 INFO O| Mar 04 18:46:19.758 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74282026-03-04T18:46:21.878Z[ recovery-image] Mar 04 18:46:19.771 INFO O| Mar 04 18:46:19.770 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
74292026-03-04T18:46:21.878Z[ recovery-image] Mar 04 18:46:19.771 INFO O| Mar 04 18:46:19.771 INFO STEP 869 (remove_files) COMPLETE
74302026-03-04T18:46:21.878Z[ recovery-image] Mar 04 18:46:19.771 INFO O| Mar 04 18:46:19.771 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74312026-03-04T18:46:21.893Z[ recovery-image] Mar 04 18:46:19.783 INFO O| Mar 04 18:46:19.783 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
74322026-03-04T18:46:21.893Z[ recovery-image] Mar 04 18:46:19.783 INFO O| Mar 04 18:46:19.783 INFO STEP 870 (remove_files) COMPLETE
74332026-03-04T18:46:21.898Z[ recovery-image] Mar 04 18:46:19.783 INFO O| Mar 04 18:46:19.783 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74342026-03-04T18:46:21.903Z[ recovery-image] Mar 04 18:46:19.795 INFO O| Mar 04 18:46:19.795 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
74352026-03-04T18:46:21.903Z[ recovery-image] Mar 04 18:46:19.796 INFO O| Mar 04 18:46:19.796 INFO STEP 871 (remove_files) COMPLETE
74362026-03-04T18:46:21.903Z[ recovery-image] Mar 04 18:46:19.796 INFO O| Mar 04 18:46:19.796 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74372026-03-04T18:46:21.916Z[ recovery-image] Mar 04 18:46:19.808 INFO O| Mar 04 18:46:19.808 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
74382026-03-04T18:46:21.916Z[ recovery-image] Mar 04 18:46:19.809 INFO O| Mar 04 18:46:19.809 INFO STEP 872 (remove_files) COMPLETE
74392026-03-04T18:46:21.916Z[ recovery-image] Mar 04 18:46:19.809 INFO O| Mar 04 18:46:19.809 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74402026-03-04T18:46:21.929Z[ recovery-image] Mar 04 18:46:19.821 INFO O| Mar 04 18:46:19.821 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
74412026-03-04T18:46:21.929Z[ recovery-image] Mar 04 18:46:19.821 INFO O| Mar 04 18:46:19.821 INFO STEP 873 (remove_files) COMPLETE
74422026-03-04T18:46:21.933Z[ recovery-image] Mar 04 18:46:19.821 INFO O| Mar 04 18:46:19.821 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74432026-03-04T18:46:21.942Z[ recovery-image] Mar 04 18:46:19.834 INFO O| Mar 04 18:46:19.834 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
74442026-03-04T18:46:21.946Z[ recovery-image] Mar 04 18:46:19.834 INFO O| Mar 04 18:46:19.834 INFO STEP 874 (remove_files) COMPLETE
74452026-03-04T18:46:21.946Z[ recovery-image] Mar 04 18:46:19.834 INFO O| Mar 04 18:46:19.834 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74462026-03-04T18:46:21.955Z[ recovery-image] Mar 04 18:46:19.847 INFO O| Mar 04 18:46:19.847 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
74472026-03-04T18:46:21.959Z[ recovery-image] Mar 04 18:46:19.848 INFO O| Mar 04 18:46:19.848 INFO STEP 875 (remove_files) COMPLETE
74482026-03-04T18:46:21.959Z[ recovery-image] Mar 04 18:46:19.848 INFO O| Mar 04 18:46:19.848 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74492026-03-04T18:46:21.970Z[ recovery-image] Mar 04 18:46:19.861 INFO O| Mar 04 18:46:19.861 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
74502026-03-04T18:46:21.970Z[ recovery-image] Mar 04 18:46:19.861 INFO O| Mar 04 18:46:19.861 INFO STEP 876 (remove_files) COMPLETE
74512026-03-04T18:46:21.970Z[ recovery-image] Mar 04 18:46:19.861 INFO O| Mar 04 18:46:19.861 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74522026-03-04T18:46:21.981Z[ recovery-image] Mar 04 18:46:19.873 INFO O| Mar 04 18:46:19.873 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
74532026-03-04T18:46:21.981Z[ recovery-image] Mar 04 18:46:19.873 INFO O| Mar 04 18:46:19.873 INFO STEP 877 (remove_files) COMPLETE
74542026-03-04T18:46:21.984Z[ recovery-image] Mar 04 18:46:19.873 INFO O| Mar 04 18:46:19.873 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74552026-03-04T18:46:21.993Z[ recovery-image] Mar 04 18:46:19.886 INFO O| Mar 04 18:46:19.886 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
74562026-03-04T18:46:21.993Z[ recovery-image] Mar 04 18:46:19.886 INFO O| Mar 04 18:46:19.886 INFO STEP 878 (remove_files) COMPLETE
74572026-03-04T18:46:21.993Z[ recovery-image] Mar 04 18:46:19.886 INFO O| Mar 04 18:46:19.886 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74582026-03-04T18:46:22.006Z[ recovery-image] Mar 04 18:46:19.899 INFO O| Mar 04 18:46:19.898 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
74592026-03-04T18:46:22.006Z[ recovery-image] Mar 04 18:46:19.899 INFO O| Mar 04 18:46:19.899 INFO STEP 879 (remove_files) COMPLETE
74602026-03-04T18:46:22.009Z[ recovery-image] Mar 04 18:46:19.899 INFO O| Mar 04 18:46:19.899 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74612026-03-04T18:46:22.019Z[ recovery-image] Mar 04 18:46:19.912 INFO O| Mar 04 18:46:19.912 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_list.so.1"
74622026-03-04T18:46:22.020Z[ recovery-image] Mar 04 18:46:19.912 INFO O| Mar 04 18:46:19.912 INFO STEP 880 (remove_files) COMPLETE
74632026-03-04T18:46:22.020Z[ recovery-image] Mar 04 18:46:19.912 INFO O| Mar 04 18:46:19.912 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74642026-03-04T18:46:22.032Z[ recovery-image] Mar 04 18:46:19.925 INFO O| Mar 04 18:46:19.925 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
74652026-03-04T18:46:22.032Z[ recovery-image] Mar 04 18:46:19.925 INFO O| Mar 04 18:46:19.925 INFO STEP 881 (remove_files) COMPLETE
74662026-03-04T18:46:22.032Z[ recovery-image] Mar 04 18:46:19.925 INFO O| Mar 04 18:46:19.925 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74672026-03-04T18:46:22.045Z[ recovery-image] Mar 04 18:46:19.937 INFO O| Mar 04 18:46:19.937 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
74682026-03-04T18:46:22.045Z[ recovery-image] Mar 04 18:46:19.937 INFO O| Mar 04 18:46:19.937 INFO STEP 882 (remove_files) COMPLETE
74692026-03-04T18:46:22.050Z[ recovery-image] Mar 04 18:46:19.938 INFO O| Mar 04 18:46:19.937 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74702026-03-04T18:46:22.058Z[ recovery-image] Mar 04 18:46:19.950 INFO O| Mar 04 18:46:19.950 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
74712026-03-04T18:46:22.062Z[ recovery-image] Mar 04 18:46:19.950 INFO O| Mar 04 18:46:19.950 INFO STEP 883 (remove_files) COMPLETE
74722026-03-04T18:46:22.062Z[ recovery-image] Mar 04 18:46:19.950 INFO O| Mar 04 18:46:19.950 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74732026-03-04T18:46:22.070Z[ recovery-image] Mar 04 18:46:19.963 INFO O| Mar 04 18:46:19.963 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
74742026-03-04T18:46:22.074Z[ recovery-image] Mar 04 18:46:19.963 INFO O| Mar 04 18:46:19.963 INFO STEP 884 (remove_files) COMPLETE
74752026-03-04T18:46:22.074Z[ recovery-image] Mar 04 18:46:19.963 INFO O| Mar 04 18:46:19.963 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74762026-03-04T18:46:22.083Z[ recovery-image] Mar 04 18:46:19.975 INFO O| Mar 04 18:46:19.975 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
74772026-03-04T18:46:22.088Z[ recovery-image] Mar 04 18:46:19.976 INFO O| Mar 04 18:46:19.975 INFO STEP 885 (remove_files) COMPLETE
74782026-03-04T18:46:22.088Z[ recovery-image] Mar 04 18:46:19.976 INFO O| Mar 04 18:46:19.975 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74792026-03-04T18:46:22.095Z[ recovery-image] Mar 04 18:46:19.987 INFO O| Mar 04 18:46:19.987 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
74802026-03-04T18:46:22.095Z[ recovery-image] Mar 04 18:46:19.987 INFO O| Mar 04 18:46:19.987 INFO STEP 886 (remove_files) COMPLETE
74812026-03-04T18:46:22.098Z[ recovery-image] Mar 04 18:46:19.987 INFO O| Mar 04 18:46:19.987 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74822026-03-04T18:46:22.108Z[ recovery-image] Mar 04 18:46:20.000 INFO O| Mar 04 18:46:20.000 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
74832026-03-04T18:46:22.108Z[ recovery-image] Mar 04 18:46:20.000 INFO O| Mar 04 18:46:20.000 INFO STEP 887 (remove_files) COMPLETE
74842026-03-04T18:46:22.108Z[ recovery-image] Mar 04 18:46:20.000 INFO O| Mar 04 18:46:20.000 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74852026-03-04T18:46:22.123Z[ recovery-image] Mar 04 18:46:20.014 INFO O| Mar 04 18:46:20.014 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
74862026-03-04T18:46:22.123Z[ recovery-image] Mar 04 18:46:20.014 INFO O| Mar 04 18:46:20.014 INFO STEP 888 (remove_files) COMPLETE
74872026-03-04T18:46:22.126Z[ recovery-image] Mar 04 18:46:20.014 INFO O| Mar 04 18:46:20.014 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74882026-03-04T18:46:22.134Z[ recovery-image] Mar 04 18:46:20.027 INFO O| Mar 04 18:46:20.027 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
74892026-03-04T18:46:22.138Z[ recovery-image] Mar 04 18:46:20.027 INFO O| Mar 04 18:46:20.027 INFO STEP 889 (remove_files) COMPLETE
74902026-03-04T18:46:22.138Z[ recovery-image] Mar 04 18:46:20.027 INFO O| Mar 04 18:46:20.027 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74912026-03-04T18:46:22.146Z[ recovery-image] Mar 04 18:46:20.039 INFO O| Mar 04 18:46:20.039 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
74922026-03-04T18:46:22.146Z[ recovery-image] Mar 04 18:46:20.039 INFO O| Mar 04 18:46:20.039 INFO STEP 890 (remove_files) COMPLETE
74932026-03-04T18:46:22.150Z[ recovery-image] Mar 04 18:46:20.039 INFO O| Mar 04 18:46:20.039 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74942026-03-04T18:46:22.160Z[ recovery-image] Mar 04 18:46:20.053 INFO O| Mar 04 18:46:20.053 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
74952026-03-04T18:46:22.160Z[ recovery-image] Mar 04 18:46:20.053 INFO O| Mar 04 18:46:20.053 INFO STEP 891 (remove_files) COMPLETE
74962026-03-04T18:46:22.164Z[ recovery-image] Mar 04 18:46:20.053 INFO O| Mar 04 18:46:20.053 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74972026-03-04T18:46:22.173Z[ recovery-image] Mar 04 18:46:20.066 INFO O| Mar 04 18:46:20.066 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
74982026-03-04T18:46:22.173Z[ recovery-image] Mar 04 18:46:20.066 INFO O| Mar 04 18:46:20.066 INFO STEP 892 (remove_files) COMPLETE
74992026-03-04T18:46:22.173Z[ recovery-image] Mar 04 18:46:20.066 INFO O| Mar 04 18:46:20.066 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75002026-03-04T18:46:22.187Z[ recovery-image] Mar 04 18:46:20.079 INFO O| Mar 04 18:46:20.078 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
75012026-03-04T18:46:22.191Z[ recovery-image] Mar 04 18:46:20.079 INFO O| Mar 04 18:46:20.079 INFO STEP 893 (remove_files) COMPLETE
75022026-03-04T18:46:22.192Z[ recovery-image] Mar 04 18:46:20.079 INFO O| Mar 04 18:46:20.079 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75032026-03-04T18:46:22.202Z[ recovery-image] Mar 04 18:46:20.091 INFO O| Mar 04 18:46:20.091 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
75042026-03-04T18:46:22.202Z[ recovery-image] Mar 04 18:46:20.092 INFO O| Mar 04 18:46:20.091 INFO STEP 894 (remove_files) COMPLETE
75052026-03-04T18:46:22.202Z[ recovery-image] Mar 04 18:46:20.092 INFO O| Mar 04 18:46:20.091 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75062026-03-04T18:46:22.212Z[ recovery-image] Mar 04 18:46:20.105 INFO O| Mar 04 18:46:20.105 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
75072026-03-04T18:46:22.212Z[ recovery-image] Mar 04 18:46:20.105 INFO O| Mar 04 18:46:20.105 INFO STEP 895 (remove_files) COMPLETE
75082026-03-04T18:46:22.216Z[ recovery-image] Mar 04 18:46:20.105 INFO O| Mar 04 18:46:20.105 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75092026-03-04T18:46:22.226Z[ recovery-image] Mar 04 18:46:20.118 INFO O| Mar 04 18:46:20.117 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_binfile.so.1"
75102026-03-04T18:46:22.226Z[ recovery-image] Mar 04 18:46:20.118 INFO O| Mar 04 18:46:20.118 INFO STEP 896 (remove_files) COMPLETE
75112026-03-04T18:46:22.230Z[ recovery-image] Mar 04 18:46:20.118 INFO O| Mar 04 18:46:20.118 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75122026-03-04T18:46:22.240Z[ recovery-image] Mar 04 18:46:20.130 INFO O| Mar 04 18:46:20.130 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_remote.so.1"
75132026-03-04T18:46:22.240Z[ recovery-image] Mar 04 18:46:20.131 INFO O| Mar 04 18:46:20.131 INFO STEP 897 (remove_files) COMPLETE
75142026-03-04T18:46:22.240Z[ recovery-image] Mar 04 18:46:20.131 INFO O| Mar 04 18:46:20.131 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75152026-03-04T18:46:22.252Z[ recovery-image] Mar 04 18:46:20.144 INFO O| Mar 04 18:46:20.144 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_syslog.so.1"
75162026-03-04T18:46:22.252Z[ recovery-image] Mar 04 18:46:20.144 INFO O| Mar 04 18:46:20.144 INFO STEP 898 (remove_files) COMPLETE
75172026-03-04T18:46:22.256Z[ recovery-image] Mar 04 18:46:20.144 INFO O| Mar 04 18:46:20.144 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75182026-03-04T18:46:22.266Z[ recovery-image] Mar 04 18:46:20.157 INFO O| Mar 04 18:46:20.157 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
75192026-03-04T18:46:22.266Z[ recovery-image] Mar 04 18:46:20.157 INFO O| Mar 04 18:46:20.157 INFO STEP 899 (remove_files) COMPLETE
75202026-03-04T18:46:22.266Z[ recovery-image] Mar 04 18:46:20.157 INFO O| Mar 04 18:46:20.157 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75212026-03-04T18:46:22.278Z[ recovery-image] Mar 04 18:46:20.170 INFO O| Mar 04 18:46:20.170 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
75222026-03-04T18:46:22.278Z[ recovery-image] Mar 04 18:46:20.170 INFO O| Mar 04 18:46:20.170 INFO STEP 900 (remove_files) COMPLETE
75232026-03-04T18:46:22.278Z[ recovery-image] Mar 04 18:46:20.170 INFO O| Mar 04 18:46:20.170 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75242026-03-04T18:46:22.293Z[ recovery-image] Mar 04 18:46:20.184 INFO O| Mar 04 18:46:20.184 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha256.so.1"
75252026-03-04T18:46:22.293Z[ recovery-image] Mar 04 18:46:20.184 INFO O| Mar 04 18:46:20.184 INFO STEP 901 (remove_files) COMPLETE
75262026-03-04T18:46:22.293Z[ recovery-image] Mar 04 18:46:20.184 INFO O| Mar 04 18:46:20.184 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75272026-03-04T18:46:22.305Z[ recovery-image] Mar 04 18:46:20.198 INFO O| Mar 04 18:46:20.198 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha512.so.1"
75282026-03-04T18:46:22.305Z[ recovery-image] Mar 04 18:46:20.198 INFO O| Mar 04 18:46:20.198 INFO STEP 902 (remove_files) COMPLETE
75292026-03-04T18:46:22.309Z[ recovery-image] Mar 04 18:46:20.198 INFO O| Mar 04 18:46:20.198 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75302026-03-04T18:46:22.319Z[ recovery-image] Mar 04 18:46:20.212 INFO O| Mar 04 18:46:20.212 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
75312026-03-04T18:46:22.320Z[ recovery-image] Mar 04 18:46:20.212 INFO O| Mar 04 18:46:20.212 INFO STEP 903 (remove_files) COMPLETE
75322026-03-04T18:46:22.323Z[ recovery-image] Mar 04 18:46:20.212 INFO O| Mar 04 18:46:20.212 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75332026-03-04T18:46:22.334Z[ recovery-image] Mar 04 18:46:20.226 INFO O| Mar 04 18:46:20.226 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_allow.so.1"
75342026-03-04T18:46:22.334Z[ recovery-image] Mar 04 18:46:20.226 INFO O| Mar 04 18:46:20.226 INFO STEP 904 (remove_files) COMPLETE
75352026-03-04T18:46:22.334Z[ recovery-image] Mar 04 18:46:20.226 INFO O| Mar 04 18:46:20.226 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75362026-03-04T18:46:22.346Z[ recovery-image] Mar 04 18:46:20.238 INFO O| Mar 04 18:46:20.238 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_check.so.1"
75372026-03-04T18:46:22.346Z[ recovery-image] Mar 04 18:46:20.238 INFO O| Mar 04 18:46:20.238 INFO STEP 905 (remove_files) COMPLETE
75382026-03-04T18:46:22.350Z[ recovery-image] Mar 04 18:46:20.238 INFO O| Mar 04 18:46:20.238 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75392026-03-04T18:46:22.361Z[ recovery-image] Mar 04 18:46:20.251 INFO O| Mar 04 18:46:20.251 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_store.so.1"
75402026-03-04T18:46:22.361Z[ recovery-image] Mar 04 18:46:20.252 INFO O| Mar 04 18:46:20.252 INFO STEP 906 (remove_files) COMPLETE
75412026-03-04T18:46:22.366Z[ recovery-image] Mar 04 18:46:20.252 INFO O| Mar 04 18:46:20.252 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75422026-03-04T18:46:22.373Z[ recovery-image] Mar 04 18:46:20.265 INFO O| Mar 04 18:46:20.265 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_deny.so.1"
75432026-03-04T18:46:22.378Z[ recovery-image] Mar 04 18:46:20.265 INFO O| Mar 04 18:46:20.265 INFO STEP 907 (remove_files) COMPLETE
75442026-03-04T18:46:22.378Z[ recovery-image] Mar 04 18:46:20.265 INFO O| Mar 04 18:46:20.265 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75452026-03-04T18:46:22.386Z[ recovery-image] Mar 04 18:46:20.278 INFO O| Mar 04 18:46:20.278 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5.so.1"
75462026-03-04T18:46:22.386Z[ recovery-image] Mar 04 18:46:20.278 INFO O| Mar 04 18:46:20.278 INFO STEP 908 (remove_files) COMPLETE
75472026-03-04T18:46:22.386Z[ recovery-image] Mar 04 18:46:20.278 INFO O| Mar 04 18:46:20.278 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75482026-03-04T18:46:22.397Z[ recovery-image] Mar 04 18:46:20.290 INFO O| Mar 04 18:46:20.290 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
75492026-03-04T18:46:22.397Z[ recovery-image] Mar 04 18:46:20.290 INFO O| Mar 04 18:46:20.290 INFO STEP 909 (remove_files) COMPLETE
75502026-03-04T18:46:22.397Z[ recovery-image] Mar 04 18:46:20.290 INFO O| Mar 04 18:46:20.290 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75512026-03-04T18:46:22.410Z[ recovery-image] Mar 04 18:46:20.302 INFO O| Mar 04 18:46:20.302 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_ldap.so.1"
75522026-03-04T18:46:22.410Z[ recovery-image] Mar 04 18:46:20.302 INFO O| Mar 04 18:46:20.302 INFO STEP 910 (remove_files) COMPLETE
75532026-03-04T18:46:22.414Z[ recovery-image] Mar 04 18:46:20.302 INFO O| Mar 04 18:46:20.302 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75542026-03-04T18:46:22.423Z[ recovery-image] Mar 04 18:46:20.315 INFO O| Mar 04 18:46:20.315 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_list.so.1"
75552026-03-04T18:46:22.423Z[ recovery-image] Mar 04 18:46:20.316 INFO O| Mar 04 18:46:20.316 INFO STEP 911 (remove_files) COMPLETE
75562026-03-04T18:46:22.423Z[ recovery-image] Mar 04 18:46:20.316 INFO O| Mar 04 18:46:20.316 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75572026-03-04T18:46:22.437Z[ recovery-image] Mar 04 18:46:20.330 INFO O| Mar 04 18:46:20.330 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
75582026-03-04T18:46:22.441Z[ recovery-image] Mar 04 18:46:20.330 INFO O| Mar 04 18:46:20.330 INFO STEP 912 (remove_files) COMPLETE
75592026-03-04T18:46:22.441Z[ recovery-image] Mar 04 18:46:20.330 INFO O| Mar 04 18:46:20.330 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75602026-03-04T18:46:22.449Z[ recovery-image] Mar 04 18:46:20.342 INFO O| Mar 04 18:46:20.342 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
75612026-03-04T18:46:22.449Z[ recovery-image] Mar 04 18:46:20.342 INFO O| Mar 04 18:46:20.342 INFO STEP 913 (remove_files) COMPLETE
75622026-03-04T18:46:22.452Z[ recovery-image] Mar 04 18:46:20.342 INFO O| Mar 04 18:46:20.342 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75632026-03-04T18:46:22.461Z[ recovery-image] Mar 04 18:46:20.354 INFO O| Mar 04 18:46:20.354 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_sample.so.1"
75642026-03-04T18:46:22.461Z[ recovery-image] Mar 04 18:46:20.354 INFO O| Mar 04 18:46:20.354 INFO STEP 914 (remove_files) COMPLETE
75652026-03-04T18:46:22.461Z[ recovery-image] Mar 04 18:46:20.354 INFO O| Mar 04 18:46:20.354 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75662026-03-04T18:46:22.475Z[ recovery-image] Mar 04 18:46:20.368 INFO O| Mar 04 18:46:20.368 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
75672026-03-04T18:46:22.476Z[ recovery-image] Mar 04 18:46:20.368 INFO O| Mar 04 18:46:20.368 INFO STEP 915 (remove_files) COMPLETE
75682026-03-04T18:46:22.476Z[ recovery-image] Mar 04 18:46:20.368 INFO O| Mar 04 18:46:20.368 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75692026-03-04T18:46:22.489Z[ recovery-image] Mar 04 18:46:20.380 INFO O| Mar 04 18:46:20.380 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
75702026-03-04T18:46:22.489Z[ recovery-image] Mar 04 18:46:20.380 INFO O| Mar 04 18:46:20.380 INFO STEP 916 (remove_files) COMPLETE
75712026-03-04T18:46:22.489Z[ recovery-image] Mar 04 18:46:20.381 INFO O| Mar 04 18:46:20.380 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75722026-03-04T18:46:22.500Z[ recovery-image] Mar 04 18:46:20.393 INFO O| Mar 04 18:46:20.393 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_timestamp.so.1"
75732026-03-04T18:46:22.500Z[ recovery-image] Mar 04 18:46:20.393 INFO O| Mar 04 18:46:20.393 INFO STEP 917 (remove_files) COMPLETE
75742026-03-04T18:46:22.500Z[ recovery-image] Mar 04 18:46:20.393 INFO O| Mar 04 18:46:20.393 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75752026-03-04T18:46:22.513Z[ recovery-image] Mar 04 18:46:20.406 INFO O| Mar 04 18:46:20.406 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_tsol_account.so.1"
75762026-03-04T18:46:22.513Z[ recovery-image] Mar 04 18:46:20.406 INFO O| Mar 04 18:46:20.406 INFO STEP 918 (remove_files) COMPLETE
75772026-03-04T18:46:22.517Z[ recovery-image] Mar 04 18:46:20.406 INFO O| Mar 04 18:46:20.406 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75782026-03-04T18:46:22.528Z[ recovery-image] Mar 04 18:46:20.419 INFO O| Mar 04 18:46:20.419 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
75792026-03-04T18:46:22.528Z[ recovery-image] Mar 04 18:46:20.419 INFO O| Mar 04 18:46:20.419 INFO STEP 919 (remove_files) COMPLETE
75802026-03-04T18:46:22.528Z[ recovery-image] Mar 04 18:46:20.419 INFO O| Mar 04 18:46:20.419 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75812026-03-04T18:46:22.540Z[ recovery-image] Mar 04 18:46:20.432 INFO O| Mar 04 18:46:20.432 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
75822026-03-04T18:46:22.540Z[ recovery-image] Mar 04 18:46:20.432 INFO O| Mar 04 18:46:20.432 INFO STEP 920 (remove_files) COMPLETE
75832026-03-04T18:46:22.547Z[ recovery-image] Mar 04 18:46:20.432 INFO O| Mar 04 18:46:20.432 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75842026-03-04T18:46:22.554Z[ recovery-image] Mar 04 18:46:20.447 INFO O| Mar 04 18:46:20.446 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
75852026-03-04T18:46:22.558Z[ recovery-image] Mar 04 18:46:20.447 INFO O| Mar 04 18:46:20.447 INFO STEP 921 (remove_files) COMPLETE
75862026-03-04T18:46:22.558Z[ recovery-image] Mar 04 18:46:20.447 INFO O| Mar 04 18:46:20.447 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75872026-03-04T18:46:22.568Z[ recovery-image] Mar 04 18:46:20.460 INFO O| Mar 04 18:46:20.460 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/compress"
75882026-03-04T18:46:22.568Z[ recovery-image] Mar 04 18:46:20.460 INFO O| Mar 04 18:46:20.460 INFO STEP 922 (remove_files) COMPLETE
75892026-03-04T18:46:22.568Z[ recovery-image] Mar 04 18:46:20.460 INFO O| Mar 04 18:46:20.460 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75902026-03-04T18:46:22.582Z[ recovery-image] Mar 04 18:46:20.474 INFO O| Mar 04 18:46:20.474 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashcheck"
75912026-03-04T18:46:22.582Z[ recovery-image] Mar 04 18:46:20.474 INFO O| Mar 04 18:46:20.474 INFO STEP 923 (remove_files) COMPLETE
75922026-03-04T18:46:22.582Z[ recovery-image] Mar 04 18:46:20.474 INFO O| Mar 04 18:46:20.474 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75932026-03-04T18:46:22.596Z[ recovery-image] Mar 04 18:46:20.488 INFO O| Mar 04 18:46:20.488 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashmake"
75942026-03-04T18:46:22.598Z[ recovery-image] Mar 04 18:46:20.488 INFO O| Mar 04 18:46:20.488 INFO STEP 924 (remove_files) COMPLETE
75952026-03-04T18:46:22.599Z[ recovery-image] Mar 04 18:46:20.488 INFO O| Mar 04 18:46:20.488 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75962026-03-04T18:46:22.610Z[ recovery-image] Mar 04 18:46:20.502 INFO O| Mar 04 18:46:20.502 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlista"
75972026-03-04T18:46:22.610Z[ recovery-image] Mar 04 18:46:20.502 INFO O| Mar 04 18:46:20.502 INFO STEP 925 (remove_files) COMPLETE
75982026-03-04T18:46:22.610Z[ recovery-image] Mar 04 18:46:20.502 INFO O| Mar 04 18:46:20.502 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75992026-03-04T18:46:22.625Z[ recovery-image] Mar 04 18:46:20.518 INFO O| Mar 04 18:46:20.517 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlistb"
76002026-03-04T18:46:22.625Z[ recovery-image] Mar 04 18:46:20.518 INFO O| Mar 04 18:46:20.518 INFO STEP 926 (remove_files) COMPLETE
76012026-03-04T18:46:22.625Z[ recovery-image] Mar 04 18:46:20.518 INFO O| Mar 04 18:46:20.518 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76022026-03-04T18:46:22.642Z[ recovery-image] Mar 04 18:46:20.532 INFO O| Mar 04 18:46:20.532 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hstop"
76032026-03-04T18:46:22.643Z[ recovery-image] Mar 04 18:46:20.532 INFO O| Mar 04 18:46:20.532 INFO STEP 927 (remove_files) COMPLETE
76042026-03-04T18:46:22.643Z[ recovery-image] Mar 04 18:46:20.532 INFO O| Mar 04 18:46:20.532 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76052026-03-04T18:46:22.653Z[ recovery-image] Mar 04 18:46:20.545 INFO O| Mar 04 18:46:20.545 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellin"
76062026-03-04T18:46:22.653Z[ recovery-image] Mar 04 18:46:20.545 INFO O| Mar 04 18:46:20.545 INFO STEP 928 (remove_files) COMPLETE
76072026-03-04T18:46:22.653Z[ recovery-image] Mar 04 18:46:20.545 INFO O| Mar 04 18:46:20.545 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76082026-03-04T18:46:22.665Z[ recovery-image] Mar 04 18:46:20.558 INFO O| Mar 04 18:46:20.558 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellprog"
76092026-03-04T18:46:22.666Z[ recovery-image] Mar 04 18:46:20.558 INFO O| Mar 04 18:46:20.558 INFO STEP 929 (remove_files) COMPLETE
76102026-03-04T18:46:22.666Z[ recovery-image] Mar 04 18:46:20.558 INFO O| Mar 04 18:46:20.558 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76112026-03-04T18:46:22.678Z[ recovery-image] Mar 04 18:46:20.570 INFO O| Mar 04 18:46:20.570 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sysevent/syseventconfd"
76122026-03-04T18:46:22.681Z[ recovery-image] Mar 04 18:46:20.571 INFO O| Mar 04 18:46:20.570 INFO STEP 930 (remove_files) COMPLETE
76132026-03-04T18:46:22.681Z[ recovery-image] Mar 04 18:46:20.571 INFO O| Mar 04 18:46:20.570 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76142026-03-04T18:46:22.691Z[ recovery-image] Mar 04 18:46:20.584 INFO O| Mar 04 18:46:20.584 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
76152026-03-04T18:46:22.695Z[ recovery-image] Mar 04 18:46:20.584 INFO O| Mar 04 18:46:20.584 INFO STEP 931 (remove_files) COMPLETE
76162026-03-04T18:46:22.695Z[ recovery-image] Mar 04 18:46:20.584 INFO O| Mar 04 18:46:20.584 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76172026-03-04T18:46:22.706Z[ recovery-image] Mar 04 18:46:20.597 INFO O| Mar 04 18:46:20.597 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
76182026-03-04T18:46:22.706Z[ recovery-image] Mar 04 18:46:20.597 INFO O| Mar 04 18:46:20.597 INFO STEP 932 (remove_files) COMPLETE
76192026-03-04T18:46:22.706Z[ recovery-image] Mar 04 18:46:20.597 INFO O| Mar 04 18:46:20.597 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76202026-03-04T18:46:22.717Z[ recovery-image] Mar 04 18:46:20.610 INFO O| Mar 04 18:46:20.610 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
76212026-03-04T18:46:22.718Z[ recovery-image] Mar 04 18:46:20.610 INFO O| Mar 04 18:46:20.610 INFO STEP 933 (remove_files) COMPLETE
76222026-03-04T18:46:22.721Z[ recovery-image] Mar 04 18:46:20.610 INFO O| Mar 04 18:46:20.610 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76232026-03-04T18:46:22.733Z[ recovery-image] Mar 04 18:46:20.623 INFO O| Mar 04 18:46:20.622 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
76242026-03-04T18:46:22.737Z[ recovery-image] Mar 04 18:46:20.623 INFO O| Mar 04 18:46:20.623 INFO STEP 934 (remove_files) COMPLETE
76252026-03-04T18:46:22.737Z[ recovery-image] Mar 04 18:46:20.623 INFO O| Mar 04 18:46:20.623 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76262026-03-04T18:46:22.743Z[ recovery-image] Mar 04 18:46:20.636 INFO O| Mar 04 18:46:20.636 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/varpd"
76272026-03-04T18:46:22.743Z[ recovery-image] Mar 04 18:46:20.636 INFO O| Mar 04 18:46:20.636 INFO STEP 935 (remove_files) COMPLETE
76282026-03-04T18:46:22.743Z[ recovery-image] Mar 04 18:46:20.636 INFO O| Mar 04 18:46:20.636 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76292026-03-04T18:46:22.756Z[ recovery-image] Mar 04 18:46:20.648 INFO O| Mar 04 18:46:20.648 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/xhci/xhci_portsc"
76302026-03-04T18:46:22.756Z[ recovery-image] Mar 04 18:46:20.648 INFO O| Mar 04 18:46:20.648 INFO STEP 936 (remove_files) COMPLETE
76312026-03-04T18:46:22.756Z[ recovery-image] Mar 04 18:46:20.648 INFO O| Mar 04 18:46:20.648 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76322026-03-04T18:46:22.769Z[ recovery-image] Mar 04 18:46:20.661 INFO O| Mar 04 18:46:20.661 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zfs/availdevs"
76332026-03-04T18:46:22.769Z[ recovery-image] Mar 04 18:46:20.661 INFO O| Mar 04 18:46:20.661 INFO STEP 937 (remove_files) COMPLETE
76342026-03-04T18:46:22.769Z[ recovery-image] Mar 04 18:46:20.661 INFO O| Mar 04 18:46:20.661 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76352026-03-04T18:46:22.782Z[ recovery-image] Mar 04 18:46:20.675 INFO O| Mar 04 18:46:20.675 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zones/zoneadmd"
76362026-03-04T18:46:22.782Z[ recovery-image] Mar 04 18:46:20.675 INFO O| Mar 04 18:46:20.675 INFO STEP 938 (remove_files) COMPLETE
76372026-03-04T18:46:22.788Z[ recovery-image] Mar 04 18:46:20.675 INFO O| Mar 04 18:46:20.675 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76382026-03-04T18:46:22.795Z[ recovery-image] Mar 04 18:46:20.687 INFO O| Mar 04 18:46:20.687 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/sftp-server"
76392026-03-04T18:46:22.795Z[ recovery-image] Mar 04 18:46:20.688 INFO O| Mar 04 18:46:20.688 INFO STEP 939 (remove_files) COMPLETE
76402026-03-04T18:46:22.799Z[ recovery-image] Mar 04 18:46:20.688 INFO O| Mar 04 18:46:20.688 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76412026-03-04T18:46:22.810Z[ recovery-image] Mar 04 18:46:20.700 INFO O| Mar 04 18:46:20.700 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-keysign"
76422026-03-04T18:46:22.810Z[ recovery-image] Mar 04 18:46:20.700 INFO O| Mar 04 18:46:20.700 INFO STEP 940 (remove_files) COMPLETE
76432026-03-04T18:46:22.810Z[ recovery-image] Mar 04 18:46:20.700 INFO O| Mar 04 18:46:20.700 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76442026-03-04T18:46:22.822Z[ recovery-image] Mar 04 18:46:20.714 INFO O| Mar 04 18:46:20.714 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
76452026-03-04T18:46:22.822Z[ recovery-image] Mar 04 18:46:20.714 INFO O| Mar 04 18:46:20.714 INFO STEP 941 (remove_files) COMPLETE
76462026-03-04T18:46:22.822Z[ recovery-image] Mar 04 18:46:20.714 INFO O| Mar 04 18:46:20.714 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76472026-03-04T18:46:22.846Z[ recovery-image] Mar 04 18:46:20.727 INFO O| Mar 04 18:46:20.727 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-sk-helper"
76482026-03-04T18:46:22.846Z[ recovery-image] Mar 04 18:46:20.727 INFO O| Mar 04 18:46:20.727 INFO STEP 942 (remove_files) COMPLETE
76492026-03-04T18:46:22.846Z[ recovery-image] Mar 04 18:46:20.727 INFO O| Mar 04 18:46:20.727 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76502026-03-04T18:46:22.851Z[ recovery-image] Mar 04 18:46:20.740 INFO O| Mar 04 18:46:20.739 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispgid"
76512026-03-04T18:46:22.851Z[ recovery-image] Mar 04 18:46:20.740 INFO O| Mar 04 18:46:20.740 INFO STEP 943 (remove_files) COMPLETE
76522026-03-04T18:46:22.851Z[ recovery-image] Mar 04 18:46:20.740 INFO O| Mar 04 18:46:20.740 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76532026-03-04T18:46:22.861Z[ recovery-image] Mar 04 18:46:20.753 INFO O| Mar 04 18:46:20.753 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispuid"
76542026-03-04T18:46:22.861Z[ recovery-image] Mar 04 18:46:20.753 INFO O| Mar 04 18:46:20.753 INFO STEP 944 (remove_files) COMPLETE
76552026-03-04T18:46:22.865Z[ recovery-image] Mar 04 18:46:20.753 INFO O| Mar 04 18:46:20.753 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76562026-03-04T18:46:22.874Z[ recovery-image] Mar 04 18:46:20.766 INFO O| Mar 04 18:46:20.766 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errange"
76572026-03-04T18:46:22.874Z[ recovery-image] Mar 04 18:46:20.766 INFO O| Mar 04 18:46:20.766 INFO STEP 945 (remove_files) COMPLETE
76582026-03-04T18:46:22.874Z[ recovery-image] Mar 04 18:46:20.766 INFO O| Mar 04 18:46:20.766 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76592026-03-04T18:46:22.885Z[ recovery-image] Mar 04 18:46:20.778 INFO O| Mar 04 18:46:20.777 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errdate"
76602026-03-04T18:46:22.885Z[ recovery-image] Mar 04 18:46:20.778 INFO O| Mar 04 18:46:20.778 INFO STEP 946 (remove_files) COMPLETE
76612026-03-04T18:46:22.889Z[ recovery-image] Mar 04 18:46:20.778 INFO O| Mar 04 18:46:20.778 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76622026-03-04T18:46:22.897Z[ recovery-image] Mar 04 18:46:20.789 INFO O| Mar 04 18:46:20.789 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errgid"
76632026-03-04T18:46:22.904Z[ recovery-image] Mar 04 18:46:20.789 INFO O| Mar 04 18:46:20.789 INFO STEP 947 (remove_files) COMPLETE
76642026-03-04T18:46:22.904Z[ recovery-image] Mar 04 18:46:20.789 INFO O| Mar 04 18:46:20.789 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76652026-03-04T18:46:22.911Z[ recovery-image] Mar 04 18:46:20.803 INFO O| Mar 04 18:46:20.803 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errint"
76662026-03-04T18:46:22.911Z[ recovery-image] Mar 04 18:46:20.804 INFO O| Mar 04 18:46:20.804 INFO STEP 948 (remove_files) COMPLETE
76672026-03-04T18:46:22.915Z[ recovery-image] Mar 04 18:46:20.804 INFO O| Mar 04 18:46:20.804 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76682026-03-04T18:46:22.924Z[ recovery-image] Mar 04 18:46:20.817 INFO O| Mar 04 18:46:20.816 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erritem"
76692026-03-04T18:46:22.924Z[ recovery-image] Mar 04 18:46:20.817 INFO O| Mar 04 18:46:20.817 INFO STEP 949 (remove_files) COMPLETE
76702026-03-04T18:46:22.929Z[ recovery-image] Mar 04 18:46:20.817 INFO O| Mar 04 18:46:20.817 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76712026-03-04T18:46:22.937Z[ recovery-image] Mar 04 18:46:20.829 INFO O| Mar 04 18:46:20.829 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errpath"
76722026-03-04T18:46:22.937Z[ recovery-image] Mar 04 18:46:20.829 INFO O| Mar 04 18:46:20.829 INFO STEP 950 (remove_files) COMPLETE
76732026-03-04T18:46:22.942Z[ recovery-image] Mar 04 18:46:20.829 INFO O| Mar 04 18:46:20.829 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76742026-03-04T18:46:22.950Z[ recovery-image] Mar 04 18:46:20.841 INFO O| Mar 04 18:46:20.841 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errstr"
76752026-03-04T18:46:22.950Z[ recovery-image] Mar 04 18:46:20.841 INFO O| Mar 04 18:46:20.841 INFO STEP 951 (remove_files) COMPLETE
76762026-03-04T18:46:22.955Z[ recovery-image] Mar 04 18:46:20.841 INFO O| Mar 04 18:46:20.841 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76772026-03-04T18:46:22.962Z[ recovery-image] Mar 04 18:46:20.854 INFO O| Mar 04 18:46:20.854 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errtime"
76782026-03-04T18:46:22.962Z[ recovery-image] Mar 04 18:46:20.854 INFO O| Mar 04 18:46:20.854 INFO STEP 952 (remove_files) COMPLETE
76792026-03-04T18:46:22.962Z[ recovery-image] Mar 04 18:46:20.854 INFO O| Mar 04 18:46:20.854 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76802026-03-04T18:46:22.976Z[ recovery-image] Mar 04 18:46:20.868 INFO O| Mar 04 18:46:20.868 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erruid"
76812026-03-04T18:46:22.976Z[ recovery-image] Mar 04 18:46:20.869 INFO O| Mar 04 18:46:20.868 INFO STEP 953 (remove_files) COMPLETE
76822026-03-04T18:46:22.976Z[ recovery-image] Mar 04 18:46:20.869 INFO O| Mar 04 18:46:20.868 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76832026-03-04T18:46:22.990Z[ recovery-image] Mar 04 18:46:20.882 INFO O| Mar 04 18:46:20.882 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erryorn"
76842026-03-04T18:46:22.990Z[ recovery-image] Mar 04 18:46:20.882 INFO O| Mar 04 18:46:20.882 INFO STEP 954 (remove_files) COMPLETE
76852026-03-04T18:46:22.990Z[ recovery-image] Mar 04 18:46:20.882 INFO O| Mar 04 18:46:20.882 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76862026-03-04T18:46:23.005Z[ recovery-image] Mar 04 18:46:20.896 INFO O| Mar 04 18:46:20.895 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpdate"
76872026-03-04T18:46:23.005Z[ recovery-image] Mar 04 18:46:20.896 INFO O| Mar 04 18:46:20.896 INFO STEP 955 (remove_files) COMPLETE
76882026-03-04T18:46:23.006Z[ recovery-image] Mar 04 18:46:20.896 INFO O| Mar 04 18:46:20.896 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76892026-03-04T18:46:23.041Z[ recovery-image] Mar 04 18:46:20.909 INFO O| Mar 04 18:46:20.909 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpgid"
76902026-03-04T18:46:23.041Z[ recovery-image] Mar 04 18:46:20.909 INFO O| Mar 04 18:46:20.909 INFO STEP 956 (remove_files) COMPLETE
76912026-03-04T18:46:23.041Z[ recovery-image] Mar 04 18:46:20.909 INFO O| Mar 04 18:46:20.909 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76922026-03-04T18:46:23.041Z[ recovery-image] Mar 04 18:46:20.922 INFO O| Mar 04 18:46:20.922 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpint"
76932026-03-04T18:46:23.041Z[ recovery-image] Mar 04 18:46:20.922 INFO O| Mar 04 18:46:20.922 INFO STEP 957 (remove_files) COMPLETE
76942026-03-04T18:46:23.041Z[ recovery-image] Mar 04 18:46:20.923 INFO O| Mar 04 18:46:20.922 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76952026-03-04T18:46:23.069Z[ recovery-image] Mar 04 18:46:20.935 INFO O| Mar 04 18:46:20.935 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpitem"
76962026-03-04T18:46:23.069Z[ recovery-image] Mar 04 18:46:20.935 INFO O| Mar 04 18:46:20.935 INFO STEP 958 (remove_files) COMPLETE
76972026-03-04T18:46:23.069Z[ recovery-image] Mar 04 18:46:20.935 INFO O| Mar 04 18:46:20.935 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76982026-03-04T18:46:23.097Z[ recovery-image] Mar 04 18:46:20.948 INFO O| Mar 04 18:46:20.948 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helppath"
76992026-03-04T18:46:23.097Z[ recovery-image] Mar 04 18:46:20.948 INFO O| Mar 04 18:46:20.948 INFO STEP 959 (remove_files) COMPLETE
77002026-03-04T18:46:23.097Z[ recovery-image] Mar 04 18:46:20.948 INFO O| Mar 04 18:46:20.948 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77012026-03-04T18:46:23.097Z[ recovery-image] Mar 04 18:46:20.960 INFO O| Mar 04 18:46:20.960 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helprange"
77022026-03-04T18:46:23.097Z[ recovery-image] Mar 04 18:46:20.960 INFO O| Mar 04 18:46:20.960 INFO STEP 960 (remove_files) COMPLETE
77032026-03-04T18:46:23.097Z[ recovery-image] Mar 04 18:46:20.960 INFO O| Mar 04 18:46:20.960 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77042026-03-04T18:46:23.097Z[ recovery-image] Mar 04 18:46:20.972 INFO O| Mar 04 18:46:20.972 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpstr"
77052026-03-04T18:46:23.098Z[ recovery-image] Mar 04 18:46:20.972 INFO O| Mar 04 18:46:20.972 INFO STEP 961 (remove_files) COMPLETE
77062026-03-04T18:46:23.098Z[ recovery-image] Mar 04 18:46:20.972 INFO O| Mar 04 18:46:20.972 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77072026-03-04T18:46:23.098Z[ recovery-image] Mar 04 18:46:20.986 INFO O| Mar 04 18:46:20.986 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helptime"
77082026-03-04T18:46:23.098Z[ recovery-image] Mar 04 18:46:20.986 INFO O| Mar 04 18:46:20.986 INFO STEP 962 (remove_files) COMPLETE
77092026-03-04T18:46:23.098Z[ recovery-image] Mar 04 18:46:20.986 INFO O| Mar 04 18:46:20.986 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77102026-03-04T18:46:23.116Z[ recovery-image] Mar 04 18:46:20.999 INFO O| Mar 04 18:46:20.999 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpuid"
77112026-03-04T18:46:23.116Z[ recovery-image] Mar 04 18:46:20.999 INFO O| Mar 04 18:46:20.999 INFO STEP 963 (remove_files) COMPLETE
77122026-03-04T18:46:23.136Z[ recovery-image] Mar 04 18:46:20.999 INFO O| Mar 04 18:46:20.999 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77132026-03-04T18:46:23.136Z[ recovery-image] Mar 04 18:46:21.012 INFO O| Mar 04 18:46:21.012 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpyorn"
77142026-03-04T18:46:23.136Z[ recovery-image] Mar 04 18:46:21.012 INFO O| Mar 04 18:46:21.012 INFO STEP 964 (remove_files) COMPLETE
77152026-03-04T18:46:23.136Z[ recovery-image] Mar 04 18:46:21.012 INFO O| Mar 04 18:46:21.012 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77162026-03-04T18:46:23.141Z[ recovery-image] Mar 04 18:46:21.024 INFO O| Mar 04 18:46:21.024 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/puttext"
77172026-03-04T18:46:23.141Z[ recovery-image] Mar 04 18:46:21.024 INFO O| Mar 04 18:46:21.024 INFO STEP 965 (remove_files) COMPLETE
77182026-03-04T18:46:23.141Z[ recovery-image] Mar 04 18:46:21.024 INFO O| Mar 04 18:46:21.024 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77192026-03-04T18:46:23.144Z[ recovery-image] Mar 04 18:46:21.037 INFO O| Mar 04 18:46:21.037 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valdate"
77202026-03-04T18:46:23.144Z[ recovery-image] Mar 04 18:46:21.037 INFO O| Mar 04 18:46:21.037 INFO STEP 966 (remove_files) COMPLETE
77212026-03-04T18:46:23.145Z[ recovery-image] Mar 04 18:46:21.037 INFO O| Mar 04 18:46:21.037 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77222026-03-04T18:46:23.158Z[ recovery-image] Mar 04 18:46:21.050 INFO O| Mar 04 18:46:21.050 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valgid"
77232026-03-04T18:46:23.158Z[ recovery-image] Mar 04 18:46:21.050 INFO O| Mar 04 18:46:21.050 INFO STEP 967 (remove_files) COMPLETE
77242026-03-04T18:46:23.158Z[ recovery-image] Mar 04 18:46:21.050 INFO O| Mar 04 18:46:21.050 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77252026-03-04T18:46:23.172Z[ recovery-image] Mar 04 18:46:21.063 INFO O| Mar 04 18:46:21.063 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valint"
77262026-03-04T18:46:23.172Z[ recovery-image] Mar 04 18:46:21.063 INFO O| Mar 04 18:46:21.063 INFO STEP 968 (remove_files) COMPLETE
77272026-03-04T18:46:23.176Z[ recovery-image] Mar 04 18:46:21.063 INFO O| Mar 04 18:46:21.063 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77282026-03-04T18:46:23.184Z[ recovery-image] Mar 04 18:46:21.075 INFO O| Mar 04 18:46:21.075 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valpath"
77292026-03-04T18:46:23.184Z[ recovery-image] Mar 04 18:46:21.075 INFO O| Mar 04 18:46:21.075 INFO STEP 969 (remove_files) COMPLETE
77302026-03-04T18:46:23.184Z[ recovery-image] Mar 04 18:46:21.075 INFO O| Mar 04 18:46:21.075 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77312026-03-04T18:46:23.196Z[ recovery-image] Mar 04 18:46:21.087 INFO O| Mar 04 18:46:21.087 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valrange"
77322026-03-04T18:46:23.196Z[ recovery-image] Mar 04 18:46:21.087 INFO O| Mar 04 18:46:21.087 INFO STEP 970 (remove_files) COMPLETE
77332026-03-04T18:46:23.199Z[ recovery-image] Mar 04 18:46:21.087 INFO O| Mar 04 18:46:21.087 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77342026-03-04T18:46:23.206Z[ recovery-image] Mar 04 18:46:21.099 INFO O| Mar 04 18:46:21.099 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valstr"
77352026-03-04T18:46:23.206Z[ recovery-image] Mar 04 18:46:21.099 INFO O| Mar 04 18:46:21.099 INFO STEP 971 (remove_files) COMPLETE
77362026-03-04T18:46:23.206Z[ recovery-image] Mar 04 18:46:21.099 INFO O| Mar 04 18:46:21.099 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77372026-03-04T18:46:23.219Z[ recovery-image] Mar 04 18:46:21.111 INFO O| Mar 04 18:46:21.111 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valtime"
77382026-03-04T18:46:23.219Z[ recovery-image] Mar 04 18:46:21.111 INFO O| Mar 04 18:46:21.111 INFO STEP 972 (remove_files) COMPLETE
77392026-03-04T18:46:23.219Z[ recovery-image] Mar 04 18:46:21.111 INFO O| Mar 04 18:46:21.111 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77402026-03-04T18:46:23.239Z[ recovery-image] Mar 04 18:46:21.131 INFO O| Mar 04 18:46:21.131 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valuid"
77412026-03-04T18:46:23.239Z[ recovery-image] Mar 04 18:46:21.131 INFO O| Mar 04 18:46:21.131 INFO STEP 973 (remove_files) COMPLETE
77422026-03-04T18:46:23.239Z[ recovery-image] Mar 04 18:46:21.131 INFO O| Mar 04 18:46:21.131 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77432026-03-04T18:46:23.253Z[ recovery-image] Mar 04 18:46:21.145 INFO O| Mar 04 18:46:21.145 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valyorn"
77442026-03-04T18:46:23.253Z[ recovery-image] Mar 04 18:46:21.145 INFO O| Mar 04 18:46:21.145 INFO STEP 974 (remove_files) COMPLETE
77452026-03-04T18:46:23.253Z[ recovery-image] Mar 04 18:46:21.145 INFO O| Mar 04 18:46:21.145 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77462026-03-04T18:46:23.265Z[ recovery-image] Mar 04 18:46:21.158 INFO O| Mar 04 18:46:21.157 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkginstall"
77472026-03-04T18:46:23.268Z[ recovery-image] Mar 04 18:46:21.158 INFO O| Mar 04 18:46:21.158 INFO STEP 975 (remove_files) COMPLETE
77482026-03-04T18:46:23.268Z[ recovery-image] Mar 04 18:46:21.158 INFO O| Mar 04 18:46:21.158 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77492026-03-04T18:46:23.281Z[ recovery-image] Mar 04 18:46:21.170 INFO O| Mar 04 18:46:21.170 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgname"
77502026-03-04T18:46:23.281Z[ recovery-image] Mar 04 18:46:21.170 INFO O| Mar 04 18:46:21.170 INFO STEP 976 (remove_files) COMPLETE
77512026-03-04T18:46:23.281Z[ recovery-image] Mar 04 18:46:21.170 INFO O| Mar 04 18:46:21.170 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77522026-03-04T18:46:23.290Z[ recovery-image] Mar 04 18:46:21.182 INFO O| Mar 04 18:46:21.182 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgremove"
77532026-03-04T18:46:23.290Z[ recovery-image] Mar 04 18:46:21.182 INFO O| Mar 04 18:46:21.182 INFO STEP 977 (remove_files) COMPLETE
77542026-03-04T18:46:23.290Z[ recovery-image] Mar 04 18:46:21.182 INFO O| Mar 04 18:46:21.182 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77552026-03-04T18:46:23.304Z[ recovery-image] Mar 04 18:46:21.196 INFO O| Mar 04 18:46:21.196 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgserv"
77562026-03-04T18:46:23.304Z[ recovery-image] Mar 04 18:46:21.196 INFO O| Mar 04 18:46:21.196 INFO STEP 978 (remove_files) COMPLETE
77572026-03-04T18:46:23.304Z[ recovery-image] Mar 04 18:46:21.196 INFO O| Mar 04 18:46:21.196 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77582026-03-04T18:46:23.318Z[ recovery-image] Mar 04 18:46:21.210 INFO O| Mar 04 18:46:21.210 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/miniroot.db"
77592026-03-04T18:46:23.318Z[ recovery-image] Mar 04 18:46:21.210 INFO O| Mar 04 18:46:21.210 INFO STEP 979 (remove_files) COMPLETE
77602026-03-04T18:46:23.318Z[ recovery-image] Mar 04 18:46:21.210 INFO O| Mar 04 18:46:21.210 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77612026-03-04T18:46:23.331Z[ recovery-image] Mar 04 18:46:21.224 INFO O| Mar 04 18:46:21.223 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/scripts/i.preserve"
77622026-03-04T18:46:23.332Z[ recovery-image] Mar 04 18:46:21.224 INFO O| Mar 04 18:46:21.224 INFO STEP 980 (remove_files) COMPLETE
77632026-03-04T18:46:23.332Z[ recovery-image] Mar 04 18:46:21.224 INFO O| Mar 04 18:46:21.224 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77642026-03-04T18:46:23.347Z[ recovery-image] Mar 04 18:46:21.236 INFO O| Mar 04 18:46:21.236 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/ugdates"
77652026-03-04T18:46:23.352Z[ recovery-image] Mar 04 18:46:21.237 INFO O| Mar 04 18:46:21.237 INFO STEP 981 (remove_files) COMPLETE
77662026-03-04T18:46:23.352Z[ recovery-image] Mar 04 18:46:21.237 INFO O| Mar 04 18:46:21.237 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77672026-03-04T18:46:23.359Z[ recovery-image] Mar 04 18:46:21.250 INFO O| Mar 04 18:46:21.250 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/6to4relay"
77682026-03-04T18:46:23.362Z[ recovery-image] Mar 04 18:46:21.251 INFO O| Mar 04 18:46:21.251 INFO STEP 982 (remove_files) COMPLETE
77692026-03-04T18:46:23.362Z[ recovery-image] Mar 04 18:46:21.252 INFO O| Mar 04 18:46:21.251 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77702026-03-04T18:46:23.372Z[ recovery-image] Mar 04 18:46:21.264 INFO O| Mar 04 18:46:21.264 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acctadm"
77712026-03-04T18:46:23.372Z[ recovery-image] Mar 04 18:46:21.264 INFO O| Mar 04 18:46:21.264 INFO STEP 983 (remove_files) COMPLETE
77722026-03-04T18:46:23.376Z[ recovery-image] Mar 04 18:46:21.264 INFO O| Mar 04 18:46:21.264 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77732026-03-04T18:46:23.385Z[ recovery-image] Mar 04 18:46:21.277 INFO O| Mar 04 18:46:21.277 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpidump"
77742026-03-04T18:46:23.385Z[ recovery-image] Mar 04 18:46:21.277 INFO O| Mar 04 18:46:21.277 INFO STEP 984 (remove_files) COMPLETE
77752026-03-04T18:46:23.388Z[ recovery-image] Mar 04 18:46:21.277 INFO O| Mar 04 18:46:21.277 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77762026-03-04T18:46:23.397Z[ recovery-image] Mar 04 18:46:21.289 INFO O| Mar 04 18:46:21.289 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpixtract"
77772026-03-04T18:46:23.405Z[ recovery-image] Mar 04 18:46:21.289 INFO O| Mar 04 18:46:21.289 INFO STEP 985 (remove_files) COMPLETE
77782026-03-04T18:46:23.405Z[ recovery-image] Mar 04 18:46:21.289 INFO O| Mar 04 18:46:21.289 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77792026-03-04T18:46:23.411Z[ recovery-image] Mar 04 18:46:21.302 INFO O| Mar 04 18:46:21.302 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/add_drv"
77802026-03-04T18:46:23.411Z[ recovery-image] Mar 04 18:46:21.302 INFO O| Mar 04 18:46:21.302 INFO STEP 986 (remove_files) COMPLETE
77812026-03-04T18:46:23.411Z[ recovery-image] Mar 04 18:46:21.302 INFO O| Mar 04 18:46:21.302 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77822026-03-04T18:46:23.424Z[ recovery-image] Mar 04 18:46:21.316 INFO O| Mar 04 18:46:21.316 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/allocate"
77832026-03-04T18:46:23.424Z[ recovery-image] Mar 04 18:46:21.316 INFO O| Mar 04 18:46:21.316 INFO STEP 987 (remove_files) COMPLETE
77842026-03-04T18:46:23.424Z[ recovery-image] Mar 04 18:46:21.316 INFO O| Mar 04 18:46:21.316 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77852026-03-04T18:46:23.437Z[ recovery-image] Mar 04 18:46:21.329 INFO O| Mar 04 18:46:21.329 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/intrstat"
77862026-03-04T18:46:23.437Z[ recovery-image] Mar 04 18:46:21.329 INFO O| Mar 04 18:46:21.329 INFO STEP 988 (remove_files) COMPLETE
77872026-03-04T18:46:23.437Z[ recovery-image] Mar 04 18:46:21.329 INFO O| Mar 04 18:46:21.329 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77882026-03-04T18:46:23.450Z[ recovery-image] Mar 04 18:46:21.342 INFO O| Mar 04 18:46:21.342 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/lockstat"
77892026-03-04T18:46:23.450Z[ recovery-image] Mar 04 18:46:21.343 INFO O| Mar 04 18:46:21.343 INFO STEP 989 (remove_files) COMPLETE
77902026-03-04T18:46:23.450Z[ recovery-image] Mar 04 18:46:21.343 INFO O| Mar 04 18:46:21.343 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77912026-03-04T18:46:23.464Z[ recovery-image] Mar 04 18:46:21.356 INFO O| Mar 04 18:46:21.356 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/plockstat"
77922026-03-04T18:46:23.465Z[ recovery-image] Mar 04 18:46:21.356 INFO O| Mar 04 18:46:21.356 INFO STEP 990 (remove_files) COMPLETE
77932026-03-04T18:46:23.469Z[ recovery-image] Mar 04 18:46:21.356 INFO O| Mar 04 18:46:21.356 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77942026-03-04T18:46:23.477Z[ recovery-image] Mar 04 18:46:21.369 INFO O| Mar 04 18:46:21.369 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/arp"
77952026-03-04T18:46:23.477Z[ recovery-image] Mar 04 18:46:21.369 INFO O| Mar 04 18:46:21.369 INFO STEP 991 (remove_files) COMPLETE
77962026-03-04T18:46:23.484Z[ recovery-image] Mar 04 18:46:21.369 INFO O| Mar 04 18:46:21.369 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77972026-03-04T18:46:23.490Z[ recovery-image] Mar 04 18:46:21.382 INFO O| Mar 04 18:46:21.382 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audit"
77982026-03-04T18:46:23.490Z[ recovery-image] Mar 04 18:46:21.382 INFO O| Mar 04 18:46:21.382 INFO STEP 992 (remove_files) COMPLETE
77992026-03-04T18:46:23.490Z[ recovery-image] Mar 04 18:46:21.382 INFO O| Mar 04 18:46:21.382 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78002026-03-04T18:46:23.503Z[ recovery-image] Mar 04 18:46:21.395 INFO O| Mar 04 18:46:21.395 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditconfig"
78012026-03-04T18:46:23.503Z[ recovery-image] Mar 04 18:46:21.395 INFO O| Mar 04 18:46:21.395 INFO STEP 993 (remove_files) COMPLETE
78022026-03-04T18:46:23.506Z[ recovery-image] Mar 04 18:46:21.395 INFO O| Mar 04 18:46:21.395 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78032026-03-04T18:46:23.516Z[ recovery-image] Mar 04 18:46:21.408 INFO O| Mar 04 18:46:21.408 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditd"
78042026-03-04T18:46:23.516Z[ recovery-image] Mar 04 18:46:21.408 INFO O| Mar 04 18:46:21.408 INFO STEP 994 (remove_files) COMPLETE
78052026-03-04T18:46:23.516Z[ recovery-image] Mar 04 18:46:21.408 INFO O| Mar 04 18:46:21.408 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78062026-03-04T18:46:23.530Z[ recovery-image] Mar 04 18:46:21.421 INFO O| Mar 04 18:46:21.421 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditrecord"
78072026-03-04T18:46:23.530Z[ recovery-image] Mar 04 18:46:21.421 INFO O| Mar 04 18:46:21.421 INFO STEP 995 (remove_files) COMPLETE
78082026-03-04T18:46:23.535Z[ recovery-image] Mar 04 18:46:21.421 INFO O| Mar 04 18:46:21.421 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78092026-03-04T18:46:23.543Z[ recovery-image] Mar 04 18:46:21.435 INFO O| Mar 04 18:46:21.435 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditreduce"
78102026-03-04T18:46:23.543Z[ recovery-image] Mar 04 18:46:21.435 INFO O| Mar 04 18:46:21.435 INFO STEP 996 (remove_files) COMPLETE
78112026-03-04T18:46:23.548Z[ recovery-image] Mar 04 18:46:21.435 INFO O| Mar 04 18:46:21.435 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78122026-03-04T18:46:23.557Z[ recovery-image] Mar 04 18:46:21.449 INFO O| Mar 04 18:46:21.449 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditstat"
78132026-03-04T18:46:23.557Z[ recovery-image] Mar 04 18:46:21.449 INFO O| Mar 04 18:46:21.449 INFO STEP 997 (remove_files) COMPLETE
78142026-03-04T18:46:23.557Z[ recovery-image] Mar 04 18:46:21.449 INFO O| Mar 04 18:46:21.449 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78152026-03-04T18:46:23.571Z[ recovery-image] Mar 04 18:46:21.463 INFO O| Mar 04 18:46:21.463 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audlinks"
78162026-03-04T18:46:23.571Z[ recovery-image] Mar 04 18:46:21.463 INFO O| Mar 04 18:46:21.463 INFO STEP 998 (remove_files) COMPLETE
78172026-03-04T18:46:23.571Z[ recovery-image] Mar 04 18:46:21.463 INFO O| Mar 04 18:46:21.463 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78182026-03-04T18:46:23.586Z[ recovery-image] Mar 04 18:46:21.478 INFO O| Mar 04 18:46:21.478 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyve"
78192026-03-04T18:46:23.586Z[ recovery-image] Mar 04 18:46:21.478 INFO O| Mar 04 18:46:21.478 INFO STEP 999 (remove_files) COMPLETE
78202026-03-04T18:46:23.592Z[ recovery-image] Mar 04 18:46:21.478 INFO O| Mar 04 18:46:21.478 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78212026-03-04T18:46:23.601Z[ recovery-image] Mar 04 18:46:21.492 INFO O| Mar 04 18:46:21.492 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyvectl"
78222026-03-04T18:46:23.601Z[ recovery-image] Mar 04 18:46:21.493 INFO O| Mar 04 18:46:21.492 INFO STEP 1000 (remove_files) COMPLETE
78232026-03-04T18:46:23.611Z[ recovery-image] Mar 04 18:46:21.493 INFO O| Mar 04 18:46:21.493 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78242026-03-04T18:46:23.615Z[ recovery-image] Mar 04 18:46:21.507 INFO O| Mar 04 18:46:21.507 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/cfgadm"
78252026-03-04T18:46:23.615Z[ recovery-image] Mar 04 18:46:21.507 INFO O| Mar 04 18:46:21.507 INFO STEP 1001 (remove_files) COMPLETE
78262026-03-04T18:46:23.616Z[ recovery-image] Mar 04 18:46:21.507 INFO O| Mar 04 18:46:21.507 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78272026-03-04T18:46:23.630Z[ recovery-image] Mar 04 18:46:21.522 INFO O| Mar 04 18:46:21.522 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chronyd"
78282026-03-04T18:46:23.630Z[ recovery-image] Mar 04 18:46:21.522 INFO O| Mar 04 18:46:21.522 INFO STEP 1002 (remove_files) COMPLETE
78292026-03-04T18:46:23.630Z[ recovery-image] Mar 04 18:46:21.522 INFO O| Mar 04 18:46:21.522 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78302026-03-04T18:46:23.647Z[ recovery-image] Mar 04 18:46:21.536 INFO O| Mar 04 18:46:21.536 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chroot"
78312026-03-04T18:46:23.647Z[ recovery-image] Mar 04 18:46:21.536 INFO O| Mar 04 18:46:21.536 INFO STEP 1003 (remove_files) COMPLETE
78322026-03-04T18:46:23.653Z[ recovery-image] Mar 04 18:46:21.536 INFO O| Mar 04 18:46:21.536 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78332026-03-04T18:46:23.658Z[ recovery-image] Mar 04 18:46:21.550 INFO O| Mar 04 18:46:21.550 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clear_locks"
78342026-03-04T18:46:23.658Z[ recovery-image] Mar 04 18:46:21.550 INFO O| Mar 04 18:46:21.550 INFO STEP 1004 (remove_files) COMPLETE
78352026-03-04T18:46:23.658Z[ recovery-image] Mar 04 18:46:21.550 INFO O| Mar 04 18:46:21.550 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78362026-03-04T18:46:23.678Z[ recovery-image] Mar 04 18:46:21.564 INFO O| Mar 04 18:46:21.564 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clinfo"
78372026-03-04T18:46:23.678Z[ recovery-image] Mar 04 18:46:21.564 INFO O| Mar 04 18:46:21.564 INFO STEP 1005 (remove_files) COMPLETE
78382026-03-04T18:46:23.678Z[ recovery-image] Mar 04 18:46:21.564 INFO O| Mar 04 18:46:21.564 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78392026-03-04T18:46:23.685Z[ recovery-image] Mar 04 18:46:21.577 INFO O| Mar 04 18:46:21.577 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clri"
78402026-03-04T18:46:23.686Z[ recovery-image] Mar 04 18:46:21.578 INFO O| Mar 04 18:46:21.578 INFO STEP 1006 (remove_files) COMPLETE
78412026-03-04T18:46:23.686Z[ recovery-image] Mar 04 18:46:21.578 INFO O| Mar 04 18:46:21.578 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78422026-03-04T18:46:23.702Z[ recovery-image] Mar 04 18:46:21.592 INFO O| Mar 04 18:46:21.592 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadm"
78432026-03-04T18:46:23.702Z[ recovery-image] Mar 04 18:46:21.592 INFO O| Mar 04 18:46:21.592 INFO STEP 1007 (remove_files) COMPLETE
78442026-03-04T18:46:23.702Z[ recovery-image] Mar 04 18:46:21.592 INFO O| Mar 04 18:46:21.592 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78452026-03-04T18:46:23.718Z[ recovery-image] Mar 04 18:46:21.606 INFO O| Mar 04 18:46:21.606 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadmd"
78462026-03-04T18:46:23.718Z[ recovery-image] Mar 04 18:46:21.606 INFO O| Mar 04 18:46:21.606 INFO STEP 1008 (remove_files) COMPLETE
78472026-03-04T18:46:23.718Z[ recovery-image] Mar 04 18:46:21.606 INFO O| Mar 04 18:46:21.606 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78482026-03-04T18:46:23.729Z[ recovery-image] Mar 04 18:46:21.621 INFO O| Mar 04 18:46:21.621 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/cpustat"
78492026-03-04T18:46:23.729Z[ recovery-image] Mar 04 18:46:21.621 INFO O| Mar 04 18:46:21.621 INFO STEP 1009 (remove_files) COMPLETE
78502026-03-04T18:46:23.729Z[ recovery-image] Mar 04 18:46:21.621 INFO O| Mar 04 18:46:21.621 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78512026-03-04T18:46:23.743Z[ recovery-image] Mar 04 18:46:21.634 INFO O| Mar 04 18:46:21.634 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/deallocate"
78522026-03-04T18:46:23.743Z[ recovery-image] Mar 04 18:46:21.635 INFO O| Mar 04 18:46:21.635 INFO STEP 1010 (remove_files) COMPLETE
78532026-03-04T18:46:23.743Z[ recovery-image] Mar 04 18:46:21.635 INFO O| Mar 04 18:46:21.635 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78542026-03-04T18:46:23.757Z[ recovery-image] Mar 04 18:46:21.649 INFO O| Mar 04 18:46:21.649 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devinfo"
78552026-03-04T18:46:23.757Z[ recovery-image] Mar 04 18:46:21.649 INFO O| Mar 04 18:46:21.649 INFO STEP 1011 (remove_files) COMPLETE
78562026-03-04T18:46:23.757Z[ recovery-image] Mar 04 18:46:21.649 INFO O| Mar 04 18:46:21.649 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78572026-03-04T18:46:23.773Z[ recovery-image] Mar 04 18:46:21.663 INFO O| Mar 04 18:46:21.663 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devlinks"
78582026-03-04T18:46:23.773Z[ recovery-image] Mar 04 18:46:21.663 INFO O| Mar 04 18:46:21.663 INFO STEP 1012 (remove_files) COMPLETE
78592026-03-04T18:46:23.773Z[ recovery-image] Mar 04 18:46:21.663 INFO O| Mar 04 18:46:21.663 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78602026-03-04T18:46:23.787Z[ recovery-image] Mar 04 18:46:21.677 INFO O| Mar 04 18:46:21.676 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/df"
78612026-03-04T18:46:23.787Z[ recovery-image] Mar 04 18:46:21.677 INFO O| Mar 04 18:46:21.677 INFO STEP 1013 (remove_files) COMPLETE
78622026-03-04T18:46:23.792Z[ recovery-image] Mar 04 18:46:21.677 INFO O| Mar 04 18:46:21.677 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78632026-03-04T18:46:23.798Z[ recovery-image] Mar 04 18:46:21.690 INFO O| Mar 04 18:46:21.690 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfmounts"
78642026-03-04T18:46:23.798Z[ recovery-image] Mar 04 18:46:21.690 INFO O| Mar 04 18:46:21.690 INFO STEP 1014 (remove_files) COMPLETE
78652026-03-04T18:46:23.798Z[ recovery-image] Mar 04 18:46:21.690 INFO O| Mar 04 18:46:21.690 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78662026-03-04T18:46:23.815Z[ recovery-image] Mar 04 18:46:21.704 INFO O| Mar 04 18:46:21.703 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfshares"
78672026-03-04T18:46:23.815Z[ recovery-image] Mar 04 18:46:21.704 INFO O| Mar 04 18:46:21.704 INFO STEP 1015 (remove_files) COMPLETE
78682026-03-04T18:46:23.815Z[ recovery-image] Mar 04 18:46:21.704 INFO O| Mar 04 18:46:21.704 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78692026-03-04T18:46:23.827Z[ recovery-image] Mar 04 18:46:21.717 INFO O| Mar 04 18:46:21.717 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/disks"
78702026-03-04T18:46:23.827Z[ recovery-image] Mar 04 18:46:21.717 INFO O| Mar 04 18:46:21.717 INFO STEP 1016 (remove_files) COMPLETE
78712026-03-04T18:46:23.827Z[ recovery-image] Mar 04 18:46:21.717 INFO O| Mar 04 18:46:21.717 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78722026-03-04T18:46:23.840Z[ recovery-image] Mar 04 18:46:21.730 INFO O| Mar 04 18:46:21.730 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dispadmin"
78732026-03-04T18:46:23.840Z[ recovery-image] Mar 04 18:46:21.730 INFO O| Mar 04 18:46:21.730 INFO STEP 1017 (remove_files) COMPLETE
78742026-03-04T18:46:23.840Z[ recovery-image] Mar 04 18:46:21.730 INFO O| Mar 04 18:46:21.730 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78752026-03-04T18:46:23.852Z[ recovery-image] Mar 04 18:46:21.744 INFO O| Mar 04 18:46:21.744 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dminfo"
78762026-03-04T18:46:23.852Z[ recovery-image] Mar 04 18:46:21.744 INFO O| Mar 04 18:46:21.744 INFO STEP 1018 (remove_files) COMPLETE
78772026-03-04T18:46:23.852Z[ recovery-image] Mar 04 18:46:21.744 INFO O| Mar 04 18:46:21.744 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78782026-03-04T18:46:23.865Z[ recovery-image] Mar 04 18:46:21.757 INFO O| Mar 04 18:46:21.757 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/drvconfig"
78792026-03-04T18:46:23.865Z[ recovery-image] Mar 04 18:46:21.757 INFO O| Mar 04 18:46:21.757 INFO STEP 1019 (remove_files) COMPLETE
78802026-03-04T18:46:23.869Z[ recovery-image] Mar 04 18:46:21.757 INFO O| Mar 04 18:46:21.757 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78812026-03-04T18:46:23.878Z[ recovery-image] Mar 04 18:46:21.770 INFO O| Mar 04 18:46:21.770 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/eeprom"
78822026-03-04T18:46:23.878Z[ recovery-image] Mar 04 18:46:21.770 INFO O| Mar 04 18:46:21.770 INFO STEP 1020 (remove_files) COMPLETE
78832026-03-04T18:46:23.878Z[ recovery-image] Mar 04 18:46:21.770 INFO O| Mar 04 18:46:21.770 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78842026-03-04T18:46:23.893Z[ recovery-image] Mar 04 18:46:21.784 INFO O| Mar 04 18:46:21.784 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ff"
78852026-03-04T18:46:23.893Z[ recovery-image] Mar 04 18:46:21.784 INFO O| Mar 04 18:46:21.784 INFO STEP 1021 (remove_files) COMPLETE
78862026-03-04T18:46:23.893Z[ recovery-image] Mar 04 18:46:21.784 INFO O| Mar 04 18:46:21.784 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78872026-03-04T18:46:23.906Z[ recovery-image] Mar 04 18:46:21.798 INFO O| Mar 04 18:46:21.798 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmadm"
78882026-03-04T18:46:23.906Z[ recovery-image] Mar 04 18:46:21.798 INFO O| Mar 04 18:46:21.798 INFO STEP 1022 (remove_files) COMPLETE
78892026-03-04T18:46:23.906Z[ recovery-image] Mar 04 18:46:21.798 INFO O| Mar 04 18:46:21.798 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78902026-03-04T18:46:23.921Z[ recovery-image] Mar 04 18:46:21.812 INFO O| Mar 04 18:46:21.812 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmdump"
78912026-03-04T18:46:23.921Z[ recovery-image] Mar 04 18:46:21.812 INFO O| Mar 04 18:46:21.812 INFO STEP 1023 (remove_files) COMPLETE
78922026-03-04T18:46:23.921Z[ recovery-image] Mar 04 18:46:21.812 INFO O| Mar 04 18:46:21.812 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78932026-03-04T18:46:23.936Z[ recovery-image] Mar 04 18:46:21.827 INFO O| Mar 04 18:46:21.827 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmstat"
78942026-03-04T18:46:23.936Z[ recovery-image] Mar 04 18:46:21.827 INFO O| Mar 04 18:46:21.827 INFO STEP 1024 (remove_files) COMPLETE
78952026-03-04T18:46:23.941Z[ recovery-image] Mar 04 18:46:21.827 INFO O| Mar 04 18:46:21.827 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78962026-03-04T18:46:23.950Z[ recovery-image] Mar 04 18:46:21.842 INFO O| Mar 04 18:46:21.842 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmthard"
78972026-03-04T18:46:23.950Z[ recovery-image] Mar 04 18:46:21.842 INFO O| Mar 04 18:46:21.842 INFO STEP 1025 (remove_files) COMPLETE
78982026-03-04T18:46:23.950Z[ recovery-image] Mar 04 18:46:21.842 INFO O| Mar 04 18:46:21.842 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78992026-03-04T18:46:23.965Z[ recovery-image] Mar 04 18:46:21.857 INFO O| Mar 04 18:46:21.857 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/format"
79002026-03-04T18:46:23.965Z[ recovery-image] Mar 04 18:46:21.857 INFO O| Mar 04 18:46:21.857 INFO STEP 1026 (remove_files) COMPLETE
79012026-03-04T18:46:23.965Z[ recovery-image] Mar 04 18:46:21.857 INFO O| Mar 04 18:46:21.857 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79022026-03-04T18:46:23.979Z[ recovery-image] Mar 04 18:46:21.871 INFO O| Mar 04 18:46:21.871 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fsck"
79032026-03-04T18:46:23.979Z[ recovery-image] Mar 04 18:46:21.872 INFO O| Mar 04 18:46:21.871 INFO STEP 1027 (remove_files) COMPLETE
79042026-03-04T18:46:23.983Z[ recovery-image] Mar 04 18:46:21.872 INFO O| Mar 04 18:46:21.872 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79052026-03-04T18:46:24.006Z[ recovery-image] Mar 04 18:46:21.885 INFO O| Mar 04 18:46:21.885 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fuser"
79062026-03-04T18:46:24.006Z[ recovery-image] Mar 04 18:46:21.885 INFO O| Mar 04 18:46:21.885 INFO STEP 1028 (remove_files) COMPLETE
79072026-03-04T18:46:24.013Z[ recovery-image] Mar 04 18:46:21.885 INFO O| Mar 04 18:46:21.885 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79082026-03-04T18:46:24.014Z[ recovery-image] Mar 04 18:46:21.898 INFO O| Mar 04 18:46:21.898 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getdevpolicy"
79092026-03-04T18:46:24.014Z[ recovery-image] Mar 04 18:46:21.899 INFO O| Mar 04 18:46:21.898 INFO STEP 1029 (remove_files) COMPLETE
79102026-03-04T18:46:24.014Z[ recovery-image] Mar 04 18:46:21.899 INFO O| Mar 04 18:46:21.899 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79112026-03-04T18:46:24.021Z[ recovery-image] Mar 04 18:46:21.913 INFO O| Mar 04 18:46:21.913 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getmajor"
79122026-03-04T18:46:24.021Z[ recovery-image] Mar 04 18:46:21.913 INFO O| Mar 04 18:46:21.913 INFO STEP 1030 (remove_files) COMPLETE
79132026-03-04T18:46:24.021Z[ recovery-image] Mar 04 18:46:21.913 INFO O| Mar 04 18:46:21.913 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79142026-03-04T18:46:24.036Z[ recovery-image] Mar 04 18:46:21.927 INFO O| Mar 04 18:46:21.927 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupadd"
79152026-03-04T18:46:24.036Z[ recovery-image] Mar 04 18:46:21.927 INFO O| Mar 04 18:46:21.927 INFO STEP 1031 (remove_files) COMPLETE
79162026-03-04T18:46:24.036Z[ recovery-image] Mar 04 18:46:21.927 INFO O| Mar 04 18:46:21.927 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79172026-03-04T18:46:24.047Z[ recovery-image] Mar 04 18:46:21.939 INFO O| Mar 04 18:46:21.939 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupdel"
79182026-03-04T18:46:24.051Z[ recovery-image] Mar 04 18:46:21.939 INFO O| Mar 04 18:46:21.939 INFO STEP 1032 (remove_files) COMPLETE
79192026-03-04T18:46:24.051Z[ recovery-image] Mar 04 18:46:21.939 INFO O| Mar 04 18:46:21.939 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79202026-03-04T18:46:24.060Z[ recovery-image] Mar 04 18:46:21.951 INFO O| Mar 04 18:46:21.951 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupmod"
79212026-03-04T18:46:24.060Z[ recovery-image] Mar 04 18:46:21.951 INFO O| Mar 04 18:46:21.951 INFO STEP 1033 (remove_files) COMPLETE
79222026-03-04T18:46:24.060Z[ recovery-image] Mar 04 18:46:21.951 INFO O| Mar 04 18:46:21.951 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79232026-03-04T18:46:24.072Z[ recovery-image] Mar 04 18:46:21.964 INFO O| Mar 04 18:46:21.963 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/growfs"
79242026-03-04T18:46:24.072Z[ recovery-image] Mar 04 18:46:21.964 INFO O| Mar 04 18:46:21.964 INFO STEP 1034 (remove_files) COMPLETE
79252026-03-04T18:46:24.072Z[ recovery-image] Mar 04 18:46:21.964 INFO O| Mar 04 18:46:21.964 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79262026-03-04T18:46:24.086Z[ recovery-image] Mar 04 18:46:21.978 INFO O| Mar 04 18:46:21.978 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/grpck"
79272026-03-04T18:46:24.086Z[ recovery-image] Mar 04 18:46:21.978 INFO O| Mar 04 18:46:21.978 INFO STEP 1035 (remove_files) COMPLETE
79282026-03-04T18:46:24.086Z[ recovery-image] Mar 04 18:46:21.978 INFO O| Mar 04 18:46:21.978 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79292026-03-04T18:46:24.100Z[ recovery-image] Mar 04 18:46:21.992 INFO O| Mar 04 18:46:21.992 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/gsscred"
79302026-03-04T18:46:24.100Z[ recovery-image] Mar 04 18:46:21.992 INFO O| Mar 04 18:46:21.992 INFO STEP 1036 (remove_files) COMPLETE
79312026-03-04T18:46:24.100Z[ recovery-image] Mar 04 18:46:21.992 INFO O| Mar 04 18:46:21.992 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79322026-03-04T18:46:24.115Z[ recovery-image] Mar 04 18:46:22.007 INFO O| Mar 04 18:46:22.007 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/halt"
79332026-03-04T18:46:24.115Z[ recovery-image] Mar 04 18:46:22.007 INFO O| Mar 04 18:46:22.007 INFO STEP 1037 (remove_files) COMPLETE
79342026-03-04T18:46:24.121Z[ recovery-image] Mar 04 18:46:22.007 INFO O| Mar 04 18:46:22.007 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79352026-03-04T18:46:24.130Z[ recovery-image] Mar 04 18:46:22.022 INFO O| Mar 04 18:46:22.022 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/hotplug"
79362026-03-04T18:46:24.130Z[ recovery-image] Mar 04 18:46:22.022 INFO O| Mar 04 18:46:22.022 INFO STEP 1038 (remove_files) COMPLETE
79372026-03-04T18:46:24.134Z[ recovery-image] Mar 04 18:46:22.022 INFO O| Mar 04 18:46:22.022 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79382026-03-04T18:46:24.144Z[ recovery-image] Mar 04 18:46:22.036 INFO O| Mar 04 18:46:22.036 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/iasl"
79392026-03-04T18:46:24.144Z[ recovery-image] Mar 04 18:46:22.036 INFO O| Mar 04 18:46:22.036 INFO STEP 1039 (remove_files) COMPLETE
79402026-03-04T18:46:24.149Z[ recovery-image] Mar 04 18:46:22.036 INFO O| Mar 04 18:46:22.036 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79412026-03-04T18:46:24.158Z[ recovery-image] Mar 04 18:46:22.049 INFO O| Mar 04 18:46:22.049 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/idmap"
79422026-03-04T18:46:24.161Z[ recovery-image] Mar 04 18:46:22.049 INFO O| Mar 04 18:46:22.049 INFO STEP 1040 (remove_files) COMPLETE
79432026-03-04T18:46:24.161Z[ recovery-image] Mar 04 18:46:22.050 INFO O| Mar 04 18:46:22.049 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79442026-03-04T18:46:24.169Z[ recovery-image] Mar 04 18:46:22.061 INFO O| Mar 04 18:46:22.061 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/if_mpadm"
79452026-03-04T18:46:24.169Z[ recovery-image] Mar 04 18:46:22.061 INFO O| Mar 04 18:46:22.061 INFO STEP 1041 (remove_files) COMPLETE
79462026-03-04T18:46:24.169Z[ recovery-image] Mar 04 18:46:22.061 INFO O| Mar 04 18:46:22.061 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79472026-03-04T18:46:24.182Z[ recovery-image] Mar 04 18:46:22.072 INFO O| Mar 04 18:46:22.072 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikeadm"
79482026-03-04T18:46:24.182Z[ recovery-image] Mar 04 18:46:22.072 INFO O| Mar 04 18:46:22.072 INFO STEP 1042 (remove_files) COMPLETE
79492026-03-04T18:46:24.186Z[ recovery-image] Mar 04 18:46:22.072 INFO O| Mar 04 18:46:22.072 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79502026-03-04T18:46:24.192Z[ recovery-image] Mar 04 18:46:22.084 INFO O| Mar 04 18:46:22.084 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikecert"
79512026-03-04T18:46:24.192Z[ recovery-image] Mar 04 18:46:22.084 INFO O| Mar 04 18:46:22.084 INFO STEP 1043 (remove_files) COMPLETE
79522026-03-04T18:46:24.195Z[ recovery-image] Mar 04 18:46:22.084 INFO O| Mar 04 18:46:22.084 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79532026-03-04T18:46:24.205Z[ recovery-image] Mar 04 18:46:22.097 INFO O| Mar 04 18:46:22.097 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.rdisc"
79542026-03-04T18:46:24.209Z[ recovery-image] Mar 04 18:46:22.097 INFO O| Mar 04 18:46:22.097 INFO STEP 1044 (remove_files) COMPLETE
79552026-03-04T18:46:24.209Z[ recovery-image] Mar 04 18:46:22.097 INFO O| Mar 04 18:46:22.097 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79562026-03-04T18:46:24.218Z[ recovery-image] Mar 04 18:46:22.110 INFO O| Mar 04 18:46:22.110 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.routed"
79572026-03-04T18:46:24.221Z[ recovery-image] Mar 04 18:46:22.110 INFO O| Mar 04 18:46:22.110 INFO STEP 1045 (remove_files) COMPLETE
79582026-03-04T18:46:24.221Z[ recovery-image] Mar 04 18:46:22.110 INFO O| Mar 04 18:46:22.110 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79592026-03-04T18:46:24.238Z[ recovery-image] Mar 04 18:46:22.130 INFO O| Mar 04 18:46:22.130 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetadm"
79602026-03-04T18:46:24.239Z[ recovery-image] Mar 04 18:46:22.130 INFO O| Mar 04 18:46:22.130 INFO STEP 1046 (remove_files) COMPLETE
79612026-03-04T18:46:24.239Z[ recovery-image] Mar 04 18:46:22.130 INFO O| Mar 04 18:46:22.130 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79622026-03-04T18:46:24.258Z[ recovery-image] Mar 04 18:46:22.150 INFO O| Mar 04 18:46:22.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetconv"
79632026-03-04T18:46:24.264Z[ recovery-image] Mar 04 18:46:22.150 INFO O| Mar 04 18:46:22.150 INFO STEP 1047 (remove_files) COMPLETE
79642026-03-04T18:46:24.264Z[ recovery-image] Mar 04 18:46:22.150 INFO O| Mar 04 18:46:22.150 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79652026-03-04T18:46:24.274Z[ recovery-image] Mar 04 18:46:22.165 INFO O| Mar 04 18:46:22.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/install"
79662026-03-04T18:46:24.274Z[ recovery-image] Mar 04 18:46:22.165 INFO O| Mar 04 18:46:22.165 INFO STEP 1048 (remove_files) COMPLETE
79672026-03-04T18:46:24.274Z[ recovery-image] Mar 04 18:46:22.165 INFO O| Mar 04 18:46:22.165 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79682026-03-04T18:46:24.287Z[ recovery-image] Mar 04 18:46:22.179 INFO O| Mar 04 18:46:22.179 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installboot"
79692026-03-04T18:46:24.287Z[ recovery-image] Mar 04 18:46:22.179 INFO O| Mar 04 18:46:22.179 INFO STEP 1049 (remove_files) COMPLETE
79702026-03-04T18:46:24.290Z[ recovery-image] Mar 04 18:46:22.179 INFO O| Mar 04 18:46:22.179 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79712026-03-04T18:46:24.303Z[ recovery-image] Mar 04 18:46:22.194 INFO O| Mar 04 18:46:22.194 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installf"
79722026-03-04T18:46:24.303Z[ recovery-image] Mar 04 18:46:22.194 INFO O| Mar 04 18:46:22.194 INFO STEP 1050 (remove_files) COMPLETE
79732026-03-04T18:46:24.306Z[ recovery-image] Mar 04 18:46:22.194 INFO O| Mar 04 18:46:22.194 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79742026-03-04T18:46:24.317Z[ recovery-image] Mar 04 18:46:22.209 INFO O| Mar 04 18:46:22.209 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/intrstat"
79752026-03-04T18:46:24.317Z[ recovery-image] Mar 04 18:46:22.209 INFO O| Mar 04 18:46:22.209 INFO STEP 1051 (remove_files) COMPLETE
79762026-03-04T18:46:24.317Z[ recovery-image] Mar 04 18:46:22.209 INFO O| Mar 04 18:46:22.209 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79772026-03-04T18:46:24.332Z[ recovery-image] Mar 04 18:46:22.224 INFO O| Mar 04 18:46:22.224 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecalgs"
79782026-03-04T18:46:24.332Z[ recovery-image] Mar 04 18:46:22.224 INFO O| Mar 04 18:46:22.224 INFO STEP 1052 (remove_files) COMPLETE
79792026-03-04T18:46:24.335Z[ recovery-image] Mar 04 18:46:22.224 INFO O| Mar 04 18:46:22.224 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79802026-03-04T18:46:24.347Z[ recovery-image] Mar 04 18:46:22.239 INFO O| Mar 04 18:46:22.239 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecconf"
79812026-03-04T18:46:24.347Z[ recovery-image] Mar 04 18:46:22.239 INFO O| Mar 04 18:46:22.239 INFO STEP 1053 (remove_files) COMPLETE
79822026-03-04T18:46:24.347Z[ recovery-image] Mar 04 18:46:22.239 INFO O| Mar 04 18:46:22.239 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79832026-03-04T18:46:24.362Z[ recovery-image] Mar 04 18:46:22.254 INFO O| Mar 04 18:46:22.254 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipseckey"
79842026-03-04T18:46:24.362Z[ recovery-image] Mar 04 18:46:22.254 INFO O| Mar 04 18:46:22.254 INFO STEP 1054 (remove_files) COMPLETE
79852026-03-04T18:46:24.362Z[ recovery-image] Mar 04 18:46:22.254 INFO O| Mar 04 18:46:22.254 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79862026-03-04T18:46:24.376Z[ recovery-image] Mar 04 18:46:22.268 INFO O| Mar 04 18:46:22.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/keyserv"
79872026-03-04T18:46:24.376Z[ recovery-image] Mar 04 18:46:22.268 INFO O| Mar 04 18:46:22.268 INFO STEP 1055 (remove_files) COMPLETE
79882026-03-04T18:46:24.376Z[ recovery-image] Mar 04 18:46:22.268 INFO O| Mar 04 18:46:22.268 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79892026-03-04T18:46:24.390Z[ recovery-image] Mar 04 18:46:22.281 INFO O| Mar 04 18:46:22.281 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/killall"
79902026-03-04T18:46:24.390Z[ recovery-image] Mar 04 18:46:22.282 INFO O| Mar 04 18:46:22.281 INFO STEP 1056 (remove_files) COMPLETE
79912026-03-04T18:46:24.390Z[ recovery-image] Mar 04 18:46:22.282 INFO O| Mar 04 18:46:22.282 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79922026-03-04T18:46:24.404Z[ recovery-image] Mar 04 18:46:22.296 INFO O| Mar 04 18:46:22.296 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/link"
79932026-03-04T18:46:24.404Z[ recovery-image] Mar 04 18:46:22.296 INFO O| Mar 04 18:46:22.296 INFO STEP 1057 (remove_files) COMPLETE
79942026-03-04T18:46:24.404Z[ recovery-image] Mar 04 18:46:22.296 INFO O| Mar 04 18:46:22.296 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79952026-03-04T18:46:24.420Z[ recovery-image] Mar 04 18:46:22.310 INFO O| Mar 04 18:46:22.310 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/list_devices"
79962026-03-04T18:46:24.420Z[ recovery-image] Mar 04 18:46:22.310 INFO O| Mar 04 18:46:22.310 INFO STEP 1058 (remove_files) COMPLETE
79972026-03-04T18:46:24.420Z[ recovery-image] Mar 04 18:46:22.310 INFO O| Mar 04 18:46:22.310 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79982026-03-04T18:46:24.432Z[ recovery-image] Mar 04 18:46:22.324 INFO O| Mar 04 18:46:22.324 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/locator"
79992026-03-04T18:46:24.433Z[ recovery-image] Mar 04 18:46:22.325 INFO O| Mar 04 18:46:22.325 INFO STEP 1059 (remove_files) COMPLETE
80002026-03-04T18:46:24.433Z[ recovery-image] Mar 04 18:46:22.325 INFO O| Mar 04 18:46:22.325 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80012026-03-04T18:46:24.447Z[ recovery-image] Mar 04 18:46:22.339 INFO O| Mar 04 18:46:22.339 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lockstat"
80022026-03-04T18:46:24.451Z[ recovery-image] Mar 04 18:46:22.339 INFO O| Mar 04 18:46:22.339 INFO STEP 1060 (remove_files) COMPLETE
80032026-03-04T18:46:24.451Z[ recovery-image] Mar 04 18:46:22.339 INFO O| Mar 04 18:46:22.339 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80042026-03-04T18:46:24.461Z[ recovery-image] Mar 04 18:46:22.353 INFO O| Mar 04 18:46:22.353 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lofiadm"
80052026-03-04T18:46:24.461Z[ recovery-image] Mar 04 18:46:22.354 INFO O| Mar 04 18:46:22.354 INFO STEP 1061 (remove_files) COMPLETE
80062026-03-04T18:46:24.462Z[ recovery-image] Mar 04 18:46:22.354 INFO O| Mar 04 18:46:22.354 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80072026-03-04T18:46:24.480Z[ recovery-image] Mar 04 18:46:22.368 INFO O| Mar 04 18:46:22.368 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/logadm"
80082026-03-04T18:46:24.480Z[ recovery-image] Mar 04 18:46:22.368 INFO O| Mar 04 18:46:22.368 INFO STEP 1062 (remove_files) COMPLETE
80092026-03-04T18:46:24.480Z[ recovery-image] Mar 04 18:46:22.368 INFO O| Mar 04 18:46:22.368 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80102026-03-04T18:46:24.491Z[ recovery-image] Mar 04 18:46:22.383 INFO O| Mar 04 18:46:22.383 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/makedbm"
80112026-03-04T18:46:24.491Z[ recovery-image] Mar 04 18:46:22.383 INFO O| Mar 04 18:46:22.383 INFO STEP 1063 (remove_files) COMPLETE
80122026-03-04T18:46:24.497Z[ recovery-image] Mar 04 18:46:22.383 INFO O| Mar 04 18:46:22.383 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80132026-03-04T18:46:24.506Z[ recovery-image] Mar 04 18:46:22.398 INFO O| Mar 04 18:46:22.398 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevalloc"
80142026-03-04T18:46:24.506Z[ recovery-image] Mar 04 18:46:22.398 INFO O| Mar 04 18:46:22.398 INFO STEP 1064 (remove_files) COMPLETE
80152026-03-04T18:46:24.506Z[ recovery-image] Mar 04 18:46:22.398 INFO O| Mar 04 18:46:22.398 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80162026-03-04T18:46:24.519Z[ recovery-image] Mar 04 18:46:22.411 INFO O| Mar 04 18:46:22.411 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevmaps"
80172026-03-04T18:46:24.519Z[ recovery-image] Mar 04 18:46:22.411 INFO O| Mar 04 18:46:22.411 INFO STEP 1065 (remove_files) COMPLETE
80182026-03-04T18:46:24.519Z[ recovery-image] Mar 04 18:46:22.411 INFO O| Mar 04 18:46:22.411 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80192026-03-04T18:46:24.533Z[ recovery-image] Mar 04 18:46:22.425 INFO O| Mar 04 18:46:22.425 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkfile"
80202026-03-04T18:46:24.533Z[ recovery-image] Mar 04 18:46:22.425 INFO O| Mar 04 18:46:22.425 INFO STEP 1066 (remove_files) COMPLETE
80212026-03-04T18:46:24.533Z[ recovery-image] Mar 04 18:46:22.425 INFO O| Mar 04 18:46:22.425 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80222026-03-04T18:46:24.547Z[ recovery-image] Mar 04 18:46:22.438 INFO O| Mar 04 18:46:22.438 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mknod"
80232026-03-04T18:46:24.547Z[ recovery-image] Mar 04 18:46:22.438 INFO O| Mar 04 18:46:22.438 INFO STEP 1067 (remove_files) COMPLETE
80242026-03-04T18:46:24.552Z[ recovery-image] Mar 04 18:46:22.438 INFO O| Mar 04 18:46:22.438 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80252026-03-04T18:46:24.560Z[ recovery-image] Mar 04 18:46:22.452 INFO O| Mar 04 18:46:22.452 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modinfo"
80262026-03-04T18:46:24.560Z[ recovery-image] Mar 04 18:46:22.452 INFO O| Mar 04 18:46:22.452 INFO STEP 1068 (remove_files) COMPLETE
80272026-03-04T18:46:24.564Z[ recovery-image] Mar 04 18:46:22.452 INFO O| Mar 04 18:46:22.452 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80282026-03-04T18:46:24.573Z[ recovery-image] Mar 04 18:46:22.465 INFO O| Mar 04 18:46:22.465 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modload"
80292026-03-04T18:46:24.573Z[ recovery-image] Mar 04 18:46:22.466 INFO O| Mar 04 18:46:22.466 INFO STEP 1069 (remove_files) COMPLETE
80302026-03-04T18:46:24.577Z[ recovery-image] Mar 04 18:46:22.466 INFO O| Mar 04 18:46:22.466 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80312026-03-04T18:46:24.590Z[ recovery-image] Mar 04 18:46:22.480 INFO O| Mar 04 18:46:22.480 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mountall"
80322026-03-04T18:46:24.590Z[ recovery-image] Mar 04 18:46:22.480 INFO O| Mar 04 18:46:22.480 INFO STEP 1070 (remove_files) COMPLETE
80332026-03-04T18:46:24.593Z[ recovery-image] Mar 04 18:46:22.480 INFO O| Mar 04 18:46:22.480 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80342026-03-04T18:46:24.602Z[ recovery-image] Mar 04 18:46:22.494 INFO O| Mar 04 18:46:22.494 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/msgid"
80352026-03-04T18:46:24.602Z[ recovery-image] Mar 04 18:46:22.494 INFO O| Mar 04 18:46:22.494 INFO STEP 1071 (remove_files) COMPLETE
80362026-03-04T18:46:24.602Z[ recovery-image] Mar 04 18:46:22.494 INFO O| Mar 04 18:46:22.494 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80372026-03-04T18:46:24.616Z[ recovery-image] Mar 04 18:46:22.508 INFO O| Mar 04 18:46:22.508 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mvdir"
80382026-03-04T18:46:24.616Z[ recovery-image] Mar 04 18:46:22.508 INFO O| Mar 04 18:46:22.508 INFO STEP 1072 (remove_files) COMPLETE
80392026-03-04T18:46:24.621Z[ recovery-image] Mar 04 18:46:22.508 INFO O| Mar 04 18:46:22.508 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80402026-03-04T18:46:24.629Z[ recovery-image] Mar 04 18:46:22.521 INFO O| Mar 04 18:46:22.521 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ndp"
80412026-03-04T18:46:24.629Z[ recovery-image] Mar 04 18:46:22.521 INFO O| Mar 04 18:46:22.521 INFO STEP 1073 (remove_files) COMPLETE
80422026-03-04T18:46:24.633Z[ recovery-image] Mar 04 18:46:22.521 INFO O| Mar 04 18:46:22.521 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80432026-03-04T18:46:24.659Z[ recovery-image] Mar 04 18:46:22.535 INFO O| Mar 04 18:46:22.535 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nlsadmin"
80442026-03-04T18:46:24.659Z[ recovery-image] Mar 04 18:46:22.535 INFO O| Mar 04 18:46:22.535 INFO STEP 1074 (remove_files) COMPLETE
80452026-03-04T18:46:24.659Z[ recovery-image] Mar 04 18:46:22.535 INFO O| Mar 04 18:46:22.535 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80462026-03-04T18:46:24.659Z[ recovery-image] Mar 04 18:46:22.547 INFO O| Mar 04 18:46:22.547 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nltest"
80472026-03-04T18:46:24.659Z[ recovery-image] Mar 04 18:46:22.548 INFO O| Mar 04 18:46:22.547 INFO STEP 1075 (remove_files) COMPLETE
80482026-03-04T18:46:24.659Z[ recovery-image] Mar 04 18:46:22.548 INFO O| Mar 04 18:46:22.548 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80492026-03-04T18:46:24.668Z[ recovery-image] Mar 04 18:46:22.560 INFO O| Mar 04 18:46:22.560 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamadm"
80502026-03-04T18:46:24.668Z[ recovery-image] Mar 04 18:46:22.560 INFO O| Mar 04 18:46:22.560 INFO STEP 1076 (remove_files) COMPLETE
80512026-03-04T18:46:24.668Z[ recovery-image] Mar 04 18:46:22.560 INFO O| Mar 04 18:46:22.560 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80522026-03-04T18:46:24.687Z[ recovery-image] Mar 04 18:46:22.572 INFO O| Mar 04 18:46:22.572 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamcfg"
80532026-03-04T18:46:24.687Z[ recovery-image] Mar 04 18:46:22.573 INFO O| Mar 04 18:46:22.573 INFO STEP 1077 (remove_files) COMPLETE
80542026-03-04T18:46:24.687Z[ recovery-image] Mar 04 18:46:22.573 INFO O| Mar 04 18:46:22.573 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80552026-03-04T18:46:24.694Z[ recovery-image] Mar 04 18:46:22.586 INFO O| Mar 04 18:46:22.586 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pbind"
80562026-03-04T18:46:24.694Z[ recovery-image] Mar 04 18:46:22.586 INFO O| Mar 04 18:46:22.586 INFO STEP 1078 (remove_files) COMPLETE
80572026-03-04T18:46:24.698Z[ recovery-image] Mar 04 18:46:22.586 INFO O| Mar 04 18:46:22.586 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80582026-03-04T18:46:24.708Z[ recovery-image] Mar 04 18:46:22.599 INFO O| Mar 04 18:46:22.599 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ping"
80592026-03-04T18:46:24.708Z[ recovery-image] Mar 04 18:46:22.600 INFO O| Mar 04 18:46:22.600 INFO STEP 1079 (remove_files) COMPLETE
80602026-03-04T18:46:24.712Z[ recovery-image] Mar 04 18:46:22.600 INFO O| Mar 04 18:46:22.600 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80612026-03-04T18:46:24.721Z[ recovery-image] Mar 04 18:46:22.612 INFO O| Mar 04 18:46:22.612 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgadd"
80622026-03-04T18:46:24.724Z[ recovery-image] Mar 04 18:46:22.612 INFO O| Mar 04 18:46:22.612 INFO STEP 1080 (remove_files) COMPLETE
80632026-03-04T18:46:24.724Z[ recovery-image] Mar 04 18:46:22.612 INFO O| Mar 04 18:46:22.612 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80642026-03-04T18:46:24.733Z[ recovery-image] Mar 04 18:46:22.625 INFO O| Mar 04 18:46:22.625 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgask"
80652026-03-04T18:46:24.733Z[ recovery-image] Mar 04 18:46:22.625 INFO O| Mar 04 18:46:22.625 INFO STEP 1081 (remove_files) COMPLETE
80662026-03-04T18:46:24.733Z[ recovery-image] Mar 04 18:46:22.625 INFO O| Mar 04 18:46:22.625 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80672026-03-04T18:46:24.746Z[ recovery-image] Mar 04 18:46:22.638 INFO O| Mar 04 18:46:22.637 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgchk"
80682026-03-04T18:46:24.749Z[ recovery-image] Mar 04 18:46:22.638 INFO O| Mar 04 18:46:22.638 INFO STEP 1082 (remove_files) COMPLETE
80692026-03-04T18:46:24.749Z[ recovery-image] Mar 04 18:46:22.638 INFO O| Mar 04 18:46:22.638 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80702026-03-04T18:46:24.759Z[ recovery-image] Mar 04 18:46:22.651 INFO O| Mar 04 18:46:22.651 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgrm"
80712026-03-04T18:46:24.759Z[ recovery-image] Mar 04 18:46:22.651 INFO O| Mar 04 18:46:22.651 INFO STEP 1083 (remove_files) COMPLETE
80722026-03-04T18:46:24.775Z[ recovery-image] Mar 04 18:46:22.651 INFO O| Mar 04 18:46:22.651 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80732026-03-04T18:46:24.775Z[ recovery-image] Mar 04 18:46:22.663 INFO O| Mar 04 18:46:22.663 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/plockstat"
80742026-03-04T18:46:24.775Z[ recovery-image] Mar 04 18:46:22.664 INFO O| Mar 04 18:46:22.664 INFO STEP 1084 (remove_files) COMPLETE
80752026-03-04T18:46:24.775Z[ recovery-image] Mar 04 18:46:22.664 INFO O| Mar 04 18:46:22.664 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80762026-03-04T18:46:24.788Z[ recovery-image] Mar 04 18:46:22.676 INFO O| Mar 04 18:46:22.676 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pooladm"
80772026-03-04T18:46:24.788Z[ recovery-image] Mar 04 18:46:22.676 INFO O| Mar 04 18:46:22.676 INFO STEP 1085 (remove_files) COMPLETE
80782026-03-04T18:46:24.788Z[ recovery-image] Mar 04 18:46:22.676 INFO O| Mar 04 18:46:22.676 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80792026-03-04T18:46:24.796Z[ recovery-image] Mar 04 18:46:22.689 INFO O| Mar 04 18:46:22.688 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolbind"
80802026-03-04T18:46:24.797Z[ recovery-image] Mar 04 18:46:22.689 INFO O| Mar 04 18:46:22.689 INFO STEP 1086 (remove_files) COMPLETE
80812026-03-04T18:46:24.797Z[ recovery-image] Mar 04 18:46:22.689 INFO O| Mar 04 18:46:22.689 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80822026-03-04T18:46:24.810Z[ recovery-image] Mar 04 18:46:22.702 INFO O| Mar 04 18:46:22.702 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolcfg"
80832026-03-04T18:46:24.814Z[ recovery-image] Mar 04 18:46:22.703 INFO O| Mar 04 18:46:22.703 INFO STEP 1087 (remove_files) COMPLETE
80842026-03-04T18:46:24.814Z[ recovery-image] Mar 04 18:46:22.703 INFO O| Mar 04 18:46:22.703 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80852026-03-04T18:46:24.824Z[ recovery-image] Mar 04 18:46:22.715 INFO O| Mar 04 18:46:22.715 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ports"
80862026-03-04T18:46:24.824Z[ recovery-image] Mar 04 18:46:22.716 INFO O| Mar 04 18:46:22.716 INFO STEP 1088 (remove_files) COMPLETE
80872026-03-04T18:46:24.824Z[ recovery-image] Mar 04 18:46:22.716 INFO O| Mar 04 18:46:22.716 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80882026-03-04T18:46:24.838Z[ recovery-image] Mar 04 18:46:22.728 INFO O| Mar 04 18:46:22.728 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poweroff"
80892026-03-04T18:46:24.838Z[ recovery-image] Mar 04 18:46:22.728 INFO O| Mar 04 18:46:22.728 INFO STEP 1089 (remove_files) COMPLETE
80902026-03-04T18:46:24.841Z[ recovery-image] Mar 04 18:46:22.729 INFO O| Mar 04 18:46:22.728 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80912026-03-04T18:46:24.850Z[ recovery-image] Mar 04 18:46:22.742 INFO O| Mar 04 18:46:22.742 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pptadm"
80922026-03-04T18:46:24.853Z[ recovery-image] Mar 04 18:46:22.742 INFO O| Mar 04 18:46:22.742 INFO STEP 1090 (remove_files) COMPLETE
80932026-03-04T18:46:24.853Z[ recovery-image] Mar 04 18:46:22.742 INFO O| Mar 04 18:46:22.742 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80942026-03-04T18:46:24.863Z[ recovery-image] Mar 04 18:46:22.755 INFO O| Mar 04 18:46:22.755 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/praudit"
80952026-03-04T18:46:24.868Z[ recovery-image] Mar 04 18:46:22.755 INFO O| Mar 04 18:46:22.755 INFO STEP 1091 (remove_files) COMPLETE
80962026-03-04T18:46:24.868Z[ recovery-image] Mar 04 18:46:22.755 INFO O| Mar 04 18:46:22.755 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80972026-03-04T18:46:24.877Z[ recovery-image] Mar 04 18:46:22.769 INFO O| Mar 04 18:46:22.769 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projadd"
80982026-03-04T18:46:24.877Z[ recovery-image] Mar 04 18:46:22.769 INFO O| Mar 04 18:46:22.769 INFO STEP 1092 (remove_files) COMPLETE
80992026-03-04T18:46:24.877Z[ recovery-image] Mar 04 18:46:22.769 INFO O| Mar 04 18:46:22.769 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81002026-03-04T18:46:24.891Z[ recovery-image] Mar 04 18:46:22.782 INFO O| Mar 04 18:46:22.782 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projdel"
81012026-03-04T18:46:24.891Z[ recovery-image] Mar 04 18:46:22.782 INFO O| Mar 04 18:46:22.782 INFO STEP 1093 (remove_files) COMPLETE
81022026-03-04T18:46:24.891Z[ recovery-image] Mar 04 18:46:22.782 INFO O| Mar 04 18:46:22.782 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81032026-03-04T18:46:24.904Z[ recovery-image] Mar 04 18:46:22.796 INFO O| Mar 04 18:46:22.796 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projmod"
81042026-03-04T18:46:24.904Z[ recovery-image] Mar 04 18:46:22.796 INFO O| Mar 04 18:46:22.796 INFO STEP 1094 (remove_files) COMPLETE
81052026-03-04T18:46:24.908Z[ recovery-image] Mar 04 18:46:22.796 INFO O| Mar 04 18:46:22.796 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81062026-03-04T18:46:24.917Z[ recovery-image] Mar 04 18:46:22.808 INFO O| Mar 04 18:46:22.808 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtdiag"
81072026-03-04T18:46:24.917Z[ recovery-image] Mar 04 18:46:22.809 INFO O| Mar 04 18:46:22.809 INFO STEP 1095 (remove_files) COMPLETE
81082026-03-04T18:46:24.917Z[ recovery-image] Mar 04 18:46:22.809 INFO O| Mar 04 18:46:22.809 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81092026-03-04T18:46:24.929Z[ recovery-image] Mar 04 18:46:22.821 INFO O| Mar 04 18:46:22.821 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtpicl"
81102026-03-04T18:46:24.929Z[ recovery-image] Mar 04 18:46:22.821 INFO O| Mar 04 18:46:22.821 INFO STEP 1096 (remove_files) COMPLETE
81112026-03-04T18:46:24.930Z[ recovery-image] Mar 04 18:46:22.821 INFO O| Mar 04 18:46:22.821 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81122026-03-04T18:46:24.942Z[ recovery-image] Mar 04 18:46:22.834 INFO O| Mar 04 18:46:22.834 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtvtoc"
81132026-03-04T18:46:24.943Z[ recovery-image] Mar 04 18:46:22.834 INFO O| Mar 04 18:46:22.834 INFO STEP 1097 (remove_files) COMPLETE
81142026-03-04T18:46:24.948Z[ recovery-image] Mar 04 18:46:22.834 INFO O| Mar 04 18:46:22.834 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81152026-03-04T18:46:24.957Z[ recovery-image] Mar 04 18:46:22.848 INFO O| Mar 04 18:46:22.848 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psradm"
81162026-03-04T18:46:24.958Z[ recovery-image] Mar 04 18:46:22.848 INFO O| Mar 04 18:46:22.848 INFO STEP 1098 (remove_files) COMPLETE
81172026-03-04T18:46:24.962Z[ recovery-image] Mar 04 18:46:22.848 INFO O| Mar 04 18:46:22.848 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81182026-03-04T18:46:24.969Z[ recovery-image] Mar 04 18:46:22.861 INFO O| Mar 04 18:46:22.861 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrinfo"
81192026-03-04T18:46:24.969Z[ recovery-image] Mar 04 18:46:22.862 INFO O| Mar 04 18:46:22.862 INFO STEP 1099 (remove_files) COMPLETE
81202026-03-04T18:46:24.969Z[ recovery-image] Mar 04 18:46:22.862 INFO O| Mar 04 18:46:22.862 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81212026-03-04T18:46:24.983Z[ recovery-image] Mar 04 18:46:22.875 INFO O| Mar 04 18:46:22.875 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrset"
81222026-03-04T18:46:24.983Z[ recovery-image] Mar 04 18:46:22.875 INFO O| Mar 04 18:46:22.875 INFO STEP 1100 (remove_files) COMPLETE
81232026-03-04T18:46:24.983Z[ recovery-image] Mar 04 18:46:22.875 INFO O| Mar 04 18:46:22.875 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81242026-03-04T18:46:24.996Z[ recovery-image] Mar 04 18:46:22.888 INFO O| Mar 04 18:46:22.888 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwck"
81252026-03-04T18:46:24.996Z[ recovery-image] Mar 04 18:46:22.888 INFO O| Mar 04 18:46:22.888 INFO STEP 1101 (remove_files) COMPLETE
81262026-03-04T18:46:24.997Z[ recovery-image] Mar 04 18:46:22.888 INFO O| Mar 04 18:46:22.888 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81272026-03-04T18:46:25.009Z[ recovery-image] Mar 04 18:46:22.901 INFO O| Mar 04 18:46:22.901 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwconv"
81282026-03-04T18:46:25.010Z[ recovery-image] Mar 04 18:46:22.901 INFO O| Mar 04 18:46:22.901 INFO STEP 1102 (remove_files) COMPLETE
81292026-03-04T18:46:25.010Z[ recovery-image] Mar 04 18:46:22.901 INFO O| Mar 04 18:46:22.901 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81302026-03-04T18:46:25.024Z[ recovery-image] Mar 04 18:46:22.915 INFO O| Mar 04 18:46:22.915 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/raidctl"
81312026-03-04T18:46:25.024Z[ recovery-image] Mar 04 18:46:22.915 INFO O| Mar 04 18:46:22.915 INFO STEP 1103 (remove_files) COMPLETE
81322026-03-04T18:46:25.028Z[ recovery-image] Mar 04 18:46:22.915 INFO O| Mar 04 18:46:22.915 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81332026-03-04T18:46:25.038Z[ recovery-image] Mar 04 18:46:22.929 INFO O| Mar 04 18:46:22.929 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ramdiskadm"
81342026-03-04T18:46:25.038Z[ recovery-image] Mar 04 18:46:22.929 INFO O| Mar 04 18:46:22.929 INFO STEP 1104 (remove_files) COMPLETE
81352026-03-04T18:46:25.038Z[ recovery-image] Mar 04 18:46:22.930 INFO O| Mar 04 18:46:22.929 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81362026-03-04T18:46:25.052Z[ recovery-image] Mar 04 18:46:22.944 INFO O| Mar 04 18:46:22.944 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rctladm"
81372026-03-04T18:46:25.052Z[ recovery-image] Mar 04 18:46:22.944 INFO O| Mar 04 18:46:22.944 INFO STEP 1105 (remove_files) COMPLETE
81382026-03-04T18:46:25.056Z[ recovery-image] Mar 04 18:46:22.944 INFO O| Mar 04 18:46:22.944 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81392026-03-04T18:46:25.066Z[ recovery-image] Mar 04 18:46:22.957 INFO O| Mar 04 18:46:22.957 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rdmsr"
81402026-03-04T18:46:25.066Z[ recovery-image] Mar 04 18:46:22.958 INFO O| Mar 04 18:46:22.957 INFO STEP 1106 (remove_files) COMPLETE
81412026-03-04T18:46:25.069Z[ recovery-image] Mar 04 18:46:22.958 INFO O| Mar 04 18:46:22.958 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81422026-03-04T18:46:25.079Z[ recovery-image] Mar 04 18:46:22.971 INFO O| Mar 04 18:46:22.970 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/reboot"
81432026-03-04T18:46:25.079Z[ recovery-image] Mar 04 18:46:22.971 INFO O| Mar 04 18:46:22.971 INFO STEP 1107 (remove_files) COMPLETE
81442026-03-04T18:46:25.079Z[ recovery-image] Mar 04 18:46:22.971 INFO O| Mar 04 18:46:22.971 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81452026-03-04T18:46:25.093Z[ recovery-image] Mar 04 18:46:22.985 INFO O| Mar 04 18:46:22.985 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rem_drv"
81462026-03-04T18:46:25.093Z[ recovery-image] Mar 04 18:46:22.985 INFO O| Mar 04 18:46:22.985 INFO STEP 1108 (remove_files) COMPLETE
81472026-03-04T18:46:25.093Z[ recovery-image] Mar 04 18:46:22.985 INFO O| Mar 04 18:46:22.985 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81482026-03-04T18:46:25.107Z[ recovery-image] Mar 04 18:46:22.998 INFO O| Mar 04 18:46:22.998 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/removef"
81492026-03-04T18:46:25.107Z[ recovery-image] Mar 04 18:46:22.999 INFO O| Mar 04 18:46:22.999 INFO STEP 1109 (remove_files) COMPLETE
81502026-03-04T18:46:25.107Z[ recovery-image] Mar 04 18:46:22.999 INFO O| Mar 04 18:46:22.999 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81512026-03-04T18:46:25.120Z[ recovery-image] Mar 04 18:46:23.013 INFO O| Mar 04 18:46:23.012 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roleadd"
81522026-03-04T18:46:25.121Z[ recovery-image] Mar 04 18:46:23.013 INFO O| Mar 04 18:46:23.013 INFO STEP 1110 (remove_files) COMPLETE
81532026-03-04T18:46:25.124Z[ recovery-image] Mar 04 18:46:23.013 INFO O| Mar 04 18:46:23.013 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81542026-03-04T18:46:25.134Z[ recovery-image] Mar 04 18:46:23.026 INFO O| Mar 04 18:46:23.026 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roledel"
81552026-03-04T18:46:25.134Z[ recovery-image] Mar 04 18:46:23.026 INFO O| Mar 04 18:46:23.026 INFO STEP 1111 (remove_files) COMPLETE
81562026-03-04T18:46:25.137Z[ recovery-image] Mar 04 18:46:23.026 INFO O| Mar 04 18:46:23.026 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81572026-03-04T18:46:25.148Z[ recovery-image] Mar 04 18:46:23.040 INFO O| Mar 04 18:46:23.040 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rolemod"
81582026-03-04T18:46:25.148Z[ recovery-image] Mar 04 18:46:23.040 INFO O| Mar 04 18:46:23.040 INFO STEP 1112 (remove_files) COMPLETE
81592026-03-04T18:46:25.153Z[ recovery-image] Mar 04 18:46:23.040 INFO O| Mar 04 18:46:23.040 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81602026-03-04T18:46:25.161Z[ recovery-image] Mar 04 18:46:23.053 INFO O| Mar 04 18:46:23.053 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/root_archive"
81612026-03-04T18:46:25.164Z[ recovery-image] Mar 04 18:46:23.053 INFO O| Mar 04 18:46:23.053 INFO STEP 1113 (remove_files) COMPLETE
81622026-03-04T18:46:25.164Z[ recovery-image] Mar 04 18:46:23.053 INFO O| Mar 04 18:46:23.053 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81632026-03-04T18:46:25.177Z[ recovery-image] Mar 04 18:46:23.068 INFO O| Mar 04 18:46:23.068 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rpcbind"
81642026-03-04T18:46:25.177Z[ recovery-image] Mar 04 18:46:23.068 INFO O| Mar 04 18:46:23.068 INFO STEP 1114 (remove_files) COMPLETE
81652026-03-04T18:46:25.180Z[ recovery-image] Mar 04 18:46:23.068 INFO O| Mar 04 18:46:23.068 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81662026-03-04T18:46:25.192Z[ recovery-image] Mar 04 18:46:23.083 INFO O| Mar 04 18:46:23.083 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtc"
81672026-03-04T18:46:25.192Z[ recovery-image] Mar 04 18:46:23.083 INFO O| Mar 04 18:46:23.083 INFO STEP 1115 (remove_files) COMPLETE
81682026-03-04T18:46:25.192Z[ recovery-image] Mar 04 18:46:23.083 INFO O| Mar 04 18:46:23.083 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81692026-03-04T18:46:25.206Z[ recovery-image] Mar 04 18:46:23.097 INFO O| Mar 04 18:46:23.097 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtquery"
81702026-03-04T18:46:25.206Z[ recovery-image] Mar 04 18:46:23.097 INFO O| Mar 04 18:46:23.097 INFO STEP 1116 (remove_files) COMPLETE
81712026-03-04T18:46:25.206Z[ recovery-image] Mar 04 18:46:23.097 INFO O| Mar 04 18:46:23.097 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81722026-03-04T18:46:25.219Z[ recovery-image] Mar 04 18:46:23.110 INFO O| Mar 04 18:46:23.110 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/setmnt"
81732026-03-04T18:46:25.219Z[ recovery-image] Mar 04 18:46:23.111 INFO O| Mar 04 18:46:23.111 INFO STEP 1117 (remove_files) COMPLETE
81742026-03-04T18:46:25.219Z[ recovery-image] Mar 04 18:46:23.111 INFO O| Mar 04 18:46:23.111 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81752026-03-04T18:46:25.236Z[ recovery-image] Mar 04 18:46:23.128 INFO O| Mar 04 18:46:23.128 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/share"
81762026-03-04T18:46:25.236Z[ recovery-image] Mar 04 18:46:23.128 INFO O| Mar 04 18:46:23.128 INFO STEP 1118 (remove_files) COMPLETE
81772026-03-04T18:46:25.237Z[ recovery-image] Mar 04 18:46:23.128 INFO O| Mar 04 18:46:23.128 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81782026-03-04T18:46:25.250Z[ recovery-image] Mar 04 18:46:23.142 INFO O| Mar 04 18:46:23.142 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shareall"
81792026-03-04T18:46:25.259Z[ recovery-image] Mar 04 18:46:23.143 INFO O| Mar 04 18:46:23.143 INFO STEP 1119 (remove_files) COMPLETE
81802026-03-04T18:46:25.259Z[ recovery-image] Mar 04 18:46:23.143 INFO O| Mar 04 18:46:23.143 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81812026-03-04T18:46:25.264Z[ recovery-image] Mar 04 18:46:23.155 INFO O| Mar 04 18:46:23.155 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharectl"
81822026-03-04T18:46:25.264Z[ recovery-image] Mar 04 18:46:23.156 INFO O| Mar 04 18:46:23.156 INFO STEP 1120 (remove_files) COMPLETE
81832026-03-04T18:46:25.264Z[ recovery-image] Mar 04 18:46:23.156 INFO O| Mar 04 18:46:23.156 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81842026-03-04T18:46:25.276Z[ host-image] Mar 04 18:46:23.168 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.23804:20260302T140654Z
81852026-03-04T18:46:25.276Z[ host-image] Mar 04 18:46:23.168 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.23804:20260302T140654Z
81862026-03-04T18:46:25.281Z[ host-image] Mar 04 18:46:23.168 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z
81872026-03-04T18:46:25.281Z[ host-image] Mar 04 18:46:23.168 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z
81882026-03-04T18:46:25.281Z[ host-image] Mar 04 18:46:23.168 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z
81892026-03-04T18:46:25.281Z[ host-image] Mar 04 18:46:23.168 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z
81902026-03-04T18:46:25.281Z[ host-image] Mar 04 18:46:23.169 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z
81912026-03-04T18:46:25.281Z[ host-image] Mar 04 18:46:23.169 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z
81922026-03-04T18:46:25.281Z[ recovery-image] Mar 04 18:46:23.169 INFO O| Mar 04 18:46:23.169 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharemgr"
81932026-03-04T18:46:25.281Z[ recovery-image] Mar 04 18:46:23.169 INFO O| Mar 04 18:46:23.169 INFO STEP 1121 (remove_files) COMPLETE
81942026-03-04T18:46:25.281Z[ recovery-image] Mar 04 18:46:23.169 INFO O| Mar 04 18:46:23.169 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81952026-03-04T18:46:25.281Z[ host-image] Mar 04 18:46:23.170 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron-release-incorporation@19.0.0.0:20260304T174524Z
81962026-03-04T18:46:25.281Z[ host-image] Mar 04 18:46:23.170 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.25:20250809T001145Z
81972026-03-04T18:46:25.281Z[ host-image] Mar 04 18:46:23.170 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z
81982026-03-04T18:46:25.281Z[ host-image] Mar 04 18:46:23.170 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.23804:20260302T140655Z
81992026-03-04T18:46:25.281Z[ host-image] Mar 04 18:46:23.172 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.23804:20260302T140655Z
82002026-03-04T18:46:25.281Z[ host-image] Mar 04 18:46:23.172 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.23804:20260302T140655Z
82012026-03-04T18:46:25.281Z[ host-image] Mar 04 18:46:23.173 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.23804:20260302T140656Z
82022026-03-04T18:46:25.281Z[ host-image] Mar 04 18:46:23.173 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z
82032026-03-04T18:46:25.286Z[ host-image] Mar 04 18:46:23.173 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.23804:20260302T140656Z
82042026-03-04T18:46:25.286Z[ host-image] Mar 04 18:46:23.174 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.23804:20260302T140656Z
82052026-03-04T18:46:25.286Z[ host-image] Mar 04 18:46:23.174 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.23804:20260302T140656Z
82062026-03-04T18:46:25.286Z[ host-image] Mar 04 18:46:23.174 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.23804:20260302T140656Z
82072026-03-04T18:46:25.286Z[ host-image] Mar 04 18:46:23.174 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.23804:20260302T140657Z
82082026-03-04T18:46:25.286Z[ host-image] Mar 04 18:46:23.174 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.23804:20260302T140657Z
82092026-03-04T18:46:25.286Z[ host-image] Mar 04 18:46:23.174 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.23804:20260302T140657Z
82102026-03-04T18:46:25.286Z[ host-image] Mar 04 18:46:23.174 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.23804:20260302T140658Z
82112026-03-04T18:46:25.286Z[ host-image] Mar 04 18:46:23.175 INFO O| install = pkg://helios-dev/driver/ktest@0.5.11-2.0.23804:20260302T140658Z
82122026-03-04T18:46:25.286Z[ host-image] Mar 04 18:46:23.175 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.23804:20260302T140659Z
82132026-03-04T18:46:25.286Z[ host-image] Mar 04 18:46:23.175 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.23804:20260302T140700Z
82142026-03-04T18:46:25.286Z[ host-image] Mar 04 18:46:23.175 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.23804:20260302T140700Z
82152026-03-04T18:46:25.286Z[ host-image] Mar 04 18:46:23.175 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.23804:20260302T140701Z
82162026-03-04T18:46:25.286Z[ host-image] Mar 04 18:46:23.175 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.23804:20260302T140702Z
82172026-03-04T18:46:25.286Z[ host-image] Mar 04 18:46:23.175 INFO O| install = pkg://helios-dev/driver/network/opte@0.39.455:20260129T171925Z
82182026-03-04T18:46:25.286Z[ host-image] Mar 04 18:46:23.175 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.23804:20260302T140703Z
82192026-03-04T18:46:25.286Z[ host-image] Mar 04 18:46:23.175 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.23804:20260302T140705Z
82202026-03-04T18:46:25.286Z[ host-image] Mar 04 18:46:23.175 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.23804:20260302T140706Z
82212026-03-04T18:46:25.287Z[ host-image] Mar 04 18:46:23.175 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.23804:20260302T140707Z
82222026-03-04T18:46:25.287Z[ host-image] Mar 04 18:46:23.176 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.23804:20260302T140708Z
82232026-03-04T18:46:25.287Z[ host-image] Mar 04 18:46:23.176 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.23804:20260302T140708Z
82242026-03-04T18:46:25.293Z[ recovery-image] Mar 04 18:46:23.182 INFO O| Mar 04 18:46:23.182 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shutdown"
82252026-03-04T18:46:25.293Z[ host-image] Mar 04 18:46:23.182 INFO O| install = pkg://helios-dev/editor/vim@9.0.2136-2.0:20250221T133345Z
82262026-03-04T18:46:25.293Z[ recovery-image] Mar 04 18:46:23.182 INFO O| Mar 04 18:46:23.182 INFO STEP 1122 (remove_files) COMPLETE
82272026-03-04T18:46:25.293Z[ host-image] Mar 04 18:46:23.182 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.23804:20260302T140709Z
82282026-03-04T18:46:25.293Z[ recovery-image] Mar 04 18:46:23.182 INFO O| Mar 04 18:46:23.182 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82292026-03-04T18:46:25.293Z[ host-image] Mar 04 18:46:23.182 INFO O| install = pkg://helios-dev/library/expat@2.7.2-2.0:20250922T152653Z
82302026-03-04T18:46:25.293Z[ host-image] Mar 04 18:46:23.183 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z
82312026-03-04T18:46:25.293Z[ host-image] Mar 04 18:46:23.183 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z
82322026-03-04T18:46:25.293Z[ host-image] Mar 04 18:46:23.183 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.23804:20260302T140709Z
82332026-03-04T18:46:25.293Z[ host-image] Mar 04 18:46:23.184 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z
82342026-03-04T18:46:25.293Z[ host-image] Mar 04 18:46:23.184 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z
82352026-03-04T18:46:25.293Z[ host-image] Mar 04 18:46:23.185 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z
82362026-03-04T18:46:25.297Z[ host-image] Mar 04 18:46:23.185 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z
82372026-03-04T18:46:25.301Z[ host-image] Mar 04 18:46:23.193 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z
82382026-03-04T18:46:25.301Z[ host-image] Mar 04 18:46:23.193 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z
82392026-03-04T18:46:25.307Z[ host-image] Mar 04 18:46:23.193 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z
82402026-03-04T18:46:25.307Z[ host-image] Mar 04 18:46:23.194 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z
82412026-03-04T18:46:25.307Z[ host-image] Mar 04 18:46:23.194 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z
82422026-03-04T18:46:25.307Z[ host-image] Mar 04 18:46:23.194 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z
82432026-03-04T18:46:25.312Z[ recovery-image] Mar 04 18:46:23.197 INFO O| Mar 04 18:46:23.197 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbadm"
82442026-03-04T18:46:25.313Z[ recovery-image] Mar 04 18:46:23.197 INFO O| Mar 04 18:46:23.197 INFO STEP 1123 (remove_files) COMPLETE
82452026-03-04T18:46:25.313Z[ recovery-image] Mar 04 18:46:23.197 INFO O| Mar 04 18:46:23.197 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82462026-03-04T18:46:25.321Z[ recovery-image] Mar 04 18:46:23.211 INFO O| Mar 04 18:46:23.210 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbios"
82472026-03-04T18:46:25.321Z[ recovery-image] Mar 04 18:46:23.211 INFO O| Mar 04 18:46:23.211 INFO STEP 1124 (remove_files) COMPLETE
82482026-03-04T18:46:25.321Z[ recovery-image] Mar 04 18:46:23.211 INFO O| Mar 04 18:46:23.211 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82492026-03-04T18:46:25.328Z[ host-image] Mar 04 18:46:23.220 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.19-2.0:20260128T223505Z
82502026-03-04T18:46:25.334Z[ host-image] Mar 04 18:46:23.221 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z
82512026-03-04T18:46:25.334Z[ host-image] Mar 04 18:46:23.221 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z
82522026-03-04T18:46:25.334Z[ host-image] Mar 04 18:46:23.221 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.23804:20260302T140711Z
82532026-03-04T18:46:25.334Z[ host-image] Mar 04 18:46:23.221 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.23804:20260302T140716Z
82542026-03-04T18:46:25.334Z[ host-image] Mar 04 18:46:23.221 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z
82552026-03-04T18:46:25.334Z[ host-image] Mar 04 18:46:23.222 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.23804:20260302T140717Z
82562026-03-04T18:46:25.334Z[ host-image] Mar 04 18:46:23.222 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.2:20250218T230209Z
82572026-03-04T18:46:25.334Z[ host-image] Mar 04 18:46:23.222 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.2:20250218T230219Z
82582026-03-04T18:46:25.334Z[ host-image] Mar 04 18:46:23.222 INFO O| install = pkg://helios-dev/network/overwatch@0.1.0.42:20260217T052359Z
82592026-03-04T18:46:25.334Z[ host-image] Mar 04 18:46:23.222 INFO O| install = pkg://helios-dev/network/rsync@3.4.1-2.0:20250117T201332Z
82602026-03-04T18:46:25.334Z[ host-image] Mar 04 18:46:23.222 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.23804:20260302T140717Z
82612026-03-04T18:46:25.334Z[ host-image] Mar 04 18:46:23.222 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z
82622026-03-04T18:46:25.334Z[ recovery-image] Mar 04 18:46:23.223 INFO O| Mar 04 18:46:23.223 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbstat"
82632026-03-04T18:46:25.334Z[ recovery-image] Mar 04 18:46:23.223 INFO O| Mar 04 18:46:23.223 INFO STEP 1125 (remove_files) COMPLETE
82642026-03-04T18:46:25.334Z[ recovery-image] Mar 04 18:46:23.223 INFO O| Mar 04 18:46:23.223 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82652026-03-04T18:46:25.345Z[ recovery-image] Mar 04 18:46:23.236 INFO O| Mar 04 18:46:23.236 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmpd"
82662026-03-04T18:46:25.345Z[ recovery-image] Mar 04 18:46:23.237 INFO O| Mar 04 18:46:23.237 INFO STEP 1126 (remove_files) COMPLETE
82672026-03-04T18:46:25.345Z[ recovery-image] Mar 04 18:46:23.237 INFO O| Mar 04 18:46:23.237 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82682026-03-04T18:46:25.358Z[ host-image] Mar 04 18:46:23.250 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z
82692026-03-04T18:46:25.358Z[ host-image] Mar 04 18:46:23.250 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z
82702026-03-04T18:46:25.363Z[ host-image] Mar 04 18:46:23.250 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z
82712026-03-04T18:46:25.363Z[ host-image] Mar 04 18:46:23.250 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.23804:20260302T140717Z
82722026-03-04T18:46:25.363Z[ host-image] Mar 04 18:46:23.250 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z
82732026-03-04T18:46:25.363Z[ recovery-image] Mar 04 18:46:23.251 INFO O| Mar 04 18:46:23.250 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmptrapd"
82742026-03-04T18:46:25.363Z[ recovery-image] Mar 04 18:46:23.251 INFO O| Mar 04 18:46:23.251 INFO STEP 1127 (remove_files) COMPLETE
82752026-03-04T18:46:25.363Z[ recovery-image] Mar 04 18:46:23.251 INFO O| Mar 04 18:46:23.251 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82762026-03-04T18:46:25.369Z[ host-image] Mar 04 18:46:23.259 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z
82772026-03-04T18:46:25.369Z[ host-image] Mar 04 18:46:23.259 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.23804:20260302T140718Z
82782026-03-04T18:46:25.375Z[ host-image] Mar 04 18:46:23.260 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.23804:20260302T140718Z
82792026-03-04T18:46:25.375Z[ host-image] Mar 04 18:46:23.260 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.23804:20260302T140718Z
82802026-03-04T18:46:25.375Z[ host-image] Mar 04 18:46:23.261 INFO O| install = pkg://helios-dev/service/network/chrony@4.6.1-2.0:20250326T213914Z
82812026-03-04T18:46:25.375Z[ host-image] Mar 04 18:46:23.261 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.23804:20260302T140720Z
82822026-03-04T18:46:25.375Z[ host-image] Mar 04 18:46:23.261 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.23804:20260302T140720Z
82832026-03-04T18:46:25.375Z[ host-image] Mar 04 18:46:23.261 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.23804:20260302T140720Z
82842026-03-04T18:46:25.375Z[ host-image] Mar 04 18:46:23.261 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.23804:20260302T140720Z
82852026-03-04T18:46:25.375Z[ recovery-image] Mar 04 18:46:23.262 INFO O| Mar 04 18:46:23.262 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snoop"
82862026-03-04T18:46:25.375Z[ recovery-image] Mar 04 18:46:23.263 INFO O| Mar 04 18:46:23.262 INFO STEP 1128 (remove_files) COMPLETE
82872026-03-04T18:46:25.375Z[ recovery-image] Mar 04 18:46:23.263 INFO O| Mar 04 18:46:23.263 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82882026-03-04T18:46:25.375Z[ host-image] Mar 04 18:46:23.264 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z
82892026-03-04T18:46:25.375Z[ host-image] Mar 04 18:46:23.264 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.23804:20260302T140721Z
82902026-03-04T18:46:25.375Z[ host-image] Mar 04 18:46:23.264 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.23804:20260302T140722Z
82912026-03-04T18:46:25.375Z[ host-image] Mar 04 18:46:23.264 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z
82922026-03-04T18:46:25.375Z[ host-image] Mar 04 18:46:23.265 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.23804:20260302T140722Z
82932026-03-04T18:46:25.375Z[ host-image] Mar 04 18:46:23.265 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.23804:20260302T140722Z
82942026-03-04T18:46:25.375Z[ host-image] Mar 04 18:46:23.265 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2025.6.9-2.0.23804:20260302T140722Z
82952026-03-04T18:46:25.379Z[ host-image] Mar 04 18:46:23.265 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.23804:20260302T140722Z
82962026-03-04T18:46:25.379Z[ host-image] Mar 04 18:46:23.270 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.23804:20260302T140722Z
82972026-03-04T18:46:25.379Z[ host-image] Mar 04 18:46:23.270 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z
82982026-03-04T18:46:25.382Z[ host-image] Mar 04 18:46:23.272 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2025.2-2.0.23804:20260302T140722Z
82992026-03-04T18:46:25.382Z[ host-image] Mar 04 18:46:23.273 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.23804:20260302T140723Z
83002026-03-04T18:46:25.382Z[ host-image] Mar 04 18:46:23.273 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.23804:20260302T140723Z
83012026-03-04T18:46:25.382Z[ host-image] Mar 04 18:46:23.273 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.23804:20260302T140723Z
83022026-03-04T18:46:25.383Z[ host-image] Mar 04 18:46:23.274 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.23804:20260302T140723Z
83032026-03-04T18:46:25.383Z[ host-image] Mar 04 18:46:23.274 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.23804:20260302T140723Z
83042026-03-04T18:46:25.383Z[ host-image] Mar 04 18:46:23.274 INFO O| install = pkg://helios-dev/system/i2c@0.5.11-2.0.23804:20260302T140724Z
83052026-03-04T18:46:25.387Z[ recovery-image] Mar 04 18:46:23.277 INFO O| Mar 04 18:46:23.277 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sshd"
83062026-03-04T18:46:25.387Z[ recovery-image] Mar 04 18:46:23.277 INFO O| Mar 04 18:46:23.277 INFO STEP 1129 (remove_files) COMPLETE
83072026-03-04T18:46:25.387Z[ recovery-image] Mar 04 18:46:23.277 INFO O| Mar 04 18:46:23.277 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83082026-03-04T18:46:25.391Z[ host-image] Mar 04 18:46:23.281 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.23804:20260302T140725Z
83092026-03-04T18:46:25.391Z[ host-image] Mar 04 18:46:23.281 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.23804:20260302T140724Z
83102026-03-04T18:46:25.391Z[ host-image] Mar 04 18:46:23.281 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.23804:20260302T140724Z
83112026-03-04T18:46:25.391Z[ host-image] Mar 04 18:46:23.282 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.23804:20260302T140724Z
83122026-03-04T18:46:25.391Z[ host-image] Mar 04 18:46:23.283 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.23804:20260302T140725Z
83132026-03-04T18:46:25.398Z[ recovery-image] Mar 04 18:46:23.290 INFO O| Mar 04 18:46:23.290 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/stmsboot"
83142026-03-04T18:46:25.398Z[ recovery-image] Mar 04 18:46:23.290 INFO O| Mar 04 18:46:23.290 INFO STEP 1130 (remove_files) COMPLETE
83152026-03-04T18:46:25.402Z[ recovery-image] Mar 04 18:46:23.290 INFO O| Mar 04 18:46:23.290 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83162026-03-04T18:46:25.411Z[ recovery-image] Mar 04 18:46:23.303 INFO O| Mar 04 18:46:23.303 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strace"
83172026-03-04T18:46:25.411Z[ recovery-image] Mar 04 18:46:23.303 INFO O| Mar 04 18:46:23.303 INFO STEP 1131 (remove_files) COMPLETE
83182026-03-04T18:46:25.411Z[ recovery-image] Mar 04 18:46:23.303 INFO O| Mar 04 18:46:23.303 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83192026-03-04T18:46:25.415Z[ host-image] Mar 04 18:46:23.306 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.23804:20260302T140728Z
83202026-03-04T18:46:25.415Z[ host-image] Mar 04 18:46:23.306 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.23804:20260302T140725Z
83212026-03-04T18:46:25.415Z[ host-image] Mar 04 18:46:23.306 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.23804:20260302T140725Z
83222026-03-04T18:46:25.415Z[ host-image] Mar 04 18:46:23.306 INFO O| install = pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z
83232026-03-04T18:46:25.415Z[ host-image] Mar 04 18:46:23.306 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z
83242026-03-04T18:46:25.425Z[ recovery-image] Mar 04 18:46:23.317 INFO O| Mar 04 18:46:23.316 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strclean"
83252026-03-04T18:46:25.425Z[ recovery-image] Mar 04 18:46:23.317 INFO O| Mar 04 18:46:23.317 INFO STEP 1132 (remove_files) COMPLETE
83262026-03-04T18:46:25.425Z[ recovery-image] Mar 04 18:46:23.317 INFO O| Mar 04 18:46:23.317 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83272026-03-04T18:46:25.436Z[ host-image] Mar 04 18:46:23.328 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.23804:20260302T140725Z
83282026-03-04T18:46:25.436Z[ host-image] Mar 04 18:46:23.328 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z
83292026-03-04T18:46:25.436Z[ host-image] Mar 04 18:46:23.328 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.23804:20260302T140726Z
83302026-03-04T18:46:25.439Z[ host-image] Mar 04 18:46:23.328 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.23804:20260302T140726Z
83312026-03-04T18:46:25.440Z[ host-image] Mar 04 18:46:23.329 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.23804:20260302T140726Z
83322026-03-04T18:46:25.440Z[ host-image] Mar 04 18:46:23.329 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z
83332026-03-04T18:46:25.440Z[ host-image] Mar 04 18:46:23.330 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z
83342026-03-04T18:46:25.440Z[ host-image] Mar 04 18:46:23.330 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.23804:20260302T140727Z
83352026-03-04T18:46:25.440Z[ recovery-image] Mar 04 18:46:23.330 INFO O| Mar 04 18:46:23.330 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strerr"
83362026-03-04T18:46:25.440Z[ host-image] Mar 04 18:46:23.330 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.23804:20260302T140727Z
83372026-03-04T18:46:25.440Z[ recovery-image] Mar 04 18:46:23.330 INFO O| Mar 04 18:46:23.330 INFO STEP 1133 (remove_files) COMPLETE
83382026-03-04T18:46:25.440Z[ recovery-image] Mar 04 18:46:23.330 INFO O| Mar 04 18:46:23.330 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83392026-03-04T18:46:25.440Z[ host-image] Mar 04 18:46:23.330 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.23804:20260302T140727Z
83402026-03-04T18:46:25.445Z[ host-image] Mar 04 18:46:23.337 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.23804:20260302T140727Z
83412026-03-04T18:46:25.445Z[ host-image] Mar 04 18:46:23.337 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.23804:20260302T140728Z
83422026-03-04T18:46:25.445Z[ host-image] Mar 04 18:46:23.337 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.23804:20260302T140728Z
83432026-03-04T18:46:25.448Z[ host-image] Mar 04 18:46:23.340 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z
83442026-03-04T18:46:25.448Z[ host-image] Mar 04 18:46:23.340 INFO O| install = pkg://helios-dev/system/microcode/amd@20251202-2.0.23804:20260302T140728Z
83452026-03-04T18:46:25.454Z[ host-image] Mar 04 18:46:23.341 INFO O| install = pkg://helios-dev/system/microcode/intel@20260210-2.0.23804:20260302T140729Z
83462026-03-04T18:46:25.454Z[ host-image] Mar 04 18:46:23.341 INFO O| install = pkg://helios-dev/system/microcode/oxide@20251202-2.0.23804:20260302T140729Z
83472026-03-04T18:46:25.454Z[ host-image] Mar 04 18:46:23.342 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.23804:20260302T140730Z
83482026-03-04T18:46:25.454Z[ host-image] Mar 04 18:46:23.342 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.23804:20260302T140729Z
83492026-03-04T18:46:25.454Z[ host-image] Mar 04 18:46:23.342 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.23804:20260302T140729Z
83502026-03-04T18:46:25.454Z[ host-image] Mar 04 18:46:23.342 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z
83512026-03-04T18:46:25.454Z[ host-image] Mar 04 18:46:23.342 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z
83522026-03-04T18:46:25.454Z[ host-image] Mar 04 18:46:23.343 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.23804:20260302T140732Z
83532026-03-04T18:46:25.454Z[ host-image] Mar 04 18:46:23.343 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.23804:20260302T140732Z
83542026-03-04T18:46:25.454Z[ host-image] Mar 04 18:46:23.343 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.25:20250809T001126Z
83552026-03-04T18:46:25.454Z[ host-image] Mar 04 18:46:23.343 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z
83562026-03-04T18:46:25.454Z[ host-image] Mar 04 18:46:23.343 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z
83572026-03-04T18:46:25.454Z[ recovery-image] Mar 04 18:46:23.343 INFO O| Mar 04 18:46:23.343 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sttydefs"
83582026-03-04T18:46:25.454Z[ host-image] Mar 04 18:46:23.343 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z
83592026-03-04T18:46:25.454Z[ host-image] Mar 04 18:46:23.343 INFO O| install = pkg://helios-dev/text/looker@0.1.0.13-2.0:20250303T182037Z
83602026-03-04T18:46:25.454Z[ recovery-image] Mar 04 18:46:23.344 INFO O| Mar 04 18:46:23.343 INFO STEP 1134 (remove_files) COMPLETE
83612026-03-04T18:46:25.454Z[ recovery-image] Mar 04 18:46:23.344 INFO O| Mar 04 18:46:23.344 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83622026-03-04T18:46:25.458Z[ host-image] Mar 04 18:46:23.344 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z
83632026-03-04T18:46:25.458Z[ host-image] Mar 04 18:46:23.347 INFO O| install = pkg://helios-dev/web/curl@8.18.0-2.0:20260121T125903Z
83642026-03-04T18:46:25.458Z[ host-image] Mar 04 18:46:23.347 INFO O| tempdir @ "/tmp/.tmp0sYPPv/tmp"
83652026-03-04T18:46:25.458Z[ host-image] Mar 04 18:46:23.347 INFO O| image root @ "/tmp/.tmp0sYPPv/tmp/root"
83662026-03-04T18:46:25.458Z[ host-image] Mar 04 18:46:23.347 INFO O| creating image...
83672026-03-04T18:46:25.465Z[ recovery-image] Mar 04 18:46:23.357 INFO O| Mar 04 18:46:23.357 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncinit"
83682026-03-04T18:46:25.468Z[ recovery-image] Mar 04 18:46:23.357 INFO O| Mar 04 18:46:23.357 INFO STEP 1135 (remove_files) COMPLETE
83692026-03-04T18:46:25.469Z[ recovery-image] Mar 04 18:46:23.357 INFO O| Mar 04 18:46:23.357 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83702026-03-04T18:46:25.480Z[ recovery-image] Mar 04 18:46:23.370 INFO O| Mar 04 18:46:23.370 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncloop"
83712026-03-04T18:46:25.484Z[ recovery-image] Mar 04 18:46:23.370 INFO O| Mar 04 18:46:23.370 INFO STEP 1136 (remove_files) COMPLETE
83722026-03-04T18:46:25.484Z[ recovery-image] Mar 04 18:46:23.370 INFO O| Mar 04 18:46:23.370 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83732026-03-04T18:46:25.490Z[ recovery-image] Mar 04 18:46:23.382 INFO O| Mar 04 18:46:23.382 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncstat"
83742026-03-04T18:46:25.491Z[ recovery-image] Mar 04 18:46:23.382 INFO O| Mar 04 18:46:23.382 INFO STEP 1137 (remove_files) COMPLETE
83752026-03-04T18:46:25.497Z[ recovery-image] Mar 04 18:46:23.382 INFO O| Mar 04 18:46:23.382 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83762026-03-04T18:46:25.505Z[ recovery-image] Mar 04 18:46:23.394 INFO O| Mar 04 18:46:23.394 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sysdef"
83772026-03-04T18:46:25.505Z[ recovery-image] Mar 04 18:46:23.394 INFO O| Mar 04 18:46:23.394 INFO STEP 1138 (remove_files) COMPLETE
83782026-03-04T18:46:25.505Z[ recovery-image] Mar 04 18:46:23.394 INFO O| Mar 04 18:46:23.394 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83792026-03-04T18:46:25.515Z[ recovery-image] Mar 04 18:46:23.407 INFO O| Mar 04 18:46:23.406 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syseventadm"
83802026-03-04T18:46:25.518Z[ recovery-image] Mar 04 18:46:23.407 INFO O| Mar 04 18:46:23.407 INFO STEP 1139 (remove_files) COMPLETE
83812026-03-04T18:46:25.518Z[ recovery-image] Mar 04 18:46:23.407 INFO O| Mar 04 18:46:23.407 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83822026-03-04T18:46:25.526Z[ recovery-image] Mar 04 18:46:23.418 INFO O| Mar 04 18:46:23.418 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/t6mfgadm"
83832026-03-04T18:46:25.526Z[ recovery-image] Mar 04 18:46:23.418 INFO O| Mar 04 18:46:23.418 INFO STEP 1140 (remove_files) COMPLETE
83842026-03-04T18:46:25.529Z[ recovery-image] Mar 04 18:46:23.418 INFO O| Mar 04 18:46:23.418 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83852026-03-04T18:46:25.541Z[ recovery-image] Mar 04 18:46:23.431 INFO O| Mar 04 18:46:23.431 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tapes"
83862026-03-04T18:46:25.541Z[ recovery-image] Mar 04 18:46:23.431 INFO O| Mar 04 18:46:23.431 INFO STEP 1141 (remove_files) COMPLETE
83872026-03-04T18:46:25.541Z[ recovery-image] Mar 04 18:46:23.431 INFO O| Mar 04 18:46:23.431 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83882026-03-04T18:46:25.556Z[ recovery-image] Mar 04 18:46:23.443 INFO O| Mar 04 18:46:23.443 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tar"
83892026-03-04T18:46:25.556Z[ recovery-image] Mar 04 18:46:23.443 INFO O| Mar 04 18:46:23.443 INFO STEP 1142 (remove_files) COMPLETE
83902026-03-04T18:46:25.577Z[ recovery-image] Mar 04 18:46:23.443 INFO O| Mar 04 18:46:23.443 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83912026-03-04T18:46:25.580Z[ recovery-image] Mar 04 18:46:23.454 INFO O| Mar 04 18:46:23.454 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tcsd"
83922026-03-04T18:46:25.580Z[ recovery-image] Mar 04 18:46:23.454 INFO O| Mar 04 18:46:23.454 INFO STEP 1143 (remove_files) COMPLETE
83932026-03-04T18:46:25.580Z[ recovery-image] Mar 04 18:46:23.454 INFO O| Mar 04 18:46:23.454 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83942026-03-04T18:46:25.580Z[ recovery-image] Mar 04 18:46:23.466 INFO O| Mar 04 18:46:23.466 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/traceroute"
83952026-03-04T18:46:25.580Z[ recovery-image] Mar 04 18:46:23.466 INFO O| Mar 04 18:46:23.466 INFO STEP 1144 (remove_files) COMPLETE
83962026-03-04T18:46:25.580Z[ recovery-image] Mar 04 18:46:23.466 INFO O| Mar 04 18:46:23.466 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83972026-03-04T18:46:25.587Z[ recovery-image] Mar 04 18:46:23.478 INFO O| Mar 04 18:46:23.478 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/trapstat"
83982026-03-04T18:46:25.587Z[ recovery-image] Mar 04 18:46:23.479 INFO O| Mar 04 18:46:23.479 INFO STEP 1145 (remove_files) COMPLETE
83992026-03-04T18:46:25.590Z[ recovery-image] Mar 04 18:46:23.479 INFO O| Mar 04 18:46:23.479 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
84002026-03-04T18:46:25.599Z[ recovery-image] Mar 04 18:46:23.491 INFO O| Mar 04 18:46:23.491 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ttyadm"
84012026-03-04T18:46:25.600Z[ recovery-image] Mar 04 18:46:23.491 INFO O| Mar 04 18:46:23.491 INFO STEP 1146 (remove_files) COMPLETE
84022026-03-04T18:46:25.600Z[ recovery-image] Mar 04 18:46:23.491 INFO O| Mar 04 18:46:23.491 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
84032026-03-04T18:46:25.612Z[ recovery-image] Mar 04 18:46:23.504 INFO O| Mar 04 18:46:23.504 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ucodeadm"
84042026-03-04T18:46:25.612Z[ recovery-image] Mar 04 18:46:23.504 INFO O| Mar 04 18:46:23.504 INFO STEP 1147 (remove_files) COMPLETE
84052026-03-04T18:46:25.612Z[ recovery-image] Mar 04 18:46:23.504 INFO O| Mar 04 18:46:23.504 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
84062026-03-04T18:46:25.626Z[ recovery-image] Mar 04 18:46:23.518 INFO O| Mar 04 18:46:23.518 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/umountall"
84072026-03-04T18:46:25.626Z[ recovery-image] Mar 04 18:46:23.518 INFO O| Mar 04 18:46:23.518 INFO STEP 1148 (remove_files) COMPLETE
84082026-03-04T18:46:25.631Z[ recovery-image] Mar 04 18:46:23.518 INFO O| Mar 04 18:46:23.518 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
84092026-03-04T18:46:25.640Z[ recovery-image] Mar 04 18:46:23.532 INFO O| Mar 04 18:46:23.532 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unlink"
84102026-03-04T18:46:25.640Z[ recovery-image] Mar 04 18:46:23.532 INFO O| Mar 04 18:46:23.532 INFO STEP 1149 (remove_files) COMPLETE
84112026-03-04T18:46:25.644Z[ recovery-image] Mar 04 18:46:23.532 INFO O| Mar 04 18:46:23.532 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
84122026-03-04T18:46:25.654Z[ recovery-image] Mar 04 18:46:23.546 INFO O| Mar 04 18:46:23.546 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshare"
84132026-03-04T18:46:25.654Z[ recovery-image] Mar 04 18:46:23.546 INFO O| Mar 04 18:46:23.546 INFO STEP 1150 (remove_files) COMPLETE
84142026-03-04T18:46:25.658Z[ recovery-image] Mar 04 18:46:23.546 INFO O| Mar 04 18:46:23.546 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
84152026-03-04T18:46:25.670Z[ recovery-image] Mar 04 18:46:23.561 INFO O| Mar 04 18:46:23.561 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshareall"
84162026-03-04T18:46:25.670Z[ recovery-image] Mar 04 18:46:23.561 INFO O| Mar 04 18:46:23.561 INFO STEP 1151 (remove_files) COMPLETE
84172026-03-04T18:46:25.670Z[ recovery-image] Mar 04 18:46:23.561 INFO O| Mar 04 18:46:23.561 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
84182026-03-04T18:46:25.683Z[ recovery-image] Mar 04 18:46:23.575 INFO O| Mar 04 18:46:23.575 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/update_drv"
84192026-03-04T18:46:25.683Z[ recovery-image] Mar 04 18:46:23.575 INFO O| Mar 04 18:46:23.575 INFO STEP 1152 (remove_files) COMPLETE
84202026-03-04T18:46:25.683Z[ recovery-image] Mar 04 18:46:23.575 INFO O| Mar 04 18:46:23.575 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
84212026-03-04T18:46:25.697Z[ recovery-image] Mar 04 18:46:23.589 INFO O| Mar 04 18:46:23.589 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/useradd"
84222026-03-04T18:46:25.697Z[ recovery-image] Mar 04 18:46:23.589 INFO O| Mar 04 18:46:23.589 INFO STEP 1153 (remove_files) COMPLETE
84232026-03-04T18:46:25.697Z[ recovery-image] Mar 04 18:46:23.589 INFO O| Mar 04 18:46:23.589 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
84242026-03-04T18:46:25.708Z[ recovery-image] Mar 04 18:46:23.600 INFO O| Mar 04 18:46:23.600 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/userdel"
84252026-03-04T18:46:25.709Z[ recovery-image] Mar 04 18:46:23.600 INFO O| Mar 04 18:46:23.600 INFO STEP 1154 (remove_files) COMPLETE
84262026-03-04T18:46:25.712Z[ recovery-image] Mar 04 18:46:23.600 INFO O| Mar 04 18:46:23.600 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
84272026-03-04T18:46:25.720Z[ recovery-image] Mar 04 18:46:23.612 INFO O| Mar 04 18:46:23.612 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/usermod"
84282026-03-04T18:46:25.720Z[ recovery-image] Mar 04 18:46:23.612 INFO O| Mar 04 18:46:23.612 INFO STEP 1155 (remove_files) COMPLETE
84292026-03-04T18:46:25.724Z[ recovery-image] Mar 04 18:46:23.612 INFO O| Mar 04 18:46:23.612 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
84302026-03-04T18:46:25.732Z[ recovery-image] Mar 04 18:46:23.624 INFO O| Mar 04 18:46:23.624 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/volcopy"
84312026-03-04T18:46:25.732Z[ recovery-image] Mar 04 18:46:23.624 INFO O| Mar 04 18:46:23.624 INFO STEP 1156 (remove_files) COMPLETE
84322026-03-04T18:46:25.738Z[ recovery-image] Mar 04 18:46:23.624 INFO O| Mar 04 18:46:23.624 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
84332026-03-04T18:46:25.746Z[ recovery-image] Mar 04 18:46:23.636 INFO O| Mar 04 18:46:23.636 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/wall"
84342026-03-04T18:46:25.751Z[ recovery-image] Mar 04 18:46:23.636 INFO O| Mar 04 18:46:23.636 INFO STEP 1157 (remove_files) COMPLETE
84352026-03-04T18:46:25.751Z[ recovery-image] Mar 04 18:46:23.636 INFO O| Mar 04 18:46:23.636 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
84362026-03-04T18:46:25.758Z[ recovery-image] Mar 04 18:46:23.649 INFO O| Mar 04 18:46:23.649 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/whodo"
84372026-03-04T18:46:25.758Z[ recovery-image] Mar 04 18:46:23.649 INFO O| Mar 04 18:46:23.649 INFO STEP 1158 (remove_files) COMPLETE
84382026-03-04T18:46:25.762Z[ recovery-image] Mar 04 18:46:23.649 INFO O| Mar 04 18:46:23.649 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
84392026-03-04T18:46:25.770Z[ recovery-image] Mar 04 18:46:23.662 INFO O| Mar 04 18:46:23.662 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdb"
84402026-03-04T18:46:25.777Z[ recovery-image] Mar 04 18:46:23.662 INFO O| Mar 04 18:46:23.662 INFO STEP 1159 (remove_files) COMPLETE
84412026-03-04T18:46:25.777Z[ recovery-image] Mar 04 18:46:23.662 INFO O| Mar 04 18:46:23.662 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
84422026-03-04T18:46:25.784Z[ recovery-image] Mar 04 18:46:23.674 INFO O| Mar 04 18:46:23.674 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdump"
84432026-03-04T18:46:25.784Z[ recovery-image] Mar 04 18:46:23.674 INFO O| Mar 04 18:46:23.674 INFO STEP 1160 (remove_files) COMPLETE
84442026-03-04T18:46:25.787Z[ recovery-image] Mar 04 18:46:23.674 INFO O| Mar 04 18:46:23.674 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
84452026-03-04T18:46:25.794Z[ recovery-image] Mar 04 18:46:23.686 INFO O| Mar 04 18:46:23.686 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zic"
84462026-03-04T18:46:25.794Z[ recovery-image] Mar 04 18:46:23.687 INFO O| Mar 04 18:46:23.687 INFO STEP 1161 (remove_files) COMPLETE
84472026-03-04T18:46:25.794Z[ recovery-image] Mar 04 18:46:23.687 INFO O| Mar 04 18:46:23.687 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
84482026-03-04T18:46:25.811Z[ recovery-image] Mar 04 18:46:23.698 INFO O| Mar 04 18:46:23.698 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zlogin"
84492026-03-04T18:46:25.811Z[ recovery-image] Mar 04 18:46:23.699 INFO O| Mar 04 18:46:23.699 INFO STEP 1162 (remove_files) COMPLETE
84502026-03-04T18:46:25.876Z[ recovery-image] Mar 04 18:46:23.699 INFO O| Mar 04 18:46:23.699 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
84512026-03-04T18:46:25.876Z[ recovery-image] Mar 04 18:46:23.712 INFO O| Mar 04 18:46:23.712 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zoneadm"
84522026-03-04T18:46:25.876Z[ recovery-image] Mar 04 18:46:23.712 INFO O| Mar 04 18:46:23.712 INFO STEP 1163 (remove_files) COMPLETE
84532026-03-04T18:46:25.876Z[ recovery-image] Mar 04 18:46:23.712 INFO O| Mar 04 18:46:23.712 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
84542026-03-04T18:46:25.876Z[ recovery-image] Mar 04 18:46:23.724 INFO O| Mar 04 18:46:23.724 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zonecfg"
84552026-03-04T18:46:25.876Z[ recovery-image] Mar 04 18:46:23.724 INFO O| Mar 04 18:46:23.724 INFO STEP 1164 (remove_files) COMPLETE
84562026-03-04T18:46:25.876Z[ recovery-image] Mar 04 18:46:23.724 INFO O| Mar 04 18:46:23.724 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
84572026-03-04T18:46:25.960Z[ recovery-image] Mar 04 18:46:23.737 INFO O| Mar 04 18:46:23.737 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zstreamdump"
84582026-03-04T18:46:25.960Z[ recovery-image] Mar 04 18:46:23.737 INFO O| Mar 04 18:46:23.737 INFO STEP 1165 (remove_files) COMPLETE
84592026-03-04T18:46:25.960Z[ recovery-image] Mar 04 18:46:23.737 INFO O| Mar 04 18:46:23.737 INFO STEP 1166: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-03-recovery-trim.json
84602026-03-04T18:46:25.961Z[ recovery-image] Mar 04 18:46:23.757 INFO O| Mar 04 18:46:23.757 INFO file /rpool/images/build/recovery/output/sled-recovery-ramdisk.tar does not already exist, skipping removal
84612026-03-04T18:46:25.961Z[ recovery-image] Mar 04 18:46:23.757 INFO O| Mar 04 18:46:23.757 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
84622026-03-04T18:46:26.409Z[ host-image] Mar 04 18:46:24.300 INFO O| copying publishers...
84632026-03-04T18:46:28.172Z[ recovery-image] Mar 04 18:46:26.064 INFO O| Mar 04 18:46:26.063 INFO STEP 1166 (pack_tar) COMPLETE
84642026-03-04T18:46:28.172Z[ recovery-image] Mar 04 18:46:26.064 INFO O| Mar 04 18:46:26.063 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
84652026-03-04T18:46:28.175Z[ recovery-image] Mar 04 18:46:26.064 INFO O| Mar 04 18:46:26.064 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
84662026-03-04T18:46:28.427Z[ recovery-image] Mar 04 18:46:26.318 INFO O| Mar 04 18:46:26.318 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
84672026-03-04T18:46:28.542Z[ recovery-image] Mar 04 18:46:26.433 INFO O| Mar 04 18:46:26.433 INFO completed processing sled/ramdisk-03-recovery-trim
84682026-03-04T18:46:28.547Z[ recovery-image] Mar 04 18:46:26.438 INFO image builder template: zfs-recovery...
84692026-03-04T18:46:28.547Z[ recovery-image] Mar 04 18:46:26.438 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/.tmpqNuNnZ/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "publisher_0_name=helios-dev", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@19.0.0.0", "-F", "optever=0.39.455", "-n", "zfs-recovery"], pwd: None
84702026-03-04T18:46:28.601Z[ recovery-image] Mar 04 18:46:26.492 INFO O| Mar 04 18:46:26.492 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/zfs-recovery
84712026-03-04T18:46:28.614Z[ recovery-image] Mar 04 18:46:26.498 INFO O| Mar 04 18:46:26.498 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
84722026-03-04T18:46:28.706Z[ recovery-image] Mar 04 18:46:26.598 INFO O| Mar 04 18:46:26.598 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/zfs-recovery: sync = disabled
84732026-03-04T18:46:28.785Z[ recovery-image] Mar 04 18:46:26.677 INFO O| Mar 04 18:46:26.677 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/zfs-recovery
84742026-03-04T18:46:28.786Z[ recovery-image] Mar 04 18:46:26.677 INFO O| Mar 04 18:46:26.677 INFO work dataset: rpool/images/build/recovery/work/sled/zfs-recovery
84752026-03-04T18:46:28.792Z[ recovery-image] Mar 04 18:46:26.683 INFO O| Mar 04 18:46:26.683 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
84762026-03-04T18:46:28.896Z[ recovery-image] Mar 04 18:46:26.770 INFO O| Mar 04 18:46:26.770 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/sled/zfs-recovery: sync = disabled
84772026-03-04T18:46:28.950Z[ recovery-image] Mar 04 18:46:26.841 INFO O| Mar 04 18:46:26.841 INFO DESTROY POOL: TEMPORARY-sled-zfs-recovery
84782026-03-04T18:46:28.967Z[ recovery-image] Mar 04 18:46:26.858 INFO O| Mar 04 18:46:26.858 INFO image file: /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
84792026-03-04T18:46:28.976Z[ recovery-image] Mar 04 18:46:26.868 INFO O| Mar 04 18:46:26.868 INFO pool altroot: /rpool/images/build/recovery/work/sled/zfs-recovery/altroot
84802026-03-04T18:46:28.992Z[ recovery-image] Mar 04 18:46:26.882 INFO O| Mar 04 18:46:26.882 INFO no lofi found
84812026-03-04T18:46:28.992Z[ recovery-image] Mar 04 18:46:26.882 INFO O| Mar 04 18:46:26.882 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw does not already exist, skipping removal
84822026-03-04T18:46:28.992Z[ recovery-image] Mar 04 18:46:26.882 INFO O| Mar 04 18:46:26.882 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
84832026-03-04T18:46:31.114Z[ recovery-image] Mar 04 18:46:29.005 INFO O| Mar 04 18:46:29.004 INFO lofi device = /dev/dsk/c2t1d0p0
84842026-03-04T18:46:31.114Z[ recovery-image] Mar 04 18:46:29.005 INFO O| Mar 04 18:46:29.005 INFO pool device = /dev/dsk/c2t1d0p0
84852026-03-04T18:46:31.117Z[ recovery-image] Mar 04 18:46:29.005 INFO O| Mar 04 18:46:29.005 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-sled-zfs-recovery", "-O", "compression=off", "-R", "/rpool/images/build/recovery/work/sled/zfs-recovery/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"]
84862026-03-04T18:46:31.390Z[ recovery-image] Mar 04 18:46:29.278 INFO O| Mar 04 18:46:29.278 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
84872026-03-04T18:46:31.394Z[ recovery-image] Mar 04 18:46:29.278 INFO O| Mar 04 18:46:29.278 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT
84882026-03-04T18:46:31.436Z[ recovery-image] Mar 04 18:46:29.327 INFO O| Mar 04 18:46:29.327 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: canmount = off
84892026-03-04T18:46:31.571Z[ recovery-image] Mar 04 18:46:29.445 INFO O| Mar 04 18:46:29.444 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: mountpoint = legacy
84902026-03-04T18:46:31.666Z[ recovery-image] Mar 04 18:46:29.502 INFO O| Mar 04 18:46:29.502 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT/ramdisk
84912026-03-04T18:46:31.672Z[ recovery-image] Mar 04 18:46:29.524 INFO O| Mar 04 18:46:29.524 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: canmount = noauto
84922026-03-04T18:46:31.672Z[ recovery-image] Mar 04 18:46:29.551 INFO O| Mar 04 18:46:29.551 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
84932026-03-04T18:46:31.724Z[ recovery-image] Mar 04 18:46:29.615 INFO O| Mar 04 18:46:29.614 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a
84942026-03-04T18:46:31.727Z[ recovery-image] Mar 04 18:46:29.615 INFO O| Mar 04 18:46:29.615 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a
84952026-03-04T18:46:31.727Z[ recovery-image] Mar 04 18:46:29.615 INFO O| Mar 04 18:46:29.615 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
84962026-03-04T18:46:31.745Z[ recovery-image] Mar 04 18:46:29.634 INFO O| Mar 04 18:46:29.634 INFO boot environment UUID: 78711675-94c7-4c3e-a10a-7a454aa3f6bf
84972026-03-04T18:46:31.745Z[ recovery-image] Mar 04 18:46:29.634 INFO O| Mar 04 18:46:29.634 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 78711675-94c7-4c3e-a10a-7a454aa3f6bf
84982026-03-04T18:46:31.761Z[ recovery-image] Mar 04 18:46:29.650 INFO O| Mar 04 18:46:29.650 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
84992026-03-04T18:46:31.785Z[ recovery-image] Mar 04 18:46:29.675 INFO O| Mar 04 18:46:29.675 INFO STEP 0 (create_be) COMPLETE
85002026-03-04T18:46:31.785Z[ recovery-image] Mar 04 18:46:29.675 INFO O| Mar 04 18:46:29.675 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
85012026-03-04T18:46:31.809Z[ recovery-image] Mar 04 18:46:29.700 INFO O| Mar 04 18:46:29.700 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"]
85022026-03-04T18:46:38.518Z[ recovery-image] Mar 04 18:46:36.407 INFO O| Mar 04 18:46:36.407 INFO STEP 1 (unpack_tar) COMPLETE
85032026-03-04T18:46:38.518Z[ recovery-image] Mar 04 18:46:36.407 INFO O| Mar 04 18:46:36.407 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
85042026-03-04T18:46:38.532Z[ recovery-image] Mar 04 18:46:36.421 INFO O| Mar 04 18:46:36.421 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
85052026-03-04T18:46:39.860Z[ recovery-image] Mar 04 18:46:37.749 INFO O| Mar 04 18:46:37.749 INFO STEP 2 (devfsadm) COMPLETE
85062026-03-04T18:46:39.860Z[ recovery-image] Mar 04 18:46:37.749 INFO O| Mar 04 18:46:37.749 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
85072026-03-04T18:46:39.875Z[ recovery-image] Mar 04 18:46:37.764 INFO O| Mar 04 18:46:37.764 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
85082026-03-04T18:46:39.875Z[ recovery-image] Mar 04 18:46:37.764 INFO O| Mar 04 18:46:37.764 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
85092026-03-04T18:46:39.875Z[ recovery-image] Mar 04 18:46:37.764 INFO O| Mar 04 18:46:37.764 INFO STEP 3 (ensure_dir) COMPLETE
85102026-03-04T18:46:39.894Z[ recovery-image] Mar 04 18:46:37.764 INFO O| Mar 04 18:46:37.764 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
85112026-03-04T18:46:39.894Z[ recovery-image] Mar 04 18:46:37.778 INFO O| Mar 04 18:46:37.778 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
85122026-03-04T18:46:39.894Z[ recovery-image] Mar 04 18:46:37.778 INFO O| Mar 04 18:46:37.778 INFO STEP 4 (ensure_dir) COMPLETE
85132026-03-04T18:46:39.894Z[ recovery-image] Mar 04 18:46:37.778 INFO O| Mar 04 18:46:37.778 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
85142026-03-04T18:46:39.903Z[ recovery-image] Mar 04 18:46:37.791 INFO O| Mar 04 18:46:37.791 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
85152026-03-04T18:46:39.908Z[ recovery-image] Mar 04 18:46:37.791 INFO O| Mar 04 18:46:37.791 INFO STEP 5 (ensure_dir) COMPLETE
85162026-03-04T18:46:39.908Z[ recovery-image] Mar 04 18:46:37.791 INFO O| Mar 04 18:46:37.791 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
85172026-03-04T18:46:39.917Z[ recovery-image] Mar 04 18:46:37.804 INFO O| Mar 04 18:46:37.804 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
85182026-03-04T18:46:39.917Z[ recovery-image] Mar 04 18:46:37.804 INFO O| Mar 04 18:46:37.804 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
85192026-03-04T18:46:39.922Z[ recovery-image] Mar 04 18:46:37.804 INFO O| Mar 04 18:46:37.804 INFO STEP 6 (ensure_dir) COMPLETE
85202026-03-04T18:46:39.922Z[ recovery-image] Mar 04 18:46:37.804 INFO O| Mar 04 18:46:37.804 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
85212026-03-04T18:46:39.928Z[ recovery-image] Mar 04 18:46:37.817 INFO O| Mar 04 18:46:37.817 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
85222026-03-04T18:46:39.928Z[ recovery-image] Mar 04 18:46:37.817 INFO O| Mar 04 18:46:37.817 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
85232026-03-04T18:46:39.931Z[ recovery-image] Mar 04 18:46:37.817 INFO O| Mar 04 18:46:37.817 INFO STEP 7 (ensure_dir) COMPLETE
85242026-03-04T18:46:39.931Z[ recovery-image] Mar 04 18:46:37.817 INFO O| Mar 04 18:46:37.817 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
85252026-03-04T18:46:39.942Z[ recovery-image] Mar 04 18:46:37.831 INFO O| Mar 04 18:46:37.831 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg"
85262026-03-04T18:46:39.945Z[ recovery-image] Mar 04 18:46:37.832 INFO O| Mar 04 18:46:37.831 INFO STEP 8 (remove_files) COMPLETE
85272026-03-04T18:46:39.945Z[ recovery-image] Mar 04 18:46:37.832 INFO O| Mar 04 18:46:37.832 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
85282026-03-04T18:46:39.957Z[ recovery-image] Mar 04 18:46:37.846 INFO O| Mar 04 18:46:37.846 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk"
85292026-03-04T18:46:39.960Z[ recovery-image] Mar 04 18:46:37.847 INFO O| Mar 04 18:46:37.847 INFO STEP 9 (remove_files) COMPLETE
85302026-03-04T18:46:39.960Z[ recovery-image] Mar 04 18:46:37.847 INFO O| Mar 04 18:46:37.847 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
85312026-03-04T18:46:39.975Z[ recovery-image] Mar 04 18:46:37.863 INFO O| Mar 04 18:46:37.863 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk"
85322026-03-04T18:46:39.978Z[ recovery-image] Mar 04 18:46:37.864 INFO O| Mar 04 18:46:37.864 INFO STEP 10 (remove_files) COMPLETE
85332026-03-04T18:46:39.978Z[ recovery-image] Mar 04 18:46:37.864 INFO O| Mar 04 18:46:37.864 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
85342026-03-04T18:46:39.995Z[ recovery-image] Mar 04 18:46:37.879 INFO O| Mar 04 18:46:37.879 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors"
85352026-03-04T18:46:39.995Z[ recovery-image] Mar 04 18:46:37.880 INFO O| Mar 04 18:46:37.879 INFO STEP 11 (remove_files) COMPLETE
85362026-03-04T18:46:39.995Z[ recovery-image] Mar 04 18:46:37.880 INFO O| Mar 04 18:46:37.880 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
85372026-03-04T18:46:40.008Z[ recovery-image] Mar 04 18:46:37.896 INFO O| Mar 04 18:46:37.896 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb"
85382026-03-04T18:46:40.009Z[ recovery-image] Mar 04 18:46:37.896 INFO O| Mar 04 18:46:37.896 INFO STEP 12 (remove_files) COMPLETE
85392026-03-04T18:46:40.009Z[ recovery-image] Mar 04 18:46:37.896 INFO O| Mar 04 18:46:37.896 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
85402026-03-04T18:46:40.023Z[ recovery-image] Mar 04 18:46:37.912 INFO O| Mar 04 18:46:37.912 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
85412026-03-04T18:46:40.023Z[ recovery-image] Mar 04 18:46:37.912 INFO O| Mar 04 18:46:37.912 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
85422026-03-04T18:46:40.023Z[ recovery-image] Mar 04 18:46:37.912 INFO O| Mar 04 18:46:37.912 INFO STEP 13 (ensure_dir) COMPLETE
85432026-03-04T18:46:40.027Z[ recovery-image] Mar 04 18:46:37.912 INFO O| Mar 04 18:46:37.912 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
85442026-03-04T18:46:40.039Z[ recovery-image] Mar 04 18:46:37.928 INFO O| Mar 04 18:46:37.928 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
85452026-03-04T18:46:40.039Z[ recovery-image] Mar 04 18:46:37.929 INFO O| Mar 04 18:46:37.929 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
85462026-03-04T18:46:40.039Z[ recovery-image] Mar 04 18:46:37.929 INFO O| Mar 04 18:46:37.929 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
85472026-03-04T18:46:40.043Z[ recovery-image] Mar 04 18:46:37.929 INFO O| Mar 04 18:46:37.929 INFO STEP 14 (ensure_dir) COMPLETE
85482026-03-04T18:46:40.043Z[ recovery-image] Mar 04 18:46:37.929 INFO O| Mar 04 18:46:37.929 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
85492026-03-04T18:46:40.054Z[ recovery-image] Mar 04 18:46:37.943 INFO O| Mar 04 18:46:37.943 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
85502026-03-04T18:46:40.054Z[ recovery-image] Mar 04 18:46:37.943 INFO O| Mar 04 18:46:37.943 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
85512026-03-04T18:46:40.054Z[ recovery-image] Mar 04 18:46:37.943 INFO O| Mar 04 18:46:37.943 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
85522026-03-04T18:46:40.057Z[ recovery-image] Mar 04 18:46:37.943 INFO O| Mar 04 18:46:37.943 INFO STEP 15 (ensure_dir) COMPLETE
85532026-03-04T18:46:40.057Z[ recovery-image] Mar 04 18:46:37.943 INFO O| Mar 04 18:46:37.943 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
85542026-03-04T18:46:40.068Z[ recovery-image] Mar 04 18:46:37.957 INFO O| Mar 04 18:46:37.957 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
85552026-03-04T18:46:40.068Z[ recovery-image] Mar 04 18:46:37.957 INFO O| Mar 04 18:46:37.957 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
85562026-03-04T18:46:40.068Z[ recovery-image] Mar 04 18:46:37.957 INFO O| Mar 04 18:46:37.957 INFO STEP 16 (ensure_dir) COMPLETE
85572026-03-04T18:46:40.068Z[ recovery-image] Mar 04 18:46:37.957 INFO O| Mar 04 18:46:37.957 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
85582026-03-04T18:46:40.082Z[ recovery-image] Mar 04 18:46:37.970 INFO O| Mar 04 18:46:37.970 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
85592026-03-04T18:46:40.084Z[ recovery-image] Mar 04 18:46:37.970 INFO O| Mar 04 18:46:37.970 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
85602026-03-04T18:46:40.084Z[ recovery-image] Mar 04 18:46:37.970 INFO O| Mar 04 18:46:37.970 INFO STEP 17 (ensure_dir) COMPLETE
85612026-03-04T18:46:40.084Z[ recovery-image] Mar 04 18:46:37.970 INFO O| Mar 04 18:46:37.970 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
85622026-03-04T18:46:40.094Z[ recovery-image] Mar 04 18:46:37.983 INFO O| Mar 04 18:46:37.983 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
85632026-03-04T18:46:40.094Z[ recovery-image] Mar 04 18:46:37.983 INFO O| Mar 04 18:46:37.983 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/msglog
85642026-03-04T18:46:40.099Z[ recovery-image] Mar 04 18:46:37.983 INFO O| Mar 04 18:46:37.983 INFO ok!
85652026-03-04T18:46:40.099Z[ recovery-image] Mar 04 18:46:37.983 INFO O| Mar 04 18:46:37.983 INFO STEP 18 (ensure_symlink) COMPLETE
85662026-03-04T18:46:40.099Z[ recovery-image] Mar 04 18:46:37.983 INFO O| Mar 04 18:46:37.983 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
85672026-03-04T18:46:40.106Z[ recovery-image] Mar 04 18:46:37.995 INFO O| Mar 04 18:46:37.995 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure exists, with correct contents
85682026-03-04T18:46:40.106Z[ recovery-image] Mar 04 18:46:37.995 INFO O| Mar 04 18:46:37.995 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure
85692026-03-04T18:46:40.109Z[ recovery-image] Mar 04 18:46:37.995 INFO O| Mar 04 18:46:37.995 INFO ok!
85702026-03-04T18:46:40.109Z[ recovery-image] Mar 04 18:46:37.995 INFO O| Mar 04 18:46:37.995 INFO STEP 19 (ensure_file) COMPLETE
85712026-03-04T18:46:40.109Z[ recovery-image] Mar 04 18:46:37.995 INFO O| Mar 04 18:46:37.995 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
85722026-03-04T18:46:40.118Z[ recovery-image] Mar 04 18:46:38.007 INFO O| Mar 04 18:46:38.007 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
85732026-03-04T18:46:40.122Z[ recovery-image] Mar 04 18:46:38.007 INFO O| Mar 04 18:46:38.007 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
85742026-03-04T18:46:40.122Z[ recovery-image] Mar 04 18:46:38.007 INFO O| Mar 04 18:46:38.007 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml
85752026-03-04T18:46:40.122Z[ recovery-image] Mar 04 18:46:38.008 INFO O| Mar 04 18:46:38.007 INFO ok!
85762026-03-04T18:46:40.122Z[ recovery-image] Mar 04 18:46:38.008 INFO O| Mar 04 18:46:38.007 INFO STEP 20 (ensure_symlink) COMPLETE
85772026-03-04T18:46:40.122Z[ recovery-image] Mar 04 18:46:38.008 INFO O| Mar 04 18:46:38.008 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
85782026-03-04T18:46:40.133Z[ recovery-image] Mar 04 18:46:38.019 INFO O| Mar 04 18:46:38.019 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
85792026-03-04T18:46:40.133Z[ recovery-image] Mar 04 18:46:38.019 INFO O| Mar 04 18:46:38.019 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
85802026-03-04T18:46:40.133Z[ recovery-image] Mar 04 18:46:38.019 INFO O| Mar 04 18:46:38.019 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml
85812026-03-04T18:46:40.136Z[ recovery-image] Mar 04 18:46:38.019 INFO O| Mar 04 18:46:38.019 INFO ok!
85822026-03-04T18:46:40.136Z[ recovery-image] Mar 04 18:46:38.019 INFO O| Mar 04 18:46:38.019 INFO STEP 21 (ensure_symlink) COMPLETE
85832026-03-04T18:46:40.136Z[ recovery-image] Mar 04 18:46:38.019 INFO O| Mar 04 18:46:38.019 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
85842026-03-04T18:46:40.143Z[ recovery-image] Mar 04 18:46:38.031 INFO O| Mar 04 18:46:38.031 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
85852026-03-04T18:46:40.143Z[ recovery-image] Mar 04 18:46:38.031 INFO O| Mar 04 18:46:38.031 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
85862026-03-04T18:46:40.143Z[ recovery-image] Mar 04 18:46:38.031 INFO O| Mar 04 18:46:38.031 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml
85872026-03-04T18:46:40.150Z[ recovery-image] Mar 04 18:46:38.031 INFO O| Mar 04 18:46:38.031 INFO ok!
85882026-03-04T18:46:40.151Z[ recovery-image] Mar 04 18:46:38.031 INFO O| Mar 04 18:46:38.031 INFO STEP 22 (ensure_symlink) COMPLETE
85892026-03-04T18:46:40.151Z[ recovery-image] Mar 04 18:46:38.031 INFO O| Mar 04 18:46:38.031 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
85902026-03-04T18:46:40.154Z[ recovery-image] Mar 04 18:46:38.043 INFO O| Mar 04 18:46:38.043 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
85912026-03-04T18:46:40.154Z[ recovery-image] Mar 04 18:46:38.043 INFO O| Mar 04 18:46:38.043 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
85922026-03-04T18:46:40.154Z[ recovery-image] Mar 04 18:46:38.043 INFO O| Mar 04 18:46:38.043 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml
85932026-03-04T18:46:40.154Z[ recovery-image] Mar 04 18:46:38.043 INFO O| Mar 04 18:46:38.043 INFO ok!
85942026-03-04T18:46:40.154Z[ recovery-image] Mar 04 18:46:38.043 INFO O| Mar 04 18:46:38.043 INFO STEP 23 (ensure_symlink) COMPLETE
85952026-03-04T18:46:40.154Z[ recovery-image] Mar 04 18:46:38.043 INFO O| Mar 04 18:46:38.043 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
85962026-03-04T18:46:40.166Z[ recovery-image] Mar 04 18:46:38.056 INFO O| Mar 04 18:46:38.056 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
85972026-03-04T18:46:40.166Z[ recovery-image] Mar 04 18:46:38.056 INFO O| Mar 04 18:46:38.056 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 ...
85982026-03-04T18:46:40.170Z[ recovery-image] Mar 04 18:46:38.056 INFO O| Mar 04 18:46:38.056 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf
85992026-03-04T18:46:40.170Z[ recovery-image] Mar 04 18:46:38.056 INFO O| Mar 04 18:46:38.056 INFO ok!
86002026-03-04T18:46:40.170Z[ recovery-image] Mar 04 18:46:38.056 INFO O| Mar 04 18:46:38.056 INFO STEP 24 (ensure_file) COMPLETE
86012026-03-04T18:46:40.170Z[ recovery-image] Mar 04 18:46:38.056 INFO O| Mar 04 18:46:38.056 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
86022026-03-04T18:46:40.183Z[ recovery-image] Mar 04 18:46:38.071 INFO O| Mar 04 18:46:38.071 INFO updating shadow file
86032026-03-04T18:46:40.186Z[ recovery-image] Mar 04 18:46:38.071 INFO O| Mar 04 18:46:38.071 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
86042026-03-04T18:46:40.186Z[ recovery-image] Mar 04 18:46:38.071 INFO O| Mar 04 18:46:38.071 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
86052026-03-04T18:46:40.187Z[ recovery-image] Mar 04 18:46:38.071 INFO O| Mar 04 18:46:38.071 INFO STEP 25 (shadow) COMPLETE
86062026-03-04T18:46:40.187Z[ recovery-image] Mar 04 18:46:38.071 INFO O| Mar 04 18:46:38.071 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
86072026-03-04T18:46:40.195Z[ recovery-image] Mar 04 18:46:38.084 INFO O| Mar 04 18:46:38.084 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
86082026-03-04T18:46:40.199Z[ recovery-image] Mar 04 18:46:38.084 INFO O| Mar 04 18:46:38.084 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts ...
86092026-03-04T18:46:40.200Z[ recovery-image] Mar 04 18:46:38.085 INFO O| Mar 04 18:46:38.085 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts
86102026-03-04T18:46:40.200Z[ recovery-image] Mar 04 18:46:38.085 INFO O| Mar 04 18:46:38.085 INFO ok!
86112026-03-04T18:46:40.200Z[ recovery-image] Mar 04 18:46:38.085 INFO O| Mar 04 18:46:38.085 INFO STEP 26 (ensure_file) COMPLETE
86122026-03-04T18:46:40.200Z[ recovery-image] Mar 04 18:46:38.085 INFO O| Mar 04 18:46:38.085 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
86132026-03-04T18:46:40.209Z[ recovery-image] Mar 04 18:46:38.098 INFO O| Mar 04 18:46:38.098 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename does not exist
86142026-03-04T18:46:40.209Z[ recovery-image] Mar 04 18:46:38.098 INFO O| Mar 04 18:46:38.098 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename ...
86152026-03-04T18:46:40.209Z[ recovery-image] Mar 04 18:46:38.098 INFO O| Mar 04 18:46:38.098 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename
86162026-03-04T18:46:40.209Z[ recovery-image] Mar 04 18:46:38.098 INFO O| Mar 04 18:46:38.098 INFO ok!
86172026-03-04T18:46:40.213Z[ recovery-image] Mar 04 18:46:38.098 INFO O| Mar 04 18:46:38.098 INFO STEP 27 (ensure_file) COMPLETE
86182026-03-04T18:46:40.213Z[ recovery-image] Mar 04 18:46:38.098 INFO O| Mar 04 18:46:38.098 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
86192026-03-04T18:46:40.223Z[ recovery-image] Mar 04 18:46:38.112 INFO O| Mar 04 18:46:38.112 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
86202026-03-04T18:46:40.223Z[ recovery-image] Mar 04 18:46:38.112 INFO O| Mar 04 18:46:38.112 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent ...
86212026-03-04T18:46:40.227Z[ recovery-image] Mar 04 18:46:38.112 INFO O| Mar 04 18:46:38.112 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
86222026-03-04T18:46:40.227Z[ recovery-image] Mar 04 18:46:38.112 INFO O| Mar 04 18:46:38.112 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
86232026-03-04T18:46:40.227Z[ recovery-image] Mar 04 18:46:38.112 INFO O| Mar 04 18:46:38.112 INFO ok!
86242026-03-04T18:46:40.227Z[ recovery-image] Mar 04 18:46:38.112 INFO O| Mar 04 18:46:38.112 INFO STEP 28 (ensure_file) COMPLETE
86252026-03-04T18:46:40.227Z[ recovery-image] Mar 04 18:46:38.112 INFO O| Mar 04 18:46:38.112 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
86262026-03-04T18:46:40.237Z[ recovery-image] Mar 04 18:46:38.126 INFO O| Mar 04 18:46:38.126 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf does not exist
86272026-03-04T18:46:40.237Z[ recovery-image] Mar 04 18:46:38.126 INFO O| Mar 04 18:46:38.126 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf ...
86282026-03-04T18:46:40.237Z[ recovery-image] Mar 04 18:46:38.126 INFO O| Mar 04 18:46:38.126 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf
86292026-03-04T18:46:40.241Z[ recovery-image] Mar 04 18:46:38.126 INFO O| Mar 04 18:46:38.126 INFO ok!
86302026-03-04T18:46:40.241Z[ recovery-image] Mar 04 18:46:38.126 INFO O| Mar 04 18:46:38.126 INFO STEP 29 (ensure_file) COMPLETE
86312026-03-04T18:46:40.241Z[ recovery-image] Mar 04 18:46:38.126 INFO O| Mar 04 18:46:38.126 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
86322026-03-04T18:46:40.252Z[ recovery-image] Mar 04 18:46:38.140 INFO O| Mar 04 18:46:38.140 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
86332026-03-04T18:46:40.252Z[ recovery-image] Mar 04 18:46:38.140 INFO O| Mar 04 18:46:38.140 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
86342026-03-04T18:46:40.252Z[ recovery-image] Mar 04 18:46:38.140 INFO O| Mar 04 18:46:38.140 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
86352026-03-04T18:46:40.255Z[ recovery-image] Mar 04 18:46:38.140 INFO O| Mar 04 18:46:38.140 INFO STEP 30 (ensure_dir) COMPLETE
86362026-03-04T18:46:40.255Z[ recovery-image] Mar 04 18:46:38.140 INFO O| Mar 04 18:46:38.140 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
86372026-03-04T18:46:40.265Z[ recovery-image] Mar 04 18:46:38.154 INFO O| Mar 04 18:46:38.154 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup does not exist
86382026-03-04T18:46:40.265Z[ recovery-image] Mar 04 18:46:38.154 INFO O| Mar 04 18:46:38.154 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 ...
86392026-03-04T18:46:40.269Z[ recovery-image] Mar 04 18:46:38.154 INFO O| Mar 04 18:46:38.154 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
86402026-03-04T18:46:40.269Z[ recovery-image] Mar 04 18:46:38.154 INFO O| Mar 04 18:46:38.154 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup
86412026-03-04T18:46:40.269Z[ recovery-image] Mar 04 18:46:38.154 INFO O| Mar 04 18:46:38.154 INFO ok!
86422026-03-04T18:46:40.269Z[ recovery-image] Mar 04 18:46:38.154 INFO O| Mar 04 18:46:38.154 INFO STEP 31 (ensure_file) COMPLETE
86432026-03-04T18:46:40.269Z[ recovery-image] Mar 04 18:46:38.154 INFO O| Mar 04 18:46:38.154 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
86442026-03-04T18:46:40.299Z[ recovery-image] Mar 04 18:46:38.169 INFO O| Mar 04 18:46:38.169 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
86452026-03-04T18:46:40.299Z[ recovery-image] Mar 04 18:46:38.169 INFO O| Mar 04 18:46:38.169 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
86462026-03-04T18:46:40.299Z[ recovery-image] Mar 04 18:46:38.169 INFO O| Mar 04 18:46:38.169 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
86472026-03-04T18:46:40.299Z[ recovery-image] Mar 04 18:46:38.169 INFO O| Mar 04 18:46:38.169 INFO STEP 32 (ensure_dir) COMPLETE
86482026-03-04T18:46:40.299Z[ recovery-image] Mar 04 18:46:38.169 INFO O| Mar 04 18:46:38.169 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
86492026-03-04T18:46:40.343Z[ recovery-image] Mar 04 18:46:38.183 INFO O| Mar 04 18:46:38.182 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml does not exist
86502026-03-04T18:46:40.343Z[ recovery-image] Mar 04 18:46:38.183 INFO O| Mar 04 18:46:38.182 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 ...
86512026-03-04T18:46:40.343Z[ recovery-image] Mar 04 18:46:38.183 INFO O| Mar 04 18:46:38.183 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
86522026-03-04T18:46:40.343Z[ recovery-image] Mar 04 18:46:38.183 INFO O| Mar 04 18:46:38.183 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml
86532026-03-04T18:46:40.343Z[ recovery-image] Mar 04 18:46:38.183 INFO O| Mar 04 18:46:38.183 INFO ok!
86542026-03-04T18:46:40.343Z[ recovery-image] Mar 04 18:46:38.183 INFO O| Mar 04 18:46:38.183 INFO STEP 33 (ensure_file) COMPLETE
86552026-03-04T18:46:40.343Z[ recovery-image] Mar 04 18:46:38.183 INFO O| Mar 04 18:46:38.183 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
86562026-03-04T18:46:40.350Z[ recovery-image] Mar 04 18:46:38.197 INFO O| Mar 04 18:46:38.197 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master does not exist
86572026-03-04T18:46:40.350Z[ recovery-image] Mar 04 18:46:38.197 INFO O| Mar 04 18:46:38.197 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master ...
86582026-03-04T18:46:40.350Z[ recovery-image] Mar 04 18:46:38.198 INFO O| Mar 04 18:46:38.197 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master
86592026-03-04T18:46:40.350Z[ recovery-image] Mar 04 18:46:38.198 INFO O| Mar 04 18:46:38.198 INFO ok!
86602026-03-04T18:46:40.351Z[ recovery-image] Mar 04 18:46:38.198 INFO O| Mar 04 18:46:38.198 INFO STEP 34 (ensure_file) COMPLETE
86612026-03-04T18:46:40.351Z[ recovery-image] Mar 04 18:46:38.198 INFO O| Mar 04 18:46:38.198 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
86622026-03-04T18:46:40.351Z[ recovery-image] Mar 04 18:46:38.212 INFO O| Mar 04 18:46:38.212 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
86632026-03-04T18:46:40.351Z[ recovery-image] Mar 04 18:46:38.212 INFO O| Mar 04 18:46:38.212 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs ...
86642026-03-04T18:46:40.351Z[ recovery-image] Mar 04 18:46:38.212 INFO O| Mar 04 18:46:38.212 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
86652026-03-04T18:46:40.351Z[ recovery-image] Mar 04 18:46:38.212 INFO O| Mar 04 18:46:38.212 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
86662026-03-04T18:46:40.351Z[ recovery-image] Mar 04 18:46:38.212 INFO O| Mar 04 18:46:38.212 INFO ok!
86672026-03-04T18:46:40.351Z[ recovery-image] Mar 04 18:46:38.212 INFO O| Mar 04 18:46:38.212 INFO STEP 35 (ensure_file) COMPLETE
86682026-03-04T18:46:40.351Z[ recovery-image] Mar 04 18:46:38.212 INFO O| Mar 04 18:46:38.212 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
86692026-03-04T18:46:40.351Z[ recovery-image] Mar 04 18:46:38.225 INFO O| Mar 04 18:46:38.225 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
86702026-03-04T18:46:40.351Z[ recovery-image] Mar 04 18:46:38.225 INFO O| Mar 04 18:46:38.225 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init ...
86712026-03-04T18:46:40.351Z[ recovery-image] Mar 04 18:46:38.226 INFO O| Mar 04 18:46:38.225 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init
86722026-03-04T18:46:40.351Z[ recovery-image] Mar 04 18:46:38.226 INFO O| Mar 04 18:46:38.226 INFO ok!
86732026-03-04T18:46:40.351Z[ recovery-image] Mar 04 18:46:38.226 INFO O| Mar 04 18:46:38.226 INFO STEP 36 (ensure_file) COMPLETE
86742026-03-04T18:46:40.351Z[ recovery-image] Mar 04 18:46:38.226 INFO O| Mar 04 18:46:38.226 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
86752026-03-04T18:46:40.402Z[ recovery-image] Mar 04 18:46:38.240 INFO O| Mar 04 18:46:38.239 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
86762026-03-04T18:46:40.402Z[ recovery-image] Mar 04 18:46:38.240 INFO O| Mar 04 18:46:38.240 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config ...
86772026-03-04T18:46:40.402Z[ recovery-image] Mar 04 18:46:38.240 INFO O| Mar 04 18:46:38.240 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config
86782026-03-04T18:46:40.402Z[ recovery-image] Mar 04 18:46:38.240 INFO O| Mar 04 18:46:38.240 INFO ok!
86792026-03-04T18:46:40.402Z[ recovery-image] Mar 04 18:46:38.240 INFO O| Mar 04 18:46:38.240 INFO STEP 37 (ensure_file) COMPLETE
86802026-03-04T18:46:40.402Z[ recovery-image] Mar 04 18:46:38.240 INFO O| Mar 04 18:46:38.240 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
86812026-03-04T18:46:40.427Z[ recovery-image] Mar 04 18:46:38.253 INFO O| Mar 04 18:46:38.253 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams does not exist
86822026-03-04T18:46:40.427Z[ recovery-image] Mar 04 18:46:38.253 INFO O| Mar 04 18:46:38.253 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams ...
86832026-03-04T18:46:40.427Z[ recovery-image] Mar 04 18:46:38.254 INFO O| Mar 04 18:46:38.254 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
86842026-03-04T18:46:40.427Z[ recovery-image] Mar 04 18:46:38.254 INFO O| Mar 04 18:46:38.254 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
86852026-03-04T18:46:40.427Z[ recovery-image] Mar 04 18:46:38.254 INFO O| Mar 04 18:46:38.254 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
86862026-03-04T18:46:40.427Z[ recovery-image] Mar 04 18:46:38.254 INFO O| Mar 04 18:46:38.254 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
86872026-03-04T18:46:40.427Z[ recovery-image] Mar 04 18:46:38.254 INFO O| Mar 04 18:46:38.254 INFO ok!
86882026-03-04T18:46:40.427Z[ recovery-image] Mar 04 18:46:38.254 INFO O| Mar 04 18:46:38.254 INFO STEP 38 (ensure_file) COMPLETE
86892026-03-04T18:46:40.427Z[ recovery-image] Mar 04 18:46:38.254 INFO O| Mar 04 18:46:38.254 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
86902026-03-04T18:46:40.427Z[ recovery-image] Mar 04 18:46:38.267 INFO O| Mar 04 18:46:38.267 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
86912026-03-04T18:46:40.427Z[ recovery-image] Mar 04 18:46:38.267 INFO O| Mar 04 18:46:38.267 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
86922026-03-04T18:46:40.427Z[ recovery-image] Mar 04 18:46:38.267 INFO O| Mar 04 18:46:38.267 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
86932026-03-04T18:46:40.427Z[ recovery-image] Mar 04 18:46:38.267 INFO O| Mar 04 18:46:38.267 INFO STEP 39 (ensure_dir) COMPLETE
86942026-03-04T18:46:40.427Z[ recovery-image] Mar 04 18:46:38.267 INFO O| Mar 04 18:46:38.267 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
86952026-03-04T18:46:40.427Z[ recovery-image] Mar 04 18:46:38.281 INFO O| Mar 04 18:46:38.281 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
86962026-03-04T18:46:40.427Z[ recovery-image] Mar 04 18:46:38.281 INFO O| Mar 04 18:46:38.281 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 ...
86972026-03-04T18:46:40.427Z[ recovery-image] Mar 04 18:46:38.282 INFO O| Mar 04 18:46:38.282 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
86982026-03-04T18:46:40.427Z[ recovery-image] Mar 04 18:46:38.282 INFO O| Mar 04 18:46:38.282 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
86992026-03-04T18:46:40.427Z[ recovery-image] Mar 04 18:46:38.282 INFO O| Mar 04 18:46:38.282 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
87002026-03-04T18:46:40.427Z[ recovery-image] Mar 04 18:46:38.282 INFO O| Mar 04 18:46:38.282 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
87012026-03-04T18:46:40.427Z[ recovery-image] Mar 04 18:46:38.282 INFO O| Mar 04 18:46:38.282 INFO ok!
87022026-03-04T18:46:40.428Z[ recovery-image] Mar 04 18:46:38.282 INFO O| Mar 04 18:46:38.282 INFO STEP 40 (ensure_file) COMPLETE
87032026-03-04T18:46:40.428Z[ recovery-image] Mar 04 18:46:38.282 INFO O| Mar 04 18:46:38.282 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
87042026-03-04T18:46:40.432Z[ recovery-image] Mar 04 18:46:38.296 INFO O| Mar 04 18:46:38.296 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
87052026-03-04T18:46:40.432Z[ recovery-image] Mar 04 18:46:38.296 INFO O| Mar 04 18:46:38.296 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 ...
87062026-03-04T18:46:40.432Z[ recovery-image] Mar 04 18:46:38.296 INFO O| Mar 04 18:46:38.296 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
87072026-03-04T18:46:40.432Z[ recovery-image] Mar 04 18:46:38.296 INFO O| Mar 04 18:46:38.296 INFO ok!
87082026-03-04T18:46:40.432Z[ recovery-image] Mar 04 18:46:38.296 INFO O| Mar 04 18:46:38.296 INFO STEP 41 (ensure_symlink) COMPLETE
87092026-03-04T18:46:40.432Z[ recovery-image] Mar 04 18:46:38.296 INFO O| Mar 04 18:46:38.296 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
87102026-03-04T18:46:40.432Z[ recovery-image] Mar 04 18:46:38.308 INFO O| Mar 04 18:46:38.308 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo does not exist
87112026-03-04T18:46:40.432Z[ recovery-image] Mar 04 18:46:38.308 INFO O| Mar 04 18:46:38.308 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
87122026-03-04T18:46:40.432Z[ recovery-image] Mar 04 18:46:38.308 INFO O| Mar 04 18:46:38.308 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo
87132026-03-04T18:46:40.432Z[ recovery-image] Mar 04 18:46:38.308 INFO O| Mar 04 18:46:38.308 INFO ok!
87142026-03-04T18:46:40.432Z[ recovery-image] Mar 04 18:46:38.308 INFO O| Mar 04 18:46:38.308 INFO STEP 42 (ensure_symlink) COMPLETE
87152026-03-04T18:46:40.432Z[ recovery-image] Mar 04 18:46:38.308 INFO O| Mar 04 18:46:38.308 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
87162026-03-04T18:46:40.441Z[ recovery-image] Mar 04 18:46:38.321 INFO O| Mar 04 18:46:38.321 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname does not exist
87172026-03-04T18:46:40.441Z[ recovery-image] Mar 04 18:46:38.321 INFO O| Mar 04 18:46:38.321 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname ...
87182026-03-04T18:46:40.441Z[ recovery-image] Mar 04 18:46:38.322 INFO O| Mar 04 18:46:38.322 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
87192026-03-04T18:46:40.441Z[ recovery-image] Mar 04 18:46:38.322 INFO O| Mar 04 18:46:38.322 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
87202026-03-04T18:46:40.441Z[ recovery-image] Mar 04 18:46:38.322 INFO O| Mar 04 18:46:38.322 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
87212026-03-04T18:46:40.441Z[ recovery-image] Mar 04 18:46:38.322 INFO O| Mar 04 18:46:38.322 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
87222026-03-04T18:46:40.441Z[ recovery-image] Mar 04 18:46:38.322 INFO O| Mar 04 18:46:38.322 INFO ok!
87232026-03-04T18:46:40.441Z[ recovery-image] Mar 04 18:46:38.322 INFO O| Mar 04 18:46:38.322 INFO STEP 43 (ensure_file) COMPLETE
87242026-03-04T18:46:40.441Z[ recovery-image] Mar 04 18:46:38.322 INFO O| Mar 04 18:46:38.322 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
87252026-03-04T18:46:40.446Z[ recovery-image] Mar 04 18:46:38.335 INFO O| Mar 04 18:46:38.335 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
87262026-03-04T18:46:40.446Z[ recovery-image] Mar 04 18:46:38.335 INFO O| Mar 04 18:46:38.335 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 ...
87272026-03-04T18:46:40.449Z[ recovery-image] Mar 04 18:46:38.336 INFO O| Mar 04 18:46:38.336 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
87282026-03-04T18:46:40.449Z[ recovery-image] Mar 04 18:46:38.336 INFO O| Mar 04 18:46:38.336 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
87292026-03-04T18:46:40.449Z[ recovery-image] Mar 04 18:46:38.336 INFO O| Mar 04 18:46:38.336 INFO ok!
87302026-03-04T18:46:40.449Z[ recovery-image] Mar 04 18:46:38.336 INFO O| Mar 04 18:46:38.336 INFO STEP 44 (ensure_file) COMPLETE
87312026-03-04T18:46:40.450Z[ recovery-image] Mar 04 18:46:38.336 INFO O| Mar 04 18:46:38.336 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
87322026-03-04T18:46:40.461Z[ recovery-image] Mar 04 18:46:38.349 INFO O| Mar 04 18:46:38.349 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml does not exist
87332026-03-04T18:46:40.461Z[ recovery-image] Mar 04 18:46:38.350 INFO O| Mar 04 18:46:38.349 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml ...
87342026-03-04T18:46:40.464Z[ recovery-image] Mar 04 18:46:38.350 INFO O| Mar 04 18:46:38.350 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml
87352026-03-04T18:46:40.464Z[ recovery-image] Mar 04 18:46:38.350 INFO O| Mar 04 18:46:38.350 INFO ok!
87362026-03-04T18:46:40.464Z[ recovery-image] Mar 04 18:46:38.350 INFO O| Mar 04 18:46:38.350 INFO STEP 45 (ensure_file) COMPLETE
87372026-03-04T18:46:40.464Z[ recovery-image] Mar 04 18:46:38.350 INFO O| Mar 04 18:46:38.350 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
87382026-03-04T18:46:40.477Z[ recovery-image] Mar 04 18:46:38.365 INFO O| Mar 04 18:46:38.365 INFO updating shadow file
87392026-03-04T18:46:40.480Z[ recovery-image] Mar 04 18:46:38.365 INFO O| Mar 04 18:46:38.365 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
87402026-03-04T18:46:40.480Z[ recovery-image] Mar 04 18:46:38.365 INFO O| Mar 04 18:46:38.365 INFO STEP 46 (shadow) COMPLETE
87412026-03-04T18:46:40.480Z[ recovery-image] Mar 04 18:46:38.365 INFO O| Mar 04 18:46:38.365 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
87422026-03-04T18:46:40.491Z[ recovery-image] Mar 04 18:46:38.379 INFO O| Mar 04 18:46:38.379 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
87432026-03-04T18:46:40.491Z[ recovery-image] Mar 04 18:46:38.379 INFO O| Mar 04 18:46:38.379 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login ...
87442026-03-04T18:46:40.498Z[ recovery-image] Mar 04 18:46:38.380 INFO O| Mar 04 18:46:38.379 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
87452026-03-04T18:46:40.498Z[ recovery-image] Mar 04 18:46:38.380 INFO O| Mar 04 18:46:38.380 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
87462026-03-04T18:46:40.498Z[ recovery-image] Mar 04 18:46:38.380 INFO O| Mar 04 18:46:38.380 INFO ok!
87472026-03-04T18:46:40.498Z[ recovery-image] Mar 04 18:46:38.380 INFO O| Mar 04 18:46:38.380 INFO STEP 47 (ensure_file) COMPLETE
87482026-03-04T18:46:40.498Z[ recovery-image] Mar 04 18:46:38.380 INFO O| Mar 04 18:46:38.380 INFO STEP 48: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87492026-03-04T18:46:40.505Z[ recovery-image] Mar 04 18:46:38.394 INFO O| Mar 04 18:46:38.394 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt
87502026-03-04T18:46:40.505Z[ recovery-image] Mar 04 18:46:38.394 INFO O| Mar 04 18:46:38.394 INFO STEP 48 (ensure_dir) COMPLETE
87512026-03-04T18:46:40.508Z[ recovery-image] Mar 04 18:46:38.394 INFO O| Mar 04 18:46:38.394 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87522026-03-04T18:46:40.517Z[ recovery-image] Mar 04 18:46:38.406 INFO O| Mar 04 18:46:38.405 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
87532026-03-04T18:46:40.517Z[ recovery-image] Mar 04 18:46:38.406 INFO O| Mar 04 18:46:38.406 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
87542026-03-04T18:46:40.520Z[ recovery-image] Mar 04 18:46:38.406 INFO O| Mar 04 18:46:38.406 INFO STEP 49 (ensure_dir) COMPLETE
87552026-03-04T18:46:40.520Z[ recovery-image] Mar 04 18:46:38.406 INFO O| Mar 04 18:46:38.406 INFO STEP 50: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87562026-03-04T18:46:40.528Z[ recovery-image] Mar 04 18:46:38.417 INFO O| Mar 04 18:46:38.417 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
87572026-03-04T18:46:40.528Z[ recovery-image] Mar 04 18:46:38.417 INFO O| Mar 04 18:46:38.417 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
87582026-03-04T18:46:40.533Z[ recovery-image] Mar 04 18:46:38.417 INFO O| Mar 04 18:46:38.417 INFO STEP 50 (ensure_dir) COMPLETE
87592026-03-04T18:46:40.533Z[ recovery-image] Mar 04 18:46:38.417 INFO O| Mar 04 18:46:38.417 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87602026-03-04T18:46:40.546Z[ recovery-image] Mar 04 18:46:38.431 INFO O| Mar 04 18:46:38.431 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
87612026-03-04T18:46:40.546Z[ recovery-image] Mar 04 18:46:38.431 INFO O| Mar 04 18:46:38.431 INFO copying /tmp/.tmpqNuNnZ/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator ...
87622026-03-04T18:46:40.629Z[ recovery-image] Mar 04 18:46:38.518 INFO O| Mar 04 18:46:38.518 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator
87632026-03-04T18:46:40.629Z[ recovery-image] Mar 04 18:46:38.518 INFO O| Mar 04 18:46:38.518 INFO ok!
87642026-03-04T18:46:40.629Z[ recovery-image] Mar 04 18:46:38.518 INFO O| Mar 04 18:46:38.518 INFO STEP 51 (ensure_file) COMPLETE
87652026-03-04T18:46:40.632Z[ recovery-image] Mar 04 18:46:38.518 INFO O| Mar 04 18:46:38.518 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87662026-03-04T18:46:40.664Z[ recovery-image] Mar 04 18:46:38.552 INFO O| Mar 04 18:46:38.552 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
87672026-03-04T18:46:40.664Z[ recovery-image] Mar 04 18:46:38.552 INFO O| Mar 04 18:46:38.552 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
87682026-03-04T18:46:40.664Z[ recovery-image] Mar 04 18:46:38.552 INFO O| Mar 04 18:46:38.552 INFO STEP 52 (ensure_dir) COMPLETE
87692026-03-04T18:46:40.672Z[ recovery-image] Mar 04 18:46:38.552 INFO O| Mar 04 18:46:38.552 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87702026-03-04T18:46:40.707Z[ recovery-image] Mar 04 18:46:38.596 INFO O| Mar 04 18:46:38.596 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
87712026-03-04T18:46:40.707Z[ recovery-image] Mar 04 18:46:38.596 INFO O| Mar 04 18:46:38.596 INFO copying /tmp/.tmpqNuNnZ/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION ...
87722026-03-04T18:46:40.713Z[ recovery-image] Mar 04 18:46:38.596 INFO O| Mar 04 18:46:38.596 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION
87732026-03-04T18:46:40.713Z[ recovery-image] Mar 04 18:46:38.596 INFO O| Mar 04 18:46:38.596 INFO ok!
87742026-03-04T18:46:40.714Z[ recovery-image] Mar 04 18:46:38.596 INFO O| Mar 04 18:46:38.596 INFO STEP 53 (ensure_file) COMPLETE
87752026-03-04T18:46:40.714Z[ recovery-image] Mar 04 18:46:38.597 INFO O| Mar 04 18:46:38.596 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87762026-03-04T18:46:40.722Z[ recovery-image] Mar 04 18:46:38.610 INFO O| Mar 04 18:46:38.610 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
87772026-03-04T18:46:40.722Z[ recovery-image] Mar 04 18:46:38.610 INFO O| Mar 04 18:46:38.610 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
87782026-03-04T18:46:40.726Z[ recovery-image] Mar 04 18:46:38.610 INFO O| Mar 04 18:46:38.610 INFO STEP 54 (ensure_dir) COMPLETE
87792026-03-04T18:46:40.726Z[ recovery-image] Mar 04 18:46:38.610 INFO O| Mar 04 18:46:38.610 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87802026-03-04T18:46:40.735Z[ recovery-image] Mar 04 18:46:38.624 INFO O| Mar 04 18:46:38.623 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
87812026-03-04T18:46:40.735Z[ recovery-image] Mar 04 18:46:38.624 INFO O| Mar 04 18:46:38.623 INFO copying /tmp/.tmpqNuNnZ/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
87822026-03-04T18:46:42.529Z[ recovery-image] Mar 04 18:46:40.418 INFO O| Mar 04 18:46:40.417 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
87832026-03-04T18:46:42.529Z[ recovery-image] Mar 04 18:46:40.418 INFO O| Mar 04 18:46:40.418 INFO ok!
87842026-03-04T18:46:42.534Z[ recovery-image] Mar 04 18:46:40.418 INFO O| Mar 04 18:46:40.418 INFO STEP 55 (ensure_file) COMPLETE
87852026-03-04T18:46:42.534Z[ recovery-image] Mar 04 18:46:40.418 INFO O| Mar 04 18:46:40.418 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87862026-03-04T18:46:42.543Z[ recovery-image] Mar 04 18:46:40.432 INFO O| Mar 04 18:46:40.432 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
87872026-03-04T18:46:42.543Z[ recovery-image] Mar 04 18:46:40.432 INFO O| Mar 04 18:46:40.432 INFO copying /tmp/.tmpqNuNnZ/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
87882026-03-04T18:46:44.336Z[ recovery-image] Mar 04 18:46:42.223 INFO O| Mar 04 18:46:42.223 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
87892026-03-04T18:46:44.336Z[ recovery-image] Mar 04 18:46:42.223 INFO O| Mar 04 18:46:42.223 INFO ok!
87902026-03-04T18:46:44.342Z[ recovery-image] Mar 04 18:46:42.223 INFO O| Mar 04 18:46:42.223 INFO STEP 56 (ensure_file) COMPLETE
87912026-03-04T18:46:44.342Z[ recovery-image] Mar 04 18:46:42.223 INFO O| Mar 04 18:46:42.223 INFO STEP 57: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87922026-03-04T18:46:44.350Z[ recovery-image] Mar 04 18:46:42.238 INFO O| Mar 04 18:46:42.238 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
87932026-03-04T18:46:44.350Z[ recovery-image] Mar 04 18:46:42.239 INFO O| Mar 04 18:46:42.239 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
87942026-03-04T18:46:44.350Z[ recovery-image] Mar 04 18:46:42.239 INFO O| Mar 04 18:46:42.239 INFO STEP 57 (ensure_dir) COMPLETE
87952026-03-04T18:46:44.353Z[ recovery-image] Mar 04 18:46:42.239 INFO O| Mar 04 18:46:42.239 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87962026-03-04T18:46:44.365Z[ recovery-image] Mar 04 18:46:42.254 INFO O| Mar 04 18:46:42.254 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
87972026-03-04T18:46:44.366Z[ recovery-image] Mar 04 18:46:42.254 INFO O| Mar 04 18:46:42.254 INFO copying /tmp/.tmpqNuNnZ/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 ...
87982026-03-04T18:46:44.369Z[ recovery-image] Mar 04 18:46:42.254 INFO O| Mar 04 18:46:42.254 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
87992026-03-04T18:46:44.369Z[ recovery-image] Mar 04 18:46:42.254 INFO O| Mar 04 18:46:42.254 INFO ok!
88002026-03-04T18:46:44.369Z[ recovery-image] Mar 04 18:46:42.254 INFO O| Mar 04 18:46:42.254 INFO STEP 58 (ensure_file) COMPLETE
88012026-03-04T18:46:44.369Z[ recovery-image] Mar 04 18:46:42.254 INFO O| Mar 04 18:46:42.254 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
88022026-03-04T18:46:44.384Z[ recovery-image] Mar 04 18:46:42.271 INFO O| Mar 04 18:46:42.271 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
88032026-03-04T18:46:44.384Z[ recovery-image] Mar 04 18:46:42.271 INFO O| Mar 04 18:46:42.271 INFO copying /tmp/.tmpqNuNnZ/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 ...
88042026-03-04T18:46:44.384Z[ recovery-image] Mar 04 18:46:42.271 INFO O| Mar 04 18:46:42.271 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
88052026-03-04T18:46:44.384Z[ recovery-image] Mar 04 18:46:42.271 INFO O| Mar 04 18:46:42.271 INFO ok!
88062026-03-04T18:46:44.387Z[ recovery-image] Mar 04 18:46:42.271 INFO O| Mar 04 18:46:42.271 INFO STEP 59 (ensure_file) COMPLETE
88072026-03-04T18:46:44.387Z[ recovery-image] Mar 04 18:46:42.271 INFO O| Mar 04 18:46:42.271 INFO STEP 60: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
88082026-03-04T18:46:44.405Z[ recovery-image] Mar 04 18:46:42.288 INFO O| Mar 04 18:46:42.288 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
88092026-03-04T18:46:44.406Z[ recovery-image] Mar 04 18:46:42.288 INFO O| Mar 04 18:46:42.288 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
88102026-03-04T18:46:44.406Z[ recovery-image] Mar 04 18:46:42.288 INFO O| Mar 04 18:46:42.288 INFO STEP 60 (ensure_dir) COMPLETE
88112026-03-04T18:46:44.419Z[ recovery-image] Mar 04 18:46:42.288 INFO O| Mar 04 18:46:42.288 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
88122026-03-04T18:46:44.419Z[ recovery-image] Mar 04 18:46:42.304 INFO O| Mar 04 18:46:42.304 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
88132026-03-04T18:46:44.419Z[ recovery-image] Mar 04 18:46:42.304 INFO O| Mar 04 18:46:42.304 INFO copying /tmp/.tmpqNuNnZ/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 ...
88142026-03-04T18:46:44.419Z[ recovery-image] Mar 04 18:46:42.305 INFO O| Mar 04 18:46:42.304 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
88152026-03-04T18:46:44.419Z[ recovery-image] Mar 04 18:46:42.305 INFO O| Mar 04 18:46:42.304 INFO ok!
88162026-03-04T18:46:44.419Z[ recovery-image] Mar 04 18:46:42.305 INFO O| Mar 04 18:46:42.304 INFO STEP 61 (ensure_file) COMPLETE
88172026-03-04T18:46:44.419Z[ recovery-image] Mar 04 18:46:42.305 INFO O| Mar 04 18:46:42.304 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
88182026-03-04T18:46:44.434Z[ recovery-image] Mar 04 18:46:42.322 INFO O| Mar 04 18:46:42.322 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
88192026-03-04T18:46:44.434Z[ recovery-image] Mar 04 18:46:42.322 INFO O| Mar 04 18:46:42.322 INFO copying /tmp/.tmpqNuNnZ/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 ...
88202026-03-04T18:46:44.437Z[ recovery-image] Mar 04 18:46:42.322 INFO O| Mar 04 18:46:42.322 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
88212026-03-04T18:46:44.437Z[ recovery-image] Mar 04 18:46:42.322 INFO O| Mar 04 18:46:42.322 INFO ok!
88222026-03-04T18:46:44.437Z[ recovery-image] Mar 04 18:46:42.322 INFO O| Mar 04 18:46:42.322 INFO STEP 62 (ensure_file) COMPLETE
88232026-03-04T18:46:44.437Z[ recovery-image] Mar 04 18:46:42.322 INFO O| Mar 04 18:46:42.322 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
88242026-03-04T18:46:44.452Z[ recovery-image] Mar 04 18:46:42.339 INFO O| Mar 04 18:46:42.339 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
88252026-03-04T18:46:44.452Z[ recovery-image] Mar 04 18:46:42.339 INFO O| Mar 04 18:46:42.339 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
88262026-03-04T18:46:44.452Z[ recovery-image] Mar 04 18:46:42.339 INFO O| Mar 04 18:46:42.339 INFO STEP 63 (ensure_dir) COMPLETE
88272026-03-04T18:46:44.457Z[ recovery-image] Mar 04 18:46:42.339 INFO O| Mar 04 18:46:42.339 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
88282026-03-04T18:46:44.465Z[ recovery-image] Mar 04 18:46:42.353 INFO O| Mar 04 18:46:42.353 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
88292026-03-04T18:46:44.465Z[ recovery-image] Mar 04 18:46:42.353 INFO O| Mar 04 18:46:42.353 INFO copying /tmp/.tmpqNuNnZ/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 ...
88302026-03-04T18:46:44.471Z[ recovery-image] Mar 04 18:46:42.354 INFO O| Mar 04 18:46:42.354 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
88312026-03-04T18:46:44.471Z[ recovery-image] Mar 04 18:46:42.354 INFO O| Mar 04 18:46:42.354 INFO ok!
88322026-03-04T18:46:44.471Z[ recovery-image] Mar 04 18:46:42.354 INFO O| Mar 04 18:46:42.354 INFO STEP 64 (ensure_file) COMPLETE
88332026-03-04T18:46:44.471Z[ recovery-image] Mar 04 18:46:42.354 INFO O| Mar 04 18:46:42.354 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
88342026-03-04T18:46:44.481Z[ recovery-image] Mar 04 18:46:42.369 INFO O| Mar 04 18:46:42.369 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
88352026-03-04T18:46:44.481Z[ recovery-image] Mar 04 18:46:42.369 INFO O| Mar 04 18:46:42.369 INFO copying /tmp/.tmpqNuNnZ/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
88362026-03-04T18:46:44.485Z[ recovery-image] Mar 04 18:46:42.369 INFO O| Mar 04 18:46:42.369 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
88372026-03-04T18:46:44.485Z[ recovery-image] Mar 04 18:46:42.369 INFO O| Mar 04 18:46:42.369 INFO ok!
88382026-03-04T18:46:44.485Z[ recovery-image] Mar 04 18:46:42.369 INFO O| Mar 04 18:46:42.369 INFO STEP 65 (ensure_file) COMPLETE
88392026-03-04T18:46:44.485Z[ recovery-image] Mar 04 18:46:42.369 INFO O| Mar 04 18:46:42.369 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
88402026-03-04T18:46:44.497Z[ recovery-image] Mar 04 18:46:42.384 INFO O| Mar 04 18:46:42.384 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib
88412026-03-04T18:46:44.497Z[ recovery-image] Mar 04 18:46:42.384 INFO O| Mar 04 18:46:42.384 INFO STEP 66 (ensure_dir) COMPLETE
88422026-03-04T18:46:44.500Z[ recovery-image] Mar 04 18:46:42.384 INFO O| Mar 04 18:46:42.384 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
88432026-03-04T18:46:44.512Z[ recovery-image] Mar 04 18:46:42.399 INFO O| Mar 04 18:46:42.399 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc
88442026-03-04T18:46:44.516Z[ recovery-image] Mar 04 18:46:42.399 INFO O| Mar 04 18:46:42.399 INFO STEP 67 (ensure_dir) COMPLETE
88452026-03-04T18:46:44.516Z[ recovery-image] Mar 04 18:46:42.399 INFO O| Mar 04 18:46:42.399 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
88462026-03-04T18:46:44.526Z[ recovery-image] Mar 04 18:46:42.414 INFO O| Mar 04 18:46:42.414 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest
88472026-03-04T18:46:44.526Z[ recovery-image] Mar 04 18:46:42.414 INFO O| Mar 04 18:46:42.414 INFO STEP 68 (ensure_dir) COMPLETE
88482026-03-04T18:46:44.526Z[ recovery-image] Mar 04 18:46:42.414 INFO O| Mar 04 18:46:42.414 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
88492026-03-04T18:46:44.541Z[ recovery-image] Mar 04 18:46:42.429 INFO O| Mar 04 18:46:42.429 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site
88502026-03-04T18:46:44.541Z[ recovery-image] Mar 04 18:46:42.429 INFO O| Mar 04 18:46:42.429 INFO STEP 69 (ensure_dir) COMPLETE
88512026-03-04T18:46:44.544Z[ recovery-image] Mar 04 18:46:42.429 INFO O| Mar 04 18:46:42.429 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
88522026-03-04T18:46:44.556Z[ recovery-image] Mar 04 18:46:42.443 INFO O| Mar 04 18:46:42.443 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
88532026-03-04T18:46:44.556Z[ recovery-image] Mar 04 18:46:42.443 INFO O| Mar 04 18:46:42.443 INFO copying /tmp/.tmpqNuNnZ/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
88542026-03-04T18:46:44.559Z[ recovery-image] Mar 04 18:46:42.443 INFO O| Mar 04 18:46:42.443 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
88552026-03-04T18:46:44.559Z[ recovery-image] Mar 04 18:46:42.443 INFO O| Mar 04 18:46:42.443 INFO ok!
88562026-03-04T18:46:44.559Z[ recovery-image] Mar 04 18:46:42.443 INFO O| Mar 04 18:46:42.443 INFO STEP 70 (ensure_file) COMPLETE
88572026-03-04T18:46:44.559Z[ recovery-image] Mar 04 18:46:42.443 INFO O| Mar 04 18:46:42.443 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88582026-03-04T18:46:44.569Z[ recovery-image] Mar 04 18:46:42.457 INFO O| Mar 04 18:46:42.457 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ipsec"
88592026-03-04T18:46:44.574Z[ recovery-image] Mar 04 18:46:42.458 INFO O| Mar 04 18:46:42.458 INFO STEP 71 (remove_files) COMPLETE
88602026-03-04T18:46:44.574Z[ recovery-image] Mar 04 18:46:42.458 INFO O| Mar 04 18:46:42.458 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88612026-03-04T18:46:44.584Z[ recovery-image] Mar 04 18:46:42.471 INFO O| Mar 04 18:46:42.471 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ldap"
88622026-03-04T18:46:44.584Z[ recovery-image] Mar 04 18:46:42.471 INFO O| Mar 04 18:46:42.471 INFO STEP 72 (remove_files) COMPLETE
88632026-03-04T18:46:44.589Z[ recovery-image] Mar 04 18:46:42.471 INFO O| Mar 04 18:46:42.471 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88642026-03-04T18:46:44.598Z[ recovery-image] Mar 04 18:46:42.485 INFO O| Mar 04 18:46:42.485 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/rpc"
88652026-03-04T18:46:44.601Z[ recovery-image] Mar 04 18:46:42.486 INFO O| Mar 04 18:46:42.486 INFO STEP 73 (remove_files) COMPLETE
88662026-03-04T18:46:44.601Z[ recovery-image] Mar 04 18:46:42.486 INFO O| Mar 04 18:46:42.486 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88672026-03-04T18:46:44.612Z[ recovery-image] Mar 04 18:46:42.500 INFO O| Mar 04 18:46:42.500 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/security"
88682026-03-04T18:46:44.615Z[ recovery-image] Mar 04 18:46:42.500 INFO O| Mar 04 18:46:42.500 INFO STEP 74 (remove_files) COMPLETE
88692026-03-04T18:46:44.615Z[ recovery-image] Mar 04 18:46:42.500 INFO O| Mar 04 18:46:42.500 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88702026-03-04T18:46:44.628Z[ recovery-image] Mar 04 18:46:42.516 INFO O| Mar 04 18:46:42.515 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/shares"
88712026-03-04T18:46:44.628Z[ recovery-image] Mar 04 18:46:42.516 INFO O| Mar 04 18:46:42.516 INFO STEP 75 (remove_files) COMPLETE
88722026-03-04T18:46:44.632Z[ recovery-image] Mar 04 18:46:42.516 INFO O| Mar 04 18:46:42.516 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88732026-03-04T18:46:44.642Z[ recovery-image] Mar 04 18:46:42.530 INFO O| Mar 04 18:46:42.530 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/smb"
88742026-03-04T18:46:44.647Z[ recovery-image] Mar 04 18:46:42.531 INFO O| Mar 04 18:46:42.531 INFO STEP 76 (remove_files) COMPLETE
88752026-03-04T18:46:44.647Z[ recovery-image] Mar 04 18:46:42.531 INFO O| Mar 04 18:46:42.531 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88762026-03-04T18:46:44.657Z[ recovery-image] Mar 04 18:46:42.545 INFO O| Mar 04 18:46:42.545 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
88772026-03-04T18:46:44.657Z[ recovery-image] Mar 04 18:46:42.545 INFO O| Mar 04 18:46:42.545 INFO STEP 77 (remove_files) COMPLETE
88782026-03-04T18:46:44.657Z[ recovery-image] Mar 04 18:46:42.545 INFO O| Mar 04 18:46:42.545 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88792026-03-04T18:46:44.672Z[ recovery-image] Mar 04 18:46:42.560 INFO O| Mar 04 18:46:42.560 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
88802026-03-04T18:46:44.672Z[ recovery-image] Mar 04 18:46:42.560 INFO O| Mar 04 18:46:42.560 INFO STEP 78 (remove_files) COMPLETE
88812026-03-04T18:46:44.675Z[ recovery-image] Mar 04 18:46:42.560 INFO O| Mar 04 18:46:42.560 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88822026-03-04T18:46:44.687Z[ recovery-image] Mar 04 18:46:42.574 INFO O| Mar 04 18:46:42.574 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
88832026-03-04T18:46:44.687Z[ recovery-image] Mar 04 18:46:42.574 INFO O| Mar 04 18:46:42.574 INFO STEP 79 (remove_files) COMPLETE
88842026-03-04T18:46:44.692Z[ recovery-image] Mar 04 18:46:42.574 INFO O| Mar 04 18:46:42.574 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88852026-03-04T18:46:44.700Z[ recovery-image] Mar 04 18:46:42.588 INFO O| Mar 04 18:46:42.588 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
88862026-03-04T18:46:44.700Z[ recovery-image] Mar 04 18:46:42.588 INFO O| Mar 04 18:46:42.588 INFO STEP 80 (remove_files) COMPLETE
88872026-03-04T18:46:44.700Z[ recovery-image] Mar 04 18:46:42.588 INFO O| Mar 04 18:46:42.588 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88882026-03-04T18:46:44.717Z[ recovery-image] Mar 04 18:46:42.605 INFO O| Mar 04 18:46:42.605 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
88892026-03-04T18:46:44.717Z[ recovery-image] Mar 04 18:46:42.605 INFO O| Mar 04 18:46:42.605 INFO STEP 81 (remove_files) COMPLETE
88902026-03-04T18:46:44.717Z[ recovery-image] Mar 04 18:46:42.605 INFO O| Mar 04 18:46:42.605 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88912026-03-04T18:46:44.734Z[ recovery-image] Mar 04 18:46:42.621 INFO O| Mar 04 18:46:42.621 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
88922026-03-04T18:46:44.734Z[ recovery-image] Mar 04 18:46:42.621 INFO O| Mar 04 18:46:42.621 INFO STEP 82 (remove_files) COMPLETE
88932026-03-04T18:46:44.738Z[ recovery-image] Mar 04 18:46:42.621 INFO O| Mar 04 18:46:42.621 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88942026-03-04T18:46:44.749Z[ recovery-image] Mar 04 18:46:42.637 INFO O| Mar 04 18:46:42.637 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
88952026-03-04T18:46:44.749Z[ recovery-image] Mar 04 18:46:42.637 INFO O| Mar 04 18:46:42.637 INFO STEP 83 (remove_files) COMPLETE
88962026-03-04T18:46:44.752Z[ recovery-image] Mar 04 18:46:42.637 INFO O| Mar 04 18:46:42.637 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88972026-03-04T18:46:44.766Z[ recovery-image] Mar 04 18:46:42.653 INFO O| Mar 04 18:46:42.653 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
88982026-03-04T18:46:44.766Z[ recovery-image] Mar 04 18:46:42.653 INFO O| Mar 04 18:46:42.653 INFO STEP 84 (remove_files) COMPLETE
88992026-03-04T18:46:44.769Z[ recovery-image] Mar 04 18:46:42.653 INFO O| Mar 04 18:46:42.653 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
89002026-03-04T18:46:44.781Z[ recovery-image] Mar 04 18:46:42.669 INFO O| Mar 04 18:46:42.669 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
89012026-03-04T18:46:44.781Z[ recovery-image] Mar 04 18:46:42.669 INFO O| Mar 04 18:46:42.669 INFO STEP 85 (remove_files) COMPLETE
89022026-03-04T18:46:44.781Z[ recovery-image] Mar 04 18:46:42.669 INFO O| Mar 04 18:46:42.669 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
89032026-03-04T18:46:44.798Z[ recovery-image] Mar 04 18:46:42.685 INFO O| Mar 04 18:46:42.685 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
89042026-03-04T18:46:44.798Z[ recovery-image] Mar 04 18:46:42.685 INFO O| Mar 04 18:46:42.685 INFO STEP 86 (remove_files) COMPLETE
89052026-03-04T18:46:44.802Z[ recovery-image] Mar 04 18:46:42.685 INFO O| Mar 04 18:46:42.685 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
89062026-03-04T18:46:44.813Z[ recovery-image] Mar 04 18:46:42.701 INFO O| Mar 04 18:46:42.701 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
89072026-03-04T18:46:44.813Z[ recovery-image] Mar 04 18:46:42.702 INFO O| Mar 04 18:46:42.702 INFO STEP 87 (remove_files) COMPLETE
89082026-03-04T18:46:44.821Z[ recovery-image] Mar 04 18:46:42.702 INFO O| Mar 04 18:46:42.702 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
89092026-03-04T18:46:44.829Z[ recovery-image] Mar 04 18:46:42.717 INFO O| Mar 04 18:46:42.716 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
89102026-03-04T18:46:44.829Z[ recovery-image] Mar 04 18:46:42.717 INFO O| Mar 04 18:46:42.717 INFO STEP 88 (remove_files) COMPLETE
89112026-03-04T18:46:44.829Z[ recovery-image] Mar 04 18:46:42.717 INFO O| Mar 04 18:46:42.717 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
89122026-03-04T18:46:44.846Z[ recovery-image] Mar 04 18:46:42.733 INFO O| Mar 04 18:46:42.733 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
89132026-03-04T18:46:44.846Z[ recovery-image] Mar 04 18:46:42.733 INFO O| Mar 04 18:46:42.733 INFO STEP 89 (remove_files) COMPLETE
89142026-03-04T18:46:44.846Z[ recovery-image] Mar 04 18:46:42.733 INFO O| Mar 04 18:46:42.733 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
89152026-03-04T18:46:44.863Z[ recovery-image] Mar 04 18:46:42.750 INFO O| Mar 04 18:46:42.750 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
89162026-03-04T18:46:44.863Z[ recovery-image] Mar 04 18:46:42.750 INFO O| Mar 04 18:46:42.750 INFO STEP 90 (remove_files) COMPLETE
89172026-03-04T18:46:44.863Z[ recovery-image] Mar 04 18:46:42.750 INFO O| Mar 04 18:46:42.750 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
89182026-03-04T18:46:44.877Z[ recovery-image] Mar 04 18:46:42.765 INFO O| Mar 04 18:46:42.765 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
89192026-03-04T18:46:44.877Z[ recovery-image] Mar 04 18:46:42.766 INFO O| Mar 04 18:46:42.765 INFO STEP 91 (remove_files) COMPLETE
89202026-03-04T18:46:44.877Z[ recovery-image] Mar 04 18:46:42.766 INFO O| Mar 04 18:46:42.765 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
89212026-03-04T18:46:44.902Z[ recovery-image] Mar 04 18:46:42.783 INFO O| Mar 04 18:46:42.783 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sndstat"
89222026-03-04T18:46:44.902Z[ recovery-image] Mar 04 18:46:42.783 INFO O| Mar 04 18:46:42.783 INFO STEP 92 (remove_files) COMPLETE
89232026-03-04T18:46:44.902Z[ recovery-image] Mar 04 18:46:42.783 INFO O| Mar 04 18:46:42.783 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
89242026-03-04T18:46:44.930Z[ recovery-image] Mar 04 18:46:42.818 INFO O| Mar 04 18:46:42.818 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
89252026-03-04T18:46:44.930Z[ recovery-image] Mar 04 18:46:42.818 INFO O| Mar 04 18:46:42.818 INFO STEP 93 (remove_files) COMPLETE
89262026-03-04T18:46:44.930Z[ recovery-image] Mar 04 18:46:42.818 INFO O| Mar 04 18:46:42.818 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
89272026-03-04T18:46:44.945Z[ recovery-image] Mar 04 18:46:42.833 INFO O| Mar 04 18:46:42.833 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
89282026-03-04T18:46:44.945Z[ recovery-image] Mar 04 18:46:42.833 INFO O| Mar 04 18:46:42.833 INFO STEP 94 (remove_files) COMPLETE
89292026-03-04T18:46:44.945Z[ recovery-image] Mar 04 18:46:42.833 INFO O| Mar 04 18:46:42.833 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
89302026-03-04T18:46:44.961Z[ recovery-image] Mar 04 18:46:42.849 INFO O| Mar 04 18:46:42.849 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
89312026-03-04T18:46:44.961Z[ recovery-image] Mar 04 18:46:42.849 INFO O| Mar 04 18:46:42.849 INFO STEP 95 (remove_files) COMPLETE
89322026-03-04T18:46:44.966Z[ recovery-image] Mar 04 18:46:42.849 INFO O| Mar 04 18:46:42.849 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
89332026-03-04T18:46:44.977Z[ recovery-image] Mar 04 18:46:42.865 INFO O| Mar 04 18:46:42.865 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
89342026-03-04T18:46:44.977Z[ recovery-image] Mar 04 18:46:42.865 INFO O| Mar 04 18:46:42.865 INFO STEP 96 (remove_files) COMPLETE
89352026-03-04T18:46:44.982Z[ recovery-image] Mar 04 18:46:42.865 INFO O| Mar 04 18:46:42.865 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
89362026-03-04T18:46:44.992Z[ recovery-image] Mar 04 18:46:42.879 INFO O| Mar 04 18:46:42.879 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
89372026-03-04T18:46:44.999Z[ recovery-image] Mar 04 18:46:42.879 INFO O| Mar 04 18:46:42.879 INFO STEP 97 (remove_files) COMPLETE
89382026-03-04T18:46:44.999Z[ recovery-image] Mar 04 18:46:42.879 INFO O| Mar 04 18:46:42.879 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
89392026-03-04T18:46:45.008Z[ recovery-image] Mar 04 18:46:42.896 INFO O| Mar 04 18:46:42.896 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
89402026-03-04T18:46:45.008Z[ recovery-image] Mar 04 18:46:42.896 INFO O| Mar 04 18:46:42.896 INFO STEP 98 (remove_files) COMPLETE
89412026-03-04T18:46:45.008Z[ recovery-image] Mar 04 18:46:42.896 INFO O| Mar 04 18:46:42.896 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
89422026-03-04T18:46:45.022Z[ recovery-image] Mar 04 18:46:42.909 INFO O| Mar 04 18:46:42.909 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
89432026-03-04T18:46:45.022Z[ recovery-image] Mar 04 18:46:42.909 INFO O| Mar 04 18:46:42.909 INFO STEP 99 (remove_files) COMPLETE
89442026-03-04T18:46:45.022Z[ recovery-image] Mar 04 18:46:42.909 INFO O| Mar 04 18:46:42.909 INFO STEP 100: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89452026-03-04T18:46:45.042Z[ recovery-image] Mar 04 18:46:42.928 INFO O| Mar 04 18:46:42.928 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db does not already exist, skipping removal
89462026-03-04T18:46:45.069Z[ recovery-image] Mar 04 18:46:42.956 INFO O| Mar 04 18:46:42.934 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest"], env: {"SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_CHECKHASH": "1"}
89472026-03-04T18:47:38.224Z[ recovery-image] Mar 04 18:46:54.863 INFO O| Mar 04 18:46:54.863 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
89482026-03-04T18:47:38.224Z[ recovery-image] Mar 04 18:46:54.863 INFO O| Mar 04 18:46:54.863 INFO E| svccfg: Loaded 68 smf(7) service descriptions
89492026-03-04T18:47:38.367Z[ recovery-image] Mar 04 18:46:54.905 INFO O| Mar 04 18:46:54.904 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "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"}
89502026-03-04T18:47:38.367Z[ recovery-image] Mar 04 18:46:55.137 INFO O| Mar 04 18:46:55.137 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_CHECKHASH": "1"}
89512026-03-04T18:47:38.367Z[ recovery-image] Mar 04 18:46:55.298 INFO O| Mar 04 18:46:55.297 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
89522026-03-04T18:47:38.471Z[ recovery-image] Mar 04 18:46:55.469 INFO O| Mar 04 18:46:55.469 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db does not exist
89532026-03-04T18:47:38.471Z[ recovery-image] Mar 04 18:46:55.469 INFO O| Mar 04 18:46:55.469 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 ...
89542026-03-04T18:47:38.471Z[ recovery-image] Mar 04 18:46:55.472 INFO O| Mar 04 18:46:55.471 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db
89552026-03-04T18:47:38.471Z[ recovery-image] Mar 04 18:46:55.472 INFO O| Mar 04 18:46:55.472 INFO ok!
89562026-03-04T18:47:38.471Z[ recovery-image] Mar 04 18:46:55.472 INFO O| Mar 04 18:46:55.472 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db exists (as File), removing
89572026-03-04T18:47:38.471Z[ recovery-image] Mar 04 18:46:55.472 INFO O| Mar 04 18:46:55.472 INFO STEP 100 (seed_smf) COMPLETE
89582026-03-04T18:47:38.472Z[ recovery-image] Mar 04 18:46:55.472 INFO O| Mar 04 18:46:55.472 INFO steps complete; finalising image!
89592026-03-04T18:47:38.472Z[ recovery-image] Mar 04 18:46:55.472 INFO O| Mar 04 18:46:55.472 INFO TRIM POOL: TEMPORARY-sled-zfs-recovery
89602026-03-04T18:47:38.472Z[ recovery-image] Mar 04 18:46:55.567 INFO O| Mar 04 18:46:55.567 INFO trim TEMPORARY-sled-zfs-recovery: (0% trimmed, started at Wed Mar 4 18:46:55 2026)
89612026-03-04T18:47:38.472Z[ recovery-image] Mar 04 18:46:55.774 INFO O| Mar 04 18:46:55.774 INFO trim TEMPORARY-sled-zfs-recovery: (70% trimmed, started at Wed Mar 4 18:46:55 2026)
89622026-03-04T18:47:38.472Z[ recovery-image] Mar 04 18:46:56.003 INFO O| Mar 04 18:46:56.003 INFO temporary pool has 433M used, 1.33G avail, 1.00x compressratio
89632026-03-04T18:47:38.472Z[ recovery-image] Mar 04 18:46:56.003 INFO O| Mar 04 18:46:56.003 INFO EXPORT POOL: TEMPORARY-sled-zfs-recovery
89642026-03-04T18:47:38.472Z[ recovery-image] Mar 04 18:46:56.643 INFO O| Mar 04 18:46:56.643 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
89652026-03-04T18:47:38.472Z[ recovery-image] Mar 04 18:46:56.643 INFO O| Mar 04 18:46:56.643 INFO file /rpool/images/build/recovery/output/sled-zfs-recovery.raw does not already exist, skipping removal
89662026-03-04T18:47:38.472Z[ recovery-image] Mar 04 18:47:02.094 INFO O| Mar 04 18:47:02.094 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
89672026-03-04T18:47:38.472Z[ recovery-image] Mar 04 18:47:02.095 INFO O| Mar 04 18:47:02.095 INFO chmod ok, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
89682026-03-04T18:47:38.472Z[ recovery-image] Mar 04 18:47:02.095 INFO O| Mar 04 18:47:02.095 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
89692026-03-04T18:47:38.472Z[ recovery-image] Mar 04 18:47:02.095 INFO O| Mar 04 18:47:02.095 INFO completed processing sled/zfs-recovery
89702026-03-04T18:47:38.472Z[ recovery-image] Mar 04 18:47:02.095 INFO O| Mar 04 18:47:02.095 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
89712026-03-04T18:47:38.472Z[ recovery-image] Mar 04 18:47:02.718 INFO O| Mar 04 18:47:02.717 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
89722026-03-04T18:47:38.472Z[ recovery-image] Mar 04 18:47:02.850 INFO BUILD STRING "heads/stlouis-0-gd5693b8f88\n"
89732026-03-04T18:47:38.472Z[ recovery-image] Mar 04 18:47:02.853 INFO expanded image name: "recovery e18753c/${os_short_commit} 2026-03-04 17:44" -> "recovery e18753c/d5693b8 2026-03-04 17:44"
89742026-03-04T18:47:38.472Z[ recovery-image] Mar 04 18:47:02.855 INFO output artefacts stored in: "/work/os-recovery"
89752026-03-04T18:47:38.472Z[ recovery-image] Mar 04 18:47:02.856 INFO collecting git info from project "bootserver"...
89762026-03-04T18:47:38.472Z[ recovery-image] Mar 04 18:47:02.923 INFO collecting git info from project "pilot"...
89772026-03-04T18:47:38.472Z[ recovery-image] Mar 04 18:47:02.988 INFO collecting git info from project "amd-firmware"...
89782026-03-04T18:47:38.472Z[ recovery-image] Mar 04 18:47:05.858 INFO collecting git info from project "image-builder"...
89792026-03-04T18:47:38.472Z[ recovery-image] Mar 04 18:47:05.882 INFO collecting git info from project "dmar-report"...
89802026-03-04T18:47:38.472Z[ recovery-image] Mar 04 18:47:05.925 INFO collecting git info from project "pinprick"...
89812026-03-04T18:47:38.472Z[ recovery-image] Mar 04 18:47:05.943 INFO collecting git info from project "phbl"...
89822026-03-04T18:47:38.472Z[ recovery-image] Mar 04 18:47:05.978 INFO collecting git info from project "chelsio-t6-roms"...
89832026-03-04T18:47:38.472Z[ recovery-image] Mar 04 18:47:06.052 INFO collecting git info from project "amd-host-image-builder"...
89842026-03-04T18:47:38.472Z[ recovery-image] Mar 04 18:47:06.217 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
89852026-03-04T18:47:38.472Z[ recovery-image] Mar 04 18:47:06.618 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
89862026-03-04T18:47:38.472Z[ recovery-image] Mar 04 18:47:06.995 INFO creating Oxide boot image...
89872026-03-04T18:47:38.472Z[ recovery-image] Mar 04 18:47:06.996 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/sled-zfs-recovery.raw", "-N", "recovery e18753c/d5693b8 2026-03-04 17:44", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
89882026-03-04T18:47:38.472Z[verify-libraries] Finished `release` profile [optimized] target(s) in 30m 45s
89892026-03-04T18:47:38.472ZMar 04 18:47:14.313 INFO [verify-libraries] process exited with exit status: 0 (1852.751021315s)
89902026-03-04T18:47:38.472Z[ host-image] Mar 04 18:47:23.435 INFO O| adding properties...
89912026-03-04T18:47:38.472Z[ host-image] Mar 04 18:47:24.416 INFO O| installing packages...
89922026-03-04T18:47:52.153Z[ host-image] Mar 04 18:47:50.028 INFO O| seeding SMF database...
89932026-03-04T18:47:59.235Z[ host-image] Mar 04 18:47:57.109 INFO O| configuring SMF profile...
89942026-03-04T18:47:59.238Z[ host-image] Mar 04 18:47:57.109 INFO O| modifying shadow(5)...
89952026-03-04T18:47:59.238Z[ host-image] Mar 04 18:47:57.109 INFO O| loading user and group database...
89962026-03-04T18:47:59.238Z[ host-image] Mar 04 18:47:57.109 INFO O| loading facet selections...
89972026-03-04T18:47:59.610Z[ host-image] Mar 04 18:47:57.483 INFO O| devel -> true
89982026-03-04T18:47:59.610Z[ host-image] Mar 04 18:47:57.483 INFO O| doc.man -> true
89992026-03-04T18:47:59.613Z[ host-image] Mar 04 18:47:57.483 INFO O| version-lock.shell/ksh93 -> true
90002026-03-04T18:47:59.613Z[ host-image] Mar 04 18:47:57.483 INFO O| version-lock.system/data/hardware-registry -> true
90012026-03-04T18:47:59.613Z[ host-image] Mar 04 18:47:57.483 INFO O| version-lock.system/data/zoneinfo -> true
90022026-03-04T18:47:59.613Z[ host-image] Mar 04 18:47:57.483 INFO O| version-lock.system/microcode/amd -> true
90032026-03-04T18:47:59.613Z[ host-image] Mar 04 18:47:57.483 INFO O| version-lock.system/microcode/intel -> true
90042026-03-04T18:47:59.613Z[ host-image] Mar 04 18:47:57.483 INFO O| version-lock.system/microcode/oxide -> true
90052026-03-04T18:47:59.613Z[ host-image] Mar 04 18:47:57.483 INFO O| assessing packaged files...
90062026-03-04T18:48:01.760Z[ host-image] Mar 04 18:47:59.633 INFO O| creating archive...
90072026-03-04T18:48:01.789Z[ host-image] Mar 04 18:47:59.662 INFO O| missing from packaging:
90082026-03-04T18:48:01.792Z[ host-image] Mar 04 18:47:59.662 INFO O| "etc/.pwd.lock"
90092026-03-04T18:48:01.792Z[ host-image] Mar 04 18:47:59.662 INFO O| "etc/bash"
90102026-03-04T18:48:01.795Z[ host-image] Mar 04 18:47:59.667 INFO O| "etc/svc/profile/generic.xml"
90112026-03-04T18:48:01.795Z[ host-image] Mar 04 18:47:59.667 INFO O| "etc/svc/profile/inetd_services.xml"
90122026-03-04T18:48:01.795Z[ host-image] Mar 04 18:47:59.667 INFO O| "etc/svc/profile/name_service.xml"
90132026-03-04T18:48:01.795Z[ host-image] Mar 04 18:47:59.667 INFO O| "etc/svc/profile/platform.xml"
90142026-03-04T18:48:01.795Z[ host-image] Mar 04 18:47:59.667 INFO O| "etc/svc/profile/platform_omicron1.xml"
90152026-03-04T18:48:01.795Z[ host-image] Mar 04 18:47:59.667 INFO O| "etc/svc/repository.db"
90162026-03-04T18:48:01.802Z[ host-image] Mar 04 18:47:59.675 INFO O| "opt/ooce/share"
90172026-03-04T18:48:01.802Z[ host-image] Mar 04 18:47:59.675 INFO O| "opt/ooce/share/man"
90182026-03-04T18:48:01.805Z[ host-image] Mar 04 18:47:59.675 INFO O| "opt/ooce/share/man/man1"
90192026-03-04T18:48:01.811Z[ host-image] Mar 04 18:47:59.685 INFO O| finishing archive...
90202026-03-04T18:48:04.854Z[ host-image] Mar 04 18:48:02.719 INFO O| creating gzonly manifest...
90212026-03-04T18:48:04.859Z[ host-image] Mar 04 18:48:02.726 INFO O| ok
90222026-03-04T18:48:05.007Z[ host-image] Mar 04 18:48:02.879 INFO image builder template: ramdisk-02-trim...
90232026-03-04T18:48:05.007Z[ host-image] Mar 04 18:48:02.879 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/.tmpqNuNnZ/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@19.0.0.0", "-n", "ramdisk-02-trim"], pwd: None
90242026-03-04T18:48:05.026Z[ host-image] Mar 04 18:48:02.898 INFO O| Mar 04 18:48:02.898 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-02-trim
90252026-03-04T18:48:05.030Z[ host-image] Mar 04 18:48:02.901 INFO O| Mar 04 18:48:02.901 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
90262026-03-04T18:48:05.159Z[ host-image] Mar 04 18:48:03.031 INFO O| Mar 04 18:48:03.031 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-02-trim: sync = disabled
90272026-03-04T18:48:05.234Z[ host-image] Mar 04 18:48:03.107 INFO O| Mar 04 18:48:03.107 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-02-trim
90282026-03-04T18:48:05.234Z[ host-image] Mar 04 18:48:03.107 INFO O| Mar 04 18:48:03.107 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
90292026-03-04T18:48:05.238Z[ host-image] Mar 04 18:48:03.111 INFO O| Mar 04 18:48:03.111 INFO looking for output snapshot rpool/images/build/host/work/sled/ramdisk@trim
90302026-03-04T18:48:05.241Z[ host-image] Mar 04 18:48:03.114 INFO O| Mar 04 18:48:03.114 INFO looking for input snapshot rpool/images/build/host/work/sled/ramdisk@os
90312026-03-04T18:48:05.247Z[ host-image] Mar 04 18:48:03.119 INFO O| Mar 04 18:48:03.119 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
90322026-03-04T18:48:05.618Z[ host-image] Mar 04 18:48:03.490 INFO O| Mar 04 18:48:03.490 INFO rolled back to input snapshot; work may begin
90332026-03-04T18:48:05.618Z[ host-image] Mar 04 18:48:03.490 INFO O| Mar 04 18:48:03.490 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
90342026-03-04T18:48:05.622Z[ host-image] Mar 04 18:48:03.495 INFO O| Mar 04 18:48:03.495 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90352026-03-04T18:48:05.630Z[ host-image] Mar 04 18:48:03.502 INFO O| Mar 04 18:48:03.502 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/var/pkg"
90362026-03-04T18:48:05.746Z[ host-image] Mar 04 18:48:03.618 INFO O| Mar 04 18:48:03.618 INFO STEP 0 (remove_files) COMPLETE
90372026-03-04T18:48:05.746Z[ host-image] Mar 04 18:48:03.618 INFO O| Mar 04 18:48:03.618 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90382026-03-04T18:48:05.754Z[ host-image] Mar 04 18:48:03.627 INFO O| Mar 04 18:48:03.627 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/xpg4"
90392026-03-04T18:48:05.758Z[ host-image] Mar 04 18:48:03.630 INFO O| Mar 04 18:48:03.630 INFO STEP 1 (remove_files) COMPLETE
90402026-03-04T18:48:05.761Z[ host-image] Mar 04 18:48:03.630 INFO O| Mar 04 18:48:03.630 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90412026-03-04T18:48:05.765Z[ host-image] Mar 04 18:48:03.637 INFO O| Mar 04 18:48:03.637 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/include"
90422026-03-04T18:48:05.785Z[ host-image] Mar 04 18:48:03.657 INFO O| Mar 04 18:48:03.657 INFO STEP 2 (remove_files) COMPLETE
90432026-03-04T18:48:05.786Z[ host-image] Mar 04 18:48:03.657 INFO O| Mar 04 18:48:03.657 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90442026-03-04T18:48:05.793Z[ host-image] Mar 04 18:48:03.665 INFO O| Mar 04 18:48:03.665 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/demo"
90452026-03-04T18:48:05.796Z[ host-image] Mar 04 18:48:03.667 INFO O| Mar 04 18:48:03.667 INFO STEP 3 (remove_files) COMPLETE
90462026-03-04T18:48:05.796Z[ host-image] Mar 04 18:48:03.667 INFO O| Mar 04 18:48:03.667 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90472026-03-04T18:48:05.803Z[ host-image] Mar 04 18:48:03.676 INFO O| Mar 04 18:48:03.676 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/help"
90482026-03-04T18:48:05.807Z[ host-image] Mar 04 18:48:03.679 INFO O| Mar 04 18:48:03.679 INFO STEP 4 (remove_files) COMPLETE
90492026-03-04T18:48:05.810Z[ host-image] Mar 04 18:48:03.679 INFO O| Mar 04 18:48:03.679 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90502026-03-04T18:48:05.814Z[ host-image] Mar 04 18:48:03.687 INFO O| Mar 04 18:48:03.687 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/doc"
90512026-03-04T18:48:05.817Z[ host-image] Mar 04 18:48:03.689 INFO O| Mar 04 18:48:03.689 INFO STEP 5 (remove_files) COMPLETE
90522026-03-04T18:48:05.817Z[ host-image] Mar 04 18:48:03.689 INFO O| Mar 04 18:48:03.689 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90532026-03-04T18:48:05.824Z[ host-image] Mar 04 18:48:03.696 INFO O| Mar 04 18:48:03.696 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/bash-completion"
90542026-03-04T18:48:05.833Z[ host-image] Mar 04 18:48:03.706 INFO O| Mar 04 18:48:03.706 INFO STEP 6 (remove_files) COMPLETE
90552026-03-04T18:48:05.833Z[ host-image] Mar 04 18:48:03.706 INFO O| Mar 04 18:48:03.706 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90562026-03-04T18:48:05.841Z[ host-image] Mar 04 18:48:03.714 INFO O| Mar 04 18:48:03.714 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/perl5/5.36/man"
90572026-03-04T18:48:05.853Z[ host-image] Mar 04 18:48:03.725 INFO O| Mar 04 18:48:03.725 INFO STEP 7 (remove_files) COMPLETE
90582026-03-04T18:48:05.853Z[ host-image] Mar 04 18:48:03.725 INFO O| Mar 04 18:48:03.725 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90592026-03-04T18:48:05.863Z[ host-image] Mar 04 18:48:03.733 INFO O| Mar 04 18:48:03.733 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/man/man3ssl"
90602026-03-04T18:48:05.930Z[ host-image] Mar 04 18:48:03.800 INFO O| Mar 04 18:48:03.799 INFO STEP 8 (remove_files) COMPLETE
90612026-03-04T18:48:05.930Z[ host-image] Mar 04 18:48:03.800 INFO O| Mar 04 18:48:03.799 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90622026-03-04T18:48:05.938Z[ host-image] Mar 04 18:48:03.808 INFO O| Mar 04 18:48:03.808 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/ssl-3/man"
90632026-03-04T18:48:06.008Z[ host-image] Mar 04 18:48:03.878 INFO O| Mar 04 18:48:03.878 INFO STEP 9 (remove_files) COMPLETE
90642026-03-04T18:48:06.008Z[ host-image] Mar 04 18:48:03.878 INFO O| Mar 04 18:48:03.878 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90652026-03-04T18:48:06.026Z[ host-image] Mar 04 18:48:03.887 INFO O| Mar 04 18:48:03.887 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/etc/net-snmp"
90662026-03-04T18:48:06.038Z[ host-image] Mar 04 18:48:03.890 INFO O| Mar 04 18:48:03.890 INFO STEP 10 (remove_files) COMPLETE
90672026-03-04T18:48:06.038Z[ host-image] Mar 04 18:48:03.890 INFO O| Mar 04 18:48:03.890 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90682026-03-04T18:48:06.038Z[ host-image] Mar 04 18:48:03.898 INFO O| Mar 04 18:48:03.898 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/bin/i386"
90692026-03-04T18:48:06.038Z[ host-image] Mar 04 18:48:03.899 INFO O| Mar 04 18:48:03.899 INFO STEP 11 (remove_files) COMPLETE
90702026-03-04T18:48:06.038Z[ host-image] Mar 04 18:48:03.899 INFO O| Mar 04 18:48:03.899 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90712026-03-04T18:48:06.053Z[ host-image] Mar 04 18:48:03.906 INFO O| Mar 04 18:48:03.906 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86xpv"
90722026-03-04T18:48:06.053Z[ host-image] Mar 04 18:48:03.907 INFO O| Mar 04 18:48:03.907 INFO STEP 12 (remove_files) COMPLETE
90732026-03-04T18:48:06.053Z[ host-image] Mar 04 18:48:03.907 INFO O| Mar 04 18:48:03.907 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90742026-03-04T18:48:06.098Z[ host-image] Mar 04 18:48:03.924 INFO O| Mar 04 18:48:03.924 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
90752026-03-04T18:48:06.098Z[ host-image] Mar 04 18:48:03.924 INFO O| Mar 04 18:48:03.924 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
90762026-03-04T18:48:06.098Z[ host-image] Mar 04 18:48:03.925 INFO O| Mar 04 18:48:03.924 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
90772026-03-04T18:48:06.098Z[ host-image] Mar 04 18:48:03.925 INFO O| Mar 04 18:48:03.925 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
90782026-03-04T18:48:06.098Z[ host-image] Mar 04 18:48:03.925 INFO O| Mar 04 18:48:03.925 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
90792026-03-04T18:48:06.098Z[ host-image] Mar 04 18:48:03.925 INFO O| Mar 04 18:48:03.925 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
90802026-03-04T18:48:06.098Z[ host-image] Mar 04 18:48:03.925 INFO O| Mar 04 18:48:03.925 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
90812026-03-04T18:48:06.098Z[ host-image] Mar 04 18:48:03.925 INFO O| Mar 04 18:48:03.925 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
90822026-03-04T18:48:06.098Z[ host-image] Mar 04 18:48:03.925 INFO O| Mar 04 18:48:03.925 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
90832026-03-04T18:48:06.098Z[ host-image] Mar 04 18:48:03.925 INFO O| Mar 04 18:48:03.925 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
90842026-03-04T18:48:06.098Z[ host-image] Mar 04 18:48:03.926 INFO O| Mar 04 18:48:03.926 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
90852026-03-04T18:48:06.098Z[ host-image] Mar 04 18:48:03.926 INFO O| Mar 04 18:48:03.926 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
90862026-03-04T18:48:06.098Z[ host-image] Mar 04 18:48:03.926 INFO O| Mar 04 18:48:03.926 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
90872026-03-04T18:48:06.098Z[ host-image] Mar 04 18:48:03.926 INFO O| Mar 04 18:48:03.926 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
90882026-03-04T18:48:06.098Z[ host-image] Mar 04 18:48:03.926 INFO O| Mar 04 18:48:03.926 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
90892026-03-04T18:48:06.099Z[ host-image] Mar 04 18:48:03.926 INFO O| Mar 04 18:48:03.926 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
90902026-03-04T18:48:06.099Z[ host-image] Mar 04 18:48:03.926 INFO O| Mar 04 18:48:03.926 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
90912026-03-04T18:48:06.208Z[ host-image] Mar 04 18:48:04.026 INFO O| Mar 04 18:48:04.026 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/amd64/libncurses++.a"
90922026-03-04T18:48:06.246Z[ host-image] Mar 04 18:48:04.026 INFO O| Mar 04 18:48:04.026 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
90932026-03-04T18:48:06.246Z[ host-image] Mar 04 18:48:04.033 INFO O| Mar 04 18:48:04.033 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/libncurses++.a"
90942026-03-04T18:48:06.246Z[ host-image] Mar 04 18:48:04.036 INFO O| Mar 04 18:48:04.036 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/libtddl.a"
90952026-03-04T18:48:06.376Z[ host-image] Mar 04 18:48:04.243 INFO O| Mar 04 18:48:04.243 INFO STEP 13 (remove_files) COMPLETE
90962026-03-04T18:48:06.376Z[ host-image] Mar 04 18:48:04.243 INFO O| Mar 04 18:48:04.243 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90972026-03-04T18:48:06.384Z[ host-image] Mar 04 18:48:04.253 INFO O| Mar 04 18:48:04.253 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/boot"
90982026-03-04T18:48:06.388Z[ host-image] Mar 04 18:48:04.254 INFO O| Mar 04 18:48:04.254 INFO STEP 14 (remove_files) COMPLETE
90992026-03-04T18:48:06.388Z[ host-image] Mar 04 18:48:04.254 INFO O| Mar 04 18:48:04.254 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91002026-03-04T18:48:06.392Z[ host-image] Mar 04 18:48:04.262 INFO O| Mar 04 18:48:04.262 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86pc"
91012026-03-04T18:48:06.407Z[ host-image] Mar 04 18:48:04.268 INFO O| Mar 04 18:48:04.268 INFO STEP 15 (remove_files) COMPLETE
91022026-03-04T18:48:06.407Z[ host-image] Mar 04 18:48:04.269 INFO O| Mar 04 18:48:04.268 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91032026-03-04T18:48:06.412Z[ host-image] Mar 04 18:48:04.278 INFO O| Mar 04 18:48:04.278 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86xpv"
91042026-03-04T18:48:06.412Z[ host-image] Mar 04 18:48:04.278 INFO O| Mar 04 18:48:04.278 INFO STEP 16 (remove_files) COMPLETE
91052026-03-04T18:48:06.412Z[ host-image] Mar 04 18:48:04.278 INFO O| Mar 04 18:48:04.278 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91062026-03-04T18:48:06.436Z[ host-image] Mar 04 18:48:04.285 INFO O| Mar 04 18:48:04.285 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86pc"
91072026-03-04T18:48:06.436Z[ host-image] Mar 04 18:48:04.286 INFO O| Mar 04 18:48:04.286 INFO STEP 17 (remove_files) COMPLETE
91082026-03-04T18:48:06.436Z[ host-image] Mar 04 18:48:04.286 INFO O| Mar 04 18:48:04.286 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91092026-03-04T18:48:06.439Z[ host-image] Mar 04 18:48:04.294 INFO O| Mar 04 18:48:04.294 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/acpica"
91102026-03-04T18:48:06.439Z[ host-image] Mar 04 18:48:04.294 INFO O| Mar 04 18:48:04.294 INFO STEP 18 (remove_files) COMPLETE
91112026-03-04T18:48:06.440Z[ host-image] Mar 04 18:48:04.294 INFO O| Mar 04 18:48:04.294 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91122026-03-04T18:48:06.440Z[ host-image] Mar 04 18:48:04.302 INFO O| Mar 04 18:48:04.302 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/tem"
91132026-03-04T18:48:06.440Z[ host-image] Mar 04 18:48:04.302 INFO O| Mar 04 18:48:04.302 INFO STEP 19 (remove_files) COMPLETE
91142026-03-04T18:48:06.440Z[ host-image] Mar 04 18:48:04.302 INFO O| Mar 04 18:48:04.302 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91152026-03-04T18:48:06.440Z[ host-image] Mar 04 18:48:04.311 INFO O| Mar 04 18:48:04.311 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
91162026-03-04T18:48:06.440Z[ host-image] Mar 04 18:48:04.311 INFO O| Mar 04 18:48:04.311 INFO STEP 20 (remove_files) COMPLETE
91172026-03-04T18:48:06.440Z[ host-image] Mar 04 18:48:04.311 INFO O| Mar 04 18:48:04.311 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91182026-03-04T18:48:06.449Z[ host-image] Mar 04 18:48:04.319 INFO O| Mar 04 18:48:04.319 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/wc"
91192026-03-04T18:48:06.453Z[ host-image] Mar 04 18:48:04.319 INFO O| Mar 04 18:48:04.319 INFO STEP 21 (remove_files) COMPLETE
91202026-03-04T18:48:06.453Z[ host-image] Mar 04 18:48:04.319 INFO O| Mar 04 18:48:04.319 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91212026-03-04T18:48:06.456Z[ host-image] Mar 04 18:48:04.326 INFO O| Mar 04 18:48:04.326 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
91222026-03-04T18:48:06.456Z[ host-image] Mar 04 18:48:04.326 INFO O| Mar 04 18:48:04.326 INFO STEP 22 (remove_files) COMPLETE
91232026-03-04T18:48:06.456Z[ host-image] Mar 04 18:48:04.326 INFO O| Mar 04 18:48:04.326 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91242026-03-04T18:48:06.461Z[ host-image] Mar 04 18:48:04.333 INFO O| Mar 04 18:48:04.333 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/conskbd"
91252026-03-04T18:48:06.461Z[ host-image] Mar 04 18:48:04.333 INFO O| Mar 04 18:48:04.333 INFO STEP 23 (remove_files) COMPLETE
91262026-03-04T18:48:06.464Z[ host-image] Mar 04 18:48:04.333 INFO O| Mar 04 18:48:04.333 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91272026-03-04T18:48:06.473Z[ host-image] Mar 04 18:48:04.343 INFO O| Mar 04 18:48:04.343 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/tzmon"
91282026-03-04T18:48:06.473Z[ host-image] Mar 04 18:48:04.343 INFO O| Mar 04 18:48:04.343 INFO STEP 24 (remove_files) COMPLETE
91292026-03-04T18:48:06.476Z[ host-image] Mar 04 18:48:04.343 INFO O| Mar 04 18:48:04.343 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91302026-03-04T18:48:06.479Z[ host-image] Mar 04 18:48:04.352 INFO O| Mar 04 18:48:04.351 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/power"
91312026-03-04T18:48:06.479Z[ host-image] Mar 04 18:48:04.352 INFO O| Mar 04 18:48:04.352 INFO STEP 25 (remove_files) COMPLETE
91322026-03-04T18:48:06.485Z[ host-image] Mar 04 18:48:04.352 INFO O| Mar 04 18:48:04.352 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91332026-03-04T18:48:06.489Z[ host-image] Mar 04 18:48:04.361 INFO O| Mar 04 18:48:04.361 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio"
91342026-03-04T18:48:06.489Z[ host-image] Mar 04 18:48:04.361 INFO O| Mar 04 18:48:04.361 INFO STEP 26 (remove_files) COMPLETE
91352026-03-04T18:48:06.489Z[ host-image] Mar 04 18:48:04.361 INFO O| Mar 04 18:48:04.361 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91362026-03-04T18:48:06.496Z[ host-image] Mar 04 18:48:04.368 INFO O| Mar 04 18:48:04.368 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio1575"
91372026-03-04T18:48:06.496Z[ host-image] Mar 04 18:48:04.368 INFO O| Mar 04 18:48:04.368 INFO STEP 27 (remove_files) COMPLETE
91382026-03-04T18:48:06.496Z[ host-image] Mar 04 18:48:04.368 INFO O| Mar 04 18:48:04.368 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91392026-03-04T18:48:06.503Z[ host-image] Mar 04 18:48:04.376 INFO O| Mar 04 18:48:04.376 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audioens"
91402026-03-04T18:48:06.503Z[ host-image] Mar 04 18:48:04.376 INFO O| Mar 04 18:48:04.376 INFO STEP 28 (remove_files) COMPLETE
91412026-03-04T18:48:06.506Z[ host-image] Mar 04 18:48:04.376 INFO O| Mar 04 18:48:04.376 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91422026-03-04T18:48:06.510Z[ host-image] Mar 04 18:48:04.383 INFO O| Mar 04 18:48:04.383 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiopci"
91432026-03-04T18:48:06.510Z[ host-image] Mar 04 18:48:04.383 INFO O| Mar 04 18:48:04.383 INFO STEP 29 (remove_files) COMPLETE
91442026-03-04T18:48:06.520Z[ host-image] Mar 04 18:48:04.383 INFO O| Mar 04 18:48:04.383 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91452026-03-04T18:48:06.524Z[ host-image] Mar 04 18:48:04.390 INFO O| Mar 04 18:48:04.390 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiots"
91462026-03-04T18:48:06.524Z[ host-image] Mar 04 18:48:04.390 INFO O| Mar 04 18:48:04.390 INFO STEP 30 (remove_files) COMPLETE
91472026-03-04T18:48:06.524Z[ host-image] Mar 04 18:48:04.390 INFO O| Mar 04 18:48:04.390 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91482026-03-04T18:48:06.527Z[ host-image] Mar 04 18:48:04.397 INFO O| Mar 04 18:48:04.397 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ehci"
91492026-03-04T18:48:06.527Z[ host-image] Mar 04 18:48:04.398 INFO O| Mar 04 18:48:04.398 INFO STEP 31 (remove_files) COMPLETE
91502026-03-04T18:48:06.527Z[ host-image] Mar 04 18:48:04.398 INFO O| Mar 04 18:48:04.398 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91512026-03-04T18:48:06.533Z[ host-image] Mar 04 18:48:04.405 INFO O| Mar 04 18:48:04.405 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hid"
91522026-03-04T18:48:06.533Z[ host-image] Mar 04 18:48:04.405 INFO O| Mar 04 18:48:04.405 INFO STEP 32 (remove_files) COMPLETE
91532026-03-04T18:48:06.538Z[ host-image] Mar 04 18:48:04.405 INFO O| Mar 04 18:48:04.405 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91542026-03-04T18:48:06.541Z[ host-image] Mar 04 18:48:04.414 INFO O| Mar 04 18:48:04.414 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hubd"
91552026-03-04T18:48:06.545Z[ host-image] Mar 04 18:48:04.414 INFO O| Mar 04 18:48:04.414 INFO STEP 33 (remove_files) COMPLETE
91562026-03-04T18:48:06.545Z[ host-image] Mar 04 18:48:04.414 INFO O| Mar 04 18:48:04.414 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91572026-03-04T18:48:06.550Z[ host-image] Mar 04 18:48:04.421 INFO O| Mar 04 18:48:04.421 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ohci"
91582026-03-04T18:48:06.550Z[ host-image] Mar 04 18:48:04.421 INFO O| Mar 04 18:48:04.421 INFO STEP 34 (remove_files) COMPLETE
91592026-03-04T18:48:06.552Z[ host-image] Mar 04 18:48:04.421 INFO O| Mar 04 18:48:04.421 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91602026-03-04T18:48:06.557Z[ host-image] Mar 04 18:48:04.428 INFO O| Mar 04 18:48:04.428 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
91612026-03-04T18:48:06.557Z[ host-image] Mar 04 18:48:04.428 INFO O| Mar 04 18:48:04.428 INFO STEP 35 (remove_files) COMPLETE
91622026-03-04T18:48:06.557Z[ host-image] Mar 04 18:48:04.428 INFO O| Mar 04 18:48:04.428 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91632026-03-04T18:48:06.563Z[ host-image] Mar 04 18:48:04.436 INFO O| Mar 04 18:48:04.436 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/uhci"
91642026-03-04T18:48:06.563Z[ host-image] Mar 04 18:48:04.436 INFO O| Mar 04 18:48:04.436 INFO STEP 36 (remove_files) COMPLETE
91652026-03-04T18:48:06.563Z[ host-image] Mar 04 18:48:04.436 INFO O| Mar 04 18:48:04.436 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91662026-03-04T18:48:06.572Z[ host-image] Mar 04 18:48:04.444 INFO O| Mar 04 18:48:04.444 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
91672026-03-04T18:48:06.572Z[ host-image] Mar 04 18:48:04.444 INFO O| Mar 04 18:48:04.444 INFO STEP 37 (remove_files) COMPLETE
91682026-03-04T18:48:06.574Z[ host-image] Mar 04 18:48:04.444 INFO O| Mar 04 18:48:04.444 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91692026-03-04T18:48:06.581Z[ host-image] Mar 04 18:48:04.453 INFO O| Mar 04 18:48:04.453 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_as"
91702026-03-04T18:48:06.581Z[ host-image] Mar 04 18:48:04.453 INFO O| Mar 04 18:48:04.453 INFO STEP 38 (remove_files) COMPLETE
91712026-03-04T18:48:06.581Z[ host-image] Mar 04 18:48:04.453 INFO O| Mar 04 18:48:04.453 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91722026-03-04T18:48:06.590Z[ host-image] Mar 04 18:48:04.462 INFO O| Mar 04 18:48:04.462 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
91732026-03-04T18:48:06.590Z[ host-image] Mar 04 18:48:04.462 INFO O| Mar 04 18:48:04.462 INFO STEP 39 (remove_files) COMPLETE
91742026-03-04T18:48:06.590Z[ host-image] Mar 04 18:48:04.462 INFO O| Mar 04 18:48:04.462 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91752026-03-04T18:48:06.597Z[ host-image] Mar 04 18:48:04.470 INFO O| Mar 04 18:48:04.470 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
91762026-03-04T18:48:06.597Z[ host-image] Mar 04 18:48:04.470 INFO O| Mar 04 18:48:04.470 INFO STEP 40 (remove_files) COMPLETE
91772026-03-04T18:48:06.597Z[ host-image] Mar 04 18:48:04.470 INFO O| Mar 04 18:48:04.470 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91782026-03-04T18:48:06.604Z[ host-image] Mar 04 18:48:04.477 INFO O| Mar 04 18:48:04.477 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usbprn"
91792026-03-04T18:48:06.604Z[ host-image] Mar 04 18:48:04.477 INFO O| Mar 04 18:48:04.477 INFO STEP 41 (remove_files) COMPLETE
91802026-03-04T18:48:06.608Z[ host-image] Mar 04 18:48:04.477 INFO O| Mar 04 18:48:04.477 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91812026-03-04T18:48:06.611Z[ host-image] Mar 04 18:48:04.484 INFO O| Mar 04 18:48:04.484 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/xhci"
91822026-03-04T18:48:06.614Z[ host-image] Mar 04 18:48:04.484 INFO O| Mar 04 18:48:04.484 INFO STEP 42 (remove_files) COMPLETE
91832026-03-04T18:48:06.614Z[ host-image] Mar 04 18:48:04.484 INFO O| Mar 04 18:48:04.484 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91842026-03-04T18:48:06.619Z[ host-image] Mar 04 18:48:04.492 INFO O| Mar 04 18:48:04.492 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
91852026-03-04T18:48:06.619Z[ host-image] Mar 04 18:48:04.492 INFO O| Mar 04 18:48:04.492 INFO STEP 43 (remove_files) COMPLETE
91862026-03-04T18:48:06.622Z[ host-image] Mar 04 18:48:04.492 INFO O| Mar 04 18:48:04.492 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91872026-03-04T18:48:06.626Z[ host-image] Mar 04 18:48:04.499 INFO O| Mar 04 18:48:04.499 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
91882026-03-04T18:48:06.626Z[ host-image] Mar 04 18:48:04.499 INFO O| Mar 04 18:48:04.499 INFO STEP 44 (remove_files) COMPLETE
91892026-03-04T18:48:06.629Z[ host-image] Mar 04 18:48:04.499 INFO O| Mar 04 18:48:04.499 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91902026-03-04T18:48:06.633Z[ host-image] Mar 04 18:48:04.506 INFO O| Mar 04 18:48:04.506 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
91912026-03-04T18:48:06.636Z[ host-image] Mar 04 18:48:04.506 INFO O| Mar 04 18:48:04.506 INFO STEP 45 (remove_files) COMPLETE
91922026-03-04T18:48:06.636Z[ host-image] Mar 04 18:48:04.506 INFO O| Mar 04 18:48:04.506 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91932026-03-04T18:48:06.641Z[ host-image] Mar 04 18:48:04.513 INFO O| Mar 04 18:48:04.513 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
91942026-03-04T18:48:06.641Z[ host-image] Mar 04 18:48:04.514 INFO O| Mar 04 18:48:04.514 INFO STEP 46 (remove_files) COMPLETE
91952026-03-04T18:48:06.643Z[ host-image] Mar 04 18:48:04.514 INFO O| Mar 04 18:48:04.514 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91962026-03-04T18:48:06.650Z[ host-image] Mar 04 18:48:04.521 INFO O| Mar 04 18:48:04.521 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
91972026-03-04T18:48:06.653Z[ host-image] Mar 04 18:48:04.521 INFO O| Mar 04 18:48:04.521 INFO STEP 47 (remove_files) COMPLETE
91982026-03-04T18:48:06.653Z[ host-image] Mar 04 18:48:04.521 INFO O| Mar 04 18:48:04.521 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91992026-03-04T18:48:06.656Z[ host-image] Mar 04 18:48:04.528 INFO O| Mar 04 18:48:04.528 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
92002026-03-04T18:48:06.656Z[ host-image] Mar 04 18:48:04.528 INFO O| Mar 04 18:48:04.528 INFO STEP 48 (remove_files) COMPLETE
92012026-03-04T18:48:06.659Z[ host-image] Mar 04 18:48:04.528 INFO O| Mar 04 18:48:04.528 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92022026-03-04T18:48:06.663Z[ host-image] Mar 04 18:48:04.536 INFO O| Mar 04 18:48:04.536 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mpt"
92032026-03-04T18:48:06.666Z[ host-image] Mar 04 18:48:04.536 INFO O| Mar 04 18:48:04.536 INFO STEP 49 (remove_files) COMPLETE
92042026-03-04T18:48:06.666Z[ host-image] Mar 04 18:48:04.536 INFO O| Mar 04 18:48:04.536 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92052026-03-04T18:48:06.670Z[ host-image] Mar 04 18:48:04.543 INFO O| Mar 04 18:48:04.543 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/mpt.conf"
92062026-03-04T18:48:06.671Z[ host-image] Mar 04 18:48:04.543 INFO O| Mar 04 18:48:04.543 INFO STEP 50 (remove_files) COMPLETE
92072026-03-04T18:48:06.676Z[ host-image] Mar 04 18:48:04.543 INFO O| Mar 04 18:48:04.543 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92082026-03-04T18:48:06.681Z[ host-image] Mar 04 18:48:04.550 INFO O| Mar 04 18:48:04.550 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
92092026-03-04T18:48:06.681Z[ host-image] Mar 04 18:48:04.550 INFO O| Mar 04 18:48:04.550 INFO STEP 51 (remove_files) COMPLETE
92102026-03-04T18:48:06.681Z[ host-image] Mar 04 18:48:04.550 INFO O| Mar 04 18:48:04.550 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92112026-03-04T18:48:06.685Z[ host-image] Mar 04 18:48:04.557 INFO O| Mar 04 18:48:04.557 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
92122026-03-04T18:48:06.685Z[ host-image] Mar 04 18:48:04.558 INFO O| Mar 04 18:48:04.558 INFO STEP 52 (remove_files) COMPLETE
92132026-03-04T18:48:06.688Z[ host-image] Mar 04 18:48:04.558 INFO O| Mar 04 18:48:04.558 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92142026-03-04T18:48:06.693Z[ host-image] Mar 04 18:48:04.565 INFO O| Mar 04 18:48:04.565 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/bootadm"
92152026-03-04T18:48:06.696Z[ host-image] Mar 04 18:48:04.565 INFO O| Mar 04 18:48:04.565 INFO STEP 53 (remove_files) COMPLETE
92162026-03-04T18:48:06.696Z[ host-image] Mar 04 18:48:04.565 INFO O| Mar 04 18:48:04.565 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92172026-03-04T18:48:06.700Z[ host-image] Mar 04 18:48:04.572 INFO O| Mar 04 18:48:04.572 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/bootadm"
92182026-03-04T18:48:06.702Z[ host-image] Mar 04 18:48:04.572 INFO O| Mar 04 18:48:04.572 INFO STEP 54 (remove_files) COMPLETE
92192026-03-04T18:48:06.702Z[ host-image] Mar 04 18:48:04.572 INFO O| Mar 04 18:48:04.572 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92202026-03-04T18:48:06.707Z[ host-image] Mar 04 18:48:04.580 INFO O| Mar 04 18:48:04.580 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/beadm"
92212026-03-04T18:48:06.708Z[ host-image] Mar 04 18:48:04.580 INFO O| Mar 04 18:48:04.580 INFO STEP 55 (remove_files) COMPLETE
92222026-03-04T18:48:06.710Z[ host-image] Mar 04 18:48:04.580 INFO O| Mar 04 18:48:04.580 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92232026-03-04T18:48:06.715Z[ host-image] Mar 04 18:48:04.587 INFO O| Mar 04 18:48:04.587 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/beadm"
92242026-03-04T18:48:06.718Z[ host-image] Mar 04 18:48:04.587 INFO O| Mar 04 18:48:04.587 INFO STEP 56 (remove_files) COMPLETE
92252026-03-04T18:48:06.718Z[ host-image] Mar 04 18:48:04.587 INFO O| Mar 04 18:48:04.587 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92262026-03-04T18:48:06.722Z[ host-image] Mar 04 18:48:04.595 INFO O| Mar 04 18:48:04.595 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/etc/default/tar"
92272026-03-04T18:48:06.725Z[ host-image] Mar 04 18:48:04.595 INFO O| Mar 04 18:48:04.595 INFO STEP 57 (remove_files) COMPLETE
92282026-03-04T18:48:06.725Z[ host-image] Mar 04 18:48:04.595 INFO O| Mar 04 18:48:04.595 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92292026-03-04T18:48:06.730Z[ host-image] Mar 04 18:48:04.603 INFO O| Mar 04 18:48:04.602 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
92302026-03-04T18:48:06.733Z[ host-image] Mar 04 18:48:04.603 INFO O| Mar 04 18:48:04.603 INFO writing /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap ...
92312026-03-04T18:48:06.733Z[ host-image] Mar 04 18:48:04.603 INFO O| Mar 04 18:48:04.603 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
92322026-03-04T18:48:06.733Z[ host-image] Mar 04 18:48:04.603 INFO O| Mar 04 18:48:04.603 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
92332026-03-04T18:48:06.733Z[ host-image] Mar 04 18:48:04.603 INFO O| Mar 04 18:48:04.603 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
92342026-03-04T18:48:06.733Z[ host-image] Mar 04 18:48:04.603 INFO O| Mar 04 18:48:04.603 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
92352026-03-04T18:48:06.733Z[ host-image] Mar 04 18:48:04.603 INFO O| Mar 04 18:48:04.603 INFO ok!
92362026-03-04T18:48:06.733Z[ host-image] Mar 04 18:48:04.603 INFO O| Mar 04 18:48:04.603 INFO STEP 58 (ensure_file) COMPLETE
92372026-03-04T18:48:06.733Z[ host-image] Mar 04 18:48:04.603 INFO O| Mar 04 18:48:04.603 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92382026-03-04T18:48:06.737Z[ host-image] Mar 04 18:48:04.610 INFO O| Mar 04 18:48:04.610 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
92392026-03-04T18:48:06.740Z[ host-image] Mar 04 18:48:04.610 INFO O| Mar 04 18:48:04.610 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
92402026-03-04T18:48:06.740Z[ host-image] Mar 04 18:48:04.610 INFO O| Mar 04 18:48:04.610 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
92412026-03-04T18:48:06.740Z[ host-image] Mar 04 18:48:04.610 INFO O| Mar 04 18:48:04.610 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
92422026-03-04T18:48:06.740Z[ host-image] Mar 04 18:48:04.610 INFO O| Mar 04 18:48:04.610 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
92432026-03-04T18:48:06.740Z[ host-image] Mar 04 18:48:04.610 INFO O| Mar 04 18:48:04.610 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
92442026-03-04T18:48:06.740Z[ host-image] Mar 04 18:48:04.610 INFO O| Mar 04 18:48:04.610 INFO ok!
92452026-03-04T18:48:06.740Z[ host-image] Mar 04 18:48:04.610 INFO O| Mar 04 18:48:04.610 INFO STEP 59 (ensure_file) COMPLETE
92462026-03-04T18:48:06.741Z[ host-image] Mar 04 18:48:04.610 INFO O| Mar 04 18:48:04.610 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92472026-03-04T18:48:06.745Z[ host-image] Mar 04 18:48:04.617 INFO O| Mar 04 18:48:04.617 INFO file /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile does not exist
92482026-03-04T18:48:06.748Z[ host-image] Mar 04 18:48:04.617 INFO O| Mar 04 18:48:04.617 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile ...
92492026-03-04T18:48:06.748Z[ host-image] Mar 04 18:48:04.618 INFO O| Mar 04 18:48:04.618 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile
92502026-03-04T18:48:06.748Z[ host-image] Mar 04 18:48:04.618 INFO O| Mar 04 18:48:04.618 INFO ok!
92512026-03-04T18:48:06.748Z[ host-image] Mar 04 18:48:04.618 INFO O| Mar 04 18:48:04.618 INFO STEP 60 (ensure_file) COMPLETE
92522026-03-04T18:48:06.748Z[ host-image] Mar 04 18:48:04.618 INFO O| Mar 04 18:48:04.618 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92532026-03-04T18:48:06.752Z[ host-image] Mar 04 18:48:04.625 INFO O| Mar 04 18:48:04.625 WARN file /rpool/images/build/host/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
92542026-03-04T18:48:06.752Z[ host-image] Mar 04 18:48:04.625 INFO O| Mar 04 18:48:04.625 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/sled/ramdisk/root/.bashrc ...
92552026-03-04T18:48:06.755Z[ host-image] Mar 04 18:48:04.625 INFO O| Mar 04 18:48:04.625 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bashrc
92562026-03-04T18:48:06.755Z[ host-image] Mar 04 18:48:04.625 INFO O| Mar 04 18:48:04.625 INFO ok!
92572026-03-04T18:48:06.755Z[ host-image] Mar 04 18:48:04.625 INFO O| Mar 04 18:48:04.625 INFO STEP 61 (ensure_file) COMPLETE
92582026-03-04T18:48:06.755Z[ host-image] Mar 04 18:48:04.625 INFO O| Mar 04 18:48:04.625 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92592026-03-04T18:48:06.760Z[ host-image] Mar 04 18:48:04.633 INFO O| Mar 04 18:48:04.633 WARN file /rpool/images/build/host/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
92602026-03-04T18:48:06.763Z[ host-image] Mar 04 18:48:04.633 INFO O| Mar 04 18:48:04.633 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/sled/ramdisk/etc/motd ...
92612026-03-04T18:48:06.763Z[ host-image] Mar 04 18:48:04.633 INFO O| Mar 04 18:48:04.633 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
92622026-03-04T18:48:06.763Z[ host-image] Mar 04 18:48:04.633 INFO O| Mar 04 18:48:04.633 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
92632026-03-04T18:48:06.763Z[ host-image] Mar 04 18:48:04.633 INFO O| Mar 04 18:48:04.633 INFO ok!
92642026-03-04T18:48:06.763Z[ host-image] Mar 04 18:48:04.633 INFO O| Mar 04 18:48:04.633 INFO STEP 62 (ensure_file) COMPLETE
92652026-03-04T18:48:06.763Z[ host-image] Mar 04 18:48:04.633 INFO O| Mar 04 18:48:04.633 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92662026-03-04T18:48:06.767Z[ host-image] Mar 04 18:48:04.640 INFO O| Mar 04 18:48:04.640 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
92672026-03-04T18:48:06.771Z[ host-image] Mar 04 18:48:04.640 INFO O| Mar 04 18:48:04.640 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
92682026-03-04T18:48:06.771Z[ host-image] Mar 04 18:48:04.640 INFO O| Mar 04 18:48:04.640 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
92692026-03-04T18:48:06.771Z[ host-image] Mar 04 18:48:04.640 INFO O| Mar 04 18:48:04.640 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
92702026-03-04T18:48:06.771Z[ host-image] Mar 04 18:48:04.640 INFO O| Mar 04 18:48:04.640 INFO ok!
92712026-03-04T18:48:06.771Z[ host-image] Mar 04 18:48:04.640 INFO O| Mar 04 18:48:04.640 INFO STEP 63 (ensure_file) COMPLETE
92722026-03-04T18:48:06.771Z[ host-image] Mar 04 18:48:04.640 INFO O| Mar 04 18:48:04.640 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92732026-03-04T18:48:06.775Z[ host-image] Mar 04 18:48:04.647 INFO O| Mar 04 18:48:04.647 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
92742026-03-04T18:48:06.775Z[ host-image] Mar 04 18:48:04.647 INFO O| Mar 04 18:48:04.647 INFO writing /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly ...
92752026-03-04T18:48:06.778Z[ host-image] Mar 04 18:48:04.648 INFO O| Mar 04 18:48:04.648 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly
92762026-03-04T18:48:06.778Z[ host-image] Mar 04 18:48:04.648 INFO O| Mar 04 18:48:04.648 INFO ok!
92772026-03-04T18:48:06.778Z[ host-image] Mar 04 18:48:04.648 INFO O| Mar 04 18:48:04.648 INFO STEP 64 (assemble_files) COMPLETE
92782026-03-04T18:48:06.778Z[ host-image] Mar 04 18:48:04.648 INFO O| Mar 04 18:48:04.648 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92792026-03-04T18:48:06.782Z[ host-image] Mar 04 18:48:04.655 INFO O| Mar 04 18:48:04.655 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf does not exist
92802026-03-04T18:48:06.782Z[ host-image] Mar 04 18:48:04.655 INFO O| Mar 04 18:48:04.655 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf ...
92812026-03-04T18:48:06.785Z[ host-image] Mar 04 18:48:04.655 INFO O| Mar 04 18:48:04.655 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
92822026-03-04T18:48:06.785Z[ host-image] Mar 04 18:48:04.655 INFO O| Mar 04 18:48:04.655 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
92832026-03-04T18:48:06.785Z[ host-image] Mar 04 18:48:04.655 INFO O| Mar 04 18:48:04.655 INFO ok!
92842026-03-04T18:48:06.785Z[ host-image] Mar 04 18:48:04.655 INFO O| Mar 04 18:48:04.655 INFO STEP 65 (ensure_file) COMPLETE
92852026-03-04T18:48:06.785Z[ host-image] Mar 04 18:48:04.655 INFO O| Mar 04 18:48:04.655 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92862026-03-04T18:48:06.790Z[ host-image] Mar 04 18:48:04.662 INFO O| Mar 04 18:48:04.662 INFO creating directory: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
92872026-03-04T18:48:06.790Z[ host-image] Mar 04 18:48:04.662 INFO O| Mar 04 18:48:04.662 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
92882026-03-04T18:48:06.793Z[ host-image] Mar 04 18:48:04.662 INFO O| Mar 04 18:48:04.662 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
92892026-03-04T18:48:06.793Z[ host-image] Mar 04 18:48:04.662 INFO O| Mar 04 18:48:04.662 INFO STEP 66 (ensure_dir) COMPLETE
92902026-03-04T18:48:06.793Z[ host-image] Mar 04 18:48:04.662 INFO O| Mar 04 18:48:04.662 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92912026-03-04T18:48:06.797Z[ host-image] Mar 04 18:48:04.670 INFO O| Mar 04 18:48:04.669 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
92922026-03-04T18:48:06.797Z[ host-image] Mar 04 18:48:04.670 INFO O| Mar 04 18:48:04.669 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 ...
92932026-03-04T18:48:06.804Z[ host-image] Mar 04 18:48:04.676 INFO O| Mar 04 18:48:04.676 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
92942026-03-04T18:48:06.810Z[ host-image] Mar 04 18:48:04.676 INFO O| Mar 04 18:48:04.676 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
92952026-03-04T18:48:06.810Z[ host-image] Mar 04 18:48:04.676 INFO O| Mar 04 18:48:04.676 INFO ok!
92962026-03-04T18:48:06.810Z[ host-image] Mar 04 18:48:04.676 INFO O| Mar 04 18:48:04.676 INFO STEP 67 (ensure_file) COMPLETE
92972026-03-04T18:48:06.810Z[ host-image] Mar 04 18:48:04.676 INFO O| Mar 04 18:48:04.676 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92982026-03-04T18:48:06.813Z[ host-image] Mar 04 18:48:04.684 INFO O| Mar 04 18:48:04.684 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
92992026-03-04T18:48:06.813Z[ host-image] Mar 04 18:48:04.684 INFO O| Mar 04 18:48:04.684 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 ...
93002026-03-04T18:48:06.813Z[ host-image] Mar 04 18:48:04.684 INFO O| Mar 04 18:48:04.684 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
93012026-03-04T18:48:06.813Z[ host-image] Mar 04 18:48:04.684 INFO O| Mar 04 18:48:04.684 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
93022026-03-04T18:48:06.813Z[ host-image] Mar 04 18:48:04.684 INFO O| Mar 04 18:48:04.684 INFO ok!
93032026-03-04T18:48:06.813Z[ host-image] Mar 04 18:48:04.684 INFO O| Mar 04 18:48:04.684 INFO STEP 68 (ensure_file) COMPLETE
93042026-03-04T18:48:06.814Z[ host-image] Mar 04 18:48:04.684 INFO O| Mar 04 18:48:04.684 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93052026-03-04T18:48:06.822Z[ host-image] Mar 04 18:48:04.695 INFO O| Mar 04 18:48:04.695 INFO file /rpool/images/build/host/output/sled-ramdisk.tar does not already exist, skipping removal
93062026-03-04T18:48:06.822Z[ host-image] Mar 04 18:48:04.695 INFO O| Mar 04 18:48:04.695 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/ramdisk", "."]
93072026-03-04T18:48:07.378Z[ recovery-image] Mar 04 18:48:05.250 INFO O| ok, image written!
93082026-03-04T18:48:07.378Z[ recovery-image] Mar 04 18:48:05.250 INFO O| ok, boot_image_csum file written!
93092026-03-04T18:48:07.389Z[ recovery-image] Mar 04 18:48:05.262 INFO creating boot archive (CPIO)...
93102026-03-04T18:48:07.393Z[ recovery-image] Mar 04 18:48:05.262 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
93112026-03-04T18:48:07.399Z[ recovery-image] Mar 04 18:48:05.271 INFO E| + root=/rpool/images/build/recovery/work/sled/ramdisk
93122026-03-04T18:48:07.399Z[ recovery-image] Mar 04 18:48:05.272 INFO E| + outfile=/work/os-recovery/cpio
93132026-03-04T18:48:07.402Z[ recovery-image] Mar 04 18:48:05.272 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
93142026-03-04T18:48:07.405Z[ recovery-image] Mar 04 18:48:05.275 INFO E| + cd /rpool/images/build/recovery/work/sled/ramdisk
93152026-03-04T18:48:07.405Z[ recovery-image] Mar 04 18:48:05.275 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
93162026-03-04T18:48:07.437Z[ recovery-image] Mar 04 18:48:05.310 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
93172026-03-04T18:48:07.437Z[ recovery-image] Mar 04 18:48:05.310 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
93182026-03-04T18:48:07.445Z[ recovery-image] Mar 04 18:48:05.317 INFO creating compressed cpio/unix for dev loaders...
93192026-03-04T18:48:07.445Z[ recovery-image] Mar 04 18:48:05.317 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
93202026-03-04T18:48:07.750Z[ recovery-image] Mar 04 18:48:05.621 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None
93212026-03-04T18:48:08.920Z[ host-image] Mar 04 18:48:06.792 INFO O| Mar 04 18:48:06.792 INFO STEP 69 (pack_tar) COMPLETE
93222026-03-04T18:48:08.920Z[ host-image] Mar 04 18:48:06.792 INFO O| Mar 04 18:48:06.792 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@trim
93232026-03-04T18:48:08.923Z[ host-image] Mar 04 18:48:06.792 INFO O| Mar 04 18:48:06.792 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@trim
93242026-03-04T18:48:09.320Z[ host-image] Mar 04 18:48:07.192 INFO O| Mar 04 18:48:07.192 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
93252026-03-04T18:48:09.410Z[ host-image] Mar 04 18:48:07.281 INFO O| Mar 04 18:48:07.281 INFO completed processing sled/ramdisk-02-trim
93262026-03-04T18:48:09.414Z[ host-image] Mar 04 18:48:07.283 INFO image builder template: zfs...
93272026-03-04T18:48:09.414Z[ host-image] Mar 04 18:48:07.283 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/.tmpqNuNnZ/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@19.0.0.0", "-n", "zfs"], pwd: None
93282026-03-04T18:48:09.425Z[ host-image] Mar 04 18:48:07.297 INFO O| Mar 04 18:48:07.297 INFO skip include "stress" because feature "stress" is not enabled
93292026-03-04T18:48:09.429Z[ host-image] Mar 04 18:48:07.297 INFO O| Mar 04 18:48:07.297 INFO skip include "stress" because feature "compliance" is not enabled
93302026-03-04T18:48:09.458Z[ host-image] Mar 04 18:48:07.330 INFO O| Mar 04 18:48:07.330 INFO temporary dataset: rpool/images/build/host/tmp/sled/zfs
93312026-03-04T18:48:09.462Z[ host-image] Mar 04 18:48:07.333 INFO O| Mar 04 18:48:07.333 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/zfs
93322026-03-04T18:48:09.608Z[ host-image] Mar 04 18:48:07.480 INFO O| Mar 04 18:48:07.480 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/zfs: sync = disabled
93332026-03-04T18:48:09.737Z[ host-image] Mar 04 18:48:07.608 INFO O| Mar 04 18:48:07.608 INFO temporary directory: /rpool/images/build/host/tmp/sled/zfs
93342026-03-04T18:48:09.737Z[ host-image] Mar 04 18:48:07.608 INFO O| Mar 04 18:48:07.608 INFO work dataset: rpool/images/build/host/work/sled/zfs
93352026-03-04T18:48:09.740Z[ host-image] Mar 04 18:48:07.611 INFO O| Mar 04 18:48:07.611 INFO CREATE DATASET: rpool/images/build/host/work/sled/zfs
93362026-03-04T18:48:09.885Z[ host-image] Mar 04 18:48:07.756 INFO O| Mar 04 18:48:07.756 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/sled/zfs: sync = disabled
93372026-03-04T18:48:09.964Z[ host-image] Mar 04 18:48:07.836 INFO O| Mar 04 18:48:07.836 INFO DESTROY POOL: TEMPORARY-sled-zfs
93382026-03-04T18:48:09.972Z[ host-image] Mar 04 18:48:07.843 INFO O| Mar 04 18:48:07.843 INFO image file: /rpool/images/build/host/work/sled/zfs/lofi.raw
93392026-03-04T18:48:09.975Z[ host-image] Mar 04 18:48:07.847 INFO O| Mar 04 18:48:07.846 INFO pool altroot: /rpool/images/build/host/work/sled/zfs/altroot
93402026-03-04T18:48:09.975Z[ host-image] Mar 04 18:48:07.847 INFO O| Mar 04 18:48:07.847 INFO no lofi found
93412026-03-04T18:48:09.975Z[ host-image] Mar 04 18:48:07.847 INFO O| Mar 04 18:48:07.847 INFO file /rpool/images/build/host/work/sled/zfs/lofi.raw does not already exist, skipping removal
93422026-03-04T18:48:09.975Z[ host-image] Mar 04 18:48:07.847 INFO O| Mar 04 18:48:07.847 INFO CREATE IMAGE (1050MB): /rpool/images/build/host/work/sled/zfs/lofi.raw
93432026-03-04T18:48:12.131Z[ host-image] Mar 04 18:48:10.002 INFO O| Mar 04 18:48:10.002 INFO lofi device = /dev/dsk/c2t1d0p0
93442026-03-04T18:48:12.131Z[ host-image] Mar 04 18:48:10.002 INFO O| Mar 04 18:48:10.002 INFO pool device = /dev/dsk/c2t1d0p0
93452026-03-04T18:48:12.134Z[ host-image] Mar 04 18:48:10.002 INFO O| Mar 04 18:48:10.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/c2t1d0p0"]
93462026-03-04T18:48:12.245Z[ host-image] Mar 04 18:48:10.117 INFO O| Mar 04 18:48:10.117 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
93472026-03-04T18:48:12.245Z[ host-image] Mar 04 18:48:10.117 INFO O| Mar 04 18:48:10.117 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT
93482026-03-04T18:48:12.263Z[ host-image] Mar 04 18:48:10.134 INFO O| Mar 04 18:48:10.134 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: canmount = off
93492026-03-04T18:48:12.269Z[ recovery-image] Mar 04 18:48:10.141 INFO creating reset image...
93502026-03-04T18:48:12.272Z[ recovery-image] Mar 04 18:48:10.141 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl"
93512026-03-04T18:48:12.318Z[ host-image] Mar 04 18:48:10.189 INFO O| Mar 04 18:48:10.189 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: mountpoint = legacy
93522026-03-04T18:48:12.351Z[ host-image] Mar 04 18:48:10.223 INFO O| Mar 04 18:48:10.223 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT/ramdisk
93532026-03-04T18:48:12.363Z[ host-image] Mar 04 18:48:10.234 INFO O| Mar 04 18:48:10.234 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: canmount = noauto
93542026-03-04T18:48:12.371Z[ host-image] Mar 04 18:48:10.242 INFO O| Mar 04 18:48:10.242 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: mountpoint = legacy
93552026-03-04T18:48:12.411Z[ host-image] Mar 04 18:48:10.282 INFO O| Mar 04 18:48:10.282 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a
93562026-03-04T18:48:12.411Z[ host-image] Mar 04 18:48:10.282 INFO O| Mar 04 18:48:10.282 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a
93572026-03-04T18:48:12.411Z[ host-image] Mar 04 18:48:10.282 INFO O| Mar 04 18:48:10.282 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/sled/zfs/a"]
93582026-03-04T18:48:12.418Z[ host-image] Mar 04 18:48:10.290 INFO O| Mar 04 18:48:10.290 INFO boot environment UUID: 8a05a2e7-e05c-4112-9b58-f83a542bb965
93592026-03-04T18:48:12.421Z[ host-image] Mar 04 18:48:10.290 INFO O| Mar 04 18:48:10.290 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = 8a05a2e7-e05c-4112-9b58-f83a542bb965
93602026-03-04T18:48:12.426Z[ host-image] Mar 04 18:48:10.297 INFO O| Mar 04 18:48:10.297 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
93612026-03-04T18:48:12.434Z[ host-image] Mar 04 18:48:10.305 INFO O| Mar 04 18:48:10.305 INFO STEP 0 (create_be) COMPLETE
93622026-03-04T18:48:12.437Z[ host-image] Mar 04 18:48:10.305 INFO O| Mar 04 18:48:10.305 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
93632026-03-04T18:48:12.445Z[ host-image] Mar 04 18:48:10.317 INFO O| Mar 04 18:48:10.317 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/zfs/a"]
93642026-03-04T18:49:02.165Z[ host-image] Mar 04 18:48:28.310 INFO O| Mar 04 18:48:28.310 INFO STEP 1 (unpack_tar) COMPLETE
93652026-03-04T18:49:02.165Z[ host-image] Mar 04 18:48:28.310 INFO O| Mar 04 18:48:28.310 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93662026-03-04T18:49:02.165Z[ host-image] Mar 04 18:48:28.319 INFO O| Mar 04 18:48:28.319 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/sled/zfs/a"]
93672026-03-04T18:49:02.165Z[ host-image] Mar 04 18:48:28.714 INFO O| Mar 04 18:48:28.714 INFO STEP 2 (devfsadm) COMPLETE
93682026-03-04T18:49:02.165Z[ host-image] Mar 04 18:48:28.714 INFO O| Mar 04 18:48:28.714 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93692026-03-04T18:49:02.165Z[ host-image] Mar 04 18:48:28.723 INFO O| Mar 04 18:48:28.723 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
93702026-03-04T18:49:02.165Z[ host-image] Mar 04 18:48:28.723 INFO O| Mar 04 18:48:28.723 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
93712026-03-04T18:49:02.165Z[ host-image] Mar 04 18:48:28.723 INFO O| Mar 04 18:48:28.723 INFO STEP 3 (ensure_dir) COMPLETE
93722026-03-04T18:49:02.166Z[ host-image] Mar 04 18:48:28.723 INFO O| Mar 04 18:48:28.723 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93732026-03-04T18:49:02.166Z[ host-image] Mar 04 18:48:28.730 INFO O| Mar 04 18:48:28.730 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
93742026-03-04T18:49:02.166Z[ host-image] Mar 04 18:48:28.730 INFO O| Mar 04 18:48:28.730 INFO STEP 4 (ensure_dir) COMPLETE
93752026-03-04T18:49:02.166Z[ host-image] Mar 04 18:48:28.730 INFO O| Mar 04 18:48:28.730 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93762026-03-04T18:49:02.166Z[ host-image] Mar 04 18:48:28.739 INFO O| Mar 04 18:48:28.739 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
93772026-03-04T18:49:02.166Z[ host-image] Mar 04 18:48:28.739 INFO O| Mar 04 18:48:28.739 INFO STEP 5 (ensure_dir) COMPLETE
93782026-03-04T18:49:02.166Z[ host-image] Mar 04 18:48:28.739 INFO O| Mar 04 18:48:28.739 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93792026-03-04T18:49:02.166Z[ host-image] Mar 04 18:48:28.748 INFO O| Mar 04 18:48:28.747 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
93802026-03-04T18:49:02.166Z[ host-image] Mar 04 18:48:28.748 INFO O| Mar 04 18:48:28.748 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
93812026-03-04T18:49:02.166Z[ host-image] Mar 04 18:48:28.748 INFO O| Mar 04 18:48:28.748 INFO STEP 6 (ensure_dir) COMPLETE
93822026-03-04T18:49:02.166Z[ host-image] Mar 04 18:48:28.748 INFO O| Mar 04 18:48:28.748 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93832026-03-04T18:49:02.166Z[ host-image] Mar 04 18:48:28.755 INFO O| Mar 04 18:48:28.755 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
93842026-03-04T18:49:02.166Z[ host-image] Mar 04 18:48:28.755 INFO O| Mar 04 18:48:28.755 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
93852026-03-04T18:49:02.166Z[ host-image] Mar 04 18:48:28.755 INFO O| Mar 04 18:48:28.755 INFO STEP 7 (ensure_dir) COMPLETE
93862026-03-04T18:49:02.166Z[ host-image] Mar 04 18:48:28.755 INFO O| Mar 04 18:48:28.755 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93872026-03-04T18:49:02.166Z[ host-image] Mar 04 18:48:28.763 INFO O| Mar 04 18:48:28.763 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/cfg"
93882026-03-04T18:49:02.166Z[ host-image] Mar 04 18:48:28.763 INFO O| Mar 04 18:48:28.763 INFO STEP 8 (remove_files) COMPLETE
93892026-03-04T18:49:02.166Z[ host-image] Mar 04 18:48:28.763 INFO O| Mar 04 18:48:28.763 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93902026-03-04T18:49:02.166Z[ host-image] Mar 04 18:48:28.770 INFO O| Mar 04 18:48:28.770 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/dsk"
93912026-03-04T18:49:02.166Z[ host-image] Mar 04 18:48:28.771 INFO O| Mar 04 18:48:28.771 INFO STEP 9 (remove_files) COMPLETE
93922026-03-04T18:49:02.166Z[ host-image] Mar 04 18:48:28.771 INFO O| Mar 04 18:48:28.771 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93932026-03-04T18:49:02.166Z[ host-image] Mar 04 18:48:28.779 INFO O| Mar 04 18:48:28.778 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/rdsk"
93942026-03-04T18:49:02.166Z[ host-image] Mar 04 18:48:28.779 INFO O| Mar 04 18:48:28.779 INFO STEP 10 (remove_files) COMPLETE
93952026-03-04T18:49:02.166Z[ host-image] Mar 04 18:48:28.779 INFO O| Mar 04 18:48:28.779 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93962026-03-04T18:49:02.166Z[ host-image] Mar 04 18:48:28.787 INFO O| Mar 04 18:48:28.787 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/sensors"
93972026-03-04T18:49:02.166Z[ host-image] Mar 04 18:48:28.787 INFO O| Mar 04 18:48:28.787 INFO STEP 11 (remove_files) COMPLETE
93982026-03-04T18:49:02.166Z[ host-image] Mar 04 18:48:28.787 INFO O| Mar 04 18:48:28.787 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
93992026-03-04T18:49:02.166Z[ host-image] Mar 04 18:48:28.794 INFO O| Mar 04 18:48:28.794 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/usb"
94002026-03-04T18:49:02.166Z[ host-image] Mar 04 18:48:28.795 INFO O| Mar 04 18:48:28.795 INFO STEP 12 (remove_files) COMPLETE
94012026-03-04T18:49:02.166Z[ host-image] Mar 04 18:48:28.795 INFO O| Mar 04 18:48:28.795 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94022026-03-04T18:49:02.166Z[ host-image] Mar 04 18:48:28.802 INFO O| Mar 04 18:48:28.802 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
94032026-03-04T18:49:02.166Z[ host-image] Mar 04 18:48:28.803 INFO O| Mar 04 18:48:28.802 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
94042026-03-04T18:49:02.166Z[ host-image] Mar 04 18:48:28.803 INFO O| Mar 04 18:48:28.803 INFO STEP 13 (ensure_dir) COMPLETE
94052026-03-04T18:49:02.166Z[ host-image] Mar 04 18:48:28.803 INFO O| Mar 04 18:48:28.803 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94062026-03-04T18:49:02.166Z[ host-image] Mar 04 18:48:28.810 INFO O| Mar 04 18:48:28.810 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
94072026-03-04T18:49:02.166Z[ host-image] Mar 04 18:48:28.810 INFO O| Mar 04 18:48:28.810 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
94082026-03-04T18:49:02.167Z[ host-image] Mar 04 18:48:28.810 INFO O| Mar 04 18:48:28.810 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
94092026-03-04T18:49:02.167Z[ host-image] Mar 04 18:48:28.810 INFO O| Mar 04 18:48:28.810 INFO STEP 14 (ensure_dir) COMPLETE
94102026-03-04T18:49:02.167Z[ host-image] Mar 04 18:48:28.810 INFO O| Mar 04 18:48:28.810 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94112026-03-04T18:49:02.167Z[ host-image] Mar 04 18:48:28.818 INFO O| Mar 04 18:48:28.818 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
94122026-03-04T18:49:02.167Z[ host-image] Mar 04 18:48:28.818 INFO O| Mar 04 18:48:28.818 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
94132026-03-04T18:49:02.167Z[ host-image] Mar 04 18:48:28.818 INFO O| Mar 04 18:48:28.818 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
94142026-03-04T18:49:02.167Z[ host-image] Mar 04 18:48:28.818 INFO O| Mar 04 18:48:28.818 INFO STEP 15 (ensure_dir) COMPLETE
94152026-03-04T18:49:02.167Z[ host-image] Mar 04 18:48:28.818 INFO O| Mar 04 18:48:28.818 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94162026-03-04T18:49:02.167Z[ host-image] Mar 04 18:48:28.826 INFO O| Mar 04 18:48:28.825 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
94172026-03-04T18:49:02.167Z[ host-image] Mar 04 18:48:28.826 INFO O| Mar 04 18:48:28.826 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
94182026-03-04T18:49:02.167Z[ host-image] Mar 04 18:48:28.826 INFO O| Mar 04 18:48:28.826 INFO STEP 16 (ensure_dir) COMPLETE
94192026-03-04T18:49:02.167Z[ host-image] Mar 04 18:48:28.826 INFO O| Mar 04 18:48:28.826 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94202026-03-04T18:49:02.167Z[ host-image] Mar 04 18:48:28.833 INFO O| Mar 04 18:48:28.833 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
94212026-03-04T18:49:02.167Z[ host-image] Mar 04 18:48:28.833 INFO O| Mar 04 18:48:28.833 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
94222026-03-04T18:49:02.167Z[ host-image] Mar 04 18:48:28.833 INFO O| Mar 04 18:48:28.833 INFO STEP 17 (ensure_dir) COMPLETE
94232026-03-04T18:49:02.167Z[ host-image] Mar 04 18:48:28.833 INFO O| Mar 04 18:48:28.833 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94242026-03-04T18:49:02.167Z[ host-image] Mar 04 18:48:28.840 INFO O| Mar 04 18:48:28.840 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
94252026-03-04T18:49:02.167Z[ host-image] Mar 04 18:48:28.841 INFO O| Mar 04 18:48:28.840 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/msglog
94262026-03-04T18:49:02.167Z[ host-image] Mar 04 18:48:28.841 INFO O| Mar 04 18:48:28.840 INFO ok!
94272026-03-04T18:49:02.167Z[ host-image] Mar 04 18:48:28.841 INFO O| Mar 04 18:48:28.840 INFO STEP 18 (ensure_symlink) COMPLETE
94282026-03-04T18:49:02.167Z[ host-image] Mar 04 18:48:28.841 INFO O| Mar 04 18:48:28.841 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94292026-03-04T18:49:02.167Z[ host-image] Mar 04 18:48:28.848 INFO O| Mar 04 18:48:28.848 INFO file /rpool/images/build/host/work/sled/zfs/a/reconfigure exists, with correct contents
94302026-03-04T18:49:02.167Z[ host-image] Mar 04 18:48:28.848 INFO O| Mar 04 18:48:28.848 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/reconfigure
94312026-03-04T18:49:02.167Z[ host-image] Mar 04 18:48:28.848 INFO O| Mar 04 18:48:28.848 INFO ok!
94322026-03-04T18:49:02.167Z[ host-image] Mar 04 18:48:28.849 INFO O| Mar 04 18:48:28.848 INFO STEP 19 (ensure_file) COMPLETE
94332026-03-04T18:49:02.167Z[ host-image] Mar 04 18:48:28.849 INFO O| Mar 04 18:48:28.848 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
94342026-03-04T18:49:02.167Z[ host-image] Mar 04 18:48:28.856 INFO O| Mar 04 18:48:28.856 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml does not exist
94352026-03-04T18:49:02.167Z[ host-image] Mar 04 18:48:28.856 INFO O| Mar 04 18:48:28.856 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
94362026-03-04T18:49:02.167Z[ host-image] Mar 04 18:48:28.856 INFO O| Mar 04 18:48:28.856 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml
94372026-03-04T18:49:02.216Z[ host-image] Mar 04 18:48:28.856 INFO O| Mar 04 18:48:28.856 INFO ok!
94382026-03-04T18:49:02.216Z[ host-image] Mar 04 18:48:28.856 INFO O| Mar 04 18:48:28.856 INFO STEP 20 (ensure_symlink) COMPLETE
94392026-03-04T18:49:02.216Z[ host-image] Mar 04 18:48:28.856 INFO O| Mar 04 18:48:28.856 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
94402026-03-04T18:49:02.216Z[ host-image] Mar 04 18:48:28.864 INFO O| Mar 04 18:48:28.864 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml does not exist
94412026-03-04T18:49:02.216Z[ host-image] Mar 04 18:48:28.864 INFO O| Mar 04 18:48:28.864 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
94422026-03-04T18:49:02.216Z[ host-image] Mar 04 18:48:28.864 INFO O| Mar 04 18:48:28.864 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml
94432026-03-04T18:49:02.216Z[ host-image] Mar 04 18:48:28.864 INFO O| Mar 04 18:48:28.864 INFO ok!
94442026-03-04T18:49:02.216Z[ host-image] Mar 04 18:48:28.865 INFO O| Mar 04 18:48:28.864 INFO STEP 21 (ensure_symlink) COMPLETE
94452026-03-04T18:49:02.217Z[ host-image] Mar 04 18:48:28.865 INFO O| Mar 04 18:48:28.864 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
94462026-03-04T18:49:02.217Z[ host-image] Mar 04 18:48:28.873 INFO O| Mar 04 18:48:28.873 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml does not exist
94472026-03-04T18:49:02.217Z[ host-image] Mar 04 18:48:28.873 INFO O| Mar 04 18:48:28.873 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
94482026-03-04T18:49:02.217Z[ host-image] Mar 04 18:48:28.873 INFO O| Mar 04 18:48:28.873 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml
94492026-03-04T18:49:02.217Z[ host-image] Mar 04 18:48:28.873 INFO O| Mar 04 18:48:28.873 INFO ok!
94502026-03-04T18:49:02.217Z[ host-image] Mar 04 18:48:28.873 INFO O| Mar 04 18:48:28.873 INFO STEP 22 (ensure_symlink) COMPLETE
94512026-03-04T18:49:02.217Z[ host-image] Mar 04 18:48:28.873 INFO O| Mar 04 18:48:28.873 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
94522026-03-04T18:49:02.217Z[ host-image] Mar 04 18:48:28.880 INFO O| Mar 04 18:48:28.880 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml does not exist
94532026-03-04T18:49:02.217Z[ host-image] Mar 04 18:48:28.880 INFO O| Mar 04 18:48:28.880 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
94542026-03-04T18:49:02.217Z[ host-image] Mar 04 18:48:28.880 INFO O| Mar 04 18:48:28.880 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml
94552026-03-04T18:49:02.217Z[ host-image] Mar 04 18:48:28.880 INFO O| Mar 04 18:48:28.880 INFO ok!
94562026-03-04T18:49:02.217Z[ host-image] Mar 04 18:48:28.880 INFO O| Mar 04 18:48:28.880 INFO STEP 23 (ensure_symlink) COMPLETE
94572026-03-04T18:49:02.217Z[ host-image] Mar 04 18:48:28.880 INFO O| Mar 04 18:48:28.880 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
94582026-03-04T18:49:02.217Z[ host-image] Mar 04 18:48:28.888 INFO O| Mar 04 18:48:28.888 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
94592026-03-04T18:49:02.217Z[ host-image] Mar 04 18:48:28.889 INFO O| Mar 04 18:48:28.889 INFO copying /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf ...
94602026-03-04T18:49:02.217Z[ host-image] Mar 04 18:48:28.889 INFO O| Mar 04 18:48:28.889 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf
94612026-03-04T18:49:02.217Z[ host-image] Mar 04 18:48:28.889 INFO O| Mar 04 18:48:28.889 INFO ok!
94622026-03-04T18:49:02.217Z[ host-image] Mar 04 18:48:28.889 INFO O| Mar 04 18:48:28.889 INFO STEP 24 (ensure_file) COMPLETE
94632026-03-04T18:49:02.217Z[ host-image] Mar 04 18:48:28.889 INFO O| Mar 04 18:48:28.889 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
94642026-03-04T18:49:02.217Z[ host-image] Mar 04 18:48:28.897 INFO O| Mar 04 18:48:28.897 INFO updating shadow file
94652026-03-04T18:49:02.217Z[ host-image] Mar 04 18:48:28.897 INFO O| Mar 04 18:48:28.897 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
94662026-03-04T18:49:02.217Z[ host-image] Mar 04 18:48:28.897 INFO O| Mar 04 18:48:28.897 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
94672026-03-04T18:49:02.217Z[ host-image] Mar 04 18:48:28.897 INFO O| Mar 04 18:48:28.897 INFO STEP 25 (shadow) COMPLETE
94682026-03-04T18:49:02.217Z[ host-image] Mar 04 18:48:28.897 INFO O| Mar 04 18:48:28.897 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
94692026-03-04T18:49:02.217Z[ host-image] Mar 04 18:48:28.904 INFO O| Mar 04 18:48:28.904 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
94702026-03-04T18:49:02.217Z[ host-image] Mar 04 18:48:28.905 INFO O| Mar 04 18:48:28.904 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts ...
94712026-03-04T18:49:02.217Z[ host-image] Mar 04 18:48:28.905 INFO O| Mar 04 18:48:28.905 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts
94722026-03-04T18:49:02.218Z[ host-image] Mar 04 18:48:28.905 INFO O| Mar 04 18:48:28.905 INFO ok!
94732026-03-04T18:49:02.218Z[ host-image] Mar 04 18:48:28.905 INFO O| Mar 04 18:48:28.905 INFO STEP 26 (ensure_file) COMPLETE
94742026-03-04T18:49:02.218Z[ host-image] Mar 04 18:48:28.905 INFO O| Mar 04 18:48:28.905 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
94752026-03-04T18:49:02.218Z[ host-image] Mar 04 18:48:28.912 INFO O| Mar 04 18:48:28.912 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/nodename does not exist
94762026-03-04T18:49:02.218Z[ host-image] Mar 04 18:48:28.912 INFO O| Mar 04 18:48:28.912 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/nodename ...
94772026-03-04T18:49:02.218Z[ host-image] Mar 04 18:48:28.912 INFO O| Mar 04 18:48:28.912 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nodename
94782026-03-04T18:49:02.218Z[ host-image] Mar 04 18:48:28.912 INFO O| Mar 04 18:48:28.912 INFO ok!
94792026-03-04T18:49:02.218Z[ host-image] Mar 04 18:48:28.912 INFO O| Mar 04 18:48:28.912 INFO STEP 27 (ensure_file) COMPLETE
94802026-03-04T18:49:02.218Z[ host-image] Mar 04 18:48:28.912 INFO O| Mar 04 18:48:28.912 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
94812026-03-04T18:49:02.218Z[ host-image] Mar 04 18:48:28.920 INFO O| Mar 04 18:48:28.920 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
94822026-03-04T18:49:02.218Z[ host-image] Mar 04 18:48:28.920 INFO O| Mar 04 18:48:28.920 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent ...
94832026-03-04T18:49:02.218Z[ host-image] Mar 04 18:48:28.921 INFO O| Mar 04 18:48:28.921 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
94842026-03-04T18:49:02.218Z[ host-image] Mar 04 18:48:28.921 INFO O| Mar 04 18:48:28.921 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
94852026-03-04T18:49:02.218Z[ host-image] Mar 04 18:48:28.921 INFO O| Mar 04 18:48:28.921 INFO ok!
94862026-03-04T18:49:02.218Z[ host-image] Mar 04 18:48:28.921 INFO O| Mar 04 18:48:28.921 INFO STEP 28 (ensure_file) COMPLETE
94872026-03-04T18:49:02.218Z[ host-image] Mar 04 18:48:28.921 INFO O| Mar 04 18:48:28.921 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
94882026-03-04T18:49:02.218Z[ host-image] Mar 04 18:48:28.928 INFO O| Mar 04 18:48:28.928 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf does not exist
94892026-03-04T18:49:02.218Z[ host-image] Mar 04 18:48:28.928 INFO O| Mar 04 18:48:28.928 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf ...
94902026-03-04T18:49:02.218Z[ host-image] Mar 04 18:48:28.928 INFO O| Mar 04 18:48:28.928 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf
94912026-03-04T18:49:02.218Z[ host-image] Mar 04 18:48:28.928 INFO O| Mar 04 18:48:28.928 INFO ok!
94922026-03-04T18:49:02.218Z[ host-image] Mar 04 18:48:28.928 INFO O| Mar 04 18:48:28.928 INFO STEP 29 (ensure_file) COMPLETE
94932026-03-04T18:49:02.218Z[ host-image] Mar 04 18:48:28.928 INFO O| Mar 04 18:48:28.928 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
94942026-03-04T18:49:02.218Z[ host-image] Mar 04 18:48:28.935 INFO O| Mar 04 18:48:28.935 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
94952026-03-04T18:49:02.218Z[ host-image] Mar 04 18:48:28.935 INFO O| Mar 04 18:48:28.935 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
94962026-03-04T18:49:02.218Z[ host-image] Mar 04 18:48:28.935 INFO O| Mar 04 18:48:28.935 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
94972026-03-04T18:49:02.218Z[ host-image] Mar 04 18:48:28.935 INFO O| Mar 04 18:48:28.935 INFO STEP 30 (ensure_dir) COMPLETE
94982026-03-04T18:49:02.218Z[ host-image] Mar 04 18:48:28.935 INFO O| Mar 04 18:48:28.935 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
94992026-03-04T18:49:02.218Z[ host-image] Mar 04 18:48:28.943 INFO O| Mar 04 18:48:28.943 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup does not exist
95002026-03-04T18:49:02.218Z[ host-image] Mar 04 18:48:28.943 INFO O| Mar 04 18:48:28.943 INFO copying /work/oxidecomputer/helios/image/templates/files/net-setup.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup ...
95012026-03-04T18:49:02.219Z[ host-image] Mar 04 18:48:28.943 INFO O| Mar 04 18:48:28.943 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
95022026-03-04T18:49:02.219Z[ host-image] Mar 04 18:48:28.943 INFO O| Mar 04 18:48:28.943 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
95032026-03-04T18:49:02.219Z[ host-image] Mar 04 18:48:28.943 INFO O| Mar 04 18:48:28.943 INFO ok!
95042026-03-04T18:49:02.219Z[ host-image] Mar 04 18:48:28.943 INFO O| Mar 04 18:48:28.943 INFO STEP 31 (ensure_file) COMPLETE
95052026-03-04T18:49:02.219Z[ host-image] Mar 04 18:48:28.943 INFO O| Mar 04 18:48:28.943 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
95062026-03-04T18:49:02.219Z[ host-image] Mar 04 18:48:28.951 INFO O| Mar 04 18:48:28.951 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
95072026-03-04T18:49:02.219Z[ host-image] Mar 04 18:48:28.951 INFO O| Mar 04 18:48:28.951 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
95082026-03-04T18:49:02.219Z[ host-image] Mar 04 18:48:28.951 INFO O| Mar 04 18:48:28.951 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
95092026-03-04T18:49:02.219Z[ host-image] Mar 04 18:48:28.951 INFO O| Mar 04 18:48:28.951 INFO STEP 32 (ensure_dir) COMPLETE
95102026-03-04T18:49:02.219Z[ host-image] Mar 04 18:48:28.951 INFO O| Mar 04 18:48:28.951 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
95112026-03-04T18:49:02.219Z[ host-image] Mar 04 18:48:28.959 INFO O| Mar 04 18:48:28.959 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml does not exist
95122026-03-04T18:49:02.219Z[ host-image] Mar 04 18:48:28.959 INFO O| Mar 04 18:48:28.959 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 ...
95132026-03-04T18:49:02.219Z[ host-image] Mar 04 18:48:28.959 INFO O| Mar 04 18:48:28.959 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
95142026-03-04T18:49:02.219Z[ host-image] Mar 04 18:48:28.959 INFO O| Mar 04 18:48:28.959 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml
95152026-03-04T18:49:02.219Z[ host-image] Mar 04 18:48:28.959 INFO O| Mar 04 18:48:28.959 INFO ok!
95162026-03-04T18:49:02.219Z[ host-image] Mar 04 18:48:28.959 INFO O| Mar 04 18:48:28.959 INFO STEP 33 (ensure_file) COMPLETE
95172026-03-04T18:49:02.219Z[ host-image] Mar 04 18:48:28.959 INFO O| Mar 04 18:48:28.959 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
95182026-03-04T18:49:02.219Z[ host-image] Mar 04 18:48:28.967 INFO O| Mar 04 18:48:28.967 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/auto_master does not exist
95192026-03-04T18:49:02.219Z[ host-image] Mar 04 18:48:28.967 INFO O| Mar 04 18:48:28.967 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/sled/zfs/a/etc/auto_master ...
95202026-03-04T18:49:02.219Z[ host-image] Mar 04 18:48:28.967 INFO O| Mar 04 18:48:28.967 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/auto_master
95212026-03-04T18:49:02.219Z[ host-image] Mar 04 18:48:28.967 INFO O| Mar 04 18:48:28.967 INFO ok!
95222026-03-04T18:49:02.219Z[ host-image] Mar 04 18:48:28.967 INFO O| Mar 04 18:48:28.967 INFO STEP 34 (ensure_file) COMPLETE
95232026-03-04T18:49:02.219Z[ host-image] Mar 04 18:48:28.967 INFO O| Mar 04 18:48:28.967 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
95242026-03-04T18:49:02.220Z[ host-image] Mar 04 18:48:28.975 INFO O| Mar 04 18:48:28.975 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
95252026-03-04T18:49:02.220Z[ host-image] Mar 04 18:48:28.975 INFO O| Mar 04 18:48:28.975 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs ...
95262026-03-04T18:49:02.220Z[ host-image] Mar 04 18:48:28.975 INFO O| Mar 04 18:48:28.975 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
95272026-03-04T18:49:02.220Z[ host-image] Mar 04 18:48:28.976 INFO O| Mar 04 18:48:28.975 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
95282026-03-04T18:49:02.220Z[ host-image] Mar 04 18:48:28.976 INFO O| Mar 04 18:48:28.975 INFO ok!
95292026-03-04T18:49:02.220Z[ host-image] Mar 04 18:48:28.976 INFO O| Mar 04 18:48:28.976 INFO STEP 35 (ensure_file) COMPLETE
95302026-03-04T18:49:02.220Z[ host-image] Mar 04 18:48:28.976 INFO O| Mar 04 18:48:28.976 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
95312026-03-04T18:49:02.220Z[ host-image] Mar 04 18:48:28.983 INFO O| Mar 04 18:48:28.983 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/init exists, with wrong contents, unlinking
95322026-03-04T18:49:02.220Z[ host-image] Mar 04 18:48:28.983 INFO O| Mar 04 18:48:28.983 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/sled/zfs/a/etc/default/init ...
95332026-03-04T18:49:02.220Z[ host-image] Mar 04 18:48:28.984 INFO O| Mar 04 18:48:28.983 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/init
95342026-03-04T18:49:02.220Z[ host-image] Mar 04 18:48:28.984 INFO O| Mar 04 18:48:28.984 INFO ok!
95352026-03-04T18:49:02.220Z[ host-image] Mar 04 18:48:28.984 INFO O| Mar 04 18:48:28.984 INFO STEP 36 (ensure_file) COMPLETE
95362026-03-04T18:49:02.220Z[ host-image] Mar 04 18:48:28.984 INFO O| Mar 04 18:48:28.984 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
95372026-03-04T18:49:02.265Z[ host-image] Mar 04 18:48:28.992 INFO O| Mar 04 18:48:28.992 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
95382026-03-04T18:49:02.265Z[ host-image] Mar 04 18:48:28.992 INFO O| Mar 04 18:48:28.992 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config ...
95392026-03-04T18:49:02.265Z[ host-image] Mar 04 18:48:28.992 INFO O| Mar 04 18:48:28.992 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config
95402026-03-04T18:49:02.265Z[ host-image] Mar 04 18:48:28.992 INFO O| Mar 04 18:48:28.992 INFO ok!
95412026-03-04T18:49:02.265Z[ host-image] Mar 04 18:48:28.992 INFO O| Mar 04 18:48:28.992 INFO STEP 37 (ensure_file) COMPLETE
95422026-03-04T18:49:02.265Z[ host-image] Mar 04 18:48:28.992 INFO O| Mar 04 18:48:28.992 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
95432026-03-04T18:49:02.265Z[ host-image] Mar 04 18:48:29.000 INFO O| Mar 04 18:48:29.000 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams does not exist
95442026-03-04T18:49:02.265Z[ host-image] Mar 04 18:48:29.000 INFO O| Mar 04 18:48:29.000 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams ...
95452026-03-04T18:49:02.265Z[ host-image] Mar 04 18:48:29.000 INFO O| Mar 04 18:48:29.000 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
95462026-03-04T18:49:02.265Z[ host-image] Mar 04 18:48:29.000 INFO O| Mar 04 18:48:29.000 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
95472026-03-04T18:49:02.265Z[ host-image] Mar 04 18:48:29.000 INFO O| Mar 04 18:48:29.000 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
95482026-03-04T18:49:02.265Z[ host-image] Mar 04 18:48:29.000 INFO O| Mar 04 18:48:29.000 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
95492026-03-04T18:49:02.265Z[ host-image] Mar 04 18:48:29.000 INFO O| Mar 04 18:48:29.000 INFO ok!
95502026-03-04T18:49:02.265Z[ host-image] Mar 04 18:48:29.000 INFO O| Mar 04 18:48:29.000 INFO STEP 38 (ensure_file) COMPLETE
95512026-03-04T18:49:02.266Z[ host-image] Mar 04 18:48:29.000 INFO O| Mar 04 18:48:29.000 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
95522026-03-04T18:49:02.266Z[ host-image] Mar 04 18:48:29.009 INFO O| Mar 04 18:48:29.009 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
95532026-03-04T18:49:02.266Z[ host-image] Mar 04 18:48:29.009 INFO O| Mar 04 18:48:29.009 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
95542026-03-04T18:49:02.266Z[ host-image] Mar 04 18:48:29.009 INFO O| Mar 04 18:48:29.009 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
95552026-03-04T18:49:02.266Z[ host-image] Mar 04 18:48:29.009 INFO O| Mar 04 18:48:29.009 INFO STEP 39 (ensure_dir) COMPLETE
95562026-03-04T18:49:02.266Z[ host-image] Mar 04 18:48:29.009 INFO O| Mar 04 18:48:29.009 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
95572026-03-04T18:49:02.266Z[ host-image] Mar 04 18:48:29.017 INFO O| Mar 04 18:48:29.017 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
95582026-03-04T18:49:02.266Z[ host-image] Mar 04 18:48:29.017 INFO O| Mar 04 18:48:29.017 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 ...
95592026-03-04T18:49:02.266Z[ host-image] Mar 04 18:48:29.017 INFO O| Mar 04 18:48:29.017 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
95602026-03-04T18:49:02.266Z[ host-image] Mar 04 18:48:29.017 INFO O| Mar 04 18:48:29.017 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
95612026-03-04T18:49:02.266Z[ host-image] Mar 04 18:48:29.017 INFO O| Mar 04 18:48:29.017 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
95622026-03-04T18:49:02.266Z[ host-image] Mar 04 18:48:29.017 INFO O| Mar 04 18:48:29.017 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
95632026-03-04T18:49:02.266Z[ host-image] Mar 04 18:48:29.017 INFO O| Mar 04 18:48:29.017 INFO ok!
95642026-03-04T18:49:02.266Z[ host-image] Mar 04 18:48:29.017 INFO O| Mar 04 18:48:29.017 INFO STEP 40 (ensure_file) COMPLETE
95652026-03-04T18:49:02.266Z[ host-image] Mar 04 18:48:29.017 INFO O| Mar 04 18:48:29.017 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
95662026-03-04T18:49:02.266Z[ host-image] Mar 04 18:48:29.024 INFO O| Mar 04 18:48:29.024 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
95672026-03-04T18:49:02.266Z[ host-image] Mar 04 18:48:29.024 INFO O| Mar 04 18:48:29.024 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 ...
95682026-03-04T18:49:02.266Z[ host-image] Mar 04 18:48:29.024 INFO O| Mar 04 18:48:29.024 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
95692026-03-04T18:49:02.266Z[ host-image] Mar 04 18:48:29.024 INFO O| Mar 04 18:48:29.024 INFO ok!
95702026-03-04T18:49:02.266Z[ host-image] Mar 04 18:48:29.025 INFO O| Mar 04 18:48:29.024 INFO STEP 41 (ensure_symlink) COMPLETE
95712026-03-04T18:49:02.266Z[ host-image] Mar 04 18:48:29.025 INFO O| Mar 04 18:48:29.024 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
95722026-03-04T18:49:02.266Z[ host-image] Mar 04 18:48:29.032 INFO O| Mar 04 18:48:29.032 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo does not exist
95732026-03-04T18:49:02.267Z[ host-image] Mar 04 18:48:29.032 INFO O| Mar 04 18:48:29.032 INFO linking /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
95742026-03-04T18:49:02.267Z[ host-image] Mar 04 18:48:29.032 INFO O| Mar 04 18:48:29.032 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo
95752026-03-04T18:49:02.267Z[ recovery-image] Mar 04 18:48:51.604 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')"
95762026-03-04T18:49:02.267Z[ host-image] Mar 04 18:48:29.032 INFO O| Mar 04 18:48:29.032 INFO ok!
95772026-03-04T18:49:02.267Z[ recovery-image] Mar 04 18:48:51.605 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")
95782026-03-04T18:49:02.267Z[ host-image] Mar 04 18:48:29.032 INFO O| Mar 04 18:48:29.032 INFO STEP 42 (ensure_symlink) COMPLETE
95792026-03-04T18:49:02.267Z[ recovery-image] Mar 04 18:48:51.826 INFO E| Updating crates.io index
95802026-03-04T18:49:02.267Z[ recovery-image] Mar 04 18:48:52.132 INFO E| Downloading crates ...
95812026-03-04T18:49:02.267Z[ host-image] Mar 04 18:48:29.032 INFO O| Mar 04 18:48:29.032 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
95822026-03-04T18:49:02.268Z[ recovery-image] Mar 04 18:48:52.215 INFO E| Downloaded shared_thread v0.2.0
95832026-03-04T18:49:02.268Z[ recovery-image] Mar 04 18:48:52.217 INFO E| Downloaded sigchld v0.2.4
95842026-03-04T18:49:02.268Z[ host-image] Mar 04 18:48:29.040 INFO O| Mar 04 18:48:29.040 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot does not exist
95852026-03-04T18:49:02.268Z[ recovery-image] Mar 04 18:48:52.218 INFO E| Downloaded clap_lex v0.7.7
95862026-03-04T18:49:02.268Z[ host-image] Mar 04 18:48:29.040 INFO O| Mar 04 18:48:29.040 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-postboot.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot ...
95872026-03-04T18:49:02.268Z[ recovery-image] Mar 04 18:48:52.220 INFO E| Downloaded os_pipe v1.2.3
95882026-03-04T18:49:02.268Z[ host-image] Mar 04 18:48:29.040 INFO O| Mar 04 18:48:29.040 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
95892026-03-04T18:49:02.268Z[ host-image] Mar 04 18:48:29.040 INFO O| Mar 04 18:48:29.040 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
95902026-03-04T18:49:02.268Z[ recovery-image] Mar 04 18:48:52.222 INFO E| Downloaded shared_child v1.1.1
95912026-03-04T18:49:02.268Z[ host-image] Mar 04 18:48:29.040 INFO O| Mar 04 18:48:29.040 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
95922026-03-04T18:49:02.268Z[ host-image] Mar 04 18:48:29.040 INFO O| Mar 04 18:48:29.040 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
95932026-03-04T18:49:02.268Z[ recovery-image] Mar 04 18:48:52.228 INFO E| Downloaded duct v1.1.1
95942026-03-04T18:49:02.268Z[ host-image] Mar 04 18:48:29.040 INFO O| Mar 04 18:48:29.040 INFO ok!
95952026-03-04T18:49:02.268Z[ recovery-image] Mar 04 18:48:52.230 INFO E| Downloaded unicode-ident v1.0.23
95962026-03-04T18:49:02.268Z[ recovery-image] Mar 04 18:48:52.233 INFO E| Downloaded clap v4.5.57
95972026-03-04T18:49:02.268Z[ host-image] Mar 04 18:48:29.040 INFO O| Mar 04 18:48:29.040 INFO STEP 43 (ensure_file) COMPLETE
95982026-03-04T18:49:02.268Z[ recovery-image] Mar 04 18:48:52.244 INFO E| Downloaded clap_builder v4.5.57
95992026-03-04T18:49:02.268Z[ host-image] Mar 04 18:48:29.040 INFO O| Mar 04 18:48:29.040 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
96002026-03-04T18:49:02.268Z[ recovery-image] Mar 04 18:48:52.250 INFO E| Downloaded syn v2.0.114
96012026-03-04T18:49:02.268Z[ host-image] Mar 04 18:48:29.048 INFO O| Mar 04 18:48:29.048 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
96022026-03-04T18:49:02.268Z[ recovery-image] Mar 04 18:48:52.302 INFO E| Compiling libc v0.2.180
96032026-03-04T18:49:02.268Z[ host-image] Mar 04 18:48:29.048 INFO O| Mar 04 18:48:29.048 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 ...
96042026-03-04T18:49:02.268Z[ recovery-image] Mar 04 18:48:52.302 INFO E| Compiling proc-macro2 v1.0.106
96052026-03-04T18:49:02.268Z[ host-image] Mar 04 18:48:29.048 INFO O| Mar 04 18:48:29.048 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
96062026-03-04T18:49:02.268Z[ recovery-image] Mar 04 18:48:52.302 INFO E| Compiling signal-hook v0.3.18
96072026-03-04T18:49:02.268Z[ recovery-image] Mar 04 18:48:52.302 INFO E| Compiling quote v1.0.44
96082026-03-04T18:49:02.268Z[ host-image] Mar 04 18:48:29.048 INFO O| Mar 04 18:48:29.048 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml
96092026-03-04T18:49:02.268Z[ recovery-image] Mar 04 18:48:52.302 INFO E| Compiling unicode-ident v1.0.23
96102026-03-04T18:49:02.268Z[ host-image] Mar 04 18:48:29.048 INFO O| Mar 04 18:48:29.048 INFO ok!
96112026-03-04T18:49:02.268Z[ recovery-image] Mar 04 18:48:52.302 INFO E| Compiling utf8parse v0.2.2
96122026-03-04T18:49:02.268Z[ host-image] Mar 04 18:48:29.048 INFO O| Mar 04 18:48:29.048 INFO STEP 44 (ensure_file) COMPLETE
96132026-03-04T18:49:02.268Z[ recovery-image] Mar 04 18:48:52.302 INFO E| Compiling anstyle-query v1.1.5
96142026-03-04T18:49:02.268Z[ recovery-image] Mar 04 18:48:52.302 INFO E| Compiling colorchoice v1.0.4
96152026-03-04T18:49:02.268Z[ host-image] Mar 04 18:48:29.048 INFO O| Mar 04 18:48:29.048 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
96162026-03-04T18:49:02.268Z[ recovery-image] Mar 04 18:48:52.494 INFO E| Compiling anstyle-parse v0.2.7
96172026-03-04T18:49:02.269Z[ host-image] Mar 04 18:48:29.056 INFO O| Mar 04 18:48:29.056 INFO file /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml does not exist
96182026-03-04T18:49:02.269Z[ recovery-image] Mar 04 18:48:52.494 INFO E| Compiling anstyle v1.0.13
96192026-03-04T18:49:02.269Z[ recovery-image] Mar 04 18:48:52.502 INFO E| Compiling is_terminal_polyfill v1.70.2
96202026-03-04T18:49:02.269Z[ host-image] Mar 04 18:48:29.056 INFO O| Mar 04 18:48:29.056 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml ...
96212026-03-04T18:49:02.269Z[ host-image] Mar 04 18:48:29.056 INFO O| Mar 04 18:48:29.056 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml
96222026-03-04T18:49:02.269Z[ recovery-image] Mar 04 18:48:52.521 INFO E| Compiling heck v0.5.0
96232026-03-04T18:49:02.269Z[ recovery-image] Mar 04 18:48:52.632 INFO E| Compiling clap_lex v0.7.7
96242026-03-04T18:49:02.269Z[ host-image] Mar 04 18:48:29.056 INFO O| Mar 04 18:48:29.056 INFO ok!
96252026-03-04T18:49:02.269Z[ recovery-image] Mar 04 18:48:52.754 INFO E| Compiling strsim v0.11.1
96262026-03-04T18:49:02.269Z[ host-image] Mar 04 18:48:29.056 INFO O| Mar 04 18:48:29.056 INFO STEP 45 (ensure_file) COMPLETE
96272026-03-04T18:49:02.269Z[ recovery-image] Mar 04 18:48:52.837 INFO E| Compiling anstream v0.6.21
96282026-03-04T18:49:02.269Z[ host-image] Mar 04 18:48:29.056 INFO O| Mar 04 18:48:29.056 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
96292026-03-04T18:49:02.269Z[ recovery-image] Mar 04 18:48:52.919 INFO E| Compiling shared_thread v0.2.0
96302026-03-04T18:49:02.269Z[ host-image] Mar 04 18:48:29.064 INFO O| Mar 04 18:48:29.064 INFO updating shadow file
96312026-03-04T18:49:02.269Z[ recovery-image] Mar 04 18:48:53.235 INFO E| Compiling clap_builder v4.5.57
96322026-03-04T18:49:02.269Z[ host-image] Mar 04 18:48:29.065 INFO O| Mar 04 18:48:29.064 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
96332026-03-04T18:49:02.269Z[ recovery-image] Mar 04 18:48:53.646 INFO E| Compiling errno v0.3.14
96342026-03-04T18:49:02.269Z[ host-image] Mar 04 18:48:29.065 INFO O| Mar 04 18:48:29.065 INFO STEP 46 (shadow) COMPLETE
96352026-03-04T18:49:02.269Z[ recovery-image] Mar 04 18:48:53.646 INFO E| Compiling os_pipe v1.2.3
96362026-03-04T18:49:02.269Z[ host-image] Mar 04 18:48:29.065 INFO O| Mar 04 18:48:29.065 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
96372026-03-04T18:49:02.286Z[ recovery-image] Mar 04 18:48:53.794 INFO E| Compiling signal-hook-registry v1.4.8
96382026-03-04T18:49:02.286Z[ host-image] Mar 04 18:48:29.072 INFO O| Mar 04 18:48:29.072 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/login exists, with wrong contents, unlinking
96392026-03-04T18:49:02.286Z[ recovery-image] Mar 04 18:48:54.042 INFO E| Compiling syn v2.0.114
96402026-03-04T18:49:02.286Z[ host-image] Mar 04 18:48:29.072 INFO O| Mar 04 18:48:29.072 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/sled/zfs/a/etc/default/login ...
96412026-03-04T18:49:02.286Z[ recovery-image] Mar 04 18:48:54.204 INFO E| Compiling sigchld v0.2.4
96422026-03-04T18:49:02.286Z[ host-image] Mar 04 18:48:29.072 INFO O| Mar 04 18:48:29.072 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
96432026-03-04T18:49:02.286Z[ recovery-image] Mar 04 18:48:54.331 INFO E| Compiling shared_child v1.1.1
96442026-03-04T18:49:02.287Z[ host-image] Mar 04 18:48:29.072 INFO O| Mar 04 18:48:29.072 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
96452026-03-04T18:49:02.287Z[ recovery-image] Mar 04 18:48:54.487 INFO E| Compiling duct v1.1.1
96462026-03-04T18:49:02.287Z[ host-image] Mar 04 18:48:29.072 INFO O| Mar 04 18:48:29.072 INFO ok!
96472026-03-04T18:49:02.287Z[ recovery-image] Mar 04 18:48:57.723 INFO E| Compiling clap_derive v4.5.55
96482026-03-04T18:49:02.287Z[ host-image] Mar 04 18:48:29.072 INFO O| Mar 04 18:48:29.072 INFO STEP 47 (ensure_file) COMPLETE
96492026-03-04T18:49:02.287Z[ recovery-image] Mar 04 18:48:59.569 INFO E| Compiling clap v4.5.57
96502026-03-04T18:49:02.287Z[ host-image] Mar 04 18:48:29.072 INFO O| Mar 04 18:48:29.072 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
96512026-03-04T18:49:02.287Z[ recovery-image] Mar 04 18:48:59.632 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
96522026-03-04T18:49:02.287Z[ host-image] Mar 04 18:48:29.072 INFO O| Mar 04 18:48:29.072 INFO skip step because feature "mfg" is not enabled
96532026-03-04T18:49:02.287Z[ host-image] Mar 04 18:48:29.072 INFO O| Mar 04 18:48:29.072 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
96542026-03-04T18:49:02.287Z[ host-image] Mar 04 18:48:29.072 INFO O| Mar 04 18:48:29.072 INFO skip step because feature "mfg" is not enabled
96552026-03-04T18:49:02.287Z[ host-image] Mar 04 18:48:29.072 INFO O| Mar 04 18:48:29.072 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
96562026-03-04T18:49:02.287Z[ host-image] Mar 04 18:48:29.082 INFO O| Mar 04 18:48:29.082 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot does not exist
96572026-03-04T18:49:02.287Z[ host-image] Mar 04 18:48:29.082 INFO O| Mar 04 18:48:29.082 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot ...
96582026-03-04T18:49:02.287Z[ host-image] Mar 04 18:48:29.119 INFO O| Mar 04 18:48:29.119 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
96592026-03-04T18:49:02.287Z[ host-image] Mar 04 18:48:29.119 INFO O| Mar 04 18:48:29.119 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
96602026-03-04T18:49:02.287Z[ host-image] Mar 04 18:48:29.119 INFO O| Mar 04 18:48:29.119 INFO ok!
96612026-03-04T18:49:02.287Z[ host-image] Mar 04 18:48:29.119 INFO O| Mar 04 18:48:29.119 INFO STEP 50 (ensure_file) COMPLETE
96622026-03-04T18:49:02.287Z[ host-image] Mar 04 18:48:29.119 INFO O| Mar 04 18:48:29.119 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
96632026-03-04T18:49:02.287Z[ host-image] Mar 04 18:48:29.119 INFO O| Mar 04 18:48:29.119 INFO skip step because feature "compliance" is not enabled
96642026-03-04T18:49:02.287Z[ host-image] Mar 04 18:48:29.119 INFO O| Mar 04 18:48:29.119 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
96652026-03-04T18:49:02.287Z[ host-image] Mar 04 18:48:29.129 INFO O| Mar 04 18:48:29.129 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname does not exist
96662026-03-04T18:49:02.287Z[ host-image] Mar 04 18:48:29.129 INFO O| Mar 04 18:48:29.129 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname ...
96672026-03-04T18:49:02.287Z[ host-image] Mar 04 18:48:29.130 INFO O| Mar 04 18:48:29.130 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
96682026-03-04T18:49:02.288Z[ host-image] Mar 04 18:48:29.130 INFO O| Mar 04 18:48:29.130 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
96692026-03-04T18:49:02.288Z[ host-image] Mar 04 18:48:29.130 INFO O| Mar 04 18:48:29.130 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
96702026-03-04T18:49:02.288Z[ host-image] Mar 04 18:48:29.130 INFO O| Mar 04 18:48:29.130 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
96712026-03-04T18:49:02.288Z[ host-image] Mar 04 18:48:29.130 INFO O| Mar 04 18:48:29.130 INFO ok!
96722026-03-04T18:49:02.288Z[ host-image] Mar 04 18:48:29.130 INFO O| Mar 04 18:48:29.130 INFO STEP 52 (ensure_file) COMPLETE
96732026-03-04T18:49:02.288Z[ host-image] Mar 04 18:48:29.130 INFO O| Mar 04 18:48:29.130 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
96742026-03-04T18:49:02.288Z[ host-image] Mar 04 18:48:29.138 INFO O| Mar 04 18:48:29.138 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
96752026-03-04T18:49:02.288Z[ host-image] Mar 04 18:48:29.138 INFO O| Mar 04 18:48:29.138 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 ...
96762026-03-04T18:49:02.288Z[ host-image] Mar 04 18:48:29.138 INFO O| Mar 04 18:48:29.138 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
96772026-03-04T18:49:02.288Z[ host-image] Mar 04 18:48:29.139 INFO O| Mar 04 18:48:29.138 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
96782026-03-04T18:49:02.288Z[ host-image] Mar 04 18:48:29.139 INFO O| Mar 04 18:48:29.139 INFO ok!
96792026-03-04T18:49:02.288Z[ host-image] Mar 04 18:48:29.139 INFO O| Mar 04 18:48:29.139 INFO STEP 53 (ensure_file) COMPLETE
96802026-03-04T18:49:02.288Z[ host-image] Mar 04 18:48:29.139 INFO O| Mar 04 18:48:29.139 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
96812026-03-04T18:49:02.288Z[ host-image] Mar 04 18:48:29.146 INFO O| Mar 04 18:48:29.146 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen does not exist
96822026-03-04T18:49:02.288Z[ host-image] Mar 04 18:48:29.146 INFO O| Mar 04 18:48:29.146 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 ...
96832026-03-04T18:49:02.288Z[ host-image] Mar 04 18:48:29.146 INFO O| Mar 04 18:48:29.146 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
96842026-03-04T18:49:02.288Z[ host-image] Mar 04 18:48:29.147 INFO O| Mar 04 18:48:29.146 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
96852026-03-04T18:49:02.288Z[ host-image] Mar 04 18:48:29.147 INFO O| Mar 04 18:48:29.147 INFO ok!
96862026-03-04T18:49:02.288Z[ host-image] Mar 04 18:48:29.147 INFO O| Mar 04 18:48:29.147 INFO STEP 54 (ensure_file) COMPLETE
96872026-03-04T18:49:02.288Z[ host-image] Mar 04 18:48:29.147 INFO O| Mar 04 18:48:29.147 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
96882026-03-04T18:49:02.288Z[ host-image] Mar 04 18:48:29.154 INFO O| Mar 04 18:48:29.154 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml does not exist
96892026-03-04T18:49:02.288Z[ host-image] Mar 04 18:48:29.154 INFO O| Mar 04 18:48:29.154 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 ...
96902026-03-04T18:49:02.288Z[ host-image] Mar 04 18:48:29.155 INFO O| Mar 04 18:48:29.155 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
96912026-03-04T18:49:02.288Z[ host-image] Mar 04 18:48:29.155 INFO O| Mar 04 18:48:29.155 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml
96922026-03-04T18:49:02.288Z[ host-image] Mar 04 18:48:29.155 INFO O| Mar 04 18:48:29.155 INFO ok!
96932026-03-04T18:49:02.288Z[ host-image] Mar 04 18:48:29.155 INFO O| Mar 04 18:48:29.155 INFO STEP 55 (ensure_file) COMPLETE
96942026-03-04T18:49:02.288Z[ host-image] Mar 04 18:48:29.155 INFO O| Mar 04 18:48:29.155 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
96952026-03-04T18:49:02.288Z[ host-image] Mar 04 18:48:29.163 INFO O| Mar 04 18:48:29.163 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen does not exist
96962026-03-04T18:49:02.288Z[ host-image] Mar 04 18:48:29.163 INFO O| Mar 04 18:48:29.163 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 ...
96972026-03-04T18:49:02.288Z[ host-image] Mar 04 18:48:29.164 INFO O| Mar 04 18:48:29.164 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
96982026-03-04T18:49:02.288Z[ host-image] Mar 04 18:48:29.164 INFO O| Mar 04 18:48:29.164 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
96992026-03-04T18:49:02.289Z[ host-image] Mar 04 18:48:29.164 INFO O| Mar 04 18:48:29.164 INFO ok!
97002026-03-04T18:49:02.289Z[ host-image] Mar 04 18:48:29.164 INFO O| Mar 04 18:48:29.164 INFO STEP 56 (ensure_file) COMPLETE
97012026-03-04T18:49:02.289Z[ host-image] Mar 04 18:48:29.164 INFO O| Mar 04 18:48:29.164 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
97022026-03-04T18:49:02.289Z[ host-image] Mar 04 18:48:29.171 INFO O| Mar 04 18:48:29.171 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml does not exist
97032026-03-04T18:49:02.289Z[ host-image] Mar 04 18:48:29.171 INFO O| Mar 04 18:48:29.171 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 ...
97042026-03-04T18:49:02.289Z[ host-image] Mar 04 18:48:29.172 INFO O| Mar 04 18:48:29.172 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
97052026-03-04T18:49:02.289Z[ host-image] Mar 04 18:48:29.172 INFO O| Mar 04 18:48:29.172 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml
97062026-03-04T18:49:02.289Z[ host-image] Mar 04 18:48:29.172 INFO O| Mar 04 18:48:29.172 INFO ok!
97072026-03-04T18:49:02.289Z[ host-image] Mar 04 18:48:29.172 INFO O| Mar 04 18:48:29.172 INFO STEP 57 (ensure_file) COMPLETE
97082026-03-04T18:49:02.289Z[ host-image] Mar 04 18:48:29.172 INFO O| Mar 04 18:48:29.172 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
97092026-03-04T18:49:02.289Z[ host-image] Mar 04 18:48:29.180 INFO O| Mar 04 18:48:29.180 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen does not exist
97102026-03-04T18:49:02.289Z[ host-image] Mar 04 18:48:29.180 INFO O| Mar 04 18:48:29.180 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 ...
97112026-03-04T18:49:02.289Z[ host-image] Mar 04 18:48:29.181 INFO O| Mar 04 18:48:29.181 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
97122026-03-04T18:49:02.289Z[ host-image] Mar 04 18:48:29.181 INFO O| Mar 04 18:48:29.181 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
97132026-03-04T18:49:02.289Z[ host-image] Mar 04 18:48:29.181 INFO O| Mar 04 18:48:29.181 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
97142026-03-04T18:49:02.289Z[ host-image] Mar 04 18:48:29.181 INFO O| Mar 04 18:48:29.181 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
97152026-03-04T18:49:02.289Z[ host-image] Mar 04 18:48:29.181 INFO O| Mar 04 18:48:29.181 INFO ok!
97162026-03-04T18:49:02.289Z[ host-image] Mar 04 18:48:29.181 INFO O| Mar 04 18:48:29.181 INFO STEP 58 (ensure_file) COMPLETE
97172026-03-04T18:49:02.289Z[ host-image] Mar 04 18:48:29.181 INFO O| Mar 04 18:48:29.181 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
97182026-03-04T18:49:02.289Z[ host-image] Mar 04 18:48:29.189 INFO O| Mar 04 18:48:29.189 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml does not exist
97192026-03-04T18:49:02.289Z[ host-image] Mar 04 18:48:29.189 INFO O| Mar 04 18:48:29.189 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 ...
97202026-03-04T18:49:02.289Z[ host-image] Mar 04 18:48:29.190 INFO O| Mar 04 18:48:29.190 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
97212026-03-04T18:49:02.289Z[ host-image] Mar 04 18:48:29.190 INFO O| Mar 04 18:48:29.190 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml
97222026-03-04T18:49:02.289Z[ host-image] Mar 04 18:48:29.190 INFO O| Mar 04 18:48:29.190 INFO ok!
97232026-03-04T18:49:02.289Z[ host-image] Mar 04 18:48:29.190 INFO O| Mar 04 18:48:29.190 INFO STEP 59 (ensure_file) COMPLETE
97242026-03-04T18:49:02.290Z[ host-image] Mar 04 18:48:29.190 INFO O| Mar 04 18:48:29.190 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
97252026-03-04T18:49:02.290Z[ host-image] Mar 04 18:48:29.198 INFO O| Mar 04 18:48:29.198 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger does not exist
97262026-03-04T18:49:02.290Z[ host-image] Mar 04 18:48:29.198 INFO O| Mar 04 18:48:29.198 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-pinger.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger ...
97272026-03-04T18:49:02.290Z[ host-image] Mar 04 18:48:29.199 INFO O| Mar 04 18:48:29.198 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
97282026-03-04T18:49:02.290Z[ host-image] Mar 04 18:48:29.199 INFO O| Mar 04 18:48:29.199 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
97292026-03-04T18:49:02.290Z[ host-image] Mar 04 18:48:29.199 INFO O| Mar 04 18:48:29.199 INFO ok!
97302026-03-04T18:49:02.290Z[ host-image] Mar 04 18:48:29.199 INFO O| Mar 04 18:48:29.199 INFO STEP 60 (ensure_file) COMPLETE
97312026-03-04T18:49:02.290Z[ host-image] Mar 04 18:48:29.199 INFO O| Mar 04 18:48:29.199 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
97322026-03-04T18:49:02.290Z[ host-image] Mar 04 18:48:29.207 INFO O| Mar 04 18:48:29.207 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml does not exist
97332026-03-04T18:49:02.290Z[ host-image] Mar 04 18:48:29.207 INFO O| Mar 04 18:48:29.207 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 ...
97342026-03-04T18:49:02.290Z[ host-image] Mar 04 18:48:29.208 INFO O| Mar 04 18:48:29.208 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
97352026-03-04T18:49:02.290Z[ host-image] Mar 04 18:48:29.208 INFO O| Mar 04 18:48:29.208 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml
97362026-03-04T18:49:02.290Z[ host-image] Mar 04 18:48:29.208 INFO O| Mar 04 18:48:29.208 INFO ok!
97372026-03-04T18:49:02.303Z[ host-image] Mar 04 18:48:29.208 INFO O| Mar 04 18:48:29.208 INFO STEP 61 (ensure_file) COMPLETE
97382026-03-04T18:49:02.303Z[ host-image] Mar 04 18:48:29.208 INFO O| Mar 04 18:48:29.208 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
97392026-03-04T18:49:02.303Z[ host-image] Mar 04 18:48:59.985 INFO O| Mar 04 18:48:29.215 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon does not exist
97402026-03-04T18:49:02.303Z[ host-image] Mar 04 18:48:59.985 INFO O| Mar 04 18:48:29.215 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon ...
97412026-03-04T18:49:02.303Z[ host-image] Mar 04 18:48:59.986 INFO O| Mar 04 18:48:29.216 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
97422026-03-04T18:49:02.303Z[ host-image] Mar 04 18:48:59.986 INFO O| Mar 04 18:48:29.216 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
97432026-03-04T18:49:02.303Z[ host-image] Mar 04 18:48:59.986 INFO O| Mar 04 18:48:29.216 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
97442026-03-04T18:49:02.303Z[ host-image] Mar 04 18:48:59.986 INFO O| Mar 04 18:48:29.216 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
97452026-03-04T18:49:02.303Z[ host-image] Mar 04 18:48:59.986 INFO O| Mar 04 18:48:29.216 INFO ok!
97462026-03-04T18:49:02.303Z[ host-image] Mar 04 18:48:59.986 INFO O| Mar 04 18:48:29.216 INFO STEP 62 (ensure_file) COMPLETE
97472026-03-04T18:49:02.303Z[ host-image] Mar 04 18:48:59.986 INFO O| Mar 04 18:48:29.216 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
97482026-03-04T18:49:02.303Z[ host-image] Mar 04 18:48:59.986 INFO O| Mar 04 18:48:29.223 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
97492026-03-04T18:49:02.304Z[ host-image] Mar 04 18:48:59.986 INFO O| Mar 04 18:48:29.223 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 ...
97502026-03-04T18:49:02.304Z[ host-image] Mar 04 18:48:59.986 INFO O| Mar 04 18:48:29.224 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
97512026-03-04T18:49:02.304Z[ host-image] Mar 04 18:48:59.986 INFO O| Mar 04 18:48:29.224 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
97522026-03-04T18:49:02.304Z[ host-image] Mar 04 18:48:59.986 INFO O| Mar 04 18:48:29.224 INFO ok!
97532026-03-04T18:49:02.304Z[ host-image] Mar 04 18:48:59.986 INFO O| Mar 04 18:48:29.224 INFO STEP 63 (ensure_file) COMPLETE
97542026-03-04T18:49:02.304Z[ host-image] Mar 04 18:48:59.986 INFO O| Mar 04 18:48:29.224 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
97552026-03-04T18:49:02.304Z[ host-image] Mar 04 18:48:59.986 INFO O| Mar 04 18:48:29.231 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
97562026-03-04T18:49:02.304Z[ host-image] Mar 04 18:48:59.986 INFO O| Mar 04 18:48:29.231 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 ...
97572026-03-04T18:49:02.304Z[ host-image] Mar 04 18:48:59.986 INFO O| Mar 04 18:48:29.232 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
97582026-03-04T18:49:02.304Z[ host-image] Mar 04 18:48:59.986 INFO O| Mar 04 18:48:29.232 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml
97592026-03-04T18:49:02.304Z[ host-image] Mar 04 18:48:59.986 INFO O| Mar 04 18:48:29.232 INFO ok!
97602026-03-04T18:49:02.304Z[ host-image] Mar 04 18:48:59.986 INFO O| Mar 04 18:48:29.232 INFO STEP 64 (ensure_file) COMPLETE
97612026-03-04T18:49:02.304Z[ host-image] Mar 04 18:48:59.986 INFO O| Mar 04 18:48:29.232 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
97622026-03-04T18:49:02.304Z[ host-image] Mar 04 18:48:59.986 INFO O| Mar 04 18:48:29.240 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
97632026-03-04T18:49:02.304Z[ host-image] Mar 04 18:48:59.986 INFO O| Mar 04 18:48:29.240 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 ...
97642026-03-04T18:49:02.304Z[ host-image] Mar 04 18:48:59.986 INFO O| Mar 04 18:48:29.241 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
97652026-03-04T18:49:02.304Z[ host-image] Mar 04 18:48:59.986 INFO O| Mar 04 18:48:29.241 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml
97662026-03-04T18:49:02.304Z[ host-image] Mar 04 18:48:59.986 INFO O| Mar 04 18:48:29.241 INFO ok!
97672026-03-04T18:49:02.304Z[ host-image] Mar 04 18:48:59.986 INFO O| Mar 04 18:48:29.241 INFO STEP 65 (ensure_file) COMPLETE
97682026-03-04T18:49:02.304Z[ host-image] Mar 04 18:48:59.986 INFO O| Mar 04 18:48:29.241 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
97692026-03-04T18:49:02.304Z[ host-image] Mar 04 18:48:59.986 INFO O| Mar 04 18:48:29.241 INFO skip step because feature "mbist" is not enabled
97702026-03-04T18:49:02.304Z[ host-image] Mar 04 18:48:59.986 INFO O| Mar 04 18:48:29.241 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97712026-03-04T18:49:02.304Z[ host-image] Mar 04 18:48:59.986 INFO O| Mar 04 18:48:29.248 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/opt
97722026-03-04T18:49:02.304Z[ host-image] Mar 04 18:48:59.986 INFO O| Mar 04 18:48:29.248 INFO STEP 67 (ensure_dir) COMPLETE
97732026-03-04T18:49:02.305Z[ host-image] Mar 04 18:48:59.986 INFO O| Mar 04 18:48:29.248 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97742026-03-04T18:49:02.305Z[ host-image] Mar 04 18:48:59.986 INFO O| Mar 04 18:48:29.256 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
97752026-03-04T18:49:02.305Z[ host-image] Mar 04 18:48:59.986 INFO O| Mar 04 18:48:29.256 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
97762026-03-04T18:49:02.305Z[ host-image] Mar 04 18:48:59.986 INFO O| Mar 04 18:48:29.256 INFO STEP 68 (ensure_dir) COMPLETE
97772026-03-04T18:49:02.305Z[ host-image] Mar 04 18:48:59.986 INFO O| Mar 04 18:48:29.256 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97782026-03-04T18:49:02.305Z[ host-image] Mar 04 18:48:59.986 INFO O| Mar 04 18:48:29.264 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
97792026-03-04T18:49:02.305Z[ host-image] Mar 04 18:48:59.986 INFO O| Mar 04 18:48:29.264 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
97802026-03-04T18:49:02.305Z[ host-image] Mar 04 18:48:59.986 INFO O| Mar 04 18:48:29.264 INFO STEP 69 (ensure_dir) COMPLETE
97812026-03-04T18:49:02.305Z[ host-image] Mar 04 18:48:59.986 INFO O| Mar 04 18:48:29.264 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97822026-03-04T18:49:02.305Z[ host-image] Mar 04 18:48:59.986 INFO O| Mar 04 18:48:29.271 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
97832026-03-04T18:49:02.305Z[ host-image] Mar 04 18:48:59.986 INFO O| Mar 04 18:48:29.271 INFO copying /tmp/.tmpqNuNnZ/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm ...
97842026-03-04T18:49:02.305Z[ host-image] Mar 04 18:48:59.986 INFO O| Mar 04 18:48:29.968 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm
97852026-03-04T18:49:02.305Z[ host-image] Mar 04 18:48:59.986 INFO O| Mar 04 18:48:29.968 INFO ok!
97862026-03-04T18:49:02.305Z[ host-image] Mar 04 18:48:59.986 INFO O| Mar 04 18:48:29.968 INFO STEP 70 (ensure_file) COMPLETE
97872026-03-04T18:49:02.305Z[ host-image] Mar 04 18:48:59.986 INFO O| Mar 04 18:48:29.968 INFO STEP 71: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97882026-03-04T18:49:02.305Z[ host-image] Mar 04 18:48:59.986 INFO O| Mar 04 18:48:29.978 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
97892026-03-04T18:49:02.305Z[ host-image] Mar 04 18:48:59.986 INFO O| Mar 04 18:48:29.978 INFO copying /tmp/.tmpqNuNnZ/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd ...
97902026-03-04T18:49:02.305Z[ host-image] Mar 04 18:48:59.986 INFO O| Mar 04 18:48:31.123 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd
97912026-03-04T18:49:02.305Z[ host-image] Mar 04 18:48:59.986 INFO O| Mar 04 18:48:31.123 INFO ok!
97922026-03-04T18:49:02.305Z[ host-image] Mar 04 18:48:59.986 INFO O| Mar 04 18:48:31.123 INFO STEP 71 (ensure_file) COMPLETE
97932026-03-04T18:49:02.305Z[ host-image] Mar 04 18:48:59.986 INFO O| Mar 04 18:48:31.123 INFO STEP 72: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97942026-03-04T18:49:02.305Z[ host-image] Mar 04 18:48:59.986 INFO O| Mar 04 18:48:31.133 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
97952026-03-04T18:49:02.305Z[ host-image] Mar 04 18:48:59.986 INFO O| Mar 04 18:48:31.133 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
97962026-03-04T18:49:02.305Z[ host-image] Mar 04 18:48:59.986 INFO O| Mar 04 18:48:31.133 INFO STEP 72 (ensure_dir) COMPLETE
97972026-03-04T18:49:02.305Z[ host-image] Mar 04 18:48:59.986 INFO O| Mar 04 18:48:31.133 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97982026-03-04T18:49:02.305Z[ host-image] Mar 04 18:48:59.986 INFO O| Mar 04 18:48:31.141 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
97992026-03-04T18:49:02.306Z[ host-image] Mar 04 18:48:59.986 INFO O| Mar 04 18:48:31.141 INFO copying /tmp/.tmpqNuNnZ/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 ...
98002026-03-04T18:49:02.306Z[ host-image] Mar 04 18:48:59.989 INFO O| Mar 04 18:48:31.141 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
98012026-03-04T18:49:02.306Z[ host-image] Mar 04 18:48:59.989 INFO O| Mar 04 18:48:31.141 INFO ok!
98022026-03-04T18:49:02.306Z[ host-image] Mar 04 18:48:59.989 INFO O| Mar 04 18:48:31.141 INFO STEP 73 (ensure_file) COMPLETE
98032026-03-04T18:49:02.306Z[ host-image] Mar 04 18:48:59.989 INFO O| Mar 04 18:48:31.141 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98042026-03-04T18:49:02.306Z[ host-image] Mar 04 18:48:59.989 INFO O| Mar 04 18:48:31.149 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
98052026-03-04T18:49:02.306Z[ host-image] Mar 04 18:48:59.989 INFO O| Mar 04 18:48:31.149 INFO copying /tmp/.tmpqNuNnZ/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 ...
98062026-03-04T18:49:02.306Z[ host-image] Mar 04 18:48:59.989 INFO O| Mar 04 18:48:31.149 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
98072026-03-04T18:49:02.306Z[ host-image] Mar 04 18:48:59.989 INFO O| Mar 04 18:48:31.149 INFO ok!
98082026-03-04T18:49:02.306Z[ host-image] Mar 04 18:48:59.989 INFO O| Mar 04 18:48:31.149 INFO STEP 74 (ensure_file) COMPLETE
98092026-03-04T18:49:02.306Z[ host-image] Mar 04 18:48:59.989 INFO O| Mar 04 18:48:31.149 INFO STEP 75: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98102026-03-04T18:49:02.306Z[ host-image] Mar 04 18:48:59.989 INFO O| Mar 04 18:48:31.157 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
98112026-03-04T18:49:02.306Z[ host-image] Mar 04 18:48:59.989 INFO O| Mar 04 18:48:31.157 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
98122026-03-04T18:49:02.306Z[ host-image] Mar 04 18:48:59.989 INFO O| Mar 04 18:48:31.157 INFO STEP 75 (ensure_dir) COMPLETE
98132026-03-04T18:49:02.306Z[ host-image] Mar 04 18:48:59.989 INFO O| Mar 04 18:48:31.157 INFO STEP 76: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98142026-03-04T18:49:02.306Z[ host-image] Mar 04 18:48:59.989 INFO O| Mar 04 18:48:31.164 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
98152026-03-04T18:49:02.306Z[ host-image] Mar 04 18:48:59.989 INFO O| Mar 04 18:48:31.164 INFO copying /tmp/.tmpqNuNnZ/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 ...
98162026-03-04T18:49:02.306Z[ host-image] Mar 04 18:48:59.989 INFO O| Mar 04 18:48:31.165 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
98172026-03-04T18:49:02.306Z[ host-image] Mar 04 18:48:59.989 INFO O| Mar 04 18:48:31.165 INFO ok!
98182026-03-04T18:49:02.306Z[ host-image] Mar 04 18:48:59.989 INFO O| Mar 04 18:48:31.165 INFO STEP 76 (ensure_file) COMPLETE
98192026-03-04T18:49:02.306Z[ host-image] Mar 04 18:48:59.989 INFO O| Mar 04 18:48:31.165 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98202026-03-04T18:49:02.306Z[ host-image] Mar 04 18:48:59.989 INFO O| Mar 04 18:48:31.172 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
98212026-03-04T18:49:02.306Z[ host-image] Mar 04 18:48:59.989 INFO O| Mar 04 18:48:31.172 INFO copying /tmp/.tmpqNuNnZ/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 ...
98222026-03-04T18:49:02.306Z[ host-image] Mar 04 18:48:59.989 INFO O| Mar 04 18:48:31.173 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
98232026-03-04T18:49:02.306Z[ host-image] Mar 04 18:48:59.989 INFO O| Mar 04 18:48:31.173 INFO ok!
98242026-03-04T18:49:02.306Z[ host-image] Mar 04 18:48:59.989 INFO O| Mar 04 18:48:31.173 INFO STEP 77 (ensure_file) COMPLETE
98252026-03-04T18:49:02.306Z[ host-image] Mar 04 18:48:59.989 INFO O| Mar 04 18:48:31.173 INFO STEP 78: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98262026-03-04T18:49:02.306Z[ host-image] Mar 04 18:48:59.989 INFO O| Mar 04 18:48:31.181 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
98272026-03-04T18:49:02.306Z[ host-image] Mar 04 18:48:59.989 INFO O| Mar 04 18:48:31.181 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
98282026-03-04T18:49:02.306Z[ host-image] Mar 04 18:48:59.989 INFO O| Mar 04 18:48:31.181 INFO STEP 78 (ensure_dir) COMPLETE
98292026-03-04T18:49:02.306Z[ host-image] Mar 04 18:48:59.989 INFO O| Mar 04 18:48:31.181 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98302026-03-04T18:49:02.306Z[ host-image] Mar 04 18:48:59.989 INFO O| Mar 04 18:48:31.188 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
98312026-03-04T18:49:02.306Z[ host-image] Mar 04 18:48:59.989 INFO O| Mar 04 18:48:31.188 INFO copying /tmp/.tmpqNuNnZ/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 ...
98322026-03-04T18:49:02.306Z[ host-image] Mar 04 18:48:59.989 INFO O| Mar 04 18:48:31.188 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
98332026-03-04T18:49:02.306Z[ host-image] Mar 04 18:48:59.989 INFO O| Mar 04 18:48:31.188 INFO ok!
98342026-03-04T18:49:02.306Z[ host-image] Mar 04 18:48:59.989 INFO O| Mar 04 18:48:31.188 INFO STEP 79 (ensure_file) COMPLETE
98352026-03-04T18:49:02.306Z[ host-image] Mar 04 18:48:59.989 INFO O| Mar 04 18:48:31.188 INFO STEP 80: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98362026-03-04T18:49:02.306Z[ host-image] Mar 04 18:48:59.989 INFO O| Mar 04 18:48:31.196 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
98372026-03-04T18:49:02.313Z[ host-image] Mar 04 18:48:59.989 INFO O| Mar 04 18:48:31.196 INFO copying /tmp/.tmpqNuNnZ/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION ...
98382026-03-04T18:49:02.313Z[ host-image] Mar 04 18:48:59.989 INFO O| Mar 04 18:48:31.197 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION
98392026-03-04T18:49:02.313Z[ host-image] Mar 04 18:48:59.989 INFO O| Mar 04 18:48:31.197 INFO ok!
98402026-03-04T18:49:02.313Z[ host-image] Mar 04 18:48:59.989 INFO O| Mar 04 18:48:31.197 INFO STEP 80 (ensure_file) COMPLETE
98412026-03-04T18:49:02.313Z[ host-image] Mar 04 18:48:59.989 INFO O| Mar 04 18:48:31.197 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98422026-03-04T18:49:02.313Z[ host-image] Mar 04 18:48:59.989 INFO O| Mar 04 18:48:31.204 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
98432026-03-04T18:49:02.313Z[ host-image] Mar 04 18:48:59.989 INFO O| Mar 04 18:48:31.204 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
98442026-03-04T18:49:02.313Z[ host-image] Mar 04 18:48:59.989 INFO O| Mar 04 18:48:31.204 INFO STEP 81 (ensure_dir) COMPLETE
98452026-03-04T18:49:02.313Z[ host-image] Mar 04 18:48:59.989 INFO O| Mar 04 18:48:31.204 INFO STEP 82: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98462026-03-04T18:49:02.313Z[ host-image] Mar 04 18:48:59.989 INFO O| Mar 04 18:48:31.212 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
98472026-03-04T18:49:02.313Z[ host-image] Mar 04 18:48:59.989 INFO O| Mar 04 18:48:31.212 INFO copying /tmp/.tmpqNuNnZ/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle ...
98482026-03-04T18:49:02.313Z[ host-image] Mar 04 18:48:59.989 INFO O| Mar 04 18:48:32.332 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle
98492026-03-04T18:49:02.313Z[ host-image] Mar 04 18:48:59.989 INFO O| Mar 04 18:48:32.332 INFO ok!
98502026-03-04T18:49:02.313Z[ host-image] Mar 04 18:48:59.989 INFO O| Mar 04 18:48:32.332 INFO STEP 82 (ensure_file) COMPLETE
98512026-03-04T18:49:02.313Z[ host-image] Mar 04 18:48:59.989 INFO O| Mar 04 18:48:32.332 INFO STEP 83: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98522026-03-04T18:49:02.313Z[ host-image] Mar 04 18:48:59.989 INFO O| Mar 04 18:48:32.342 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor does not exist
98532026-03-04T18:49:02.313Z[ host-image] Mar 04 18:48:59.989 INFO O| Mar 04 18:48:32.342 INFO copying /tmp/.tmpqNuNnZ/proto/host/root/opt/oxide/sled-agent/tofino-monitor -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor ...
98542026-03-04T18:49:02.313Z[ host-image] Mar 04 18:48:59.989 INFO O| Mar 04 18:48:32.955 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor
98552026-03-04T18:49:02.314Z[ host-image] Mar 04 18:48:59.989 INFO O| Mar 04 18:48:32.955 INFO ok!
98562026-03-04T18:49:02.314Z[ host-image] Mar 04 18:48:59.989 INFO O| Mar 04 18:48:32.956 INFO STEP 83 (ensure_file) COMPLETE
98572026-03-04T18:49:02.314Z[ host-image] Mar 04 18:48:59.989 INFO O| Mar 04 18:48:32.956 INFO STEP 84: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98582026-03-04T18:49:02.314Z[ host-image] Mar 04 18:48:59.989 INFO O| Mar 04 18:48:32.964 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
98592026-03-04T18:49:02.314Z[ host-image] Mar 04 18:48:59.989 INFO O| Mar 04 18:48:32.964 INFO copying /tmp/.tmpqNuNnZ/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent ...
98602026-03-04T18:49:02.314Z[ host-image] Mar 04 18:48:59.989 INFO O| Mar 04 18:48:35.495 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent
98612026-03-04T18:49:02.314Z[ host-image] Mar 04 18:48:59.992 INFO O| Mar 04 18:48:35.495 INFO ok!
98622026-03-04T18:49:02.314Z[ host-image] Mar 04 18:48:59.992 INFO O| Mar 04 18:48:35.495 INFO STEP 84 (ensure_file) COMPLETE
98632026-03-04T18:49:02.314Z[ host-image] Mar 04 18:48:59.992 INFO O| Mar 04 18:48:35.495 INFO STEP 85: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98642026-03-04T18:49:02.314Z[ host-image] Mar 04 18:48:59.992 INFO O| Mar 04 18:48:35.505 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
98652026-03-04T18:49:02.314Z[ host-image] Mar 04 18:48:59.992 INFO O| Mar 04 18:48:35.505 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
98662026-03-04T18:49:02.314Z[ host-image] Mar 04 18:48:59.992 INFO O| Mar 04 18:48:35.505 INFO STEP 85 (ensure_dir) COMPLETE
98672026-03-04T18:49:02.314Z[ host-image] Mar 04 18:48:59.992 INFO O| Mar 04 18:48:35.505 INFO STEP 86: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98682026-03-04T18:49:02.314Z[ host-image] Mar 04 18:48:59.992 INFO O| Mar 04 18:48:35.513 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
98692026-03-04T18:49:02.314Z[ host-image] Mar 04 18:48:59.992 INFO O| Mar 04 18:48:35.513 INFO copying /tmp/.tmpqNuNnZ/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 ...
98702026-03-04T18:49:02.314Z[ host-image] Mar 04 18:48:59.992 INFO O| Mar 04 18:48:35.513 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml
98712026-03-04T18:49:02.314Z[ host-image] Mar 04 18:48:59.992 INFO O| Mar 04 18:48:35.513 INFO ok!
98722026-03-04T18:49:02.314Z[ host-image] Mar 04 18:48:59.992 INFO O| Mar 04 18:48:35.513 INFO STEP 86 (ensure_file) COMPLETE
98732026-03-04T18:49:02.314Z[ host-image] Mar 04 18:48:59.992 INFO O| Mar 04 18:48:35.513 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98742026-03-04T18:49:02.314Z[ host-image] Mar 04 18:48:59.992 INFO O| Mar 04 18:48:35.520 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
98752026-03-04T18:49:02.314Z[ host-image] Mar 04 18:48:59.992 INFO O| Mar 04 18:48:35.520 INFO copying /tmp/.tmpqNuNnZ/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 ...
98762026-03-04T18:49:02.314Z[ host-image] Mar 04 18:48:59.992 INFO O| Mar 04 18:48:35.520 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md
98772026-03-04T18:49:02.314Z[ host-image] Mar 04 18:48:59.992 INFO O| Mar 04 18:48:35.520 INFO ok!
98782026-03-04T18:49:02.314Z[ host-image] Mar 04 18:48:59.992 INFO O| Mar 04 18:48:35.520 INFO STEP 87 (ensure_file) COMPLETE
98792026-03-04T18:49:02.314Z[ host-image] Mar 04 18:48:59.992 INFO O| Mar 04 18:48:35.520 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98802026-03-04T18:49:02.314Z[ host-image] Mar 04 18:48:59.992 INFO O| Mar 04 18:48:35.528 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION does not exist
98812026-03-04T18:49:02.314Z[ host-image] Mar 04 18:48:59.992 INFO O| Mar 04 18:48:35.528 INFO copying /tmp/.tmpqNuNnZ/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION ...
98822026-03-04T18:49:02.314Z[ host-image] Mar 04 18:48:59.992 INFO O| Mar 04 18:48:35.528 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION
98832026-03-04T18:49:02.314Z[ host-image] Mar 04 18:48:59.992 INFO O| Mar 04 18:48:35.528 INFO ok!
98842026-03-04T18:49:02.314Z[ host-image] Mar 04 18:48:59.992 INFO O| Mar 04 18:48:35.528 INFO STEP 88 (ensure_file) COMPLETE
98852026-03-04T18:49:02.314Z[ host-image] Mar 04 18:48:59.992 INFO O| Mar 04 18:48:35.528 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98862026-03-04T18:49:02.314Z[ host-image] Mar 04 18:48:59.992 INFO O| Mar 04 18:48:35.536 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz does not exist
98872026-03-04T18:49:02.315Z[ host-image] Mar 04 18:48:59.992 INFO O| Mar 04 18:48:35.536 INFO copying /tmp/.tmpqNuNnZ/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz ...
98882026-03-04T18:49:02.315Z[ host-image] Mar 04 18:48:59.992 INFO O| Mar 04 18:48:35.537 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz
98892026-03-04T18:49:02.315Z[ host-image] Mar 04 18:48:59.992 INFO O| Mar 04 18:48:35.537 INFO ok!
98902026-03-04T18:49:02.315Z[ host-image] Mar 04 18:48:59.992 INFO O| Mar 04 18:48:35.537 INFO STEP 89 (ensure_file) COMPLETE
98912026-03-04T18:49:02.315Z[ host-image] Mar 04 18:48:59.992 INFO O| Mar 04 18:48:35.537 INFO STEP 90: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98922026-03-04T18:49:02.315Z[ host-image] Mar 04 18:48:59.992 INFO O| Mar 04 18:48:35.544 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
98932026-03-04T18:49:02.315Z[ host-image] Mar 04 18:48:59.992 INFO O| Mar 04 18:48:35.544 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
98942026-03-04T18:49:02.315Z[ host-image] Mar 04 18:48:59.992 INFO O| Mar 04 18:48:35.544 INFO STEP 90 (ensure_dir) COMPLETE
98952026-03-04T18:49:02.315Z[ host-image] Mar 04 18:48:59.992 INFO O| Mar 04 18:48:35.544 INFO STEP 91: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98962026-03-04T18:49:02.315Z[ host-image] Mar 04 18:48:59.999 INFO O| Mar 04 18:48:59.999 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog does not exist
98972026-03-04T18:49:02.315Z[ host-image] Mar 04 18:48:59.999 INFO O| Mar 04 18:48:59.999 INFO copying /tmp/.tmpqNuNnZ/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog ...
98982026-03-04T18:49:02.315Z[ host-image] Mar 04 18:49:00.003 INFO O| Mar 04 18:49:00.003 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog
98992026-03-04T18:49:02.315Z[ host-image] Mar 04 18:49:00.003 INFO O| Mar 04 18:49:00.003 INFO ok!
99002026-03-04T18:49:02.315Z[ host-image] Mar 04 18:49:00.003 INFO O| Mar 04 18:49:00.003 INFO STEP 91 (ensure_file) COMPLETE
99012026-03-04T18:49:02.315Z[ host-image] Mar 04 18:49:00.003 INFO O| Mar 04 18:49:00.003 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99022026-03-04T18:49:02.315Z[ host-image] Mar 04 18:49:00.012 INFO O| Mar 04 18:49:00.012 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION does not exist
99032026-03-04T18:49:02.315Z[ host-image] Mar 04 18:49:00.012 INFO O| Mar 04 18:49:00.012 INFO copying /tmp/.tmpqNuNnZ/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION ...
99042026-03-04T18:49:02.315Z[ host-image] Mar 04 18:49:00.013 INFO O| Mar 04 18:49:00.012 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION
99052026-03-04T18:49:02.315Z[ host-image] Mar 04 18:49:00.013 INFO O| Mar 04 18:49:00.012 INFO ok!
99062026-03-04T18:49:02.315Z[ host-image] Mar 04 18:49:00.013 INFO O| Mar 04 18:49:00.013 INFO STEP 92 (ensure_file) COMPLETE
99072026-03-04T18:49:02.315Z[ host-image] Mar 04 18:49:00.013 INFO O| Mar 04 18:49:00.013 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99082026-03-04T18:49:02.315Z[ host-image] Mar 04 18:49:00.021 INFO O| Mar 04 18:49:00.021 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
99092026-03-04T18:49:02.315Z[ host-image] Mar 04 18:49:00.021 INFO O| Mar 04 18:49:00.021 INFO copying /tmp/.tmpqNuNnZ/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz ...
99102026-03-04T18:49:03.111Z[ host-image] Mar 04 18:49:00.962 INFO O| Mar 04 18:49:00.962 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz
99112026-03-04T18:49:03.111Z[ host-image] Mar 04 18:49:00.962 INFO O| Mar 04 18:49:00.962 INFO ok!
99122026-03-04T18:49:03.120Z[ host-image] Mar 04 18:49:00.962 INFO O| Mar 04 18:49:00.962 INFO STEP 93 (ensure_file) COMPLETE
99132026-03-04T18:49:03.121Z[ host-image] Mar 04 18:49:00.962 INFO O| Mar 04 18:49:00.962 INFO STEP 94: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99142026-03-04T18:49:03.121Z[ host-image] Mar 04 18:49:00.971 INFO O| Mar 04 18:49:00.971 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
99152026-03-04T18:49:03.121Z[ host-image] Mar 04 18:49:00.971 INFO O| Mar 04 18:49:00.971 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
99162026-03-04T18:49:03.121Z[ host-image] Mar 04 18:49:00.971 INFO O| Mar 04 18:49:00.971 INFO STEP 94 (ensure_dir) COMPLETE
99172026-03-04T18:49:03.121Z[ host-image] Mar 04 18:49:00.971 INFO O| Mar 04 18:49:00.971 INFO STEP 95: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99182026-03-04T18:49:03.131Z[ host-image] Mar 04 18:49:00.978 INFO O| Mar 04 18:49:00.978 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
99192026-03-04T18:49:03.131Z[ host-image] Mar 04 18:49:00.978 INFO O| Mar 04 18:49:00.978 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
99202026-03-04T18:49:03.131Z[ host-image] Mar 04 18:49:00.978 INFO O| Mar 04 18:49:00.978 INFO STEP 95 (ensure_dir) COMPLETE
99212026-03-04T18:49:03.132Z[ host-image] Mar 04 18:49:00.978 INFO O| Mar 04 18:49:00.978 INFO STEP 96: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99222026-03-04T18:49:03.132Z[ host-image] Mar 04 18:49:00.987 INFO O| Mar 04 18:49:00.987 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
99232026-03-04T18:49:03.132Z[ host-image] Mar 04 18:49:00.987 INFO O| Mar 04 18:49:00.987 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
99242026-03-04T18:49:03.132Z[ host-image] Mar 04 18:49:00.987 INFO O| Mar 04 18:49:00.987 INFO STEP 96 (ensure_dir) COMPLETE
99252026-03-04T18:49:03.132Z[ host-image] Mar 04 18:49:00.987 INFO O| Mar 04 18:49:00.987 INFO STEP 97: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99262026-03-04T18:49:03.144Z[ host-image] Mar 04 18:49:00.995 INFO O| Mar 04 18:49:00.995 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
99272026-03-04T18:49:03.144Z[ host-image] Mar 04 18:49:00.995 INFO O| Mar 04 18:49:00.995 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
99282026-03-04T18:49:03.145Z[ host-image] Mar 04 18:49:00.995 INFO O| Mar 04 18:49:00.995 INFO STEP 97 (ensure_dir) COMPLETE
99292026-03-04T18:49:03.145Z[ host-image] Mar 04 18:49:00.995 INFO O| Mar 04 18:49:00.995 INFO STEP 98: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99302026-03-04T18:49:03.150Z[ host-image] Mar 04 18:49:01.003 INFO O| Mar 04 18:49:01.003 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
99312026-03-04T18:49:03.150Z[ host-image] Mar 04 18:49:01.003 INFO O| Mar 04 18:49:01.003 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
99322026-03-04T18:49:03.150Z[ host-image] Mar 04 18:49:01.003 INFO O| Mar 04 18:49:01.003 INFO STEP 98 (ensure_dir) COMPLETE
99332026-03-04T18:49:03.150Z[ host-image] Mar 04 18:49:01.003 INFO O| Mar 04 18:49:01.003 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99342026-03-04T18:49:03.161Z[ host-image] Mar 04 18:49:01.012 INFO O| Mar 04 18:49:01.012 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
99352026-03-04T18:49:03.161Z[ host-image] Mar 04 18:49:01.012 INFO O| Mar 04 18:49:01.012 INFO copying /tmp/.tmpqNuNnZ/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 ...
99362026-03-04T18:49:03.161Z[ host-image] Mar 04 18:49:01.012 INFO O| Mar 04 18:49:01.012 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
99372026-03-04T18:49:03.161Z[ host-image] Mar 04 18:49:01.012 INFO O| Mar 04 18:49:01.012 INFO ok!
99382026-03-04T18:49:03.161Z[ host-image] Mar 04 18:49:01.012 INFO O| Mar 04 18:49:01.012 INFO STEP 99 (ensure_file) COMPLETE
99392026-03-04T18:49:03.161Z[ host-image] Mar 04 18:49:01.012 INFO O| Mar 04 18:49:01.012 INFO STEP 100: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99402026-03-04T18:49:03.161Z[ host-image] Mar 04 18:49:01.020 INFO O| Mar 04 18:49:01.020 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
99412026-03-04T18:49:03.161Z[ host-image] Mar 04 18:49:01.020 INFO O| Mar 04 18:49:01.020 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
99422026-03-04T18:49:03.161Z[ host-image] Mar 04 18:49:01.020 INFO O| Mar 04 18:49:01.020 INFO STEP 100 (ensure_dir) COMPLETE
99432026-03-04T18:49:03.162Z[ host-image] Mar 04 18:49:01.020 INFO O| Mar 04 18:49:01.020 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99442026-03-04T18:49:03.169Z[ host-image] Mar 04 18:49:01.028 INFO O| Mar 04 18:49:01.028 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
99452026-03-04T18:49:03.170Z[ host-image] Mar 04 18:49:01.028 INFO O| Mar 04 18:49:01.028 INFO copying /tmp/.tmpqNuNnZ/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
99462026-03-04T18:49:03.185Z[ recovery-image] Mar 04 18:49:01.034 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.36s
99472026-03-04T18:49:03.191Z[ recovery-image] Mar 04 18:49:01.049 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z --target-dir /work/os-recovery/phbl`
99482026-03-04T18:49:03.521Z[ host-image] Mar 04 18:49:01.379 INFO O| Mar 04 18:49:01.379 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind
99492026-03-04T18:49:03.521Z[ host-image] Mar 04 18:49:01.379 INFO O| Mar 04 18:49:01.379 INFO ok!
99502026-03-04T18:49:03.527Z[ host-image] Mar 04 18:49:01.379 INFO O| Mar 04 18:49:01.379 INFO STEP 101 (ensure_file) COMPLETE
99512026-03-04T18:49:03.527Z[ host-image] Mar 04 18:49:01.379 INFO O| Mar 04 18:49:01.379 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99522026-03-04T18:49:03.532Z[ host-image] Mar 04 18:49:01.388 INFO O| Mar 04 18:49:01.388 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
99532026-03-04T18:49:03.532Z[ host-image] Mar 04 18:49:01.388 INFO O| Mar 04 18:49:01.388 INFO copying /tmp/.tmpqNuNnZ/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
99542026-03-04T18:49:03.532Z[ host-image] Mar 04 18:49:01.388 INFO O| Mar 04 18:49:01.388 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
99552026-03-04T18:49:03.533Z[ host-image] Mar 04 18:49:01.388 INFO O| Mar 04 18:49:01.388 INFO ok!
99562026-03-04T18:49:03.533Z[ host-image] Mar 04 18:49:01.388 INFO O| Mar 04 18:49:01.388 INFO STEP 102 (ensure_file) COMPLETE
99572026-03-04T18:49:03.533Z[ host-image] Mar 04 18:49:01.388 INFO O| Mar 04 18:49:01.388 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99582026-03-04T18:49:03.539Z[ host-image] Mar 04 18:49:01.396 INFO O| Mar 04 18:49:01.396 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
99592026-03-04T18:49:03.539Z[ host-image] Mar 04 18:49:01.396 INFO O| Mar 04 18:49:01.396 INFO copying /tmp/.tmpqNuNnZ/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
99602026-03-04T18:49:03.545Z[ host-image] Mar 04 18:49:01.405 INFO O| Mar 04 18:49:01.405 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
99612026-03-04T18:49:03.546Z[ host-image] Mar 04 18:49:01.405 INFO O| Mar 04 18:49:01.405 INFO ok!
99622026-03-04T18:49:03.552Z[ host-image] Mar 04 18:49:01.405 INFO O| Mar 04 18:49:01.405 INFO STEP 103 (ensure_file) COMPLETE
99632026-03-04T18:49:03.552Z[ host-image] Mar 04 18:49:01.405 INFO O| Mar 04 18:49:01.405 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99642026-03-04T18:49:03.558Z[ host-image] Mar 04 18:49:01.413 INFO O| Mar 04 18:49:01.413 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION does not exist
99652026-03-04T18:49:03.558Z[ host-image] Mar 04 18:49:01.413 INFO O| Mar 04 18:49:01.413 INFO copying /tmp/.tmpqNuNnZ/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION ...
99662026-03-04T18:49:03.559Z[ host-image] Mar 04 18:49:01.413 INFO O| Mar 04 18:49:01.413 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION
99672026-03-04T18:49:03.559Z[ host-image] Mar 04 18:49:01.413 INFO O| Mar 04 18:49:01.413 INFO ok!
99682026-03-04T18:49:03.559Z[ host-image] Mar 04 18:49:01.413 INFO O| Mar 04 18:49:01.413 INFO STEP 104 (ensure_file) COMPLETE
99692026-03-04T18:49:03.559Z[ host-image] Mar 04 18:49:01.413 INFO O| Mar 04 18:49:01.413 INFO STEP 105: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99702026-03-04T18:49:03.559Z[ recovery-image] Mar 04 18:49:01.416 INFO E| Downloading crates ...
99712026-03-04T18:49:03.566Z[ host-image] Mar 04 18:49:01.420 INFO O| Mar 04 18:49:01.420 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
99722026-03-04T18:49:03.566Z[ host-image] Mar 04 18:49:01.420 INFO O| Mar 04 18:49:01.420 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
99732026-03-04T18:49:03.566Z[ host-image] Mar 04 18:49:01.420 INFO O| Mar 04 18:49:01.420 INFO STEP 105 (ensure_dir) COMPLETE
99742026-03-04T18:49:03.566Z[ host-image] Mar 04 18:49:01.420 INFO O| Mar 04 18:49:01.420 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99752026-03-04T18:49:03.573Z[ host-image] Mar 04 18:49:01.428 INFO O| Mar 04 18:49:01.428 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw does not exist
99762026-03-04T18:49:03.574Z[ host-image] Mar 04 18:49:01.428 INFO O| Mar 04 18:49:01.428 INFO copying /tmp/.tmpqNuNnZ/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 ...
99772026-03-04T18:49:03.658Z[ recovery-image] Mar 04 18:49:01.485 INFO E| Downloaded bit_field v0.10.3
99782026-03-04T18:49:03.666Z[ recovery-image] Mar 04 18:49:01.492 INFO E| Downloaded bitstruct v0.1.1
99792026-03-04T18:49:03.667Z[ recovery-image] Mar 04 18:49:01.494 INFO E| Downloaded bitstruct_derive v0.1.0
99802026-03-04T18:49:03.667Z[ recovery-image] Mar 04 18:49:01.500 INFO E| Downloaded cpio_reader v0.1.2
99812026-03-04T18:49:03.667Z[ recovery-image] Mar 04 18:49:01.521 INFO E| Downloaded miniz_oxide v0.9.0
99822026-03-04T18:49:03.667Z[ recovery-image] Mar 04 18:49:01.525 INFO E| Downloaded goblin v0.10.4
99832026-03-04T18:49:03.674Z[ recovery-image] Mar 04 18:49:01.533 INFO E| Downloaded raw-cpuid v10.7.0
99842026-03-04T18:49:03.781Z[ recovery-image] Mar 04 18:49:01.641 INFO E| Downloaded x86 v0.52.0
99852026-03-04T18:49:03.847Z[ recovery-image] Mar 04 18:49:01.707 INFO E| Updating crates.io index
99862026-03-04T18:49:03.939Z[ recovery-image] Mar 04 18:49:01.799 INFO E| Downloading crates ...
99872026-03-04T18:49:04.009Z[ recovery-image] Mar 04 18:49:01.869 INFO E| Downloaded rustc-literal-escaper v0.0.7
99882026-03-04T18:49:04.068Z[ recovery-image] Mar 04 18:49:01.928 INFO E| Downloaded libc v0.2.178
99892026-03-04T18:49:04.093Z[ host-image] Mar 04 18:49:01.953 INFO O| Mar 04 18:49:01.953 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw
99902026-03-04T18:49:04.098Z[ host-image] Mar 04 18:49:01.954 INFO O| Mar 04 18:49:01.953 INFO ok!
99912026-03-04T18:49:04.098Z[ host-image] Mar 04 18:49:01.954 INFO O| Mar 04 18:49:01.953 INFO STEP 106 (ensure_file) COMPLETE
99922026-03-04T18:49:04.098Z[ host-image] Mar 04 18:49:01.954 INFO O| Mar 04 18:49:01.953 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99932026-03-04T18:49:04.103Z[ host-image] Mar 04 18:49:01.963 INFO O| Mar 04 18:49:01.963 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d does not exist
99942026-03-04T18:49:04.103Z[ host-image] Mar 04 18:49:01.963 INFO O| Mar 04 18:49:01.963 INFO copying /tmp/.tmpqNuNnZ/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 ...
99952026-03-04T18:49:04.106Z[ host-image] Mar 04 18:49:01.963 INFO O| Mar 04 18:49:01.963 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d
99962026-03-04T18:49:04.106Z[ host-image] Mar 04 18:49:01.963 INFO O| Mar 04 18:49:01.963 INFO ok!
99972026-03-04T18:49:04.106Z[ host-image] Mar 04 18:49:01.963 INFO O| Mar 04 18:49:01.963 INFO STEP 107 (ensure_file) COMPLETE
99982026-03-04T18:49:04.106Z[ host-image] Mar 04 18:49:01.963 INFO O| Mar 04 18:49:01.963 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99992026-03-04T18:49:04.110Z[ host-image] Mar 04 18:49:01.971 INFO O| Mar 04 18:49:01.971 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d does not exist
100002026-03-04T18:49:04.113Z[ host-image] Mar 04 18:49:01.971 INFO O| Mar 04 18:49:01.971 INFO copying /tmp/.tmpqNuNnZ/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 ...
100012026-03-04T18:49:04.113Z[ host-image] Mar 04 18:49:01.971 INFO O| Mar 04 18:49:01.971 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d
100022026-03-04T18:49:04.113Z[ host-image] Mar 04 18:49:01.971 INFO O| Mar 04 18:49:01.971 INFO ok!
100032026-03-04T18:49:04.113Z[ host-image] Mar 04 18:49:01.971 INFO O| Mar 04 18:49:01.971 INFO STEP 108 (ensure_file) COMPLETE
100042026-03-04T18:49:04.113Z[ host-image] Mar 04 18:49:01.971 INFO O| Mar 04 18:49:01.971 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100052026-03-04T18:49:04.119Z[ host-image] Mar 04 18:49:01.980 INFO O| Mar 04 18:49:01.980 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d does not exist
100062026-03-04T18:49:04.122Z[ host-image] Mar 04 18:49:01.980 INFO O| Mar 04 18:49:01.980 INFO copying /tmp/.tmpqNuNnZ/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 ...
100072026-03-04T18:49:04.122Z[ host-image] Mar 04 18:49:01.980 INFO O| Mar 04 18:49:01.980 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d
100082026-03-04T18:49:04.122Z[ host-image] Mar 04 18:49:01.980 INFO O| Mar 04 18:49:01.980 INFO ok!
100092026-03-04T18:49:04.122Z[ host-image] Mar 04 18:49:01.980 INFO O| Mar 04 18:49:01.980 INFO STEP 109 (ensure_file) COMPLETE
100102026-03-04T18:49:04.122Z[ host-image] Mar 04 18:49:01.980 INFO O| Mar 04 18:49:01.980 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100112026-03-04T18:49:04.127Z[ host-image] Mar 04 18:49:01.988 INFO O| Mar 04 18:49:01.988 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d does not exist
100122026-03-04T18:49:04.127Z[ host-image] Mar 04 18:49:01.989 INFO O| Mar 04 18:49:01.988 INFO copying /tmp/.tmpqNuNnZ/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 ...
100132026-03-04T18:49:04.131Z[ host-image] Mar 04 18:49:01.989 INFO O| Mar 04 18:49:01.989 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d
100142026-03-04T18:49:04.131Z[ host-image] Mar 04 18:49:01.989 INFO O| Mar 04 18:49:01.989 INFO ok!
100152026-03-04T18:49:04.131Z[ host-image] Mar 04 18:49:01.989 INFO O| Mar 04 18:49:01.989 INFO STEP 110 (ensure_file) COMPLETE
100162026-03-04T18:49:04.131Z[ host-image] Mar 04 18:49:01.989 INFO O| Mar 04 18:49:01.989 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100172026-03-04T18:49:04.135Z[ host-image] Mar 04 18:49:01.997 INFO O| Mar 04 18:49:01.996 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d does not exist
100182026-03-04T18:49:04.135Z[ host-image] Mar 04 18:49:01.997 INFO O| Mar 04 18:49:01.997 INFO copying /tmp/.tmpqNuNnZ/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 ...
100192026-03-04T18:49:04.138Z[ host-image] Mar 04 18:49:01.997 INFO O| Mar 04 18:49:01.997 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d
100202026-03-04T18:49:04.138Z[ host-image] Mar 04 18:49:01.997 INFO O| Mar 04 18:49:01.997 INFO ok!
100212026-03-04T18:49:04.138Z[ host-image] Mar 04 18:49:01.997 INFO O| Mar 04 18:49:01.997 INFO STEP 111 (ensure_file) COMPLETE
100222026-03-04T18:49:04.138Z[ host-image] Mar 04 18:49:01.997 INFO O| Mar 04 18:49:01.997 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100232026-03-04T18:49:04.146Z[ host-image] Mar 04 18:49:02.006 INFO O| Mar 04 18:49:02.006 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d does not exist
100242026-03-04T18:49:04.146Z[ host-image] Mar 04 18:49:02.006 INFO O| Mar 04 18:49:02.006 INFO copying /tmp/.tmpqNuNnZ/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 ...
100252026-03-04T18:49:04.149Z[ host-image] Mar 04 18:49:02.006 INFO O| Mar 04 18:49:02.006 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d
100262026-03-04T18:49:04.149Z[ host-image] Mar 04 18:49:02.006 INFO O| Mar 04 18:49:02.006 INFO ok!
100272026-03-04T18:49:04.149Z[ host-image] Mar 04 18:49:02.006 INFO O| Mar 04 18:49:02.006 INFO STEP 112 (ensure_file) COMPLETE
100282026-03-04T18:49:04.149Z[ host-image] Mar 04 18:49:02.006 INFO O| Mar 04 18:49:02.006 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100292026-03-04T18:49:04.149Z[ recovery-image] Mar 04 18:49:02.007 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)
100302026-03-04T18:49:04.149Z[ recovery-image] Mar 04 18:49:02.008 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)
100312026-03-04T18:49:04.149Z[ recovery-image] Mar 04 18:49:02.008 INFO E| Compiling proc-macro2 v1.0.106
100322026-03-04T18:49:04.149Z[ recovery-image] Mar 04 18:49:02.008 INFO E| Compiling quote v1.0.44
100332026-03-04T18:49:04.149Z[ recovery-image] Mar 04 18:49:02.008 INFO E| Compiling unicode-ident v1.0.23
100342026-03-04T18:49:04.149Z[ recovery-image] Mar 04 18:49:02.008 INFO E| Compiling syn v1.0.109
100352026-03-04T18:49:04.149Z[ recovery-image] Mar 04 18:49:02.008 INFO E| Compiling x86 v0.52.0
100362026-03-04T18:49:04.149Z[ recovery-image] Mar 04 18:49:02.008 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
100372026-03-04T18:49:04.153Z[ host-image] Mar 04 18:49:02.014 INFO O| Mar 04 18:49:02.014 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d does not exist
100382026-03-04T18:49:04.153Z[ host-image] Mar 04 18:49:02.014 INFO O| Mar 04 18:49:02.014 INFO copying /tmp/.tmpqNuNnZ/proto/host/root/opt/oxide/crucible_utils/tracegw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d ...
100392026-03-04T18:49:04.156Z[ host-image] Mar 04 18:49:02.015 INFO O| Mar 04 18:49:02.015 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d
100402026-03-04T18:49:04.156Z[ host-image] Mar 04 18:49:02.015 INFO O| Mar 04 18:49:02.015 INFO ok!
100412026-03-04T18:49:04.156Z[ host-image] Mar 04 18:49:02.015 INFO O| Mar 04 18:49:02.015 INFO STEP 113 (ensure_file) COMPLETE
100422026-03-04T18:49:04.156Z[ host-image] Mar 04 18:49:02.015 INFO O| Mar 04 18:49:02.015 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100432026-03-04T18:49:04.161Z[ host-image] Mar 04 18:49:02.022 INFO O| Mar 04 18:49:02.022 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d does not exist
100442026-03-04T18:49:04.164Z[ host-image] Mar 04 18:49:02.022 INFO O| Mar 04 18:49:02.022 INFO copying /tmp/.tmpqNuNnZ/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 ...
100452026-03-04T18:49:04.164Z[ host-image] Mar 04 18:49:02.023 INFO O| Mar 04 18:49:02.023 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d
100462026-03-04T18:49:04.164Z[ host-image] Mar 04 18:49:02.023 INFO O| Mar 04 18:49:02.023 INFO ok!
100472026-03-04T18:49:04.164Z[ host-image] Mar 04 18:49:02.023 INFO O| Mar 04 18:49:02.023 INFO STEP 114 (ensure_file) COMPLETE
100482026-03-04T18:49:04.164Z[ host-image] Mar 04 18:49:02.023 INFO O| Mar 04 18:49:02.023 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100492026-03-04T18:49:04.171Z[ host-image] Mar 04 18:49:02.032 INFO O| Mar 04 18:49:02.032 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d does not exist
100502026-03-04T18:49:04.171Z[ host-image] Mar 04 18:49:02.032 INFO O| Mar 04 18:49:02.032 INFO copying /tmp/.tmpqNuNnZ/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 ...
100512026-03-04T18:49:04.174Z[ host-image] Mar 04 18:49:02.032 INFO O| Mar 04 18:49:02.032 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d
100522026-03-04T18:49:04.174Z[ host-image] Mar 04 18:49:02.032 INFO O| Mar 04 18:49:02.032 INFO ok!
100532026-03-04T18:49:04.174Z[ host-image] Mar 04 18:49:02.032 INFO O| Mar 04 18:49:02.032 INFO STEP 115 (ensure_file) COMPLETE
100542026-03-04T18:49:04.174Z[ host-image] Mar 04 18:49:02.032 INFO O| Mar 04 18:49:02.032 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100552026-03-04T18:49:04.183Z[ host-image] Mar 04 18:49:02.044 INFO O| Mar 04 18:49:02.044 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d does not exist
100562026-03-04T18:49:04.183Z[ host-image] Mar 04 18:49:02.044 INFO O| Mar 04 18:49:02.044 INFO copying /tmp/.tmpqNuNnZ/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 ...
100572026-03-04T18:49:04.184Z[ host-image] Mar 04 18:49:02.044 INFO O| Mar 04 18:49:02.044 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d
100582026-03-04T18:49:04.184Z[ host-image] Mar 04 18:49:02.044 INFO O| Mar 04 18:49:02.044 INFO ok!
100592026-03-04T18:49:04.187Z[ host-image] Mar 04 18:49:02.044 INFO O| Mar 04 18:49:02.044 INFO STEP 116 (ensure_file) COMPLETE
100602026-03-04T18:49:04.187Z[ host-image] Mar 04 18:49:02.044 INFO O| Mar 04 18:49:02.044 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100612026-03-04T18:49:04.195Z[ host-image] Mar 04 18:49:02.056 INFO O| Mar 04 18:49:02.056 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d does not exist
100622026-03-04T18:49:04.195Z[ host-image] Mar 04 18:49:02.057 INFO O| Mar 04 18:49:02.056 INFO copying /tmp/.tmpqNuNnZ/proto/host/root/opt/oxide/crucible_utils/perfgw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d ...
100632026-03-04T18:49:04.195Z[ host-image] Mar 04 18:49:02.057 INFO O| Mar 04 18:49:02.057 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d
100642026-03-04T18:49:04.195Z[ host-image] Mar 04 18:49:02.057 INFO O| Mar 04 18:49:02.057 INFO ok!
100652026-03-04T18:49:04.199Z[ host-image] Mar 04 18:49:02.057 INFO O| Mar 04 18:49:02.057 INFO STEP 117 (ensure_file) COMPLETE
100662026-03-04T18:49:04.199Z[ host-image] Mar 04 18:49:02.057 INFO O| Mar 04 18:49:02.057 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100672026-03-04T18:49:04.208Z[ host-image] Mar 04 18:49:02.069 INFO O| Mar 04 18:49:02.068 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d does not exist
100682026-03-04T18:49:04.208Z[ host-image] Mar 04 18:49:02.069 INFO O| Mar 04 18:49:02.069 INFO copying /tmp/.tmpqNuNnZ/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 ...
100692026-03-04T18:49:04.213Z[ host-image] Mar 04 18:49:02.069 INFO O| Mar 04 18:49:02.069 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d
100702026-03-04T18:49:04.213Z[ host-image] Mar 04 18:49:02.069 INFO O| Mar 04 18:49:02.069 INFO ok!
100712026-03-04T18:49:04.213Z[ host-image] Mar 04 18:49:02.069 INFO O| Mar 04 18:49:02.069 INFO STEP 118 (ensure_file) COMPLETE
100722026-03-04T18:49:04.214Z[ host-image] Mar 04 18:49:02.069 INFO O| Mar 04 18:49:02.069 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100732026-03-04T18:49:04.221Z[ host-image] Mar 04 18:49:02.081 INFO O| Mar 04 18:49:02.081 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d does not exist
100742026-03-04T18:49:04.221Z[ host-image] Mar 04 18:49:02.081 INFO O| Mar 04 18:49:02.081 INFO copying /tmp/.tmpqNuNnZ/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 ...
100752026-03-04T18:49:04.221Z[ host-image] Mar 04 18:49:02.081 INFO O| Mar 04 18:49:02.081 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d
100762026-03-04T18:49:04.225Z[ host-image] Mar 04 18:49:02.081 INFO O| Mar 04 18:49:02.081 INFO ok!
100772026-03-04T18:49:04.225Z[ host-image] Mar 04 18:49:02.081 INFO O| Mar 04 18:49:02.081 INFO STEP 119 (ensure_file) COMPLETE
100782026-03-04T18:49:04.226Z[ host-image] Mar 04 18:49:02.081 INFO O| Mar 04 18:49:02.081 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100792026-03-04T18:49:04.234Z[ host-image] Mar 04 18:49:02.094 INFO O| Mar 04 18:49:02.094 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d does not exist
100802026-03-04T18:49:04.234Z[ host-image] Mar 04 18:49:02.094 INFO O| Mar 04 18:49:02.094 INFO copying /tmp/.tmpqNuNnZ/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 ...
100812026-03-04T18:49:04.234Z[ host-image] Mar 04 18:49:02.094 INFO O| Mar 04 18:49:02.094 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d
100822026-03-04T18:49:04.238Z[ host-image] Mar 04 18:49:02.094 INFO O| Mar 04 18:49:02.094 INFO ok!
100832026-03-04T18:49:04.238Z[ host-image] Mar 04 18:49:02.094 INFO O| Mar 04 18:49:02.094 INFO STEP 120 (ensure_file) COMPLETE
100842026-03-04T18:49:04.238Z[ host-image] Mar 04 18:49:02.094 INFO O| Mar 04 18:49:02.094 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100852026-03-04T18:49:04.247Z[ host-image] Mar 04 18:49:02.108 INFO O| Mar 04 18:49:02.108 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d does not exist
100862026-03-04T18:49:04.247Z[ host-image] Mar 04 18:49:02.108 INFO O| Mar 04 18:49:02.108 INFO copying /tmp/.tmpqNuNnZ/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 ...
100872026-03-04T18:49:04.251Z[ host-image] Mar 04 18:49:02.108 INFO O| Mar 04 18:49:02.108 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d
100882026-03-04T18:49:04.251Z[ host-image] Mar 04 18:49:02.108 INFO O| Mar 04 18:49:02.108 INFO ok!
100892026-03-04T18:49:04.251Z[ host-image] Mar 04 18:49:02.108 INFO O| Mar 04 18:49:02.108 INFO STEP 121 (ensure_file) COMPLETE
100902026-03-04T18:49:04.252Z[ host-image] Mar 04 18:49:02.108 INFO O| Mar 04 18:49:02.108 INFO STEP 122: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100912026-03-04T18:49:04.261Z[ host-image] Mar 04 18:49:02.122 INFO O| Mar 04 18:49:02.122 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d does not exist
100922026-03-04T18:49:04.261Z[ host-image] Mar 04 18:49:02.122 INFO O| Mar 04 18:49:02.122 INFO copying /tmp/.tmpqNuNnZ/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 ...
100932026-03-04T18:49:04.264Z[ host-image] Mar 04 18:49:02.122 INFO O| Mar 04 18:49:02.122 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d
100942026-03-04T18:49:04.264Z[ host-image] Mar 04 18:49:02.122 INFO O| Mar 04 18:49:02.122 INFO ok!
100952026-03-04T18:49:04.264Z[ host-image] Mar 04 18:49:02.122 INFO O| Mar 04 18:49:02.122 INFO STEP 122 (ensure_file) COMPLETE
100962026-03-04T18:49:04.264Z[ host-image] Mar 04 18:49:02.122 INFO O| Mar 04 18:49:02.122 INFO STEP 123: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100972026-03-04T18:49:04.275Z[ host-image] Mar 04 18:49:02.135 INFO O| Mar 04 18:49:02.135 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d does not exist
100982026-03-04T18:49:04.275Z[ host-image] Mar 04 18:49:02.136 INFO O| Mar 04 18:49:02.135 INFO copying /tmp/.tmpqNuNnZ/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 ...
100992026-03-04T18:49:04.275Z[ host-image] Mar 04 18:49:02.136 INFO O| Mar 04 18:49:02.136 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d
101002026-03-04T18:49:04.276Z[ host-image] Mar 04 18:49:02.136 INFO O| Mar 04 18:49:02.136 INFO ok!
101012026-03-04T18:49:04.280Z[ host-image] Mar 04 18:49:02.136 INFO O| Mar 04 18:49:02.136 INFO STEP 123 (ensure_file) COMPLETE
101022026-03-04T18:49:04.280Z[ host-image] Mar 04 18:49:02.136 INFO O| Mar 04 18:49:02.136 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101032026-03-04T18:49:04.288Z[ host-image] Mar 04 18:49:02.149 INFO O| Mar 04 18:49:02.149 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d does not exist
101042026-03-04T18:49:04.288Z[ host-image] Mar 04 18:49:02.149 INFO O| Mar 04 18:49:02.149 INFO copying /tmp/.tmpqNuNnZ/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 ...
101052026-03-04T18:49:04.288Z[ host-image] Mar 04 18:49:02.149 INFO O| Mar 04 18:49:02.149 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d
101062026-03-04T18:49:04.288Z[ host-image] Mar 04 18:49:02.149 INFO O| Mar 04 18:49:02.149 INFO ok!
101072026-03-04T18:49:04.292Z[ host-image] Mar 04 18:49:02.149 INFO O| Mar 04 18:49:02.149 INFO STEP 124 (ensure_file) COMPLETE
101082026-03-04T18:49:04.292Z[ host-image] Mar 04 18:49:02.149 INFO O| Mar 04 18:49:02.149 INFO STEP 125: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101092026-03-04T18:49:04.303Z[ host-image] Mar 04 18:49:02.164 INFO O| Mar 04 18:49:02.164 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d does not exist
101102026-03-04T18:49:04.303Z[ host-image] Mar 04 18:49:02.164 INFO O| Mar 04 18:49:02.164 INFO copying /tmp/.tmpqNuNnZ/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 ...
101112026-03-04T18:49:04.303Z[ host-image] Mar 04 18:49:02.164 INFO O| Mar 04 18:49:02.164 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d
101122026-03-04T18:49:04.306Z[ host-image] Mar 04 18:49:02.164 INFO O| Mar 04 18:49:02.164 INFO ok!
101132026-03-04T18:49:04.306Z[ host-image] Mar 04 18:49:02.164 INFO O| Mar 04 18:49:02.164 INFO STEP 125 (ensure_file) COMPLETE
101142026-03-04T18:49:04.306Z[ host-image] Mar 04 18:49:02.164 INFO O| Mar 04 18:49:02.164 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101152026-03-04T18:49:04.317Z[ host-image] Mar 04 18:49:02.178 INFO O| Mar 04 18:49:02.178 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d does not exist
101162026-03-04T18:49:04.317Z[ host-image] Mar 04 18:49:02.178 INFO O| Mar 04 18:49:02.178 INFO copying /tmp/.tmpqNuNnZ/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 ...
101172026-03-04T18:49:04.321Z[ host-image] Mar 04 18:49:02.179 INFO O| Mar 04 18:49:02.179 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d
101182026-03-04T18:49:04.321Z[ host-image] Mar 04 18:49:02.179 INFO O| Mar 04 18:49:02.179 INFO ok!
101192026-03-04T18:49:04.321Z[ host-image] Mar 04 18:49:02.179 INFO O| Mar 04 18:49:02.179 INFO STEP 126 (ensure_file) COMPLETE
101202026-03-04T18:49:04.321Z[ host-image] Mar 04 18:49:02.179 INFO O| Mar 04 18:49:02.179 INFO STEP 127: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101212026-03-04T18:49:04.332Z[ host-image] Mar 04 18:49:02.193 INFO O| Mar 04 18:49:02.193 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d does not exist
101222026-03-04T18:49:04.332Z[ host-image] Mar 04 18:49:02.193 INFO O| Mar 04 18:49:02.193 INFO copying /tmp/.tmpqNuNnZ/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 ...
101232026-03-04T18:49:04.335Z[ host-image] Mar 04 18:49:02.193 INFO O| Mar 04 18:49:02.193 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d
101242026-03-04T18:49:04.335Z[ host-image] Mar 04 18:49:02.193 INFO O| Mar 04 18:49:02.193 INFO ok!
101252026-03-04T18:49:04.335Z[ host-image] Mar 04 18:49:02.193 INFO O| Mar 04 18:49:02.193 INFO STEP 127 (ensure_file) COMPLETE
101262026-03-04T18:49:04.335Z[ host-image] Mar 04 18:49:02.193 INFO O| Mar 04 18:49:02.193 INFO STEP 128: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101272026-03-04T18:49:04.346Z[ host-image] Mar 04 18:49:02.207 INFO O| Mar 04 18:49:02.207 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh does not exist
101282026-03-04T18:49:04.350Z[ host-image] Mar 04 18:49:02.207 INFO O| Mar 04 18:49:02.207 INFO copying /tmp/.tmpqNuNnZ/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 ...
101292026-03-04T18:49:04.350Z[ host-image] Mar 04 18:49:02.207 INFO O| Mar 04 18:49:02.207 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh
101302026-03-04T18:49:04.350Z[ host-image] Mar 04 18:49:02.207 INFO O| Mar 04 18:49:02.207 INFO ok!
101312026-03-04T18:49:04.350Z[ host-image] Mar 04 18:49:02.207 INFO O| Mar 04 18:49:02.207 INFO STEP 128 (ensure_file) COMPLETE
101322026-03-04T18:49:04.350Z[ host-image] Mar 04 18:49:02.207 INFO O| Mar 04 18:49:02.207 INFO STEP 129: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101332026-03-04T18:49:04.362Z[ host-image] Mar 04 18:49:02.222 INFO O| Mar 04 18:49:02.222 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d does not exist
101342026-03-04T18:49:04.362Z[ host-image] Mar 04 18:49:02.223 INFO O| Mar 04 18:49:02.222 INFO copying /tmp/.tmpqNuNnZ/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 ...
101352026-03-04T18:49:04.366Z[ host-image] Mar 04 18:49:02.223 INFO O| Mar 04 18:49:02.223 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d
101362026-03-04T18:49:04.366Z[ host-image] Mar 04 18:49:02.223 INFO O| Mar 04 18:49:02.223 INFO ok!
101372026-03-04T18:49:04.366Z[ host-image] Mar 04 18:49:02.223 INFO O| Mar 04 18:49:02.223 INFO STEP 129 (ensure_file) COMPLETE
101382026-03-04T18:49:04.366Z[ host-image] Mar 04 18:49:02.223 INFO O| Mar 04 18:49:02.223 INFO STEP 130: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101392026-03-04T18:49:04.376Z[ host-image] Mar 04 18:49:02.237 INFO O| Mar 04 18:49:02.237 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh does not exist
101402026-03-04T18:49:04.376Z[ host-image] Mar 04 18:49:02.237 INFO O| Mar 04 18:49:02.237 INFO copying /tmp/.tmpqNuNnZ/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 ...
101412026-03-04T18:49:04.376Z[ host-image] Mar 04 18:49:02.237 INFO O| Mar 04 18:49:02.237 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh
101422026-03-04T18:49:04.380Z[ host-image] Mar 04 18:49:02.237 INFO O| Mar 04 18:49:02.237 INFO ok!
101432026-03-04T18:49:04.380Z[ host-image] Mar 04 18:49:02.237 INFO O| Mar 04 18:49:02.237 INFO STEP 130 (ensure_file) COMPLETE
101442026-03-04T18:49:04.380Z[ host-image] Mar 04 18:49:02.237 INFO O| Mar 04 18:49:02.237 INFO STEP 131: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101452026-03-04T18:49:04.385Z[ recovery-image] Mar 04 18:49:02.243 INFO E| Compiling seq-macro v0.3.6
101462026-03-04T18:49:04.389Z[ host-image] Mar 04 18:49:02.251 INFO O| Mar 04 18:49:02.250 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d does not exist
101472026-03-04T18:49:04.389Z[ host-image] Mar 04 18:49:02.251 INFO O| Mar 04 18:49:02.251 INFO copying /tmp/.tmpqNuNnZ/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 ...
101482026-03-04T18:49:04.393Z[ host-image] Mar 04 18:49:02.251 INFO O| Mar 04 18:49:02.251 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d
101492026-03-04T18:49:04.393Z[ host-image] Mar 04 18:49:02.251 INFO O| Mar 04 18:49:02.251 INFO ok!
101502026-03-04T18:49:04.393Z[ host-image] Mar 04 18:49:02.251 INFO O| Mar 04 18:49:02.251 INFO STEP 131 (ensure_file) COMPLETE
101512026-03-04T18:49:04.396Z[ host-image] Mar 04 18:49:02.251 INFO O| Mar 04 18:49:02.251 INFO STEP 132: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101522026-03-04T18:49:04.404Z[ host-image] Mar 04 18:49:02.265 INFO O| Mar 04 18:49:02.265 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh does not exist
101532026-03-04T18:49:04.404Z[ host-image] Mar 04 18:49:02.265 INFO O| Mar 04 18:49:02.265 INFO copying /tmp/.tmpqNuNnZ/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 ...
101542026-03-04T18:49:04.404Z[ host-image] Mar 04 18:49:02.266 INFO O| Mar 04 18:49:02.265 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh
101552026-03-04T18:49:04.412Z[ host-image] Mar 04 18:49:02.266 INFO O| Mar 04 18:49:02.266 INFO ok!
101562026-03-04T18:49:04.412Z[ host-image] Mar 04 18:49:02.266 INFO O| Mar 04 18:49:02.266 INFO STEP 132 (ensure_file) COMPLETE
101572026-03-04T18:49:04.415Z[ host-image] Mar 04 18:49:02.266 INFO O| Mar 04 18:49:02.266 INFO STEP 133: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101582026-03-04T18:49:04.419Z[ host-image] Mar 04 18:49:02.280 INFO O| Mar 04 18:49:02.280 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d does not exist
101592026-03-04T18:49:04.419Z[ host-image] Mar 04 18:49:02.280 INFO O| Mar 04 18:49:02.280 INFO copying /tmp/.tmpqNuNnZ/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 ...
101602026-03-04T18:49:04.419Z[ host-image] Mar 04 18:49:02.280 INFO O| Mar 04 18:49:02.280 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d
101612026-03-04T18:49:04.419Z[ host-image] Mar 04 18:49:02.280 INFO O| Mar 04 18:49:02.280 INFO ok!
101622026-03-04T18:49:04.422Z[ host-image] Mar 04 18:49:02.280 INFO O| Mar 04 18:49:02.280 INFO STEP 133 (ensure_file) COMPLETE
101632026-03-04T18:49:04.422Z[ host-image] Mar 04 18:49:02.280 INFO O| Mar 04 18:49:02.280 INFO STEP 134: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101642026-03-04T18:49:04.432Z[ host-image] Mar 04 18:49:02.293 INFO O| Mar 04 18:49:02.293 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d does not exist
101652026-03-04T18:49:04.432Z[ host-image] Mar 04 18:49:02.293 INFO O| Mar 04 18:49:02.293 INFO copying /tmp/.tmpqNuNnZ/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 ...
101662026-03-04T18:49:04.435Z[ host-image] Mar 04 18:49:02.293 INFO O| Mar 04 18:49:02.293 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d
101672026-03-04T18:49:04.435Z[ host-image] Mar 04 18:49:02.293 INFO O| Mar 04 18:49:02.293 INFO ok!
101682026-03-04T18:49:04.436Z[ host-image] Mar 04 18:49:02.293 INFO O| Mar 04 18:49:02.293 INFO STEP 134 (ensure_file) COMPLETE
101692026-03-04T18:49:04.436Z[ host-image] Mar 04 18:49:02.294 INFO O| Mar 04 18:49:02.293 INFO STEP 135: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101702026-03-04T18:49:04.446Z[ host-image] Mar 04 18:49:02.307 INFO O| Mar 04 18:49:02.306 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d does not exist
101712026-03-04T18:49:04.446Z[ host-image] Mar 04 18:49:02.307 INFO O| Mar 04 18:49:02.307 INFO copying /tmp/.tmpqNuNnZ/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 ...
101722026-03-04T18:49:04.446Z[ host-image] Mar 04 18:49:02.307 INFO O| Mar 04 18:49:02.307 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d
101732026-03-04T18:49:04.446Z[ host-image] Mar 04 18:49:02.307 INFO O| Mar 04 18:49:02.307 INFO ok!
101742026-03-04T18:49:04.449Z[ host-image] Mar 04 18:49:02.307 INFO O| Mar 04 18:49:02.307 INFO STEP 135 (ensure_file) COMPLETE
101752026-03-04T18:49:04.449Z[ host-image] Mar 04 18:49:02.307 INFO O| Mar 04 18:49:02.307 INFO STEP 136: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101762026-03-04T18:49:04.468Z[ host-image] Mar 04 18:49:02.321 INFO O| Mar 04 18:49:02.321 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md does not exist
101772026-03-04T18:49:04.468Z[ host-image] Mar 04 18:49:02.321 INFO O| Mar 04 18:49:02.321 INFO copying /tmp/.tmpqNuNnZ/proto/host/root/opt/oxide/crucible_utils/README.md -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md ...
101782026-03-04T18:49:04.471Z[ host-image] Mar 04 18:49:02.321 INFO O| Mar 04 18:49:02.321 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md
101792026-03-04T18:49:04.471Z[ host-image] Mar 04 18:49:02.321 INFO O| Mar 04 18:49:02.321 INFO ok!
101802026-03-04T18:49:04.471Z[ host-image] Mar 04 18:49:02.321 INFO O| Mar 04 18:49:02.321 INFO STEP 136 (ensure_file) COMPLETE
101812026-03-04T18:49:04.471Z[ host-image] Mar 04 18:49:02.321 INFO O| Mar 04 18:49:02.321 INFO STEP 137: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101822026-03-04T18:49:04.474Z[ host-image] Mar 04 18:49:02.335 INFO O| Mar 04 18:49:02.335 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt does not exist
101832026-03-04T18:49:04.474Z[ host-image] Mar 04 18:49:02.335 INFO O| Mar 04 18:49:02.335 INFO copying /tmp/.tmpqNuNnZ/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 ...
101842026-03-04T18:49:04.474Z[ host-image] Mar 04 18:49:02.335 INFO O| Mar 04 18:49:02.335 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt
101852026-03-04T18:49:04.474Z[ host-image] Mar 04 18:49:02.335 INFO O| Mar 04 18:49:02.335 INFO ok!
101862026-03-04T18:49:04.474Z[ host-image] Mar 04 18:49:02.335 INFO O| Mar 04 18:49:02.335 INFO STEP 137 (ensure_file) COMPLETE
101872026-03-04T18:49:04.474Z[ host-image] Mar 04 18:49:02.335 INFO O| Mar 04 18:49:02.335 INFO STEP 138: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101882026-03-04T18:49:04.489Z[ host-image] Mar 04 18:49:02.349 INFO O| Mar 04 18:49:02.349 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION does not exist
101892026-03-04T18:49:04.489Z[ host-image] Mar 04 18:49:02.349 INFO O| Mar 04 18:49:02.349 INFO copying /tmp/.tmpqNuNnZ/proto/host/root/opt/oxide/crucible_utils/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION ...
101902026-03-04T18:49:04.489Z[ host-image] Mar 04 18:49:02.349 INFO O| Mar 04 18:49:02.349 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION
101912026-03-04T18:49:04.496Z[ host-image] Mar 04 18:49:02.349 INFO O| Mar 04 18:49:02.349 INFO ok!
101922026-03-04T18:49:04.496Z[ host-image] Mar 04 18:49:02.349 INFO O| Mar 04 18:49:02.349 INFO STEP 138 (ensure_file) COMPLETE
101932026-03-04T18:49:04.496Z[ host-image] Mar 04 18:49:02.349 INFO O| Mar 04 18:49:02.349 INFO STEP 139: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101942026-03-04T18:49:04.501Z[ host-image] Mar 04 18:49:02.362 INFO O| Mar 04 18:49:02.362 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz does not exist
101952026-03-04T18:49:04.505Z[ host-image] Mar 04 18:49:02.362 INFO O| Mar 04 18:49:02.362 INFO copying /tmp/.tmpqNuNnZ/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz ...
101962026-03-04T18:49:06.780Z[ recovery-image] Mar 04 18:49:04.640 INFO E| Compiling syn v2.0.114
101972026-03-04T18:49:11.082Z[ recovery-image] Mar 04 18:49:08.941 INFO E| Compiling scroll_derive v0.13.1
101982026-03-04T18:49:13.243Z[ host-image] Mar 04 18:49:11.103 INFO O| Mar 04 18:49:11.103 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz
101992026-03-04T18:49:13.243Z[ host-image] Mar 04 18:49:11.103 INFO O| Mar 04 18:49:11.103 INFO ok!
102002026-03-04T18:49:13.246Z[ host-image] Mar 04 18:49:11.103 INFO O| Mar 04 18:49:11.103 INFO STEP 139 (ensure_file) COMPLETE
102012026-03-04T18:49:13.246Z[ host-image] Mar 04 18:49:11.103 INFO O| Mar 04 18:49:11.103 INFO STEP 140: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102022026-03-04T18:49:13.257Z[ host-image] Mar 04 18:49:11.116 INFO O| Mar 04 18:49:11.116 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib
102032026-03-04T18:49:13.257Z[ host-image] Mar 04 18:49:11.116 INFO O| Mar 04 18:49:11.116 INFO STEP 140 (ensure_dir) COMPLETE
102042026-03-04T18:49:13.260Z[ host-image] Mar 04 18:49:11.116 INFO O| Mar 04 18:49:11.116 INFO STEP 141: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102052026-03-04T18:49:13.267Z[ host-image] Mar 04 18:49:11.125 INFO O| Mar 04 18:49:11.125 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc
102062026-03-04T18:49:13.267Z[ host-image] Mar 04 18:49:11.125 INFO O| Mar 04 18:49:11.125 INFO STEP 141 (ensure_dir) COMPLETE
102072026-03-04T18:49:13.270Z[ host-image] Mar 04 18:49:11.125 INFO O| Mar 04 18:49:11.125 INFO STEP 142: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102082026-03-04T18:49:13.273Z[ host-image] Mar 04 18:49:11.133 INFO O| Mar 04 18:49:11.133 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest
102092026-03-04T18:49:13.276Z[ host-image] Mar 04 18:49:11.133 INFO O| Mar 04 18:49:11.133 INFO STEP 142 (ensure_dir) COMPLETE
102102026-03-04T18:49:13.276Z[ host-image] Mar 04 18:49:11.133 INFO O| Mar 04 18:49:11.133 INFO STEP 143: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102112026-03-04T18:49:13.282Z[ host-image] Mar 04 18:49:11.141 INFO O| Mar 04 18:49:11.140 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site
102122026-03-04T18:49:13.285Z[ host-image] Mar 04 18:49:11.141 INFO O| Mar 04 18:49:11.141 INFO STEP 143 (ensure_dir) COMPLETE
102132026-03-04T18:49:13.285Z[ host-image] Mar 04 18:49:11.141 INFO O| Mar 04 18:49:11.141 INFO STEP 144: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102142026-03-04T18:49:13.291Z[ host-image] Mar 04 18:49:11.151 INFO O| Mar 04 18:49:11.150 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
102152026-03-04T18:49:13.291Z[ host-image] Mar 04 18:49:11.151 INFO O| Mar 04 18:49:11.151 INFO copying /tmp/.tmpqNuNnZ/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 ...
102162026-03-04T18:49:13.294Z[ host-image] Mar 04 18:49:11.151 INFO O| Mar 04 18:49:11.151 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml
102172026-03-04T18:49:13.294Z[ host-image] Mar 04 18:49:11.151 INFO O| Mar 04 18:49:11.151 INFO ok!
102182026-03-04T18:49:13.294Z[ host-image] Mar 04 18:49:11.151 INFO O| Mar 04 18:49:11.151 INFO STEP 144 (ensure_file) COMPLETE
102192026-03-04T18:49:13.294Z[ host-image] Mar 04 18:49:11.151 INFO O| Mar 04 18:49:11.151 INFO STEP 145: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102202026-03-04T18:49:13.299Z[ host-image] Mar 04 18:49:11.159 INFO O| Mar 04 18:49:11.159 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/root
102212026-03-04T18:49:13.302Z[ host-image] Mar 04 18:49:11.159 INFO O| Mar 04 18:49:11.159 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/root
102222026-03-04T18:49:13.302Z[ host-image] Mar 04 18:49:11.159 INFO O| Mar 04 18:49:11.159 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root
102232026-03-04T18:49:13.302Z[ host-image] Mar 04 18:49:11.159 INFO O| Mar 04 18:49:11.159 INFO STEP 145 (ensure_dir) COMPLETE
102242026-03-04T18:49:13.302Z[ host-image] Mar 04 18:49:11.159 INFO O| Mar 04 18:49:11.159 INFO STEP 146: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102252026-03-04T18:49:13.307Z[ host-image] Mar 04 18:49:11.167 INFO O| Mar 04 18:49:11.167 WARN file /rpool/images/build/host/work/sled/zfs/a/root/.profile exists, with wrong contents, unlinking
102262026-03-04T18:49:13.307Z[ host-image] Mar 04 18:49:11.167 INFO O| Mar 04 18:49:11.167 INFO copying /tmp/.tmpqNuNnZ/proto/host/root/root/.profile -> /rpool/images/build/host/work/sled/zfs/a/root/.profile ...
102272026-03-04T18:49:13.311Z[ host-image] Mar 04 18:49:11.167 INFO O| Mar 04 18:49:11.167 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root/.profile
102282026-03-04T18:49:13.311Z[ host-image] Mar 04 18:49:11.167 INFO O| Mar 04 18:49:11.167 INFO ok!
102292026-03-04T18:49:13.311Z[ host-image] Mar 04 18:49:11.167 INFO O| Mar 04 18:49:11.167 INFO STEP 146 (ensure_file) COMPLETE
102302026-03-04T18:49:13.311Z[ host-image] Mar 04 18:49:11.167 INFO O| Mar 04 18:49:11.167 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102312026-03-04T18:49:13.315Z[ host-image] Mar 04 18:49:11.175 INFO O| Mar 04 18:49:11.175 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ipsec"
102322026-03-04T18:49:13.319Z[ host-image] Mar 04 18:49:11.175 INFO O| Mar 04 18:49:11.175 INFO STEP 147 (remove_files) COMPLETE
102332026-03-04T18:49:13.319Z[ host-image] Mar 04 18:49:11.175 INFO O| Mar 04 18:49:11.175 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102342026-03-04T18:49:13.324Z[ host-image] Mar 04 18:49:11.184 INFO O| Mar 04 18:49:11.184 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ldap"
102352026-03-04T18:49:13.329Z[ host-image] Mar 04 18:49:11.184 INFO O| Mar 04 18:49:11.184 INFO STEP 148 (remove_files) COMPLETE
102362026-03-04T18:49:13.329Z[ host-image] Mar 04 18:49:11.184 INFO O| Mar 04 18:49:11.184 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102372026-03-04T18:49:13.334Z[ host-image] Mar 04 18:49:11.194 INFO O| Mar 04 18:49:11.194 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/rpc"
102382026-03-04T18:49:13.337Z[ host-image] Mar 04 18:49:11.194 INFO O| Mar 04 18:49:11.194 INFO STEP 149 (remove_files) COMPLETE
102392026-03-04T18:49:13.337Z[ host-image] Mar 04 18:49:11.194 INFO O| Mar 04 18:49:11.194 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102402026-03-04T18:49:13.342Z[ host-image] Mar 04 18:49:11.202 INFO O| Mar 04 18:49:11.202 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/security"
102412026-03-04T18:49:13.345Z[ host-image] Mar 04 18:49:11.202 INFO O| Mar 04 18:49:11.202 INFO STEP 150 (remove_files) COMPLETE
102422026-03-04T18:49:13.345Z[ host-image] Mar 04 18:49:11.202 INFO O| Mar 04 18:49:11.202 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102432026-03-04T18:49:13.353Z[ host-image] Mar 04 18:49:11.213 INFO O| Mar 04 18:49:11.213 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/shares"
102442026-03-04T18:49:13.357Z[ host-image] Mar 04 18:49:11.213 INFO O| Mar 04 18:49:11.213 INFO STEP 151 (remove_files) COMPLETE
102452026-03-04T18:49:13.357Z[ host-image] Mar 04 18:49:11.213 INFO O| Mar 04 18:49:11.213 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102462026-03-04T18:49:13.363Z[ host-image] Mar 04 18:49:11.223 INFO O| Mar 04 18:49:11.223 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/smb"
102472026-03-04T18:49:13.366Z[ host-image] Mar 04 18:49:11.223 INFO O| Mar 04 18:49:11.223 INFO STEP 152 (remove_files) COMPLETE
102482026-03-04T18:49:13.366Z[ host-image] Mar 04 18:49:11.223 INFO O| Mar 04 18:49:11.223 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102492026-03-04T18:49:13.373Z[ host-image] Mar 04 18:49:11.233 INFO O| Mar 04 18:49:11.233 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
102502026-03-04T18:49:13.373Z[ host-image] Mar 04 18:49:11.233 INFO O| Mar 04 18:49:11.233 INFO STEP 153 (remove_files) COMPLETE
102512026-03-04T18:49:13.377Z[ host-image] Mar 04 18:49:11.233 INFO O| Mar 04 18:49:11.233 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102522026-03-04T18:49:13.382Z[ host-image] Mar 04 18:49:11.241 INFO O| Mar 04 18:49:11.241 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
102532026-03-04T18:49:13.385Z[ host-image] Mar 04 18:49:11.241 INFO O| Mar 04 18:49:11.241 INFO STEP 154 (remove_files) COMPLETE
102542026-03-04T18:49:13.385Z[ host-image] Mar 04 18:49:11.241 INFO O| Mar 04 18:49:11.241 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102552026-03-04T18:49:13.393Z[ host-image] Mar 04 18:49:11.253 INFO O| Mar 04 18:49:11.253 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/dns/install.xml"
102562026-03-04T18:49:13.393Z[ host-image] Mar 04 18:49:11.253 INFO O| Mar 04 18:49:11.253 INFO STEP 155 (remove_files) COMPLETE
102572026-03-04T18:49:13.396Z[ host-image] Mar 04 18:49:11.253 INFO O| Mar 04 18:49:11.253 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102582026-03-04T18:49:13.402Z[ host-image] Mar 04 18:49:11.262 INFO O| Mar 04 18:49:11.262 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
102592026-03-04T18:49:13.402Z[ host-image] Mar 04 18:49:11.262 INFO O| Mar 04 18:49:11.262 INFO STEP 156 (remove_files) COMPLETE
102602026-03-04T18:49:13.406Z[ host-image] Mar 04 18:49:11.262 INFO O| Mar 04 18:49:11.262 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102612026-03-04T18:49:13.413Z[ host-image] Mar 04 18:49:11.272 INFO O| Mar 04 18:49:11.272 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd.xml"
102622026-03-04T18:49:13.413Z[ host-image] Mar 04 18:49:11.272 INFO O| Mar 04 18:49:11.272 INFO STEP 157 (remove_files) COMPLETE
102632026-03-04T18:49:13.416Z[ host-image] Mar 04 18:49:11.272 INFO O| Mar 04 18:49:11.272 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102642026-03-04T18:49:13.421Z[ host-image] Mar 04 18:49:11.280 INFO O| Mar 04 18:49:11.280 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-install.xml"
102652026-03-04T18:49:13.424Z[ host-image] Mar 04 18:49:11.281 INFO O| Mar 04 18:49:11.281 INFO STEP 158 (remove_files) COMPLETE
102662026-03-04T18:49:13.424Z[ host-image] Mar 04 18:49:11.281 INFO O| Mar 04 18:49:11.281 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102672026-03-04T18:49:13.429Z[ host-image] Mar 04 18:49:11.289 INFO O| Mar 04 18:49:11.289 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
102682026-03-04T18:49:13.429Z[ host-image] Mar 04 18:49:11.289 INFO O| Mar 04 18:49:11.289 INFO STEP 159 (remove_files) COMPLETE
102692026-03-04T18:49:13.432Z[ host-image] Mar 04 18:49:11.289 INFO O| Mar 04 18:49:11.289 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102702026-03-04T18:49:13.439Z[ host-image] Mar 04 18:49:11.299 INFO O| Mar 04 18:49:11.299 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-iptun.xml"
102712026-03-04T18:49:13.442Z[ host-image] Mar 04 18:49:11.299 INFO O| Mar 04 18:49:11.299 INFO STEP 160 (remove_files) COMPLETE
102722026-03-04T18:49:13.442Z[ host-image] Mar 04 18:49:11.299 INFO O| Mar 04 18:49:11.299 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102732026-03-04T18:49:13.448Z[ host-image] Mar 04 18:49:11.307 INFO O| Mar 04 18:49:11.307 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-location.xml"
102742026-03-04T18:49:13.448Z[ host-image] Mar 04 18:49:11.307 INFO O| Mar 04 18:49:11.307 INFO STEP 161 (remove_files) COMPLETE
102752026-03-04T18:49:13.451Z[ host-image] Mar 04 18:49:11.307 INFO O| Mar 04 18:49:11.307 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102762026-03-04T18:49:13.460Z[ host-image] Mar 04 18:49:11.319 INFO O| Mar 04 18:49:11.319 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
102772026-03-04T18:49:13.460Z[ host-image] Mar 04 18:49:11.319 INFO O| Mar 04 18:49:11.319 INFO STEP 162 (remove_files) COMPLETE
102782026-03-04T18:49:13.460Z[ host-image] Mar 04 18:49:11.319 INFO O| Mar 04 18:49:11.319 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102792026-03-04T18:49:13.472Z[ host-image] Mar 04 18:49:11.331 INFO O| Mar 04 18:49:11.331 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
102802026-03-04T18:49:13.472Z[ host-image] Mar 04 18:49:11.331 INFO O| Mar 04 18:49:11.331 INFO STEP 163 (remove_files) COMPLETE
102812026-03-04T18:49:13.475Z[ host-image] Mar 04 18:49:11.331 INFO O| Mar 04 18:49:11.331 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102822026-03-04T18:49:13.484Z[ host-image] Mar 04 18:49:11.343 INFO O| Mar 04 18:49:11.343 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/varpd.xml"
102832026-03-04T18:49:13.484Z[ host-image] Mar 04 18:49:11.343 INFO O| Mar 04 18:49:11.343 INFO STEP 164 (remove_files) COMPLETE
102842026-03-04T18:49:13.484Z[ host-image] Mar 04 18:49:11.343 INFO O| Mar 04 18:49:11.343 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102852026-03-04T18:49:13.496Z[ host-image] Mar 04 18:49:11.355 INFO O| Mar 04 18:49:11.355 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/allocate.xml"
102862026-03-04T18:49:13.499Z[ host-image] Mar 04 18:49:11.355 INFO O| Mar 04 18:49:11.355 INFO STEP 165 (remove_files) COMPLETE
102872026-03-04T18:49:13.499Z[ host-image] Mar 04 18:49:11.355 INFO O| Mar 04 18:49:11.355 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102882026-03-04T18:49:13.507Z[ host-image] Mar 04 18:49:11.367 INFO O| Mar 04 18:49:11.367 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
102892026-03-04T18:49:13.507Z[ host-image] Mar 04 18:49:11.367 INFO O| Mar 04 18:49:11.367 INFO STEP 166 (remove_files) COMPLETE
102902026-03-04T18:49:13.507Z[ host-image] Mar 04 18:49:11.367 INFO O| Mar 04 18:49:11.367 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102912026-03-04T18:49:13.520Z[ host-image] Mar 04 18:49:11.379 INFO O| Mar 04 18:49:11.379 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
102922026-03-04T18:49:13.523Z[ host-image] Mar 04 18:49:11.380 INFO O| Mar 04 18:49:11.380 INFO STEP 167 (remove_files) COMPLETE
102932026-03-04T18:49:13.523Z[ host-image] Mar 04 18:49:11.380 INFO O| Mar 04 18:49:11.380 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102942026-03-04T18:49:13.533Z[ host-image] Mar 04 18:49:11.393 INFO O| Mar 04 18:49:11.393 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/dev/sndstat"
102952026-03-04T18:49:13.537Z[ host-image] Mar 04 18:49:11.393 INFO O| Mar 04 18:49:11.393 INFO STEP 168 (remove_files) COMPLETE
102962026-03-04T18:49:13.537Z[ host-image] Mar 04 18:49:11.393 INFO O| Mar 04 18:49:11.393 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102972026-03-04T18:49:13.546Z[ host-image] Mar 04 18:49:11.406 INFO O| Mar 04 18:49:11.406 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
102982026-03-04T18:49:13.546Z[ host-image] Mar 04 18:49:11.406 INFO O| Mar 04 18:49:11.406 INFO STEP 169 (remove_files) COMPLETE
102992026-03-04T18:49:13.549Z[ host-image] Mar 04 18:49:11.406 INFO O| Mar 04 18:49:11.406 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103002026-03-04T18:49:13.559Z[ host-image] Mar 04 18:49:11.418 INFO O| Mar 04 18:49:11.418 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/hostid.xml"
103012026-03-04T18:49:13.559Z[ host-image] Mar 04 18:49:11.418 INFO O| Mar 04 18:49:11.418 INFO STEP 170 (remove_files) COMPLETE
103022026-03-04T18:49:13.559Z[ host-image] Mar 04 18:49:11.418 INFO O| Mar 04 18:49:11.418 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103032026-03-04T18:49:13.572Z[ host-image] Mar 04 18:49:11.431 INFO O| Mar 04 18:49:11.431 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/idmap.xml"
103042026-03-04T18:49:13.572Z[ host-image] Mar 04 18:49:11.432 INFO O| Mar 04 18:49:11.431 INFO STEP 171 (remove_files) COMPLETE
103052026-03-04T18:49:13.576Z[ host-image] Mar 04 18:49:11.432 INFO O| Mar 04 18:49:11.431 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103062026-03-04T18:49:13.585Z[ host-image] Mar 04 18:49:11.445 INFO O| Mar 04 18:49:11.445 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/pkgserv.xml"
103072026-03-04T18:49:13.586Z[ host-image] Mar 04 18:49:11.445 INFO O| Mar 04 18:49:11.445 INFO STEP 172 (remove_files) COMPLETE
103082026-03-04T18:49:13.589Z[ host-image] Mar 04 18:49:11.445 INFO O| Mar 04 18:49:11.445 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103092026-03-04T18:49:13.598Z[ host-image] Mar 04 18:49:11.458 INFO O| Mar 04 18:49:11.458 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/zones.xml"
103102026-03-04T18:49:13.598Z[ host-image] Mar 04 18:49:11.458 INFO O| Mar 04 18:49:11.458 INFO STEP 173 (remove_files) COMPLETE
103112026-03-04T18:49:13.601Z[ host-image] Mar 04 18:49:11.458 INFO O| Mar 04 18:49:11.458 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103122026-03-04T18:49:13.611Z[ host-image] Mar 04 18:49:11.470 INFO O| Mar 04 18:49:11.470 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/intrd.xml"
103132026-03-04T18:49:13.611Z[ host-image] Mar 04 18:49:11.470 INFO O| Mar 04 18:49:11.470 INFO STEP 174 (remove_files) COMPLETE
103142026-03-04T18:49:13.614Z[ host-image] Mar 04 18:49:11.470 INFO O| Mar 04 18:49:11.470 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
103152026-03-04T18:49:13.623Z[ host-image] Mar 04 18:49:11.482 INFO O| Mar 04 18:49:11.482 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/chrony.xml"
103162026-03-04T18:49:13.623Z[ host-image] Mar 04 18:49:11.482 INFO O| Mar 04 18:49:11.482 INFO STEP 175 (remove_files) COMPLETE
103172026-03-04T18:49:13.623Z[ host-image] Mar 04 18:49:11.482 INFO O| Mar 04 18:49:11.482 INFO STEP 176: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
103182026-03-04T18:49:13.643Z[ host-image] Mar 04 18:49:11.502 INFO O| Mar 04 18:49:11.502 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db does not already exist, skipping removal
103192026-03-04T18:49:13.643Z[ host-image] Mar 04 18:49:11.502 INFO O| Mar 04 18:49:11.502 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_CHECKHASH": "1"}
103202026-03-04T18:49:14.203Z[ recovery-image] Mar 04 18:49:12.062 INFO E| Compiling bitstruct_derive v0.1.0
103212026-03-04T18:49:19.285Z[ host-image] Mar 04 18:49:17.143 INFO O| Mar 04 18:49:17.143 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
103222026-03-04T18:49:19.285Z[ host-image] Mar 04 18:49:17.143 INFO O| Mar 04 18:49:17.143 INFO E| svccfg: Loaded 79 smf(7) service descriptions
103232026-03-04T18:49:19.300Z[ host-image] Mar 04 18:49:17.158 INFO O| Mar 04 18:49:17.158 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"}
103242026-03-04T18:49:19.449Z[ host-image] Mar 04 18:49:17.307 INFO O| Mar 04 18:49:17.307 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db"}
103252026-03-04T18:49:19.528Z[ host-image] Mar 04 18:49:17.386 INFO O| Mar 04 18:49:17.386 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1"}
103262026-03-04T18:49:19.620Z[ host-image] Mar 04 18:49:17.478 INFO O| Mar 04 18:49:17.478 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db does not exist
103272026-03-04T18:49:19.620Z[ host-image] Mar 04 18:49:17.478 INFO O| Mar 04 18:49:17.478 INFO copying /rpool/images/build/host/tmp/sled/zfs/repo.db -> /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db ...
103282026-03-04T18:49:19.624Z[ host-image] Mar 04 18:49:17.480 INFO O| Mar 04 18:49:17.480 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db
103292026-03-04T18:49:19.624Z[ host-image] Mar 04 18:49:17.480 INFO O| Mar 04 18:49:17.480 INFO ok!
103302026-03-04T18:49:19.624Z[ host-image] Mar 04 18:49:17.480 INFO O| Mar 04 18:49:17.480 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db exists (as File), removing
103312026-03-04T18:49:19.624Z[ host-image] Mar 04 18:49:17.480 INFO O| Mar 04 18:49:17.480 INFO STEP 176 (seed_smf) COMPLETE
103322026-03-04T18:49:19.624Z[ host-image] Mar 04 18:49:17.480 INFO O| Mar 04 18:49:17.480 INFO steps complete; finalising image!
103332026-03-04T18:49:19.624Z[ host-image] Mar 04 18:49:17.480 INFO O| Mar 04 18:49:17.480 INFO TRIM POOL: TEMPORARY-sled-zfs
103342026-03-04T18:49:19.773Z[ host-image] Mar 04 18:49:17.631 INFO O| Mar 04 18:49:17.631 INFO trim TEMPORARY-sled-zfs: (5% trimmed, started at Wed Mar 4 18:49:17 2026)
103352026-03-04T18:49:19.991Z[ host-image] Mar 04 18:49:17.849 INFO O| Mar 04 18:49:17.849 INFO temporary pool has 800M used, 96.1M avail, 1.80x compressratio
103362026-03-04T18:49:19.991Z[ host-image] Mar 04 18:49:17.849 INFO O| Mar 04 18:49:17.849 INFO EXPORT POOL: TEMPORARY-sled-zfs
103372026-03-04T18:49:20.595Z[ host-image] Mar 04 18:49:18.108 INFO O| Mar 04 18:49:18.107 INFO copying image /rpool/images/build/host/work/sled/zfs/lofi.raw to output file /rpool/images/build/host/output/sled-zfs.raw
103382026-03-04T18:49:20.595Z[ host-image] Mar 04 18:49:18.108 INFO O| Mar 04 18:49:18.108 INFO file /rpool/images/build/host/output/sled-zfs.raw does not already exist, skipping removal
103392026-03-04T18:49:21.261Z[ host-image] Mar 04 18:49:19.119 INFO O| Mar 04 18:49:19.118 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/sled-zfs.raw
103402026-03-04T18:49:21.261Z[ host-image] Mar 04 18:49:19.119 INFO O| Mar 04 18:49:19.118 INFO chmod ok, path: /rpool/images/build/host/output/sled-zfs.raw
103412026-03-04T18:49:21.264Z[ host-image] Mar 04 18:49:19.119 INFO O| Mar 04 18:49:19.119 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/sled-zfs.raw
103422026-03-04T18:49:21.264Z[ host-image] Mar 04 18:49:19.119 INFO O| Mar 04 18:49:19.119 INFO completed processing sled/zfs
103432026-03-04T18:49:21.264Z[ host-image] Mar 04 18:49:19.119 INFO O| Mar 04 18:49:19.119 INFO DESTROY DATASET: rpool/images/build/host/work/sled/zfs
103442026-03-04T18:49:30.810Z[ recovery-image] Mar 04 18:49:28.665 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)
103452026-03-04T18:49:32.202Z[ host-image] Mar 04 18:49:30.057 INFO O| Mar 04 18:49:30.057 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/zfs
103462026-03-04T18:49:32.293Z[ host-image] Mar 04 18:49:30.149 INFO BUILD STRING "heads/stlouis-0-gd5693b8f88\n"
103472026-03-04T18:49:32.296Z[ host-image] Mar 04 18:49:30.149 INFO expanded image name: "ci e18753c/${os_short_commit} 2026-03-04 17:44" -> "ci e18753c/d5693b8 2026-03-04 17:44"
103482026-03-04T18:49:32.296Z[ host-image] Mar 04 18:49:30.149 INFO output artefacts stored in: "/work/os-host"
103492026-03-04T18:49:32.296Z[ host-image] Mar 04 18:49:30.149 INFO collecting git info from project "bootserver"...
103502026-03-04T18:49:32.300Z[ host-image] Mar 04 18:49:30.156 INFO collecting git info from project "pilot"...
103512026-03-04T18:49:32.305Z[ host-image] Mar 04 18:49:30.161 INFO collecting git info from project "amd-firmware"...
103522026-03-04T18:49:32.317Z[ host-image] Mar 04 18:49:30.173 INFO collecting git info from project "image-builder"...
103532026-03-04T18:49:32.321Z[ host-image] Mar 04 18:49:30.177 INFO collecting git info from project "dmar-report"...
103542026-03-04T18:49:32.326Z[ host-image] Mar 04 18:49:30.182 INFO collecting git info from project "pinprick"...
103552026-03-04T18:49:32.330Z[ host-image] Mar 04 18:49:30.186 INFO collecting git info from project "phbl"...
103562026-03-04T18:49:32.335Z[ host-image] Mar 04 18:49:30.191 INFO collecting git info from project "chelsio-t6-roms"...
103572026-03-04T18:49:32.340Z[ host-image] Mar 04 18:49:30.196 INFO collecting git info from project "amd-host-image-builder"...
103582026-03-04T18:49:32.345Z[ host-image] Mar 04 18:49:30.201 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
103592026-03-04T18:49:32.743Z[ host-image] Mar 04 18:49:30.599 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
103602026-03-04T18:49:33.106Z[ host-image] Mar 04 18:49:30.962 INFO creating Oxide boot image...
103612026-03-04T18:49:33.106Z[ host-image] Mar 04 18:49:30.962 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/sled-zfs.raw", "-N", "ci e18753c/d5693b8 2026-03-04 17:44", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
103622026-03-04T18:49:34.433Z[ host-image] Mar 04 18:49:32.288 INFO O| ok, image written!
103632026-03-04T18:49:34.433Z[ host-image] Mar 04 18:49:32.288 INFO O| ok, boot_image_csum file written!
103642026-03-04T18:49:34.437Z[ host-image] Mar 04 18:49:32.291 INFO creating boot archive (CPIO)...
103652026-03-04T18:49:34.437Z[ host-image] Mar 04 18:49:32.291 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
103662026-03-04T18:49:34.442Z[ host-image] Mar 04 18:49:32.297 INFO E| + root=/rpool/images/build/host/work/sled/ramdisk
103672026-03-04T18:49:34.445Z[ host-image] Mar 04 18:49:32.297 INFO E| + outfile=/work/os-host/cpio
103682026-03-04T18:49:34.445Z[ host-image] Mar 04 18:49:32.297 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
103692026-03-04T18:49:34.445Z[ host-image] Mar 04 18:49:32.300 INFO E| + cd /rpool/images/build/host/work/sled/ramdisk
103702026-03-04T18:49:34.445Z[ host-image] Mar 04 18:49:32.300 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
103712026-03-04T18:49:34.481Z[ host-image] Mar 04 18:49:32.336 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
103722026-03-04T18:49:34.481Z[ host-image] Mar 04 18:49:32.336 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
103732026-03-04T18:49:34.490Z[ host-image] Mar 04 18:49:32.345 INFO creating compressed cpio/unix for dev loaders...
103742026-03-04T18:49:34.490Z[ host-image] Mar 04 18:49:32.345 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
103752026-03-04T18:49:34.800Z[ host-image] Mar 04 18:49:32.655 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None
103762026-03-04T18:49:34.946Z[ recovery-image] Mar 04 18:49:32.802 INFO E| Compiling bitflags v1.3.2
103772026-03-04T18:49:34.946Z[ recovery-image] Mar 04 18:49:32.802 INFO E| Compiling scroll v0.13.0
103782026-03-04T18:49:34.951Z[ recovery-image] Mar 04 18:49:32.802 INFO E| Compiling bit_field v0.10.3
103792026-03-04T18:49:34.951Z[ recovery-image] Mar 04 18:49:32.802 INFO E| Compiling bitflags v2.10.0
103802026-03-04T18:49:34.951Z[ recovery-image] Mar 04 18:49:32.802 INFO E| Compiling plain v0.2.3
103812026-03-04T18:49:34.951Z[ recovery-image] Mar 04 18:49:32.802 INFO E| Compiling log v0.4.29
103822026-03-04T18:49:34.951Z[ recovery-image] Mar 04 18:49:32.802 INFO E| Compiling adler2 v2.0.1
103832026-03-04T18:49:35.051Z[ recovery-image] Mar 04 18:49:32.906 INFO E| Compiling raw-cpuid v10.7.0
103842026-03-04T18:49:35.139Z[ recovery-image] Mar 04 18:49:32.994 INFO E| Compiling miniz_oxide v0.9.0
103852026-03-04T18:49:35.227Z[ recovery-image] Mar 04 18:49:33.082 INFO E| Compiling static_assertions v1.1.0
103862026-03-04T18:49:35.308Z[ recovery-image] Mar 04 18:49:33.163 INFO E| Compiling cpio_reader v0.1.2
103872026-03-04T18:49:35.351Z[ recovery-image] Mar 04 18:49:33.206 INFO E| Compiling bitstruct v0.1.1
103882026-03-04T18:49:35.576Z[ recovery-image] Mar 04 18:49:33.431 INFO E| Compiling goblin v0.10.4
103892026-03-04T18:49:39.951Z[ host-image] Mar 04 18:49:37.803 INFO creating reset image...
103902026-03-04T18:49:39.952Z[ host-image] Mar 04 18:49:37.803 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl"
103912026-03-04T18:49:40.005Z[ host-image] Mar 04 18:49:37.858 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')"
103922026-03-04T18:49:40.005Z[ host-image] Mar 04 18:49:37.858 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")
103932026-03-04T18:49:40.114Z[ host-image] Mar 04 18:49:37.968 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
103942026-03-04T18:49:40.117Z[ host-image] Mar 04 18:49:37.970 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-host/cpio.z --target-dir /work/os-host/phbl`
103952026-03-04T18:49:40.489Z[ host-image] Mar 04 18:49:38.343 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)
103962026-03-04T18:49:40.489Z[ host-image] Mar 04 18:49:38.343 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)
103972026-03-04T18:49:40.492Z[ host-image] Mar 04 18:49:38.343 INFO E| Compiling proc-macro2 v1.0.106
103982026-03-04T18:49:40.492Z[ host-image] Mar 04 18:49:38.343 INFO E| Compiling quote v1.0.44
103992026-03-04T18:49:40.492Z[ host-image] Mar 04 18:49:38.343 INFO E| Compiling unicode-ident v1.0.23
104002026-03-04T18:49:40.492Z[ host-image] Mar 04 18:49:38.343 INFO E| Compiling syn v1.0.109
104012026-03-04T18:49:40.492Z[ host-image] Mar 04 18:49:38.343 INFO E| Compiling x86 v0.52.0
104022026-03-04T18:49:40.492Z[ host-image] Mar 04 18:49:38.344 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
104032026-03-04T18:49:40.887Z[ host-image] Mar 04 18:49:38.741 INFO E| Compiling seq-macro v0.3.6
104042026-03-04T18:49:41.659Z[ recovery-image] Mar 04 18:49:39.513 INFO E| Finished `release` profile [optimized] target(s) in 38.44s
104052026-03-04T18:49:41.682Z[ recovery-image] Mar 04 18:49:39.536 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
104062026-03-04T18:49:41.775Z[ recovery-image] Mar 04 18:49:39.629 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')"
104072026-03-04T18:49:41.775Z[ recovery-image] Mar 04 18:49:39.629 INFO building ROM for cosmo
104082026-03-04T18:49:41.778Z[ recovery-image] Mar 04 18:49:39.629 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")
104092026-03-04T18:49:42.293Z[ recovery-image] Mar 04 18:49:40.147 INFO E| Downloading crates ...
104102026-03-04T18:49:42.522Z[ recovery-image] Mar 04 18:49:40.232 INFO E| Downloaded anstream v0.6.18
104112026-03-04T18:49:42.540Z[ recovery-image] Mar 04 18:49:40.240 INFO E| Downloaded toml_write v0.1.1
104122026-03-04T18:49:42.540Z[ recovery-image] Mar 04 18:49:40.242 INFO E| Downloaded shared_child v1.0.1
104132026-03-04T18:49:42.540Z[ recovery-image] Mar 04 18:49:40.243 INFO E| Downloaded toml_datetime v0.6.9
104142026-03-04T18:49:42.540Z[ recovery-image] Mar 04 18:49:40.244 INFO E| Downloaded duct v0.13.7
104152026-03-04T18:49:42.540Z[ recovery-image] Mar 04 18:49:40.246 INFO E| Downloaded anstyle-query v1.1.2
104162026-03-04T18:49:42.540Z[ recovery-image] Mar 04 18:49:40.247 INFO E| Downloaded serde_spanned v0.6.8
104172026-03-04T18:49:42.540Z[ recovery-image] Mar 04 18:49:40.249 INFO E| Downloaded os_pipe v1.2.1
104182026-03-04T18:49:42.540Z[ recovery-image] Mar 04 18:49:40.250 INFO E| Downloaded is_terminal_polyfill v1.70.1
104192026-03-04T18:49:42.540Z[ recovery-image] Mar 04 18:49:40.251 INFO E| Downloaded colorchoice v1.0.3
104202026-03-04T18:49:42.540Z[ recovery-image] Mar 04 18:49:40.252 INFO E| Downloaded anstyle v1.0.10
104212026-03-04T18:49:42.540Z[ recovery-image] Mar 04 18:49:40.260 INFO E| Downloaded clap_derive v4.5.32
104222026-03-04T18:49:42.540Z[ recovery-image] Mar 04 18:49:40.263 INFO E| Downloaded anstyle-parse v0.2.6
104232026-03-04T18:49:42.540Z[ recovery-image] Mar 04 18:49:40.271 INFO E| Downloaded clap v4.5.37
104242026-03-04T18:49:42.540Z[ host-image] Mar 04 18:49:40.281 INFO E| Compiling syn v2.0.114
104252026-03-04T18:49:42.540Z[ recovery-image] Mar 04 18:49:40.282 INFO E| Downloaded toml_edit v0.22.26
104262026-03-04T18:49:42.540Z[ recovery-image] Mar 04 18:49:40.326 INFO E| Downloaded cc v1.2.20
104272026-03-04T18:49:42.540Z[ recovery-image] Mar 04 18:49:40.330 INFO E| Downloaded toml v0.8.22
104282026-03-04T18:49:42.540Z[ recovery-image] Mar 04 18:49:40.371 INFO E| Downloaded clap_builder v4.5.37
104292026-03-04T18:49:42.545Z[ recovery-image] Mar 04 18:49:40.377 INFO E| Downloaded winnow v0.7.7
104302026-03-04T18:49:42.606Z[ recovery-image] Mar 04 18:49:40.459 INFO E| Compiling libc v0.2.172
104312026-03-04T18:49:42.606Z[ recovery-image] Mar 04 18:49:40.460 INFO E| Compiling utf8parse v0.2.2
104322026-03-04T18:49:42.606Z[ recovery-image] Mar 04 18:49:40.460 INFO E| Compiling colorchoice v1.0.3
104332026-03-04T18:49:42.609Z[ recovery-image] Mar 04 18:49:40.460 INFO E| Compiling anstyle v1.0.10
104342026-03-04T18:49:42.609Z[ recovery-image] Mar 04 18:49:40.460 INFO E| Compiling equivalent v1.0.2
104352026-03-04T18:49:42.638Z[ recovery-image] Mar 04 18:49:40.492 INFO E| Compiling is_terminal_polyfill v1.70.1
104362026-03-04T18:49:42.641Z[ recovery-image] Mar 04 18:49:40.493 INFO E| Compiling hashbrown v0.15.2
104372026-03-04T18:49:42.642Z[ recovery-image] Mar 04 18:49:40.493 INFO E| Compiling syn v2.0.101
104382026-03-04T18:49:44.020Z[ recovery-image] Mar 04 18:49:41.873 INFO E| Compiling anstyle-parse v0.2.6
104392026-03-04T18:49:44.020Z[ recovery-image] Mar 04 18:49:41.874 INFO E| Compiling anstyle-query v1.1.2
104402026-03-04T18:49:44.230Z[ recovery-image] Mar 04 18:49:42.083 INFO E| Compiling once_cell v1.21.3
104412026-03-04T18:49:44.280Z[ recovery-image] Mar 04 18:49:42.133 INFO E| Compiling shlex v1.3.0
104422026-03-04T18:49:44.288Z[ recovery-image] Mar 04 18:49:42.141 INFO E| Compiling clap_lex v0.7.4
104432026-03-04T18:49:44.326Z[ recovery-image] Mar 04 18:49:42.180 INFO E| Compiling anstream v0.6.18
104442026-03-04T18:49:44.407Z[ recovery-image] Mar 04 18:49:42.260 INFO E| Compiling toml_write v0.1.1
104452026-03-04T18:49:44.779Z[ recovery-image] Mar 04 18:49:42.632 INFO E| Compiling cc v1.2.20
104462026-03-04T18:49:44.944Z[ recovery-image] Mar 04 18:49:42.796 INFO E| Compiling winnow v0.7.7
104472026-03-04T18:49:45.111Z[ recovery-image] Mar 04 18:49:42.964 INFO E| Compiling anyhow v1.0.98
104482026-03-04T18:49:45.296Z[ recovery-image] Mar 04 18:49:43.149 INFO E| Compiling indexmap v2.9.0
104492026-03-04T18:49:45.339Z[ recovery-image] Mar 04 18:49:43.193 INFO E| Compiling strsim v0.11.1
104502026-03-04T18:50:31.122Z[ recovery-image] Mar 04 18:49:43.814 INFO E| Compiling clap_builder v4.5.37
104512026-03-04T18:50:31.192Z[ recovery-image] Mar 04 18:49:44.262 INFO E| Compiling shared_child v1.0.1
104522026-03-04T18:50:31.192Z[ recovery-image] Mar 04 18:49:44.589 INFO E| Compiling os_pipe v1.2.1
104532026-03-04T18:50:31.192Z[ host-image] Mar 04 18:49:44.601 INFO E| Compiling scroll_derive v0.13.1
104542026-03-04T18:50:31.193Z[ recovery-image] Mar 04 18:49:44.889 INFO E| Compiling duct v0.13.7
104552026-03-04T18:50:31.249Z[ recovery-image] Mar 04 18:49:46.793 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/xtask)
104562026-03-04T18:50:31.249Z[ host-image] Mar 04 18:49:48.277 INFO E| Compiling bitstruct_derive v0.1.0
104572026-03-04T18:50:31.249Z[ recovery-image] Mar 04 18:49:48.664 INFO E| Compiling serde_derive v1.0.219
104582026-03-04T18:50:31.249Z[ recovery-image] Mar 04 18:49:48.664 INFO E| Compiling clap_derive v4.5.32
104592026-03-04T18:50:31.249Z[ recovery-image] Mar 04 18:49:51.297 INFO E| Compiling clap v4.5.37
104602026-03-04T18:50:31.249Z[ recovery-image] Mar 04 18:49:52.617 INFO E| Compiling serde v1.0.219
104612026-03-04T18:50:31.249Z[ recovery-image] Mar 04 18:49:55.808 INFO E| Compiling toml_datetime v0.6.9
104622026-03-04T18:50:31.249Z[ recovery-image] Mar 04 18:49:55.808 INFO E| Compiling serde_spanned v0.6.8
104632026-03-04T18:50:31.249Z[ recovery-image] Mar 04 18:49:56.048 INFO E| Compiling toml_edit v0.22.26
104642026-03-04T18:50:31.249Z[ recovery-image] Mar 04 18:49:58.274 INFO E| Compiling toml v0.8.22
104652026-03-04T18:50:31.249Z[ recovery-image] Mar 04 18:50:01.793 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.02s
104662026-03-04T18:50:31.249Z[ recovery-image] Mar 04 18:50:01.810 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`
104672026-03-04T18:50:31.249Z[ recovery-image] Mar 04 18:50:01.824 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7.toml"
104682026-03-04T18:50:31.249Z[ recovery-image] Mar 04 18:50:02.137 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.30s
104692026-03-04T18:50:31.249Z[ recovery-image] Mar 04 18:50:02.143 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`
104702026-03-04T18:50:31.250Z[ recovery-image] Mar 04 18:50:02.670 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x00_AmdPubKey_BRH.tkn"
104712026-03-04T18:50:31.250Z[ recovery-image] Mar 04 18:50:02.670 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x01_PspBl_BRH.esbin"
104722026-03-04T18:50:31.250Z[ recovery-image] Mar 04 18:50:02.670 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x02_PspOS_BRH.ecsbin"
104732026-03-04T18:50:31.250Z[ recovery-image] Mar 04 18:50:02.670 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x03_PspRecBl_BRH.esbin"
104742026-03-04T18:50:31.250Z[ recovery-image] Mar 04 18:50:02.670 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x08_SmuFirmware_breithorn.ecsbin"
104752026-03-04T18:50:31.250Z[ recovery-image] Mar 04 18:50:02.671 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
104762026-03-04T18:50:31.250Z[ recovery-image] Mar 04 18:50:02.671 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
104772026-03-04T18:50:31.250Z[ recovery-image] Mar 04 18:50:02.671 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x0A_PspAblPubKey_BRH.stkn"
104782026-03-04T18:50:31.250Z[ recovery-image] Mar 04 18:50:02.671 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x13_SduFw_BRH.ecsbin"
104792026-03-04T18:50:31.250Z[ recovery-image] Mar 04 18:50:02.671 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x21_PspAmdIkek_BRH.bin"
104802026-03-04T18:50:31.250Z[ recovery-image] Mar 04 18:50:02.671 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x22_SecureEmptyToken.bin"
104812026-03-04T18:50:31.250Z[ recovery-image] Mar 04 18:50:02.671 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
104822026-03-04T18:50:31.250Z[ recovery-image] Mar 04 18:50:02.671 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
104832026-03-04T18:50:31.250Z[ recovery-image] Mar 04 18:50:02.671 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x28_PspSystemDriver_BRH.ecsbin"
104842026-03-04T18:50:31.250Z[ recovery-image] Mar 04 18:50:02.671 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
104852026-03-04T18:50:31.250Z[ recovery-image] Mar 04 18:50:02.671 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
104862026-03-04T18:50:31.250Z[ recovery-image] Mar 04 18:50:02.671 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x2D_AblRt.ecsbin"
104872026-03-04T18:50:31.250Z[ recovery-image] Mar 04 18:50:02.671 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
104882026-03-04T18:50:31.251Z[ recovery-image] Mar 04 18:50:02.672 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x42_PhyFw_BRH.ecsbin"
104892026-03-04T18:50:31.251Z[ recovery-image] Mar 04 18:50:02.672 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x44_USB_PHY_BRH.esbin"
104902026-03-04T18:50:31.251Z[ recovery-image] Mar 04 18:50:02.672 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
104912026-03-04T18:50:31.251Z[ recovery-image] Mar 04 18:50:02.672 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
104922026-03-04T18:50:31.251Z[ recovery-image] Mar 04 18:50:02.672 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x50_PspKeyDataBase_BRH.sbin"
104932026-03-04T18:50:31.251Z[ recovery-image] Mar 04 18:50:02.672 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
104942026-03-04T18:50:31.251Z[ recovery-image] Mar 04 18:50:02.672 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x55_SPLTable_BRH.sbin"
104952026-03-04T18:50:31.251Z[ recovery-image] Mar 04 18:50:02.672 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x5DMpioFw_BRH.cesbin"
104962026-03-04T18:50:31.251Z[ recovery-image] Mar 04 18:50:02.672 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x64_RasDriver_BRH.ecsbin"
104972026-03-04T18:50:31.251Z[ recovery-image] Mar 04 18:50:02.672 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
104982026-03-04T18:50:31.251Z[ recovery-image] Mar 04 18:50:02.672 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1A_SevDriver_BRH.ecsbin"
104992026-03-04T18:50:31.251Z[ recovery-image] Mar 04 18:50:02.672 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
105002026-03-04T18:50:31.251Z[ recovery-image] Mar 04 18:50:02.672 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1B_BootDriver_BRH.ecsbin"
105012026-03-04T18:50:31.251Z[ recovery-image] Mar 04 18:50:02.672 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1C_SocDriver_BRH.ecsbin"
105022026-03-04T18:50:31.251Z[ recovery-image] Mar 04 18:50:02.672 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1D_HadDriver_BRH.ecsbin"
105032026-03-04T18:50:31.251Z[ recovery-image] Mar 04 18:50:02.672 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
105042026-03-04T18:50:31.251Z[ recovery-image] Mar 04 18:50:02.672 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x38_PspSevEmptyData.bin"
105052026-03-04T18:50:31.251Z[ recovery-image] Mar 04 18:50:02.672 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x47_DRTMDriver_BRH.ecsbin"
105062026-03-04T18:50:31.251Z[ recovery-image] Mar 04 18:50:02.672 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x67_FHPDriver_BRH.ecsbin"
105072026-03-04T18:50:31.251Z[ recovery-image] Mar 04 18:50:02.672 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x68_SPDMDriver_BRH.ecsbin"
105082026-03-04T18:50:31.251Z[ recovery-image] Mar 04 18:50:02.673 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x69_DPEDriver_BRH.ecsbin"
105092026-03-04T18:50:31.251Z[ recovery-image] Mar 04 18:50:02.673 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x73_PspBl_BRH.ecsbin"
105102026-03-04T18:50:31.251Z[ recovery-image] Mar 04 18:50:02.673 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x76_DfRib_BRH.csbin"
105112026-03-04T18:50:31.251Z[ recovery-image] Mar 04 18:50:02.673 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x8C_MPDMATF_BRH.sbin"
105122026-03-04T18:50:31.251Z[ recovery-image] Mar 04 18:50:02.673 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x91_GmiPhyFw_BRH.esbin"
105132026-03-04T18:50:31.251Z[ recovery-image] Mar 04 18:50:02.673 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x92_Page_BRH.sbin"
105142026-03-04T18:50:31.251Z[ recovery-image] Mar 04 18:50:02.673 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x9D_AspSramFwExt_BRH.sbin"
105152026-03-04T18:50:31.251Z[ recovery-image] Mar 04 18:50:02.673 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
105162026-03-04T18:50:31.251Z[ recovery-image] Mar 04 18:50:02.673 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_A0.sbin"
105172026-03-04T18:50:31.251Z[ recovery-image] Mar 04 18:50:02.673 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRHD_A0.sbin"
105182026-03-04T18:50:31.251Z[ recovery-image] Mar 04 18:50:02.673 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_B0.sbin"
105192026-03-04T18:50:31.251Z[ recovery-image] Mar 04 18:50:02.673 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_C0.sbin"
105202026-03-04T18:50:31.251Z[ recovery-image] Mar 04 18:50:02.673 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRHD_B0.sbin"
105212026-03-04T18:50:31.251Z[ recovery-image] Mar 04 18:50:02.673 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_B1.sbin"
105222026-03-04T18:50:31.251Z[ recovery-image] Mar 04 18:50:02.673 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_C1.sbin"
105232026-03-04T18:50:31.251Z[ recovery-image] Mar 04 18:50:02.673 INFO O| Info: ABL version: 0x1007f011
105242026-03-04T18:50:31.251Z[ recovery-image] Mar 04 18:50:02.674 INFO O| Info: For sub_program 2: SMU firmware version: 99.125.0
105252026-03-04T18:50:31.251Z[ recovery-image] Mar 04 18:50:02.674 INFO O| Info: For sub_program 0: SMU firmware version: 94.125.0
105262026-03-04T18:50:31.252Z[ recovery-image] Mar 04 18:50:02.674 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/APOB_NV_BRH.bin"
105272026-03-04T18:50:31.252Z[ recovery-image] Mar 04 18:50:02.674 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
105282026-03-04T18:50:31.252Z[ recovery-image] Mar 04 18:50:02.674 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
105292026-03-04T18:50:31.252Z[ recovery-image] Mar 04 18:50:02.674 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
105302026-03-04T18:50:31.252Z[ recovery-image] Mar 04 18:50:02.674 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
105312026-03-04T18:50:31.252Z[ recovery-image] Mar 04 18:50:02.675 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
105322026-03-04T18:50:31.252Z[ recovery-image] Mar 04 18:50:02.675 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
105332026-03-04T18:50:31.252Z[ recovery-image] Mar 04 18:50:02.675 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
105342026-03-04T18:50:31.252Z[ recovery-image] Mar 04 18:50:02.675 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
105352026-03-04T18:50:31.252Z[ recovery-image] Mar 04 18:50:02.675 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
105362026-03-04T18:50:31.252Z[ recovery-image] Mar 04 18:50:02.675 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
105372026-03-04T18:50:31.252Z[ recovery-image] Mar 04 18:50:02.675 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
105382026-03-04T18:50:31.252Z[ recovery-image] Mar 04 18:50:02.675 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
105392026-03-04T18:50:31.252Z[ recovery-image] Mar 04 18:50:02.675 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
105402026-03-04T18:50:31.252Z[ recovery-image] Mar 04 18:50:02.675 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
105412026-03-04T18:50:31.252Z[ recovery-image] Mar 04 18:50:02.675 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
105422026-03-04T18:50:31.252Z[ recovery-image] Mar 04 18:50:02.675 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
105432026-03-04T18:50:31.252Z[ recovery-image] Mar 04 18:50:02.675 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
105442026-03-04T18:50:31.252Z[ recovery-image] Mar 04 18:50:02.675 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
105452026-03-04T18:50:31.252Z[ recovery-image] Mar 04 18:50:02.675 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
105462026-03-04T18:50:31.252Z[ recovery-image] Mar 04 18:50:02.717 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
105472026-03-04T18:50:31.252Z[ recovery-image] Mar 04 18:50:02.717 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
105482026-03-04T18:50:31.252Z[ recovery-image] Mar 04 18:50:02.717 INFO building ROM for gimlet
105492026-03-04T18:50:31.252Z[ recovery-image] Mar 04 18:50:02.718 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")
105502026-03-04T18:50:31.252Z[ recovery-image] Mar 04 18:50:02.873 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.08s
105512026-03-04T18:50:31.252Z[ recovery-image] Mar 04 18:50:02.878 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`
105522026-03-04T18:50:31.252Z[ recovery-image] Mar 04 18:50:02.891 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml"
105532026-03-04T18:50:31.252Z[ recovery-image] Mar 04 18:50:02.983 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.08s
105542026-03-04T18:50:31.252Z[ recovery-image] Mar 04 18:50:02.987 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`
105552026-03-04T18:50:31.295Z[ recovery-image] Mar 04 18:50:03.179 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/AmdPubKey_gn.tkn"
105562026-03-04T18:50:31.295Z[ recovery-image]
105572026-03-04T18:50:31.295Z[ recovery-image] real 33:45.105308421
105582026-03-04T18:50:31.295Z[ recovery-image] user 25:32.011525365
105592026-03-04T18:50:31.296Z[ recovery-image] sys 1:42.800979839
105602026-03-04T18:50:31.296Z[ recovery-image] trap 1.352406186
105612026-03-04T18:50:31.296Z[ recovery-image] tflt 6.973357097
105622026-03-04T18:50:31.296Z[ recovery-image] dflt 4.774994063
105632026-03-04T18:50:31.296Z[ recovery-image] kflt 0.020841246
105642026-03-04T18:50:31.296Z[ recovery-image] lock 22:37.951514996
105652026-03-04T18:50:31.296Z[ recovery-image] slp 3:19:16.942796250
105662026-03-04T18:50:31.296Z[ recovery-image] lat 7:10.468558971
105672026-03-04T18:50:31.296Z[ recovery-image] stop 9.646473376
105682026-03-04T18:50:31.296ZMar 04 18:50:07.067 INFO [recovery-image] process exited with exit status: 0 (2025.112230027s)
105692026-03-04T18:50:31.296Z[ recovery-image] Mar 04 18:50:03.179 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspBootLoader_gn.sbin"
105702026-03-04T18:50:31.296Z[ recovery-image] Mar 04 18:50:03.179 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspRecoveryBootLoader_gn.sbin"
105712026-03-04T18:50:31.296Z[ recovery-image] Mar 04 18:50:03.179 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SmuFirmwareGn.csbin"
105722026-03-04T18:50:31.296Z[ recovery-image] Mar 04 18:50:03.179 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureDebugToken_gn.stkn"
105732026-03-04T18:50:31.296Z[ recovery-image] Mar 04 18:50:03.179 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspABLFw_gn.stkn"
105742026-03-04T18:50:31.296Z[ recovery-image] Mar 04 18:50:03.179 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SmuFirmware2Gn.csbin"
105752026-03-04T18:50:31.296Z[ recovery-image] Mar 04 18:50:03.179 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureDebugUnlock_gn.sbin"
105762026-03-04T18:50:31.296Z[ recovery-image] Mar 04 18:50:03.179 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspIkek_gn.bin"
105772026-03-04T18:50:31.297Z[ recovery-image] Mar 04 18:50:03.179 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureEmptyToken.bin"
105782026-03-04T18:50:31.297Z[ recovery-image] Mar 04 18:50:03.179 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/RsmuSecPolicy_gn.sbin"
105792026-03-04T18:50:31.297Z[ recovery-image] Mar 04 18:50:03.179 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Mp5Gn.csbin"
105802026-03-04T18:50:31.297Z[ recovery-image] Mar 04 18:50:03.179 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/AgesaBootloader_U_prod_GN.csbin"
105812026-03-04T18:50:31.297Z[ recovery-image] Mar 04 18:50:03.180 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/GnPhyFw.sbin"
105822026-03-04T18:50:31.297Z[ recovery-image] Mar 04 18:50:03.180 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PSP-Key-DB_gn.sbin"
105832026-03-04T18:50:31.297Z[ recovery-image] Mar 04 18:50:03.180 INFO O| Info: ABL version: 0x100f5010
105842026-03-04T18:50:31.297Z[ recovery-image] Mar 04 18:50:03.180 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.0
105852026-03-04T18:50:31.297Z[ recovery-image] Mar 04 18:50:03.180 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
105862026-03-04T18:50:31.297Z[ recovery-image] Mar 04 18:50:03.180 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
105872026-03-04T18:50:31.297Z[ recovery-image] Mar 04 18:50:03.180 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
105882026-03-04T18:50:31.297Z[ recovery-image] Mar 04 18:50:03.180 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
105892026-03-04T18:50:31.297Z[ recovery-image] Mar 04 18:50:03.180 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
105902026-03-04T18:50:31.297Z[ recovery-image] Mar 04 18:50:03.180 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
105912026-03-04T18:50:31.297Z[ recovery-image] Mar 04 18:50:03.180 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
105922026-03-04T18:50:31.297Z[ recovery-image] Mar 04 18:50:03.180 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
105932026-03-04T18:50:31.297Z[ recovery-image] Mar 04 18:50:03.180 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
105942026-03-04T18:50:31.297Z[ recovery-image] Mar 04 18:50:03.181 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
105952026-03-04T18:50:31.297Z[ recovery-image] Mar 04 18:50:03.181 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
105962026-03-04T18:50:31.297Z[ recovery-image] Mar 04 18:50:03.181 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
105972026-03-04T18:50:31.298Z[ recovery-image] Mar 04 18:50:03.181 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
105982026-03-04T18:50:31.298Z[ recovery-image] Mar 04 18:50:03.181 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
105992026-03-04T18:50:31.298Z[ recovery-image] Mar 04 18:50:03.181 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
106002026-03-04T18:50:31.298Z[ recovery-image] Mar 04 18:50:03.181 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
106012026-03-04T18:50:31.298Z[ recovery-image] Mar 04 18:50:03.181 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
106022026-03-04T18:50:31.298Z[ recovery-image] Mar 04 18:50:03.181 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
106032026-03-04T18:50:31.298Z[ recovery-image] Mar 04 18:50:03.216 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
106042026-03-04T18:50:31.298Z[ recovery-image] Mar 04 18:50:07.062 INFO image complete! materials are in "/work/os-recovery"
106052026-03-04T18:50:31.298Z[ host-image] Mar 04 18:50:07.440 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)
106062026-03-04T18:50:31.298Z[ host-image] Mar 04 18:50:11.370 INFO E| Compiling bitflags v1.3.2
106072026-03-04T18:50:31.298Z[ host-image] Mar 04 18:50:11.370 INFO E| Compiling plain v0.2.3
106082026-03-04T18:50:31.298Z[ host-image] Mar 04 18:50:11.370 INFO E| Compiling adler2 v2.0.1
106092026-03-04T18:50:31.298Z[ host-image] Mar 04 18:50:11.370 INFO E| Compiling bit_field v0.10.3
106102026-03-04T18:50:31.298Z[ host-image] Mar 04 18:50:11.370 INFO E| Compiling bitflags v2.10.0
106112026-03-04T18:50:31.298Z[ host-image] Mar 04 18:50:11.371 INFO E| Compiling log v0.4.29
106122026-03-04T18:50:31.298Z[ host-image] Mar 04 18:50:11.371 INFO E| Compiling scroll v0.13.0
106132026-03-04T18:50:31.298Z[ host-image] Mar 04 18:50:11.479 INFO E| Compiling raw-cpuid v10.7.0
106142026-03-04T18:50:31.298Z[ host-image] Mar 04 18:50:11.560 INFO E| Compiling miniz_oxide v0.9.0
106152026-03-04T18:50:31.298Z[ host-image] Mar 04 18:50:11.701 INFO E| Compiling cpio_reader v0.1.2
106162026-03-04T18:50:31.298Z[ host-image] Mar 04 18:50:11.732 INFO E| Compiling bitstruct v0.1.1
106172026-03-04T18:50:31.298Z[ host-image] Mar 04 18:50:11.876 INFO E| Compiling goblin v0.10.4
106182026-03-04T18:50:31.298Z[ host-image] Mar 04 18:50:11.904 INFO E| Compiling static_assertions v1.1.0
106192026-03-04T18:50:31.298Z[ host-image] Mar 04 18:50:17.255 INFO E| Finished `release` profile [optimized] target(s) in 39.27s
106202026-03-04T18:50:31.298Z[ host-image] Mar 04 18:50:17.273 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
106212026-03-04T18:50:31.298Z[ host-image] Mar 04 18:50:17.345 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')"
106222026-03-04T18:50:31.298Z[ host-image] Mar 04 18:50:17.345 INFO building ROM for gimlet
106232026-03-04T18:50:31.298Z[ host-image] Mar 04 18:50:17.345 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")
106242026-03-04T18:50:31.299Z[ host-image] Mar 04 18:50:17.482 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.07s
106252026-03-04T18:50:31.299Z[ host-image] Mar 04 18:50:17.485 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`
106262026-03-04T18:50:31.299Z[ host-image] Mar 04 18:50:17.496 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml"
106272026-03-04T18:50:31.299Z[ host-image] Mar 04 18:50:17.585 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.08s
106282026-03-04T18:50:31.299Z[ host-image] Mar 04 18:50:17.589 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`
106292026-03-04T18:50:31.299Z[ host-image] Mar 04 18:50:17.786 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/AmdPubKey_gn.tkn"
106302026-03-04T18:50:31.299Z[ host-image] Mar 04 18:50:17.786 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspBootLoader_gn.sbin"
106312026-03-04T18:50:31.299Z[ host-image] Mar 04 18:50:17.786 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspRecoveryBootLoader_gn.sbin"
106322026-03-04T18:50:31.299Z[ host-image] Mar 04 18:50:17.786 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SmuFirmwareGn.csbin"
106332026-03-04T18:50:31.299Z[ host-image] Mar 04 18:50:17.786 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureDebugToken_gn.stkn"
106342026-03-04T18:50:31.299Z[ host-image] Mar 04 18:50:17.786 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspABLFw_gn.stkn"
106352026-03-04T18:50:31.299Z[ host-image] Mar 04 18:50:17.786 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SmuFirmware2Gn.csbin"
106362026-03-04T18:50:31.299Z[ host-image] Mar 04 18:50:17.786 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureDebugUnlock_gn.sbin"
106372026-03-04T18:50:31.299Z[ host-image] Mar 04 18:50:17.786 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspIkek_gn.bin"
106382026-03-04T18:50:31.299Z[ host-image] Mar 04 18:50:17.786 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureEmptyToken.bin"
106392026-03-04T18:50:31.299Z[ host-image] Mar 04 18:50:17.786 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/RsmuSecPolicy_gn.sbin"
106402026-03-04T18:50:31.299Z[ host-image] Mar 04 18:50:17.787 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Mp5Gn.csbin"
106412026-03-04T18:50:31.299Z[ host-image] Mar 04 18:50:17.787 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/AgesaBootloader_U_prod_GN.csbin"
106422026-03-04T18:50:31.299Z[ host-image] Mar 04 18:50:17.787 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/GnPhyFw.sbin"
106432026-03-04T18:50:31.299Z[ host-image] Mar 04 18:50:17.787 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PSP-Key-DB_gn.sbin"
106442026-03-04T18:50:31.299Z[ host-image] Mar 04 18:50:17.787 INFO O| Info: ABL version: 0x100f5010
106452026-03-04T18:50:31.299Z[ host-image] Mar 04 18:50:17.787 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.0
106462026-03-04T18:50:31.299Z[ host-image] Mar 04 18:50:17.787 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
106472026-03-04T18:50:31.299Z[ host-image] Mar 04 18:50:17.787 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
106482026-03-04T18:50:31.300Z[ host-image] Mar 04 18:50:17.787 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
106492026-03-04T18:50:31.300Z[ host-image] Mar 04 18:50:17.787 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
106502026-03-04T18:50:31.300Z[ host-image] Mar 04 18:50:17.787 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
106512026-03-04T18:50:31.300Z[ host-image] Mar 04 18:50:17.787 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
106522026-03-04T18:50:31.300Z[ host-image] Mar 04 18:50:17.787 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
106532026-03-04T18:50:31.300Z[ host-image] Mar 04 18:50:17.788 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
106542026-03-04T18:50:31.300Z[ host-image] Mar 04 18:50:17.788 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
106552026-03-04T18:50:31.355Z[ host-image] Mar 04 18:50:17.788 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
106562026-03-04T18:50:31.355Z[ host-image] Mar 04 18:50:17.788 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
106572026-03-04T18:50:31.355Z[ host-image] Mar 04 18:50:17.788 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
106582026-03-04T18:50:31.355Z[ host-image] Mar 04 18:50:17.788 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
106592026-03-04T18:50:31.355Z[ host-image] Mar 04 18:50:17.788 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
106602026-03-04T18:50:31.355Z[ host-image] Mar 04 18:50:17.788 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
106612026-03-04T18:50:31.355Z[ host-image] Mar 04 18:50:17.788 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
106622026-03-04T18:50:31.356Z[ host-image] Mar 04 18:50:17.788 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
106632026-03-04T18:50:31.356Z[ host-image] Mar 04 18:50:17.788 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
106642026-03-04T18:50:31.356Z[ host-image] Mar 04 18:50:17.832 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
106652026-03-04T18:50:31.356Z[ host-image] Mar 04 18:50:17.832 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
106662026-03-04T18:50:31.356Z[ host-image] Mar 04 18:50:17.832 INFO building ROM for cosmo
106672026-03-04T18:50:31.356Z[ host-image] Mar 04 18:50:17.832 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")
106682026-03-04T18:50:31.357Z[ host-image] Mar 04 18:50:17.969 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.07s
106692026-03-04T18:50:31.357Z[ host-image] Mar 04 18:50:17.972 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`
106702026-03-04T18:50:31.357Z[ host-image] Mar 04 18:50:17.983 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7.toml"
106712026-03-04T18:50:31.357Z[ host-image] Mar 04 18:50:18.071 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.08s
106722026-03-04T18:50:31.357Z[ host-image] Mar 04 18:50:18.075 INFO E| Running `target/debug/amd-host-image-builder generate -v -s 32MiB -r /work/os-host/phbl/x86_64-oxide-none-elf/release/phbl -c /work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5 -B /work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7 -o /work/os-host/cosmo.rom`
106732026-03-04T18:50:31.357Z[ host-image] Mar 04 18:50:18.418 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x00_AmdPubKey_BRH.tkn"
106742026-03-04T18:50:31.357Z[ host-image] Mar 04 18:50:18.418 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x01_PspBl_BRH.esbin"
106752026-03-04T18:50:31.357Z[ host-image] Mar 04 18:50:18.418 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x02_PspOS_BRH.ecsbin"
106762026-03-04T18:50:31.357Z[ host-image] Mar 04 18:50:18.418 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x03_PspRecBl_BRH.esbin"
106772026-03-04T18:50:31.357Z[ host-image] Mar 04 18:50:18.418 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x08_SmuFirmware_breithorn.ecsbin"
106782026-03-04T18:50:31.357Z[ host-image] Mar 04 18:50:18.418 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
106792026-03-04T18:50:31.357Z[ host-image] Mar 04 18:50:18.418 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
106802026-03-04T18:50:31.357Z[ host-image] Mar 04 18:50:18.418 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x0A_PspAblPubKey_BRH.stkn"
106812026-03-04T18:50:31.357Z[ host-image] Mar 04 18:50:18.418 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x13_SduFw_BRH.ecsbin"
106822026-03-04T18:50:31.357Z[ host-image] Mar 04 18:50:18.418 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x21_PspAmdIkek_BRH.bin"
106832026-03-04T18:50:31.357Z[ host-image] Mar 04 18:50:18.418 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x22_SecureEmptyToken.bin"
106842026-03-04T18:50:31.357Z[ host-image] Mar 04 18:50:18.418 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
106852026-03-04T18:50:31.357Z[ host-image] Mar 04 18:50:18.418 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
106862026-03-04T18:50:31.357Z[ host-image] Mar 04 18:50:18.418 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x28_PspSystemDriver_BRH.ecsbin"
106872026-03-04T18:50:31.357Z[ host-image] Mar 04 18:50:18.418 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
106882026-03-04T18:50:31.357Z[ host-image] Mar 04 18:50:18.418 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
106892026-03-04T18:50:31.357Z[ host-image] Mar 04 18:50:18.418 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x2D_AblRt.ecsbin"
106902026-03-04T18:50:31.357Z[ host-image] Mar 04 18:50:18.418 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
106912026-03-04T18:50:31.357Z[ host-image] Mar 04 18:50:18.418 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x42_PhyFw_BRH.ecsbin"
106922026-03-04T18:50:31.358Z[ host-image] Mar 04 18:50:18.419 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x44_USB_PHY_BRH.esbin"
106932026-03-04T18:50:31.358Z[ host-image] Mar 04 18:50:18.419 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
106942026-03-04T18:50:31.358Z[ host-image] Mar 04 18:50:18.419 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
106952026-03-04T18:50:31.358Z[ host-image] Mar 04 18:50:18.419 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x50_PspKeyDataBase_BRH.sbin"
106962026-03-04T18:50:31.358Z[ host-image] Mar 04 18:50:18.419 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
106972026-03-04T18:50:31.358Z[ host-image] Mar 04 18:50:18.419 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x55_SPLTable_BRH.sbin"
106982026-03-04T18:50:31.358Z[ host-image] Mar 04 18:50:18.419 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x5DMpioFw_BRH.cesbin"
106992026-03-04T18:50:31.358Z[ host-image] Mar 04 18:50:18.419 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x64_RasDriver_BRH.ecsbin"
107002026-03-04T18:50:31.358Z[ host-image] Mar 04 18:50:18.419 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
107012026-03-04T18:50:31.358Z[ host-image] Mar 04 18:50:18.419 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1A_SevDriver_BRH.ecsbin"
107022026-03-04T18:50:31.358Z[ host-image] Mar 04 18:50:18.419 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
107032026-03-04T18:50:31.358Z[ host-image] Mar 04 18:50:18.419 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1B_BootDriver_BRH.ecsbin"
107042026-03-04T18:50:31.358Z[ host-image] Mar 04 18:50:18.419 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1C_SocDriver_BRH.ecsbin"
107052026-03-04T18:50:31.358Z[ host-image] Mar 04 18:50:18.419 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1D_HadDriver_BRH.ecsbin"
107062026-03-04T18:50:31.358Z[ host-image] Mar 04 18:50:18.419 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
107072026-03-04T18:50:31.358Z[ host-image] Mar 04 18:50:18.419 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x38_PspSevEmptyData.bin"
107082026-03-04T18:50:31.358Z[ host-image] Mar 04 18:50:18.419 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x47_DRTMDriver_BRH.ecsbin"
107092026-03-04T18:50:31.358Z[ host-image] Mar 04 18:50:18.419 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x67_FHPDriver_BRH.ecsbin"
107102026-03-04T18:50:31.358Z[ host-image] Mar 04 18:50:18.419 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x68_SPDMDriver_BRH.ecsbin"
107112026-03-04T18:50:31.358Z[ host-image] Mar 04 18:50:18.419 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x69_DPEDriver_BRH.ecsbin"
107122026-03-04T18:50:31.358Z[ host-image] Mar 04 18:50:18.419 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x73_PspBl_BRH.ecsbin"
107132026-03-04T18:50:31.358Z[ host-image] Mar 04 18:50:18.419 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x76_DfRib_BRH.csbin"
107142026-03-04T18:50:31.358Z[ host-image] Mar 04 18:50:18.419 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x8C_MPDMATF_BRH.sbin"
107152026-03-04T18:50:31.358Z[ host-image] Mar 04 18:50:18.419 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x91_GmiPhyFw_BRH.esbin"
107162026-03-04T18:50:31.359Z[ host-image] Mar 04 18:50:18.419 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x92_Page_BRH.sbin"
107172026-03-04T18:50:31.359Z[ host-image] Mar 04 18:50:18.419 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x9D_AspSramFwExt_BRH.sbin"
107182026-03-04T18:50:31.359Z[ host-image] Mar 04 18:50:18.419 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
107192026-03-04T18:50:31.359Z[ host-image] Mar 04 18:50:18.419 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_A0.sbin"
107202026-03-04T18:50:31.359Z[ host-image] Mar 04 18:50:18.419 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRHD_A0.sbin"
107212026-03-04T18:50:31.359Z[ host-image] Mar 04 18:50:18.420 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_B0.sbin"
107222026-03-04T18:50:31.359Z[ host-image] Mar 04 18:50:18.420 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_C0.sbin"
107232026-03-04T18:50:31.359Z[ host-image] Mar 04 18:50:18.420 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRHD_B0.sbin"
107242026-03-04T18:50:31.359Z[ host-image] Mar 04 18:50:18.420 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_B1.sbin"
107252026-03-04T18:50:31.359Z[ host-image] Mar 04 18:50:18.420 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_C1.sbin"
107262026-03-04T18:50:31.359Z[ host-image] Mar 04 18:50:18.420 INFO O| Info: ABL version: 0x1007f011
107272026-03-04T18:50:31.359Z[ host-image] Mar 04 18:50:18.420 INFO O| Info: For sub_program 2: SMU firmware version: 99.125.0
107282026-03-04T18:50:31.359Z[ host-image] Mar 04 18:50:18.420 INFO O| Info: For sub_program 0: SMU firmware version: 94.125.0
107292026-03-04T18:50:31.359Z[ host-image] Mar 04 18:50:18.420 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/APOB_NV_BRH.bin"
107302026-03-04T18:50:31.359Z[ host-image] Mar 04 18:50:18.420 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
107312026-03-04T18:50:31.359Z[ host-image] Mar 04 18:50:18.421 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
107322026-03-04T18:50:31.359Z[ host-image] Mar 04 18:50:18.421 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
107332026-03-04T18:50:31.359Z[ host-image] Mar 04 18:50:18.421 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
107342026-03-04T18:50:31.359Z[ host-image] Mar 04 18:50:18.421 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
107352026-03-04T18:50:31.359Z[ host-image] Mar 04 18:50:18.421 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
107362026-03-04T18:50:31.359Z[ host-image] Mar 04 18:50:18.421 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
107372026-03-04T18:50:31.359Z[ host-image] Mar 04 18:50:18.421 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
107382026-03-04T18:50:31.359Z[ host-image] Mar 04 18:50:18.421 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
107392026-03-04T18:50:31.359Z[ host-image] Mar 04 18:50:18.421 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
107402026-03-04T18:50:31.359Z[ host-image] Mar 04 18:50:18.421 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
107412026-03-04T18:50:31.360Z[ host-image] Mar 04 18:50:18.421 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
107422026-03-04T18:50:31.360Z[ host-image] Mar 04 18:50:18.421 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
107432026-03-04T18:50:31.360Z[ host-image] Mar 04 18:50:18.421 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
107442026-03-04T18:50:31.360Z[ host-image] Mar 04 18:50:18.421 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
107452026-03-04T18:50:31.360Z[ host-image] Mar 04 18:50:18.421 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
107462026-03-04T18:50:31.360Z[ host-image] Mar 04 18:50:18.421 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
107472026-03-04T18:50:31.360Z[ host-image] Mar 04 18:50:18.421 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
107482026-03-04T18:50:31.360Z[ host-image] Mar 04 18:50:18.421 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
107492026-03-04T18:50:31.360Z[ host-image] Mar 04 18:50:18.458 INFO finishing image archive at "/work/os-host/os.tar.gz"...
107502026-03-04T18:50:41.160Z[ host-image] Mar 04 18:50:39.002 INFO image complete! materials are in "/work/os-host"
107512026-03-04T18:50:41.163Z[ host-image]
107522026-03-04T18:50:41.163Z[ host-image] real 35:37.236226409
107532026-03-04T18:50:41.163Z[ host-image] user 25:57.994783508
107542026-03-04T18:50:41.163Z[ host-image] sys 1:35.085167834
107552026-03-04T18:50:41.163Z[ host-image] trap 1.237031956
107562026-03-04T18:50:41.163Z[ host-image] tflt 0.270070974
107572026-03-04T18:50:41.163Z[ host-image] dflt 0.453738785
107582026-03-04T18:50:41.163Z[ host-image] kflt 0.178753635
107592026-03-04T18:50:41.163Z[ host-image] lock 7:10.659266016
107602026-03-04T18:50:41.163Z[ host-image] slp 3:27:26.226021296
107612026-03-04T18:50:41.164Z[ host-image] lat 7:23.566845007
107622026-03-04T18:50:41.164Z[ host-image] stop 3.951474018
107632026-03-04T18:50:41.167ZMar 04 18:50:39.006 INFO [host-image] process exited with exit status: 0 (2137.241572207s)
107642026-03-04T18:50:41.167ZMar 04 18:50:39.006 INFO [tuf-repo] running task
107652026-03-04T18:51:07.070ZMar 04 18:51:04.908 INFO assembling repository in `/tmp/tufaceous0aqX7F`, component: OmicronRepoAssembler
107662026-03-04T18:51:14.269ZMar 04 18:51:12.105 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
107672026-03-04T18:51:14.566ZMar 04 18:51:12.402 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
107682026-03-04T18:51:32.452ZMar 04 18:51:30.285 INFO extracting uploaded archive to /tmp/.tmpIsrQvI
107692026-03-04T18:51:35.672ZMar 04 18:51:33.504 INFO created directory to store extracted artifacts, path: /tmp/update-artifacts.dlv9g8
107702026-03-04T18:51:35.747ZMar 04 18:51:33.579 INFO added artifact, length: 6519345, hash: 30400b0cba8024252ad87988888c0b4ff507f0dbd94de495853438170c48db6f, version: 1.0.62, kind: gimlet_sp, name: cosmo-a
107712026-03-04T18:51:35.883ZMar 04 18:51:33.715 INFO added artifact, length: 6519269, hash: 45d2c6ecdc073e2d6683df59a9af698ac48354f28db15796e440938c20a14454, version: 1.0.62, kind: gimlet_sp, name: cosmo-b
107722026-03-04T18:51:36.010ZMar 04 18:51:33.842 INFO added artifact, length: 5466282, hash: 1968dd0fe7c2ea1693a3fcde055a2ae26103be2a550c9bfae3eb2e2851692f6f, version: 1.0.62, kind: gimlet_sp, name: gimlet-b
107732026-03-04T18:51:36.132ZMar 04 18:51:33.964 INFO added artifact, length: 5468612, hash: 013cf14175743c8a428e478c6174e907b0cecd6734a20606597a0e221ec0dd0b, version: 1.0.62, kind: gimlet_sp, name: gimlet-c
107742026-03-04T18:51:36.254ZMar 04 18:51:34.085 INFO added artifact, length: 5469365, hash: 57fcfe996814261c37cec77757e089da36932685293b88c1664e514db48ff4e2, version: 1.0.62, kind: gimlet_sp, name: gimlet-d
107752026-03-04T18:51:36.376ZMar 04 18:51:34.208 INFO added artifact, length: 5469129, hash: f5241e12c502d08476ca232f8125b96ac62b132bac9055f65b843e00aa01576a, version: 1.0.62, kind: gimlet_sp, name: gimlet-e
107762026-03-04T18:51:36.495ZMar 04 18:51:34.327 INFO added artifact, length: 5469060, hash: 75e5434060e1afa332c010a418bdacd0050bc5040300c46febb67f2b0adba98a, version: 1.0.62, kind: gimlet_sp, name: gimlet-f
107772026-03-04T18:51:36.630ZMar 04 18:51:34.461 INFO added artifact, length: 1575250, hash: e57c5631d66cbefb69d621c8692d28db6af95672949540dd765a0fe26678ea4b, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-gimlet
107782026-03-04T18:51:36.630ZMar 04 18:51:34.461 INFO added artifact, length: 1574970, hash: ca76f931699d50646bbbc21b991f41cf6d72dd6950a93be7d94d462ef6debaf7, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-gimlet
107792026-03-04T18:51:36.706ZMar 04 18:51:34.538 INFO added artifact, length: 1575253, hash: 657ddafd315d3cb9f0521eaec43752b2d3a92d33fe98767eacd3c27c5b790ad7, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-cosmo
107802026-03-04T18:51:36.709ZMar 04 18:51:34.538 INFO added artifact, length: 1575039, hash: 4ff67dc8de2f937401560c5d13dbcf9b83cbef555be2555581db58083bfaf3c8, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-cosmo
107812026-03-04T18:51:36.786ZMar 04 18:51:34.618 INFO added artifact, length: 1639595, hash: dc1c96e39338ecc6b9c127b0af4eb2b000dbf4ec76c045274660b1bee5c1e635, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-gimlet
107822026-03-04T18:51:36.786ZMar 04 18:51:34.618 INFO added artifact, length: 1639767, hash: 6619031a1efbed441aa1297893c94196f2fd8cbc7eb4bd001ec5e88e52c69f1c, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-gimlet
107832026-03-04T18:51:36.866ZMar 04 18:51:34.698 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-bart
107842026-03-04T18:51:36.866ZMar 04 18:51:34.698 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-bart
107852026-03-04T18:51:36.946ZMar 04 18:51:34.778 INFO added artifact, length: 1639535, hash: 5ef57dd074e9efb402502f33c54f79f2c7fbf809598ed32570a7913051806b53, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-cosmo
107862026-03-04T18:51:36.946ZMar 04 18:51:34.778 INFO added artifact, length: 1639866, hash: 81a6a63cfd2868a872f6b1d35f67f9985f36c80b48a97a285dae0d0b0903c0ef, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-cosmo
107872026-03-04T18:51:37.023ZMar 04 18:51:34.855 INFO added artifact, length: 1575096, hash: 81a97eee9a4c9f2620ff36d50668c94b4851c87f1c91325e938beb6d716c8ab3, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-gimlet
107882026-03-04T18:51:37.023ZMar 04 18:51:34.855 INFO added artifact, length: 1574964, hash: a6c298674493ec26424c3c079efa2920ecb557268010a94b793934a875a7e40d, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-gimlet
107892026-03-04T18:51:37.100ZMar 04 18:51:34.931 INFO added artifact, length: 1575107, hash: 3027a2a8090e6c107e3cf19938bc93319f37c70f6995650c60eea9fd076c9c65, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-cosmo
107902026-03-04T18:51:37.100ZMar 04 18:51:34.931 INFO added artifact, length: 1574965, hash: 6a8a11a179a6a9b7d2c0ac96e32ea216ccaee0ad7bb5c42333e4f7c422558b2f, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-cosmo
107912026-03-04T18:51:37.104ZMar 04 18:51:34.932 INFO added artifact, length: 46165, hash: 01bf70ada8937f7adf23a2eb6b5d7c36351cccd6a4aec2af6ab591d0f30902ff, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-gimlet
107922026-03-04T18:51:37.104ZMar 04 18:51:34.933 INFO added artifact, length: 46156, hash: 6e72ab34b446ec3f82e3bd84644f5ed9706e71c290b6a47b0ed543381d183491, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-cosmo
107932026-03-04T18:51:37.104ZMar 04 18:51:34.934 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-bart
107942026-03-04T18:51:37.107ZMar 04 18:51:34.935 INFO added artifact, length: 46378, hash: 0c2a7163e732a8eae7c5a142ce1b743a5bc3bc7a4ee7c8b1dc20ff0c266da879, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-gimlet
107952026-03-04T18:51:37.107ZMar 04 18:51:34.936 INFO added artifact, length: 46384, hash: 381ccf87f2532d90485ea6238c547e829195f4670f489cfec3ae75094f006797, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-cosmo
107962026-03-04T18:51:45.627ZMar 04 18:51:43.457 INFO added artifact, length: 33554432, hash: b5209becefb34c465de870fb33e45c2c3b8eddd42f0cde50620dacbe2cf2d73b, version: 19.0.0-0.ci+gite18753cdeab, kind: gimlet_host_phase_1, name: host
107972026-03-04T18:51:45.627ZMar 04 18:51:43.457 INFO added artifact, length: 33554432, hash: 62763209c80a6301bbbb11734b2e67ffce557a5620b9569039bcdc8f75e6fe27, version: 19.0.0-0.ci+gite18753cdeab, kind: cosmo_host_phase_1, name: host
107982026-03-04T18:51:45.627ZMar 04 18:51:43.457 INFO added artifact, length: 1101008896, hash: f0e8589bcc337e6e72368743eab8984bfe3d39596f354d8ff6508764f11eebdb, version: 19.0.0-0.ci+gite18753cdeab, kind: host_phase_2, name: host
107992026-03-04T18:51:47.143ZMar 04 18:51:44.973 INFO added artifact, length: 33554432, hash: 611c41eb9799c6ac3b0c44db99d74686f5c1283367b9d78e432e1fd90b7e0af8, version: 19.0.0-0.ci+gite18753cdeab, kind: gimlet_trampoline_phase_1, name: trampoline
108002026-03-04T18:51:47.143ZMar 04 18:51:44.973 INFO added artifact, length: 33554432, hash: 905a5a6e092ff778e68a5f27c815ed3a09eae8746ae4742cf8ca56681000ca8d, version: 19.0.0-0.ci+gite18753cdeab, kind: cosmo_trampoline_phase_1, name: trampoline
108012026-03-04T18:51:47.143ZMar 04 18:51:44.973 INFO added artifact, length: 148532947, hash: 86ee401965afebdb50d6049478e3bf486b92380ec2f7f079fa6f795c8fd47e3c, version: 19.0.0-0.ci+gite18753cdeab, kind: trampoline_phase_2, name: trampoline
108022026-03-04T18:51:50.034ZMar 04 18:51:47.863 INFO added artifact, length: 294774409, hash: f16f36330cc334f4910acedffc3b074546add7d96e87bba4e20f368512f738d8, version: 19.0.0-0.ci+gite18753cdeab, kind: zone, name: clickhouse_keeper
108032026-03-04T18:52:33.746ZMar 04 18:51:50.906 INFO added artifact, length: 309832916, hash: 633311d4558d7fc6db6f470322a9ca8cf8722f0ef4b4589e93281cb935f7a30b, version: 19.0.0-0.ci+gite18753cdeab, kind: zone, name: clickhouse_server
108042026-03-04T18:52:33.746ZMar 04 18:51:54.000 INFO added artifact, length: 309833687, hash: 5904c20da9838aafea1a5e4800513df7034fa9af3ac2ada9069d052b0c886ade, version: 19.0.0-0.ci+gite18753cdeab, kind: zone, name: clickhouse
108052026-03-04T18:52:33.746ZMar 04 18:51:55.558 INFO added artifact, length: 159858013, hash: e7daf9cfa47b807884df68c6f772a5adffd99554e4ba885386b43d3453bae86f, version: 19.0.0-0.ci+gite18753cdeab, kind: zone, name: cockroachdb
108062026-03-04T18:52:33.747ZMar 04 18:51:55.949 INFO added artifact, length: 39237316, hash: b883d1d5ea4b4bae3433d2ec40b1da77a471297ec1d6113bff0b47c78c0f643f, version: 19.0.0-0.ci+gite18753cdeab, kind: zone, name: crucible-pantry-zone
108072026-03-04T18:52:33.747ZMar 04 18:51:56.481 INFO added artifact, length: 53714743, hash: 1312098991bd9031a54ea72bdff1f3207a26c82e2ecff7abf7c898057ad7fcc8, version: 19.0.0-0.ci+gite18753cdeab, kind: zone, name: crucible-zone
108082026-03-04T18:52:33.747ZMar 04 18:51:56.900 INFO added artifact, length: 42546222, hash: 461226ff74e7001bd56719bb575714b715eee4d0edbb029775a7e43c2e7b9223, version: 19.0.0-0.ci+gite18753cdeab, kind: zone, name: external-dns
108092026-03-04T18:52:33.747ZMar 04 18:51:57.317 INFO added artifact, length: 42545819, hash: bec85fdca3eb5e267a26899e84868d88ab90da45fae520a460b5d943f420d24e, version: 19.0.0-0.ci+gite18753cdeab, kind: zone, name: internal-dns
108102026-03-04T18:52:33.747ZMar 04 18:51:59.576 INFO added artifact, length: 215559604, hash: bce076d1bbfebc56a7a6e7e412b50003d05cb808f75d7506f541bfdd0a31af05, version: 19.0.0-0.ci+gite18753cdeab, kind: zone, name: nexus
108112026-03-04T18:52:33.747ZMar 04 18:51:59.867 INFO added artifact, length: 23106053, hash: ed752335b65df63480a7753521839519e8675e5187259d64b89372cbb29f63dc, version: 19.0.0-0.ci+gite18753cdeab, kind: zone, name: ntp
108122026-03-04T18:52:33.747ZMar 04 18:52:00.550 INFO added artifact, length: 58810073, hash: ea49636f015501fc75495e6dbb654f86b3791caf8b3771d96988f6ce4ba76802, version: 19.0.0-0.ci+gite18753cdeab, kind: zone, name: oximeter
108132026-03-04T18:52:33.747ZMar 04 18:52:00.599 INFO added artifact, length: 3109590, hash: 95e595d87000b18754a264344e62ea974ab14a0c7e905a5bcf717815217621a0, version: 19.0.0-0.ci+gite18753cdeab, kind: zone, name: probe
108142026-03-04T18:52:33.747ZMar 04 18:52:00.600 INFO added artifact, length: 829, hash: d5e00be00aa1c24195355ee30fbe484670dc4af02c7f2b943eaa585a9f8bb199, version: 1.0.62, kind: measurement_corpus, name: staging-corim-all-sp-v1.0.62
108152026-03-04T18:52:33.747ZMar 04 18:52:00.600 INFO added artifact, length: 992, hash: 6a0944474534a8382709168a3dfbbddd6c65578ce86f9f7c251ec0e09c9a2498, version: 1.0.38, kind: measurement_corpus, name: staging-corim-oxide-rot-1-v1.0.38
108162026-03-04T18:52:33.747ZMar 04 18:52:00.601 INFO added artifact, length: 456, hash: d5c1a49ec5716f03a2af56789b57950e479843dccf2ef873b4b4cb6eb8720517, version: 1.0.38, kind: measurement_corpus, name: production-corim-oxide-rot-1-v1.0.38
108172026-03-04T18:52:33.747ZMar 04 18:52:00.675 INFO added artifact, length: 4131834, hash: 80a86837c993d3022d6f87b4a32f95a2cb671c0797f89515f3eb19b3558fbd0e, version: 1.0.62, kind: psc_sp, name: psc-b
108182026-03-04T18:52:33.747ZMar 04 18:52:00.748 INFO added artifact, length: 4135235, hash: 52d9aae7376e121018c56a7beb4b1f6914f3be2c50e7e46a2e23005d0c6c2f32, version: 1.0.62, kind: psc_sp, name: psc-c
108192026-03-04T18:52:33.747ZMar 04 18:52:00.827 INFO added artifact, length: 1575251, hash: 182163d70035bac9366199381894a51093e394111061322a5a198d04f55a98fc, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-staging-devel-psc
108202026-03-04T18:52:33.747ZMar 04 18:52:00.827 INFO added artifact, length: 1575045, hash: 812170d81cac9ac5fc034a33d8f2cd6c8cdcb9f092939f236255007360181924, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-staging-devel-psc
108212026-03-04T18:52:33.747ZMar 04 18:52:00.908 INFO added artifact, length: 1639642, hash: 50b9ffb723857fd70d900e72825dc2f39784af53367945bed524d4cec01cb87a, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-psc
108222026-03-04T18:52:33.747ZMar 04 18:52:00.908 INFO added artifact, length: 1639910, hash: 53d5df2c918eb0b56afb2e4b48ef4e4b8f7f66985196f492ae5896c5a979c9f6, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-psc
108232026-03-04T18:52:33.747ZMar 04 18:52:00.990 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-bart
108242026-03-04T18:52:33.747ZMar 04 18:52:00.990 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-bart
108252026-03-04T18:52:33.747ZMar 04 18:52:01.070 INFO added artifact, length: 1575156, hash: 466996e1df22f7c6144d76ca5d9b4e089c0595f61f860fa69fff8584de6a2958, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-production-release-psc
108262026-03-04T18:52:33.747ZMar 04 18:52:01.070 INFO added artifact, length: 1574986, hash: 90ff730bac85e054613b08ae2bc658a32af777824d87c877167bdc156e0cad55, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-production-release-psc
108272026-03-04T18:52:33.747ZMar 04 18:52:01.071 INFO added artifact, length: 46144, hash: 030b74a59c274086e4b03f653c071d3d35dcbe3ec5210a9bd892aceb8d9cff70, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-staging-devel-psc
108282026-03-04T18:52:33.747ZMar 04 18:52:01.072 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-bart
108292026-03-04T18:52:33.747ZMar 04 18:52:01.073 INFO added artifact, length: 46369, hash: e30af2be77e4b905e9a94a9d115dd7b85b98011b79c104140274ed6e06a6b01f, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-production-release-psc
108302026-03-04T18:52:33.747ZMar 04 18:52:01.150 INFO added artifact, length: 6945803, hash: 3f7ddcfa1b0feda05904bb501dfac286190496afff4aa207258e275efcbf338e, version: 1.0.62, kind: switch_sp, name: sidecar-b
108312026-03-04T18:52:33.747ZMar 04 18:52:01.299 INFO added artifact, length: 6962586, hash: c163c1096d32463dee117c56dfc9fac72eaa793c99e0cdd1c4bf238419821ad6, version: 1.0.62, kind: switch_sp, name: sidecar-c
108322026-03-04T18:52:33.747ZMar 04 18:52:01.447 INFO added artifact, length: 6962589, hash: 4f24734369eaef31fece1c64a2b7d6092926142d9d3d47cccc4862ddf2b3fee6, version: 1.0.62, kind: switch_sp, name: sidecar-d
108332026-03-04T18:52:33.747ZMar 04 18:52:01.597 INFO added artifact, length: 1575270, hash: 6b3bf44848484d3797819e802b69de68ca67d78abc1cf349ecd0889b0f34c026, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-staging-devel-sidecar
108342026-03-04T18:52:33.747ZMar 04 18:52:01.597 INFO added artifact, length: 1575150, hash: b1e7c16248710357348f17c24168641c2c8f36de734f263a89a443bffc5554de, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-staging-devel-sidecar
108352026-03-04T18:52:33.747ZMar 04 18:52:01.680 INFO added artifact, length: 1639647, hash: f4c2337fb91a4bf776f8cd5f8f8517d692459de7c6a473b3696e5ef0432affa5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-sidecar
108362026-03-04T18:52:33.747ZMar 04 18:52:01.680 INFO added artifact, length: 1639927, hash: 9fc3c7ef8d39c16c4a1a7f3b764c4004e8733acd2b0648371e3dae4d18653ef5, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-sidecar
108372026-03-04T18:52:33.747ZMar 04 18:52:01.762 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-bart
108382026-03-04T18:52:33.747ZMar 04 18:52:01.762 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-bart
108392026-03-04T18:52:33.747ZMar 04 18:52:01.841 INFO added artifact, length: 1575183, hash: 790553ebcf8f07403e0040523f474ea7629b4332de9d0adcbd9215d1020c033d, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-production-release-sidecar
108402026-03-04T18:52:33.747ZMar 04 18:52:01.842 INFO added artifact, length: 1574959, hash: 2045d4c03e4affd47aea328d644dba12672a06e4e84c22093948789d539057e0, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-production-release-sidecar
108412026-03-04T18:52:33.747ZMar 04 18:52:01.842 INFO added artifact, length: 46233, hash: 25acd0299fd939abab6defc515fdec31cd7c3c0aa1276994b4f4644728dc2371, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-staging-devel-sidecar
108422026-03-04T18:52:33.747ZMar 04 18:52:01.843 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-bart
108432026-03-04T18:52:33.748ZMar 04 18:52:01.844 INFO added artifact, length: 46426, hash: 502bd964c35c7f372a27b6a24e066fa1f987dbad4a791c65f5adc0a1ef3cde6a, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-production-release-sidecar
108442026-03-04T18:52:33.748ZMar 04 18:52:01.844 INFO added artifact, length: 924, hash: b0fd57191ce16e54263003ed5101aff43efbe787400ecc96123c67172fcc1388, version: 19.0.0-0.ci+gite18753cdeab, kind: installinator_document, name: installinator_document
108452026-03-04T18:52:33.748ZMar 04 18:52:02.431 INFO extracting uploaded archive to /tmp/.tmpFFKeWX
108462026-03-04T18:52:33.748ZMar 04 18:52:05.442 INFO created directory to store extracted artifacts, path: /tmp/update-artifacts.liAhzq
108472026-03-04T18:52:33.748ZMar 04 18:52:05.513 INFO added artifact, length: 6519345, hash: 30400b0cba8024252ad87988888c0b4ff507f0dbd94de495853438170c48db6f, version: 1.0.62, kind: gimlet_sp, name: cosmo-a
108482026-03-04T18:52:33.748ZMar 04 18:52:05.651 INFO added artifact, length: 6519269, hash: 45d2c6ecdc073e2d6683df59a9af698ac48354f28db15796e440938c20a14454, version: 1.0.62, kind: gimlet_sp, name: cosmo-b
108492026-03-04T18:52:33.748ZMar 04 18:52:05.783 INFO added artifact, length: 5466282, hash: 1968dd0fe7c2ea1693a3fcde055a2ae26103be2a550c9bfae3eb2e2851692f6f, version: 1.0.62, kind: gimlet_sp, name: gimlet-b
108502026-03-04T18:52:33.748ZMar 04 18:52:05.905 INFO added artifact, length: 5468612, hash: 013cf14175743c8a428e478c6174e907b0cecd6734a20606597a0e221ec0dd0b, version: 1.0.62, kind: gimlet_sp, name: gimlet-c
108512026-03-04T18:52:33.748ZMar 04 18:52:06.027 INFO added artifact, length: 5469365, hash: 57fcfe996814261c37cec77757e089da36932685293b88c1664e514db48ff4e2, version: 1.0.62, kind: gimlet_sp, name: gimlet-d
108522026-03-04T18:52:33.748ZMar 04 18:52:06.149 INFO added artifact, length: 5469129, hash: f5241e12c502d08476ca232f8125b96ac62b132bac9055f65b843e00aa01576a, version: 1.0.62, kind: gimlet_sp, name: gimlet-e
108532026-03-04T18:52:33.748ZMar 04 18:52:06.272 INFO added artifact, length: 5469060, hash: 75e5434060e1afa332c010a418bdacd0050bc5040300c46febb67f2b0adba98a, version: 1.0.62, kind: gimlet_sp, name: gimlet-f
108542026-03-04T18:52:33.748ZMar 04 18:52:06.412 INFO added artifact, length: 1575250, hash: e57c5631d66cbefb69d621c8692d28db6af95672949540dd765a0fe26678ea4b, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-gimlet
108552026-03-04T18:52:33.748ZMar 04 18:52:06.412 INFO added artifact, length: 1574970, hash: ca76f931699d50646bbbc21b991f41cf6d72dd6950a93be7d94d462ef6debaf7, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-gimlet
108562026-03-04T18:52:33.748ZMar 04 18:52:06.491 INFO added artifact, length: 1575253, hash: 657ddafd315d3cb9f0521eaec43752b2d3a92d33fe98767eacd3c27c5b790ad7, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-cosmo
108572026-03-04T18:52:33.748ZMar 04 18:52:06.491 INFO added artifact, length: 1575039, hash: 4ff67dc8de2f937401560c5d13dbcf9b83cbef555be2555581db58083bfaf3c8, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-cosmo
108582026-03-04T18:52:33.748ZMar 04 18:52:06.572 INFO added artifact, length: 1639595, hash: dc1c96e39338ecc6b9c127b0af4eb2b000dbf4ec76c045274660b1bee5c1e635, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-gimlet
108592026-03-04T18:52:33.748ZMar 04 18:52:06.573 INFO added artifact, length: 1639767, hash: 6619031a1efbed441aa1297893c94196f2fd8cbc7eb4bd001ec5e88e52c69f1c, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-gimlet
108602026-03-04T18:52:33.748ZMar 04 18:52:06.654 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-bart
108612026-03-04T18:52:33.748ZMar 04 18:52:06.654 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-bart
108622026-03-04T18:52:33.748ZMar 04 18:52:06.736 INFO added artifact, length: 1639535, hash: 5ef57dd074e9efb402502f33c54f79f2c7fbf809598ed32570a7913051806b53, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-cosmo
108632026-03-04T18:52:33.748ZMar 04 18:52:06.736 INFO added artifact, length: 1639866, hash: 81a6a63cfd2868a872f6b1d35f67f9985f36c80b48a97a285dae0d0b0903c0ef, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-cosmo
108642026-03-04T18:52:33.748ZMar 04 18:52:06.814 INFO added artifact, length: 1575096, hash: 81a97eee9a4c9f2620ff36d50668c94b4851c87f1c91325e938beb6d716c8ab3, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-gimlet
108652026-03-04T18:52:33.748ZMar 04 18:52:06.814 INFO added artifact, length: 1574964, hash: a6c298674493ec26424c3c079efa2920ecb557268010a94b793934a875a7e40d, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-gimlet
108662026-03-04T18:52:33.748ZMar 04 18:52:06.892 INFO added artifact, length: 1575107, hash: 3027a2a8090e6c107e3cf19938bc93319f37c70f6995650c60eea9fd076c9c65, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-cosmo
108672026-03-04T18:52:33.748ZMar 04 18:52:06.892 INFO added artifact, length: 1574965, hash: 6a8a11a179a6a9b7d2c0ac96e32ea216ccaee0ad7bb5c42333e4f7c422558b2f, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-cosmo
108682026-03-04T18:52:33.748ZMar 04 18:52:06.893 INFO added artifact, length: 46165, hash: 01bf70ada8937f7adf23a2eb6b5d7c36351cccd6a4aec2af6ab591d0f30902ff, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-gimlet
108692026-03-04T18:52:33.748ZMar 04 18:52:06.894 INFO added artifact, length: 46156, hash: 6e72ab34b446ec3f82e3bd84644f5ed9706e71c290b6a47b0ed543381d183491, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-cosmo
108702026-03-04T18:52:33.748ZMar 04 18:52:06.895 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-bart
108712026-03-04T18:52:33.748ZMar 04 18:52:06.896 INFO added artifact, length: 46378, hash: 0c2a7163e732a8eae7c5a142ce1b743a5bc3bc7a4ee7c8b1dc20ff0c266da879, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-gimlet
108722026-03-04T18:52:33.748ZMar 04 18:52:06.897 INFO added artifact, length: 46384, hash: 381ccf87f2532d90485ea6238c547e829195f4670f489cfec3ae75094f006797, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-cosmo
108732026-03-04T18:52:33.748ZMar 04 18:52:15.211 INFO added artifact, length: 33554432, hash: b5209becefb34c465de870fb33e45c2c3b8eddd42f0cde50620dacbe2cf2d73b, version: 19.0.0-0.ci+gite18753cdeab, kind: gimlet_host_phase_1, name: host
108742026-03-04T18:52:33.748ZMar 04 18:52:15.211 INFO added artifact, length: 33554432, hash: 62763209c80a6301bbbb11734b2e67ffce557a5620b9569039bcdc8f75e6fe27, version: 19.0.0-0.ci+gite18753cdeab, kind: cosmo_host_phase_1, name: host
108752026-03-04T18:52:33.748ZMar 04 18:52:15.211 INFO added artifact, length: 1101008896, hash: f0e8589bcc337e6e72368743eab8984bfe3d39596f354d8ff6508764f11eebdb, version: 19.0.0-0.ci+gite18753cdeab, kind: host_phase_2, name: host
108762026-03-04T18:52:33.748ZMar 04 18:52:16.696 INFO added artifact, length: 33554432, hash: 611c41eb9799c6ac3b0c44db99d74686f5c1283367b9d78e432e1fd90b7e0af8, version: 19.0.0-0.ci+gite18753cdeab, kind: gimlet_trampoline_phase_1, name: trampoline
108772026-03-04T18:52:33.748ZMar 04 18:52:16.697 INFO added artifact, length: 33554432, hash: 905a5a6e092ff778e68a5f27c815ed3a09eae8746ae4742cf8ca56681000ca8d, version: 19.0.0-0.ci+gite18753cdeab, kind: cosmo_trampoline_phase_1, name: trampoline
108782026-03-04T18:52:33.748ZMar 04 18:52:16.697 INFO added artifact, length: 148532947, hash: 86ee401965afebdb50d6049478e3bf486b92380ec2f7f079fa6f795c8fd47e3c, version: 19.0.0-0.ci+gite18753cdeab, kind: trampoline_phase_2, name: trampoline
108792026-03-04T18:52:33.748ZMar 04 18:52:27.358 INFO added artifact, length: 1606279236, hash: 115870e3d86fc38f7f57c5012f9fa3dc14743c20a0f05bbde02efc36a06f73ea, version: 19.0.0-0.ci+gite18753cdeab, kind: control_plane, name: control-plane
108802026-03-04T18:52:33.749ZMar 04 18:52:27.358 INFO added artifact, length: 829, hash: d5e00be00aa1c24195355ee30fbe484670dc4af02c7f2b943eaa585a9f8bb199, version: 1.0.62, kind: measurement_corpus, name: staging-corim-all-sp-v1.0.62
108812026-03-04T18:52:33.749ZMar 04 18:52:27.359 INFO added artifact, length: 992, hash: 6a0944474534a8382709168a3dfbbddd6c65578ce86f9f7c251ec0e09c9a2498, version: 1.0.38, kind: measurement_corpus, name: staging-corim-oxide-rot-1-v1.0.38
108822026-03-04T18:52:33.749ZMar 04 18:52:27.359 INFO added artifact, length: 456, hash: d5c1a49ec5716f03a2af56789b57950e479843dccf2ef873b4b4cb6eb8720517, version: 1.0.38, kind: measurement_corpus, name: production-corim-oxide-rot-1-v1.0.38
108832026-03-04T18:52:33.749ZMar 04 18:52:27.407 INFO added artifact, length: 4131834, hash: 80a86837c993d3022d6f87b4a32f95a2cb671c0797f89515f3eb19b3558fbd0e, version: 1.0.62, kind: psc_sp, name: psc-b
108842026-03-04T18:52:33.749ZMar 04 18:52:27.455 INFO added artifact, length: 4135235, hash: 52d9aae7376e121018c56a7beb4b1f6914f3be2c50e7e46a2e23005d0c6c2f32, version: 1.0.62, kind: psc_sp, name: psc-c
108852026-03-04T18:52:33.749ZMar 04 18:52:27.537 INFO added artifact, length: 1575251, hash: 182163d70035bac9366199381894a51093e394111061322a5a198d04f55a98fc, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-staging-devel-psc
108862026-03-04T18:52:33.749ZMar 04 18:52:27.537 INFO added artifact, length: 1575045, hash: 812170d81cac9ac5fc034a33d8f2cd6c8cdcb9f092939f236255007360181924, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-staging-devel-psc
108872026-03-04T18:52:33.749ZMar 04 18:52:27.622 INFO added artifact, length: 1639642, hash: 50b9ffb723857fd70d900e72825dc2f39784af53367945bed524d4cec01cb87a, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-psc
108882026-03-04T18:52:33.802ZMar 04 18:52:27.622 INFO added artifact, length: 1639910, hash: 53d5df2c918eb0b56afb2e4b48ef4e4b8f7f66985196f492ae5896c5a979c9f6, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-psc
108892026-03-04T18:52:33.802ZMar 04 18:52:27.706 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-bart
108902026-03-04T18:52:33.802ZMar 04 18:52:27.706 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-bart
108912026-03-04T18:52:33.802ZMar 04 18:52:27.788 INFO added artifact, length: 1575156, hash: 466996e1df22f7c6144d76ca5d9b4e089c0595f61f860fa69fff8584de6a2958, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-production-release-psc
108922026-03-04T18:52:33.802ZMar 04 18:52:27.788 INFO added artifact, length: 1574986, hash: 90ff730bac85e054613b08ae2bc658a32af777824d87c877167bdc156e0cad55, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-production-release-psc
108932026-03-04T18:52:33.802ZMar 04 18:52:27.789 INFO added artifact, length: 46144, hash: 030b74a59c274086e4b03f653c071d3d35dcbe3ec5210a9bd892aceb8d9cff70, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-staging-devel-psc
108942026-03-04T18:52:33.802ZMar 04 18:52:27.790 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-bart
108952026-03-04T18:52:33.802ZMar 04 18:52:27.791 INFO added artifact, length: 46369, hash: e30af2be77e4b905e9a94a9d115dd7b85b98011b79c104140274ed6e06a6b01f, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-production-release-psc
108962026-03-04T18:52:33.802ZMar 04 18:52:27.867 INFO added artifact, length: 6945803, hash: 3f7ddcfa1b0feda05904bb501dfac286190496afff4aa207258e275efcbf338e, version: 1.0.62, kind: switch_sp, name: sidecar-b
108972026-03-04T18:52:33.802ZMar 04 18:52:28.018 INFO added artifact, length: 6962586, hash: c163c1096d32463dee117c56dfc9fac72eaa793c99e0cdd1c4bf238419821ad6, version: 1.0.62, kind: switch_sp, name: sidecar-c
108982026-03-04T18:52:33.802ZMar 04 18:52:28.167 INFO added artifact, length: 6962589, hash: 4f24734369eaef31fece1c64a2b7d6092926142d9d3d47cccc4862ddf2b3fee6, version: 1.0.62, kind: switch_sp, name: sidecar-d
108992026-03-04T18:52:33.802ZMar 04 18:52:28.322 INFO added artifact, length: 1575270, hash: 6b3bf44848484d3797819e802b69de68ca67d78abc1cf349ecd0889b0f34c026, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-staging-devel-sidecar
109002026-03-04T18:52:33.802ZMar 04 18:52:28.322 INFO added artifact, length: 1575150, hash: b1e7c16248710357348f17c24168641c2c8f36de734f263a89a443bffc5554de, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-staging-devel-sidecar
109012026-03-04T18:52:33.802ZMar 04 18:52:28.407 INFO added artifact, length: 1639647, hash: f4c2337fb91a4bf776f8cd5f8f8517d692459de7c6a473b3696e5ef0432affa5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-sidecar
109022026-03-04T18:52:33.802ZMar 04 18:52:28.407 INFO added artifact, length: 1639927, hash: 9fc3c7ef8d39c16c4a1a7f3b764c4004e8733acd2b0648371e3dae4d18653ef5, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-sidecar
109032026-03-04T18:52:33.802ZMar 04 18:52:28.493 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-bart
109042026-03-04T18:52:33.802ZMar 04 18:52:28.493 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-bart
109052026-03-04T18:52:33.802ZMar 04 18:52:28.573 INFO added artifact, length: 1575183, hash: 790553ebcf8f07403e0040523f474ea7629b4332de9d0adcbd9215d1020c033d, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-production-release-sidecar
109062026-03-04T18:52:33.802ZMar 04 18:52:28.573 INFO added artifact, length: 1574959, hash: 2045d4c03e4affd47aea328d644dba12672a06e4e84c22093948789d539057e0, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-production-release-sidecar
109072026-03-04T18:52:33.803ZMar 04 18:52:28.574 INFO added artifact, length: 46233, hash: 25acd0299fd939abab6defc515fdec31cd7c3c0aa1276994b4f4644728dc2371, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-staging-devel-sidecar
109082026-03-04T18:52:33.803ZMar 04 18:52:28.575 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-bart
109092026-03-04T18:52:33.803ZMar 04 18:52:28.576 INFO added artifact, length: 46426, hash: 502bd964c35c7f372a27b6a24e066fa1f987dbad4a791c65f5adc0a1ef3cde6a, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-production-release-sidecar
109102026-03-04T18:52:33.803ZMar 04 18:52:28.577 INFO added artifact, length: 924, hash: b0fd57191ce16e54263003ed5101aff43efbe787400ecc96123c67172fcc1388, version: 19.0.0-0.ci+gite18753cdeab, kind: installinator_document, name: installinator_document
109112026-03-04T18:52:33.803ZMar 04 18:52:29.140 INFO [tuf-repo] task succeeded (110.133715174s)
109122026-03-04T18:52:33.803ZMar 04 18:52:29.140 INFO all jobs completed in 4092.227083654s
109132026-03-04T18:52:33.803Zprocess exited: duration 4896210 ms, exit code 0
 
109142026-03-04T18:52:33.846Zfound 41 output files
109152026-03-04T18:52:33.846Zuploading: /work/manifest.toml (17174 bytes)
109162026-03-04T18:52:34.879Zuploaded: /work/manifest.toml
109172026-03-04T18:52:34.879Zuploading: /work/repo.zip (2842164541 bytes)
109182026-03-04T18:53:17.872Zuploaded: /work/repo.zip
109192026-03-04T18:53:17.872Zuploading: /work/repo.zip.sha256.txt (65 bytes)
109202026-03-04T18:53:18.888Zuploaded: /work/repo.zip.sha256.txt
109212026-03-04T18:53:18.889Zuploading: /work/helios.json (647 bytes)
109222026-03-04T18:53:19.898Zuploaded: /work/helios.json
109232026-03-04T18:53:19.898Zuploading: /work/incorporation.p5m (100410 bytes)
109242026-03-04T18:53:20.914Zuploaded: /work/incorporation.p5m
109252026-03-04T18:53:20.914Zuploading: /work/incorporation.p5p (122880 bytes)
109262026-03-04T18:53:21.929Zuploaded: /work/incorporation.p5p
109272026-03-04T18:53:21.930Zuploading: /work/helios-incorp.log (526 bytes)
109282026-03-04T18:53:22.939Zuploaded: /work/helios-incorp.log
109292026-03-04T18:53:22.939Zuploading: /work/helios-setup.log (57352 bytes)
109302026-03-04T18:53:23.953Zuploaded: /work/helios-setup.log
109312026-03-04T18:53:23.953Zuploading: /work/host-image.log (234058 bytes)
109322026-03-04T18:53:24.969Zuploaded: /work/host-image.log
109332026-03-04T18:53:24.973Zuploading: /work/host-package.log (33775 bytes)
109342026-03-04T18:53:25.982Zuploaded: /work/host-package.log
109352026-03-04T18:53:25.982Zuploading: /work/host-target.log (101 bytes)
109362026-03-04T18:53:26.993Zuploaded: /work/host-target.log
109372026-03-04T18:53:26.996Zuploading: /work/incorp-create.log (0 bytes)
109382026-03-04T18:53:28.002Zuploaded: /work/incorp-create.log
109392026-03-04T18:53:28.002Zuploading: /work/incorp-fmt.log (0 bytes)
109402026-03-04T18:53:29.010Zuploaded: /work/incorp-fmt.log
109412026-03-04T18:53:29.010Zuploading: /work/incorp-pkgsend.log (108 bytes)
109422026-03-04T18:53:30.022Zuploaded: /work/incorp-pkgsend.log
109432026-03-04T18:53:30.022Zuploading: /work/incorp-publisher.log (0 bytes)
109442026-03-04T18:53:31.030Zuploaded: /work/incorp-publisher.log
109452026-03-04T18:53:31.034Zuploading: /work/omicron-package.log (6786 bytes)
109462026-03-04T18:53:32.043Zuploaded: /work/omicron-package.log
109472026-03-04T18:53:32.046Zuploading: /work/recovery-image.log (603266 bytes)
109482026-03-04T18:53:33.069Zuploaded: /work/recovery-image.log
109492026-03-04T18:53:33.069Zuploading: /work/recovery-package.log (1870 bytes)
109502026-03-04T18:53:34.081Zuploaded: /work/recovery-package.log
109512026-03-04T18:53:34.081Zuploading: /work/recovery-target.log (98 bytes)
109522026-03-04T18:53:35.092Zuploaded: /work/recovery-target.log
109532026-03-04T18:53:35.092Zuploading: /work/stamp-clickhouse.log (117 bytes)
109542026-03-04T18:53:36.103Zuploaded: /work/stamp-clickhouse.log
109552026-03-04T18:53:36.103Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
109562026-03-04T18:53:37.122Zuploaded: /work/stamp-clickhouse_keeper.log
109572026-03-04T18:53:37.122Zuploading: /work/stamp-clickhouse_server.log (124 bytes)
109582026-03-04T18:53:38.132Zuploaded: /work/stamp-clickhouse_server.log
109592026-03-04T18:53:38.132Zuploading: /work/stamp-cockroachdb.log (118 bytes)
109602026-03-04T18:53:39.143Zuploaded: /work/stamp-cockroachdb.log
109612026-03-04T18:53:39.143Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
109622026-03-04T18:53:40.155Zuploaded: /work/stamp-crucible-pantry-zone.log
109632026-03-04T18:53:40.155Zuploading: /work/stamp-crucible-utils.log (118 bytes)
109642026-03-04T18:53:41.165Zuploaded: /work/stamp-crucible-utils.log
109652026-03-04T18:53:41.166Zuploading: /work/stamp-crucible-zone.log (120 bytes)
109662026-03-04T18:53:42.176Zuploaded: /work/stamp-crucible-zone.log
109672026-03-04T18:53:42.179Zuploading: /work/stamp-external-dns.log (119 bytes)
109682026-03-04T18:53:43.187Zuploaded: /work/stamp-external-dns.log
109692026-03-04T18:53:43.187Zuploading: /work/stamp-installinator.log (103 bytes)
109702026-03-04T18:53:44.197Zuploaded: /work/stamp-installinator.log
109712026-03-04T18:53:44.197Zuploading: /work/stamp-internal-dns.log (119 bytes)
109722026-03-04T18:53:45.209Zuploaded: /work/stamp-internal-dns.log
109732026-03-04T18:53:45.209Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
109742026-03-04T18:53:46.220Zuploaded: /work/stamp-mg-ddm-gz.log
109752026-03-04T18:53:46.220Zuploading: /work/stamp-nexus.log (112 bytes)
109762026-03-04T18:53:47.231Zuploaded: /work/stamp-nexus.log
109772026-03-04T18:53:47.231Zuploading: /work/stamp-ntp.log (110 bytes)
109782026-03-04T18:53:48.277Zuploaded: /work/stamp-ntp.log
109792026-03-04T18:53:48.277Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
109802026-03-04T18:53:49.288Zuploaded: /work/stamp-omicron-sled-agent.log
109812026-03-04T18:53:49.288Zuploading: /work/stamp-overlay.log (114 bytes)
109822026-03-04T18:53:50.298Zuploaded: /work/stamp-overlay.log
109832026-03-04T18:53:50.298Zuploading: /work/stamp-oximeter.log (115 bytes)
109842026-03-04T18:53:51.309Zuploaded: /work/stamp-oximeter.log
109852026-03-04T18:53:51.309Zuploading: /work/stamp-oxlog.log (109 bytes)
109862026-03-04T18:53:52.319Zuploaded: /work/stamp-oxlog.log
109872026-03-04T18:53:52.323Zuploading: /work/stamp-probe.log (112 bytes)
109882026-03-04T18:53:53.332Zuploaded: /work/stamp-probe.log
109892026-03-04T18:53:53.332Zuploading: /work/stamp-propolis-server.log (122 bytes)
109902026-03-04T18:53:54.344Zuploaded: /work/stamp-propolis-server.log
109912026-03-04T18:53:54.345Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
109922026-03-04T18:53:55.355Zuploaded: /work/stamp-pumpkind-gz.log
109932026-03-04T18:53:55.355Zuploading: /work/stamp-switch-asic.log (118 bytes)
109942026-03-04T18:53:56.365Zuploaded: /work/stamp-switch-asic.log
109952026-03-04T18:53:56.365Zuploading: /work/verify-libraries.log (12315 bytes)
109962026-03-04T18:53:57.378Zuploaded: /work/verify-libraries.log