01KJ6CMAC8GC7V6BE7K86FF9N5: 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: 01KJ6CN0BNCT0P5DMECK0K5R5Q

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-02-23T23:17:44.408Zjob assigned to worker 01KJ6CN3TN2BKVT4FQTX2KFWQ7 [factory aws, i-02bf8ab98cf5e5e52] (queued for 56 s)
 
22026-02-23T23:17:52.629Zstarting task 0: "setup"
32026-02-23T23:17:52.633Z++ uname -s
42026-02-23T23:17:52.636Z+ kern=SunOS
52026-02-23T23:17:52.636Z+ build_user=build
62026-02-23T23:17:52.636Z+ build_uid=12345
72026-02-23T23:17:52.637Z+ work_dir=/work
82026-02-23T23:17:52.637Z+ input_dir=/input
92026-02-23T23:17:52.637Z+ [[ 0 == 12345 ]]
102026-02-23T23:17:52.637Z+ case "$kern" in
112026-02-23T23:17:52.637Z+ groupadd -g 12345 build
122026-02-23T23:17:52.640Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-02-23T23:17:54.646Z+ zfs create -o mountpoint=/work rpool/work
142026-02-23T23:17:54.772Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-02-23T23:17:54.775Z+ home_fs=zfs
162026-02-23T23:17:54.775Z+ [[ zfs == autofs ]]
172026-02-23T23:17:54.775Z+ mkdir -p /home/build
182026-02-23T23:17:54.779Z+ chown build:build /home/build /work
192026-02-23T23:17:56.779Z+ chmod 0700 /home/build /work
202026-02-23T23:17:56.782Zprocess exited: duration 4155 ms, exit code 0
 
212026-02-23T23:17:56.789Zstarting task 1: "rust-toolchain"
222026-02-23T23:17:56.794Z+ printf ' * rust toolchain channel = "%s"\n' 1.91.1
232026-02-23T23:17:56.794Z * rust toolchain channel = "1.91.1"
242026-02-23T23:17:56.794Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-02-23T23:17:56.794Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-02-23T23:17:56.794Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-02-23T23:17:56.794Z * rust toolchain profile = "default"
282026-02-23T23:17:56.798Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-02-23T23:17:56.798Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.91.1 --profile default
302026-02-23T23:17:56.936Zinfo: downloading installer
312026-02-23T23:17:58.612Zwarn: It looks like you have an existing installation of Rust at:
322026-02-23T23:17:58.612Zwarn: /opt/ooce/bin
332026-02-23T23:17:58.612Zwarn: It is recommended that rustup be the primary Rust installation.
342026-02-23T23:17:58.612Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-02-23T23:17:58.612Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-02-23T23:17:58.612Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-02-23T23:17:58.612Zwarn: or pass `-y' to ignore all ignorable checks.
382026-02-23T23:17:58.612Zerror: cannot install while Rust is installed
392026-02-23T23:17:58.612Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-02-23T23:17:58.630Zinfo: profile set to 'default'
412026-02-23T23:17:58.630Zinfo: default host triple is x86_64-unknown-illumos
422026-02-23T23:17:58.633Zinfo: syncing channel updates for '1.91.1-x86_64-unknown-illumos'
432026-02-23T23:17:58.825Zinfo: latest update on 2025-11-10, rust version 1.91.1 (ed61e7d7e 2025-11-07)
442026-02-23T23:17:58.825Zinfo: downloading component 'cargo'
452026-02-23T23:17:59.764Zinfo: downloading component 'clippy'
462026-02-23T23:18:00.159Zinfo: downloading component 'rust-docs'
472026-02-23T23:18:01.621Zinfo: downloading component 'rust-std'
482026-02-23T23:18:03.813Zinfo: downloading component 'rustc'
492026-02-23T23:18:11.076Zinfo: downloading component 'rustfmt'
502026-02-23T23:18:11.354Zinfo: installing component 'cargo'
512026-02-23T23:18:12.262Zinfo: installing component 'clippy'
522026-02-23T23:18:12.655Zinfo: installing component 'rust-docs'
532026-02-23T23:18:14.620Zinfo: installing component 'rust-std'
542026-02-23T23:18:16.444Zinfo: installing component 'rustc'
552026-02-23T23:18:23.245Zinfo: installing component 'rustfmt'
562026-02-23T23:18:23.562Zinfo: default toolchain set to '1.91.1-x86_64-unknown-illumos'
572026-02-23T23:18:23.563Z
582026-02-23T23:18:24.018Z 1.91.1-x86_64-unknown-illumos installed - rustc 1.91.1 (ed61e7d7e 2025-11-07)
592026-02-23T23:18:24.018Z
602026-02-23T23:18:24.030Z
612026-02-23T23:18:24.030ZRust is installed now. Great!
622026-02-23T23:18:24.031Z
632026-02-23T23:18:24.031ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642026-02-23T23:18:24.031Zenvironment variable. This has not been done automatically.
652026-02-23T23:18:24.031Z
662026-02-23T23:18:24.031ZTo configure your current shell, you need to source
672026-02-23T23:18:24.031Zthe corresponding env file under $HOME/.cargo.
682026-02-23T23:18:24.031Z
692026-02-23T23:18:24.031ZThis is usually done by running one of the following (note the leading DOT):
702026-02-23T23:18:24.031Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712026-02-23T23:18:24.031Zsource "$HOME/.cargo/env.fish" # For fish
722026-02-23T23:18:24.031Zsource $"($nu.home-path)/.cargo/env.nu" # For nushell
732026-02-23T23:18:24.123Z+ rustup --version
742026-02-23T23:18:24.141Zrustup 1.28.2 (e4f3ad6f8 2025-04-28)
752026-02-23T23:18:24.148Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762026-02-23T23:18:24.215Zinfo: The currently active `rustc` version is `rustc 1.91.1 (ed61e7d7e 2025-11-07)`
772026-02-23T23:18:24.222Z+ cargo --version
782026-02-23T23:18:24.289Zcargo 1.91.1 (ea2d97820 2025-10-10)
792026-02-23T23:18:24.292Z+ rustc --version
802026-02-23T23:18:24.366Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
812026-02-23T23:18:24.371Zprocess exited: duration 27578 ms, exit code 0
 
822026-02-23T23:18:24.384Zstarting task 2: "authentication"
832026-02-23T23:18:24.404Zprocess exited: duration 22 ms, exit code 0
 
842026-02-23T23:18:24.415Zstarting task 3: "clone repository"
852026-02-23T23:18:24.420Z+ mkdir -p /work/oxidecomputer/omicron
862026-02-23T23:18:24.424Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
872026-02-23T23:18:24.459ZCloning into '/work/oxidecomputer/omicron'...
882026-02-23T23:19:30.430Z+ cd /work/oxidecomputer/omicron
892026-02-23T23:19:30.430Z+ git fetch origin 408a9bf7d1d9d834744556260fe4c62133c090fc
902026-02-23T23:19:31.154ZFrom https://github.com/oxidecomputer/omicron
912026-02-23T23:19:31.155Z * branch 408a9bf7d1d9d834744556260fe4c62133c090fc -> FETCH_HEAD
922026-02-23T23:19:31.163Z+ [[ -n john/move-sled-agent-only-types-out-of-common ]]
932026-02-23T23:19:31.167Z++ git branch --show-current
942026-02-23T23:19:31.167Z+ current=main
952026-02-23T23:19:31.167Z+ [[ main != john/move-sled-agent-only-types-out-of-common ]]
962026-02-23T23:19:31.167Z+ git branch -f john/move-sled-agent-only-types-out-of-common 408a9bf7d1d9d834744556260fe4c62133c090fc
972026-02-23T23:19:31.170Z+ git checkout -f john/move-sled-agent-only-types-out-of-common
982026-02-23T23:19:31.704ZSwitched to branch 'john/move-sled-agent-only-types-out-of-common'
992026-02-23T23:19:31.707Z+ git reset --hard 408a9bf7d1d9d834744556260fe4c62133c090fc
1002026-02-23T23:19:31.724ZHEAD is now at 408a9bf7d Merge branch 'main' into john/move-sled-agent-only-types-out-of-common
1012026-02-23T23:19:31.727Zprocess exited: duration 67309 ms, exit code 0
 
1022026-02-23T23:19:31.734Zstarting task 4: "build"
1032026-02-23T23:19:31.739Z+ source .github/buildomat/ci-env.sh
1042026-02-23T23:19:31.739Z++ export CARGO_TERM_COLOR=always
1052026-02-23T23:19:31.739Z++ CARGO_TERM_COLOR=always
1062026-02-23T23:19:31.742Z+ cargo --version
1072026-02-23T23:19:31.800Zcargo 1.91.1 (ea2d97820 2025-10-10)
1082026-02-23T23:19:31.803Z+ rustc --version
1092026-02-23T23:19:31.877Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
1102026-02-23T23:19:31.880Z+ cargo tree --locked
1112026-02-23T23:19:32.161Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
1122026-02-23T23:19:32.918Z Updating crates.io index
1132026-02-23T23:19:32.958Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1142026-02-23T23:19:33.858Z Updating git repository `https://github.com/oxidecomputer/lldp`
1152026-02-23T23:19:34.736Z Updating git repository `https://github.com/oxidecomputer/maghemite`
1162026-02-23T23:19:37.721Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
1172026-02-23T23:19:38.233Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1182026-02-23T23:19:38.999Z Updating git repository `https://github.com/oxidecomputer/propolis`
1192026-02-23T23:19:43.159Z Updating git repository `https://github.com/oxidecomputer/crucible`
1202026-02-23T23:19:48.812Z Updating git repository `https://github.com/oxidecomputer/opte`
1212026-02-23T23:19:51.852Z Updating git repository `https://github.com/oxidecomputer/tofino`
1222026-02-23T23:19:52.741Z Updating git repository `https://github.com/oxidecomputer/falcon`
1232026-02-23T23:19:56.835Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1242026-02-23T23:19:58.415Z Updating git repository `https://github.com/oxidecomputer/clickward`
1252026-02-23T23:19:59.240Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1262026-02-23T23:20:00.531Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1272026-02-23T23:20:01.110Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1282026-02-23T23:20:03.111Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1292026-02-23T23:20:04.316Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1302026-02-23T23:20:04.937Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1312026-02-23T23:20:05.633Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
1322026-02-23T23:20:06.370Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1332026-02-23T23:20:07.074Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1342026-02-23T23:20:07.636Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1352026-02-23T23:20:08.299Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1362026-02-23T23:20:09.154Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1372026-02-23T23:20:10.088Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
1382026-02-23T23:20:11.533Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
1392026-02-23T23:20:12.268Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
1402026-02-23T23:20:13.010Z Updating git repository `https://github.com/oxidecomputer/ispf`
1412026-02-23T23:20:14.384Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1422026-02-23T23:20:15.707Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1432026-02-23T23:20:16.512Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1442026-02-23T23:20:17.066Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1452026-02-23T23:20:17.949Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1462026-02-23T23:20:18.619Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
1472026-02-23T23:20:19.445Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1482026-02-23T23:20:20.341Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1492026-02-23T23:20:20.972Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1502026-02-23T23:20:21.534Z Updating git repository `https://github.com/illumos/smf-rs`
1512026-02-23T23:20:22.221Z Updating git repository `https://github.com/oxidecomputer/omicron`
1522026-02-23T23:20:59.358Z Downloading crates ...
1532026-02-23T23:20:59.358Z Downloaded bitfield-macros v0.19.2
1542026-02-23T23:20:59.358Z Downloaded blake2 v0.10.6
1552026-02-23T23:20:59.358Z Downloaded bb8 v0.8.5
1562026-02-23T23:20:59.358Z Downloaded atomic-waker v1.1.2
1572026-02-23T23:20:59.358Z Downloaded block-buffer v0.10.4
1582026-02-23T23:20:59.358Z Downloaded array-init v0.0.4
1592026-02-23T23:20:59.358Z Downloaded clap_derive v4.5.47
1602026-02-23T23:20:59.358Z Downloaded convert_case v0.4.0
1612026-02-23T23:20:59.358Z Downloaded display-error-chain v0.2.2
1622026-02-23T23:20:59.358Z Downloaded crossbeam-deque v0.8.5
1632026-02-23T23:20:59.358Z Downloaded cpufeatures v0.2.14
1642026-02-23T23:20:59.358Z Downloaded aead v0.5.2
1652026-02-23T23:20:59.358Z Downloaded corncobs v0.1.4
1662026-02-23T23:20:59.358Z Downloaded cipher v0.4.4
1672026-02-23T23:20:59.358Z Downloaded const_format_proc_macros v0.2.34
1682026-02-23T23:20:59.358Z Downloaded clap_lex v0.7.4
1692026-02-23T23:20:59.358Z Downloaded clap v4.5.48
1702026-02-23T23:20:59.359Z Downloaded bitfield-struct v0.6.2
1712026-02-23T23:20:59.359Z Downloaded const_format v0.2.34
1722026-02-23T23:20:59.359Z Downloaded doc-comment v0.3.3
1732026-02-23T23:20:59.359Z Downloaded difflib v0.4.0
1742026-02-23T23:20:59.359Z Downloaded dirs-sys-next v0.1.2
1752026-02-23T23:20:59.359Z Downloaded async-signal v0.2.10
1762026-02-23T23:20:59.359Z Downloaded debug-ignore v1.0.5
1772026-02-23T23:20:59.359Z Downloaded cookie v0.18.1
1782026-02-23T23:20:59.359Z Downloaded dof v0.4.0
1792026-02-23T23:20:59.359Z Downloaded addr2line v0.24.2
1802026-02-23T23:20:59.359Z Downloaded dyn-clone v1.0.20
1812026-02-23T23:20:59.359Z Downloaded embedded-io v0.4.0
1822026-02-23T23:20:59.360Z Downloaded bit-vec v0.6.3
1832026-02-23T23:20:59.360Z Downloaded document-features v0.2.11
1842026-02-23T23:20:59.360Z Downloaded event-listener-strategy v0.5.2
1852026-02-23T23:20:59.360Z Downloaded fd-lock v4.0.2
1862026-02-23T23:20:59.360Z Downloaded dropshot-api-manager-types v0.3.0
1872026-02-23T23:20:59.360Z Downloaded escape8259 v0.5.3
1882026-02-23T23:20:59.360Z Downloaded enum-as-inner v0.6.1
1892026-02-23T23:20:59.360Z Downloaded fastrand v2.1.1
1902026-02-23T23:20:59.360Z Downloaded float-cmp v0.10.0
1912026-02-23T23:20:59.360Z Downloaded fnv v1.0.7
1922026-02-23T23:20:59.360Z Downloaded foreign-types-shared v0.3.1
1932026-02-23T23:20:59.360Z Downloaded displaydoc v0.2.5
1942026-02-23T23:20:59.360Z Downloaded der_derive v0.7.3
1952026-02-23T23:20:59.360Z Downloaded futures-task v0.3.31
1962026-02-23T23:20:59.360Z Downloaded generic-array v0.14.7
1972026-02-23T23:20:59.360Z Downloaded gethostname v0.5.0
1982026-02-23T23:20:59.360Z Downloaded ff v0.13.0
1992026-02-23T23:20:59.360Z Downloaded diff v0.1.13
2002026-02-23T23:20:59.360Z Downloaded fxhash v0.2.1
2012026-02-23T23:20:59.360Z Downloaded guppy-workspace-hack v0.1.0
2022026-02-23T23:20:59.360Z Downloaded allocator-api2 v0.2.21
2032026-02-23T23:20:59.360Z Downloaded ghash v0.5.1
2042026-02-23T23:20:59.360Z Downloaded hash32 v0.3.1
2052026-02-23T23:20:59.360Z Downloaded home v0.5.9
2062026-02-23T23:20:59.360Z Downloaded headers-core v0.3.0
2072026-02-23T23:20:59.360Z Downloaded hash32 v0.2.1
2082026-02-23T23:20:59.361Z Downloaded hex-literal v0.4.1
2092026-02-23T23:20:59.361Z Downloaded funty v2.0.0
2102026-02-23T23:20:59.361Z Downloaded hostname v0.3.1
2112026-02-23T23:20:59.361Z Downloaded hubpack v0.1.2
2122026-02-23T23:20:59.361Z Downloaded event-listener v5.3.1
2132026-02-23T23:20:59.361Z Downloaded http-body v1.0.1
2142026-02-23T23:20:59.361Z Downloaded httpdate v1.0.3
2152026-02-23T23:20:59.361Z Downloaded globset v0.4.15
2162026-02-23T23:20:59.361Z Downloaded hubpack_derive v0.1.1
2172026-02-23T23:20:59.361Z Downloaded fs-err v3.1.1
2182026-02-23T23:20:59.361Z Downloaded icu_provider_macros v1.5.0
2192026-02-23T23:20:59.361Z Downloaded indoc v1.0.9
2202026-02-23T23:20:59.361Z Downloaded idna_adapter v1.2.0
2212026-02-23T23:20:59.361Z Downloaded indent_write v2.2.0
2222026-02-23T23:20:59.361Z Downloaded internet-checksum v0.2.1
2232026-02-23T23:20:59.361Z Downloaded instant v0.1.13
2242026-02-23T23:20:59.361Z Downloaded is_terminal_polyfill v1.70.1
2252026-02-23T23:20:59.361Z Downloaded http-body-util v0.1.3
2262026-02-23T23:20:59.361Z Downloaded highway v1.3.0
2272026-02-23T23:20:59.362Z Downloaded is_ci v1.2.0
2282026-02-23T23:20:59.362Z Downloaded des v0.8.1
2292026-02-23T23:20:59.362Z Downloaded lalrpop-util v0.19.12
2302026-02-23T23:20:59.362Z Downloaded lazycell v1.3.0
2312026-02-23T23:20:59.362Z Downloaded base64 v0.22.1
2322026-02-23T23:20:59.362Z Downloaded icu_locid_transform v1.5.0
2332026-02-23T23:20:59.362Z Downloaded libsw-core v0.3.1
2342026-02-23T23:20:59.362Z Downloaded lru-cache v0.1.2
2352026-02-23T23:20:59.362Z Downloaded md-5 v0.10.6
2362026-02-23T23:20:59.362Z Downloaded memoffset v0.9.1
2372026-02-23T23:20:59.362Z Downloaded hyper-staticfile v0.10.1
2382026-02-23T23:20:59.362Z Downloaded hickory-client v0.25.2
2392026-02-23T23:20:59.362Z Downloaded md5 v0.7.0
2402026-02-23T23:20:59.362Z Downloaded memmap v0.7.0
2412026-02-23T23:20:59.362Z Downloaded maybe-uninit v2.0.0
2422026-02-23T23:20:59.362Z Downloaded chumsky v0.9.3
2432026-02-23T23:20:59.362Z Downloaded multimap v0.10.1
2442026-02-23T23:20:59.362Z Downloaded ingot-types v0.1.2
2452026-02-23T23:20:59.362Z Downloaded libloading v0.8.5
2462026-02-23T23:20:59.362Z Downloaded newline-converter v0.3.0
2472026-02-23T23:20:59.362Z Downloaded newtype-uuid-macros v0.1.0
2482026-02-23T23:20:59.362Z Downloaded libtest-mimic v0.8.1
2492026-02-23T23:20:59.362Z Downloaded libz-rs-sys v0.5.1
2502026-02-23T23:20:59.362Z Downloaded num v0.4.3
2512026-02-23T23:20:59.363Z Downloaded lock_api v0.4.12
2522026-02-23T23:20:59.413Z Downloaded num-conv v0.1.0
2532026-02-23T23:20:59.413Z Downloaded normalize-line-endings v0.3.0
2542026-02-23T23:20:59.413Z Downloaded iana-time-zone v0.1.63
2552026-02-23T23:20:59.413Z Downloaded litemap v0.7.3
2562026-02-23T23:20:59.413Z Downloaded nonempty v0.12.0
2572026-02-23T23:20:59.413Z Downloaded number_prefix v0.4.0
2582026-02-23T23:20:59.413Z Downloaded num_threads v0.1.7
2592026-02-23T23:20:59.413Z Downloaded num_enum_derive v0.5.11
2602026-02-23T23:20:59.413Z Downloaded olpc-cjson v0.1.4
2612026-02-23T23:20:59.414Z Downloaded oorandom v11.1.4
2622026-02-23T23:20:59.414Z Downloaded nanorand v0.7.0
2632026-02-23T23:20:59.414Z Downloaded oso-derive v0.27.3
2642026-02-23T23:20:59.414Z Downloaded packed_struct_codegen v0.10.1
2652026-02-23T23:20:59.414Z Downloaded jobserver v0.1.32
2662026-02-23T23:20:59.414Z Downloaded openssl-probe v0.1.5
2672026-02-23T23:20:59.414Z Downloaded multer v3.1.0
2682026-02-23T23:20:59.414Z Downloaded num-complex v0.4.6
2692026-02-23T23:20:59.414Z Downloaded openssl-macros v0.1.1
2702026-02-23T23:20:59.414Z Downloaded opaque-debug v0.3.1
2712026-02-23T23:20:59.414Z Downloaded parse-display v0.10.0
2722026-02-23T23:20:59.414Z Downloaded path-slash v0.1.5
2732026-02-23T23:20:59.414Z Downloaded litrs v0.4.1
2742026-02-23T23:20:59.414Z Downloaded peg-runtime v0.8.5
2752026-02-23T23:20:59.414Z Downloaded headers v0.4.1
2762026-02-23T23:20:59.414Z Downloaded icu_provider v1.5.0
2772026-02-23T23:20:59.414Z Downloaded indexmap v1.9.3
2782026-02-23T23:20:59.414Z Downloaded pbkdf2 v0.12.2
2792026-02-23T23:20:59.414Z Downloaded pbkdf2 v0.11.0
2802026-02-23T23:20:59.415Z Downloaded num_enum v0.5.11
2812026-02-23T23:20:59.415Z Downloaded percent-encoding v2.3.2
2822026-02-23T23:20:59.415Z Downloaded phf_shared v0.12.1
2832026-02-23T23:20:59.415Z Downloaded piper v0.2.4
2842026-02-23T23:20:59.415Z Downloaded plain v0.2.3
2852026-02-23T23:20:59.415Z Downloaded pin-utils v0.1.0
2862026-02-23T23:20:59.415Z Downloaded packed_struct v0.10.1
2872026-02-23T23:20:59.415Z Downloaded icu_locid v1.5.0
2882026-02-23T23:20:59.415Z Downloaded phf_shared v0.11.2
2892026-02-23T23:20:59.415Z Downloaded nu-ansi-term v0.50.1
2902026-02-23T23:20:59.415Z Downloaded plotters-svg v0.3.7
2912026-02-23T23:20:59.415Z Downloaded password-hash v0.4.2
2922026-02-23T23:20:59.415Z Downloaded predicates-tree v1.0.12
2932026-02-23T23:20:59.415Z Downloaded precomputed-hash v0.1.1
2942026-02-23T23:20:59.415Z Downloaded paste v1.0.15
2952026-02-23T23:20:59.415Z Downloaded heapless v0.8.0
2962026-02-23T23:20:59.415Z Downloaded proc-macro-error-attr v1.0.4
2972026-02-23T23:20:59.415Z Downloaded omicron-zone-package v0.12.2
2982026-02-23T23:20:59.415Z Downloaded pretty-hex v0.2.1
2992026-02-23T23:20:59.415Z Downloaded proc-macro-crate v3.2.0
3002026-02-23T23:20:59.415Z Downloaded proc-macro-error-attr2 v2.0.0
3012026-02-23T23:20:59.415Z Downloaded pest_generator v2.8.2
3022026-02-23T23:20:59.415Z Downloaded once_cell v1.21.3
3032026-02-23T23:20:59.415Z Downloaded miniz_oxide v0.8.5
3042026-02-23T23:20:59.415Z Downloaded progenitor-macro v0.8.0
3052026-02-23T23:20:59.415Z Downloaded progenitor-client v0.10.0
3062026-02-23T23:20:59.415Z Downloaded pkg-config v0.3.31
3072026-02-23T23:20:59.415Z Downloaded progenitor-macro v0.10.0
3082026-02-23T23:20:59.415Z Downloaded progenitor-client v0.11.2
3092026-02-23T23:20:59.415Z Downloaded quick-error v1.2.3
3102026-02-23T23:20:59.415Z Downloaded oxnet v0.1.4
3112026-02-23T23:20:59.415Z Downloaded ppv-lite86 v0.2.20
3122026-02-23T23:20:59.415Z Downloaded icu_collections v1.5.0
3132026-02-23T23:20:59.415Z Downloaded radium v0.7.0
3142026-02-23T23:20:59.416Z Downloaded progenitor-macro v0.11.2
3152026-02-23T23:20:59.416Z Downloaded rand_xorshift v0.4.0
3162026-02-23T23:20:59.416Z Downloaded poly1305 v0.8.0
3172026-02-23T23:20:59.416Z Downloaded predicates v3.1.3
3182026-02-23T23:20:59.416Z Downloaded proc-macro-error v1.0.4
3192026-02-23T23:20:59.416Z Downloaded parking_lot_core v0.9.10
3202026-02-23T23:20:59.416Z Downloaded primeorder v0.13.6
3212026-02-23T23:20:59.416Z Downloaded progenitor v0.10.0
3222026-02-23T23:20:59.416Z Downloaded progenitor v0.11.2
3232026-02-23T23:20:59.416Z Downloaded ref-cast v1.0.25
3242026-02-23T23:20:59.416Z Downloaded proc-macro-error2 v2.0.1
3252026-02-23T23:20:59.416Z Downloaded pkcs1 v0.7.5
3262026-02-23T23:20:59.416Z Downloaded postgres-protocol v0.6.8
3272026-02-23T23:20:59.416Z Downloaded psm v0.1.30
3282026-02-23T23:20:59.416Z Downloaded rtoolbox v0.0.2
3292026-02-23T23:20:59.416Z Downloaded rfc6979 v0.4.0
3302026-02-23T23:20:59.416Z Downloaded postgres-types v0.2.9
3312026-02-23T23:20:59.416Z Downloaded r2d2 v0.8.10
3322026-02-23T23:20:59.416Z Downloaded num-traits v0.2.19
3332026-02-23T23:20:59.416Z Downloaded quote v1.0.40
3342026-02-23T23:20:59.416Z Downloaded russh-cryptovec v0.7.3
3352026-02-23T23:20:59.416Z Downloaded quinn-udp v0.5.5
3362026-02-23T23:20:59.416Z Downloaded rustc_version v0.4.1
3372026-02-23T23:20:59.416Z Downloaded rustc-hash v2.1.1
3382026-02-23T23:20:59.417Z Downloaded rustc-hash v1.1.0
3392026-02-23T23:20:59.417Z Downloaded postcard v1.0.10
3402026-02-23T23:20:59.417Z Downloaded rustc_version v0.1.7
3412026-02-23T23:20:59.417Z Downloaded rand_core v0.9.3
3422026-02-23T23:20:59.417Z Downloaded rand_core v0.6.4
3432026-02-23T23:20:59.417Z Downloaded rand_seeder v0.4.0
3442026-02-23T23:20:59.417Z Downloaded ref-cast-impl v1.0.25
3452026-02-23T23:20:59.417Z Downloaded rand_chacha v0.9.0
3462026-02-23T23:20:59.418Z Downloaded same-file v1.0.6
3472026-02-23T23:20:59.418Z Downloaded salsa20 v0.10.2
3482026-02-23T23:20:59.418Z Downloaded parking_lot v0.11.2
3492026-02-23T23:20:59.418Z Downloaded minimal-lexical v0.2.1
3502026-02-23T23:20:59.418Z Downloaded progenitor-impl v0.8.0
3512026-02-23T23:20:59.418Z Downloaded resolv-conf v0.7.0
3522026-02-23T23:20:59.445Z Downloaded relative-path v1.9.3
3532026-02-23T23:20:59.445Z Downloaded openssl-sys v0.9.109
3542026-02-23T23:20:59.445Z Downloaded secrecy v0.10.3
3552026-02-23T23:20:59.445Z Downloaded crossterm v0.29.0
3562026-02-23T23:20:59.445Z Downloaded prefix-trie v0.7.0
3572026-02-23T23:20:59.445Z Downloaded scrypt v0.11.0
3582026-02-23T23:20:59.445Z Downloaded scroll_derive v0.13.1
3592026-02-23T23:20:59.445Z Downloaded semver v0.1.20
3602026-02-23T23:20:59.445Z Downloaded blake3 v1.5.4
3612026-02-23T23:20:59.445Z Downloaded serde-value v0.7.0
3622026-02-23T23:20:59.445Z Downloaded rustc-demangle v0.1.24
3632026-02-23T23:20:59.445Z Downloaded serde-big-array v0.5.1
3642026-02-23T23:20:59.445Z Downloaded serde_bytes v0.11.19
3652026-02-23T23:20:59.445Z Downloaded miette v5.10.0
3662026-02-23T23:20:59.445Z Downloaded serde_regex v1.1.0
3672026-02-23T23:20:59.446Z Downloaded serde_spanned v0.6.9
3682026-02-23T23:20:59.446Z Downloaded rustls-pemfile v1.0.4
3692026-02-23T23:20:59.446Z Downloaded serde_spanned v1.0.4
3702026-02-23T23:20:59.447Z Downloaded pin-project v1.1.6
3712026-02-23T23:20:59.447Z Downloaded signal-hook-tokio v0.3.1
3722026-02-23T23:20:59.447Z Downloaded simd-adler32 v0.3.7
3732026-02-23T23:20:59.447Z Downloaded siphasher v0.3.11
3742026-02-23T23:20:59.447Z Downloaded sec1 v0.7.3
3752026-02-23T23:20:59.447Z Downloaded serde_urlencoded v0.7.1
3762026-02-23T23:20:59.447Z Downloaded shell-words v1.1.0
3772026-02-23T23:20:59.447Z Downloaded similar-asserts v1.7.0
3782026-02-23T23:20:59.447Z Downloaded hashbrown v0.15.4
3792026-02-23T23:20:59.447Z Downloaded siphasher v1.0.1
3802026-02-23T23:20:59.447Z Downloaded sct v0.7.1
3812026-02-23T23:20:59.447Z Downloaded secrecy v0.8.0
3822026-02-23T23:20:59.447Z Downloaded scroll v0.13.0
3832026-02-23T23:20:59.447Z Downloaded slog-bunyan v2.5.0
3842026-02-23T23:20:59.447Z Downloaded russh-keys v0.45.0
3852026-02-23T23:20:59.447Z Downloaded serde_path_to_error v0.1.20
3862026-02-23T23:20:59.447Z Downloaded serde_derive_internals v0.29.1
3872026-02-23T23:20:59.447Z Downloaded pretty_assertions v1.4.1
3882026-02-23T23:20:59.447Z Downloaded slog-envlogger v2.2.0
3892026-02-23T23:20:59.447Z Downloaded serde-untagged v0.1.7
3902026-02-23T23:20:59.447Z Downloaded smawk v0.3.2
3912026-02-23T23:20:59.447Z Downloaded prettyplease v0.2.36
3922026-02-23T23:20:59.447Z Downloaded rustls-native-certs v0.8.1
3932026-02-23T23:20:59.447Z Downloaded serde_tokenstream v0.2.2
3942026-02-23T23:20:59.447Z Downloaded serde-hex v0.1.0
3952026-02-23T23:20:59.448Z Downloaded signature v2.2.0
3962026-02-23T23:20:59.448Z Downloaded signal-hook-registry v1.4.2
3972026-02-23T23:20:59.448Z Downloaded shlex v1.3.0
3982026-02-23T23:20:59.448Z Downloaded futures-util v0.3.31
3992026-02-23T23:20:59.448Z Downloaded nom v7.1.3
4002026-02-23T23:20:59.448Z Downloaded stable_deref_trait v1.2.0
4012026-02-23T23:20:59.448Z Downloaded ssh-encoding v0.2.0
4022026-02-23T23:20:59.448Z Downloaded semver v1.0.27
4032026-02-23T23:20:59.448Z Downloaded strip-ansi-escapes v0.2.0
4042026-02-23T23:20:59.448Z Downloaded ron v0.8.1
4052026-02-23T23:20:59.448Z Downloaded strum v0.26.3
4062026-02-23T23:20:59.448Z Downloaded slog-stdlog v4.1.1
4072026-02-23T23:20:59.448Z Downloaded serde_cbor v0.11.2
4082026-02-23T23:20:59.448Z Downloaded rcgen v0.12.1
4092026-02-23T23:20:59.448Z Downloaded structmeta-derive v0.3.0
4102026-02-23T23:20:59.448Z Downloaded slog-scope v4.4.0
4112026-02-23T23:20:59.448Z Downloaded supports-color v3.0.2
4122026-02-23T23:20:59.448Z Downloaded swrite v0.1.0
4132026-02-23T23:20:59.448Z Downloaded rayon-core v1.12.1
4142026-02-23T23:20:59.448Z Downloaded guppy v0.17.20
4152026-02-23T23:20:59.448Z Downloaded h2 v0.4.6
4162026-02-23T23:20:59.448Z Downloaded tabled_derive v0.11.0
4172026-02-23T23:20:59.448Z Downloaded tabwriter v1.4.0
4182026-02-23T23:20:59.448Z Downloaded publicsuffix v2.3.0
4192026-02-23T23:20:59.448Z Downloaded sync-ptr v0.1.4
4202026-02-23T23:20:59.449Z Downloaded quinn v0.11.5
4212026-02-23T23:20:59.449Z Downloaded spki v0.7.3
4222026-02-23T23:20:59.449Z Downloaded rstest_macros v0.25.0
4232026-02-23T23:20:59.449Z Downloaded target-triple v0.1.3
4242026-02-23T23:20:59.449Z Downloaded tabled_derive v0.10.0
4252026-02-23T23:20:59.449Z Downloaded supports-unicode v2.1.0
4262026-02-23T23:20:59.449Z Downloaded strum_macros v0.26.4
4272026-02-23T23:20:59.449Z Downloaded supports-color v2.1.0
4282026-02-23T23:20:59.449Z Downloaded stringprep v0.1.5
4292026-02-23T23:20:59.449Z Downloaded testing_table v0.3.0
4302026-02-23T23:20:59.449Z Downloaded tap v1.0.1
4312026-02-23T23:20:59.449Z Downloaded take_mut v0.2.2
4322026-02-23T23:20:59.449Z Downloaded tagptr v0.2.0
4332026-02-23T23:20:59.449Z Downloaded tabled_derive v0.7.0
4342026-02-23T23:20:59.449Z Downloaded terminal_size v0.4.0
4352026-02-23T23:20:59.449Z Downloaded sync_wrapper v1.0.1
4362026-02-23T23:20:59.449Z Downloaded static_assertions v1.1.0
4372026-02-23T23:20:59.449Z Downloaded iri-string v0.7.8
4382026-02-23T23:20:59.449Z Downloaded termtree v0.5.1
4392026-02-23T23:20:59.449Z Downloaded support-bundle-viewer v0.1.2
4402026-02-23T23:20:59.449Z Downloaded signal-hook v0.3.18
4412026-02-23T23:20:59.449Z Downloaded strum_macros v0.24.3
4422026-02-23T23:20:59.449Z Downloaded thread-id v4.2.2
4432026-02-23T23:20:59.450Z Downloaded serde_derive v1.0.228
4442026-02-23T23:20:59.450Z Downloaded smallvec v1.15.1
4452026-02-23T23:20:59.451Z Downloaded bitvec v1.0.1
4462026-02-23T23:20:59.451Z Downloaded thread_local v1.1.8
4472026-02-23T23:20:59.451Z Downloaded target-lexicon v0.13.2
4482026-02-23T23:20:59.451Z Downloaded slog v2.8.2
4492026-02-23T23:20:59.451Z Downloaded time-core v0.1.6
4502026-02-23T23:20:59.451Z Downloaded strum_macros v0.27.2
4512026-02-23T23:20:59.451Z Downloaded synstructure v0.13.1
4522026-02-23T23:20:59.461Z Downloaded tinyvec_macros v0.1.1
4532026-02-23T23:20:59.461Z Downloaded similar v2.7.0
4542026-02-23T23:20:59.461Z Downloaded toml_datetime v0.6.11
4552026-02-23T23:20:59.461Z Downloaded rsa v0.9.8
4562026-02-23T23:20:59.461Z Downloaded spin v0.9.8
4572026-02-23T23:20:59.461Z Downloaded termcolor v1.4.1
4582026-02-23T23:20:59.461Z Downloaded bindgen v0.69.5
4592026-02-23T23:20:59.462Z Downloaded termios v0.3.3
4602026-02-23T23:20:59.462Z Downloaded tower-service v0.3.3
4612026-02-23T23:20:59.462Z Downloaded subprocess v0.2.9
4622026-02-23T23:20:59.462Z Downloaded tower-layer v0.3.3
4632026-02-23T23:20:59.462Z Downloaded toml_write v0.1.2
4642026-02-23T23:20:59.462Z Downloaded ryu v1.0.18
4652026-02-23T23:20:59.462Z Downloaded thiserror-no-std v2.0.2
4662026-02-23T23:20:59.462Z Downloaded trait-variant v0.1.2
4672026-02-23T23:20:59.462Z Downloaded topological-sort v0.2.2
4682026-02-23T23:20:59.462Z Downloaded tiny-keccak v2.0.2
4692026-02-23T23:20:59.462Z Downloaded try-lock v0.2.5
4702026-02-23T23:20:59.462Z Downloaded thiserror v2.0.18
4712026-02-23T23:20:59.462Z Downloaded schemars v0.9.0
4722026-02-23T23:20:59.462Z Downloaded unarray v0.1.4
4732026-02-23T23:20:59.463Z Downloaded typify-macro v0.2.0
4742026-02-23T23:20:59.463Z Downloaded socket2 v0.6.1
4752026-02-23T23:20:59.463Z Downloaded tokio-rustls v0.25.0
4762026-02-23T23:20:59.463Z Downloaded typify-macro v0.4.3
4772026-02-23T23:20:59.463Z Downloaded tinytemplate v1.2.1
4782026-02-23T23:20:59.463Z Downloaded unicode-linebreak v0.1.5
4792026-02-23T23:20:59.463Z Downloaded term v1.1.0
4802026-02-23T23:20:59.463Z Downloaded tokio-dtrace v0.1.0
4812026-02-23T23:20:59.463Z Downloaded tls_codec v0.4.1
4822026-02-23T23:20:59.463Z Downloaded toml_datetime v0.7.5+spec-1.1.0
4832026-02-23T23:20:59.463Z Downloaded unit-prefix v0.5.1
4842026-02-23T23:20:59.463Z Downloaded unicode-truncate v1.1.0
4852026-02-23T23:20:59.463Z Downloaded tokio-tungstenite v0.23.1
4862026-02-23T23:20:59.463Z Downloaded universal-hash v0.5.1
4872026-02-23T23:20:59.463Z Downloaded unicode-xid v0.2.6
4882026-02-23T23:20:59.463Z Downloaded pest v2.8.2
4892026-02-23T23:20:59.463Z Downloaded tracing-attributes v0.1.27
4902026-02-23T23:20:59.463Z Downloaded snafu v0.8.5
4912026-02-23T23:20:59.463Z Downloaded utf8_iter v1.0.4
4922026-02-23T23:20:59.463Z Downloaded utf16_iter v1.0.5
4932026-02-23T23:20:59.463Z Downloaded usdt v0.5.0
4942026-02-23T23:20:59.463Z Downloaded schemars v1.0.4
4952026-02-23T23:20:59.463Z Downloaded utf8parse v0.2.2
4962026-02-23T23:20:59.464Z Downloaded usdt-macro v0.6.0
4972026-02-23T23:20:59.464Z Downloaded utf-8 v0.7.6
4982026-02-23T23:20:59.464Z Downloaded untrusted v0.7.1
4992026-02-23T23:20:59.464Z Downloaded usdt-macro v0.5.0
5002026-02-23T23:20:59.464Z Downloaded usdt-attr-macro v0.6.0
5012026-02-23T23:20:59.464Z Downloaded usdt-attr-macro v0.5.0
5022026-02-23T23:20:59.464Z Downloaded usdt v0.6.0
5032026-02-23T23:20:59.464Z Downloaded russh v0.45.0
5042026-02-23T23:20:59.464Z Downloaded untrusted v0.9.0
5052026-02-23T23:20:59.464Z Downloaded tar v0.4.44
5062026-02-23T23:20:59.464Z Downloaded unicase v2.8.1
5072026-02-23T23:20:59.464Z Downloaded tui-tree-widget v0.23.1
5082026-02-23T23:20:59.464Z Downloaded tinyvec v1.8.0
5092026-02-23T23:20:59.464Z Downloaded void v1.0.2
5102026-02-23T23:20:59.464Z Downloaded toml v0.8.23
5112026-02-23T23:20:59.465Z Downloaded tokio-native-tls v0.3.1
5122026-02-23T23:20:59.465Z Downloaded term v0.7.0
5132026-02-23T23:20:59.465Z Downloaded vte_generate_state_changes v0.1.2
5142026-02-23T23:20:59.465Z Downloaded want v0.3.1
5152026-02-23T23:20:59.465Z Downloaded waitgroup v0.1.2
5162026-02-23T23:20:59.465Z Downloaded wait-timeout v0.2.0
5172026-02-23T23:20:59.465Z Downloaded version_check v0.9.5
5182026-02-23T23:20:59.465Z Downloaded which v4.4.2
5192026-02-23T23:20:59.465Z Downloaded git2 v0.20.2
5202026-02-23T23:20:59.465Z Downloaded toml_parser v1.0.6+spec-1.1.0
5212026-02-23T23:20:59.465Z Downloaded textwrap v0.16.2
5222026-02-23T23:20:59.465Z Downloaded serde v1.0.228
5232026-02-23T23:20:59.465Z Downloaded write16 v1.0.0
5242026-02-23T23:20:59.465Z Downloaded tokio-stream v0.1.17
5252026-02-23T23:20:59.467Z Downloaded tokio-rustls v0.26.0
5262026-02-23T23:20:59.467Z Downloaded uzers v0.12.1
5272026-02-23T23:20:59.467Z Downloaded tokio-rustls v0.24.1
5282026-02-23T23:20:59.467Z Downloaded yoke-derive v0.7.4
5292026-02-23T23:20:59.467Z Downloaded zerofrom v0.1.4
5302026-02-23T23:20:59.467Z Downloaded test-strategy v0.4.3
5312026-02-23T23:20:59.467Z Downloaded xshell-macros v0.2.7
5322026-02-23T23:20:59.467Z Downloaded usdt-impl v0.6.0
5332026-02-23T23:20:59.467Z Downloaded rpassword v7.4.0
5342026-02-23T23:20:59.467Z Downloaded usdt-impl v0.5.0
5352026-02-23T23:20:59.467Z Downloaded zeroize_derive v1.4.2
5362026-02-23T23:20:59.467Z Downloaded vergen-git2 v1.0.7
5372026-02-23T23:20:59.467Z Downloaded ucd-trie v0.1.7
5382026-02-23T23:20:59.467Z Downloaded xattr v1.3.1
5392026-02-23T23:20:59.467Z Downloaded tls_codec_derive v0.4.1
5402026-02-23T23:20:59.467Z Downloaded zerofrom-derive v0.1.4
5412026-02-23T23:20:59.467Z Downloaded twox-hash v2.1.0
5422026-02-23T23:20:59.468Z Downloaded unicode-ident v1.0.19
5432026-02-23T23:20:59.473Z Downloaded zone_cfg_derive v0.1.2
5442026-02-23T23:20:59.473Z Downloaded goblin v0.10.2
5452026-02-23T23:20:59.477Z Downloaded walkdir v2.5.0
5462026-02-23T23:20:59.477Z Downloaded toml v0.7.8
5472026-02-23T23:20:59.481Z Downloaded zone_cfg_derive v0.3.0
5482026-02-23T23:20:59.484Z Downloaded toml v0.9.11+spec-1.1.0
5492026-02-23T23:20:59.488Z Downloaded writeable v0.5.5
5502026-02-23T23:20:59.491Z Downloaded textwrap v0.15.2
5512026-02-23T23:20:59.494Z Downloaded xz2 v0.1.7
5522026-02-23T23:20:59.494Z Downloaded xshell v0.2.7
5532026-02-23T23:20:59.498Z Downloaded wyz v0.5.1
5542026-02-23T23:20:59.498Z Downloaded whoami v1.5.2
5552026-02-23T23:20:59.502Z Downloaded vergen v9.0.6
5562026-02-23T23:20:59.502Z Downloaded tungstenite v0.21.0
5572026-02-23T23:20:59.506Z Downloaded trybuild v1.0.106
5582026-02-23T23:20:59.509Z Downloaded zerovec-derive v0.10.3
5592026-02-23T23:20:59.513Z Downloaded value-bag v1.12.0
5602026-02-23T23:20:59.516Z Downloaded zmij v1.0.15
5612026-02-23T23:20:59.516Z Downloaded portable-atomic v1.11.0
5622026-02-23T23:20:59.522Z Downloaded zstd v0.13.3
5632026-02-23T23:20:59.526Z Downloaded zone v0.1.8
5642026-02-23T23:20:59.529Z Downloaded zstd-safe v7.2.3
5652026-02-23T23:20:59.529Z Downloaded unsafe-libyaml v0.2.11
5662026-02-23T23:20:59.532Z Downloaded vsss-rs v3.3.4
5672026-02-23T23:20:59.536Z Downloaded lalrpop v0.19.12
5682026-02-23T23:20:59.546Z Downloaded yoke v0.7.4
5692026-02-23T23:20:59.549Z Downloaded zerocopy-derive v0.7.35
5702026-02-23T23:20:59.552Z Downloaded uuid v1.19.0
5712026-02-23T23:20:59.554Z Downloaded yasna v0.5.2
5722026-02-23T23:20:59.558Z Downloaded reqwest v0.12.24
5732026-02-23T23:20:59.561Z Downloaded zeroize v1.8.1
5742026-02-23T23:20:59.566Z Downloaded toml_edit v0.22.27
5752026-02-23T23:20:59.569Z Downloaded typify v0.4.3
5762026-02-23T23:20:59.572Z Downloaded regex v1.11.3
5772026-02-23T23:20:59.576Z Downloaded url v2.5.4
5782026-02-23T23:20:59.580Z Downloaded reedline v0.40.0
5792026-02-23T23:20:59.586Z Downloaded zerocopy v0.6.6
5802026-02-23T23:20:59.589Z Downloaded tokio-postgres v0.7.13
5812026-02-23T23:20:59.593Z Downloaded quick-xml v0.37.2
5822026-02-23T23:20:59.598Z Downloaded rayon v1.10.0
5832026-02-23T23:20:59.606Z Downloaded icu_properties_data v1.5.0
5842026-02-23T23:20:59.618Z Downloaded p384 v0.13.1
5852026-02-23T23:20:59.622Z Downloaded zip v0.6.6
5862026-02-23T23:20:59.625Z Downloaded vte v0.11.1
5872026-02-23T23:20:59.629Z Downloaded zopfli v0.8.1
5882026-02-23T23:20:59.632Z Downloaded serde_json v1.0.149
5892026-02-23T23:20:59.636Z Downloaded tower v0.5.2
5902026-02-23T23:20:59.646Z Downloaded quinn-proto v0.11.8
5912026-02-23T23:20:59.651Z Downloaded zerocopy-derive v0.8.27
5922026-02-23T23:20:59.658Z Downloaded unicode-segmentation v1.12.0
5932026-02-23T23:20:59.661Z Downloaded proptest v1.7.0
5942026-02-23T23:20:59.669Z Downloaded yansi v1.0.1
5952026-02-23T23:20:59.674Z Downloaded unicode_categories v0.1.1
5962026-02-23T23:20:59.677Z Downloaded curve25519-dalek v4.1.3
5972026-02-23T23:20:59.682Z Downloaded tough v0.20.0
5982026-02-23T23:20:59.689Z Downloaded tower-http v0.6.6
5992026-02-23T23:20:59.697Z Downloaded moka v0.12.10
6002026-02-23T23:20:59.710Z Downloaded tracing v0.1.40
6012026-02-23T23:20:59.716Z Downloaded salty v0.3.0
6022026-02-23T23:20:59.719Z Downloaded x509-cert v0.2.5
6032026-02-23T23:20:59.724Z Downloaded openssl v0.10.73
6042026-02-23T23:20:59.733Z Downloaded tokio-util v0.7.15
6052026-02-23T23:20:59.739Z Downloaded serde_with v3.16.1
6062026-02-23T23:20:59.752Z Downloaded unicode-normalization v0.1.24
6072026-02-23T23:20:59.755Z Downloaded typed-path v0.9.3
6082026-02-23T23:20:59.761Z Downloaded rustls-webpki v0.102.8
6092026-02-23T23:20:59.780Z Downloaded zip v4.2.0
6102026-02-23T23:20:59.783Z Downloaded nix v0.29.0
6112026-02-23T23:20:59.794Z Downloaded zerocopy v0.7.35
6122026-02-23T23:20:59.810Z Downloaded zerovec v0.10.4
6132026-02-23T23:20:59.814Z Downloaded nix v0.30.1
6142026-02-23T23:20:59.826Z Downloaded tabled v0.15.0
6152026-02-23T23:20:59.843Z Downloaded tabled v0.20.0
6162026-02-23T23:20:59.859Z Downloaded winnow v0.5.40
6172026-02-23T23:20:59.866Z Downloaded tabled v0.18.0
6182026-02-23T23:20:59.882Z Downloaded winnow v0.6.26
6192026-02-23T23:20:59.890Z Downloaded rustls v0.23.19
6202026-02-23T23:20:59.900Z Downloaded webpki-roots v1.0.1
6212026-02-23T23:20:59.904Z Downloaded winnow v0.7.14
6222026-02-23T23:20:59.913Z Downloaded zlib-rs v0.5.1
6232026-02-23T23:20:59.917Z Downloaded unicode-width v0.1.14
6242026-02-23T23:20:59.922Z Downloaded syn v1.0.109
6252026-02-23T23:20:59.932Z Downloaded object v0.37.3
6262026-02-23T23:20:59.945Z Downloaded smoltcp v0.9.1
6272026-02-23T23:20:59.951Z Downloaded regex-syntax v0.8.5
6282026-02-23T23:20:59.958Z Downloaded vcpkg v0.2.15
6292026-02-23T23:20:59.994Z Downloaded zerocopy v0.8.27
6302026-02-23T23:21:00.014Z Downloaded smoltcp v0.11.0
6312026-02-23T23:21:00.025Z Downloaded rustls v0.22.4
6322026-02-23T23:21:00.038Z Downloaded rustix v1.1.3
6332026-02-23T23:21:00.061Z Downloaded rustix v0.38.37
6342026-02-23T23:21:00.081Z Downloaded sled v0.34.7
6352026-02-23T23:21:00.090Z Downloaded bzip2-sys v0.1.13+1.0.8
6362026-02-23T23:21:00.101Z Downloaded ratatui v0.29.0
6372026-02-23T23:21:00.118Z Downloaded regress v0.10.4
6382026-02-23T23:21:00.125Z Downloaded object v0.36.5
6392026-02-23T23:21:00.135Z Downloaded unicode-width v0.2.0
6402026-02-23T23:21:00.140Z Downloaded syn v2.0.114
6412026-02-23T23:21:00.151Z Downloaded openapiv3 v2.2.0
6422026-02-23T23:21:00.161Z Downloaded sqlparser v0.61.0
6432026-02-23T23:21:00.169Z Downloaded regex-automata v0.4.11
6442026-02-23T23:21:00.183Z Downloaded jiff v0.2.15
6452026-02-23T23:21:00.313Z Downloaded hickory-proto v0.24.4
6462026-02-23T23:21:00.313Z Downloaded hickory-proto v0.25.2
6472026-02-23T23:21:00.313Z Downloaded typify-impl v0.2.0
6482026-02-23T23:21:00.313Z Downloaded regex-syntax v0.6.29
6492026-02-23T23:21:00.313Z Downloaded typify-impl v0.4.3
6502026-02-23T23:21:00.313Z Downloaded libz-sys v1.1.20
6512026-02-23T23:21:00.313Z Downloaded petgraph v0.8.2
6522026-02-23T23:21:00.313Z Downloaded zerocopy-derive v0.6.6
6532026-02-23T23:21:00.319Z Downloaded radix_trie v0.2.1
6542026-02-23T23:21:00.319Z Downloaded polar-core v0.27.3
6552026-02-23T23:21:00.319Z Downloaded nix v0.28.0
6562026-02-23T23:21:00.328Z Downloaded rustls v0.21.12
6572026-02-23T23:21:00.338Z Downloaded petgraph v0.6.5
6582026-02-23T23:21:00.356Z Downloaded zstd-sys v2.0.14+zstd.1.5.7
6592026-02-23T23:21:00.372Z Downloaded chrono-tz v0.10.4
6602026-02-23T23:21:00.388Z Downloaded csv v1.3.1
6612026-02-23T23:21:00.406Z Downloaded lzma-sys v0.1.20
6622026-02-23T23:21:00.433Z Downloaded nix v0.27.1
6632026-02-23T23:21:00.443Z Downloaded libc v0.2.180
6642026-02-23T23:21:00.475Z Downloaded diesel v2.2.12
6652026-02-23T23:21:00.492Z Downloaded dropshot v0.16.7
6662026-02-23T23:21:00.514Z Downloaded time v0.3.43
6672026-02-23T23:21:00.521Z Downloaded bstr v1.10.0
6682026-02-23T23:21:00.530Z Downloaded rustls-webpki v0.101.7
6692026-02-23T23:21:00.544Z Downloaded petname v2.0.2
6702026-02-23T23:21:00.549Z Downloaded object v0.30.4
6712026-02-23T23:21:00.558Z Downloaded sha3 v0.10.8
6722026-02-23T23:21:00.563Z Downloaded toml_edit v0.19.15
6732026-02-23T23:21:00.579Z Downloaded ssh-key v0.6.6
6742026-02-23T23:21:00.586Z Downloaded gimli v0.31.1
6752026-02-23T23:21:00.593Z Downloaded tokio v1.49.0
6762026-02-23T23:21:00.652Z Downloaded unicode-bidi v0.3.17
6772026-02-23T23:21:00.656Z Downloaded steno v0.4.1
6782026-02-23T23:21:00.659Z Downloaded tungstenite v0.23.0
6792026-02-23T23:21:00.664Z Downloaded tracing-core v0.1.32
6802026-02-23T23:21:00.664Z Downloaded rustyline v14.0.0
6812026-02-23T23:21:00.667Z Downloaded bindgen v0.71.1
6822026-02-23T23:21:00.674Z Downloaded zone v0.3.1
6832026-02-23T23:21:00.678Z Downloaded vergen-lib v0.1.6
6842026-02-23T23:21:00.678Z Downloaded encoding_rs v0.8.34
6852026-02-23T23:21:00.696Z Downloaded vergen-gitcl v1.0.8
6862026-02-23T23:21:00.699Z Downloaded unicode-properties v0.1.3
6872026-02-23T23:21:00.702Z Downloaded typify v0.2.0
6882026-02-23T23:21:00.702Z Downloaded typenum v1.17.0
6892026-02-23T23:21:00.705Z Downloaded plotters v0.3.7
6902026-02-23T23:21:00.711Z Downloaded toml_writer v1.0.6+spec-1.1.0
6912026-02-23T23:21:00.714Z Downloaded tempfile v3.24.0
6922026-02-23T23:21:00.717Z Downloaded hkdf v0.12.4
6932026-02-23T23:21:00.717Z Downloaded tinystr v0.7.6
6942026-02-23T23:21:00.720Z Downloaded rand v0.9.2
6952026-02-23T23:21:00.724Z Downloaded typeid v1.0.3
6962026-02-23T23:21:00.724Z Downloaded tokio-tungstenite v0.21.0
6972026-02-23T23:21:00.727Z Downloaded tokio-macros v2.6.0
6982026-02-23T23:21:00.727Z Downloaded httpmock v0.8.0-alpha.1
6992026-02-23T23:21:00.744Z Downloaded time-macros v0.2.24
7002026-02-23T23:21:00.748Z Downloaded p521 v0.13.3
7012026-02-23T23:21:00.751Z Downloaded samael v0.0.19
7022026-02-23T23:21:00.755Z Downloaded hyper v1.8.1
7032026-02-23T23:21:00.762Z Downloaded ring v0.17.14
7042026-02-23T23:21:00.799Z Downloaded thread-id v5.0.0
7052026-02-23T23:21:00.806Z Downloaded thiserror-impl v2.0.18
7062026-02-23T23:21:00.806Z Downloaded thiserror-impl v1.0.69
7072026-02-23T23:21:00.806Z Downloaded thiserror v1.0.69
7082026-02-23T23:21:00.809Z Downloaded socket2 v0.5.10
7092026-02-23T23:21:00.809Z Downloaded serde_yaml v0.9.34+deprecated
7102026-02-23T23:21:00.813Z Downloaded thiserror-impl-no-std v2.0.2
7112026-02-23T23:21:00.813Z Downloaded target-spec v3.5.0
7122026-02-23T23:21:00.815Z Downloaded sqlformat v0.3.5
7132026-02-23T23:21:00.815Z Downloaded snafu-derive v0.8.5
7142026-02-23T23:21:00.818Z Downloaded rand v0.8.5
7152026-02-23T23:21:00.821Z Downloaded qorb v0.4.1
7162026-02-23T23:21:00.824Z Downloaded num-bigint-dig v0.8.6
7172026-02-23T23:21:00.828Z Downloaded goblin v0.8.2
7182026-02-23T23:21:00.834Z Downloaded schemars v0.8.22
7192026-02-23T23:21:00.846Z Downloaded stacker v0.1.23
7202026-02-23T23:21:00.849Z Downloaded async-std v1.13.0
7212026-02-23T23:21:00.865Z Downloaded terminal_size v0.1.17
7222026-02-23T23:21:00.869Z Downloaded serde_core v1.0.228
7232026-02-23T23:21:00.870Z Downloaded stringmetrics v2.2.2
7242026-02-23T23:21:00.874Z Downloaded string_cache v0.8.9
7252026-02-23T23:21:00.874Z Downloaded itertools v0.14.0
7262026-02-23T23:21:00.878Z Downloaded smallvec v0.6.14
7272026-02-23T23:21:00.884Z Downloaded slog-term v2.9.2
7282026-02-23T23:21:00.884Z Downloaded slog-dtrace v0.3.0
7292026-02-23T23:21:00.884Z Downloaded serde_with_macros v3.16.1
7302026-02-23T23:21:00.887Z Downloaded supports-hyperlinks v2.1.0
7312026-02-23T23:21:00.887Z Downloaded subtle v2.6.1
7322026-02-23T23:21:00.887Z Downloaded strum v0.27.2
7332026-02-23T23:21:00.887Z Downloaded smf v0.2.3
7342026-02-23T23:21:00.887Z Downloaded rustls-pki-types v1.10.0
7352026-02-23T23:21:00.890Z Downloaded libgit2-sys v0.18.2+1.9.1
7362026-02-23T23:21:00.942Z Downloaded rand_distr v0.5.1
7372026-02-23T23:21:00.945Z Downloaded itertools v0.13.0
7382026-02-23T23:21:00.951Z Downloaded slog-json v2.6.1
7392026-02-23T23:21:00.954Z Downloaded slog-async v2.8.0
7402026-02-23T23:21:00.954Z Downloaded aws-lc-rs v1.12.4
7412026-02-23T23:21:00.961Z Downloaded structmeta v0.3.0
7422026-02-23T23:21:00.964Z Downloaded strsim v0.11.1
7432026-02-23T23:21:00.964Z Downloaded ssh-cipher v0.2.0
7442026-02-23T23:21:00.965Z Downloaded itertools v0.12.1
7452026-02-23T23:21:00.970Z Downloaded idna v1.0.3
7462026-02-23T23:21:00.973Z Downloaded iddqd v0.3.16
7472026-02-23T23:21:00.979Z Downloaded hashbrown v0.14.5
7482026-02-23T23:21:00.983Z Downloaded sqlparser_derive v0.5.0
7492026-02-23T23:21:00.986Z Downloaded slab v0.4.9
7502026-02-23T23:21:00.986Z Downloaded rstest v0.25.0
7512026-02-23T23:21:00.990Z Downloaded ron v0.7.1
7522026-02-23T23:21:00.994Z Downloaded num-bigint v0.4.6
7532026-02-23T23:21:00.999Z Downloaded libxml v0.3.3
7542026-02-23T23:21:01.004Z Downloaded sha2 v0.10.9
7552026-02-23T23:21:01.007Z Downloaded aho-corasick v1.1.3
7562026-02-23T23:21:01.011Z Downloaded hyper-util v0.1.19
7572026-02-23T23:21:01.016Z Downloaded hashbrown v0.16.1
7582026-02-23T23:21:01.021Z Downloaded scroll v0.12.0
7592026-02-23T23:21:01.024Z Downloaded schemars_derive v0.8.22
7602026-02-23T23:21:01.024Z Downloaded sigpipe v0.1.3
7612026-02-23T23:21:01.028Z Downloaded signal-hook-mio v0.2.4
7622026-02-23T23:21:01.028Z Downloaded sha1 v0.10.6
7632026-02-23T23:21:01.028Z Downloaded progenitor-impl v0.11.2
7642026-02-23T23:21:01.031Z Downloaded progenitor-impl v0.10.0
7652026-02-23T23:21:01.034Z Downloaded papergrid v0.11.0
7662026-02-23T23:21:01.037Z Downloaded serde_plain v1.0.2
7672026-02-23T23:21:01.037Z Downloaded mio v1.0.2
7682026-02-23T23:21:01.042Z Downloaded http v1.4.0
7692026-02-23T23:21:01.045Z Downloaded serde_repr v0.1.19
7702026-02-23T23:21:01.048Z Downloaded sapling-renderdag v0.1.0
7712026-02-23T23:21:01.048Z Downloaded rusty-fork v0.3.0
7722026-02-23T23:21:01.052Z Downloaded rustls-pemfile v2.2.0
7732026-02-23T23:21:01.052Z Downloaded proc-macro2 v1.0.101
7742026-02-23T23:21:01.055Z Downloaded seq-macro v0.3.6
7752026-02-23T23:21:01.058Z Downloaded rustversion v1.0.22
7762026-02-23T23:21:01.058Z Downloaded hickory-server v0.25.2
7772026-02-23T23:21:01.063Z Downloaded rust-argon2 v2.1.0
7782026-02-23T23:21:01.066Z Downloaded polling v3.7.3
7792026-02-23T23:21:01.070Z Downloaded itertools v0.10.5
7802026-02-23T23:21:01.073Z Downloaded scroll_derive v0.12.0
7812026-02-23T23:21:01.073Z Downloaded scopeguard v1.2.0
7822026-02-23T23:21:01.076Z Downloaded scheduled-thread-pool v0.2.7
7832026-02-23T23:21:01.076Z Downloaded hashbrown v0.12.3
7842026-02-23T23:21:01.079Z Downloaded libm v0.2.8
7852026-02-23T23:21:01.085Z Downloaded indexmap v2.13.0
7862026-02-23T23:21:01.089Z Downloaded memchr v2.7.4
7872026-02-23T23:21:01.094Z Downloaded papergrid v0.17.0
7882026-02-23T23:21:01.098Z Downloaded papergrid v0.14.0
7892026-02-23T23:21:01.103Z Downloaded p256 v0.13.2
7902026-02-23T23:21:01.106Z Downloaded hashbrown v0.13.2
7912026-02-23T23:21:01.109Z Downloaded psl-types v2.0.11
7922026-02-23T23:21:01.112Z Downloaded pest_meta v2.8.2
7932026-02-23T23:21:01.112Z Downloaded pest_derive v2.8.2
7942026-02-23T23:21:01.115Z Downloaded oso v0.27.3
7952026-02-23T23:21:01.118Z Downloaded pkcs5 v0.7.1
7962026-02-23T23:21:01.121Z Downloaded criterion v0.7.0
7972026-02-23T23:21:01.126Z Downloaded recursive-proc-macro-impl v0.1.1
7982026-02-23T23:21:01.129Z Downloaded recursive v0.1.1
7992026-02-23T23:21:01.129Z Downloaded aes-gcm v0.10.3
8002026-02-23T23:21:01.132Z Downloaded crossterm v0.28.1
8012026-02-23T23:21:01.135Z Downloaded parking_lot v0.12.3
8022026-02-23T23:21:01.139Z Downloaded parking_lot_core v0.8.6
8032026-02-23T23:21:01.142Z Downloaded expectorate v1.2.0
8042026-02-23T23:21:01.142Z Downloaded aes v0.8.4
8052026-02-23T23:21:01.145Z Downloaded rand_chacha v0.3.1
8062026-02-23T23:21:01.146Z Downloaded polyval v0.6.2
8072026-02-23T23:21:01.149Z Downloaded parse-display-derive v0.10.0
8082026-02-23T23:21:01.150Z Downloaded owo-colors v4.2.3
8092026-02-23T23:21:01.153Z Downloaded progenitor v0.8.0
8102026-02-23T23:21:01.153Z Downloaded pin-project-lite v0.2.14
8112026-02-23T23:21:01.156Z Downloaded pin-project-internal v1.1.6
8122026-02-23T23:21:01.159Z Downloaded phf v0.12.1
8132026-02-23T23:21:01.159Z Downloaded phf v0.11.2
8142026-02-23T23:21:01.162Z Downloaded progenitor-client v0.8.0
8152026-02-23T23:21:01.162Z Downloaded pkcs8 v0.10.2
8162026-02-23T23:21:01.165Z Downloaded hickory-resolver v0.25.2
8172026-02-23T23:21:01.167Z Downloaded pem-rfc7468 v0.7.0
8182026-02-23T23:21:01.167Z Downloaded pem v3.0.5
8192026-02-23T23:21:01.170Z Downloaded peg v0.8.5
8202026-02-23T23:21:01.173Z Downloaded path-tree v0.8.1
8212026-02-23T23:21:01.173Z Downloaded knuffel v3.2.0
8222026-02-23T23:21:01.176Z Downloaded jiff-static v0.2.15
8232026-02-23T23:21:01.180Z Downloaded proc-macro-crate v1.3.1
8242026-02-23T23:21:01.180Z Downloaded pretty-hex v0.4.1
8252026-02-23T23:21:01.180Z Downloaded predicates-core v1.0.8
8262026-02-23T23:21:01.180Z Downloaded peg-macros v0.8.5
8272026-02-23T23:21:01.185Z Downloaded indicatif v0.18.0
8282026-02-23T23:21:01.189Z Downloaded indicatif v0.17.11
8292026-02-23T23:21:01.189Z Downloaded hickory-resolver v0.24.4
8302026-02-23T23:21:01.193Z Downloaded powerfmt v0.2.0
8312026-02-23T23:21:01.196Z Downloaded plotters-backend v0.3.7
8322026-02-23T23:21:01.196Z Downloaded password-hash v0.5.0
8332026-02-23T23:21:01.196Z Downloaded partial-io v0.5.4
8342026-02-23T23:21:01.201Z Downloaded log v0.4.29
8352026-02-23T23:21:01.201Z Downloaded owo-colors v3.5.0
8362026-02-23T23:21:01.205Z Downloaded oxide-tokio-rt v0.1.2
8372026-02-23T23:21:01.205Z Downloaded ordered-float v2.10.1
8382026-02-23T23:21:01.205Z Downloaded bytes v1.11.1
8392026-02-23T23:21:01.210Z Downloaded pathdiff v0.2.3
8402026-02-23T23:21:01.210Z Downloaded num-rational v0.4.2
8412026-02-23T23:21:01.212Z Downloaded memmap2 v0.9.8
8422026-02-23T23:21:01.215Z Downloaded ignore v0.4.23
8432026-02-23T23:21:01.215Z Downloaded der v0.7.10
8442026-02-23T23:21:01.219Z Downloaded icu_properties v1.5.1
8452026-02-23T23:21:01.223Z Downloaded icu_normalizer_data v1.5.0
8462026-02-23T23:21:01.226Z Downloaded parse-size v1.1.0
8472026-02-23T23:21:01.226Z Downloaded parking v2.2.1
8482026-02-23T23:21:01.226Z Downloaded num-integer v0.1.46
8492026-02-23T23:21:01.226Z Downloaded icu_normalizer v1.5.0
8502026-02-23T23:21:01.229Z Downloaded heapless v0.7.17
8512026-02-23T23:21:01.232Z Downloaded flate2 v1.1.2
8522026-02-23T23:21:01.236Z Downloaded fancy-regex v0.14.0
8532026-02-23T23:21:01.240Z Downloaded clap_builder v4.5.48
8542026-02-23T23:21:01.245Z Downloaded native-tls v0.2.12
8552026-02-23T23:21:01.249Z Downloaded mime_guess v2.0.5
8562026-02-23T23:21:01.249Z Downloaded lockfree-object-pool v0.1.6
8572026-02-23T23:21:01.252Z Downloaded hyper-rustls v0.27.7
8582026-02-23T23:21:01.255Z Downloaded newtype-uuid v1.3.2
8592026-02-23T23:21:01.255Z Downloaded ingot-macros v0.1.1
8602026-02-23T23:21:01.259Z Downloaded ed25519-dalek v2.1.1
8612026-02-23T23:21:01.259Z Downloaded flume v0.11.1
8622026-02-23T23:21:01.262Z Downloaded num-iter v0.1.45
8632026-02-23T23:21:01.264Z Downloaded darling_core v0.21.0
8642026-02-23T23:21:01.268Z Downloaded managed v0.8.0
8652026-02-23T23:21:01.268Z Downloaded crossbeam-channel v0.5.15
8662026-02-23T23:21:01.274Z Downloaded num-derive v0.4.2
8672026-02-23T23:21:01.277Z Downloaded num-derive v0.3.3
8682026-02-23T23:21:01.277Z Downloaded ingot v0.1.1
8692026-02-23T23:21:01.280Z Downloaded derive_more v2.0.1
8702026-02-23T23:21:01.286Z Downloaded crypto-bigint v0.5.5
8712026-02-23T23:21:01.291Z Downloaded nodrop v0.1.14
8722026-02-23T23:21:01.295Z Downloaded half v2.4.1
8732026-02-23T23:21:01.295Z Downloaded linear-map v1.2.0
8742026-02-23T23:21:01.298Z Downloaded nibble_vec v0.1.0
8752026-02-23T23:21:01.298Z Downloaded newtype_derive v0.1.6
8762026-02-23T23:21:01.298Z Downloaded new_debug_unreachable v1.0.6
8772026-02-23T23:21:01.301Z Downloaded nested v0.1.1
8782026-02-23T23:21:01.301Z Downloaded libsw v3.5.0
8792026-02-23T23:21:01.302Z Downloaded icu_locid_transform_data v1.5.0
8802026-02-23T23:21:01.311Z Downloaded httparse v1.9.5
8812026-02-23T23:21:01.312Z Downloaded getrandom v0.3.4
8822026-02-23T23:21:01.314Z Downloaded libefi-sys v0.1.0
8832026-02-23T23:21:01.315Z Downloaded knuffel-derive v3.2.0
8842026-02-23T23:21:01.315Z Downloaded hmac v0.12.1
8852026-02-23T23:21:01.315Z Downloaded glob v0.3.2
8862026-02-23T23:21:01.315Z Downloaded futures v0.3.31
8872026-02-23T23:21:01.318Z Downloaded mime v0.3.17
8882026-02-23T23:21:01.318Z Downloaded miette-derive v5.10.0
8892026-02-23T23:21:01.322Z Downloaded kv-log-macro v1.0.7
8902026-02-23T23:21:01.322Z Downloaded darling_core v0.20.10
8912026-02-23T23:21:01.327Z Downloaded macaddr v1.0.1
8922026-02-23T23:21:01.327Z Downloaded lzss v0.8.2
8932026-02-23T23:21:01.330Z Downloaded linked-hash-map v0.5.6
8942026-02-23T23:21:01.330Z Downloaded itoa v1.0.11
8952026-02-23T23:21:01.330Z Downloaded ipnetwork v0.21.1
8962026-02-23T23:21:01.334Z Downloaded ipnet v2.11.0
8972026-02-23T23:21:01.334Z Downloaded indoc v2.0.6
8982026-02-23T23:21:01.337Z Downloaded derive_more-impl v2.0.1
8992026-02-23T23:21:01.345Z Downloaded half v1.8.3
9002026-02-23T23:21:01.345Z Downloaded match_cfg v0.1.0
9012026-02-23T23:21:01.354Z Downloaded maplit v1.0.2
9022026-02-23T23:21:01.354Z Downloaded lru v0.12.5
9032026-02-23T23:21:01.354Z Downloaded libscf-sys v1.1.0
9042026-02-23T23:21:01.354Z Downloaded lazy_static v1.5.0
9052026-02-23T23:21:01.354Z Downloaded humantime v2.2.0
9062026-02-23T23:21:01.354Z Downloaded httptest v0.16.3
9072026-02-23T23:21:01.362Z Downloaded fs-err v2.11.0
9082026-02-23T23:21:01.362Z Downloaded dropshot-api-manager v0.3.0
9092026-02-23T23:21:01.362Z Downloaded diesel_derives v2.2.3
9102026-02-23T23:21:01.362Z Downloaded base64 v0.21.7
9112026-02-23T23:21:01.367Z Downloaded ar_archive_writer v0.5.1
9122026-02-23T23:21:01.368Z Downloaded backtrace v0.3.74
9132026-02-23T23:21:01.375Z Downloaded arc-swap v1.7.1
9142026-02-23T23:21:01.376Z Downloaded fatfs v0.3.6
9152026-02-23T23:21:01.379Z Downloaded kstat-rs v0.2.4
9162026-02-23T23:21:01.379Z Downloaded keccak v0.1.5
9172026-02-23T23:21:01.379Z Downloaded derive-where v1.5.0
9182026-02-23T23:21:01.379Z Downloaded is-terminal v0.4.13
9192026-02-23T23:21:01.384Z Downloaded getrandom v0.2.15
9202026-02-23T23:21:01.384Z Downloaded futures-lite v2.3.0
9212026-02-23T23:21:01.390Z Downloaded crc-any v2.5.0
9222026-02-23T23:21:01.390Z Downloaded elliptic-curve v0.13.8
9232026-02-23T23:21:01.392Z Downloaded instability v0.3.2
9242026-02-23T23:21:01.393Z Downloaded inout v0.1.3
9252026-02-23T23:21:01.393Z Downloaded impl-trait-for-tuples v0.2.2
9262026-02-23T23:21:01.396Z Downloaded chrono v0.4.43
9272026-02-23T23:21:01.399Z Downloaded ident_case v1.0.1
9282026-02-23T23:21:01.401Z Downloaded hyper-tls v0.6.0
9292026-02-23T23:21:01.401Z Downloaded foldhash v0.2.0
9302026-02-23T23:21:01.404Z Downloaded group v0.13.0
9312026-02-23T23:21:01.404Z Downloaded futures-executor v0.3.31
9322026-02-23T23:21:01.404Z Downloaded erased-serde v0.4.6
9332026-02-23T23:21:01.408Z Downloaded dropshot_endpoint v0.16.7
9342026-02-23T23:21:01.411Z Downloaded chacha20poly1305 v0.10.1
9352026-02-23T23:21:01.411Z Downloaded bumpalo v3.16.0
9362026-02-23T23:21:01.414Z Downloaded futures-timer v3.0.3
9372026-02-23T23:21:01.417Z Downloaded futures-channel v0.3.31
9382026-02-23T23:21:01.417Z Downloaded form_urlencoded v1.2.2
9392026-02-23T23:21:01.420Z Downloaded env_logger v0.11.8
9402026-02-23T23:21:01.420Z Downloaded derive_more v0.99.20
9412026-02-23T23:21:01.423Z Downloaded crc32fast v1.4.2
9422026-02-23T23:21:01.426Z Downloaded hostname v0.4.2
9432026-02-23T23:21:01.426Z Downloaded http-range v0.1.5
9442026-02-23T23:21:01.429Z Downloaded ciborium v0.2.2
9452026-02-23T23:21:01.429Z Downloaded darling v0.21.0
9462026-02-23T23:21:01.434Z Downloaded crossbeam-utils v0.8.21
9472026-02-23T23:21:01.437Z Downloaded chacha20 v0.9.1
9482026-02-23T23:21:01.440Z Downloaded fs_extra v1.3.0
9492026-02-23T23:21:01.446Z Downloaded foldhash v0.1.5
9502026-02-23T23:21:01.449Z Downloaded deranged v0.5.3
9512026-02-23T23:21:01.449Z Downloaded bitflags v2.9.4
9522026-02-23T23:21:01.452Z Downloaded hex v0.4.3
9532026-02-23T23:21:01.456Z Downloaded heck v0.5.0
9542026-02-23T23:21:01.456Z Downloaded heck v0.4.1
9552026-02-23T23:21:01.459Z Downloaded heck v0.3.3
9562026-02-23T23:21:01.460Z Downloaded fixedbitset v0.5.7
9572026-02-23T23:21:01.460Z Downloaded find-msvc-tools v0.1.9
9582026-02-23T23:21:01.463Z Downloaded filetime v0.2.26
9592026-02-23T23:21:01.463Z Downloaded fallible-iterator v0.2.0
9602026-02-23T23:21:01.463Z Downloaded globwalk v0.9.1
9612026-02-23T23:21:01.463Z Downloaded futures-core v0.3.31
9622026-02-23T23:21:01.467Z Downloaded erased-serde v0.3.31
9632026-02-23T23:21:01.467Z Downloaded ena v0.14.3
9642026-02-23T23:21:01.470Z Downloaded ed25519 v2.2.3
9652026-02-23T23:21:01.470Z Downloaded derive_builder v0.20.2
9662026-02-23T23:21:01.473Z Downloaded crossbeam-epoch v0.9.18
9672026-02-23T23:21:01.476Z Downloaded cookie_store v0.21.1
9682026-02-23T23:21:01.482Z Downloaded blocking v1.6.1
9692026-02-23T23:21:01.482Z Downloaded diesel-dtrace v0.4.2
9702026-02-23T23:21:01.486Z Downloaded console v0.15.10
9712026-02-23T23:21:01.486Z Downloaded cargo-util-schemas v0.8.2
9722026-02-23T23:21:01.486Z Downloaded base64 v0.13.1
9732026-02-23T23:21:01.489Z Downloaded async-lock v3.4.0
9742026-02-23T23:21:01.489Z Downloaded anyhow v1.0.99
9752026-02-23T23:21:01.492Z Downloaded data-encoding v2.9.0
9762026-02-23T23:21:01.495Z Downloaded daft v0.1.4
9772026-02-23T23:21:01.495Z Downloaded futures-macro v0.3.31
9782026-02-23T23:21:01.499Z Downloaded futures-io v0.3.31
9792026-02-23T23:21:01.499Z Downloaded derive_builder_core v0.20.2
9802026-02-23T23:21:01.500Z Downloaded csv-core v0.1.11
9812026-02-23T23:21:01.503Z Downloaded cfg_aliases v0.2.1
9822026-02-23T23:21:01.503Z Downloaded futures-sink v0.3.31
9832026-02-23T23:21:01.503Z Downloaded foreign-types-shared v0.1.1
9842026-02-23T23:21:01.503Z Downloaded digest v0.10.7
9852026-02-23T23:21:01.507Z Downloaded defmt-macros v0.3.9
9862026-02-23T23:21:01.507Z Downloaded defmt v0.3.8
9872026-02-23T23:21:01.510Z Downloaded ctr v0.9.2
9882026-02-23T23:21:01.513Z Downloaded criterion-plot v0.6.0
9892026-02-23T23:21:01.513Z Downloaded daft-derive v0.1.4
9902026-02-23T23:21:01.516Z Downloaded cancel-safe-futures v0.1.5
9912026-02-23T23:21:01.521Z Downloaded bzip2 v0.5.2
9922026-02-23T23:21:01.524Z Downloaded foreign-types-macros v0.2.3
9932026-02-23T23:21:01.524Z Downloaded foreign-types v0.5.0
9942026-02-23T23:21:01.524Z Downloaded foreign-types v0.3.2
9952026-02-23T23:21:01.524Z Downloaded float-ord v0.3.2
9962026-02-23T23:21:01.524Z Downloaded flagset v0.4.6
9972026-02-23T23:21:01.527Z Downloaded embedded-io v0.6.1
9982026-02-23T23:21:01.527Z Downloaded either v1.15.0
9992026-02-23T23:21:01.531Z Downloaded ecdsa v0.16.9
10002026-02-23T23:21:01.531Z Downloaded event-listener v2.5.3
10012026-02-23T23:21:01.534Z Downloaded fixedbitset v0.4.2
10022026-02-23T23:21:01.534Z Downloaded async-bb8-diesel v0.2.1
10032026-02-23T23:21:01.534Z Downloaded drift v0.1.3
10042026-02-23T23:21:01.538Z Downloaded darling v0.20.10
10052026-02-23T23:21:01.542Z Downloaded critical-section v1.1.3
10062026-02-23T23:21:01.545Z Downloaded console v0.16.0
10072026-02-23T23:21:01.548Z Downloaded concurrent-queue v2.5.0
10082026-02-23T23:21:01.548Z Downloaded colored v3.0.0
10092026-02-23T23:21:01.551Z Downloaded bzip2 v0.4.4
10102026-02-23T23:21:01.551Z Downloaded bit-vec v0.8.0
10112026-02-23T23:21:01.554Z Downloaded dtrace-parser v0.3.0
10122026-02-23T23:21:01.554Z Downloaded blake2b_simd v1.0.2
10132026-02-23T23:21:01.554Z Downloaded async-task v4.7.1
10142026-02-23T23:21:01.557Z Downloaded async-io v2.3.4
10152026-02-23T23:21:01.561Z Downloaded derive-ex v0.1.8
10162026-02-23T23:21:01.561Z Downloaded datatest-stable v0.3.2
10172026-02-23T23:21:01.564Z Downloaded camino v1.2.2
10182026-02-23T23:21:01.567Z Downloaded endian-type v0.1.2
10192026-02-23T23:21:01.567Z Downloaded dtrace-parser v0.2.0
10202026-02-23T23:21:01.567Z Downloaded diesel_table_macro_syntax v0.2.0
10212026-02-23T23:21:01.567Z Downloaded convert_case v0.7.1
10222026-02-23T23:21:01.570Z Downloaded errno v0.3.12
10232026-02-23T23:21:01.570Z Downloaded equivalent v1.0.2
10242026-02-23T23:21:01.570Z Downloaded env_filter v0.1.2
10252026-02-23T23:21:01.575Z Downloaded crc8 v0.1.1
10262026-02-23T23:21:01.575Z Downloaded async-trait v0.1.89
10272026-02-23T23:21:01.578Z Downloaded defmt-parser v0.3.4
10282026-02-23T23:21:01.578Z Downloaded crucible-workspace-hack v0.1.0
10292026-02-23T23:21:01.578Z Downloaded cargo_metadata v0.21.0
10302026-02-23T23:21:01.578Z Downloaded blowfish v0.9.1
10312026-02-23T23:21:01.581Z Downloaded bitfield v0.19.2
10322026-02-23T23:21:01.581Z Downloaded async-process v2.3.0
10332026-02-23T23:21:01.585Z Downloaded dunce v1.0.5
10342026-02-23T23:21:01.585Z Downloaded dsl_auto_type v0.1.2
10352026-02-23T23:21:01.585Z Downloaded dirs-next v2.0.0
10362026-02-23T23:21:01.589Z Downloaded darling_macro v0.21.0
10372026-02-23T23:21:01.589Z Downloaded crc-catalog v2.4.0
10382026-02-23T23:21:01.589Z Downloaded assert_cmd v2.0.17
10392026-02-23T23:21:01.589Z Downloaded ahash v0.8.12
10402026-02-23T23:21:01.593Z Downloaded dof v0.3.0
10412026-02-23T23:21:01.593Z Downloaded darling_macro v0.20.10
10422026-02-23T23:21:01.593Z Downloaded curve25519-dalek-derive v0.1.1
10432026-02-23T23:21:01.594Z Downloaded crypto-common v0.1.6
10442026-02-23T23:21:01.594Z Downloaded crc v3.2.1
10452026-02-23T23:21:01.596Z Downloaded byteorder v1.5.0
10462026-02-23T23:21:01.600Z Downloaded cassowary v0.3.0
10472026-02-23T23:21:01.600Z Downloaded camino-tempfile-ext v0.3.2
10482026-02-23T23:21:01.600Z Downloaded bytecount v0.6.8
10492026-02-23T23:21:01.603Z Downloaded buf-list v1.0.3
10502026-02-23T23:21:01.606Z Downloaded bcs v0.1.6
10512026-02-23T23:21:01.606Z Downloaded backoff v0.4.0
10522026-02-23T23:21:01.609Z Downloaded arrayvec v0.7.6
10532026-02-23T23:21:01.609Z Downloaded cexpr v0.6.0
10542026-02-23T23:21:01.613Z Downloaded bitflags v1.3.2
10552026-02-23T23:21:01.616Z Downloaded argon2 v0.5.3
10562026-02-23T23:21:01.616Z Downloaded cstr-argument v0.1.2
10572026-02-23T23:21:01.616Z Downloaded crunchy v0.2.2
10582026-02-23T23:21:01.616Z Downloaded cargo_metadata v0.19.2
10592026-02-23T23:21:01.619Z Downloaded autocfg v1.4.0
10602026-02-23T23:21:01.619Z Downloaded async-executor v1.13.1
10612026-02-23T23:21:01.622Z Downloaded anstyle-parse v0.2.5
10622026-02-23T23:21:01.625Z Downloaded anstream v0.6.18
10632026-02-23T23:21:01.625Z Downloaded ciborium-io v0.2.2
10642026-02-23T23:21:01.628Z Downloaded cc v1.2.56
10652026-02-23T23:21:01.628Z Downloaded cbc v0.1.2
10662026-02-23T23:21:01.631Z Downloaded camino-tempfile v1.4.1
10672026-02-23T23:21:01.634Z Downloaded anes v0.1.6
10682026-02-23T23:21:01.634Z Downloaded derive_builder_macro v0.20.2
10692026-02-23T23:21:01.637Z Downloaded compact_str v0.8.0
10702026-02-23T23:21:01.637Z Downloaded colorchoice v1.0.2
10712026-02-23T23:21:01.640Z Downloaded cargo-platform v0.1.8
10722026-02-23T23:21:01.640Z Downloaded bit-set v0.5.3
10732026-02-23T23:21:01.640Z Downloaded async-channel v2.3.1
10742026-02-23T23:21:01.643Z Downloaded approx v0.5.1
10752026-02-23T23:21:01.643Z Downloaded cfg_aliases v0.1.1
10762026-02-23T23:21:01.643Z Downloaded castaway v0.2.3
10772026-02-23T23:21:01.646Z Downloaded cast v0.3.0
10782026-02-23T23:21:01.647Z Downloaded base16ct v0.2.0
10792026-02-23T23:21:01.647Z Downloaded anstyle-query v1.1.1
10802026-02-23T23:21:01.651Z Downloaded clang-sys v1.8.1
10812026-02-23T23:21:01.651Z Downloaded base64ct v1.6.0
10822026-02-23T23:21:01.654Z Downloaded cfg-expr v0.20.1
10832026-02-23T23:21:01.657Z Downloaded atty v0.2.14
10842026-02-23T23:21:01.657Z Downloaded async-stream v0.3.6
10852026-02-23T23:21:01.657Z Downloaded async-global-executor v2.4.1
10862026-02-23T23:21:01.660Z Downloaded arrayref v0.3.9
10872026-02-23T23:21:01.661Z Downloaded const-oid v0.9.6
10882026-02-23T23:21:01.664Z Downloaded cobs v0.2.3
10892026-02-23T23:21:01.664Z Downloaded async-attributes v1.1.2
10902026-02-23T23:21:01.664Z Downloaded assert-json-diff v2.0.2
10912026-02-23T23:21:01.667Z Downloaded cfg-if v1.0.4
10922026-02-23T23:21:01.667Z Downloaded atomicwrites v0.4.4
10932026-02-23T23:21:01.667Z Downloaded cmake v0.1.51
10942026-02-23T23:21:01.712Z Downloaded cargo-platform v0.2.0
10952026-02-23T23:21:01.712Z Downloaded async-object-pool v0.1.5
10962026-02-23T23:21:01.712Z Downloaded ciborium-ll v0.2.2
10972026-02-23T23:21:01.712Z Downloaded anstyle v1.0.11
10982026-02-23T23:21:01.712Z Downloaded backtrace-ext v0.2.1
10992026-02-23T23:21:01.712Z Downloaded async-stream-impl v0.3.6
11002026-02-23T23:21:01.712Z Downloaded async-recursion v1.1.1
11012026-02-23T23:21:01.712Z Downloaded adler2 v2.0.0
11022026-02-23T23:21:01.712Z Downloaded constant_time_eq v0.3.1
11032026-02-23T23:21:01.712Z Downloaded bcrypt-pbkdf v0.10.0
11042026-02-23T23:21:01.712Z Downloaded assert_matches v1.5.0
11052026-02-23T23:21:01.712Z Downloaded ascii-canvas v3.0.0
11062026-02-23T23:21:01.712Z Downloaded colored v2.2.0
11072026-02-23T23:21:01.712Z Downloaded block-padding v0.3.3
11082026-02-23T23:21:01.712Z Downloaded bit-set v0.8.0
11092026-02-23T23:21:01.712Z Downloaded async-channel v1.9.0
11102026-02-23T23:21:01.712Z Downloaded aws-lc-sys v0.26.0
11112026-02-23T23:21:02.175Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
11122026-02-23T23:21:16.336Z Startup: Refreshing catalog 'helios-dev' ... Done
11132026-02-23T23:21:26.718Z Startup: Caching catalogs ... Done
11142026-02-23T23:21:49.579ZPlanning: Solver setup ... Done (21.199s)
11152026-02-23T23:21:49.741ZPlanning: Running solver ... Done (0.161s)
11162026-02-23T23:21:49.908ZPlanning: Finding local manifests ... Done (0.003s)
11172026-02-23T23:21:49.923ZPlanning: Fetching manifests: 0/4 0% complete
11182026-02-23T23:21:50.072ZPlanning: Fetching manifests: 4/4 100% complete
11192026-02-23T23:21:50.120ZPlanning: Package planning ... Done (0.048s)
11202026-02-23T23:21:50.170ZPlanning: Merging actions ... Done (0.050s)
11212026-02-23T23:21:50.452ZPlanning: Checking for conflicting actions ... Done (0.282s)
11222026-02-23T23:21:50.463ZPlanning: Consolidating action changes ... Done (0.011s)
11232026-02-23T23:21:51.515ZPlanning: Evaluating mediators ... Done (1.052s)
11242026-02-23T23:21:51.524ZPlanning: Planning completed in 24.66 seconds
11252026-02-23T23:21:51.541Z Packages to install: 4
11262026-02-23T23:21:51.541Z Mediators to change: 2
11272026-02-23T23:21:51.547Z Services to change: 1
11282026-02-23T23:21:51.547Z Estimated space available: 155.09 GB
11292026-02-23T23:21:51.548ZEstimated space to be consumed: 1.81 GB
11302026-02-23T23:21:51.548Z Create boot environment: No
11312026-02-23T23:21:51.548ZCreate backup boot environment: No
11322026-02-23T23:21:51.548Z Rebuild boot archive: No
11332026-02-23T23:21:51.548Z
11342026-02-23T23:21:51.548ZChanged mediators:
11352026-02-23T23:21:51.548Z mediator clang:
11362026-02-23T23:21:51.548Z version: None -> 15 (system default)
11372026-02-23T23:21:51.548Z
11382026-02-23T23:21:51.548Z mediator llvm:
11392026-02-23T23:21:51.548Z version: 14 (system default) -> 15 (system default)
11402026-02-23T23:21:51.548Z
11412026-02-23T23:21:51.548ZChanged packages:
11422026-02-23T23:21:51.548Zhelios-dev
11432026-02-23T23:21:51.548Z developer/build-essential
11442026-02-23T23:21:51.549Z None -> 11-2.0
11452026-02-23T23:21:51.549Z library/libxmlsec1
11462026-02-23T23:21:51.549Z None -> 1.2.35-2.0
11472026-02-23T23:21:51.549Z ooce/developer/clang-15
11482026-02-23T23:21:51.549Z None -> 15.0.7-2.0
11492026-02-23T23:21:51.549Z ooce/developer/llvm-15
11502026-02-23T23:21:51.549Z None -> 15.0.7-2.0
11512026-02-23T23:21:51.549Z
11522026-02-23T23:21:51.549ZServices:
11532026-02-23T23:21:51.549Z restart_fmri:
11542026-02-23T23:21:51.549Z svc:/system/update-man-index:default
11552026-02-23T23:21:51.595Z
11562026-02-23T23:21:51.595ZDownload: 0/3290 items 0.0/212.6MB 0% complete
11572026-02-23T23:21:57.197ZDownload: 2223/3290 items 119.1/212.6MB 56% complete (28.7M/s)
11582026-02-23T23:21:59.781ZDownload: Completed 212.60 MB in 8.19 seconds (26.0M/s)
11592026-02-23T23:22:01.398Z Actions: 1/3689 actions (Installing new actions)
11602026-02-23T23:22:05.976Z Actions: Completed 3689 actions in 4.57 seconds.
11612026-02-23T23:22:06.689Z Done (0.717s)
11622026-02-23T23:22:06.689Z Done (0.000s)
11632026-02-23T23:22:07.788Z Done (1.098s)
11642026-02-23T23:22:12.426Z Done (4.255s)
11652026-02-23T23:22:12.519Z Done (0.020s)
11662026-02-23T23:22:12.523Z Done (0.000s)
11672026-02-23T23:22:12.716Z Done (0.000s)
11682026-02-23T23:22:13.723ZPlanning: Evaluating mediator changes ... Done
11692026-02-23T23:22:13.889ZPlanning: Checking for conflicting actions ... Done
11702026-02-23T23:22:13.894ZPlanning: Consolidating action changes ... Done
11712026-02-23T23:22:14.162ZPlanning: Evaluating mediators ... Done
11722026-02-23T23:22:14.167ZPlanning: Planning completed in 0.44 seconds
11732026-02-23T23:22:14.196Z Mediators to change: 2
11742026-02-23T23:22:14.200Z Create boot environment: No
11752026-02-23T23:22:14.200ZCreate backup boot environment: No
11762026-02-23T23:22:14.287Z Done
11772026-02-23T23:22:14.287Z Done
11782026-02-23T23:22:15.059Z Done
11792026-02-23T23:22:18.772Z Done
11802026-02-23T23:22:18.842Z Done
11812026-02-23T23:22:18.845Z Done
11822026-02-23T23:22:19.017Z Done
11832026-02-23T23:22:19.634ZPlanning: Evaluating mediator changes ... Done
11842026-02-23T23:22:19.637ZPlanning: Merging actions ... Done
11852026-02-23T23:22:19.822ZPlanning: Checking for conflicting actions ... Done
11862026-02-23T23:22:19.828ZPlanning: Consolidating action changes ... Done
11872026-02-23T23:22:20.087ZPlanning: Evaluating mediators ... Done
11882026-02-23T23:22:20.142ZPlanning: Planning completed in 0.75 seconds
11892026-02-23T23:22:20.176Z Packages to change: 1
11902026-02-23T23:22:20.176Z Mediators to change: 1
11912026-02-23T23:22:20.180Z Services to change: 1
11922026-02-23T23:22:20.180Z Create boot environment: No
11932026-02-23T23:22:20.180ZCreate backup boot environment: Yes
11942026-02-23T23:22:22.871Z Actions: 1/6 actions (Updating modified actions)
11952026-02-23T23:22:22.874Z Actions: Completed 6 actions in 0.00 seconds.
11962026-02-23T23:22:22.874Z Done
11972026-02-23T23:22:22.874Z Done
11982026-02-23T23:22:23.095Z Done
11992026-02-23T23:22:26.770Z Done
12002026-02-23T23:22:26.861Z Done
12012026-02-23T23:22:26.866Z Done
12022026-02-23T23:22:27.036Z Done
12032026-02-23T23:22:27.487ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
12042026-02-23T23:22:27.487Zclang system 15 system
12052026-02-23T23:22:27.487Zcsh system system illumos
12062026-02-23T23:22:27.487Zctags system system illumos
12072026-02-23T23:22:27.488Zfile system system illumos
12082026-02-23T23:22:27.488Zgcc vendor 12 vendor
12092026-02-23T23:22:27.488Zgcc system 10 system
12102026-02-23T23:22:27.488Zgcc system 7 system
12112026-02-23T23:22:27.488Zgo system 1.20 system
12122026-02-23T23:22:27.488Zgo system 1.19 system
12132026-02-23T23:22:27.488Zllvm system 15 system
12142026-02-23T23:22:27.488Zllvm system 14 system
12152026-02-23T23:22:27.488Zmariadb system 10.6 system
12162026-02-23T23:22:27.488Zmta vendor vendor dma
12172026-02-23T23:22:27.488Zopenjdk system 17 system
12182026-02-23T23:22:27.488Zopenjdk system 11 system
12192026-02-23T23:22:27.488Zopenjdk system 1.8 system
12202026-02-23T23:22:27.488Zopenssl vendor 3 vendor
12212026-02-23T23:22:27.488Zperl system 5.36 system
12222026-02-23T23:22:27.488Zpostgresql system 15 system
12232026-02-23T23:22:27.488Zpostgresql system 13 system
12242026-02-23T23:22:27.488Zpython vendor 3 vendor
12252026-02-23T23:22:27.488Zpython system 2 system
12262026-02-23T23:22:27.488Zpython3 system 3.11 system
12272026-02-23T23:22:27.488Zruby system 3.0 system
12282026-02-23T23:22:27.488Zwords vendor vendor american-english
12292026-02-23T23:22:27.488Zwords system system australian-english
12302026-02-23T23:22:27.488Zwords system system british-english
12312026-02-23T23:22:27.488Zwords system system canadian-english
12322026-02-23T23:22:27.488Zwords system system french
12332026-02-23T23:22:27.488Zwords system system italian
12342026-02-23T23:22:27.488Zwords system system ngerman
12352026-02-23T23:22:27.488Zwords system system ogerman
12362026-02-23T23:22:27.488Zwords system system spanish
12372026-02-23T23:22:27.838ZPUBLISHER TYPE STATUS P LOCATION
12382026-02-23T23:22:27.838Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
12392026-02-23T23:22:34.365ZFMRI IFO
12402026-02-23T23:22:34.365Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
12412026-02-23T23:22:34.365Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
12422026-02-23T23:22:34.365Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
12432026-02-23T23:22:34.365Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
12442026-02-23T23:22:34.365Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
12452026-02-23T23:22:34.365Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
12462026-02-23T23:22:34.365Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
12472026-02-23T23:22:34.365Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
12482026-02-23T23:22:34.365Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
12492026-02-23T23:22:34.365Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
12502026-02-23T23:22:34.365Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
12512026-02-23T23:22:34.365Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
12522026-02-23T23:22:34.365Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
12532026-02-23T23:22:34.365Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
12542026-02-23T23:22:34.365Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
12552026-02-23T23:22:34.365Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
12562026-02-23T23:22:36.089Z Downloading crates ...
12572026-02-23T23:22:36.176Z Downloaded cargo_toml v0.21.0
12582026-02-23T23:22:36.241Z Compiling proc-macro2 v1.0.101
12592026-02-23T23:22:36.244Z Compiling unicode-ident v1.0.19
12602026-02-23T23:22:36.244Z Compiling serde_core v1.0.228
12612026-02-23T23:22:36.244Z Compiling version_check v0.9.5
12622026-02-23T23:22:36.244Z Compiling serde v1.0.228
12632026-02-23T23:22:36.245Z Compiling libc v0.2.180
12642026-02-23T23:22:36.346Z Compiling memchr v2.7.4
12652026-02-23T23:22:36.350Z Compiling thiserror v2.0.18
12662026-02-23T23:22:36.604Z Compiling stable_deref_trait v1.2.0
12672026-02-23T23:22:36.720Z Compiling zmij v1.0.15
12682026-02-23T23:22:37.054Z Compiling writeable v0.5.5
12692026-02-23T23:22:37.147Z Compiling itoa v1.0.11
12702026-02-23T23:22:37.484Z Compiling litemap v0.7.3
12712026-02-23T23:22:37.556Z Compiling ucd-trie v0.1.7
12722026-02-23T23:22:37.809Z Compiling thiserror v1.0.69
12732026-02-23T23:22:37.830Z Compiling autocfg v1.4.0
12742026-02-23T23:22:37.860Z Compiling bitflags v2.9.4
12752026-02-23T23:22:38.273Z Compiling icu_locid_transform_data v1.5.0
12762026-02-23T23:22:38.381Z Compiling byteorder v1.5.0
12772026-02-23T23:22:38.533Z Compiling quote v1.0.40
12782026-02-23T23:22:38.637Z Compiling errno v0.3.12
12792026-02-23T23:22:38.752Z Compiling serde_json v1.0.149
12802026-02-23T23:22:38.841Z Compiling icu_properties_data v1.5.0
12812026-02-23T23:22:38.877Z Compiling num-traits v0.2.19
12822026-02-23T23:22:39.047Z Compiling syn v2.0.114
12832026-02-23T23:22:39.095Z Compiling equivalent v1.0.2
12842026-02-23T23:22:39.134Z Compiling hashbrown v0.16.1
12852026-02-23T23:22:39.226Z Compiling write16 v1.0.0
12862026-02-23T23:22:39.242Z Compiling typeid v1.0.3
12872026-02-23T23:22:39.366Z Compiling utf16_iter v1.0.5
12882026-02-23T23:22:39.489Z Compiling smallvec v1.15.1
12892026-02-23T23:22:39.592Z Compiling rustix v0.38.37
12902026-02-23T23:22:39.612Z Compiling icu_normalizer_data v1.5.0
12912026-02-23T23:22:39.730Z Compiling utf8_iter v1.0.4
12922026-02-23T23:22:40.006Z Compiling proc-macro-error-attr v1.0.4
12932026-02-23T23:22:40.135Z Compiling usdt-impl v0.5.0
12942026-02-23T23:22:40.315Z Compiling indexmap v2.13.0
12952026-02-23T23:22:40.353Z Compiling winnow v0.7.14
12962026-02-23T23:22:40.465Z Compiling syn v1.0.109
12972026-02-23T23:22:40.512Z Compiling toml_write v0.1.2
12982026-02-23T23:22:40.695Z Compiling thread-id v4.2.2
12992026-02-23T23:22:41.295Z Compiling proc-macro-error v1.0.4
13002026-02-23T23:22:41.724Z Compiling percent-encoding v2.3.2
13012026-02-23T23:22:41.758Z Compiling log v0.4.29
13022026-02-23T23:22:42.083Z Compiling rustix v1.1.3
13032026-02-23T23:22:42.138Z Compiling getrandom v0.3.4
13042026-02-23T23:22:42.334Z Compiling camino v1.2.2
13052026-02-23T23:22:42.785Z Compiling plain v0.2.3
13062026-02-23T23:22:42.883Z Compiling utf8parse v0.2.2
13072026-02-23T23:22:43.039Z Compiling anstyle-parse v0.2.5
13082026-02-23T23:22:43.058Z Compiling ordered-float v2.10.1
13092026-02-23T23:22:43.351Z Compiling terminal_size v0.4.0
13102026-02-23T23:22:43.366Z Compiling form_urlencoded v1.2.2
13112026-02-23T23:22:43.713Z Compiling pretty-hex v0.4.1
13122026-02-23T23:22:43.946Z Compiling cfg-if v1.0.4
13132026-02-23T23:22:43.980Z Compiling colorchoice v1.0.2
13142026-02-23T23:22:44.054Z Compiling anstyle-query v1.1.1
13152026-02-23T23:22:44.069Z Compiling anstyle v1.0.11
13162026-02-23T23:22:44.155Z Compiling is_terminal_polyfill v1.70.1
13172026-02-23T23:22:44.367Z Compiling semver v1.0.27
13182026-02-23T23:22:44.479Z Compiling anstream v0.6.18
13192026-02-23T23:22:45.030Z Compiling fs-err v3.1.1
13202026-02-23T23:22:45.192Z Compiling fnv v1.0.7
13212026-02-23T23:22:45.239Z Compiling unicode-xid v0.2.6
13222026-02-23T23:22:45.273Z Compiling strsim v0.11.1
13232026-02-23T23:22:45.347Z Compiling fastrand v2.1.1
13242026-02-23T23:22:45.370Z Compiling heck v0.4.1
13252026-02-23T23:22:45.440Z Compiling once_cell v1.21.3
13262026-02-23T23:22:45.828Z Compiling synstructure v0.13.1
13272026-02-23T23:22:45.849Z Compiling bytecount v0.6.8
13282026-02-23T23:22:45.852Z Compiling clap_lex v0.7.4
13292026-02-23T23:22:45.968Z Compiling unicode-width v0.1.14
13302026-02-23T23:22:46.078Z Compiling anyhow v1.0.99
13312026-02-23T23:22:46.353Z Compiling heck v0.5.0
13322026-02-23T23:22:46.502Z Compiling papergrid v0.11.0
13332026-02-23T23:22:46.815Z Compiling clap_builder v4.5.48
13342026-02-23T23:22:46.865Z Compiling tempfile v3.24.0
13352026-02-23T23:22:47.187Z Compiling memmap v0.7.0
13362026-02-23T23:22:47.300Z Compiling unicode-linebreak v0.1.5
13372026-02-23T23:22:47.533Z Compiling unicode-width v0.2.0
13382026-02-23T23:22:47.672Z Compiling smawk v0.3.2
13392026-02-23T23:22:47.800Z Compiling camino-tempfile v1.4.1
13402026-02-23T23:22:48.067Z Compiling textwrap v0.16.2
13412026-02-23T23:22:48.438Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
13422026-02-23T23:22:48.791Z Compiling tabled_derive v0.7.0
13432026-02-23T23:22:48.902Z Compiling swrite v0.1.0
13442026-02-23T23:22:49.709Z Compiling serde_derive v1.0.228
13452026-02-23T23:22:49.709Z Compiling zerofrom-derive v0.1.4
13462026-02-23T23:22:49.712Z Compiling yoke-derive v0.7.4
13472026-02-23T23:22:49.760Z Compiling zerovec-derive v0.10.3
13482026-02-23T23:22:49.779Z Compiling thiserror-impl v2.0.18
13492026-02-23T23:22:50.230Z Compiling displaydoc v0.2.5
13502026-02-23T23:22:51.808Z Compiling thiserror-impl v1.0.69
13512026-02-23T23:22:52.229Z Compiling icu_provider_macros v1.5.0
13522026-02-23T23:22:52.556Z Compiling zerocopy-derive v0.7.35
13532026-02-23T23:22:53.037Z Compiling pest v2.8.2
13542026-02-23T23:22:53.053Z Compiling zerofrom v0.1.4
13552026-02-23T23:22:53.351Z Compiling yoke v0.7.4
13562026-02-23T23:22:53.366Z Compiling scroll_derive v0.12.0
13572026-02-23T23:22:53.660Z Compiling zerovec v0.10.4
13582026-02-23T23:22:54.451Z Compiling clap_derive v4.5.47
13592026-02-23T23:22:54.472Z Compiling zerocopy v0.7.35
13602026-02-23T23:22:54.637Z Compiling scroll v0.12.0
13612026-02-23T23:22:54.896Z Compiling tabled v0.15.0
13622026-02-23T23:22:55.154Z Compiling goblin v0.8.2
13632026-02-23T23:22:55.439Z Compiling tinystr v0.7.6
13642026-02-23T23:22:55.678Z Compiling pest_meta v2.8.2
13652026-02-23T23:22:55.857Z Compiling icu_locid v1.5.0
13662026-02-23T23:22:55.897Z Compiling icu_collections v1.5.0
13672026-02-23T23:22:57.114Z Compiling icu_provider v1.5.0
13682026-02-23T23:22:57.737Z Compiling pest_generator v2.8.2
13692026-02-23T23:22:57.749Z Compiling toml_datetime v0.6.11
13702026-02-23T23:22:57.783Z Compiling serde_spanned v0.6.9
13712026-02-23T23:22:58.029Z Compiling icu_locid_transform v1.5.0
13722026-02-23T23:22:58.105Z Compiling toml_edit v0.22.27
13732026-02-23T23:22:58.257Z Compiling dof v0.3.0
13742026-02-23T23:22:58.904Z Compiling serde_tokenstream v0.2.2
13752026-02-23T23:22:59.089Z Compiling erased-serde v0.4.6
13762026-02-23T23:22:59.450Z Compiling icu_properties v1.5.1
13772026-02-23T23:22:59.506Z Compiling serde-value v0.7.0
13782026-02-23T23:23:00.016Z Compiling pest_derive v2.8.2
13792026-02-23T23:23:00.178Z Compiling serde-untagged v0.1.7
13802026-02-23T23:23:00.304Z Compiling cargo-platform v0.2.0
13812026-02-23T23:23:00.327Z Compiling clap v4.5.48
13822026-02-23T23:23:00.453Z Compiling macaddr v1.0.1
13832026-02-23T23:23:00.758Z Compiling dtrace-parser v0.2.0
13842026-02-23T23:23:01.554Z Compiling toml v0.8.23
13852026-02-23T23:23:02.566Z Compiling cargo_toml v0.21.0
13862026-02-23T23:23:02.691Z Compiling usdt-macro v0.5.0
13872026-02-23T23:23:02.927Z Compiling usdt-attr-macro v0.5.0
13882026-02-23T23:23:03.151Z Compiling icu_normalizer v1.5.0
13892026-02-23T23:23:03.910Z Compiling idna_adapter v1.2.0
13902026-02-23T23:23:04.016Z Compiling usdt v0.5.0
13912026-02-23T23:23:04.055Z Compiling idna v1.0.3
13922026-02-23T23:23:04.444Z Compiling url v2.5.4
13932026-02-23T23:23:05.138Z Compiling cargo-util-schemas v0.8.2
13942026-02-23T23:23:06.649Z Compiling cargo_metadata v0.21.0
13952026-02-23T23:23:08.232Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
13962026-02-23T23:23:11.771Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.41s
13972026-02-23T23:23:11.836Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
13982026-02-23T23:23:13.049Z Compiling value-bag v1.12.0
13992026-02-23T23:23:13.049Z Compiling lock_api v0.4.12
14002026-02-23T23:23:13.049Z Compiling scopeguard v1.2.0
14012026-02-23T23:23:13.053Z Compiling shlex v1.3.0
14022026-02-23T23:23:13.053Z Compiling find-msvc-tools v0.1.9
14032026-02-23T23:23:13.220Z Compiling syn v2.0.114
14042026-02-23T23:23:13.235Z Compiling getrandom v0.2.15
14052026-02-23T23:23:13.238Z Compiling jobserver v0.1.32
14062026-02-23T23:23:13.335Z Compiling typenum v1.17.0
14072026-02-23T23:23:13.582Z Compiling log v0.4.29
14082026-02-23T23:23:13.664Z Compiling cc v1.2.56
14092026-02-23T23:23:13.704Z Compiling smallvec v1.15.1
14102026-02-23T23:23:13.740Z Compiling rand_core v0.6.4
14112026-02-23T23:23:14.035Z Compiling generic-array v0.14.7
14122026-02-23T23:23:14.113Z Compiling subtle v2.6.1
14132026-02-23T23:23:14.132Z Compiling portable-atomic v1.11.0
14142026-02-23T23:23:14.283Z Compiling const-oid v0.9.6
14152026-02-23T23:23:14.305Z Compiling critical-section v1.1.3
14162026-02-23T23:23:14.463Z Compiling serde_json v1.0.149
14172026-02-23T23:23:14.463Z Compiling pkg-config v0.3.31
14182026-02-23T23:23:14.494Z Compiling getrandom v0.3.4
14192026-02-23T23:23:14.851Z Compiling spin v0.9.8
14202026-02-23T23:23:15.240Z Compiling regex-syntax v0.8.5
14212026-02-23T23:23:15.644Z Compiling parking_lot_core v0.9.10
14222026-02-23T23:23:15.780Z Compiling pin-project-lite v0.2.14
14232026-02-23T23:23:16.134Z Compiling rustix v0.38.37
14242026-02-23T23:23:16.240Z Compiling once_cell v1.21.3
14252026-02-23T23:23:16.380Z Compiling libm v0.2.8
14262026-02-23T23:23:16.651Z Compiling signal-hook-registry v1.4.2
14272026-02-23T23:23:16.779Z Compiling num-traits v0.2.19
14282026-02-23T23:23:16.953Z Compiling allocator-api2 v0.2.21
14292026-02-23T23:23:17.387Z Compiling parking_lot v0.12.3
14302026-02-23T23:23:17.407Z Compiling mio v1.0.2
14312026-02-23T23:23:17.426Z Compiling futures-core v0.3.31
14322026-02-23T23:23:17.620Z Compiling lazy_static v1.5.0
14332026-02-23T23:23:17.676Z Compiling aho-corasick v1.1.3
14342026-02-23T23:23:17.775Z Compiling percent-encoding v2.3.2
14352026-02-23T23:23:18.359Z Compiling socket2 v0.6.1
14362026-02-23T23:23:18.385Z Compiling slab v0.4.9
14372026-02-23T23:23:18.442Z Compiling cpufeatures v0.2.14
14382026-02-23T23:23:18.567Z Compiling glob v0.3.2
14392026-02-23T23:23:18.715Z Compiling either v1.15.0
14402026-02-23T23:23:18.756Z Compiling futures-sink v0.3.31
14412026-02-23T23:23:18.979Z Compiling futures-channel v0.3.31
14422026-02-23T23:23:19.152Z Compiling hashbrown v0.16.1
14432026-02-23T23:23:19.342Z Compiling pin-utils v0.1.0
14442026-02-23T23:23:19.387Z Compiling futures-task v0.3.31
14452026-02-23T23:23:19.409Z Compiling clang-sys v1.8.1
14462026-02-23T23:23:19.448Z Compiling rustversion v1.0.22
14472026-02-23T23:23:19.689Z Compiling regex-automata v0.4.11
14482026-02-23T23:23:19.878Z Compiling prettyplease v0.2.36
14492026-02-23T23:23:20.110Z Compiling futures-io v0.3.31
14502026-02-23T23:23:20.287Z Compiling synstructure v0.13.1
14512026-02-23T23:23:20.308Z Compiling minimal-lexical v0.2.1
14522026-02-23T23:23:20.363Z Compiling indexmap v2.13.0
14532026-02-23T23:23:20.799Z Compiling nom v7.1.3
14542026-02-23T23:23:20.999Z Compiling libloading v0.8.5
14552026-02-23T23:23:21.403Z Compiling bindgen v0.69.5
14562026-02-23T23:23:21.644Z Compiling home v0.5.9
14572026-02-23T23:23:21.666Z Compiling base64ct v1.6.0
14582026-02-23T23:23:21.855Z Compiling ident_case v1.0.1
14592026-02-23T23:23:22.074Z Compiling itertools v0.12.1
14602026-02-23T23:23:22.307Z Compiling pem-rfc7468 v0.7.0
14612026-02-23T23:23:22.470Z Compiling form_urlencoded v1.2.2
14622026-02-23T23:23:22.799Z Compiling lazycell v1.3.0
14632026-02-23T23:23:22.968Z Compiling flagset v0.4.6
14642026-02-23T23:23:23.009Z Compiling rustc-hash v1.1.0
14652026-02-23T23:23:23.187Z Compiling rand_core v0.9.3
14662026-02-23T23:23:23.205Z Compiling cmake v0.1.51
14672026-02-23T23:23:23.782Z Compiling paste v1.0.15
14682026-02-23T23:23:24.064Z Compiling cexpr v0.6.0
14692026-02-23T23:23:24.292Z Compiling foldhash v0.1.5
14702026-02-23T23:23:24.312Z Compiling fs_extra v1.3.0
14712026-02-23T23:23:24.611Z Compiling dunce v1.0.5
14722026-02-23T23:23:24.763Z Compiling iana-time-zone v0.1.63
14732026-02-23T23:23:24.852Z Compiling hashbrown v0.15.4
14742026-02-23T23:23:24.924Z Compiling rustc_version v0.4.1
14752026-02-23T23:23:24.948Z Compiling uuid v1.19.0
14762026-02-23T23:23:25.115Z Compiling serde_derive v1.0.228
14772026-02-23T23:23:25.151Z Compiling zeroize_derive v1.4.2
14782026-02-23T23:23:25.581Z Compiling zerofrom-derive v0.1.4
14792026-02-23T23:23:25.587Z Compiling yoke-derive v0.7.4
14802026-02-23T23:23:26.077Z Compiling zerovec-derive v0.10.3
14812026-02-23T23:23:26.431Z Compiling displaydoc v0.2.5
14822026-02-23T23:23:26.536Z Compiling zeroize v1.8.1
14832026-02-23T23:23:28.058Z Compiling icu_provider_macros v1.5.0
14842026-02-23T23:23:28.364Z Compiling crypto-common v0.1.6
14852026-02-23T23:23:28.372Z Compiling block-buffer v0.10.4
14862026-02-23T23:23:28.598Z Compiling zerocopy-derive v0.7.35
14872026-02-23T23:23:28.621Z Compiling digest v0.10.7
14882026-02-23T23:23:28.671Z Compiling tokio-macros v2.6.0
14892026-02-23T23:23:29.011Z Compiling zerofrom v0.1.4
14902026-02-23T23:23:29.094Z Compiling hmac v0.12.1
14912026-02-23T23:23:29.204Z Compiling thiserror-impl v2.0.18
14922026-02-23T23:23:29.256Z Compiling yoke v0.7.4
14932026-02-23T23:23:29.337Z Compiling block-padding v0.3.3
14942026-02-23T23:23:29.619Z Compiling zerovec v0.10.4
14952026-02-23T23:23:29.640Z Compiling futures-macro v0.3.31
14962026-02-23T23:23:29.934Z Compiling inout v0.1.3
14972026-02-23T23:23:30.185Z Compiling regex v1.11.3
14982026-02-23T23:23:30.207Z Compiling cipher v0.4.4
14992026-02-23T23:23:30.548Z Compiling zerocopy v0.7.35
15002026-02-23T23:23:30.769Z Compiling sha2 v0.10.9
15012026-02-23T23:23:31.139Z Compiling der_derive v0.7.3
15022026-02-23T23:23:31.441Z Compiling tinystr v0.7.6
15032026-02-23T23:23:31.686Z Compiling icu_collections v1.5.0
15042026-02-23T23:23:31.843Z Compiling icu_locid v1.5.0
15052026-02-23T23:23:31.980Z Compiling ppv-lite86 v0.2.20
15062026-02-23T23:23:32.154Z Compiling futures-util v0.3.31
15072026-02-23T23:23:32.329Z Compiling thiserror v2.0.18
15082026-02-23T23:23:32.420Z Compiling serde v1.0.228
15092026-02-23T23:23:32.493Z Compiling pest v2.8.2
15102026-02-23T23:23:32.750Z Compiling salsa20 v0.10.2
15112026-02-23T23:23:33.392Z Compiling pbkdf2 v0.12.2
15122026-02-23T23:23:33.483Z Compiling zerocopy v0.8.27
15132026-02-23T23:23:33.483Z Compiling icu_provider v1.5.0
15142026-02-23T23:23:33.483Z Compiling der v0.7.10
15152026-02-23T23:23:33.693Z Compiling bitflags v2.9.4
15162026-02-23T23:23:33.802Z Compiling bytes v1.11.1
15172026-02-23T23:23:33.910Z Compiling icu_locid_transform v1.5.0
15182026-02-23T23:23:34.123Z Compiling chrono v0.4.43
15192026-02-23T23:23:34.321Z Compiling vcpkg v0.2.15
15202026-02-23T23:23:35.234Z Compiling tokio v1.49.0
15212026-02-23T23:23:35.477Z Compiling icu_properties v1.5.1
15222026-02-23T23:23:36.350Z Compiling spki v0.7.3
15232026-02-23T23:23:36.397Z Compiling openssl-sys v0.9.109
15242026-02-23T23:23:36.397Z Compiling pest_meta v2.8.2
15252026-02-23T23:23:36.481Z Compiling http v1.4.0
15262026-02-23T23:23:40.815Z Compiling scrypt v0.11.0
15272026-02-23T23:23:40.858Z Compiling rand_chacha v0.9.0
15282026-02-23T23:23:40.858Z Compiling which v4.4.2
15292026-02-23T23:23:40.858Z Compiling aes v0.8.4
15302026-02-23T23:23:40.858Z Compiling cbc v0.1.2
15312026-02-23T23:23:40.858Z Compiling zerocopy-derive v0.8.27
15322026-02-23T23:23:40.859Z Compiling pkcs5 v0.7.1
15332026-02-23T23:23:40.859Z Compiling icu_normalizer v1.5.0
15342026-02-23T23:23:40.859Z Compiling rand v0.9.2
15352026-02-23T23:23:40.859Z Compiling pest_generator v2.8.2
15362026-02-23T23:23:40.859Z Compiling tracing-attributes v0.1.27
15372026-02-23T23:23:40.910Z Compiling idna_adapter v1.2.0
15382026-02-23T23:23:41.109Z Compiling idna v1.0.3
15392026-02-23T23:23:41.582Z Compiling serde_derive_internals v0.29.1
15402026-02-23T23:23:41.778Z Compiling url v2.5.4
15412026-02-23T23:23:42.129Z Compiling ring v0.17.14
15422026-02-23T23:23:42.667Z Compiling tracing-core v0.1.32
15432026-02-23T23:23:43.255Z Compiling schemars v0.8.22
15442026-02-23T23:23:43.553Z Compiling aws-lc-rs v1.12.4
15452026-02-23T23:23:43.643Z Compiling adler2 v2.0.0
15462026-02-23T23:23:43.763Z Compiling rustix v1.1.3
15472026-02-23T23:23:43.886Z Compiling miniz_oxide v0.8.5
15482026-02-23T23:23:43.898Z Compiling schemars_derive v0.8.22
15492026-02-23T23:23:43.902Z Compiling tracing v0.1.40
15502026-02-23T23:23:44.047Z Compiling tokio-util v0.7.15
15512026-02-23T23:23:44.849Z Compiling pest_derive v2.8.2
15522026-02-23T23:23:45.129Z Compiling pkcs8 v0.10.2
15532026-02-23T23:23:45.687Z Compiling http-body v1.0.1
15542026-02-23T23:23:45.728Z Compiling scroll_derive v0.13.1
15552026-02-23T23:23:45.750Z Compiling darling_core v0.20.10
15562026-02-23T23:23:45.947Z Compiling tinyvec_macros v0.1.1
15572026-02-23T23:23:46.065Z Compiling rustls-pki-types v1.10.0
15582026-02-23T23:23:46.225Z Compiling httparse v1.9.5
15592026-02-23T23:23:46.744Z Compiling dyn-clone v1.0.20
15602026-02-23T23:23:46.913Z Compiling base64 v0.22.1
15612026-02-23T23:23:47.122Z Compiling tinyvec v1.8.0
15622026-02-23T23:23:47.622Z Compiling scroll v0.13.0
15632026-02-23T23:23:48.146Z Compiling bzip2-sys v0.1.13+1.0.8
15642026-02-23T23:23:48.494Z Compiling zstd-sys v2.0.14+zstd.1.5.7
15652026-02-23T23:23:48.677Z Compiling openssl v0.10.73
15662026-02-23T23:23:49.118Z Compiling powerfmt v0.2.0
15672026-02-23T23:23:49.158Z Compiling try-lock v0.2.5
15682026-02-23T23:23:49.251Z Compiling atomic-waker v1.1.2
15692026-02-23T23:23:49.318Z Compiling time-core v0.1.6
15702026-02-23T23:23:49.462Z Compiling tower-layer v0.3.3
15712026-02-23T23:23:49.484Z Compiling openssl-probe v0.1.5
15722026-02-23T23:23:49.637Z Compiling untrusted v0.9.0
15732026-02-23T23:23:49.770Z Compiling untrusted v0.7.1
15742026-02-23T23:23:49.813Z Compiling foreign-types-shared v0.1.1
15752026-02-23T23:23:49.852Z Compiling tower-service v0.3.3
15762026-02-23T23:23:49.876Z Compiling num-conv v0.1.0
15772026-02-23T23:23:49.956Z Compiling foreign-types v0.3.2
15782026-02-23T23:23:50.013Z Compiling tempfile v3.24.0
15792026-02-23T23:23:50.076Z Compiling h2 v0.4.6
15802026-02-23T23:23:50.099Z Compiling deranged v0.5.3
15812026-02-23T23:23:50.169Z Compiling time-macros v0.2.24
15822026-02-23T23:23:50.517Z Compiling want v0.3.1
15832026-02-23T23:23:51.504Z Compiling darling_macro v0.20.10
15842026-02-23T23:23:52.392Z Compiling darling v0.20.10
15852026-02-23T23:23:52.447Z Compiling goblin v0.10.2
15862026-02-23T23:23:52.853Z Compiling ipnet v2.11.0
15872026-02-23T23:23:53.177Z Compiling openssl-macros v0.1.1
15882026-02-23T23:23:53.946Z Compiling wait-timeout v0.2.0
15892026-02-23T23:23:53.967Z Compiling syn v1.0.109
15902026-02-23T23:23:54.034Z Compiling quick-error v1.2.3
15912026-02-23T23:23:54.057Z Compiling bit-vec v0.8.0
15922026-02-23T23:23:54.165Z Compiling usdt-impl v0.6.0
15932026-02-23T23:23:54.426Z Compiling num_threads v0.1.7
15942026-02-23T23:23:54.531Z Compiling rustls v0.23.19
15952026-02-23T23:23:54.554Z Compiling native-tls v0.2.12
15962026-02-23T23:23:54.560Z Compiling crossbeam-utils v0.8.21
15972026-02-23T23:23:54.597Z Compiling gimli v0.31.1
15982026-02-23T23:23:54.859Z Compiling httpdate v1.0.3
15992026-02-23T23:23:55.014Z Compiling time v0.3.43
16002026-02-23T23:23:55.176Z Compiling bit-set v0.8.0
16012026-02-23T23:23:55.310Z Compiling rusty-fork v0.3.0
16022026-02-23T23:23:55.975Z Compiling derive_builder_core v0.20.2
16032026-02-23T23:23:58.137Z Compiling hyper v1.8.1
16042026-02-23T23:23:58.767Z Compiling addr2line v0.24.2
16052026-02-23T23:23:59.287Z Compiling dof v0.4.0
16062026-02-23T23:23:59.551Z Compiling unicode-normalization v0.1.24
16072026-02-23T23:23:59.570Z Compiling dtrace-parser v0.3.0
16082026-02-23T23:24:00.534Z Compiling signature v2.2.0
16092026-02-23T23:24:00.861Z Compiling heapless v0.7.17
16102026-02-23T23:24:01.294Z Compiling scroll_derive v0.12.0
16112026-02-23T23:24:01.357Z Compiling thiserror-impl v1.0.69
16122026-02-23T23:24:01.480Z Compiling rand_xorshift v0.4.0
16132026-02-23T23:24:01.520Z Compiling darling_core v0.21.0
16142026-02-23T23:24:01.745Z Compiling slog v2.8.2
16152026-02-23T23:24:02.117Z Compiling thread-id v5.0.0
16162026-02-23T23:24:02.259Z Compiling cookie v0.18.1
16172026-02-23T23:24:02.595Z Compiling crc32fast v1.4.2
16182026-02-23T23:24:02.654Z Compiling object v0.36.5
16192026-02-23T23:24:02.804Z Compiling zlib-rs v0.5.1
16202026-02-23T23:24:02.916Z Compiling anyhow v1.0.99
16212026-02-23T23:24:03.249Z Compiling unicode-bidi v0.3.17
16222026-02-23T23:24:03.537Z Compiling unicode-properties v0.1.3
16232026-02-23T23:24:03.974Z Compiling zstd-safe v7.2.3
16242026-02-23T23:24:04.326Z Compiling unarray v0.1.4
16252026-02-23T23:24:04.351Z Compiling signal-hook v0.3.18
16262026-02-23T23:24:04.442Z Compiling rustc-demangle v0.1.24
16272026-02-23T23:24:04.464Z Compiling siphasher v0.3.11
16282026-02-23T23:24:04.498Z Compiling proptest v1.7.0
16292026-02-23T23:24:04.861Z Compiling phf_shared v0.11.2
16302026-02-23T23:24:04.964Z Compiling thiserror v1.0.69
16312026-02-23T23:24:05.133Z Compiling stringprep v0.1.5
16322026-02-23T23:24:05.274Z Compiling scroll v0.12.0
16332026-02-23T23:24:06.132Z Compiling hyper-util v0.1.19
16342026-02-23T23:24:06.519Z Compiling derive_builder_macro v0.20.2
16352026-02-23T23:24:07.677Z Compiling darling_macro v0.21.0
16362026-02-23T23:24:08.235Z Compiling ipnetwork v0.21.1
16372026-02-23T23:24:08.569Z Compiling serde_spanned v0.6.9
16382026-02-23T23:24:08.822Z Compiling erased-serde v0.3.31
16392026-02-23T23:24:09.043Z Compiling backtrace v0.3.74
16402026-02-23T23:24:09.554Z Compiling libz-rs-sys v0.5.1
16412026-02-23T23:24:09.869Z Compiling toml_datetime v0.6.11
16422026-02-23T23:24:09.897Z Compiling serde_tokenstream v0.2.2
16432026-02-23T23:24:10.155Z Compiling rand_chacha v0.3.1
16442026-02-23T23:24:10.213Z Compiling md-5 v0.10.6
16452026-02-23T23:24:10.403Z Compiling curve25519-dalek v4.1.3
16462026-02-23T23:24:10.508Z Compiling vergen-lib v0.1.6
16472026-02-23T23:24:10.529Z Compiling num-integer v0.1.46
16482026-02-23T23:24:10.851Z Compiling sync_wrapper v1.0.1
16492026-02-23T23:24:11.024Z Compiling ff v0.13.0
16502026-02-23T23:24:11.081Z Compiling hash32 v0.2.1
16512026-02-23T23:24:11.212Z Compiling memoffset v0.9.1
16522026-02-23T23:24:11.267Z Compiling num-bigint-dig v0.8.6
16532026-02-23T23:24:11.454Z Compiling fallible-iterator v0.2.0
16542026-02-23T23:24:11.586Z Compiling base16ct v0.2.0
16552026-02-23T23:24:11.618Z Compiling smoltcp v0.9.1
16562026-02-23T23:24:11.831Z Compiling ref-cast v1.0.25
16572026-02-23T23:24:11.902Z Compiling litrs v0.4.1
16582026-02-23T23:24:12.161Z Compiling cfg_aliases v0.2.1
16592026-02-23T23:24:12.181Z Compiling psl-types v2.0.11
16602026-02-23T23:24:12.293Z Compiling nix v0.29.0
16612026-02-23T23:24:12.320Z Compiling postgres-protocol v0.6.8
16622026-02-23T23:24:12.412Z Compiling publicsuffix v2.3.0
16632026-02-23T23:24:12.561Z Compiling sec1 v0.7.3
16642026-02-23T23:24:13.013Z Compiling document-features v0.2.11
16652026-02-23T23:24:13.126Z Compiling group v0.13.0
16662026-02-23T23:24:13.270Z Compiling num-iter v0.1.45
16672026-02-23T23:24:13.470Z Compiling tower v0.5.2
16682026-02-23T23:24:13.521Z Compiling rand v0.8.5
16692026-02-23T23:24:13.544Z Compiling newtype-uuid v1.3.2
16702026-02-23T23:24:14.269Z Compiling flate2 v1.1.2
16712026-02-23T23:24:14.510Z Compiling oxnet v0.1.4
16722026-02-23T23:24:14.762Z Compiling darling v0.21.0
16732026-02-23T23:24:15.895Z Compiling derive_builder v0.20.2
16742026-02-23T23:24:15.898Z Compiling tokio-native-tls v0.3.1
16752026-02-23T23:24:15.898Z Compiling goblin v0.8.2
16762026-02-23T23:24:15.898Z Compiling rustls-native-certs v0.8.1
16772026-02-23T23:24:15.898Z Compiling webpki-roots v1.0.1
16782026-02-23T23:24:16.003Z Compiling http-body-util v0.1.3
16792026-02-23T23:24:16.054Z Compiling strum_macros v0.27.2
16802026-02-23T23:24:16.144Z Compiling terminal_size v0.4.0
16812026-02-23T23:24:16.223Z Compiling cargo-platform v0.1.8
16822026-02-23T23:24:16.387Z Compiling hkdf v0.12.4
16832026-02-23T23:24:16.514Z Compiling crypto-bigint v0.5.5
16842026-02-23T23:24:16.677Z Compiling ref-cast-impl v1.0.25
16852026-02-23T23:24:16.727Z Compiling async-trait v0.1.89
16862026-02-23T23:24:17.878Z Compiling daft-derive v0.1.4
16872026-02-23T23:24:19.294Z Compiling curve25519-dalek-derive v0.1.1
16882026-02-23T23:24:19.315Z Compiling hubpack_derive v0.1.1
16892026-02-23T23:24:19.467Z Compiling vergen v9.0.6
16902026-02-23T23:24:19.808Z Compiling ahash v0.8.12
16912026-02-23T23:24:20.205Z Compiling fs-err v3.1.1
16922026-02-23T23:24:20.208Z Compiling simd-adler32 v0.3.7
16932026-02-23T23:24:20.558Z Compiling managed v0.8.0
16942026-02-23T23:24:20.679Z Compiling ryu v1.0.18
16952026-02-23T23:24:20.736Z Compiling buf-list v1.0.3
16962026-02-23T23:24:21.002Z Compiling lockfree-object-pool v0.1.6
16972026-02-23T23:24:21.063Z Compiling bitflags v1.3.2
16982026-02-23T23:24:21.067Z Compiling unicode-segmentation v1.12.0
16992026-02-23T23:24:21.192Z Compiling winnow v0.5.40
17002026-02-23T23:24:21.294Z Compiling iri-string v0.7.8
17012026-02-23T23:24:21.340Z Compiling bumpalo v3.16.0
17022026-02-23T23:24:22.036Z Compiling zopfli v0.8.1
17032026-02-23T23:24:22.273Z Compiling strum v0.27.2
17042026-02-23T23:24:22.488Z Compiling clap_builder v4.5.48
17052026-02-23T23:24:23.360Z Compiling serde_urlencoded v0.7.1
17062026-02-23T23:24:23.886Z Compiling dof v0.3.0
17072026-02-23T23:24:24.289Z Compiling tower-http v0.6.6
17082026-02-23T23:24:24.778Z Compiling toml_edit v0.19.15
17092026-02-23T23:24:25.189Z Compiling hubpack v0.1.2
17102026-02-23T23:24:25.245Z Compiling elliptic-curve v0.13.8
17112026-02-23T23:24:25.651Z Compiling daft v0.1.4
17122026-02-23T23:24:25.850Z Compiling cargo_metadata v0.19.2
17132026-02-23T23:24:26.149Z Compiling hyper-tls v0.6.0
17142026-02-23T23:24:26.243Z Compiling signal-hook-mio v0.2.4
17152026-02-23T23:24:26.445Z Compiling zstd v0.13.3
17162026-02-23T23:24:26.581Z Compiling cookie_store v0.21.1
17172026-02-23T23:24:28.095Z Compiling serde_with_macros v3.16.1
17182026-02-23T23:24:29.329Z Compiling postgres-types v0.2.9
17192026-02-23T23:24:30.339Z Compiling usdt-attr-macro v0.6.0
17202026-02-23T23:24:30.390Z Compiling usdt-macro v0.6.0
17212026-02-23T23:24:30.640Z Compiling phf v0.11.2
17222026-02-23T23:24:30.654Z Compiling dtrace-parser v0.2.0
17232026-02-23T23:24:30.827Z Compiling ed25519 v2.2.3
17242026-02-23T23:24:31.515Z Compiling bzip2 v0.5.2
17252026-02-23T23:24:31.798Z Compiling bzip2 v0.4.4
17262026-02-23T23:24:31.867Z Compiling pkcs1 v0.7.5
17272026-02-23T23:24:31.912Z Compiling enum-as-inner v0.6.1
17282026-02-23T23:24:32.052Z Compiling clap_derive v4.5.47
17292026-02-23T23:24:32.286Z Compiling strum_macros v0.26.4
17302026-02-23T23:24:32.505Z Compiling serde-big-array v0.5.1
17312026-02-23T23:24:32.756Z Compiling hex v0.4.3
17322026-02-23T23:24:32.858Z Compiling rfc6979 v0.4.0
17332026-02-23T23:24:32.906Z Compiling serde_repr v0.1.19
17342026-02-23T23:24:33.028Z Compiling bstr v1.10.0
17352026-02-23T23:24:33.067Z Compiling float-cmp v0.10.0
17362026-02-23T23:24:33.314Z Compiling env_filter v0.1.2
17372026-02-23T23:24:33.334Z Compiling socket2 v0.5.10
17382026-02-23T23:24:33.952Z Compiling memmap2 v0.9.8
17392026-02-23T23:24:33.983Z Compiling encoding_rs v0.8.34
17402026-02-23T23:24:34.210Z Compiling normalize-line-endings v0.3.0
17412026-02-23T23:24:34.355Z Compiling precomputed-hash v0.1.1
17422026-02-23T23:24:34.375Z Compiling static_assertions v1.1.0
17432026-02-23T23:24:34.484Z Compiling new_debug_unreachable v1.0.6
17442026-02-23T23:24:34.506Z Compiling data-encoding v2.9.0
17452026-02-23T23:24:34.570Z Compiling fixedbitset v0.5.7
17462026-02-23T23:24:34.599Z Compiling difflib v0.4.0
17472026-02-23T23:24:35.206Z Compiling mime v0.3.17
17482026-02-23T23:24:35.738Z Compiling whoami v1.5.2
17492026-02-23T23:24:35.868Z Compiling keccak v0.1.5
17502026-02-23T23:24:36.201Z Compiling foldhash v0.2.0
17512026-02-23T23:24:36.284Z Compiling fixedbitset v0.4.2
17522026-02-23T23:24:36.306Z Compiling jiff v0.2.15
17532026-02-23T23:24:36.444Z Compiling rustc-hash v2.1.1
17542026-02-23T23:24:36.597Z Compiling predicates-core v1.0.8
17552026-02-23T23:24:36.643Z Compiling iddqd v0.3.16
17562026-02-23T23:24:36.707Z Compiling toml_edit v0.22.27
17572026-02-23T23:24:36.952Z Compiling predicates v3.1.3
17582026-02-23T23:24:37.571Z Compiling petgraph v0.6.5
17592026-02-23T23:24:38.143Z Compiling strum v0.26.3
17602026-02-23T23:24:38.360Z Compiling clap v4.5.48
17612026-02-23T23:24:38.458Z Compiling sha3 v0.10.8
17622026-02-23T23:24:38.515Z Compiling tokio-postgres v0.7.13
17632026-02-23T23:24:39.247Z Compiling hickory-proto v0.25.2
17642026-02-23T23:24:39.524Z Compiling petgraph v0.8.2
17652026-02-23T23:24:41.130Z Compiling string_cache v0.8.9
17662026-02-23T23:24:41.214Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17672026-02-23T23:24:41.580Z Compiling usdt v0.6.0
17682026-02-23T23:24:42.090Z Compiling similar v2.7.0
17692026-02-23T23:24:43.618Z Compiling zip v4.2.0
17702026-02-23T23:24:43.756Z Compiling usdt-impl v0.5.0
17712026-02-23T23:24:44.069Z Compiling env_logger v0.11.8
17722026-02-23T23:24:44.139Z Compiling serde_with v3.16.1
17732026-02-23T23:24:44.820Z Compiling ecdsa v0.16.9
17742026-02-23T23:24:45.079Z Compiling rsa v0.9.8
17752026-02-23T23:24:45.667Z Compiling zip v0.6.6
17762026-02-23T23:24:45.829Z Compiling ed25519-dalek v2.1.1
17772026-02-23T23:24:47.224Z Compiling toml v0.7.8
17782026-02-23T23:24:48.061Z Compiling crossterm v0.28.1
17792026-02-23T23:24:48.955Z Compiling heck v0.4.1
17802026-02-23T23:24:48.980Z Compiling crossbeam-epoch v0.9.18
17812026-02-23T23:24:49.212Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17822026-02-23T23:24:49.445Z Compiling tokio-stream v0.1.17
17832026-02-23T23:24:49.513Z Compiling x509-cert v0.2.5
17842026-02-23T23:24:49.643Z Compiling openapiv3 v2.2.0
17852026-02-23T23:24:49.666Z Compiling sha1 v0.10.6
17862026-02-23T23:24:50.089Z Compiling itertools v0.10.5
17872026-02-23T23:24:50.405Z Compiling itertools v0.13.0
17882026-02-23T23:24:50.926Z Compiling winnow v0.6.26
17892026-02-23T23:24:51.228Z Compiling peg-runtime v0.8.5
17902026-02-23T23:24:51.822Z Compiling lalrpop-util v0.19.12
17912026-02-23T23:24:52.245Z Compiling thread_local v1.1.8
17922026-02-23T23:24:52.630Z Compiling slog-async v2.8.0
17932026-02-23T23:24:52.748Z Compiling crossbeam-channel v0.5.15
17942026-02-23T23:24:52.806Z Compiling xattr v1.3.1
17952026-02-23T23:24:53.084Z Compiling futures-executor v0.3.31
17962026-02-23T23:24:53.236Z Compiling filetime v0.2.26
17972026-02-23T23:24:53.388Z Compiling is-terminal v0.4.13
17982026-02-23T23:24:53.546Z Compiling take_mut v0.2.2
17992026-02-23T23:24:53.567Z Compiling term v1.1.0
18002026-02-23T23:24:53.588Z Compiling tar v0.4.44
18012026-02-23T23:24:53.718Z Compiling futures v0.3.31
18022026-02-23T23:24:54.476Z Compiling slog-term v2.9.2
18032026-02-23T23:24:57.126Z Compiling aws-lc-sys v0.26.0
18042026-02-23T23:25:26.818Z Compiling rustls-webpki v0.102.8
18052026-02-23T23:25:31.375Z Compiling tokio-rustls v0.26.0
18062026-02-23T23:25:31.648Z Compiling hyper-rustls v0.27.7
18072026-02-23T23:25:31.983Z Compiling reqwest v0.12.24
18082026-02-23T23:25:35.765Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18092026-02-23T23:25:36.054Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18102026-02-23T23:25:40.682Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 28s
18112026-02-23T23:25:40.870Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
18122026-02-23T23:25:40.919ZFeb 23 23:25:40.387 INFO Starting download, target: Console
18132026-02-23T23:25:40.919ZFeb 23 23:25:40.388 INFO Starting download, target: Clickhouse
18142026-02-23T23:25:40.919ZFeb 23 23:25:40.388 INFO Starting download, target: Cockroach
18152026-02-23T23:25:40.938ZFeb 23 23:25:40.388 INFO Starting download, target: DendriteStub
18162026-02-23T23:25:40.938ZFeb 23 23:25:40.388 INFO Starting download, target: MaghemiteMgd
18172026-02-23T23:25:40.938ZFeb 23 23:25:40.388 INFO Starting download, target: TransceiverControl
18182026-02-23T23:25:40.939ZFeb 23 23:25:40.388 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
18192026-02-23T23:25:40.939ZFeb 23 23:25:40.388 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
18202026-02-23T23:25:40.939ZFeb 23 23:25:40.388 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
18212026-02-23T23:25:40.939ZFeb 23 23:25:40.388 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
18222026-02-23T23:25:40.941ZFeb 23 23:25:40.389 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
18232026-02-23T23:25:40.942ZFeb 23 23:25:40.389 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18242026-02-23T23:25:41.412ZFeb 23 23:25:40.873 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18252026-02-23T23:25:41.476ZFeb 23 23:25:40.907 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18262026-02-23T23:25:41.915ZFeb 23 23:25:41.340 INFO Download complete, target: TransceiverControl
18272026-02-23T23:25:41.959ZFeb 23 23:25:41.357 INFO Download complete, target: Console
18282026-02-23T23:25:42.749ZFeb 23 23:25:42.220 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
18292026-02-23T23:25:42.815ZFeb 23 23:25:42.286 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18302026-02-23T23:25:42.889ZFeb 23 23:25:42.355 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18312026-02-23T23:25:43.646ZFeb 23 23:25:43.116 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18322026-02-23T23:25:43.646ZFeb 23 23:25:43.116 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18332026-02-23T23:25:46.873ZFeb 23 23:25:46.342 INFO Download complete, target: DendriteStub
18342026-02-23T23:25:47.020ZFeb 23 23:25:46.486 INFO Download complete, target: MaghemiteMgd
18352026-02-23T23:25:51.282ZFeb 23 23:25:50.756 INFO Checking that binary works, target: Cockroach
18362026-02-23T23:25:51.412ZFeb 23 23:25:50.885 INFO Download complete, target: Cockroach
18372026-02-23T23:25:53.937ZFeb 23 23:25:53.410 INFO Checking that binary works, target: Clickhouse
18382026-02-23T23:25:54.104ZFeb 23 23:25:53.577 INFO Download complete, target: Clickhouse
18392026-02-23T23:25:54.110ZAll prerequisites installed successfully
18402026-02-23T23:25:54.113Z
18412026-02-23T23:25:54.113Zreal 4:51.922547992
18422026-02-23T23:25:54.113Zuser 18:27.255966042
18432026-02-23T23:25:54.113Zsys 2:28.666222480
18442026-02-23T23:25:54.113Ztrap 0.643749278
18452026-02-23T23:25:54.113Ztflt 0.962701751
18462026-02-23T23:25:54.113Zdflt 1.129591634
18472026-02-23T23:25:54.113Zkflt 0.026515497
18482026-02-23T23:25:54.113Zlock 47:35.522672451
18492026-02-23T23:25:54.113Zslp 1:07:57.065037168
18502026-02-23T23:25:54.114Zlat 1:20.324450613
18512026-02-23T23:25:54.114Zstop 3:06.966512475
18522026-02-23T23:25:54.114Z+ source ./tools/include/force-git-over-https.sh
18532026-02-23T23:25:54.114Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
18542026-02-23T23:25:54.114Z++ (( i = 0 ))
18552026-02-23T23:25:54.114Z++ (( i < 5 ))
18562026-02-23T23:25:54.114Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
18572026-02-23T23:25:54.117Z++ (( i++ ))
18582026-02-23T23:25:54.117Z++ (( i < 5 ))
18592026-02-23T23:25:54.117Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
18602026-02-23T23:25:54.120Z++ (( i++ ))
18612026-02-23T23:25:54.120Z++ (( i < 5 ))
18622026-02-23T23:25:54.120Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
18632026-02-23T23:25:54.123Z++ (( i++ ))
18642026-02-23T23:25:54.123Z++ (( i < 5 ))
18652026-02-23T23:25:54.123Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
18662026-02-23T23:25:54.126Z++ (( i++ ))
18672026-02-23T23:25:54.126Z++ (( i < 5 ))
18682026-02-23T23:25:54.126Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
18692026-02-23T23:25:54.129Z++ (( i++ ))
18702026-02-23T23:25:54.129Z++ (( i < 5 ))
18712026-02-23T23:25:54.129Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
18722026-02-23T23:25:54.129Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
18732026-02-23T23:25:54.129Z+ rc=0
18742026-02-23T23:25:54.129Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
18752026-02-23T23:26:40.569Z+ case $rc in
18762026-02-23T23:26:40.569Z+ pfexec zfs create -p rpool/images/build/host
18772026-02-23T23:26:40.839Z+ pfexec zfs create -p rpool/images/build/recovery
18782026-02-23T23:26:40.915Z+ cargo xtask releng --output-dir /work --mkincorp
18792026-02-23T23:26:41.691Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
18802026-02-23T23:26:41.723Z Running `target/debug/xtask releng --output-dir /work --mkincorp`
18812026-02-23T23:26:42.946Z Compiling proc-macro2 v1.0.101
18822026-02-23T23:26:42.946Z Compiling unicode-ident v1.0.19
18832026-02-23T23:26:42.946Z Compiling libc v0.2.180
18842026-02-23T23:26:42.948Z Compiling serde_core v1.0.228
18852026-02-23T23:26:42.948Z Compiling serde v1.0.228
18862026-02-23T23:26:42.948Z Compiling autocfg v1.4.0
18872026-02-23T23:26:42.948Z Compiling cfg-if v1.0.4
18882026-02-23T23:26:43.250Z Compiling version_check v0.9.5
18892026-02-23T23:26:43.279Z Compiling memchr v2.7.4
18902026-02-23T23:26:43.350Z Compiling shlex v1.3.0
18912026-02-23T23:26:43.768Z Compiling find-msvc-tools v0.1.9
18922026-02-23T23:26:43.794Z Compiling typenum v1.17.0
18932026-02-23T23:26:43.835Z Compiling lock_api v0.4.12
18942026-02-23T23:26:44.214Z Compiling generic-array v0.14.7
18952026-02-23T23:26:44.548Z Compiling value-bag v1.12.0
18962026-02-23T23:26:44.575Z Compiling getrandom v0.3.4
18972026-02-23T23:26:44.630Z Compiling portable-atomic v1.11.0
18982026-02-23T23:26:45.148Z Compiling quote v1.0.40
18992026-02-23T23:26:45.275Z Compiling jobserver v0.1.32
19002026-02-23T23:26:45.305Z Compiling log v0.4.29
19012026-02-23T23:26:45.611Z Compiling syn v2.0.114
19022026-02-23T23:26:45.759Z Compiling cc v1.2.56
19032026-02-23T23:26:45.824Z Compiling zmij v1.0.15
19042026-02-23T23:26:46.104Z Compiling libm v0.2.8
19052026-02-23T23:26:46.162Z Compiling serde_json v1.0.149
19062026-02-23T23:26:46.417Z Compiling num-traits v0.2.19
19072026-02-23T23:26:46.630Z Compiling scopeguard v1.2.0
19082026-02-23T23:26:46.761Z Compiling smallvec v1.15.1
19092026-02-23T23:26:46.935Z Compiling parking_lot_core v0.9.10
19102026-02-23T23:26:47.286Z Compiling rustix v0.38.37
19112026-02-23T23:26:47.393Z Compiling pkg-config v0.3.31
19122026-02-23T23:26:47.458Z Compiling getrandom v0.2.15
19132026-02-23T23:26:48.009Z Compiling thiserror v2.0.18
19142026-02-23T23:26:48.540Z Compiling regex-syntax v0.8.5
19152026-02-23T23:26:48.611Z Compiling itoa v1.0.11
19162026-02-23T23:26:48.699Z Compiling errno v0.3.12
19172026-02-23T23:26:49.160Z Compiling spin v0.9.8
19182026-02-23T23:26:49.231Z Compiling aho-corasick v1.1.3
19192026-02-23T23:26:49.379Z Compiling slab v0.4.9
19202026-02-23T23:26:49.478Z Compiling stable_deref_trait v1.2.0
19212026-02-23T23:26:49.607Z Compiling subtle v2.6.1
19222026-02-23T23:26:49.645Z Compiling lazy_static v1.5.0
19232026-02-23T23:26:49.829Z Compiling heck v0.5.0
19242026-02-23T23:26:49.832Z Compiling critical-section v1.1.3
19252026-02-23T23:26:49.895Z Compiling semver v1.0.27
19262026-02-23T23:26:50.028Z Compiling rand_core v0.6.4
19272026-02-23T23:26:50.575Z Compiling either v1.15.0
19282026-02-23T23:26:50.737Z Compiling glob v0.3.2
19292026-02-23T23:26:51.127Z Compiling once_cell v1.21.3
19302026-02-23T23:26:51.585Z Compiling clang-sys v1.8.1
19312026-02-23T23:26:52.346Z Compiling regex-automata v0.4.11
19322026-02-23T23:26:52.543Z Compiling prettyplease v0.2.36
19332026-02-23T23:26:53.197Z Compiling synstructure v0.13.1
19342026-02-23T23:26:53.434Z Compiling schemars v0.8.22
19352026-02-23T23:26:53.597Z Compiling minimal-lexical v0.2.1
19362026-02-23T23:26:53.972Z Compiling serde_derive_internals v0.29.1
19372026-02-23T23:26:54.136Z Compiling nom v7.1.3
19382026-02-23T23:26:54.139Z Compiling libloading v0.8.5
19392026-02-23T23:26:54.420Z Compiling home v0.5.9
19402026-02-23T23:26:54.497Z Compiling writeable v0.5.5
19412026-02-23T23:26:54.682Z Compiling paste v1.0.15
19422026-02-23T23:26:54.718Z Compiling bindgen v0.69.5
19432026-02-23T23:26:55.317Z Compiling litemap v0.7.3
19442026-02-23T23:26:56.049Z Compiling itertools v0.12.1
19452026-02-23T23:26:57.000Z Compiling serde_derive v1.0.228
19462026-02-23T23:26:57.672Z Compiling zeroize_derive v1.4.2
19472026-02-23T23:26:58.709Z Compiling zerofrom-derive v0.1.4
19482026-02-23T23:26:58.743Z Compiling yoke-derive v0.7.4
19492026-02-23T23:26:59.151Z Compiling zerovec-derive v0.10.3
19502026-02-23T23:26:59.220Z Compiling displaydoc v0.2.5
19512026-02-23T23:27:00.782Z Compiling icu_provider_macros v1.5.0
19522026-02-23T23:27:00.832Z Compiling zeroize v1.8.1
19532026-02-23T23:27:01.204Z Compiling thiserror-impl v2.0.18
19542026-02-23T23:27:01.726Z Compiling tokio-macros v2.6.0
19552026-02-23T23:27:01.730Z Compiling zerocopy-derive v0.7.35
19562026-02-23T23:27:01.887Z Compiling regex v1.11.3
19572026-02-23T23:27:01.948Z Compiling zerofrom v0.1.4
19582026-02-23T23:27:02.045Z Compiling futures-macro v0.3.31
19592026-02-23T23:27:02.312Z Compiling yoke v0.7.4
19602026-02-23T23:27:02.853Z Compiling zerovec v0.10.4
19612026-02-23T23:27:03.983Z Compiling cexpr v0.6.0
19622026-02-23T23:27:03.983Z Compiling schemars_derive v0.8.22
19632026-02-23T23:27:04.464Z Compiling byteorder v1.5.0
19642026-02-23T23:27:04.660Z Compiling lazycell v1.3.0
19652026-02-23T23:27:04.872Z Compiling allocator-api2 v0.2.21
19662026-02-23T23:27:04.987Z Compiling tinystr v0.7.6
19672026-02-23T23:27:05.201Z Compiling percent-encoding v2.3.2
19682026-02-23T23:27:05.487Z Compiling bitflags v2.9.4
19692026-02-23T23:27:05.522Z Compiling bytes v1.11.1
19702026-02-23T23:27:05.793Z Compiling icu_locid v1.5.0
19712026-02-23T23:27:05.826Z Compiling rustc-hash v1.1.0
19722026-02-23T23:27:06.636Z Compiling cmake v0.1.51
19732026-02-23T23:27:06.763Z Compiling equivalent v1.0.2
19742026-02-23T23:27:07.022Z Compiling icu_locid_transform_data v1.5.0
19752026-02-23T23:27:07.223Z Compiling dunce v1.0.5
19762026-02-23T23:27:07.274Z Compiling icu_provider v1.5.0
19772026-02-23T23:27:07.319Z Compiling fs_extra v1.3.0
19782026-02-23T23:27:07.675Z Compiling icu_collections v1.5.0
19792026-02-23T23:27:07.960Z Compiling icu_properties_data v1.5.0
19802026-02-23T23:27:08.040Z Compiling crypto-common v0.1.6
19812026-02-23T23:27:08.136Z Compiling icu_locid_transform v1.5.0
19822026-02-23T23:27:08.359Z Compiling icu_normalizer_data v1.5.0
19832026-02-23T23:27:08.434Z Compiling write16 v1.0.0
19842026-02-23T23:27:08.648Z Compiling utf8_iter v1.0.4
19852026-02-23T23:27:08.687Z Compiling pin-project-lite v0.2.14
19862026-02-23T23:27:09.178Z Compiling utf16_iter v1.0.5
19872026-02-23T23:27:09.624Z Compiling der_derive v0.7.3
19882026-02-23T23:27:09.733Z Compiling which v4.4.2
19892026-02-23T23:27:09.764Z Compiling icu_properties v1.5.1
19902026-02-23T23:27:10.418Z Compiling const-oid v0.9.6
19912026-02-23T23:27:10.913Z Compiling rustversion v1.0.22
19922026-02-23T23:27:11.807Z Compiling ring v0.17.14
19932026-02-23T23:27:13.871Z Compiling form_urlencoded v1.2.2
19942026-02-23T23:27:14.179Z Compiling icu_normalizer v1.5.0
19952026-02-23T23:27:14.383Z Compiling aws-lc-rs v1.12.4
19962026-02-23T23:27:14.551Z Compiling fnv v1.0.7
19972026-02-23T23:27:14.903Z Compiling futures-core v0.3.31
19982026-02-23T23:27:14.926Z Compiling vcpkg v0.2.15
19992026-02-23T23:27:15.245Z Compiling idna_adapter v1.2.0
20002026-02-23T23:27:15.687Z Compiling idna v1.0.3
20012026-02-23T23:27:16.009Z Compiling block-buffer v0.10.4
20022026-02-23T23:27:16.415Z Compiling signal-hook-registry v1.4.2
20032026-02-23T23:27:16.460Z Compiling openssl-sys v0.9.109
20042026-02-23T23:27:16.465Z Compiling zerocopy v0.8.27
20052026-02-23T23:27:17.202Z Compiling url v2.5.4
20062026-02-23T23:27:17.612Z Compiling digest v0.10.7
20072026-02-23T23:27:18.089Z Compiling parking_lot v0.12.3
20082026-02-23T23:27:18.371Z Compiling hashbrown v0.16.1
20092026-02-23T23:27:19.082Z Compiling tracing-attributes v0.1.27
20102026-02-23T23:27:19.517Z Compiling mio v1.0.2
20112026-02-23T23:27:21.253Z Compiling zerocopy-derive v0.8.27
20122026-02-23T23:27:21.320Z Compiling rustix v1.1.3
20132026-02-23T23:27:21.543Z Compiling httparse v1.9.5
20142026-02-23T23:27:21.977Z Compiling indexmap v2.13.0
20152026-02-23T23:27:22.047Z Compiling socket2 v0.6.1
20162026-02-23T23:27:22.384Z Compiling aws-lc-sys v0.26.0
20172026-02-23T23:27:22.790Z Compiling tokio v1.49.0
20182026-02-23T23:27:22.864Z Compiling iana-time-zone v0.1.63
20192026-02-23T23:27:23.017Z Compiling foldhash v0.1.5
20202026-02-23T23:27:23.447Z Compiling hashbrown v0.15.4
20212026-02-23T23:27:23.763Z Compiling chrono v0.4.43
20222026-02-23T23:27:23.958Z Compiling zerocopy v0.7.35
20232026-02-23T23:27:24.731Z Compiling num-conv v0.1.0
20242026-02-23T23:27:24.800Z Compiling time-core v0.1.6
20252026-02-23T23:27:25.100Z Compiling futures-sink v0.3.31
20262026-02-23T23:27:25.220Z Compiling time-macros v0.2.24
20272026-02-23T23:27:25.372Z Compiling futures-channel v0.3.31
20282026-02-23T23:27:25.549Z Compiling uuid v1.19.0
20292026-02-23T23:27:26.027Z Compiling futures-io v0.3.31
20302026-02-23T23:27:26.088Z Compiling pin-utils v0.1.0
20312026-02-23T23:27:26.450Z Compiling futures-task v0.3.31
20322026-02-23T23:27:26.598Z Compiling openssl v0.10.73
20332026-02-23T23:27:26.834Z Compiling futures-util v0.3.31
20342026-02-23T23:27:27.640Z Compiling cpufeatures v0.2.14
20352026-02-23T23:27:28.683Z Compiling ppv-lite86 v0.2.20
20362026-02-23T23:27:29.040Z Compiling openssl-macros v0.1.1
20372026-02-23T23:27:29.713Z Compiling rustc_version v0.4.1
20382026-02-23T23:27:30.134Z Compiling native-tls v0.2.12
20392026-02-23T23:27:30.351Z Compiling strsim v0.11.1
20402026-02-23T23:27:30.407Z Compiling rustls v0.23.19
20412026-02-23T23:27:30.648Z Compiling ucd-trie v0.1.7
20422026-02-23T23:27:30.775Z Compiling hmac v0.12.1
20432026-02-23T23:27:30.778Z Compiling serde_tokenstream v0.2.2
20442026-02-23T23:27:31.093Z Compiling pest v2.8.2
20452026-02-23T23:27:31.203Z Compiling dyn-clone v1.0.20
20462026-02-23T23:27:31.988Z Compiling block-padding v0.3.3
20472026-02-23T23:27:32.429Z Compiling bzip2-sys v0.1.13+1.0.8
20482026-02-23T23:27:32.465Z Compiling cookie v0.18.1
20492026-02-23T23:27:32.909Z Compiling thiserror v1.0.69
20502026-02-23T23:27:33.047Z Compiling ident_case v1.0.1
20512026-02-23T23:27:33.466Z Compiling inout v0.1.3
20522026-02-23T23:27:33.844Z Compiling http v1.4.0
20532026-02-23T23:27:34.295Z Compiling pest_meta v2.8.2
20542026-02-23T23:27:35.144Z Compiling base64 v0.22.1
20552026-02-23T23:27:35.616Z Compiling syn v1.0.109
20562026-02-23T23:27:36.333Z Compiling pest_generator v2.8.2
20572026-02-23T23:27:38.137Z Compiling pest_derive v2.8.2
20582026-02-23T23:27:38.997Z Compiling cipher v0.4.4
20592026-02-23T23:27:39.075Z Compiling sha2 v0.10.9
20602026-02-23T23:27:39.565Z Compiling slog v2.8.2
20612026-02-23T23:27:42.355Z Compiling thiserror-impl v1.0.69
20622026-02-23T23:27:42.655Z Compiling scroll_derive v0.13.1
20632026-02-23T23:27:44.150Z Compiling zstd-sys v2.0.14+zstd.1.5.7
20642026-02-23T23:27:44.825Z Compiling crossbeam-utils v0.8.21
20652026-02-23T23:27:45.038Z Compiling rustls-pki-types v1.10.0
20662026-02-23T23:27:45.086Z Compiling base64ct v1.6.0
20672026-02-23T23:27:45.944Z Compiling pem-rfc7468 v0.7.0
20682026-02-23T23:27:46.552Z Compiling flagset v0.4.6
20692026-02-23T23:27:46.873Z Compiling litrs v0.4.1
20702026-02-23T23:27:47.989Z Compiling document-features v0.2.11
20712026-02-23T23:27:49.162Z Compiling der v0.7.10
20722026-02-23T23:27:49.367Z Compiling tokio-util v0.7.15
20732026-02-23T23:27:51.267Z Compiling rand_core v0.9.3
20742026-02-23T23:27:51.671Z Compiling tracing-core v0.1.32
20752026-02-23T23:27:52.179Z Compiling untrusted v0.9.0
20762026-02-23T23:27:52.449Z Compiling powerfmt v0.2.0
20772026-02-23T23:27:53.265Z Compiling plain v0.2.3
20782026-02-23T23:27:53.467Z Compiling camino v1.2.2
20792026-02-23T23:27:53.643Z Compiling untrusted v0.7.1
20802026-02-23T23:27:54.073Z Compiling deranged v0.5.3
20812026-02-23T23:27:54.099Z Compiling tracing v0.1.40
20822026-02-23T23:27:54.140Z Compiling spki v0.7.3
20832026-02-23T23:27:54.547Z Compiling salsa20 v0.10.2
20842026-02-23T23:27:54.942Z Compiling http-body v1.0.1
20852026-02-23T23:27:54.994Z Compiling pbkdf2 v0.12.2
20862026-02-23T23:27:55.958Z Compiling atomic-waker v1.1.2
20872026-02-23T23:27:55.963Z Compiling num_threads v0.1.7
20882026-02-23T23:27:56.245Z Compiling num-bigint-dig v0.8.6
20892026-02-23T23:27:57.299Z Compiling time v0.3.43
20902026-02-23T23:27:57.454Z Compiling scrypt v0.11.0
20912026-02-23T23:27:57.937Z Compiling rand_chacha v0.9.0
20922026-02-23T23:27:58.592Z Compiling cbc v0.1.2
20932026-02-23T23:27:58.662Z Compiling aes v0.8.4
20942026-02-23T23:27:59.767Z Compiling ahash v0.8.12
20952026-02-23T23:27:59.945Z Compiling zstd-safe v7.2.3
20962026-02-23T23:28:00.358Z Compiling tower-service v0.3.3
20972026-02-23T23:28:00.421Z Compiling pretty-hex v0.4.1
20982026-02-23T23:28:00.570Z Compiling usdt-impl v0.6.0
20992026-02-23T23:28:00.703Z Compiling anyhow v1.0.99
21002026-02-23T23:28:01.014Z Compiling tower-layer v0.3.3
21012026-02-23T23:28:01.085Z Compiling try-lock v0.2.5
21022026-02-23T23:28:01.378Z Compiling want v0.3.1
21032026-02-23T23:28:01.756Z Compiling pkcs5 v0.7.1
21042026-02-23T23:28:03.952Z Compiling rand v0.9.2
21052026-02-23T23:28:04.505Z Compiling h2 v0.4.6
21062026-02-23T23:28:06.371Z Compiling scroll v0.13.0
21072026-02-23T23:28:06.763Z Compiling heapless v0.7.17
21082026-02-23T23:28:07.172Z Compiling ipnet v2.11.0
21092026-02-23T23:28:07.312Z Compiling async-trait v0.1.89
21102026-02-23T23:28:07.507Z Compiling daft-derive v0.1.4
21112026-02-23T23:28:07.913Z Compiling scroll_derive v0.12.0
21122026-02-23T23:28:08.216Z Compiling clap_derive v4.5.47
21132026-02-23T23:28:09.218Z Compiling foreign-types-shared v0.1.1
21142026-02-23T23:28:09.380Z Compiling adler2 v2.0.0
21152026-02-23T23:28:09.450Z Compiling fastrand v2.1.1
21162026-02-23T23:28:09.621Z Compiling openssl-probe v0.1.5
21172026-02-23T23:28:09.761Z Compiling signal-hook v0.3.18
21182026-02-23T23:28:10.217Z Compiling httpdate v1.0.3
21192026-02-23T23:28:10.255Z Compiling tempfile v3.24.0
21202026-02-23T23:28:10.285Z Compiling miniz_oxide v0.8.5
21212026-02-23T23:28:10.343Z Compiling foreign-types v0.3.2
21222026-02-23T23:28:11.155Z Compiling goblin v0.10.2
21232026-02-23T23:28:12.257Z Compiling pkcs8 v0.10.2
21242026-02-23T23:28:13.318Z Compiling hyper v1.8.1
21252026-02-23T23:28:13.429Z Compiling darling_core v0.20.10
21262026-02-23T23:28:19.929Z Compiling tinyvec_macros v0.1.1
21272026-02-23T23:28:21.028Z Compiling tinyvec v1.8.0
21282026-02-23T23:28:21.916Z Compiling darling_macro v0.20.10
21292026-02-23T23:28:22.762Z Compiling dof v0.4.0
21302026-02-23T23:28:23.264Z Compiling hyper-util v0.1.19
21312026-02-23T23:28:28.273Z Compiling dtrace-parser v0.3.0
21322026-02-23T23:28:29.284Z Compiling darling_core v0.21.0
21332026-02-23T23:28:29.371Z Compiling curve25519-dalek v4.1.3
21342026-02-23T23:28:29.918Z Compiling strum_macros v0.26.4
21352026-02-23T23:28:29.991Z Compiling hex v0.4.3
21362026-02-23T23:28:30.738Z Compiling thread-id v5.0.0
21372026-02-23T23:28:31.043Z Compiling memoffset v0.9.1
21382026-02-23T23:28:31.670Z Compiling ryu v1.0.18
21392026-02-23T23:28:32.948Z Compiling smoltcp v0.9.1
21402026-02-23T23:28:33.664Z Compiling utf8parse v0.2.2
21412026-02-23T23:28:33.689Z Compiling anstyle v1.0.11
21422026-02-23T23:28:33.938Z Compiling ref-cast v1.0.25
21432026-02-23T23:28:34.333Z Compiling anstyle-parse v0.2.5
21442026-02-23T23:28:35.097Z Compiling darling_macro v0.21.0
21452026-02-23T23:28:38.303Z Compiling darling v0.20.10
21462026-02-23T23:28:40.492Z Compiling http-body-util v0.1.3
21472026-02-23T23:28:41.282Z Compiling sync_wrapper v1.0.1
21482026-02-23T23:28:41.497Z Compiling serde_spanned v0.6.9
21492026-02-23T23:28:41.536Z Compiling erased-serde v0.3.31
21502026-02-23T23:28:41.778Z Compiling toml_datetime v0.6.11
21512026-02-23T23:28:42.676Z Compiling wait-timeout v0.2.0
21522026-02-23T23:28:43.152Z Compiling encoding_rs v0.8.34
21532026-02-23T23:28:43.261Z Compiling gimli v0.31.1
21542026-02-23T23:28:43.397Z Compiling anstyle-query v1.1.1
21552026-02-23T23:28:43.670Z Compiling quick-error v1.2.3
21562026-02-23T23:28:43.897Z Compiling mime v0.3.17
21572026-02-23T23:28:44.599Z Compiling colorchoice v1.0.2
21582026-02-23T23:28:45.520Z Compiling buf-list v1.0.3
21592026-02-23T23:28:45.663Z Compiling psl-types v2.0.11
21602026-02-23T23:28:45.969Z Compiling cfg_aliases v0.2.1
21612026-02-23T23:28:46.179Z Compiling bit-vec v0.8.0
21622026-02-23T23:28:46.637Z Compiling is_terminal_polyfill v1.70.1
21632026-02-23T23:28:46.907Z Compiling anstream v0.6.18
21642026-02-23T23:28:47.395Z Compiling serde_urlencoded v0.7.1
21652026-02-23T23:28:48.063Z Compiling addr2line v0.24.2
21662026-02-23T23:28:48.107Z Compiling bit-set v0.8.0
21672026-02-23T23:28:48.466Z Compiling nix v0.29.0
21682026-02-23T23:28:48.620Z Compiling publicsuffix v2.3.0
21692026-02-23T23:28:51.626Z Compiling rusty-fork v0.3.0
21702026-02-23T23:28:52.448Z Compiling tower v0.5.2
21712026-02-23T23:28:54.814Z Compiling derive_builder_core v0.20.2
21722026-02-23T23:28:54.912Z Compiling tokio-native-tls v0.3.1
21732026-02-23T23:28:55.323Z Compiling darling v0.21.0
21742026-02-23T23:28:55.561Z Compiling unicode-normalization v0.1.24
21752026-02-23T23:28:55.775Z Compiling rustls-native-certs v0.8.1
21762026-02-23T23:28:56.847Z Compiling hubpack_derive v0.1.1
21772026-02-23T23:28:57.027Z Compiling rand_xorshift v0.4.0
21782026-02-23T23:28:57.325Z Compiling webpki-roots v1.0.1
21792026-02-23T23:28:57.419Z Compiling ipnetwork v0.21.1
21802026-02-23T23:28:58.073Z Compiling openapiv3 v2.2.0
21812026-02-23T23:28:58.333Z Compiling signature v2.2.0
21822026-02-23T23:28:58.735Z Compiling ref-cast-impl v1.0.25
21832026-02-23T23:29:00.197Z Compiling strum_macros v0.27.2
21842026-02-23T23:29:01.387Z Compiling curve25519-dalek-derive v0.1.1
21852026-02-23T23:29:02.527Z Compiling object v0.36.5
21862026-02-23T23:29:02.766Z Compiling fs-err v3.1.1
21872026-02-23T23:29:02.772Z Compiling usdt-impl v0.5.0
21882026-02-23T23:29:03.207Z Compiling crc32fast v1.4.2
21892026-02-23T23:29:03.651Z Compiling zlib-rs v0.5.1
21902026-02-23T23:29:04.213Z Compiling siphasher v0.3.11
21912026-02-23T23:29:04.749Z Compiling unarray v0.1.4
21922026-02-23T23:29:04.881Z Compiling iri-string v0.7.8
21932026-02-23T23:29:05.460Z Compiling unicode-properties v0.1.3
21942026-02-23T23:29:06.210Z Compiling rustc-demangle v0.1.24
21952026-02-23T23:29:06.389Z Compiling unicode-bidi v0.3.17
21962026-02-23T23:29:07.564Z Compiling stringprep v0.1.5
21972026-02-23T23:29:08.324Z Compiling libz-rs-sys v0.5.1
21982026-02-23T23:29:08.642Z Compiling tower-http v0.6.6
21992026-02-23T23:29:08.978Z Compiling proptest v1.7.0
22002026-02-23T23:29:10.310Z Compiling backtrace v0.3.74
22012026-02-23T23:29:10.811Z Compiling phf_shared v0.11.2
22022026-02-23T23:29:11.768Z Compiling oxnet v0.1.4
22032026-02-23T23:29:12.869Z Compiling derive_builder_macro v0.20.2
22042026-02-23T23:29:13.871Z Compiling serde_with_macros v3.16.1
22052026-02-23T23:29:14.123Z Compiling hyper-tls v0.6.0
22062026-02-23T23:29:15.129Z Compiling cookie_store v0.21.1
22072026-02-23T23:29:15.765Z Compiling usdt-attr-macro v0.6.0
22082026-02-23T23:29:16.580Z Compiling usdt-macro v0.6.0
22092026-02-23T23:29:17.377Z Compiling rustls-webpki v0.102.8
22102026-02-23T23:29:17.722Z Compiling scroll v0.12.0
22112026-02-23T23:29:18.139Z Compiling terminal_size v0.4.0
22122026-02-23T23:29:18.667Z Compiling rand_chacha v0.3.1
22132026-02-23T23:29:19.677Z Compiling md-5 v0.10.6
22142026-02-23T23:29:19.880Z Compiling num-integer v0.1.46
22152026-02-23T23:29:19.969Z Compiling vergen-lib v0.1.6
22162026-02-23T23:29:20.128Z Compiling hash32 v0.2.1
22172026-02-23T23:29:20.408Z Compiling ff v0.13.0
22182026-02-23T23:29:21.014Z Compiling fallible-iterator v0.2.0
22192026-02-23T23:29:21.155Z Compiling base16ct v0.2.0
22202026-02-23T23:29:21.684Z Compiling winnow v0.7.14
22212026-02-23T23:29:21.902Z Compiling clap_lex v0.7.4
22222026-02-23T23:29:22.791Z Compiling clap_builder v4.5.48
22232026-02-23T23:29:23.453Z Compiling postgres-protocol v0.6.8
22242026-02-23T23:29:24.614Z Compiling sec1 v0.7.3
22252026-02-23T23:29:25.600Z Compiling tokio-rustls v0.26.0
22262026-02-23T23:29:26.621Z Compiling group v0.13.0
22272026-02-23T23:29:27.232Z Compiling num-iter v0.1.45
22282026-02-23T23:29:27.598Z Compiling rand v0.8.5
22292026-02-23T23:29:31.671Z Compiling goblin v0.8.2
22302026-02-23T23:29:31.999Z Compiling newtype-uuid v1.3.2
22312026-02-23T23:29:32.255Z Compiling derive_builder v0.20.2
22322026-02-23T23:29:32.667Z Compiling flate2 v1.1.2
22332026-02-23T23:29:34.425Z Compiling hkdf v0.12.4
22342026-02-23T23:29:34.729Z Compiling regress v0.10.4
22352026-02-23T23:29:34.772Z Compiling vergen v9.0.6
22362026-02-23T23:29:37.764Z Compiling crypto-bigint v0.5.5
22372026-02-23T23:29:39.046Z Compiling cargo-platform v0.1.8
22382026-02-23T23:29:39.689Z Compiling enum-as-inner v0.6.1
22392026-02-23T23:29:40.509Z Compiling serde_repr v0.1.19
22402026-02-23T23:29:41.351Z Compiling bumpalo v3.16.0
22412026-02-23T23:29:41.594Z Compiling lockfree-object-pool v0.1.6
22422026-02-23T23:29:41.662Z Compiling bitflags v1.3.2
22432026-02-23T23:29:41.826Z Compiling simd-adler32 v0.3.7
22442026-02-23T23:29:41.935Z Compiling winnow v0.5.40
22452026-02-23T23:29:42.368Z Compiling unicode-segmentation v1.12.0
22462026-02-23T23:29:42.470Z Compiling managed v0.8.0
22472026-02-23T23:29:45.513Z Compiling hyper-rustls v0.27.7
22482026-02-23T23:29:45.668Z Compiling toml_edit v0.19.15
22492026-02-23T23:29:46.849Z Compiling reqwest v0.12.24
22502026-02-23T23:29:47.815Z Compiling zopfli v0.8.1
22512026-02-23T23:29:49.399Z Compiling elliptic-curve v0.13.8
22522026-02-23T23:29:49.540Z Compiling typify-impl v0.4.3
22532026-02-23T23:29:49.816Z Compiling cargo_metadata v0.19.2
22542026-02-23T23:29:49.857Z Compiling dof v0.3.0
22552026-02-23T23:29:53.976Z Compiling daft v0.1.4
22562026-02-23T23:29:54.555Z Compiling signal-hook-mio v0.2.4
22572026-02-23T23:29:54.635Z Compiling zstd v0.13.3
22582026-02-23T23:29:54.767Z Compiling clap v4.5.48
22592026-02-23T23:29:55.040Z Compiling postgres-types v0.2.9
22602026-02-23T23:29:55.233Z Compiling dtrace-parser v0.2.0
22612026-02-23T23:29:55.295Z Compiling phf v0.11.2
22622026-02-23T23:29:55.619Z Compiling strum v0.27.2
22632026-02-23T23:29:56.171Z Compiling ed25519 v2.2.3
22642026-02-23T23:29:56.378Z Compiling hubpack v0.1.2
22652026-02-23T23:29:56.429Z Compiling bzip2 v0.5.2
22662026-02-23T23:29:56.513Z Compiling bzip2 v0.4.4
22672026-02-23T23:29:56.887Z Compiling pkcs1 v0.7.5
22682026-02-23T23:29:57.149Z Compiling rfc6979 v0.4.0
22692026-02-23T23:29:57.203Z Compiling float-cmp v0.10.0
22702026-02-23T23:29:57.679Z Compiling serde-big-array v0.5.1
22712026-02-23T23:29:57.683Z Compiling bstr v1.10.0
22722026-02-23T23:29:58.004Z Compiling structmeta-derive v0.3.0
22732026-02-23T23:29:58.004Z Compiling env_filter v0.1.2
22742026-02-23T23:29:58.685Z Compiling thread-id v4.2.2
22752026-02-23T23:29:58.902Z Compiling socket2 v0.5.10
22762026-02-23T23:29:58.998Z Compiling memmap2 v0.9.8
22772026-02-23T23:29:59.357Z Compiling static_assertions v1.1.0
22782026-02-23T23:29:59.498Z Compiling keccak v0.1.5
22792026-02-23T23:29:59.556Z Compiling whoami v1.5.2
22802026-02-23T23:29:59.719Z Compiling toml_write v0.1.2
22812026-02-23T23:30:00.059Z Compiling fixedbitset v0.4.2
22822026-02-23T23:30:00.112Z Compiling normalize-line-endings v0.3.0
22832026-02-23T23:30:00.188Z Compiling foldhash v0.2.0
22842026-02-23T23:30:00.386Z Compiling predicates-core v1.0.8
22852026-02-23T23:30:00.525Z Compiling fixedbitset v0.5.7
22862026-02-23T23:30:00.614Z Compiling radium v0.7.0
22872026-02-23T23:30:01.311Z Compiling jiff v0.2.15
22882026-02-23T23:30:02.425Z Compiling difflib v0.4.0
22892026-02-23T23:30:04.354Z Compiling new_debug_unreachable v1.0.6
22902026-02-23T23:30:04.494Z Compiling data-encoding v2.9.0
22912026-02-23T23:30:04.713Z Compiling rustc-hash v2.1.1
22922026-02-23T23:30:05.032Z Compiling precomputed-hash v0.1.1
22932026-02-23T23:30:05.253Z Compiling string_cache v0.8.9
22942026-02-23T23:30:05.373Z Compiling hickory-proto v0.25.2
22952026-02-23T23:30:05.775Z Compiling iddqd v0.3.16
22962026-02-23T23:30:08.550Z Compiling toml_edit v0.22.27
22972026-02-23T23:30:09.222Z Compiling zip v4.2.0
22982026-02-23T23:30:12.007Z Compiling predicates v3.1.3
22992026-02-23T23:30:13.599Z Compiling petgraph v0.8.2
23002026-02-23T23:30:15.336Z Compiling structmeta v0.3.0
23012026-02-23T23:30:15.763Z Compiling petgraph v0.6.5
23022026-02-23T23:30:16.842Z Compiling tokio-postgres v0.7.13
23032026-02-23T23:30:18.534Z Compiling sha3 v0.10.8
23042026-02-23T23:30:19.175Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
23052026-02-23T23:30:19.820Z Compiling usdt v0.6.0
23062026-02-23T23:30:20.358Z Compiling typify-macro v0.4.3
23072026-02-23T23:30:22.622Z Compiling similar v2.7.0
23082026-02-23T23:30:22.781Z Compiling env_logger v0.11.8
23092026-02-23T23:30:23.582Z Compiling serde_with v3.16.1
23102026-02-23T23:30:23.658Z Compiling rsa v0.9.8
23112026-02-23T23:30:24.083Z Compiling ecdsa v0.16.9
23122026-02-23T23:30:25.298Z Compiling zip v0.6.6
23132026-02-23T23:30:26.478Z Compiling ed25519-dalek v2.1.1
23142026-02-23T23:30:27.068Z Compiling crossterm v0.28.1
23152026-02-23T23:30:28.401Z Compiling crossbeam-epoch v0.9.18
23162026-02-23T23:30:28.539Z Compiling toml v0.7.8
23172026-02-23T23:30:28.967Z Compiling heck v0.4.1
23182026-02-23T23:30:29.066Z Compiling strum v0.26.3
23192026-02-23T23:30:29.423Z Compiling tokio-stream v0.1.17
23202026-02-23T23:30:29.806Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
23212026-02-23T23:30:30.112Z Compiling x509-cert v0.2.5
23222026-02-23T23:30:30.500Z Compiling sha1 v0.10.6
23232026-02-23T23:30:31.023Z Compiling itertools v0.13.0
23242026-02-23T23:30:31.063Z Compiling itertools v0.10.5
23252026-02-23T23:30:33.584Z Compiling winnow v0.6.26
23262026-02-23T23:30:33.807Z Compiling lalrpop-util v0.19.12
23272026-02-23T23:30:34.298Z Compiling tap v1.0.1
23282026-02-23T23:30:34.569Z Compiling peg-runtime v0.8.5
23292026-02-23T23:30:34.999Z Compiling maybe-uninit v2.0.0
23302026-02-23T23:30:35.734Z Compiling wyz v0.5.1
23312026-02-23T23:30:37.218Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23322026-02-23T23:30:43.321Z Compiling packed_struct v0.10.1
23332026-02-23T23:30:43.689Z Compiling funty v2.0.0
23342026-02-23T23:30:47.473Z Compiling bitvec v1.0.1
23352026-02-23T23:30:52.750Z Compiling packed_struct_codegen v0.10.1
23362026-02-23T23:30:52.780Z Compiling futures-executor v0.3.31
23372026-02-23T23:30:53.631Z Compiling zerocopy-derive v0.6.6
23382026-02-23T23:30:53.910Z Compiling bitfield-macros v0.19.2
23392026-02-23T23:30:54.567Z Compiling indexmap v1.9.3
23402026-02-23T23:30:55.060Z Compiling typeid v1.0.3
23412026-02-23T23:30:55.426Z Compiling crc-catalog v2.4.0
23422026-02-23T23:30:55.578Z Compiling nodrop v0.1.14
23432026-02-23T23:30:57.173Z Compiling array-init v0.0.4
23442026-02-23T23:30:57.976Z Compiling crc v3.2.1
23452026-02-23T23:30:58.586Z Compiling zerocopy v0.6.6
23462026-02-23T23:30:59.203Z Compiling bitfield v0.19.2
23472026-02-23T23:31:00.768Z Compiling futures v0.3.31
23482026-02-23T23:31:01.587Z Compiling smallvec v0.6.14
23492026-02-23T23:31:03.265Z Compiling typify v0.4.3
23502026-02-23T23:31:03.537Z Compiling derive-ex v0.1.8
23512026-02-23T23:31:05.922Z Compiling base64 v0.21.7
23522026-02-23T23:31:06.290Z Compiling unsafe-libyaml v0.2.11
23532026-02-23T23:31:07.174Z Compiling hashbrown v0.12.3
23542026-02-23T23:31:07.676Z Compiling rustls v0.22.4
23552026-02-23T23:31:09.157Z Compiling serde_yaml v0.9.34+deprecated
23562026-02-23T23:31:09.835Z Compiling test-strategy v0.4.3
23572026-02-23T23:31:09.864Z Compiling ron v0.8.1
23582026-02-23T23:31:14.279Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4)
23592026-02-23T23:31:14.403Z Compiling progenitor-impl v0.11.2
23602026-02-23T23:31:16.084Z Compiling serde-hex v0.1.0
23612026-02-23T23:31:20.660Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
23622026-02-23T23:31:21.449Z Compiling toml v0.8.23
23632026-02-23T23:31:21.678Z Compiling hashbrown v0.13.2
23642026-02-23T23:31:26.814Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#70d3253a)
23652026-02-23T23:31:26.977Z Compiling xattr v1.3.1
23662026-02-23T23:31:27.330Z Compiling pin-project-internal v1.1.6
23672026-02-23T23:31:27.900Z Compiling thread_local v1.1.8
23682026-02-23T23:31:28.548Z Compiling filetime v0.2.26
23692026-02-23T23:31:28.931Z Compiling multer v3.1.0
23702026-02-23T23:31:28.959Z Compiling same-file v1.0.6
23712026-02-23T23:31:29.297Z Compiling rayon-core v1.12.1
23722026-02-23T23:31:32.090Z Compiling slog-async v2.8.0
23732026-02-23T23:31:32.137Z Compiling match_cfg v0.1.0
23742026-02-23T23:31:32.456Z Compiling crc-any v2.5.0
23752026-02-23T23:31:32.677Z Compiling hostname v0.3.1
23762026-02-23T23:31:32.950Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4)
23772026-02-23T23:31:43.597Z Compiling pin-project v1.1.6
23782026-02-23T23:31:44.398Z Compiling walkdir v2.5.0
23792026-02-23T23:31:44.730Z Compiling tar v0.4.44
23802026-02-23T23:31:47.000Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23812026-02-23T23:31:50.533Z Compiling object v0.30.4
23822026-02-23T23:31:50.920Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
23832026-02-23T23:31:51.632Z Compiling erased-serde v0.4.6
23842026-02-23T23:31:51.635Z Compiling progenitor-macro v0.11.2
23852026-02-23T23:32:00.495Z Compiling progenitor-client v0.11.2
23862026-02-23T23:32:00.856Z Compiling toml_parser v1.0.6+spec-1.1.0
23872026-02-23T23:32:01.489Z Compiling crossbeam-channel v0.5.15
23882026-02-23T23:32:02.203Z Compiling slog-json v2.6.1
23892026-02-23T23:32:02.685Z Compiling async-stream-impl v0.3.6
23902026-02-23T23:32:02.970Z Compiling snafu-derive v0.8.5
23912026-02-23T23:32:03.066Z Compiling ordered-float v2.10.1
23922026-02-23T23:32:03.714Z Compiling serde_path_to_error v0.1.20
23932026-02-23T23:32:03.858Z Compiling toml_datetime v0.7.5+spec-1.1.0
23942026-02-23T23:32:03.886Z Compiling serde_spanned v1.0.4
23952026-02-23T23:32:04.170Z Compiling is-terminal v0.4.13
23962026-02-23T23:32:04.308Z Compiling fs-err v2.11.0
23972026-02-23T23:32:04.341Z Compiling dropshot v0.16.7
23982026-02-23T23:32:04.681Z Compiling toml_writer v1.0.6+spec-1.1.0
23992026-02-23T23:32:04.735Z Compiling debug-ignore v1.0.5
24002026-02-23T23:32:04.815Z Compiling path-slash v0.1.5
24012026-02-23T23:32:04.942Z Compiling term v1.1.0
24022026-02-23T23:32:05.218Z Compiling take_mut v0.2.2
24032026-02-23T23:32:05.497Z Compiling unicode-width v0.1.14
24042026-02-23T23:32:05.572Z Compiling slog-term v2.9.2
24052026-02-23T23:32:06.047Z Compiling tabwriter v1.4.0
24062026-02-23T23:32:06.808Z Compiling toml v0.9.11+spec-1.1.0
24072026-02-23T23:32:06.948Z Compiling snafu v0.8.5
24082026-02-23T23:32:08.432Z Compiling async-stream v0.3.6
24092026-02-23T23:32:08.527Z Compiling serde-value v0.7.0
24102026-02-23T23:32:08.725Z Compiling progenitor v0.11.2
24112026-02-23T23:32:08.758Z Compiling slog-bunyan v2.5.0
24122026-02-23T23:32:08.964Z Compiling tokio-rustls v0.25.0
24132026-02-23T23:32:09.100Z Compiling serde-untagged v0.1.7
24142026-02-23T23:32:09.187Z Compiling globset v0.4.15
24152026-02-23T23:32:09.479Z Compiling crossbeam-deque v0.8.5
24162026-02-23T23:32:09.847Z Compiling camino-tempfile v1.4.1
24172026-02-23T23:32:09.936Z Compiling parse-display-derive v0.10.0
24182026-02-23T23:32:10.149Z Compiling olpc-cjson v0.1.4
24192026-02-23T23:32:10.549Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
24202026-02-23T23:32:10.663Z Compiling waitgroup v0.1.2
24212026-02-23T23:32:10.959Z Compiling rustls-pemfile v2.2.0
24222026-02-23T23:32:11.479Z Compiling pem v3.0.5
24232026-02-23T23:32:11.660Z Compiling dropshot_endpoint v0.16.7
24242026-02-23T23:32:12.973Z Compiling newtype-uuid-macros v0.1.0
24252026-02-23T23:32:13.195Z Compiling serde_plain v1.0.2
24262026-02-23T23:32:13.285Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24272026-02-23T23:32:14.137Z Compiling async-recursion v1.1.1
24282026-02-23T23:32:14.235Z Compiling blake3 v1.5.4
24292026-02-23T23:32:14.604Z Compiling hostname v0.4.2
24302026-02-23T23:32:18.080Z Compiling instant v0.1.13
24312026-02-23T23:32:18.166Z Compiling half v2.4.1
24322026-02-23T23:32:18.166Z Compiling unicode-xid v0.2.6
24332026-02-23T23:32:18.166Z Compiling typed-path v0.9.3
24342026-02-23T23:32:18.167Z Compiling ciborium-io v0.2.2
24352026-02-23T23:32:18.167Z Compiling colored v3.0.0
24362026-02-23T23:32:18.167Z Compiling cargo-util-schemas v0.8.2
24372026-02-23T23:32:18.167Z Compiling ciborium-ll v0.2.2
24382026-02-23T23:32:18.167Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
24392026-02-23T23:32:18.167Z Compiling backoff v0.4.0
24402026-02-23T23:32:18.167Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24412026-02-23T23:32:18.167Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24422026-02-23T23:32:18.167Z Compiling parse-display v0.10.0
24432026-02-23T23:32:19.347Z Compiling tough v0.20.0
24442026-02-23T23:32:21.043Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
24452026-02-23T23:32:21.879Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
24462026-02-23T23:32:21.938Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
24472026-02-23T23:32:22.499Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
24482026-02-23T23:32:22.630Z Compiling itertools v0.14.0
24492026-02-23T23:32:24.197Z Compiling progenitor-client v0.10.0
24502026-02-23T23:32:25.191Z Compiling cargo-platform v0.2.0
24512026-02-23T23:32:26.229Z Compiling macaddr v1.0.1
24522026-02-23T23:32:26.386Z Compiling parse-size v1.1.0
24532026-02-23T23:32:26.745Z Compiling constant_time_eq v0.3.1
24542026-02-23T23:32:26.836Z Compiling arrayref v0.3.9
24552026-02-23T23:32:26.970Z Compiling arrayvec v0.7.6
24562026-02-23T23:32:26.996Z Compiling indent_write v2.2.0
24572026-02-23T23:32:27.278Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
24582026-02-23T23:32:29.790Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24592026-02-23T23:32:29.817Z Compiling cargo_metadata v0.21.0
24602026-02-23T23:32:29.904Z Compiling ciborium v0.2.2
24612026-02-23T23:32:31.943Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
24622026-02-23T23:32:36.233Z Compiling display-error-chain v0.2.2
24632026-02-23T23:32:36.504Z Compiling topological-sort v0.2.2
24642026-02-23T23:32:36.844Z Compiling omicron-zone-package v0.12.2
24652026-02-23T23:32:40.864Z Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
24662026-02-23T23:32:44.921Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
24672026-02-23T23:32:45.414Z Compiling shell-words v1.1.0
24682026-02-23T23:32:45.989Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
24692026-02-23T23:33:03.294Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
24702026-02-23T23:33:22.262Z Finished `release` profile [optimized] target(s) in 6m 40s
24712026-02-23T23:33:22.454Z Running `target/release/omicron-releng --output-dir /work --mkincorp`
24722026-02-23T23:33:22.514ZFeb 23 23:33:21.971 DEBG changing working directory to /work/oxidecomputer/omicron
24732026-02-23T23:33:22.656ZFeb 23 23:33:22.113 DEBG running: git rev-parse HEAD
24742026-02-23T23:33:22.664ZFeb 23 23:33:22.116 DEBG process exited with exit status: 0 (3.318812ms)
24752026-02-23T23:33:22.664ZFeb 23 23:33:22.116 INFO version: 19.0.0-0.ci+git408a9bf7d1d
24762026-02-23T23:33:22.699ZFeb 23 23:33:22.156 INFO cloning helios to /work/oxidecomputer/helios
24772026-02-23T23:33:22.699ZFeb 23 23:33:22.156 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
24782026-02-23T23:33:22.702ZCloning into '/work/oxidecomputer/helios'...
24792026-02-23T23:33:23.631ZFeb 23 23:33:23.089 DEBG process exited with exit status: 0 (932.761635ms)
24802026-02-23T23:33:23.632ZFeb 23 23:33:23.089 DEBG running: git -C /work/oxidecomputer/helios rev-parse --verify HEAD^{commit}
24812026-02-23T23:33:23.635ZFeb 23 23:33:23.092 DEBG process exited with exit status: 0 (3.448084ms)
24822026-02-23T23:33:23.635ZFeb 23 23:33:23.092 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
24832026-02-23T23:33:25.076ZFeb 23 23:33:24.534 DEBG process exited with exit status: 0 (1.44131572s)
24842026-02-23T23:33:25.076ZFeb 23 23:33:24.534 DEBG running: zfs list rpool/images/build/host
24852026-02-23T23:33:25.081ZNAME USED AVAIL REFER MOUNTPOINT
24862026-02-23T23:33:25.081Zrpool/images/build/host 24K 151G 24K /rpool/images/build/host
24872026-02-23T23:33:25.084ZFeb 23 23:33:24.539 DEBG process exited with exit status: 0 (5.617321ms)
24882026-02-23T23:33:25.085ZFeb 23 23:33:24.539 DEBG running: zfs list rpool/images/build/recovery
24892026-02-23T23:33:25.088ZNAME USED AVAIL REFER MOUNTPOINT
24902026-02-23T23:33:25.088Zrpool/images/build/recovery 24K 151G 24K /rpool/images/build/recovery
24912026-02-23T23:33:25.088ZFeb 23 23:33:24.544 DEBG process exited with exit status: 0 (4.640279ms)
24922026-02-23T23:33:25.088ZFeb 23 23:33:24.545 INFO [hubris-staging] running task
24932026-02-23T23:33:25.088ZFeb 23 23:33:24.545 INFO [hubris-production] running task
24942026-02-23T23:33:25.088ZFeb 23 23:33:24.545 INFO [incorp-manifest] running task
24952026-02-23T23:33:25.088ZFeb 23 23:33:24.545 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
24962026-02-23T23:33:25.088ZFeb 23 23:33:24.546 DEBG running: pkg list -g https://pkg.oxide.computer/helios/2/dev/ -F json -o fmri -n '*'
24972026-02-23T23:33:25.088ZFeb 23 23:33:24.546 INFO [incorp-create] running: pkgrepo create /work/incorporation
24982026-02-23T23:33:25.092ZFeb 23 23:33:24.547 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
24992026-02-23T23:33:25.183Z[ helios-setup] cd tools/helios-build && cargo build --quiet
25002026-02-23T23:33:25.512ZFeb 23 23:33:24.969 INFO [incorp-create] process exited with exit status: 0 (423.555194ms)
25012026-02-23T23:33:25.515ZFeb 23 23:33:24.970 INFO [incorp-publisher] running: pkgrepo add-publisher -s /work/incorporation helios-dev
25022026-02-23T23:33:25.985Z[ omicron-package] Blocking waiting for file lock on package cache
25032026-02-23T23:33:25.991ZFeb 23 23:33:25.449 INFO [incorp-publisher] process exited with exit status: 0 (479.441134ms)
25042026-02-23T23:33:26.337ZFeb 23 23:33:25.795 INFO [hubris-production] task succeeded (1.249658863s)
25052026-02-23T23:33:26.922Z[ omicron-package] Blocking waiting for file lock on package cache
25062026-02-23T23:33:27.841Z[ omicron-package] Compiling ring v0.17.14
25072026-02-23T23:33:27.852Z[ omicron-package] Compiling proc-macro-crate v1.3.1
25082026-02-23T23:33:27.852Z[ omicron-package] Compiling itertools v0.14.0
25092026-02-23T23:33:27.855Z[ omicron-package] Compiling heapless v0.8.0
25102026-02-23T23:33:27.856Z[ omicron-package] Compiling hash32 v0.3.1
25112026-02-23T23:33:27.856Z[ omicron-package] Compiling smoltcp v0.11.0
25122026-02-23T23:33:27.856Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25132026-02-23T23:33:29.204Z[ omicron-package] Compiling num_enum_derive v0.5.11
25142026-02-23T23:33:29.359Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
25152026-02-23T23:33:30.163Z[ omicron-package] Compiling cobs v0.2.3
25162026-02-23T23:33:30.597Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
25172026-02-23T23:33:30.827Z[ omicron-package] Compiling postcard v1.0.10
25182026-02-23T23:33:31.525Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25192026-02-23T23:33:32.166Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25202026-02-23T23:33:32.803Z[ omicron-package] Compiling proc-macro-error v1.0.4
25212026-02-23T23:33:33.245Z[ omicron-package] Compiling num_enum v0.5.11
25222026-02-23T23:33:33.475Z[ omicron-package] Compiling foreign-types-macros v0.2.3
25232026-02-23T23:33:33.786Z[ omicron-package] Compiling foreign-types-shared v0.3.1
25242026-02-23T23:33:34.731Z[ omicron-package] Compiling rustls v0.23.19
25252026-02-23T23:33:34.913Z[ omicron-package] Compiling ingot-macros v0.1.1
25262026-02-23T23:33:35.362Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25272026-02-23T23:33:35.846Z[ omicron-package] Compiling cstr-argument v0.1.2
25282026-02-23T23:33:35.982Z[ omicron-package] Compiling foreign-types v0.5.0
25292026-02-23T23:33:36.385Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25302026-02-23T23:33:36.723Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
25312026-02-23T23:33:37.416Z[ omicron-package] Compiling pretty-hex v0.2.1
25322026-02-23T23:33:37.646Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
25332026-02-23T23:33:37.981Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25342026-02-23T23:33:38.255Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
25352026-02-23T23:33:38.795Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25362026-02-23T23:33:39.039Z[ omicron-package] Compiling rayon v1.10.0
25372026-02-23T23:33:39.252Z[ omicron-package] Compiling colored v2.2.0
25382026-02-23T23:33:40.006Z[ omicron-package] Compiling nix v0.30.1
25392026-02-23T23:33:41.162Z[ omicron-package] Compiling rustls-webpki v0.102.8
25402026-02-23T23:33:41.591Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
25412026-02-23T23:33:42.881Z[ omicron-package] Compiling zone_cfg_derive v0.3.0
25422026-02-23T23:33:43.159Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
25432026-02-23T23:33:44.916Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
25442026-02-23T23:33:45.248Z[ omicron-package] Compiling secrecy v0.10.3
25452026-02-23T23:33:45.590Z[ omicron-package] Compiling sigpipe v0.1.3
25462026-02-23T23:33:45.676Z[ omicron-package] Compiling num-derive v0.4.2
25472026-02-23T23:33:45.946Z[ omicron-package] Compiling ingot-types v0.1.2
25482026-02-23T23:33:46.558Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25492026-02-23T23:33:47.212Z[ omicron-package] Compiling libefi-sys v0.1.0
25502026-02-23T23:33:47.742Z[ omicron-package] Compiling ingot v0.1.1
25512026-02-23T23:33:47.828Z[ omicron-package] Compiling glob v0.3.2
25522026-02-23T23:33:47.961ZFeb 23 23:33:47.419 INFO [hubris-staging] task succeeded (22.873832522s)
25532026-02-23T23:33:48.227Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
25542026-02-23T23:33:48.347Z[ omicron-package] Compiling zone v0.3.1
25552026-02-23T23:33:48.875Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
25562026-02-23T23:33:50.994Z[ omicron-package] Compiling usdt-attr-macro v0.5.0
25572026-02-23T23:33:51.220Z[ omicron-package] Compiling usdt-macro v0.5.0
25582026-02-23T23:33:53.043Z[ omicron-package] Compiling rustls v0.22.4
25592026-02-23T23:33:53.147Z[ omicron-package] Compiling smf v0.2.3
25602026-02-23T23:33:53.186Z[ omicron-package] Compiling memmap v0.7.0
25612026-02-23T23:33:53.357Z[ omicron-package] Compiling bitfield-struct v0.6.2
25622026-02-23T23:33:53.817Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25632026-02-23T23:33:54.396Z[ omicron-package] Compiling tokio-rustls v0.26.0
25642026-02-23T23:33:55.004Z[ omicron-package] Compiling hyper-rustls v0.27.7
25652026-02-23T23:33:55.324Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25662026-02-23T23:33:55.481Z[ omicron-package] Compiling usdt v0.5.0
25672026-02-23T23:33:56.249Z[ omicron-package] Compiling reqwest v0.12.24
25682026-02-23T23:33:56.959Z[ omicron-package] Compiling unicode-width v0.2.0
25692026-02-23T23:33:59.758Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25702026-02-23T23:34:00.894Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25712026-02-23T23:34:01.017Z[ omicron-package] Compiling console v0.16.0
25722026-02-23T23:34:01.100Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25732026-02-23T23:34:01.885Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25742026-02-23T23:34:02.611Z[ omicron-package] Compiling tokio-dtrace v0.1.0
25752026-02-23T23:34:03.298Z[ omicron-package] Compiling gethostname v0.5.0
25762026-02-23T23:34:03.635Z[ omicron-package] Compiling unit-prefix v0.5.1
25772026-02-23T23:34:03.670Z[ omicron-package] Compiling oxide-tokio-rt v0.1.2
25782026-02-23T23:34:04.145Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25792026-02-23T23:34:04.535Z[ omicron-package] Compiling indicatif v0.18.0
25802026-02-23T23:34:04.606Z[ omicron-package] Compiling tokio-rustls v0.25.0
25812026-02-23T23:34:04.983Z[ omicron-package] Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
25822026-02-23T23:34:05.399Z[ omicron-package] Compiling dropshot v0.16.7
25832026-02-23T23:34:08.128Z[ helios-setup] warning: hiding a lifetime that's elided elsewhere is confusing
25842026-02-23T23:34:08.128Z[ helios-setup] --> src/main.rs:79:10
25852026-02-23T23:34:08.132Z[ helios-setup] |
25862026-02-23T23:34:08.132Z[ helios-setup] 79 | fn pc(s: &str) -> Component {
25872026-02-23T23:34:08.133Z[ helios-setup] | ^^^^ ^^^^^^^^^ the same lifetime is hidden here
25882026-02-23T23:34:08.133Z[ helios-setup] | |
25892026-02-23T23:34:08.133Z[ helios-setup] | the lifetime is elided here
25902026-02-23T23:34:08.133Z[ helios-setup] |
25912026-02-23T23:34:08.133Z[ helios-setup] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
25922026-02-23T23:34:08.133Z[ helios-setup] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
25932026-02-23T23:34:08.133Z[ helios-setup] help: use `'_` for type paths
25942026-02-23T23:34:08.133Z[ helios-setup] |
25952026-02-23T23:34:08.133Z[ helios-setup] 79 | fn pc(s: &str) -> Component<'_> {
25962026-02-23T23:34:08.133Z[ helios-setup] | ++++
25972026-02-23T23:34:08.133Z[ helios-setup]
25982026-02-23T23:34:11.747Z[ omicron-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25992026-02-23T23:34:13.001Z[ omicron-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26002026-02-23T23:34:14.826Z[ helios-setup] Feb 23 23:34:14.282 INFO helios repository root is: /work/oxidecomputer/helios
26012026-02-23T23:34:14.830Z[ helios-setup] Feb 23 23:34:14.285 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
26022026-02-23T23:34:14.830Z[ helios-setup] Feb 23 23:34:14.285 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
26032026-02-23T23:34:14.833Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
26042026-02-23T23:34:15.810Z[ helios-setup] Feb 23 23:34:15.267 INFO clone ok!, project: pinprick
26052026-02-23T23:34:15.814Z[ helios-setup] Feb 23 23:34:15.267 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
26062026-02-23T23:34:15.814Z[ helios-setup] Feb 23 23:34:15.267 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
26072026-02-23T23:34:15.817Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
26082026-02-23T23:34:16.104Z[ omicron-package] Compiling progenitor-client v0.11.2
26092026-02-23T23:34:16.803Z[ omicron-package] Compiling progenitor v0.11.2
26102026-02-23T23:34:16.826Z[ helios-setup] Feb 23 23:34:16.282 INFO clone ok!, project: image-builder
26112026-02-23T23:34:16.829Z[ helios-setup] Feb 23 23:34:16.282 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
26122026-02-23T23:34:16.829Z[ helios-setup] Feb 23 23:34:16.282 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
26132026-02-23T23:34:16.829Z[ helios-setup] Feb 23 23:34:16.283 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
26142026-02-23T23:34:16.832Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
26152026-02-23T23:34:16.932Z[ omicron-package] Compiling progenitor-client v0.10.0
26162026-02-23T23:34:17.111Z[ omicron-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
26172026-02-23T23:34:17.267Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26182026-02-23T23:34:17.768Z[ helios-setup] Feb 23 23:34:17.223 INFO clone ok!, project: bootserver
26192026-02-23T23:34:17.771Z[ helios-setup] Feb 23 23:34:17.224 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
26202026-02-23T23:34:17.771Z[ helios-setup] Feb 23 23:34:17.224 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
26212026-02-23T23:34:17.772Z[ helios-setup] Feb 23 23:34:17.224 INFO cloning git@github.com:oxidecomputer/dmar-report.git at "/work/oxidecomputer/helios/projects/dmar-report"..., project: dmar-report
26222026-02-23T23:34:17.775Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/dmar-report'...
26232026-02-23T23:34:18.095Z[ omicron-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
26242026-02-23T23:34:18.326Z[ omicron-package] Compiling omicron-zone-package v0.12.2
26252026-02-23T23:34:18.903Z[ helios-setup] Feb 23 23:34:18.323 INFO clone ok!, project: dmar-report
26262026-02-23T23:34:18.909Z[ helios-setup] Feb 23 23:34:18.323 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
26272026-02-23T23:34:18.909Z[ helios-setup] Feb 23 23:34:18.323 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
26282026-02-23T23:34:18.909Z[ helios-setup] Feb 23 23:34:18.323 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
26292026-02-23T23:34:18.909Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
26302026-02-23T23:34:30.865Z[ omicron-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
26312026-02-23T23:34:30.900ZFeb 23 23:34:30.356 DEBG process exited with exit status: 0 (65.810002361s)
26322026-02-23T23:34:30.903ZFeb 23 23:34:30.357 INFO [incorp-manifest] task succeeded (65.812536083s)
26332026-02-23T23:34:30.906ZFeb 23 23:34:30.359 INFO [incorp-fmt] running: pkgfmt -u -f v2 /work/incorporation.p5m
26342026-02-23T23:34:31.405ZFeb 23 23:34:30.861 INFO [incorp-fmt] process exited with exit status: 0 (503.140555ms)
26352026-02-23T23:34:31.409ZFeb 23 23:34:30.861 INFO [incorp-pkgsend] running: pkgsend publish -s /work/incorporation /work/incorporation.p5m
26362026-02-23T23:34:32.133Z[ incorp-pkgsend] pkg://helios-dev/consolidation/oxide/omicron-release-incorporation@19.0.0.0,5.11:20260223T233431Z
26372026-02-23T23:34:32.133Z[ incorp-pkgsend] PUBLISHED
26382026-02-23T23:34:32.206ZFeb 23 23:34:31.662 INFO [incorp-pkgsend] process exited with exit status: 0 (800.774109ms)
26392026-02-23T23:34:32.209ZFeb 23 23:34:31.662 INFO [helios-incorp] running: pkgrecv -s /work/incorporation -a -d /work/incorporation.p5p -m latest -v '*'
26402026-02-23T23:34:32.678Z[ helios-incorp] Retrieving packages for publisher helios-dev ...
26412026-02-23T23:34:32.701Z[ helios-incorp] Retrieving catalog 'helios-dev' ... Done
26422026-02-23T23:34:32.776Z[ helios-incorp] Retrieving and evaluating 1 package(s)...
26432026-02-23T23:34:32.776Z[ helios-incorp] Fetching manifests: 1/1 100% complete
26442026-02-23T23:34:32.779Z[ helios-incorp] Fetching manifests: 1/1 100% complete
26452026-02-23T23:34:32.785Z[ helios-incorp]
26462026-02-23T23:34:32.786Z[ helios-incorp] Archiving packages ...
26472026-02-23T23:34:32.789Z[ helios-incorp] Packages to add: 1
26482026-02-23T23:34:32.789Z[ helios-incorp] Files to retrieve: 0
26492026-02-23T23:34:32.789Z[ helios-incorp] Estimated transfer size: 0.00 B
26502026-02-23T23:34:32.789Z[ helios-incorp]
26512026-02-23T23:34:32.789Z[ helios-incorp] Packages to archive:
26522026-02-23T23:34:32.789Z[ helios-incorp] consolidation/oxide/omicron-release-incorporation@19.0.0.0,5.11:20260223T233431Z
26532026-02-23T23:34:32.789Z[ helios-incorp]
26542026-02-23T23:34:32.789Z[ helios-incorp] Archiving: 1/7 items 0.0/0.1MB 0% complete
26552026-02-23T23:34:32.789Z[ helios-incorp] Archiving: Completed 108.19 kB in 0.00 seconds
26562026-02-23T23:34:32.868ZFeb 23 23:34:32.323 INFO [helios-incorp] process exited with exit status: 0 (660.850689ms)
26572026-02-23T23:34:48.885Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
26582026-02-23T23:34:50.394Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26592026-02-23T23:34:53.052Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
26602026-02-23T23:35:08.843Z[ omicron-package] Finished `release` profile [optimized] target(s) in 1m 43s
26612026-02-23T23:35:09.111Z[ omicron-package]
26622026-02-23T23:35:09.111Z[ omicron-package] real 1:43.968573297
26632026-02-23T23:35:09.111Z[ omicron-package] user 8:39.678524897
26642026-02-23T23:35:09.113Z[ omicron-package] sys 34.146523975
26652026-02-23T23:35:09.114Z[ omicron-package] trap 0.827751986
26662026-02-23T23:35:09.114Z[ omicron-package] tflt 0.972377038
26672026-02-23T23:35:09.114Z[ omicron-package] dflt 0.978598710
26682026-02-23T23:35:09.114Z[ omicron-package] kflt 0.000023969
26692026-02-23T23:35:09.114Z[ omicron-package] lock 25:01.106189585
26702026-02-23T23:35:09.114Z[ omicron-package] slp 29:35.703825400
26712026-02-23T23:35:09.114Z[ omicron-package] lat 3:04.334759039
26722026-02-23T23:35:09.114Z[ omicron-package] stop 1:31.690232286
26732026-02-23T23:35:09.114ZFeb 23 23:35:08.566 INFO [omicron-package] process exited with exit status: 0 (104.020495756s)
26742026-02-23T23:35:09.114ZFeb 23 23:35:08.566 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --preset recovery
26752026-02-23T23:35:09.114ZFeb 23 23:35:08.566 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --preset host
26762026-02-23T23:35:09.125Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
26772026-02-23T23:35:09.125Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
26782026-02-23T23:35:09.128Z[ host-target] Created new build target 'host' and set it as active
26792026-02-23T23:35:09.128Z[ recovery-target] Created new build target 'recovery' and set it as active
26802026-02-23T23:35:09.131ZFeb 23 23:35:08.583 INFO [host-target] process exited with exit status: 0 (16.909645ms)
26812026-02-23T23:35:09.131ZFeb 23 23:35:08.583 INFO [recovery-target] process exited with exit status: 0 (17.29179ms)
26822026-02-23T23:35:09.131ZFeb 23 23:35:08.583 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
26832026-02-23T23:35:09.136Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
26842026-02-23T23:35:11.187Z[ host-package] Compiling ring v0.17.14
26852026-02-23T23:35:11.481Z[ host-package] Compiling convert_case v0.4.0
26862026-02-23T23:35:11.481Z[ host-package] Compiling progenitor-impl v0.10.0
26872026-02-23T23:35:11.508Z[ host-package] Compiling is-terminal v0.4.13
26882026-02-23T23:35:11.591Z[ host-package] Compiling thread_local v1.1.8
26892026-02-23T23:35:11.594Z[ host-package] Compiling match_cfg v0.1.0
26902026-02-23T23:35:11.733Z[ host-package] Compiling bytecount v0.6.8
26912026-02-23T23:35:11.770Z[ host-package] Compiling hostname v0.3.1
26922026-02-23T23:35:12.011Z[ host-package] Compiling multer v3.1.0
26932026-02-23T23:35:12.042Z[ host-package] Compiling slog-async v2.8.0
26942026-02-23T23:35:12.077Z[ host-package] Compiling password-hash v0.5.0
26952026-02-23T23:35:12.110Z[ host-package] Compiling derive_more v0.99.20
26962026-02-23T23:35:12.137Z[ host-package] Compiling blake2 v0.10.6
26972026-02-23T23:35:12.140Z[ host-package] Compiling crossbeam-channel v0.5.15
26982026-02-23T23:35:13.058Z[ host-package] Compiling toml_parser v1.0.6+spec-1.1.0
26992026-02-23T23:35:13.278Z[ host-package] Compiling slog-json v2.6.1
27002026-02-23T23:35:13.667Z[ host-package] Compiling futures-executor v0.3.31
27012026-02-23T23:35:14.128Z[ host-package] Compiling serde_spanned v1.0.4
27022026-02-23T23:35:14.194Z[ host-package] Compiling toml_datetime v0.7.5+spec-1.1.0
27032026-02-23T23:35:14.382Z[ host-package] Compiling take_mut v0.2.2
27042026-02-23T23:35:14.415Z[ host-package] Compiling toml_writer v1.0.6+spec-1.1.0
27052026-02-23T23:35:14.597Z[ host-package] Compiling swrite v0.1.0
27062026-02-23T23:35:14.765Z[ host-package] Compiling term v1.1.0
27072026-02-23T23:35:14.802Z[ host-package] Compiling unicode-width v0.1.14
27082026-02-23T23:35:14.840Z[ host-package] Compiling toml v0.9.11+spec-1.1.0
27092026-02-23T23:35:15.346Z[ host-package] Compiling slog-term v2.9.2
27102026-02-23T23:35:15.850Z[ host-package] Compiling tabwriter v1.4.0
27112026-02-23T23:35:16.537Z[ host-package] Compiling futures v0.3.31
27122026-02-23T23:35:16.689Z[ host-package] Compiling rustls v0.23.19
27132026-02-23T23:35:16.721Z[ host-package] Compiling progenitor-macro v0.10.0
27142026-02-23T23:35:16.776Z[ host-package] Compiling rustls v0.22.4
27152026-02-23T23:35:16.831Z[ host-package] Compiling slog-bunyan v2.5.0
27162026-02-23T23:35:16.944Z[ helios-setup] Feb 23 23:35:16.398 INFO clone ok!, project: amd-firmware
27172026-02-23T23:35:16.947Z[ helios-setup] Feb 23 23:35:16.398 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
27182026-02-23T23:35:16.947Z[ helios-setup] Feb 23 23:35:16.399 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
27192026-02-23T23:35:16.950Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
27202026-02-23T23:35:17.170Z[ host-package] Compiling argon2 v0.5.3
27212026-02-23T23:35:17.450Z[ host-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27222026-02-23T23:35:17.723Z[ host-package] Compiling dropshot v0.16.7
27232026-02-23T23:35:17.810Z[ host-package] Compiling async-stream v0.3.6
27242026-02-23T23:35:18.130Z[ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#70d3253a)
27252026-02-23T23:35:18.201Z[ host-package] Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
27262026-02-23T23:35:18.387Z[ host-package] Compiling universal-hash v0.5.1
27272026-02-23T23:35:18.641Z[ helios-setup] Feb 23 23:35:18.094 INFO clone ok!, project: amd-host-image-builder
27282026-02-23T23:35:18.644Z[ helios-setup] Feb 23 23:35:18.095 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
27292026-02-23T23:35:18.644Z[ helios-setup] Feb 23 23:35:18.095 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
27302026-02-23T23:35:18.647Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
27312026-02-23T23:35:18.699Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
27322026-02-23T23:35:19.033Z[ host-package] Compiling waitgroup v0.1.2
27332026-02-23T23:35:19.297Z[ host-package] Compiling rustls-webpki v0.102.8
27342026-02-23T23:35:19.511Z[ helios-setup] Feb 23 23:35:18.965 INFO clone ok!, project: phbl
27352026-02-23T23:35:19.511Z[ helios-setup] Feb 23 23:35:18.966 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
27362026-02-23T23:35:19.515Z[ helios-setup] Feb 23 23:35:18.966 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
27372026-02-23T23:35:19.515Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
27382026-02-23T23:35:19.655Z[ host-package] Compiling rustls-pemfile v2.2.0
27392026-02-23T23:35:20.003Z[ host-package] Compiling thiserror-impl-no-std v2.0.2
27402026-02-23T23:35:21.090Z[ host-package] Compiling serde_path_to_error v0.1.20
27412026-02-23T23:35:21.201Z[ helios-setup] Feb 23 23:35:20.655 INFO clone ok!, project: chelsio-t6-roms
27422026-02-23T23:35:21.202Z[ helios-setup] Feb 23 23:35:20.655 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
27432026-02-23T23:35:21.206Z[ helios-setup] Feb 23 23:35:20.655 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
27442026-02-23T23:35:21.206Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
27452026-02-23T23:35:21.586Z[ host-package] Compiling hostname v0.4.2
27462026-02-23T23:35:21.833Z[ host-package] Compiling instant v0.1.13
27472026-02-23T23:35:21.906Z[ host-package] Compiling debug-ignore v1.0.5
27482026-02-23T23:35:22.023Z[ host-package] Compiling opaque-debug v0.3.1
27492026-02-23T23:35:22.105Z[ host-package] Compiling colored v3.0.0
27502026-02-23T23:35:22.180Z[ host-package] Compiling poly1305 v0.8.0
27512026-02-23T23:35:22.424Z[ host-package] Compiling thiserror-no-std v2.0.2
27522026-02-23T23:35:22.620Z[ host-package] Compiling backoff v0.4.0
27532026-02-23T23:35:22.832Z[ helios-setup] Feb 23 23:35:22.285 INFO clone ok!, project: pilot
27542026-02-23T23:35:22.832Z[ helios-setup] Feb 23 23:35:22.285 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
27552026-02-23T23:35:22.882Z[ host-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
27562026-02-23T23:35:23.101Z[ host-package] Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27572026-02-23T23:35:23.343Z[ helios-setup] Feb 23 23:35:22.797 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None
27582026-02-23T23:35:23.642Z[ host-package] Compiling parse-display v0.10.0
27592026-02-23T23:35:24.009Z[ helios-setup] Feb 23 23:35:23.462 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created
27602026-02-23T23:35:24.010Z[ helios-setup] Feb 23 23:35:23.462 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
27612026-02-23T23:35:24.182Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27622026-02-23T23:35:24.246Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27632026-02-23T23:35:24.431Z[ host-package] Compiling chacha20 v0.9.1
27642026-02-23T23:35:24.531Z[ helios-setup] Feb 23 23:35:23.985 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None
27652026-02-23T23:35:25.119Z[ helios-setup] Feb 23 23:35:24.573 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created
27662026-02-23T23:35:25.119Z[ helios-setup] Feb 23 23:35:24.573 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
27672026-02-23T23:35:25.252Z[ host-package] Compiling aead v0.5.2
27682026-02-23T23:35:25.686Z[ helios-setup] Feb 23 23:35:25.140 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None
27692026-02-23T23:35:25.724Z[ host-package] Compiling tokio-rustls v0.25.0
27702026-02-23T23:35:25.988Z[ host-package] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
27712026-02-23T23:35:26.319Z[ helios-setup] Feb 23 23:35:25.768 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created
27722026-02-23T23:35:26.319Z[ helios-setup] Feb 23 23:35:25.769 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
27732026-02-23T23:35:26.319Z[ helios-setup] Feb 23 23:35:25.769 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
27742026-02-23T23:35:26.319Z[ helios-setup] Feb 23 23:35:25.769 INFO ok!
27752026-02-23T23:35:26.319Z[ helios-setup] Feb 23 23:35:25.769 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
27762026-02-23T23:35:26.319Z[ helios-setup] Feb 23 23:35:25.769 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
27772026-02-23T23:35:26.319Z[ helios-setup] Feb 23 23:35:25.769 INFO ok!
27782026-02-23T23:35:26.319Z[ helios-setup] Feb 23 23:35:25.769 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
27792026-02-23T23:35:26.319Z[ helios-setup] Feb 23 23:35:25.769 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
27802026-02-23T23:35:26.320Z[ helios-setup] Feb 23 23:35:25.769 INFO ok!
27812026-02-23T23:35:26.320Z[ helios-setup] Feb 23 23:35:25.769 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pinprick"
27822026-02-23T23:35:26.441Z[ helios-setup] Feb 23 23:35:25.895 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pinprick": "1.91.1-x86_64-unknown-illumos (default)"
27832026-02-23T23:35:26.441Z[ helios-setup] Feb 23 23:35:25.895 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
27842026-02-23T23:35:26.444Z[ helios-setup] Feb 23 23:35:25.895 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
27852026-02-23T23:35:26.848Z[ helios-setup] Feb 23 23:35:26.301 INFO E| Downloading crates ...
27862026-02-23T23:35:26.912Z[ helios-setup] Feb 23 23:35:26.365 INFO E| Downloaded miniz_oxide v0.8.8
27872026-02-23T23:35:26.999Z[ helios-setup] Feb 23 23:35:26.436 INFO E| Compiling adler2 v2.0.0
27882026-02-23T23:35:27.156Z[ helios-setup] Feb 23 23:35:26.610 INFO E| Compiling miniz_oxide v0.8.8
27892026-02-23T23:35:27.589Z[ host-package] Compiling macaddr v1.0.1
27902026-02-23T23:35:28.234Z[ host-package] Compiling tokio-rustls v0.26.0
27912026-02-23T23:35:28.851Z[ host-package] Compiling hyper-rustls v0.27.7
27922026-02-23T23:35:28.903Z[ host-package] Compiling derive-where v1.5.0
27932026-02-23T23:35:29.692Z[ helios-setup] Feb 23 23:35:29.146 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
27942026-02-23T23:35:29.714Z[ host-package] Compiling reqwest v0.12.24
27952026-02-23T23:35:30.752Z[ helios-setup] Feb 23 23:35:30.164 INFO E| Finished `release` profile [optimized] target(s) in 4.13s
27962026-02-23T23:35:30.756Z[ helios-setup] Feb 23 23:35:30.177 INFO building project "pinprick" ok (4 seconds)
27972026-02-23T23:35:30.756Z[ helios-setup] Feb 23 23:35:30.177 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/image-builder"
27982026-02-23T23:35:30.938Z[ helios-setup] Feb 23 23:35:30.391 INFO rust toolchain for "/work/oxidecomputer/helios/projects/image-builder": "1.91.1-x86_64-unknown-illumos (default)"
27992026-02-23T23:35:30.938Z[ helios-setup] Feb 23 23:35:30.391 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
28002026-02-23T23:35:30.941Z[ helios-setup] Feb 23 23:35:30.391 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
28012026-02-23T23:35:31.324Z[ helios-setup] Feb 23 23:35:30.777 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
28022026-02-23T23:35:31.767Z[ helios-setup] Feb 23 23:35:31.220 INFO E| From https://github.com/jclulow/rust-jmclib
28032026-02-23T23:35:31.767Z[ helios-setup] Feb 23 23:35:31.220 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
28042026-02-23T23:35:31.784Z[ helios-setup] Feb 23 23:35:31.237 INFO E| Updating crates.io index
28052026-02-23T23:35:31.857Z[ helios-setup] Feb 23 23:35:31.311 INFO E| Downloading crates ...
28062026-02-23T23:35:31.958Z[ helios-setup] Feb 23 23:35:31.412 INFO E| Downloaded getrandom v0.2.10
28072026-02-23T23:35:31.965Z[ helios-setup] Feb 23 23:35:31.418 INFO E| Downloaded itoa v1.0.9
28082026-02-23T23:35:31.968Z[ helios-setup] Feb 23 23:35:31.421 INFO E| Downloaded md-5 v0.9.1
28092026-02-23T23:35:31.971Z[ helios-setup] Feb 23 23:35:31.424 INFO E| Downloaded block-buffer v0.9.0
28102026-02-23T23:35:31.975Z[ helios-setup] Feb 23 23:35:31.425 INFO E| Downloaded sha-1 v0.9.8
28112026-02-23T23:35:31.975Z[ helios-setup] Feb 23 23:35:31.428 INFO E| Downloaded quote v1.0.31
28122026-02-23T23:35:31.978Z[ helios-setup] Feb 23 23:35:31.432 INFO E| Downloaded opaque-debug v0.3.0
28132026-02-23T23:35:31.982Z[ helios-setup] Feb 23 23:35:31.434 INFO E| Downloaded libdevinfo-sys v1.0.0
28142026-02-23T23:35:31.982Z[ helios-setup] Feb 23 23:35:31.435 INFO E| Downloaded cpufeatures v0.2.9
28152026-02-23T23:35:31.985Z[ helios-setup] Feb 23 23:35:31.437 INFO E| Downloaded anyhow v1.0.72
28162026-02-23T23:35:31.996Z[ helios-setup] Feb 23 23:35:31.443 INFO E| Downloaded digest v0.9.0
28172026-02-23T23:35:31.996Z[ helios-setup] Feb 23 23:35:31.445 INFO E| Downloaded fastrand v2.0.0
28182026-02-23T23:35:31.999Z[ helios-setup] Feb 23 23:35:31.447 INFO E| Downloaded errno v0.3.1
28192026-02-23T23:35:32.020Z[ helios-setup] Feb 23 23:35:31.472 INFO E| Downloaded walkdir v2.3.3
28202026-02-23T23:35:32.024Z[ helios-setup] Feb 23 23:35:31.475 INFO E| Downloaded proc-macro2 v1.0.66
28212026-02-23T23:35:32.028Z[ helios-setup] Feb 23 23:35:31.478 INFO E| Downloaded glob v0.3.1
28222026-02-23T23:35:32.028Z[ helios-setup] Feb 23 23:35:31.481 INFO E| Downloaded typenum v1.16.0
28232026-02-23T23:35:32.031Z[ helios-setup] Feb 23 23:35:31.484 INFO E| Downloaded once_cell v1.18.0
28242026-02-23T23:35:32.034Z[ helios-setup] Feb 23 23:35:31.487 INFO E| Downloaded toml v0.5.11
28252026-02-23T23:35:32.038Z[ helios-setup] Feb 23 23:35:31.491 INFO E| Downloaded unicode-ident v1.0.11
28262026-02-23T23:35:32.041Z[ helios-setup] Feb 23 23:35:31.494 INFO E| Downloaded serde v1.0.193
28272026-02-23T23:35:32.046Z[ helios-setup] Feb 23 23:35:31.498 INFO E| Downloaded serde_derive v1.0.193
28282026-02-23T23:35:32.051Z[ helios-setup] Feb 23 23:35:31.502 INFO E| Downloaded ryu v1.0.15
28292026-02-23T23:35:32.054Z[ helios-setup] Feb 23 23:35:31.506 INFO E| Downloaded bitflags v2.3.3
28302026-02-23T23:35:32.057Z[ helios-setup] Feb 23 23:35:31.510 INFO E| Downloaded uuid v0.8.2
28312026-02-23T23:35:32.063Z[ helios-setup] Feb 23 23:35:31.515 INFO E| Downloaded unicode-width v0.1.10
28322026-02-23T23:35:32.066Z[ helios-setup] Feb 23 23:35:31.517 INFO E| Downloaded serde_json v1.0.103
28332026-02-23T23:35:32.073Z[ helios-setup] Feb 23 23:35:31.527 INFO E| Downloaded tempfile v3.7.0
28342026-02-23T23:35:32.090Z[ helios-setup] Feb 23 23:35:31.544 INFO E| Downloaded syn v2.0.32
28352026-02-23T23:35:32.106Z[ helios-setup] Feb 23 23:35:31.560 INFO E| Downloaded rustix v0.38.4
28362026-02-23T23:35:32.186Z[ helios-setup] Feb 23 23:35:31.639 INFO E| Downloaded libc v0.2.147
28372026-02-23T23:35:32.296Z[ helios-setup] Feb 23 23:35:31.749 INFO E| Compiling libc v0.2.147
28382026-02-23T23:35:32.296Z[ helios-setup] Feb 23 23:35:31.749 INFO E| Compiling proc-macro2 v1.0.66
28392026-02-23T23:35:32.296Z[ helios-setup] Feb 23 23:35:31.749 INFO E| Compiling cfg-if v1.0.0
28402026-02-23T23:35:32.300Z[ helios-setup] Feb 23 23:35:31.749 INFO E| Compiling unicode-ident v1.0.11
28412026-02-23T23:35:32.300Z[ helios-setup] Feb 23 23:35:31.749 INFO E| Compiling typenum v1.16.0
28422026-02-23T23:35:32.300Z[ helios-setup] Feb 23 23:35:31.749 INFO E| Compiling version_check v0.9.4
28432026-02-23T23:35:32.300Z[ helios-setup] Feb 23 23:35:31.750 INFO E| Compiling serde v1.0.193
28442026-02-23T23:35:32.300Z[ helios-setup] Feb 23 23:35:31.750 INFO E| Compiling time-core v0.1.2
28452026-02-23T23:35:33.120Z[ helios-setup] Feb 23 23:35:32.571 INFO E| Compiling itoa v1.0.9
28462026-02-23T23:35:33.216Z[ host-package] Compiling chacha20poly1305 v0.10.1
28472026-02-23T23:35:33.240Z[ helios-setup] Feb 23 23:35:32.686 INFO E| Compiling rustix v0.38.4
28482026-02-23T23:35:33.240Z[ helios-setup] Feb 23 23:35:32.686 INFO E| Compiling num-conv v0.1.0
28492026-02-23T23:35:33.621Z[ helios-setup] Feb 23 23:35:33.075 INFO E| Compiling powerfmt v0.2.0
28502026-02-23T23:35:33.781Z[ helios-setup] Feb 23 23:35:33.234 INFO E| Compiling slog v2.7.0
28512026-02-23T23:35:33.809Z[ host-package] Compiling vsss-rs v3.3.4
28522026-02-23T23:35:33.942Z[ helios-setup] Feb 23 23:35:33.395 INFO E| Compiling time-macros v0.2.18
28532026-02-23T23:35:33.944Z[ helios-setup] Feb 23 23:35:33.395 INFO E| Compiling generic-array v0.14.7
28542026-02-23T23:35:34.502Z[ helios-setup] Feb 23 23:35:33.956 INFO E| Compiling deranged v0.3.11
28552026-02-23T23:35:34.838Z[ helios-setup] Feb 23 23:35:34.292 INFO E| Compiling bitflags v2.3.3
28562026-02-23T23:35:35.201Z[ helios-setup] Feb 23 23:35:34.654 INFO E| Compiling once_cell v1.18.0
28572026-02-23T23:35:35.277Z[ helios-setup] Feb 23 23:35:34.731 INFO E| Compiling num_threads v0.1.6
28582026-02-23T23:35:35.707Z[ helios-setup] Feb 23 23:35:35.161 INFO E| Compiling thread_local v1.1.7
28592026-02-23T23:35:35.889Z[ helios-setup] Feb 23 23:35:35.342 INFO E| Compiling anyhow v1.0.72
28602026-02-23T23:35:36.760Z[ helios-setup] Feb 23 23:35:36.213 INFO E| Compiling quote v1.0.31
28612026-02-23T23:35:36.804Z[ helios-setup] Feb 23 23:35:36.257 INFO E| Compiling dirs-sys-next v0.1.2
28622026-02-23T23:35:36.849Z[ helios-setup] Feb 23 23:35:36.303 INFO E| Compiling errno v0.3.1
28632026-02-23T23:35:36.885Z[ helios-setup] Feb 23 23:35:36.338 INFO E| Compiling atty v0.2.14
28642026-02-23T23:35:37.320Z[ helios-setup] Feb 23 23:35:36.773 INFO E| Compiling dirs-next v2.0.0
28652026-02-23T23:35:37.533Z[ helios-setup] Feb 23 23:35:36.986 INFO E| Compiling syn v2.0.32
28662026-02-23T23:35:37.580Z[ host-package] Compiling progenitor-client v0.11.2
28672026-02-23T23:35:37.733Z[ helios-setup] Feb 23 23:35:37.186 INFO E| Compiling term v0.7.0
28682026-02-23T23:35:37.769Z[ helios-setup] Feb 23 23:35:37.222 INFO E| Compiling fastrand v2.0.0
28692026-02-23T23:35:37.950Z[ helios-setup] Feb 23 23:35:37.357 INFO E| Compiling serde_json v1.0.103
28702026-02-23T23:35:37.956Z[ helios-setup] Feb 23 23:35:37.407 INFO E| Compiling opaque-debug v0.3.0
28712026-02-23T23:35:38.585Z[ helios-setup] Feb 23 23:35:38.038 INFO E| Compiling time v0.3.36
28722026-02-23T23:35:38.820Z[ host-package] Compiling progenitor v0.11.2
28732026-02-23T23:35:38.857Z[ helios-setup] Feb 23 23:35:38.310 INFO E| Compiling getrandom v0.2.10
28742026-02-23T23:35:39.055Z[ helios-setup] Feb 23 23:35:38.508 INFO E| Compiling digest v0.9.0
28752026-02-23T23:35:39.089Z[ helios-setup] Feb 23 23:35:38.534 INFO E| Compiling block-buffer v0.9.0
28762026-02-23T23:35:39.156Z[ helios-setup] Feb 23 23:35:38.609 INFO E| Compiling ryu v1.0.15
28772026-02-23T23:35:39.460Z[ helios-setup] Feb 23 23:35:38.913 INFO E| Compiling unicode-width v0.1.10
28782026-02-23T23:35:39.464Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
28792026-02-23T23:35:39.510Z[ helios-setup] Feb 23 23:35:38.963 INFO E| Compiling cpufeatures v0.2.9
28802026-02-23T23:35:39.697Z[ helios-setup] Feb 23 23:35:39.151 INFO E| Compiling same-file v1.0.6
28812026-02-23T23:35:39.703Z[ helios-setup] Feb 23 23:35:39.157 INFO E| Compiling getopts v0.2.21
28822026-02-23T23:35:39.755Z[ helios-setup] Feb 23 23:35:39.208 INFO E| Compiling sha-1 v0.9.8
28832026-02-23T23:35:39.895Z[ helios-setup] Feb 23 23:35:39.349 INFO E| Compiling md-5 v0.9.1
28842026-02-23T23:35:40.442Z[ helios-setup] Feb 23 23:35:39.895 INFO E| Compiling tempfile v3.7.0
28852026-02-23T23:35:40.759Z[ helios-setup] Feb 23 23:35:40.211 INFO E| Compiling walkdir v2.3.3
28862026-02-23T23:35:40.831Z[ helios-setup] Feb 23 23:35:40.284 INFO E| Compiling glob v0.3.1
28872026-02-23T23:35:41.012Z[ helios-setup] Feb 23 23:35:40.464 INFO E| Compiling libdevinfo-sys v1.0.0
28882026-02-23T23:35:42.392Z[ helios-setup] Feb 23 23:35:41.845 INFO E| Compiling slog-term v2.9.0
28892026-02-23T23:35:42.469Z[ host-package] Compiling progenitor-client v0.10.0
28902026-02-23T23:35:43.497Z[ host-package] Compiling num-rational v0.4.2
28912026-02-23T23:35:44.539Z[ helios-setup] Feb 23 23:35:43.992 INFO E| Compiling serde_derive v1.0.193
28922026-02-23T23:35:44.820Z[ host-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28932026-02-23T23:35:46.576Z[ host-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28942026-02-23T23:35:46.824Z[ host-package] Compiling num-complex v0.4.6
28952026-02-23T23:35:48.892Z[ host-package] Compiling num v0.4.3
28962026-02-23T23:35:49.252Z[ host-package] Compiling console v0.15.10
28972026-02-23T23:35:49.668Z[ host-package] Compiling float-ord v0.3.2
28982026-02-23T23:35:50.331Z[ host-package] Compiling toml v0.8.23
28992026-02-23T23:35:51.882Z[ host-package] Compiling newline-converter v0.3.0
29002026-02-23T23:35:53.704Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29012026-02-23T23:35:55.348Z[ host-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
29022026-02-23T23:35:55.586Z[ host-package] Compiling progenitor v0.10.0
29032026-02-23T23:35:55.911Z[ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
29042026-02-23T23:35:56.578Z[ helios-setup] Feb 23 23:35:56.028 INFO E| Compiling toml v0.5.11
29052026-02-23T23:35:56.578Z[ helios-setup] Feb 23 23:35:56.028 INFO E| Compiling uuid v0.8.2
29062026-02-23T23:35:56.681Z[ host-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29072026-02-23T23:35:56.875Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
29082026-02-23T23:35:58.872Z[ helios-setup] Feb 23 23:35:58.321 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
29092026-02-23T23:35:59.446Z[ host-package] Compiling atomicwrites v0.4.4
29102026-02-23T23:36:00.245Z[ host-package] Compiling prettyplease v0.2.36
29112026-02-23T23:36:00.307Z[ host-package] Compiling slog-dtrace v0.3.0
29122026-02-23T23:36:00.711Z[ helios-setup] Feb 23 23:36:00.163 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
29132026-02-23T23:36:00.874Z[ host-package] Compiling expectorate v1.2.0
29142026-02-23T23:36:01.413Z[ host-package] Compiling owo-colors v4.2.3
29152026-02-23T23:36:02.445Z[ host-package] Compiling cancel-safe-futures v0.1.5
29162026-02-23T23:36:05.090Z[ host-package] Compiling resolv-conf v0.7.0
29172026-02-23T23:36:10.623Z[ helios-setup] Feb 23 23:36:10.075 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.52s
29182026-02-23T23:36:10.656Z[ helios-setup] Feb 23 23:36:10.108 INFO building project "image-builder" ok (39 seconds)
29192026-02-23T23:36:10.656Z[ helios-setup] Feb 23 23:36:10.108 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/bootserver"
29202026-02-23T23:36:10.819Z[ helios-setup] Feb 23 23:36:10.271 INFO rust toolchain for "/work/oxidecomputer/helios/projects/bootserver": "1.91.1-x86_64-unknown-illumos (default)"
29212026-02-23T23:36:10.819Z[ helios-setup] Feb 23 23:36:10.271 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
29222026-02-23T23:36:10.822Z[ helios-setup] Feb 23 23:36:10.271 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
29232026-02-23T23:36:11.158Z[ helios-setup] Feb 23 23:36:10.610 INFO E| Downloading crates ...
29242026-02-23T23:36:11.270Z[ helios-setup] Feb 23 23:36:10.722 INFO E| Downloaded miniz_oxide v0.6.2
29252026-02-23T23:36:11.273Z[ helios-setup] Feb 23 23:36:10.726 INFO E| Downloaded generic-array v0.14.6
29262026-02-23T23:36:11.276Z[ helios-setup] Feb 23 23:36:10.728 INFO E| Downloaded block-buffer v0.10.3
29272026-02-23T23:36:11.286Z[ helios-setup] Feb 23 23:36:10.738 INFO E| Downloaded cpufeatures v0.2.5
29282026-02-23T23:36:11.289Z[ helios-setup] Feb 23 23:36:10.740 INFO E| Downloaded typenum v1.15.0
29292026-02-23T23:36:11.292Z[ helios-setup] Feb 23 23:36:10.744 INFO E| Downloaded flate2 v1.0.25
29302026-02-23T23:36:11.298Z[ helios-setup] Feb 23 23:36:10.751 INFO E| Downloaded bytes v1.2.1
29312026-02-23T23:36:11.304Z[ helios-setup] Feb 23 23:36:10.756 INFO E| Downloaded anyhow v1.0.62
29322026-02-23T23:36:11.310Z[ helios-setup] Feb 23 23:36:10.761 INFO E| Downloaded sha2 v0.10.5
29332026-02-23T23:36:11.313Z[ helios-setup] Feb 23 23:36:10.764 INFO E| Downloaded digest v0.10.3
29342026-02-23T23:36:11.368Z[ host-package] Compiling libsw-core v0.3.1
29352026-02-23T23:36:11.412Z[ helios-setup] Feb 23 23:36:10.864 INFO E| Compiling typenum v1.15.0
29362026-02-23T23:36:11.415Z[ helios-setup] Feb 23 23:36:10.865 INFO E| Compiling version_check v0.9.4
29372026-02-23T23:36:11.416Z[ helios-setup] Feb 23 23:36:10.865 INFO E| Compiling crc32fast v1.3.2
29382026-02-23T23:36:11.416Z[ helios-setup] Feb 23 23:36:10.865 INFO E| Compiling cfg-if v1.0.0
29392026-02-23T23:36:11.416Z[ helios-setup] Feb 23 23:36:10.865 INFO E| Compiling anyhow v1.0.62
29402026-02-23T23:36:11.416Z[ helios-setup] Feb 23 23:36:10.866 INFO E| Compiling adler v1.0.2
29412026-02-23T23:36:11.416Z[ helios-setup] Feb 23 23:36:10.866 INFO E| Compiling unicode-width v0.1.10
29422026-02-23T23:36:11.416Z[ helios-setup] Feb 23 23:36:10.866 INFO E| Compiling cpufeatures v0.2.5
29432026-02-23T23:36:11.815Z[ host-package] Compiling libsw v3.5.0
29442026-02-23T23:36:11.839Z[ helios-setup] Feb 23 23:36:11.291 INFO E| Compiling bitflags v1.3.2
29452026-02-23T23:36:12.013Z[ helios-setup] Feb 23 23:36:11.465 INFO E| Compiling miniz_oxide v0.6.2
29462026-02-23T23:36:12.150Z[ helios-setup] Feb 23 23:36:11.602 INFO E| Compiling getopts v0.2.21
29472026-02-23T23:36:12.200Z[ helios-setup] Feb 23 23:36:11.653 INFO E| Compiling bytes v1.2.1
29482026-02-23T23:36:12.835Z[ helios-setup] Feb 23 23:36:12.287 INFO E| Compiling generic-array v0.14.6
29492026-02-23T23:36:13.691Z[ helios-setup] Feb 23 23:36:13.143 INFO E| Compiling flate2 v1.0.25
29502026-02-23T23:36:17.430Z[ helios-setup] Feb 23 23:36:16.882 INFO E| Compiling crypto-common v0.1.6
29512026-02-23T23:36:17.430Z[ helios-setup] Feb 23 23:36:16.882 INFO E| Compiling block-buffer v0.10.3
29522026-02-23T23:36:17.691Z[ helios-setup] Feb 23 23:36:17.143 INFO E| Compiling digest v0.10.3
29532026-02-23T23:36:18.071Z[ helios-setup] Feb 23 23:36:17.523 INFO E| Compiling sha2 v0.10.5
29542026-02-23T23:36:18.110Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
29552026-02-23T23:36:18.609Z[ helios-setup] Feb 23 23:36:18.061 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
29562026-02-23T23:36:18.642Z[ host-package] Compiling linear-map v1.2.0
29572026-02-23T23:36:19.409Z[ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
29582026-02-23T23:36:21.844Z[ host-package] Compiling linked-hash-map v0.5.6
29592026-02-23T23:36:22.689Z[ host-package] Compiling lru-cache v0.1.2
29602026-02-23T23:36:23.071Z[ host-package] Compiling unicode-xid v0.2.6
29612026-02-23T23:36:23.371Z[ helios-setup] Feb 23 23:36:22.822 INFO E| Finished `release` profile [optimized] target(s) in 12.43s
29622026-02-23T23:36:23.386Z[ helios-setup] Feb 23 23:36:22.838 INFO building project "bootserver" ok (12 seconds)
29632026-02-23T23:36:23.386Z[ helios-setup] Feb 23 23:36:22.838 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/dmar-report"
29642026-02-23T23:36:23.453Z[ host-package] Compiling hickory-proto v0.24.4
29652026-02-23T23:36:23.497Z[ helios-setup] Feb 23 23:36:22.948 INFO rust toolchain for "/work/oxidecomputer/helios/projects/dmar-report": "1.91.1-x86_64-unknown-illumos (default)"
29662026-02-23T23:36:23.497Z[ helios-setup] Feb 23 23:36:22.948 INFO building project "dmar-report" at /work/oxidecomputer/helios/projects/dmar-report
29672026-02-23T23:36:23.500Z[ helios-setup] Feb 23 23:36:22.949 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/dmar-report")
29682026-02-23T23:36:23.858Z[ helios-setup] Feb 23 23:36:23.309 INFO E| Updating crates.io index
29692026-02-23T23:36:23.991Z[ helios-setup] Feb 23 23:36:23.443 INFO E| Downloading crates ...
29702026-02-23T23:36:24.158Z[ helios-setup] Feb 23 23:36:23.610 INFO E| Downloaded thiserror v2.0.12
29712026-02-23T23:36:24.169Z[ helios-setup] Feb 23 23:36:23.621 INFO E| Downloaded darling v0.20.11
29722026-02-23T23:36:24.177Z[ helios-setup] Feb 23 23:36:23.628 INFO E| Downloaded fastrand v2.3.0
29732026-02-23T23:36:24.180Z[ helios-setup] Feb 23 23:36:23.631 INFO E| Downloaded darling_macro v0.20.11
29742026-02-23T23:36:24.183Z[ helios-setup] Feb 23 23:36:23.632 INFO E| Downloaded deranged v0.4.0
29752026-02-23T23:36:24.183Z[ helios-setup] Feb 23 23:36:23.634 INFO E| Downloaded time-macros v0.2.22
29762026-02-23T23:36:24.186Z[ helios-setup] Feb 23 23:36:23.638 INFO E| Downloaded itoa v1.0.15
29772026-02-23T23:36:24.189Z[ helios-setup] Feb 23 23:36:23.640 INFO E| Downloaded getrandom v0.3.3
29782026-02-23T23:36:24.226Z[ helios-setup] Feb 23 23:36:23.678 INFO E| Downloaded unicode-ident v1.0.18
29792026-02-23T23:36:24.234Z[ helios-setup] Feb 23 23:36:23.682 INFO E| Downloaded darling_core v0.20.11
29802026-02-23T23:36:24.239Z[ helios-setup] Feb 23 23:36:23.689 INFO E| Downloaded tempfile v3.20.0
29812026-02-23T23:36:24.244Z[ helios-setup] Feb 23 23:36:23.693 INFO E| Downloaded anyhow v1.0.98
29822026-02-23T23:36:24.248Z[ helios-setup] Feb 23 23:36:23.700 INFO E| Downloaded bitflags v2.9.1
29832026-02-23T23:36:24.255Z[ helios-setup] Feb 23 23:36:23.706 INFO E| Downloaded serde v1.0.219
29842026-02-23T23:36:24.260Z[ helios-setup] Feb 23 23:36:23.712 INFO E| Downloaded time-core v0.1.4
29852026-02-23T23:36:24.268Z[ helios-setup] Feb 23 23:36:23.713 INFO E| Downloaded thiserror-impl v2.0.12
29862026-02-23T23:36:24.272Z[ helios-setup] Feb 23 23:36:23.716 INFO E| Downloaded serde_derive v1.0.219
29872026-02-23T23:36:24.272Z[ helios-setup] Feb 23 23:36:23.720 INFO E| Downloaded proc-macro2 v1.0.95
29882026-02-23T23:36:24.272Z[ helios-setup] Feb 23 23:36:23.724 INFO E| Downloaded serde_with_macros v3.12.0
29892026-02-23T23:36:24.324Z[ helios-setup] Feb 23 23:36:23.726 INFO E| Downloaded ryu v1.0.20
29902026-02-23T23:36:24.324Z[ helios-setup] Feb 23 23:36:23.731 INFO E| Downloaded indexmap v2.9.0
29912026-02-23T23:36:24.324Z[ helios-setup] Feb 23 23:36:23.769 INFO E| Downloaded time v0.3.41
29922026-02-23T23:36:24.330Z[ helios-setup] Feb 23 23:36:23.782 INFO E| Downloaded serde_json v1.0.140
29932026-02-23T23:36:24.341Z[ helios-setup] Feb 23 23:36:23.793 INFO E| Downloaded hashbrown v0.15.3
29942026-02-23T23:36:24.349Z[ helios-setup] Feb 23 23:36:23.801 INFO E| Downloaded serde_with v3.12.0
29952026-02-23T23:36:24.363Z[ helios-setup] Feb 23 23:36:23.815 INFO E| Downloaded chrono v0.4.41
29962026-02-23T23:36:24.403Z[ helios-setup] Feb 23 23:36:23.855 INFO E| Downloaded syn v2.0.101
29972026-02-23T23:36:24.452Z[ helios-setup] Feb 23 23:36:23.904 INFO E| Downloaded rustix v1.0.7
29982026-02-23T23:36:24.520Z[ helios-setup] Feb 23 23:36:23.972 INFO E| Downloaded libc v0.2.172
29992026-02-23T23:36:24.625Z[ helios-setup] Feb 23 23:36:24.077 INFO E| Compiling proc-macro2 v1.0.95
30002026-02-23T23:36:24.629Z[ helios-setup] Feb 23 23:36:24.077 INFO E| Compiling unicode-ident v1.0.18
30012026-02-23T23:36:24.629Z[ helios-setup] Feb 23 23:36:24.077 INFO E| Compiling libc v0.2.172
30022026-02-23T23:36:24.629Z[ helios-setup] Feb 23 23:36:24.077 INFO E| Compiling strsim v0.11.1
30032026-02-23T23:36:24.629Z[ helios-setup] Feb 23 23:36:24.078 INFO E| Compiling ident_case v1.0.1
30042026-02-23T23:36:24.629Z[ helios-setup] Feb 23 23:36:24.078 INFO E| Compiling fnv v1.0.7
30052026-02-23T23:36:24.629Z[ helios-setup] Feb 23 23:36:24.078 INFO E| Compiling serde v1.0.219
30062026-02-23T23:36:24.629Z[ helios-setup] Feb 23 23:36:24.078 INFO E| Compiling rustix v1.0.7
30072026-02-23T23:36:25.049Z[ helios-setup] Feb 23 23:36:24.501 INFO E| Compiling getrandom v0.3.3
30082026-02-23T23:36:25.076Z[ helios-setup] Feb 23 23:36:24.527 INFO E| Compiling thiserror v2.0.12
30092026-02-23T23:36:25.241Z[ helios-setup] Feb 23 23:36:24.693 INFO E| Compiling serde_json v1.0.140
30102026-02-23T23:36:25.893Z[ helios-setup] Feb 23 23:36:25.344 INFO E| Compiling anyhow v1.0.98
30112026-02-23T23:36:25.939Z[ helios-setup] Feb 23 23:36:25.391 INFO E| Compiling cfg-if v1.0.0
30122026-02-23T23:36:26.031Z[ helios-setup] Feb 23 23:36:25.483 INFO E| Compiling bitflags v2.9.1
30132026-02-23T23:36:26.063Z[ helios-setup] Feb 23 23:36:25.515 INFO E| Compiling memchr v2.7.4
30142026-02-23T23:36:26.340Z[ helios-setup] Feb 23 23:36:25.792 INFO E| Compiling once_cell v1.21.3
30152026-02-23T23:36:26.381Z[ helios-setup] Feb 23 23:36:25.832 INFO E| Compiling itoa v1.0.15
30162026-02-23T23:36:26.787Z[ helios-setup] Feb 23 23:36:26.238 INFO E| Compiling ryu v1.0.20
30172026-02-23T23:36:27.074Z[ helios-setup] Feb 23 23:36:26.526 INFO E| Compiling dmar-report v0.1.2 (/work/oxidecomputer/helios/projects/dmar-report)
30182026-02-23T23:36:27.628Z[ helios-setup] Feb 23 23:36:27.080 INFO E| Compiling fastrand v2.3.0
30192026-02-23T23:36:28.007Z[ helios-setup] Feb 23 23:36:27.459 INFO E| Compiling errno v0.3.12
30202026-02-23T23:36:28.684Z[ helios-setup] Feb 23 23:36:28.136 INFO E| Compiling quote v1.0.40
30212026-02-23T23:36:29.203Z[ host-package] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
30222026-02-23T23:36:29.373Z[ helios-setup] Feb 23 23:36:28.824 INFO E| Compiling syn v2.0.101
30232026-02-23T23:36:30.593Z[ host-package] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
30242026-02-23T23:36:30.902Z[ host-package] Compiling convert_case v0.7.1
30252026-02-23T23:36:31.283Z[ helios-setup] Feb 23 23:36:30.734 INFO E| Compiling tempfile v3.20.0
30262026-02-23T23:36:31.948Z[ host-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30272026-02-23T23:36:33.239Z[ host-package] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
30282026-02-23T23:36:35.948Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
30292026-02-23T23:36:36.329Z[ host-package] Compiling hickory-resolver v0.24.4
30302026-02-23T23:36:37.174Z[ helios-setup] Feb 23 23:36:36.625 INFO E| Compiling darling_core v0.20.11
30312026-02-23T23:36:40.099Z[ helios-setup] Feb 23 23:36:39.550 INFO E| Compiling serde_derive v1.0.219
30322026-02-23T23:36:40.099Z[ helios-setup] Feb 23 23:36:39.550 INFO E| Compiling thiserror-impl v2.0.12
30332026-02-23T23:36:43.380Z[ helios-setup] Feb 23 23:36:42.831 INFO E| Compiling darling_macro v0.20.11
30342026-02-23T23:36:44.732Z[ helios-setup] Feb 23 23:36:44.183 INFO E| Compiling darling v0.20.11
30352026-02-23T23:36:44.883Z[ helios-setup] Feb 23 23:36:44.334 INFO E| Compiling serde_with_macros v3.12.0
30362026-02-23T23:36:48.812Z[ host-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30372026-02-23T23:36:49.062Z[ host-package] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
30382026-02-23T23:36:50.655Z[ host-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30392026-02-23T23:36:50.940Z[ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30402026-02-23T23:36:51.751Z[ host-package] Compiling qorb v0.4.1
30412026-02-23T23:36:54.766Z[ helios-setup] Feb 23 23:36:54.216 INFO E| Compiling serde_with v3.12.0
30422026-02-23T23:36:56.725Z[ host-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30432026-02-23T23:37:01.641Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
30442026-02-23T23:37:02.175Z[ host-package] Compiling derive_more-impl v2.0.1
30452026-02-23T23:37:04.959Z[ host-package] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
30462026-02-23T23:37:05.027Z[ host-package] Compiling derive_more v2.0.1
30472026-02-23T23:37:05.283Z[ host-package] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
30482026-02-23T23:37:05.824Z[ helios-setup] Feb 23 23:37:05.274 INFO E| Finished `release` profile [optimized] target(s) in 42.19s
30492026-02-23T23:37:05.860Z[ helios-setup] Feb 23 23:37:05.310 INFO building project "dmar-report" ok (42 seconds)
30502026-02-23T23:37:05.860Z[ helios-setup] Feb 23 23:37:05.310 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
30512026-02-23T23:37:05.898Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
30522026-02-23T23:37:05.972Z[ helios-setup] Feb 23 23:37:05.422 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')"
30532026-02-23T23:37:05.972Z[ helios-setup] Feb 23 23:37:05.422 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
30542026-02-23T23:37:05.975Z[ helios-setup] Feb 23 23:37:05.422 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
30552026-02-23T23:37:06.273Z[ host-package] Compiling vte_generate_state_changes v0.1.2
30562026-02-23T23:37:06.316Z[ helios-setup] Feb 23 23:37:05.766 INFO E| Updating crates.io index
30572026-02-23T23:37:06.319Z[ helios-setup] Feb 23 23:37:05.767 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
30582026-02-23T23:37:06.958Z[ host-package] Compiling siphasher v1.0.1
30592026-02-23T23:37:07.259Z[ helios-setup] Feb 23 23:37:06.709 INFO E| From https://github.com/oxidecomputer/amd-apcb
30602026-02-23T23:37:07.259Z[ helios-setup] Feb 23 23:37:06.709 INFO E| * [new ref] 1ec66d607de2437813cdd9ffa91719a4b163b3cf -> refs/commit/1ec66d607de2437813cdd9ffa91719a4b163b3cf
30612026-02-23T23:37:07.338Z[ helios-setup] Feb 23 23:37:06.788 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-efs.git`
30622026-02-23T23:37:07.471Z[ host-package] Compiling termtree v0.5.1
30632026-02-23T23:37:07.840Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
30642026-02-23T23:37:08.073Z[ helios-setup] Feb 23 23:37:07.524 INFO E| From https://github.com/oxidecomputer/amd-efs
30652026-02-23T23:37:08.074Z[ helios-setup] Feb 23 23:37:07.524 INFO E| * [new ref] da9716b305396da455bd7f6f665cec493c780037 -> refs/commit/da9716b305396da455bd7f6f665cec493c780037
30662026-02-23T23:37:08.398Z[ helios-setup] Feb 23 23:37:07.848 INFO E| Downloading crates ...
30672026-02-23T23:37:08.623Z[ helios-setup] Feb 23 23:37:08.073 INFO E| Downloaded ansi_term v0.12.1
30682026-02-23T23:37:08.663Z[ helios-setup] Feb 23 23:37:08.113 INFO E| Downloaded vec_map v0.8.2
30692026-02-23T23:37:08.666Z[ helios-setup] Feb 23 23:37:08.114 INFO E| Downloaded four-cc v0.4.0
30702026-02-23T23:37:08.667Z[ helios-setup] Feb 23 23:37:08.116 INFO E| Downloaded unic-ucd-ident v0.9.0
30712026-02-23T23:37:08.672Z[ helios-setup] Feb 23 23:37:08.123 INFO E| Downloaded unic-ucd-version v0.9.0
30722026-02-23T23:37:08.677Z[ host-package] Compiling phf_shared v0.12.1
30732026-02-23T23:37:08.677Z[ helios-setup] Feb 23 23:37:08.126 INFO E| Downloaded fletcher v1.0.0
30742026-02-23T23:37:08.693Z[ helios-setup] Feb 23 23:37:08.143 INFO E| Downloaded unic-common v0.9.0
30752026-02-23T23:37:08.693Z[ helios-setup] Feb 23 23:37:08.143 INFO E| Downloaded cpufeatures v0.2.17
30762026-02-23T23:37:08.693Z[ helios-setup] Feb 23 23:37:08.143 INFO E| Downloaded unic-char-property v0.9.0
30772026-02-23T23:37:08.696Z[ helios-setup] Feb 23 23:37:08.143 INFO E| Downloaded unic-char-range v0.9.0
30782026-02-23T23:37:08.696Z[ helios-setup] Feb 23 23:37:08.143 INFO E| Downloaded strum v0.27.1
30792026-02-23T23:37:08.696Z[ helios-setup] Feb 23 23:37:08.143 INFO E| Downloaded rustversion v1.0.20
30802026-02-23T23:37:08.696Z[ helios-setup] Feb 23 23:37:08.143 INFO E| Downloaded textwrap v0.11.0
30812026-02-23T23:37:08.696Z[ helios-setup] Feb 23 23:37:08.143 INFO E| Downloaded pest_generator v2.8.0
30822026-02-23T23:37:08.697Z[ helios-setup] Feb 23 23:37:08.145 INFO E| Downloaded strum_macros v0.27.1
30832026-02-23T23:37:08.700Z[ helios-setup] Feb 23 23:37:08.149 INFO E| Downloaded modular-bitfield-impl v0.13.1
30842026-02-23T23:37:08.703Z[ helios-setup] Feb 23 23:37:08.151 INFO E| Downloaded pest_derive v2.8.0
30852026-02-23T23:37:08.706Z[ helios-setup] Feb 23 23:37:08.156 INFO E| Downloaded structopt-derive v0.4.18
30862026-02-23T23:37:08.710Z[ helios-setup] Feb 23 23:37:08.158 INFO E| Downloaded modular-bitfield v0.11.2
30872026-02-23T23:37:08.724Z[ helios-setup] Feb 23 23:37:08.174 INFO E| Downloaded log v0.4.27
30882026-02-23T23:37:08.728Z[ helios-setup] Feb 23 23:37:08.178 INFO E| Downloaded typenum v1.18.0
30892026-02-23T23:37:08.733Z[ helios-setup] Feb 23 23:37:08.184 INFO E| Downloaded zerocopy-derive v0.8.25
30902026-02-23T23:37:08.745Z[ helios-setup] Feb 23 23:37:08.195 INFO E| Downloaded structopt v0.3.26
30912026-02-23T23:37:08.758Z[ helios-setup] Feb 23 23:37:08.209 INFO E| Downloaded pest_meta v2.8.0
30922026-02-23T23:37:08.762Z[ helios-setup] Feb 23 23:37:08.212 INFO E| Downloaded pest v2.8.0
30932026-02-23T23:37:08.770Z[ helios-setup] Feb 23 23:37:08.221 INFO E| Downloaded bytesize v2.0.1
30942026-02-23T23:37:08.773Z[ helios-setup] Feb 23 23:37:08.224 INFO E| Downloaded modular-bitfield-impl v0.11.2
30952026-02-23T23:37:08.776Z[ helios-setup] Feb 23 23:37:08.226 INFO E| Downloaded strsim v0.8.0
30962026-02-23T23:37:08.780Z[ helios-setup] Feb 23 23:37:08.228 INFO E| Downloaded scroll_derive v0.12.1
30972026-02-23T23:37:08.780Z[ helios-setup] Feb 23 23:37:08.229 INFO E| Downloaded parse_int v0.9.0
30982026-02-23T23:37:08.781Z[ helios-setup] Feb 23 23:37:08.230 INFO E| Downloaded modular-bitfield v0.13.1
30992026-02-23T23:37:08.812Z[ helios-setup] Feb 23 23:37:08.245 INFO E| Downloaded goblin v0.9.3
31002026-02-23T23:37:08.812Z[ helios-setup] Feb 23 23:37:08.255 INFO E| Downloaded clap v2.34.0
31012026-02-23T23:37:08.815Z[ helios-setup] Feb 23 23:37:08.265 INFO E| Downloaded zerocopy v0.8.25
31022026-02-23T23:37:08.855Z[ helios-setup] Feb 23 23:37:08.305 INFO E| Downloaded dyn-clone v1.0.19
31032026-02-23T23:37:08.937Z[ helios-setup] Feb 23 23:37:08.387 INFO E| Compiling proc-macro2 v1.0.95
31042026-02-23T23:37:08.937Z[ helios-setup] Feb 23 23:37:08.387 INFO E| Compiling unicode-ident v1.0.18
31052026-02-23T23:37:08.937Z[ helios-setup] Feb 23 23:37:08.387 INFO E| Compiling memchr v2.7.4
31062026-02-23T23:37:08.969Z[ helios-setup] Feb 23 23:37:08.387 INFO E| Compiling thiserror v2.0.12
31072026-02-23T23:37:08.969Z[ helios-setup] Feb 23 23:37:08.387 INFO E| Compiling autocfg v1.4.0
31082026-02-23T23:37:08.969Z[ helios-setup] Feb 23 23:37:08.388 INFO E| Compiling syn v1.0.109
31092026-02-23T23:37:08.969Z[ helios-setup] Feb 23 23:37:08.388 INFO E| Compiling serde v1.0.219
31102026-02-23T23:37:08.969Z[ helios-setup] Feb 23 23:37:08.388 INFO E| Compiling version_check v0.9.5
31112026-02-23T23:37:09.423Z[ host-package] Compiling vte v0.11.1
31122026-02-23T23:37:09.662Z[ helios-setup] Feb 23 23:37:09.113 INFO E| Compiling serde_json v1.0.140
31132026-02-23T23:37:10.464Z[ helios-setup] Feb 23 23:37:09.913 INFO E| Compiling itoa v1.0.15
31142026-02-23T23:37:10.689Z[ helios-setup] Feb 23 23:37:10.139 INFO E| Compiling schemars v0.8.22
31152026-02-23T23:37:10.768Z[ helios-setup] Feb 23 23:37:10.219 INFO E| Compiling ryu v1.0.20
31162026-02-23T23:37:10.789Z[ helios-setup] Feb 23 23:37:10.240 INFO E| Compiling proc-macro-error-attr v1.0.4
31172026-02-23T23:37:10.971Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
31182026-02-23T23:37:10.988Z[ helios-setup] Feb 23 23:37:10.439 INFO E| Compiling num-traits v0.2.19
31192026-02-23T23:37:11.028Z[ helios-setup] Feb 23 23:37:10.478 INFO E| Compiling memoffset v0.9.1
31202026-02-23T23:37:11.322Z[ helios-setup] Feb 23 23:37:10.772 INFO E| Compiling zerocopy v0.8.25
31212026-02-23T23:37:11.706Z[ helios-setup] Feb 23 23:37:11.156 INFO E| Compiling paste v1.0.15
31222026-02-23T23:37:11.778Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
31232026-02-23T23:37:11.785Z[ helios-setup] Feb 23 23:37:11.235 INFO E| Compiling ucd-trie v0.1.7
31242026-02-23T23:37:11.837Z[ helios-setup] Feb 23 23:37:11.287 INFO E| Compiling dyn-clone v1.0.19
31252026-02-23T23:37:11.933Z[ helios-setup] Feb 23 23:37:11.373 INFO E| Compiling rustversion v1.0.20
31262026-02-23T23:37:11.966Z[ helios-setup] Feb 23 23:37:11.417 INFO E| Compiling static_assertions v1.1.0
31272026-02-23T23:37:12.076Z[ helios-setup] Feb 23 23:37:11.526 INFO E| Compiling libc v0.2.172
31282026-02-23T23:37:12.539Z[ host-package] Compiling crossterm v0.29.0
31292026-02-23T23:37:12.745Z[ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
31302026-02-23T23:37:12.755Z[ helios-setup] Feb 23 23:37:12.205 INFO E| Compiling proc-macro-error v1.0.4
31312026-02-23T23:37:12.874Z[ helios-setup] Feb 23 23:37:12.324 INFO E| Compiling once_cell v1.21.3
31322026-02-23T23:37:13.139Z[ helios-setup] Feb 23 23:37:12.589 INFO E| Compiling heck v0.5.0
31332026-02-23T23:37:13.652Z[ helios-setup] Feb 23 23:37:13.101 INFO E| Compiling unicode-width v0.1.14
31342026-02-23T23:37:13.812Z[ helios-setup] Feb 23 23:37:13.262 INFO E| Compiling unicode-segmentation v1.12.0
31352026-02-23T23:37:13.830Z[ helios-setup] Feb 23 23:37:13.280 INFO E| Compiling unic-char-range v0.9.0
31362026-02-23T23:37:14.294Z[ helios-setup] Feb 23 23:37:13.744 INFO E| Compiling quote v1.0.40
31372026-02-23T23:37:14.820Z[ helios-setup] Feb 23 23:37:14.270 INFO E| Compiling textwrap v0.11.0
31382026-02-23T23:37:15.020Z[ helios-setup] Feb 23 23:37:14.470 INFO E| Compiling syn v2.0.101
31392026-02-23T23:37:15.723Z[ helios-setup] Feb 23 23:37:15.173 INFO E| Compiling heck v0.3.3
31402026-02-23T23:37:15.726Z[ helios-setup] Feb 23 23:37:15.174 INFO E| Compiling atty v0.2.14
31412026-02-23T23:37:15.934Z[ helios-setup] Feb 23 23:37:15.382 INFO E| Compiling parse_int v0.9.0
31422026-02-23T23:37:15.940Z[ helios-setup] Feb 23 23:37:15.390 INFO E| Compiling strum v0.27.1
31432026-02-23T23:37:15.975Z[ helios-setup] Feb 23 23:37:15.425 INFO E| Compiling unic-common v0.9.0
31442026-02-23T23:37:16.219Z[ helios-setup] Feb 23 23:37:15.670 INFO E| Compiling byteorder v1.5.0
31452026-02-23T23:37:16.249Z[ helios-setup] Feb 23 23:37:15.699 INFO E| Compiling strsim v0.8.0
31462026-02-23T23:37:16.290Z[ helios-setup] Feb 23 23:37:15.740 INFO E| Compiling vec_map v0.8.2
31472026-02-23T23:37:16.539Z[ helios-setup] Feb 23 23:37:15.989 INFO E| Compiling bitflags v1.3.2
31482026-02-23T23:37:16.630Z[ helios-setup] Feb 23 23:37:16.080 INFO E| Compiling fletcher v1.0.0
31492026-02-23T23:37:16.650Z[ helios-setup] Feb 23 23:37:16.100 INFO E| Compiling ansi_term v0.12.1
31502026-02-23T23:37:16.875Z[ helios-setup] Feb 23 23:37:16.325 INFO E| Compiling unic-ucd-version v0.9.0
31512026-02-23T23:37:17.100Z[ helios-setup] Feb 23 23:37:16.550 INFO E| Compiling unic-char-property v0.9.0
31522026-02-23T23:37:17.135Z[ helios-setup] Feb 23 23:37:16.585 INFO E| Compiling plain v0.2.3
31532026-02-23T23:37:17.209Z[ helios-setup] Feb 23 23:37:16.659 INFO E| Compiling clap v2.34.0
31542026-02-23T23:37:17.421Z[ helios-setup] Feb 23 23:37:16.871 INFO E| Compiling log v0.4.27
31552026-02-23T23:37:17.459Z[ helios-setup] Feb 23 23:37:16.909 INFO E| Compiling lazy_static v1.5.0
31562026-02-23T23:37:17.578Z[ helios-setup] Feb 23 23:37:17.028 INFO E| Compiling unic-ucd-ident v0.9.0
31572026-02-23T23:37:17.609Z[ helios-setup] Feb 23 23:37:17.058 INFO E| Compiling bytesize v2.0.1
31582026-02-23T23:37:20.347Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31592026-02-23T23:37:23.671Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
31602026-02-23T23:37:24.178Z[ host-package] Compiling csv-core v0.1.11
31612026-02-23T23:37:24.372Z[ helios-setup] Feb 23 23:37:23.821 INFO E| Compiling modular-bitfield-impl v0.11.2
31622026-02-23T23:37:24.372Z[ helios-setup] Feb 23 23:37:23.821 INFO E| Compiling structopt-derive v0.4.18
31632026-02-23T23:37:24.714Z[ helios-setup] Feb 23 23:37:24.163 INFO E| Compiling serde_derive_internals v0.29.1
31642026-02-23T23:37:25.413Z[ host-package] Compiling highway v1.3.0
31652026-02-23T23:37:25.575Z[ host-package] Compiling chrono-tz v0.10.4
31662026-02-23T23:37:26.068Z[ host-package] Compiling tough v0.20.0
31672026-02-23T23:37:26.973Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
31682026-02-23T23:37:28.090Z[ helios-setup] Feb 23 23:37:27.539 INFO E| Compiling thiserror-impl v2.0.12
31692026-02-23T23:37:28.090Z[ helios-setup] Feb 23 23:37:27.539 INFO E| Compiling serde_derive v1.0.219
31702026-02-23T23:37:28.093Z[ helios-setup] Feb 23 23:37:27.539 INFO E| Compiling schemars_derive v0.8.22
31712026-02-23T23:37:28.093Z[ helios-setup] Feb 23 23:37:27.539 INFO E| Compiling zerocopy-derive v0.8.25
31722026-02-23T23:37:28.093Z[ helios-setup] Feb 23 23:37:27.539 INFO E| Compiling num-derive v0.4.2
31732026-02-23T23:37:28.093Z[ helios-setup] Feb 23 23:37:27.539 INFO E| Compiling modular-bitfield-impl v0.13.1
31742026-02-23T23:37:28.294Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
31752026-02-23T23:37:29.257Z[ helios-setup] Feb 23 23:37:28.707 INFO E| Compiling scroll_derive v0.12.1
31762026-02-23T23:37:29.427Z[ helios-setup] Feb 23 23:37:28.877 INFO E| Compiling modular-bitfield v0.11.2
31772026-02-23T23:37:29.741Z[ host-package] Compiling csv v1.3.1
31782026-02-23T23:37:31.296Z[ helios-setup] Feb 23 23:37:30.746 INFO E| Compiling strum_macros v0.27.1
31792026-02-23T23:37:32.223Z[ helios-setup] Feb 23 23:37:31.672 INFO E| Compiling scroll v0.12.0
31802026-02-23T23:37:32.482Z[ helios-setup] Feb 23 23:37:31.932 INFO E| Compiling structopt v0.3.26
31812026-02-23T23:37:33.082Z[ helios-setup] Feb 23 23:37:32.532 INFO E| Compiling modular-bitfield v0.13.1
31822026-02-23T23:37:33.270Z[ helios-setup] Feb 23 23:37:32.713 INFO E| Compiling goblin v0.9.3
31832026-02-23T23:37:33.830Z[ helios-setup] Feb 23 23:37:33.280 INFO E| Compiling pest v2.8.0
31842026-02-23T23:37:33.850Z[ host-package] Compiling strip-ansi-escapes v0.2.0
31852026-02-23T23:37:35.267Z[ host-package] Compiling phf v0.12.1
31862026-02-23T23:37:35.687Z[ host-package] Compiling const_format_proc_macros v0.2.34
31872026-02-23T23:37:36.244Z[ host-package] Compiling papergrid v0.11.0
31882026-02-23T23:37:37.743Z[ host-package] Compiling tabled_derive v0.7.0
31892026-02-23T23:37:38.934Z[ host-package] Compiling fd-lock v4.0.2
31902026-02-23T23:37:39.131Z[ helios-setup] Feb 23 23:37:38.581 INFO E| Compiling pest_meta v2.8.0
31912026-02-23T23:37:39.700Z[ host-package] Compiling peg-macros v0.8.5
31922026-02-23T23:37:40.806Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
31932026-02-23T23:37:41.230Z[ helios-setup] Feb 23 23:37:40.679 INFO E| Compiling pest_generator v2.8.0
31942026-02-23T23:37:42.405Z[ host-package] Compiling nu-ansi-term v0.50.1
31952026-02-23T23:37:43.602Z[ host-package] Compiling reedline v0.40.0
31962026-02-23T23:37:44.112Z[ helios-setup] Feb 23 23:37:43.561 INFO E| Compiling pest_derive v2.8.0
31972026-02-23T23:37:44.129Z[ host-package] Compiling peg v0.8.5
31982026-02-23T23:37:44.385Z[ host-package] Compiling tabled v0.15.0
31992026-02-23T23:37:44.462Z[ host-package] Compiling const_format v0.2.34
32002026-02-23T23:37:46.916Z[ helios-setup] Feb 23 23:37:46.364 INFO E| Compiling json5 v0.4.1
32012026-02-23T23:37:51.051Z[ host-package] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32022026-02-23T23:37:51.592Z[ helios-setup] Feb 23 23:37:51.040 INFO E| Compiling four-cc v0.4.0
32032026-02-23T23:37:51.592Z[ helios-setup] Feb 23 23:37:51.040 INFO E| Compiling amd-efs v0.4.4 (https://github.com/oxidecomputer/amd-efs.git?branch=main#da9716b3)
32042026-02-23T23:37:51.861Z[ helios-setup] Feb 23 23:37:51.308 INFO E| Compiling amd-apcb v0.5.5 (https://github.com/oxidecomputer/amd-apcb.git?branch=main#1ec66d60)
32052026-02-23T23:37:54.258Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32062026-02-23T23:38:00.606Z[ host-package] Compiling bcs v0.1.6
32072026-02-23T23:38:01.724Z[ host-package] Compiling semver v0.1.20
32082026-02-23T23:38:02.294Z[ host-package] Compiling rustc_version v0.1.7
32092026-02-23T23:38:02.741Z[ host-package] Compiling newtype_derive v0.1.6
32102026-02-23T23:38:03.348Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32112026-02-23T23:38:03.849Z[ host-package] Compiling humantime v2.2.0
32122026-02-23T23:38:04.861Z[ host-package] Compiling smawk v0.3.2
32132026-02-23T23:38:05.103Z[ host-package] Compiling unicode-linebreak v0.1.5
32142026-02-23T23:38:05.612Z[ host-package] Compiling dropshot-api-manager-types v0.3.0
32152026-02-23T23:38:05.784Z[ host-package] Compiling textwrap v0.16.2
32162026-02-23T23:38:06.418Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
32172026-02-23T23:38:07.205Z[ host-package] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32182026-02-23T23:38:07.681Z[ host-package] Compiling steno v0.4.1
32192026-02-23T23:38:08.142Z[ host-package] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32202026-02-23T23:38:09.930Z[ host-package] Compiling utf-8 v0.7.6
32212026-02-23T23:38:10.710Z[ host-package] Compiling moka v0.12.10
32222026-02-23T23:38:11.395Z[ host-package] Compiling tagptr v0.2.0
32232026-02-23T23:38:11.513Z[ host-package] Compiling tungstenite v0.21.0
32242026-02-23T23:38:13.824Z[ host-package] Compiling tokio-tungstenite v0.21.0
32252026-02-23T23:38:14.631Z[ host-package] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32262026-02-23T23:38:15.051Z[ host-package] Compiling proc-macro-error-attr2 v2.0.0
32272026-02-23T23:38:15.708Z[ host-package] Compiling hickory-resolver v0.25.2
32282026-02-23T23:38:16.043Z[ host-package] Compiling proc-macro-error2 v2.0.1
32292026-02-23T23:38:16.734Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
32302026-02-23T23:38:17.351Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
32312026-02-23T23:38:25.049Z[ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32322026-02-23T23:38:27.572Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32332026-02-23T23:38:30.646Z[ host-package] Compiling num-derive v0.3.3
32342026-02-23T23:38:32.930Z[ host-package] Compiling libscf-sys v1.1.0
32352026-02-23T23:38:32.933Z[ host-package] Compiling vergen-gitcl v1.0.8
32362026-02-23T23:38:33.059Z[ host-package] Compiling dirs-sys-next v0.1.2
32372026-02-23T23:38:33.294Z[ host-package] Compiling crunchy v0.2.2
32382026-02-23T23:38:33.599Z[ host-package] Compiling maplit v1.0.2
32392026-02-23T23:38:33.749Z[ host-package] Compiling dirs-next v2.0.0
32402026-02-23T23:38:33.813Z[ host-package] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
32412026-02-23T23:38:33.929Z[ host-package] Compiling dsl_auto_type v0.1.2
32422026-02-23T23:38:34.039Z[ host-package] Compiling scheduled-thread-pool v0.2.7
32432026-02-23T23:38:35.201Z[ host-package] Compiling diesel_table_macro_syntax v0.2.0
32442026-02-23T23:38:35.549Z[ host-package] Compiling tiny-keccak v2.0.2
32452026-02-23T23:38:35.611Z[ host-package] Compiling r2d2 v0.8.10
32462026-02-23T23:38:35.707Z[ host-package] Compiling diesel_derives v2.2.3
32472026-02-23T23:38:35.740Z[ helios-setup] Feb 23 23:38:35.183 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/ahib-config)
32482026-02-23T23:38:36.229Z[ host-package] Compiling term v0.7.0
32492026-02-23T23:38:37.667Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
32502026-02-23T23:38:38.079Z[ host-package] Compiling tabled_derive v0.11.0
32512026-02-23T23:38:41.234Z[ host-package] Compiling papergrid v0.17.0
32522026-02-23T23:38:44.984Z[ helios-setup] Feb 23 23:38:44.431 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
32532026-02-23T23:38:45.204Z[ host-package] Compiling testing_table v0.3.0
32542026-02-23T23:38:46.118Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
32552026-02-23T23:38:46.515Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
32562026-02-23T23:38:47.186Z[ host-package] Compiling arc-swap v1.7.1
32572026-02-23T23:38:47.959Z[ host-package] Compiling bit-vec v0.6.3
32582026-02-23T23:38:48.418Z[ host-package] Compiling xshell-macros v0.2.7
32592026-02-23T23:38:48.479Z[ host-package] Compiling diesel v2.2.12
32602026-02-23T23:38:49.192Z[ host-package] Compiling xshell v0.2.7
32612026-02-23T23:38:49.678Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
32622026-02-23T23:38:52.391Z[ host-package] Compiling bit-set v0.5.3
32632026-02-23T23:38:52.766Z[ host-package] Compiling slog-scope v4.4.0
32642026-02-23T23:38:53.825Z[ host-package] Compiling tabled v0.20.0
32652026-02-23T23:38:57.376Z[ host-package] Compiling ascii-canvas v3.0.0
32662026-02-23T23:38:58.739Z[ host-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32672026-02-23T23:39:02.633Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32682026-02-23T23:39:03.938Z[ host-package] Compiling ena v0.14.3
32692026-02-23T23:39:04.698Z[ host-package] Compiling unicase v2.8.1
32702026-02-23T23:39:05.714Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32712026-02-23T23:39:11.308Z[ host-package] Compiling regex-syntax v0.6.29
32722026-02-23T23:39:13.972Z[ helios-setup] Feb 23 23:39:13.418 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 07s
32732026-02-23T23:39:14.027Z[ helios-setup] Feb 23 23:39:13.472 INFO building project "amd-host-image-builder" ok (128 seconds)
32742026-02-23T23:39:14.027Z[ helios-setup] Feb 23 23:39:13.473 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pilot"
32752026-02-23T23:39:14.162Z[ helios-setup] Feb 23 23:39:13.608 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pilot": "1.91.1-x86_64-unknown-illumos (default)"
32762026-02-23T23:39:14.162Z[ helios-setup] Feb 23 23:39:13.608 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
32772026-02-23T23:39:14.166Z[ helios-setup] Feb 23 23:39:13.608 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
32782026-02-23T23:39:14.475Z[ helios-setup] Feb 23 23:39:13.919 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
32792026-02-23T23:39:14.999Z[ helios-setup] Feb 23 23:39:14.444 INFO E| From https://github.com/jclulow/hiercmd
32802026-02-23T23:39:15.003Z[ helios-setup] Feb 23 23:39:14.444 INFO E| * [new ref] 8eed23a01e9472183e9278ff456ba2f91e52b0ee -> refs/commit/8eed23a01e9472183e9278ff456ba2f91e52b0ee
32812026-02-23T23:39:15.022Z[ helios-setup] Feb 23 23:39:14.468 INFO E| Updating git repository `https://github.com/oxidecomputer/network-interface`
32822026-02-23T23:39:15.599Z[ helios-setup] Feb 23 23:39:15.044 INFO E| From https://github.com/oxidecomputer/network-interface
32832026-02-23T23:39:15.599Z[ helios-setup] Feb 23 23:39:15.044 INFO E| * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
32842026-02-23T23:39:15.638Z[ helios-setup] Feb 23 23:39:15.084 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
32852026-02-23T23:39:16.186Z[ helios-setup] Feb 23 23:39:15.631 INFO E| From https://github.com/oxidecomputer/boot-image-tools
32862026-02-23T23:39:16.186Z[ helios-setup] Feb 23 23:39:15.631 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
32872026-02-23T23:39:16.218Z[ helios-setup] Feb 23 23:39:15.663 INFO E| Updating crates.io index
32882026-02-23T23:39:16.447Z[ host-package] Compiling bindgen v0.71.1
32892026-02-23T23:39:16.528Z[ helios-setup] Feb 23 23:39:15.974 INFO E| Downloading crates ...
32902026-02-23T23:39:16.719Z[ helios-setup] Feb 23 23:39:16.163 INFO E| Downloaded bitflags v2.10.0
32912026-02-23T23:39:16.725Z[ helios-setup] Feb 23 23:39:16.170 INFO E| Downloaded terminal_size v0.4.3
32922026-02-23T23:39:16.728Z[ helios-setup] Feb 23 23:39:16.173 INFO E| Downloaded base64ct v1.8.0
32932026-02-23T23:39:16.733Z[ helios-setup] Feb 23 23:39:16.178 INFO E| Downloaded flagset v0.4.7
32942026-02-23T23:39:16.736Z[ helios-setup] Feb 23 23:39:16.181 INFO E| Downloaded cc v1.2.44
32952026-02-23T23:39:16.740Z[ helios-setup] Feb 23 23:39:16.186 INFO E| Downloaded num_enum v0.7.5
32962026-02-23T23:39:16.752Z[ helios-setup] Feb 23 23:39:16.198 INFO E| Downloaded proc-macro-crate v3.4.0
32972026-02-23T23:39:16.755Z[ helios-setup] Feb 23 23:39:16.200 INFO E| Downloaded is-terminal v0.4.17
32982026-02-23T23:39:16.758Z[ helios-setup] Feb 23 23:39:16.202 INFO E| Downloaded adler2 v2.0.1
32992026-02-23T23:39:16.762Z[ helios-setup] Feb 23 23:39:16.205 INFO E| Downloaded anstyle-query v1.1.4
33002026-02-23T23:39:16.762Z[ helios-setup] Feb 23 23:39:16.207 INFO E| Downloaded bitfield-macros v0.19.3
33012026-02-23T23:39:16.765Z[ helios-setup] Feb 23 23:39:16.208 INFO E| Downloaded colorchoice v1.0.4
33022026-02-23T23:39:16.765Z[ helios-setup] Feb 23 23:39:16.210 INFO E| Downloaded autocfg v1.5.0
33032026-02-23T23:39:16.769Z[ helios-setup] Feb 23 23:39:16.214 INFO E| Downloaded is_terminal_polyfill v1.70.2
33042026-02-23T23:39:16.773Z[ helios-setup] Feb 23 23:39:16.215 INFO E| Downloaded anstyle-parse v0.2.7
33052026-02-23T23:39:16.776Z[ helios-setup] Feb 23 23:39:16.220 INFO E| Downloaded errno v0.3.14
33062026-02-23T23:39:16.807Z[ helios-setup] Feb 23 23:39:16.250 INFO E| Downloaded serde_spanned v1.0.3
33072026-02-23T23:39:16.807Z[ helios-setup] Feb 23 23:39:16.252 INFO E| Downloaded clap_lex v0.7.6
33082026-02-23T23:39:16.810Z[ helios-setup] Feb 23 23:39:16.253 INFO E| Downloaded libdevinfo-sys v1.1.0
33092026-02-23T23:39:16.810Z[ helios-setup] Feb 23 23:39:16.255 INFO E| Downloaded crc v3.3.0
33102026-02-23T23:39:16.839Z[ helios-setup] Feb 23 23:39:16.285 INFO E| Downloaded devinfo v0.1.0
33112026-02-23T23:39:16.842Z[ helios-setup] Feb 23 23:39:16.287 INFO E| Downloaded anyhow v1.0.100
33122026-02-23T23:39:16.846Z[ helios-setup] Feb 23 23:39:16.292 INFO E| Downloaded anstream v0.6.21
33132026-02-23T23:39:16.882Z[ helios-setup] Feb 23 23:39:16.327 INFO E| Downloaded toml_writer v1.0.4
33142026-02-23T23:39:16.885Z[ helios-setup] Feb 23 23:39:16.329 INFO E| Downloaded bitfield v0.19.3
33152026-02-23T23:39:16.885Z[ helios-setup] Feb 23 23:39:16.331 INFO E| Downloaded anstyle v1.0.13
33162026-02-23T23:39:16.915Z[ helios-setup] Feb 23 23:39:16.333 INFO E| Downloaded quote v1.0.41
33172026-02-23T23:39:16.915Z[ helios-setup] Feb 23 23:39:16.337 INFO E| Downloaded thiserror v2.0.17
33182026-02-23T23:39:16.915Z[ helios-setup] Feb 23 23:39:16.345 INFO E| Downloaded toml_datetime v0.7.3
33192026-02-23T23:39:16.915Z[ helios-setup] Feb 23 23:39:16.347 INFO E| Downloaded zeroize v1.8.2
33202026-02-23T23:39:16.915Z[ helios-setup] Feb 23 23:39:16.349 INFO E| Downloaded tls_codec_derive v0.4.2
33212026-02-23T23:39:16.916Z[ helios-setup] Feb 23 23:39:16.358 INFO E| Downloaded signal-hook-registry v1.4.6
33222026-02-23T23:39:16.916Z[ helios-setup] Feb 23 23:39:16.360 INFO E| Downloaded pkg-config v0.3.32
33232026-02-23T23:39:16.919Z[ helios-setup] Feb 23 23:39:16.362 INFO E| Downloaded find-msvc-tools v0.1.4
33242026-02-23T23:39:16.919Z[ helios-setup] Feb 23 23:39:16.364 INFO E| Downloaded slab v0.4.11
33252026-02-23T23:39:16.924Z[ helios-setup] Feb 23 23:39:16.366 INFO E| Downloaded parking_lot_core v0.9.12
33262026-02-23T23:39:16.924Z[ helios-setup] Feb 23 23:39:16.368 INFO E| Downloaded env_filter v0.1.4
33272026-02-23T23:39:16.928Z[ helios-setup] Feb 23 23:39:16.371 INFO E| Downloaded toml_parser v1.0.4
33282026-02-23T23:39:16.932Z[ helios-setup] Feb 23 23:39:16.374 INFO E| Downloaded parking_lot v0.12.5
33292026-02-23T23:39:16.936Z[ helios-setup] Feb 23 23:39:16.377 INFO E| Downloaded lock_api v0.4.14
33302026-02-23T23:39:16.936Z[ helios-setup] Feb 23 23:39:16.379 INFO E| Downloaded clap_derive v4.5.49
33312026-02-23T23:39:16.944Z[ helios-setup] Feb 23 23:39:16.382 INFO E| Downloaded iana-time-zone v0.1.64
33322026-02-23T23:39:16.947Z[ helios-setup] Feb 23 23:39:16.386 INFO E| Downloaded getopts v0.2.24
33332026-02-23T23:39:16.947Z[ helios-setup] Feb 23 23:39:16.388 INFO E| Downloaded tls_codec v0.4.2
33342026-02-23T23:39:16.948Z[ helios-setup] Feb 23 23:39:16.390 INFO E| Downloaded getrandom v0.2.16
33352026-02-23T23:39:17.032Z[ helios-setup] Feb 23 23:39:16.394 INFO E| Downloaded deranged v0.5.5
33362026-02-23T23:39:17.033Z[ helios-setup] Feb 23 23:39:16.396 INFO E| Downloaded thread_local v1.1.9
33372026-02-23T23:39:17.033Z[ helios-setup] Feb 23 23:39:16.398 INFO E| Downloaded thiserror-impl v2.0.17
33382026-02-23T23:39:17.033Z[ helios-setup] Feb 23 23:39:16.400 INFO E| Downloaded unicode-ident v1.0.22
33392026-02-23T23:39:17.033Z[ helios-setup] Feb 23 23:39:16.404 INFO E| Downloaded clap v4.5.51
33402026-02-23T23:39:17.033Z[ helios-setup] Feb 23 23:39:16.417 INFO E| Downloaded uuid v1.18.1
33412026-02-23T23:39:17.033Z[ helios-setup] Feb 23 23:39:16.422 INFO E| Downloaded toml v0.9.8
33422026-02-23T23:39:17.033Z[ helios-setup] Feb 23 23:39:16.429 INFO E| Downloaded term v1.2.0
33432026-02-23T23:39:17.033Z[ helios-setup] Feb 23 23:39:16.434 INFO E| Downloaded crc32fast v1.5.0
33442026-02-23T23:39:17.033Z[ helios-setup] Feb 23 23:39:16.437 INFO E| Downloaded miniz_oxide v0.8.9
33452026-02-23T23:39:17.033Z[ helios-setup] Feb 23 23:39:16.440 INFO E| Downloaded bytes v1.10.1
33462026-02-23T23:39:17.033Z[ helios-setup] Feb 23 23:39:16.446 INFO E| Downloaded typenum v1.19.0
33472026-02-23T23:39:17.033Z[ helios-setup] Feb 23 23:39:16.450 INFO E| Downloaded log v0.4.28
33482026-02-23T23:39:17.033Z[ helios-setup] Feb 23 23:39:16.453 INFO E| Downloaded proc-macro2 v1.0.103
33492026-02-23T23:39:17.033Z[ helios-setup] Feb 23 23:39:16.456 INFO E| Downloaded pin-project-lite v0.2.16
33502026-02-23T23:39:17.033Z[ helios-setup] Feb 23 23:39:16.463 INFO E| Downloaded toml_edit v0.23.7
33512026-02-23T23:39:17.033Z[ helios-setup] Feb 23 23:39:16.468 INFO E| Downloaded flate2 v1.1.5
33522026-02-23T23:39:17.033Z[ helios-setup] Feb 23 23:39:16.474 INFO E| Downloaded memchr v2.7.6
33532026-02-23T23:39:17.039Z[ host-package] Compiling diff v0.1.13
33542026-02-23T23:39:17.068Z[ helios-setup] Feb 23 23:39:16.514 INFO E| Downloaded generic-array v0.14.9
33552026-02-23T23:39:17.088Z[ helios-setup] Feb 23 23:39:16.521 INFO E| Downloaded indexmap v2.12.0
33562026-02-23T23:39:17.088Z[ helios-setup] Feb 23 23:39:16.526 INFO E| Downloaded iddqd v0.3.14
33572026-02-23T23:39:17.092Z[ helios-setup] Feb 23 23:39:16.534 INFO E| Downloaded mio v1.1.0
33582026-02-23T23:39:17.098Z[ helios-setup] Feb 23 23:39:16.544 INFO E| Downloaded ppv-lite86 v0.2.21
33592026-02-23T23:39:17.101Z[ helios-setup] Feb 23 23:39:16.545 INFO E| Downloaded num_enum_derive v0.7.5
33602026-02-23T23:39:17.104Z[ helios-setup] Feb 23 23:39:16.547 INFO E| Downloaded time v0.3.44
33612026-02-23T23:39:17.114Z[ helios-setup] Feb 23 23:39:16.560 INFO E| Downloaded num-bigint-dig v0.8.4
33622026-02-23T23:39:17.120Z[ helios-setup] Feb 23 23:39:16.566 INFO E| Downloaded serde_json v1.0.145
33632026-02-23T23:39:17.130Z[ helios-setup] Feb 23 23:39:16.575 INFO E| Downloaded winnow v0.7.13
33642026-02-23T23:39:17.142Z[ helios-setup] Feb 23 23:39:16.588 INFO E| Downloaded libm v0.2.15
33652026-02-23T23:39:17.157Z[ helios-setup] Feb 23 23:39:16.602 INFO E| Downloaded clap_builder v4.5.51
33662026-02-23T23:39:17.165Z[ helios-setup] Feb 23 23:39:16.611 INFO E| Downloaded hashbrown v0.16.0
33672026-02-23T23:39:17.171Z[ helios-setup] Feb 23 23:39:16.617 INFO E| Downloaded chrono v0.4.42
33682026-02-23T23:39:17.185Z[ helios-setup] Feb 23 23:39:16.631 INFO E| Downloaded unicode-width v0.2.2
33692026-02-23T23:39:17.193Z[ helios-setup] Feb 23 23:39:16.639 INFO E| Downloaded syn v2.0.108
33702026-02-23T23:39:17.218Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33712026-02-23T23:39:17.253Z[ helios-setup] Feb 23 23:39:16.699 INFO E| Downloaded rustix v1.1.2
33722026-02-23T23:39:17.375Z[ helios-setup] Feb 23 23:39:16.820 INFO E| Downloaded tokio v1.48.0
33732026-02-23T23:39:17.431Z[ helios-setup] Feb 23 23:39:16.876 INFO E| Downloaded libc v0.2.177
33742026-02-23T23:39:17.608Z[ helios-setup] Feb 23 23:39:17.053 INFO E| Compiling proc-macro2 v1.0.103
33752026-02-23T23:39:17.617Z[ helios-setup] Feb 23 23:39:17.062 INFO E| Compiling quote v1.0.41
33762026-02-23T23:39:17.617Z[ helios-setup] Feb 23 23:39:17.062 INFO E| Compiling unicode-ident v1.0.22
33772026-02-23T23:39:17.617Z[ helios-setup] Feb 23 23:39:17.062 INFO E| Compiling libc v0.2.177
33782026-02-23T23:39:17.617Z[ helios-setup] Feb 23 23:39:17.062 INFO E| Compiling serde_core v1.0.228
33792026-02-23T23:39:17.617Z[ helios-setup] Feb 23 23:39:17.062 INFO E| Compiling cfg-if v1.0.4
33802026-02-23T23:39:17.617Z[ helios-setup] Feb 23 23:39:17.062 INFO E| Compiling serde v1.0.228
33812026-02-23T23:39:17.617Z[ helios-setup] Feb 23 23:39:17.062 INFO E| Compiling version_check v0.9.5
33822026-02-23T23:39:17.720Z[ host-package] Compiling lalrpop v0.19.12
33832026-02-23T23:39:18.197Z[ helios-setup] Feb 23 23:39:17.641 INFO E| Compiling autocfg v1.5.0
33842026-02-23T23:39:18.318Z[ helios-setup] Feb 23 23:39:17.764 INFO E| Compiling const-oid v0.9.6
33852026-02-23T23:39:18.911Z[ helios-setup] Feb 23 23:39:18.356 INFO E| Compiling typenum v1.19.0
33862026-02-23T23:39:19.245Z[ helios-setup] Feb 23 23:39:18.690 INFO E| Compiling generic-array v0.14.9
33872026-02-23T23:39:19.333Z[ helios-setup] Feb 23 23:39:18.778 INFO E| Compiling libm v0.2.15
33882026-02-23T23:39:19.862Z[ helios-setup] Feb 23 23:39:19.306 INFO E| Compiling num-traits v0.2.19
33892026-02-23T23:39:20.378Z[ helios-setup] Feb 23 23:39:19.822 INFO E| Compiling zerocopy v0.8.27
33902026-02-23T23:39:21.431Z[ host-package] Compiling slog-stdlog v4.1.1
33912026-02-23T23:39:21.450Z[ helios-setup] Feb 23 23:39:20.896 INFO E| Compiling rustversion v1.0.22
33922026-02-23T23:39:21.701Z[ helios-setup] Feb 23 23:39:21.146 INFO E| Compiling base64ct v1.8.0
33932026-02-23T23:39:22.065Z[ helios-setup] Feb 23 23:39:21.511 INFO E| Compiling zeroize v1.8.2
33942026-02-23T23:39:23.031Z[ helios-setup] Feb 23 23:39:22.476 INFO E| Compiling smallvec v1.15.1
33952026-02-23T23:39:23.093Z[ helios-setup] Feb 23 23:39:22.538 INFO E| Compiling pem-rfc7468 v0.7.0
33962026-02-23T23:39:23.335Z[ host-package] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
33972026-02-23T23:39:23.945Z[ helios-setup] Feb 23 23:39:23.389 INFO E| Compiling syn v2.0.108
33982026-02-23T23:39:24.071Z[ helios-setup] Feb 23 23:39:23.516 INFO E| Compiling getrandom v0.2.16
33992026-02-23T23:39:24.182Z[ helios-setup] Feb 23 23:39:23.628 INFO E| Compiling memchr v2.7.6
34002026-02-23T23:39:25.689Z[ helios-setup] Feb 23 23:39:25.135 INFO E| Compiling block-buffer v0.10.4
34012026-02-23T23:39:25.938Z[ helios-setup] Feb 23 23:39:25.383 INFO E| Compiling crypto-common v0.1.6
34022026-02-23T23:39:26.339Z[ helios-setup] Feb 23 23:39:25.784 INFO E| Compiling crc32fast v1.5.0
34032026-02-23T23:39:26.404Z[ helios-setup] Feb 23 23:39:25.849 INFO E| Compiling hashbrown v0.16.0
34042026-02-23T23:39:26.733Z[ helios-setup] Feb 23 23:39:26.179 INFO E| Compiling digest v0.10.7
34052026-02-23T23:39:27.352Z[ helios-setup] Feb 23 23:39:26.797 INFO E| Compiling byteorder v1.5.0
34062026-02-23T23:39:27.695Z[ helios-setup] Feb 23 23:39:27.140 INFO E| Compiling winnow v0.7.13
34072026-02-23T23:39:27.802Z[ helios-setup] Feb 23 23:39:27.247 INFO E| Compiling anyhow v1.0.100
34082026-02-23T23:39:28.403Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
34092026-02-23T23:39:28.450Z[ helios-setup] Feb 23 23:39:27.895 INFO E| Compiling rustix v1.1.2
34102026-02-23T23:39:28.465Z[ host-package] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
34112026-02-23T23:39:28.793Z[ helios-setup] Feb 23 23:39:28.238 INFO E| Compiling equivalent v1.0.2
34122026-02-23T23:39:29.254Z[ helios-setup] Feb 23 23:39:28.700 INFO E| Compiling bitflags v2.10.0
34132026-02-23T23:39:29.321Z[ helios-setup] Feb 23 23:39:28.766 INFO E| Compiling flagset v0.4.7
34142026-02-23T23:39:29.434Z[ helios-setup] Feb 23 23:39:28.879 INFO E| Compiling utf8parse v0.2.2
34152026-02-23T23:39:29.438Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
34162026-02-23T23:39:29.774Z[ helios-setup] Feb 23 23:39:29.219 INFO E| Compiling anstyle-parse v0.2.7
34172026-02-23T23:39:29.909Z[ helios-setup] Feb 23 23:39:29.353 INFO E| Compiling indexmap v2.12.0
34182026-02-23T23:39:30.090Z[ helios-setup] Feb 23 23:39:29.535 INFO E| Compiling rand_core v0.6.4
34192026-02-23T23:39:30.134Z[ host-package] Compiling crc8 v0.1.1
34202026-02-23T23:39:30.668Z[ helios-setup] Feb 23 23:39:30.113 INFO E| Compiling errno v0.3.14
34212026-02-23T23:39:30.770Z[ helios-setup] Feb 23 23:39:30.215 INFO E| Compiling allocator-api2 v0.2.21
34222026-02-23T23:39:30.882Z[ helios-setup] Feb 23 23:39:30.326 INFO E| Compiling find-msvc-tools v0.1.4
34232026-02-23T23:39:30.894Z[ host-package] Compiling slog-envlogger v2.2.0
34242026-02-23T23:39:31.261Z[ helios-setup] Feb 23 23:39:30.706 INFO E| Compiling shlex v1.3.0
34252026-02-23T23:39:31.414Z[ helios-setup] Feb 23 23:39:30.859 INFO E| Compiling is_terminal_polyfill v1.70.2
34262026-02-23T23:39:31.492Z[ helios-setup] Feb 23 23:39:30.937 INFO E| Compiling anstyle-query v1.1.4
34272026-02-23T23:39:31.718Z[ helios-setup] Feb 23 23:39:31.162 INFO E| Compiling colorchoice v1.0.4
34282026-02-23T23:39:31.876Z[ helios-setup] Feb 23 23:39:31.321 INFO E| Compiling anstyle v1.0.13
34292026-02-23T23:39:31.986Z[ helios-setup] Feb 23 23:39:31.431 INFO E| Compiling cpufeatures v0.2.17
34302026-02-23T23:39:32.210Z[ helios-setup] Feb 23 23:39:31.655 INFO E| Compiling syn v1.0.109
34312026-02-23T23:39:32.246Z[ helios-setup] Feb 23 23:39:31.691 INFO E| Compiling radium v0.7.0
34322026-02-23T23:39:32.273Z[ helios-setup] Feb 23 23:39:31.718 INFO E| Compiling toml_datetime v0.7.3
34332026-02-23T23:39:32.390Z[ helios-setup] Feb 23 23:39:31.835 INFO E| Compiling sha2 v0.10.9
34342026-02-23T23:39:32.735Z[ helios-setup] Feb 23 23:39:32.180 INFO E| Compiling anstream v0.6.21
34352026-02-23T23:39:33.349Z[ helios-setup] Feb 23 23:39:32.794 INFO E| Compiling cc v1.2.44
34362026-02-23T23:39:34.729Z[ helios-setup] Feb 23 23:39:34.174 INFO E| Compiling toml_parser v1.0.4
34372026-02-23T23:39:35.603Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
34382026-02-23T23:39:35.796Z[ helios-setup] Feb 23 23:39:35.241 INFO E| Compiling slog v2.8.2
34392026-02-23T23:39:36.072Z[ helios-setup] Feb 23 23:39:35.517 INFO E| Compiling parking_lot_core v0.9.12
34402026-02-23T23:39:36.459Z[ helios-setup] Feb 23 23:39:35.904 INFO E| Compiling unicode-width v0.2.2
34412026-02-23T23:39:36.935Z[ helios-setup] Feb 23 23:39:36.379 INFO E| Compiling toml_edit v0.23.7
34422026-02-23T23:39:37.363Z[ helios-setup] Feb 23 23:39:36.808 INFO E| Compiling maybe-uninit v2.0.0
34432026-02-23T23:39:37.632Z[ helios-setup] Feb 23 23:39:37.077 INFO E| Compiling futures-sink v0.3.31
34442026-02-23T23:39:37.916Z[ helios-setup] Feb 23 23:39:37.357 INFO E| Compiling pkg-config v0.3.32
34452026-02-23T23:39:38.118Z[ host-package] Compiling headers-core v0.3.0
34462026-02-23T23:39:38.153Z[ helios-setup] Feb 23 23:39:37.598 INFO E| Compiling pin-project-lite v0.2.16
34472026-02-23T23:39:38.374Z[ helios-setup] Feb 23 23:39:37.819 INFO E| Compiling futures-core v0.3.31
34482026-02-23T23:39:38.604Z[ helios-setup] Feb 23 23:39:38.049 INFO E| Compiling tap v1.0.1
34492026-02-23T23:39:38.700Z[ helios-setup] Feb 23 23:39:38.145 INFO E| Compiling futures-channel v0.3.31
34502026-02-23T23:39:38.700Z[ helios-setup] Feb 23 23:39:38.145 INFO E| Compiling getopts v0.2.24
34512026-02-23T23:39:38.712Z[ host-package] Compiling libxml v0.3.3
34522026-02-23T23:39:38.821Z[ host-package] Compiling headers v0.4.1
34532026-02-23T23:39:38.915Z[ helios-setup] Feb 23 23:39:38.360 INFO E| Compiling wyz v0.5.1
34542026-02-23T23:39:39.077Z[ helios-setup] Feb 23 23:39:38.521 INFO E| Compiling terminal_size v0.4.3
34552026-02-23T23:39:39.750Z[ helios-setup] Feb 23 23:39:39.195 INFO E| Compiling proc-macro-crate v3.4.0
34562026-02-23T23:39:39.820Z[ helios-setup] Feb 23 23:39:39.265 INFO E| Compiling num-integer v0.1.46
34572026-02-23T23:39:40.216Z[ helios-setup] Feb 23 23:39:39.661 INFO E| Compiling bzip2-sys v0.1.13+1.0.8
34582026-02-23T23:39:40.309Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
34592026-02-23T23:39:40.710Z[ helios-setup] Feb 23 23:39:40.155 INFO E| Compiling ahash v0.8.12
34602026-02-23T23:39:41.012Z[ helios-setup] Feb 23 23:39:40.458 INFO E| Compiling slab v0.4.11
34612026-02-23T23:39:41.743Z[ helios-setup] Feb 23 23:39:41.132 INFO E| Compiling clap_lex v0.7.6
34622026-02-23T23:39:41.780Z[ helios-setup] Feb 23 23:39:41.225 INFO E| Compiling futures-io v0.3.31
34632026-02-23T23:39:41.812Z[ helios-setup] Feb 23 23:39:41.257 INFO E| Compiling strsim v0.11.1
34642026-02-23T23:39:41.900Z[ helios-setup] Feb 23 23:39:41.341 INFO E| Compiling futures-task v0.3.31
34652026-02-23T23:39:42.264Z[ helios-setup] Feb 23 23:39:41.709 INFO E| Compiling spin v0.9.8
34662026-02-23T23:39:42.782Z[ helios-setup] Feb 23 23:39:42.227 INFO E| Compiling packed_struct v0.10.1
34672026-02-23T23:39:42.841Z[ helios-setup] Feb 23 23:39:42.285 INFO E| Compiling num-bigint-dig v0.8.4
34682026-02-23T23:39:42.841Z[ helios-setup] Feb 23 23:39:42.285 INFO E| Compiling itoa v1.0.15
34692026-02-23T23:39:43.070Z[ helios-setup] Feb 23 23:39:42.512 INFO E| Compiling serde_derive v1.0.228
34702026-02-23T23:39:43.394Z[ helios-setup] Feb 23 23:39:42.839 INFO E| Compiling zerocopy-derive v0.8.27
34712026-02-23T23:39:43.715Z[ helios-setup] Feb 23 23:39:43.160 INFO E| Compiling der_derive v0.7.3
34722026-02-23T23:39:43.953Z[ helios-setup] Feb 23 23:39:43.398 INFO E| Compiling futures-macro v0.3.31
34732026-02-23T23:39:44.058Z[ helios-setup] Feb 23 23:39:43.503 INFO E| Compiling funty v2.0.0
34742026-02-23T23:39:44.505Z[ helios-setup] Feb 23 23:39:43.950 INFO E| Compiling num-conv v0.1.0
34752026-02-23T23:39:44.929Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
34762026-02-23T23:39:45.140Z[ helios-setup] Feb 23 23:39:44.582 INFO E| Compiling powerfmt v0.2.0
34772026-02-23T23:39:45.329Z[ helios-setup] Feb 23 23:39:44.774 INFO E| Compiling scopeguard v1.2.0
34782026-02-23T23:39:45.711Z[ helios-setup] Feb 23 23:39:45.156 INFO E| Compiling bytes v1.10.1
34792026-02-23T23:39:45.824Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
34802026-02-23T23:39:46.207Z[ helios-setup] Feb 23 23:39:45.652 INFO E| Compiling thiserror v1.0.69
34812026-02-23T23:39:47.345Z[ host-package] Compiling strum_macros v0.24.3
34822026-02-23T23:39:47.420Z[ host-package] Compiling indoc v1.0.9
34832026-02-23T23:39:47.486Z[ helios-setup] Feb 23 23:39:46.931 INFO E| Compiling getrandom v0.3.4
34842026-02-23T23:39:47.630Z[ helios-setup] Feb 23 23:39:47.075 INFO E| Compiling time-core v0.1.6
34852026-02-23T23:39:48.041Z[ helios-setup] Feb 23 23:39:47.486 INFO E| Compiling der v0.7.10
34862026-02-23T23:39:48.537Z[ helios-setup] Feb 23 23:39:47.981 INFO E| Compiling pin-utils v0.1.0
34872026-02-23T23:39:48.767Z[ helios-setup] Feb 23 23:39:48.212 INFO E| Compiling heck v0.5.0
34882026-02-23T23:39:48.838Z[ helios-setup] Feb 23 23:39:48.282 INFO E| Compiling futures-util v0.3.31
34892026-02-23T23:39:49.749Z[ helios-setup] Feb 23 23:39:49.193 INFO E| Compiling time-macros v0.2.24
34902026-02-23T23:39:49.832Z[ helios-setup] Feb 23 23:39:49.277 INFO E| Compiling clap_derive v4.5.49
34912026-02-23T23:39:50.822Z[ helios-setup] Feb 23 23:39:50.266 INFO E| Compiling bitvec v1.0.1
34922026-02-23T23:39:53.586Z[ helios-setup] Feb 23 23:39:53.031 INFO E| Compiling spki v0.7.3
34932026-02-23T23:39:53.935Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
34942026-02-23T23:39:54.947Z[ helios-setup] Feb 23 23:39:54.390 INFO E| Compiling pkcs8 v0.10.2
34952026-02-23T23:39:54.993Z[ helios-setup] Feb 23 23:39:54.438 INFO E| Compiling packed_struct_codegen v0.10.1
34962026-02-23T23:39:55.032Z[ host-package] Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
34972026-02-23T23:39:55.466Z[ host-package] Compiling samael v0.0.19
34982026-02-23T23:39:58.307Z[ host-package] Compiling polar-core v0.27.3
34992026-02-23T23:39:58.411Z[ helios-setup] Feb 23 23:39:57.856 INFO E| Compiling ppv-lite86 v0.2.21
35002026-02-23T23:39:58.547Z[ helios-setup] Feb 23 23:39:57.991 INFO E| Compiling deranged v0.5.5
35012026-02-23T23:39:58.664Z[ helios-setup] Feb 23 23:39:58.108 INFO E| Compiling lock_api v0.4.14
35022026-02-23T23:39:59.871Z[ helios-setup] Feb 23 23:39:59.316 INFO E| Compiling rand_chacha v0.3.1
35032026-02-23T23:40:00.248Z[ helios-setup] Feb 23 23:39:59.692 INFO E| Compiling erased-serde v0.3.31
35042026-02-23T23:40:00.571Z[ helios-setup] Feb 23 23:40:00.006 INFO E| Compiling num_enum_derive v0.7.5
35052026-02-23T23:40:00.642Z[ helios-setup] Feb 23 23:40:00.087 INFO E| Compiling bitfield-macros v0.19.3
35062026-02-23T23:40:00.719Z[ helios-setup] Feb 23 23:40:00.163 INFO E| Compiling rand v0.8.5
35072026-02-23T23:40:00.840Z[ helios-setup] Feb 23 23:40:00.284 INFO E| Compiling zerocopy-derive v0.6.6
35082026-02-23T23:40:01.265Z[ host-package] Compiling derive_builder v0.20.2
35092026-02-23T23:40:01.565Z[ host-package] Compiling impl-trait-for-tuples v0.2.2
35102026-02-23T23:40:01.760Z[ host-package] Compiling oso-derive v0.27.3
35112026-02-23T23:40:01.946Z[ helios-setup] Feb 23 23:40:01.390 INFO E| Compiling thiserror-impl v1.0.69
35122026-02-23T23:40:02.910Z[ host-package] Compiling quick-xml v0.37.2
35132026-02-23T23:40:03.438Z[ helios-setup] Feb 23 23:40:02.882 INFO E| Compiling lazy_static v1.5.0
35142026-02-23T23:40:03.556Z[ helios-setup] Feb 23 23:40:03.000 INFO E| Compiling clap_builder v4.5.51
35152026-02-23T23:40:03.971Z[ helios-setup] Feb 23 23:40:03.415 INFO E| Compiling num-iter v0.1.45
35162026-02-23T23:40:04.019Z[ host-package] Compiling half v1.8.3
35172026-02-23T23:40:04.793Z[ helios-setup] Feb 23 23:40:04.237 INFO E| Compiling indexmap v1.9.3
35182026-02-23T23:40:04.885Z[ helios-setup] Feb 23 23:40:04.329 INFO E| Compiling log v0.4.28
35192026-02-23T23:40:05.193Z[ helios-setup] Feb 23 23:40:04.637 INFO E| Compiling serde_json v1.0.145
35202026-02-23T23:40:05.787Z[ host-package] Compiling serde_cbor v0.11.2
35212026-02-23T23:40:05.806Z[ helios-setup] Feb 23 23:40:05.250 INFO E| Compiling simd-adler32 v0.3.7
35222026-02-23T23:40:05.851Z[ helios-setup] Feb 23 23:40:05.295 INFO E| Compiling iana-time-zone v0.1.64
35232026-02-23T23:40:06.147Z[ helios-setup] Feb 23 23:40:05.592 INFO E| Compiling adler2 v2.0.1
35242026-02-23T23:40:06.234Z[ helios-setup] Feb 23 23:40:05.678 INFO E| Compiling once_cell v1.21.3
35252026-02-23T23:40:06.307Z[ host-package] Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
35262026-02-23T23:40:06.952Z[ helios-setup] Feb 23 23:40:06.396 INFO E| Compiling thiserror v2.0.17
35272026-02-23T23:40:07.254Z[ helios-setup] Feb 23 23:40:06.698 INFO E| Compiling nodrop v0.1.14
35282026-02-23T23:40:07.393Z[ helios-setup] Feb 23 23:40:06.837 INFO E| Compiling crc-catalog v2.4.0
35292026-02-23T23:40:07.540Z[ helios-setup] Feb 23 23:40:06.984 INFO E| Compiling time v0.3.44
35302026-02-23T23:40:07.697Z[ helios-setup] Feb 23 23:40:07.141 INFO E| Compiling crc v3.3.0
35312026-02-23T23:40:07.738Z[ helios-setup] Feb 23 23:40:07.183 INFO E| Compiling array-init v0.0.4
35322026-02-23T23:40:07.852Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
35332026-02-23T23:40:09.599Z[ helios-setup] Feb 23 23:40:09.043 INFO E| Compiling miniz_oxide v0.8.9
35342026-02-23T23:40:09.735Z[ helios-setup] Feb 23 23:40:09.179 INFO E| Compiling chrono v0.4.42
35352026-02-23T23:40:09.955Z[ helios-setup] Feb 23 23:40:09.399 INFO E| Compiling env_filter v0.1.4
35362026-02-23T23:40:10.115Z[ helios-setup] Feb 23 23:40:09.559 INFO E| Compiling parking_lot v0.12.5
35372026-02-23T23:40:10.174Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
35382026-02-23T23:40:11.846Z[ host-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
35392026-02-23T23:40:12.590Z[ host-package] Compiling diesel-dtrace v0.4.2
35402026-02-23T23:40:12.725Z[ helios-setup] Feb 23 23:40:12.168 INFO E| Compiling num_enum v0.7.5
35412026-02-23T23:40:13.932Z[ helios-setup] Feb 23 23:40:13.376 INFO E| Compiling clap v4.5.51
35422026-02-23T23:40:14.112Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
35432026-02-23T23:40:14.204Z[ helios-setup] Feb 23 23:40:13.648 INFO E| Compiling zerocopy v0.6.6
35442026-02-23T23:40:14.286Z[ helios-setup] Feb 23 23:40:13.730 INFO E| Compiling smallvec v0.6.14
35452026-02-23T23:40:15.685Z[ helios-setup] Feb 23 23:40:15.129 INFO E| Compiling bitfield v0.19.3
35462026-02-23T23:40:15.968Z[ helios-setup] Feb 23 23:40:15.412 INFO E| Compiling futures-executor v0.3.31
35472026-02-23T23:40:16.653Z[ helios-setup] Feb 23 23:40:16.097 INFO E| Compiling toml_datetime v0.6.11
35482026-02-23T23:40:17.502Z[ helios-setup] Feb 23 23:40:16.946 INFO E| Compiling serde_spanned v0.6.9
35492026-02-23T23:40:17.984Z[ helios-setup] Feb 23 23:40:17.428 INFO E| Compiling pkcs1 v0.7.5
35502026-02-23T23:40:18.646Z[ helios-setup] Feb 23 23:40:18.089 INFO E| Compiling tokio-macros v2.6.0
35512026-02-23T23:40:18.916Z[ helios-setup] Feb 23 23:40:18.359 INFO E| Compiling thiserror-impl v2.0.17
35522026-02-23T23:40:19.647Z[ host-package] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
35532026-02-23T23:40:21.743Z[ helios-setup] Feb 23 23:40:21.187 INFO E| Compiling signature v2.2.0
35542026-02-23T23:40:22.719Z[ helios-setup] Feb 23 23:40:22.163 INFO E| Compiling serde_spanned v1.0.3
35552026-02-23T23:40:23.823Z[ helios-setup] Feb 23 23:40:23.266 INFO E| Compiling is-terminal v0.4.17
35562026-02-23T23:40:24.121Z[ helios-setup] Feb 23 23:40:23.564 INFO E| Compiling signal-hook-registry v1.4.6
35572026-02-23T23:40:24.439Z[ helios-setup] Feb 23 23:40:23.882 INFO E| Compiling mio v1.1.0
35582026-02-23T23:40:24.742Z[ helios-setup] Feb 23 23:40:24.185 INFO E| Compiling socket2 v0.6.1
35592026-02-23T23:40:24.824Z[ helios-setup] Feb 23 23:40:24.267 INFO E| Compiling thread_local v1.1.9
35602026-02-23T23:40:24.960Z[ helios-setup] Feb 23 23:40:24.403 INFO E| Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
35612026-02-23T23:40:25.180Z[ helios-setup] Feb 23 23:40:24.623 INFO E| Compiling ryu v1.0.20
35622026-02-23T23:40:25.478Z[ host-package] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
35632026-02-23T23:40:26.563Z[ helios-setup] Feb 23 23:40:26.006 INFO E| Compiling winnow v0.5.40
35642026-02-23T23:40:26.676Z[ helios-setup] Feb 23 23:40:26.120 INFO E| Compiling term v1.2.0
35652026-02-23T23:40:26.873Z[ helios-setup] Feb 23 23:40:26.316 INFO E| Compiling libdevinfo-sys v1.1.0
35662026-02-23T23:40:27.083Z[ helios-setup] Feb 23 23:40:26.526 INFO E| Compiling base64 v0.21.7
35672026-02-23T23:40:27.546Z[ helios-setup] Feb 23 23:40:26.990 INFO E| Compiling subtle v2.6.1
35682026-02-23T23:40:27.550Z[ helios-setup] Feb 23 23:40:26.990 INFO E| Compiling toml_writer v1.0.4
35692026-02-23T23:40:28.630Z[ helios-setup] Feb 23 23:40:28.073 INFO E| Compiling hashbrown v0.12.3
35702026-02-23T23:40:28.683Z[ helios-setup] Feb 23 23:40:28.125 INFO E| Compiling toml v0.9.8
35712026-02-23T23:40:28.860Z[ helios-setup] Feb 23 23:40:28.304 INFO E| Compiling slog-term v2.9.2
35722026-02-23T23:40:29.463Z[ helios-setup] Feb 23 23:40:28.906 INFO E| Compiling rsa v0.9.8
35732026-02-23T23:40:30.618Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
35742026-02-23T23:40:32.848Z[ host-package] Compiling bb8 v0.8.5
35752026-02-23T23:40:34.724Z[ helios-setup] Feb 23 23:40:34.167 INFO E| Compiling toml_edit v0.19.15
35762026-02-23T23:40:34.747Z[ host-package] Compiling trait-variant v0.1.2
35772026-02-23T23:40:35.427Z[ helios-setup] Feb 23 23:40:34.870 INFO E| Compiling ron v0.8.1
35782026-02-23T23:40:35.646Z[ helios-setup] Feb 23 23:40:35.089 INFO E| Compiling devinfo v0.1.0
35792026-02-23T23:40:36.502Z[ helios-setup] Feb 23 23:40:35.945 INFO E| Compiling tokio v1.48.0
35802026-02-23T23:40:37.123Z[ host-package] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
35812026-02-23T23:40:38.817Z[ helios-setup] Feb 23 23:40:38.260 INFO E| Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
35822026-02-23T23:40:41.074Z[ helios-setup] Feb 23 23:40:40.517 INFO E| Compiling uuid v1.18.1
35832026-02-23T23:40:43.591Z[ helios-setup] Feb 23 23:40:43.034 INFO E| Compiling futures v0.3.31
35842026-02-23T23:40:43.943Z[ helios-setup] Feb 23 23:40:43.386 INFO E| Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
35852026-02-23T23:40:44.865Z[ helios-setup] Feb 23 23:40:44.308 INFO E| Compiling serde-hex v0.1.0
35862026-02-23T23:40:46.463Z[ host-package] Compiling oso v0.27.3
35872026-02-23T23:40:46.513Z[ helios-setup] Feb 23 23:40:45.956 INFO E| Compiling bzip2 v0.4.4
35882026-02-23T23:40:47.724Z[ helios-setup] Feb 23 23:40:47.167 INFO E| Compiling flate2 v1.1.5
35892026-02-23T23:40:49.139Z[ helios-setup] Feb 23 23:40:48.582 INFO E| Compiling env_logger v0.11.8
35902026-02-23T23:40:49.176Z[ helios-setup] Feb 23 23:40:48.619 INFO E| Compiling hashbrown v0.13.2
35912026-02-23T23:40:50.362Z[ helios-setup] Feb 23 23:40:49.804 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#8eed23a0)
35922026-02-23T23:40:50.550Z[ host-package] Compiling async-bb8-diesel v0.2.1
35932026-02-23T23:40:52.168Z[ helios-setup] Feb 23 23:40:51.610 INFO E| Compiling x509-cert v0.2.5
35942026-02-23T23:40:52.622Z[ helios-setup] Feb 23 23:40:52.065 INFO E| Compiling bitflags v1.3.2
35952026-02-23T23:40:52.758Z[ host-package] Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
35962026-02-23T23:40:53.190Z[ helios-setup] Feb 23 23:40:52.633 INFO E| Compiling crc-any v2.5.0
35972026-02-23T23:40:54.728Z[ helios-setup] Feb 23 23:40:54.171 INFO E| Compiling rustc-hash v2.1.1
35982026-02-23T23:40:54.949Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
35992026-02-23T23:40:55.118Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
36002026-02-23T23:40:55.201Z[ helios-setup] Feb 23 23:40:54.644 INFO E| Compiling foldhash v0.2.0
36012026-02-23T23:40:56.438Z[ helios-setup] Feb 23 23:40:55.880 INFO E| Compiling hex v0.4.3
36022026-02-23T23:40:56.806Z[ helios-setup] Feb 23 23:40:56.248 INFO E| Compiling iddqd v0.3.14
36032026-02-23T23:40:56.982Z[ helios-setup] Feb 23 23:40:56.425 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
36042026-02-23T23:40:58.259Z[ helios-setup] Feb 23 23:40:57.701 INFO E| Compiling object v0.30.4
36052026-02-23T23:40:59.361Z[ helios-setup] Feb 23 23:40:58.803 INFO E| Compiling zip v0.6.6
36062026-02-23T23:40:59.725Z[ helios-setup] Feb 23 23:40:59.168 INFO E| Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
36072026-02-23T23:41:00.651Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
36082026-02-23T23:41:01.901Z[ host-package] Compiling fxhash v0.2.1
36092026-02-23T23:41:02.779Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
36102026-02-23T23:41:02.812Z[ helios-setup] Feb 23 23:41:02.243 INFO E| Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
36112026-02-23T23:41:03.110Z[ helios-setup] Feb 23 23:41:02.552 INFO E| Compiling toml v0.7.8
36122026-02-23T23:41:04.362Z[ host-package] Compiling typify-impl v0.2.0
36132026-02-23T23:41:04.463Z[ host-package] Compiling kstat-rs v0.2.4
36142026-02-23T23:41:06.098Z[ host-package] Compiling libz-sys v1.1.20
36152026-02-23T23:41:06.156Z[ helios-setup] Feb 23 23:41:05.598 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
36162026-02-23T23:41:06.284Z[ host-package] Compiling nonempty v0.12.0
36172026-02-23T23:41:07.429Z[ host-package] Compiling salty v0.3.0
36182026-02-23T23:41:08.585Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
36192026-02-23T23:41:08.691Z[ helios-setup] Feb 23 23:41:08.132 INFO E| Compiling path-slash v0.1.5
36202026-02-23T23:41:09.291Z[ helios-setup] Feb 23 23:41:08.733 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
36212026-02-23T23:41:09.827Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
36222026-02-23T23:41:09.849Z[ helios-setup] Feb 23 23:41:09.291 INFO E| Compiling pilot-disks v0.1.0 (/work/oxidecomputer/helios/projects/pilot/disks)
36232026-02-23T23:41:15.761Z[ helios-setup] Feb 23 23:41:15.203 INFO E| Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?rev=cec2560e9a0126e9e687d51b385a57891abc87c3#cec2560e)
36242026-02-23T23:41:18.840Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
36252026-02-23T23:41:22.279Z[ host-package] Compiling typify-macro v0.2.0
36262026-02-23T23:41:29.411Z[ host-package] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
36272026-02-23T23:41:34.596Z[ helios-setup] Feb 23 23:41:34.038 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
36282026-02-23T23:41:36.949Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
36292026-02-23T23:41:41.968Z[ host-package] Compiling nanorand v0.7.0
36302026-02-23T23:41:43.312Z[ host-package] Compiling parking_lot_core v0.8.6
36312026-02-23T23:41:43.780Z[ host-package] Compiling mime_guess v2.0.5
36322026-02-23T23:41:44.379Z[ host-package] Compiling flume v0.11.1
36332026-02-23T23:41:45.504Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
36342026-02-23T23:41:45.953Z[ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
36352026-02-23T23:41:52.723Z[ host-package] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
36362026-02-23T23:41:59.139Z[ host-package] Compiling libgit2-sys v0.18.2+1.9.1
36372026-02-23T23:41:59.417Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
36382026-02-23T23:42:05.292Z[ helios-setup] Feb 23 23:42:04.732 INFO E| Finished `release` profile [optimized] target(s) in 2m 50s
36392026-02-23T23:42:05.295Z[ helios-setup] Feb 23 23:42:04.732 INFO E| warning: the following packages contain code that will be rejected by a future version of Rust: num-bigint-dig v0.8.4
36402026-02-23T23:42:05.295Z[ helios-setup] Feb 23 23:42:04.735 INFO E| note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
36412026-02-23T23:42:05.377Z[ helios-setup] Feb 23 23:42:04.817 INFO building project "pilot" ok (171 seconds)
36422026-02-23T23:42:05.380Z[ helios-setup] rm -f helios-build
36432026-02-23T23:42:05.382Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
36442026-02-23T23:42:05.385Z[ helios-setup]
36452026-02-23T23:42:05.385Z[ helios-setup] Setup complete! ./helios-build is now available.
36462026-02-23T23:42:05.388Z[ helios-setup]
36472026-02-23T23:42:05.388Z[ helios-setup]
36482026-02-23T23:42:05.388Z[ helios-setup] real 8:40.278198224
36492026-02-23T23:42:05.388Z[ helios-setup] user 17:02.530616162
36502026-02-23T23:42:05.388Z[ helios-setup] sys 1:58.060174947
36512026-02-23T23:42:05.388Z[ helios-setup] trap 1.241472681
36522026-02-23T23:42:05.388Z[ helios-setup] tflt 5.645083529
36532026-02-23T23:42:05.388Z[ helios-setup] dflt 12.533131906
36542026-02-23T23:42:05.388Z[ helios-setup] kflt 0.000217930
36552026-02-23T23:42:05.388Z[ helios-setup] lock 1:29:39.397225963
36562026-02-23T23:42:05.388Z[ helios-setup] slp 2:19:13.353967685
36572026-02-23T23:42:05.388Z[ helios-setup] lat 18:47.073457599
36582026-02-23T23:42:05.388Z[ helios-setup] stop 2:56.664661943
36592026-02-23T23:42:05.391ZFeb 23 23:42:04.829 INFO [helios-setup] process exited with exit status: 0 (520.281777929s)
36602026-02-23T23:42:05.391ZFeb 23 23:42:04.829 INFO [helios-record] running task
36612026-02-23T23:42:05.391ZFeb 23 23:42:04.829 DEBG running: git -C /work/oxidecomputer/helios/projects/phbl rev-parse --verify HEAD^{commit}
36622026-02-23T23:42:05.395ZFeb 23 23:42:04.835 DEBG process exited with exit status: 0 (5.719592ms)
36632026-02-23T23:42:05.395ZFeb 23 23:42:04.835 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-host-image-builder rev-parse --verify HEAD^{commit}
36642026-02-23T23:42:05.400ZFeb 23 23:42:04.841 DEBG process exited with exit status: 0 (5.657052ms)
36652026-02-23T23:42:05.400ZFeb 23 23:42:04.841 DEBG running: git -C /work/oxidecomputer/helios/projects/pinprick rev-parse --verify HEAD^{commit}
36662026-02-23T23:42:05.405ZFeb 23 23:42:04.846 DEBG process exited with exit status: 0 (5.151225ms)
36672026-02-23T23:42:05.405ZFeb 23 23:42:04.846 DEBG running: git -C /work/oxidecomputer/helios/projects/pilot rev-parse --verify HEAD^{commit}
36682026-02-23T23:42:05.411ZFeb 23 23:42:04.852 DEBG process exited with exit status: 0 (6.020566ms)
36692026-02-23T23:42:05.411ZFeb 23 23:42:04.852 DEBG running: git -C /work/oxidecomputer/helios/projects/chelsio-t6-roms rev-parse --verify HEAD^{commit}
36702026-02-23T23:42:05.417ZFeb 23 23:42:04.857 DEBG process exited with exit status: 0 (5.47051ms)
36712026-02-23T23:42:05.417ZFeb 23 23:42:04.857 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-firmware rev-parse --verify HEAD^{commit}
36722026-02-23T23:42:05.422ZFeb 23 23:42:04.863 DEBG process exited with exit status: 0 (5.615552ms)
36732026-02-23T23:42:05.422ZFeb 23 23:42:04.863 DEBG running: git -C /work/oxidecomputer/helios/projects/image-builder rev-parse --verify HEAD^{commit}
36742026-02-23T23:42:05.428ZFeb 23 23:42:04.869 DEBG process exited with exit status: 0 (6.141308ms)
36752026-02-23T23:42:05.428ZFeb 23 23:42:04.869 DEBG running: git -C /work/oxidecomputer/helios/projects/dmar-report rev-parse --verify HEAD^{commit}
36762026-02-23T23:42:05.434ZFeb 23 23:42:04.875 DEBG process exited with exit status: 0 (5.793743ms)
36772026-02-23T23:42:05.434ZFeb 23 23:42:04.875 DEBG running: git -C /work/oxidecomputer/helios/projects/bootserver rev-parse --verify HEAD^{commit}
36782026-02-23T23:42:05.441ZFeb 23 23:42:04.882 DEBG process exited with exit status: 0 (6.656864ms)
36792026-02-23T23:42:05.444ZFeb 23 23:42:04.882 INFO [helios-record] task succeeded (53.188306ms)
36802026-02-23T23:42:20.468Z[ host-package] Compiling tabled_derive v0.10.0
36812026-02-23T23:42:22.845Z[ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
36822026-02-23T23:42:23.626Z[ host-package] Compiling ignore v0.4.23
36832026-02-23T23:42:23.861Z[ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
36842026-02-23T23:42:25.650Z[ host-package] Compiling papergrid v0.14.0
36852026-02-23T23:42:26.472Z[ host-package] Compiling primeorder v0.13.6
36862026-02-23T23:42:27.140Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
36872026-02-23T23:42:28.852Z[ host-package] Compiling castaway v0.2.3
36882026-02-23T23:42:29.129Z[ host-package] Compiling nibble_vec v0.1.0
36892026-02-23T23:42:29.439Z[ host-package] Compiling atty v0.2.14
36902026-02-23T23:42:29.658Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
36912026-02-23T23:42:29.880Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
36922026-02-23T23:42:30.053Z[ host-package] Compiling http-range v0.1.5
36932026-02-23T23:42:30.281Z[ host-package] Compiling endian-type v0.1.2
36942026-02-23T23:42:30.313Z[ host-package] Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
36952026-02-23T23:42:30.567Z[ host-package] Compiling radix_trie v0.2.1
36962026-02-23T23:42:30.847Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
36972026-02-23T23:42:31.410Z[ host-package] Compiling compact_str v0.8.0
36982026-02-23T23:42:33.909Z[ host-package] Compiling tabled v0.18.0
36992026-02-23T23:42:34.181Z[ host-package] Compiling p384 v0.13.1
37002026-02-23T23:42:37.202Z[ host-package] Compiling globwalk v0.9.1
37012026-02-23T23:42:38.339Z[ host-package] Compiling parking_lot v0.11.2
37022026-02-23T23:42:39.709Z[ host-package] Compiling typify v0.2.0
37032026-02-23T23:42:39.912Z[ host-package] Compiling predicates-tree v1.0.12
37042026-02-23T23:42:40.163Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
37052026-02-23T23:42:40.247Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
37062026-02-23T23:42:40.840Z[ host-package] Compiling unicode-truncate v1.1.0
37072026-02-23T23:42:41.211Z[ host-package] Compiling prefix-trie v0.7.0
37082026-02-23T23:42:42.238Z[ host-package] Compiling lru v0.12.5
37092026-02-23T23:42:42.624Z[ host-package] Compiling vergen-git2 v1.0.7
37102026-02-23T23:42:43.040Z[ host-package] Compiling instability v0.3.2
37112026-02-23T23:42:43.994Z[ host-package] Compiling indoc v2.0.6
37122026-02-23T23:42:44.533Z[ host-package] Compiling cassowary v0.3.0
37132026-02-23T23:42:44.869Z[ host-package] Compiling hickory-server v0.25.2
37142026-02-23T23:42:47.593Z[ host-package] Compiling ratatui v0.29.0
37152026-02-23T23:42:47.926Z[ host-package] Compiling camino-tempfile-ext v0.3.2
37162026-02-23T23:42:49.239Z[ host-package] Compiling progenitor-impl v0.8.0
37172026-02-23T23:42:51.968Z[ host-package] Compiling git2 v0.20.2
37182026-02-23T23:42:52.928Z[ host-package] Compiling hyper-staticfile v0.10.1
37192026-02-23T23:42:54.799Z[ host-package] Compiling sled v0.34.7
37202026-02-23T23:42:56.810Z[ host-package] Compiling hickory-client v0.25.2
37212026-02-23T23:42:59.261Z[ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
37222026-02-23T23:43:00.560Z[ host-package] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
37232026-02-23T23:43:01.806Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37242026-02-23T23:43:03.382Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
37252026-02-23T23:43:06.903Z[ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
37262026-02-23T23:43:09.539Z[ host-package] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
37272026-02-23T23:43:10.007Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
37282026-02-23T23:43:11.851Z[ host-package] Compiling rand_seeder v0.4.0
37292026-02-23T23:43:12.322Z[ host-package] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37302026-02-23T23:43:13.292Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
37312026-02-23T23:43:13.744Z[ host-package] Compiling lzma-sys v0.1.20
37322026-02-23T23:43:14.523Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
37332026-02-23T23:43:14.573Z[ host-package] Compiling corncobs v0.1.4
37342026-02-23T23:43:14.944Z[ host-package] Compiling rustls v0.21.12
37352026-02-23T23:43:15.049Z[ host-package] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37362026-02-23T23:43:15.528Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
37372026-02-23T23:43:15.885Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
37382026-02-23T23:43:16.509Z[ host-package] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
37392026-02-23T23:43:17.003Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
37402026-02-23T23:43:28.653Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37412026-02-23T23:43:30.798Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
37422026-02-23T23:43:31.787Z[ host-package] Compiling progenitor-macro v0.8.0
37432026-02-23T23:43:44.647Z[ host-package] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
37442026-02-23T23:43:44.704Z[ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
37452026-02-23T23:43:49.371Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
37462026-02-23T23:43:49.675Z[ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
37472026-02-23T23:43:49.966Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
37482026-02-23T23:43:50.370Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
37492026-02-23T23:43:50.773Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
37502026-02-23T23:43:51.188Z[ host-package] Compiling progenitor-client v0.8.0
37512026-02-23T23:43:52.162Z[ host-package] Compiling sct v0.7.1
37522026-02-23T23:43:52.687Z[ host-package] Compiling rustls-webpki v0.101.7
37532026-02-23T23:43:56.394Z[ host-package] Compiling heck v0.3.3
37542026-02-23T23:43:56.792Z[ host-package] Compiling secrecy v0.8.0
37552026-02-23T23:43:57.122Z[ host-package] Compiling void v1.0.2
37562026-02-23T23:43:57.369Z[ host-package] Compiling lzss v0.8.2
37572026-02-23T23:43:57.885Z[ host-package] Compiling zone_cfg_derive v0.1.2
37582026-02-23T23:43:59.209Z[ host-package] Compiling progenitor v0.8.0
37592026-02-23T23:43:59.578Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
37602026-02-23T23:44:02.572Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
37612026-02-23T23:44:03.508Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
37622026-02-23T23:44:05.045Z[ host-package] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
37632026-02-23T23:44:09.565Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#88c6684d)
37642026-02-23T23:44:09.996Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37652026-02-23T23:44:11.201Z[ host-package] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
37662026-02-23T23:44:13.164Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
37672026-02-23T23:44:13.589Z[ host-package] Compiling tungstenite v0.23.0
37682026-02-23T23:44:19.061Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
37692026-02-23T23:44:19.148Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
37702026-02-23T23:44:19.461Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
37712026-02-23T23:44:19.533Z[ host-package] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
37722026-02-23T23:44:19.875Z[ host-package] Compiling nix v0.27.1
37732026-02-23T23:44:19.933Z[ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
37742026-02-23T23:44:20.693Z[ host-package] Compiling serde_bytes v0.11.19
37752026-02-23T23:44:21.317Z[ host-package] Compiling number_prefix v0.4.0
37762026-02-23T23:44:21.669Z[ host-package] Compiling base64 v0.13.1
37772026-02-23T23:44:22.368Z[ host-package] Compiling ron v0.7.1
37782026-02-23T23:44:22.473Z[ host-package] Compiling indicatif v0.17.11
37792026-02-23T23:44:22.584Z[ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
37802026-02-23T23:44:24.364Z[ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
37812026-02-23T23:44:25.399Z[ host-package] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
37822026-02-23T23:44:27.452Z[ host-package] Compiling tokio-tungstenite v0.23.1
37832026-02-23T23:44:28.152Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37842026-02-23T23:44:28.901Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#88c6684d)
37852026-02-23T23:44:42.934Z[ host-package] Compiling xz2 v0.1.7
37862026-02-23T23:44:43.616Z[ host-package] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
37872026-02-23T23:44:48.676Z[ host-package] Compiling tokio-rustls v0.24.1
37882026-02-23T23:44:49.215Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
37892026-02-23T23:44:56.163Z[ host-package] Compiling zone v0.1.8
37902026-02-23T23:44:59.405Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
37912026-02-23T23:44:59.541Z[ host-package] Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
37922026-02-23T23:45:04.430Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
37932026-02-23T23:45:05.962Z[ host-package] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
37942026-02-23T23:45:11.786Z[ host-package] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
37952026-02-23T23:45:12.603Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
37962026-02-23T23:45:14.531Z[ host-package] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
37972026-02-23T23:45:15.387Z[ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
37982026-02-23T23:45:25.019Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
37992026-02-23T23:45:29.484Z[ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
38002026-02-23T23:45:36.819Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
38012026-02-23T23:45:38.045Z[ host-package] Compiling rustls-pemfile v1.0.4
38022026-02-23T23:45:38.880Z[ host-package] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
38032026-02-23T23:45:40.243Z[ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
38042026-02-23T23:45:42.950Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
38052026-02-23T23:45:43.338Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
38062026-02-23T23:45:43.373Z[ host-package] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
38072026-02-23T23:45:45.085Z[ host-package] Compiling signal-hook-tokio v0.3.1
38082026-02-23T23:45:45.390Z[ host-package] Compiling twox-hash v2.1.0
38092026-02-23T23:45:45.833Z[ host-package] Compiling yasna v0.5.2
38102026-02-23T23:45:46.453Z[ host-package] Compiling is_ci v1.2.0
38112026-02-23T23:45:46.826Z[ host-package] Compiling supports-color v3.0.2
38122026-02-23T23:45:47.357Z[ host-package] Compiling rcgen v0.12.1
38132026-02-23T23:45:47.928Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
38142026-02-23T23:45:49.445Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38152026-02-23T23:45:58.584Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
38162026-02-23T23:45:59.054Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
38172026-02-23T23:46:04.714Z[ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
38182026-02-23T23:46:26.360Z[ host-package] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
38192026-02-23T23:46:33.552Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
38202026-02-23T23:46:36.261Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
38212026-02-23T23:46:37.723Z[ host-package] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
38222026-02-23T23:46:54.259Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
38232026-02-23T23:46:55.299Z[ host-package] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
38242026-02-23T23:46:56.660Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
38252026-02-23T23:46:57.072Z[ host-package] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
38262026-02-23T23:46:57.489Z[ host-package] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
38272026-02-23T23:46:57.877Z[ host-package] Compiling fatfs v0.3.6
38282026-02-23T23:47:00.742Z[ host-package] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
38292026-02-23T23:47:03.320Z[ host-package] Compiling rtoolbox v0.0.2
38302026-02-23T23:47:03.821Z[ host-package] Compiling subprocess v0.2.9
38312026-02-23T23:47:08.490Z[ host-package] Compiling seq-macro v0.3.6
38322026-02-23T23:47:09.527Z[ host-package] Compiling assert_matches v1.5.0
38332026-02-23T23:47:10.083Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
38342026-02-23T23:47:16.659Z[ host-package] Compiling rpassword v7.4.0
38352026-02-23T23:47:17.222Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
38362026-02-23T23:47:21.554Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
38372026-02-23T23:47:39.599Z[ host-package] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
38382026-02-23T23:47:44.992Z[ host-package] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
38392026-02-23T23:47:45.220Z[ host-package] Compiling tui-tree-widget v0.23.1
38402026-02-23T23:47:45.756Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
38412026-02-23T23:47:51.713Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
38422026-02-23T23:47:52.684Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
38432026-02-23T23:47:56.482Z[ host-package] Compiling uzers v0.12.1
38442026-02-23T23:47:58.659Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
38452026-02-23T23:47:59.809Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
38462026-02-23T23:48:10.488Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
38472026-02-23T23:48:16.296Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
38482026-02-23T23:48:36.988Z[ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
38492026-02-23T23:48:41.682Z[ host-package] Compiling support-bundle-viewer v0.1.2
38502026-02-23T23:48:41.758Z[ host-package] Compiling multimap v0.10.1
38512026-02-23T23:51:11.104Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
38522026-02-24T00:01:57.031Z[ host-package] Finished `release` profile [optimized] target(s) in 26m 47s
38532026-02-24T00:02:57.330ZFeb 24 00:02:56.727 INFO [host-package] process exited with exit status: 0 (1668.14345944s)
38542026-02-24T00:02:57.330ZFeb 24 00:02:56.727 INFO [host-stamp] running task
38552026-02-24T00:02:57.347ZFeb 24 00:02:56.727 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+git408a9bf7d1d
38562026-02-24T00:02:57.347ZFeb 24 00:02:56.727 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
38572026-02-24T00:02:57.347ZFeb 24 00:02:56.728 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+git408a9bf7d1d
38582026-02-24T00:02:57.347ZFeb 24 00:02:56.728 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+git408a9bf7d1d
38592026-02-24T00:02:57.347ZFeb 24 00:02:56.729 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+git408a9bf7d1d
38602026-02-24T00:02:57.347ZFeb 24 00:02:56.729 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+git408a9bf7d1d
38612026-02-24T00:02:57.348ZFeb 24 00:02:56.729 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+git408a9bf7d1d
38622026-02-24T00:02:57.348ZFeb 24 00:02:56.730 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+git408a9bf7d1d
38632026-02-24T00:02:57.348ZFeb 24 00:02:56.730 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+git408a9bf7d1d
38642026-02-24T00:02:57.356Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
38652026-02-24T00:02:57.356Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
38662026-02-24T00:02:57.356Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
38672026-02-24T00:02:57.356Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
38682026-02-24T00:02:57.356Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
38692026-02-24T00:02:57.356Z[stamp-crucible-utils] Logging to: /work/oxidecomputer/omicron/out/LOG
38702026-02-24T00:02:57.356Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
38712026-02-24T00:02:57.356Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
38722026-02-24T00:02:57.356Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
38732026-02-24T00:02:57.357Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
38742026-02-24T00:02:57.357ZFeb 24 00:02:56.751 INFO [stamp-overlay] process exited with exit status: 0 (22.703759ms)
38752026-02-24T00:02:57.363Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
38762026-02-24T00:02:57.377ZFeb 24 00:02:56.765 INFO [stamp-oxlog] process exited with exit status: 0 (38.064524ms)
38772026-02-24T00:02:57.418Z[stamp-crucible-utils] Created: /work/oxidecomputer/omicron/out/versioned/crucible-utils.tar
38782026-02-24T00:02:57.427ZFeb 24 00:02:56.820 INFO [stamp-crucible-utils] process exited with exit status: 0 (91.158218ms)
38792026-02-24T00:02:57.450Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
38802026-02-24T00:02:57.460ZFeb 24 00:02:56.852 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (122.881931ms)
38812026-02-24T00:02:57.639Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
38822026-02-24T00:02:57.648ZFeb 24 00:02:57.033 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (304.718682ms)
38832026-02-24T00:02:58.009Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
38842026-02-24T00:02:58.017ZFeb 24 00:02:57.411 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (682.069068ms)
38852026-02-24T00:02:58.805Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
38862026-02-24T00:02:58.817ZFeb 24 00:02:58.207 INFO [stamp-propolis-server] process exited with exit status: 0 (1.477793441s)
38872026-02-24T00:02:58.953Z[recovery-package] Compiling newtype-uuid v1.3.2
38882026-02-24T00:02:59.257Z[recovery-package] Compiling daft v0.1.4
38892026-02-24T00:02:59.581Z[recovery-package] Compiling iddqd v0.3.16
38902026-02-24T00:03:01.182Z[recovery-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
38912026-02-24T00:03:01.534Z[recovery-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
38922026-02-24T00:03:01.534Z[recovery-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
38932026-02-24T00:03:01.541Z[recovery-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
38942026-02-24T00:03:01.541Z[recovery-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
38952026-02-24T00:03:01.613Z[recovery-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
38962026-02-24T00:03:02.286Z[recovery-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
38972026-02-24T00:03:07.120Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
38982026-02-24T00:03:07.120ZFeb 24 00:03:05.475 INFO [stamp-switch-asic] process exited with exit status: 0 (8.745330241s)
38992026-02-24T00:03:07.120ZFeb 24 00:03:05.475 INFO [host-stamp] task succeeded (8.748002145s)
39002026-02-24T00:03:07.120ZFeb 24 00:03:05.475 INFO [host-proto] running task
39012026-02-24T00:03:07.120ZFeb 24 00:03:06.086 INFO [host-proto] task succeeded (611.101677ms)
39022026-02-24T00:03:07.120ZFeb 24 00:03:06.086 INFO [host-profile] running task
39032026-02-24T00:03:07.120ZFeb 24 00:03:06.086 INFO [host-profile] task succeeded (265.203µs)
39042026-02-24T00:03:07.120ZFeb 24 00:03:06.087 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/.tmpE6HfSF/proto/host/root -N 'ci 408a9bf/${os_short_commit} 2026-02-23 23:33' -s host -B -F 'extra_packages+=/consolidation/oxide/omicron-release-incorporation@19.0.0.0' -p 'helios-dev=file:///work/incorporation.p5p' -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
39052026-02-24T00:03:07.120Z[ host-image] Feb 24 00:03:06.094 INFO Checking files for board 'cosmo-mbist-noaggr'
39062026-02-24T00:03:07.120Z[ host-image] Feb 24 00:03:06.094 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7-mbist-noaggr.toml"
39072026-02-24T00:03:07.120Z[ host-image] Feb 24 00:03:06.094 INFO Checking files for board 'gimlet'
39082026-02-24T00:03:07.120Z[ host-image] Feb 24 00:03:06.094 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
39092026-02-24T00:03:07.120Z[ host-image] Feb 24 00:03:06.094 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml"
39102026-02-24T00:03:07.120Z[ host-image] Feb 24 00:03:06.094 INFO Checking files for board 'cosmo-mbist'
39112026-02-24T00:03:07.120Z[ host-image] Feb 24 00:03:06.094 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7-mbist.toml"
39122026-02-24T00:03:07.120Z[ host-image] Feb 24 00:03:06.094 INFO Checking files for board 'cosmo'
39132026-02-24T00:03:07.121Z[ host-image] Feb 24 00:03:06.094 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
39142026-02-24T00:03:07.121Z[ host-image] Feb 24 00:03:06.094 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7.toml"
39152026-02-24T00:03:07.121Z[ host-image] Feb 24 00:03:06.107 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpE6HfSF/proto/host/root"
39162026-02-24T00:03:07.121Z[ host-image] Feb 24 00:03:06.107 INFO using external package repositories: helios-dev={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/2/dev/ }
39172026-02-24T00:03:07.121Z[ host-image] Feb 24 00:03:06.107 INFO image builder template: ramdisk-01-os...
39182026-02-24T00:03:07.121Z[ host-image] Feb 24 00:03:06.107 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/.tmpE6HfSF/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "publisher_0_name=helios-dev", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@19.0.0.0", "-F", "optever=0.39.455", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
39192026-02-24T00:03:07.121Z[ host-image] Feb 24 00:03:06.125 INFO O| Feb 24 00:03:06.124 INFO CREATE DATASET: rpool/images/build/host/output
39202026-02-24T00:03:07.202Z[ host-image] Feb 24 00:03:06.600 INFO O| Feb 24 00:03:06.600 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-01-os
39212026-02-24T00:03:07.206Z[ host-image] Feb 24 00:03:06.603 INFO O| Feb 24 00:03:06.603 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
39222026-02-24T00:03:07.434Z[ host-image] Feb 24 00:03:06.831 INFO O| Feb 24 00:03:06.831 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-01-os: sync = disabled
39232026-02-24T00:03:07.624Z[ host-image] Feb 24 00:03:06.892 INFO O| Feb 24 00:03:06.891 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-01-os
39242026-02-24T00:03:07.624Z[ host-image] Feb 24 00:03:06.892 INFO O| Feb 24 00:03:06.892 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
39252026-02-24T00:03:07.624Z[ host-image] Feb 24 00:03:06.892 INFO O| Feb 24 00:03:06.892 INFO resetting by removing work dataset: rpool/images/build/host/work/sled/ramdisk
39262026-02-24T00:03:07.624Z[ host-image] Feb 24 00:03:06.892 INFO O| Feb 24 00:03:06.892 INFO DESTROY DATASET: rpool/images/build/host/work/sled/ramdisk
39272026-02-24T00:03:07.624Z[ host-image] Feb 24 00:03:06.898 INFO O| Feb 24 00:03:06.898 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
39282026-02-24T00:03:07.718Z[ host-image] Feb 24 00:03:07.115 INFO O| Feb 24 00:03:07.115 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39292026-02-24T00:03:07.727Z[ host-image] Feb 24 00:03:07.124 INFO O| Feb 24 00:03:07.124 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/sled/ramdisk"]
39302026-02-24T00:03:08.106Z[ host-image] Feb 24 00:03:07.503 INFO O| Feb 24 00:03:07.503 INFO O| Caching catalogs ... Done
39312026-02-24T00:03:08.198Z[ host-image] Feb 24 00:03:07.595 INFO O| Feb 24 00:03:07.595 INFO STEP 0 (pkg_image_create) COMPLETE
39322026-02-24T00:03:08.198Z[ host-image] Feb 24 00:03:07.595 INFO O| Feb 24 00:03:07.595 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39332026-02-24T00:03:08.207Z[ host-image] Feb 24 00:03:07.605 INFO O| Feb 24 00:03:07.604 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "set-publisher", "--no-refresh", "-G", "*", "-g", "file:///work/incorporation.p5p", "-g", "https://pkg.oxide.computer/helios/2/dev/", "helios-dev"]
39342026-02-24T00:03:08.561Z[ host-image] Feb 24 00:03:07.958 INFO O| Feb 24 00:03:07.958 INFO STEP 1 (pkg_set_publisher) COMPLETE
39352026-02-24T00:03:08.561Z[ host-image] Feb 24 00:03:07.958 INFO O| Feb 24 00:03:07.958 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39362026-02-24T00:03:08.561Z[ host-image] Feb 24 00:03:07.958 INFO O| Feb 24 00:03:07.958 INFO skip step because feature "publisher_1_name" is not enabled
39372026-02-24T00:03:08.563Z[ host-image] Feb 24 00:03:07.958 INFO O| Feb 24 00:03:07.958 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39382026-02-24T00:03:08.563Z[ host-image] Feb 24 00:03:07.958 INFO O| Feb 24 00:03:07.958 INFO skip step because feature "publisher_2_name" is not enabled
39392026-02-24T00:03:08.563Z[ host-image] Feb 24 00:03:07.958 INFO O| Feb 24 00:03:07.958 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39402026-02-24T00:03:08.564Z[ host-image] Feb 24 00:03:07.958 INFO O| Feb 24 00:03:07.958 INFO skip step because feature "publisher_3_name" is not enabled
39412026-02-24T00:03:08.564Z[ host-image] Feb 24 00:03:07.958 INFO O| Feb 24 00:03:07.958 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39422026-02-24T00:03:08.904Z[ host-image] Feb 24 00:03:08.301 INFO O| Feb 24 00:03:08.301 INFO variant opensolaris.zone is already global
39432026-02-24T00:03:08.904Z[ host-image] Feb 24 00:03:08.301 INFO O| Feb 24 00:03:08.301 INFO STEP 5 (pkg_change_variant) COMPLETE
39442026-02-24T00:03:08.908Z[ host-image] Feb 24 00:03:08.301 INFO O| Feb 24 00:03:08.301 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39452026-02-24T00:03:09.247Z[ host-image] Feb 24 00:03:08.644 INFO O| Feb 24 00:03:08.644 INFO variant opensolaris.imagetype is full; changing to partial
39462026-02-24T00:03:09.247Z[ host-image] Feb 24 00:03:08.644 INFO O| Feb 24 00:03:08.644 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
39472026-02-24T00:03:12.915Z[recovery-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
39482026-02-24T00:03:12.915Z[recovery-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
39492026-02-24T00:03:12.919Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
39502026-02-24T00:03:12.919Z[recovery-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
39512026-02-24T00:03:19.895Z[recovery-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
39522026-02-24T00:03:20.213Z[recovery-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
39532026-02-24T00:03:21.134Z[recovery-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
39542026-02-24T00:03:21.435Z[recovery-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
39552026-02-24T00:03:23.958Z[recovery-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
39562026-02-24T00:03:26.320Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
39572026-02-24T00:03:43.782Z[ host-image] Feb 24 00:03:43.178 INFO O| Feb 24 00:03:43.178 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
39582026-02-24T00:03:51.053Z[recovery-package] Finished `release` profile [optimized] target(s) in 53.41s
39592026-02-24T00:03:52.928ZFeb 24 00:03:52.323 INFO [recovery-package] process exited with exit status: 0 (55.59576356s)
39602026-02-24T00:03:52.928ZFeb 24 00:03:52.323 INFO [recovery-stamp] running task
39612026-02-24T00:03:52.931ZFeb 24 00:03:52.323 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release
39622026-02-24T00:03:52.931ZFeb 24 00:03:52.323 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+git408a9bf7d1d
39632026-02-24T00:03:52.931ZFeb 24 00:03:52.324 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 19.0.0-0.ci+git408a9bf7d1d
39642026-02-24T00:03:52.940Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
39652026-02-24T00:03:52.943Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
39662026-02-24T00:03:53.040Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
39672026-02-24T00:03:53.045ZFeb 24 00:03:52.441 INFO [stamp-installinator] process exited with exit status: 0 (117.023657ms)
39682026-02-24T00:03:53.128Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
39692026-02-24T00:03:53.131ZFeb 24 00:03:52.528 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (204.263387ms)
39702026-02-24T00:03:53.132ZFeb 24 00:03:52.528 INFO [recovery-stamp] task succeeded (204.526249ms)
39712026-02-24T00:03:53.132ZFeb 24 00:03:52.528 INFO [recovery-proto] running task
39722026-02-24T00:03:53.132ZFeb 24 00:03:52.528 INFO [tuf-stamp] running task
39732026-02-24T00:03:53.135ZFeb 24 00:03:52.528 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+git408a9bf7d1d
39742026-02-24T00:03:53.135ZFeb 24 00:03:52.529 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+git408a9bf7d1d
39752026-02-24T00:03:53.135ZFeb 24 00:03:52.529 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+git408a9bf7d1d
39762026-02-24T00:03:53.135ZFeb 24 00:03:52.529 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+git408a9bf7d1d
39772026-02-24T00:03:53.135ZFeb 24 00:03:52.530 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+git408a9bf7d1d
39782026-02-24T00:03:53.135ZFeb 24 00:03:52.530 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+git408a9bf7d1d
39792026-02-24T00:03:53.140ZFeb 24 00:03:52.532 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+git408a9bf7d1d
39802026-02-24T00:03:53.141ZFeb 24 00:03:52.532 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+git408a9bf7d1d
39812026-02-24T00:03:53.141ZFeb 24 00:03:52.534 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+git408a9bf7d1d
39822026-02-24T00:03:53.141ZFeb 24 00:03:52.534 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+git408a9bf7d1d
39832026-02-24T00:03:53.141ZFeb 24 00:03:52.535 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+git408a9bf7d1d
39842026-02-24T00:03:53.148ZFeb 24 00:03:52.537 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+git408a9bf7d1d
39852026-02-24T00:03:53.148Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
39862026-02-24T00:03:53.151Z[stamp-clickhouse_server] Logging to: /work/oxidecomputer/omicron/out/LOG
39872026-02-24T00:03:53.154Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
39882026-02-24T00:03:53.156Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
39892026-02-24T00:03:53.159Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
39902026-02-24T00:03:53.159Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
39912026-02-24T00:03:53.159Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
39922026-02-24T00:03:53.162Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
39932026-02-24T00:03:53.165Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
39942026-02-24T00:03:53.168Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
39952026-02-24T00:03:53.168Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
39962026-02-24T00:03:53.171Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
39972026-02-24T00:03:53.302ZFeb 24 00:03:52.698 INFO [recovery-proto] task succeeded (170.218694ms)
39982026-02-24T00:03:53.305ZFeb 24 00:03:52.698 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/.tmpE6HfSF/proto/recovery/root -N 'recovery 408a9bf/${os_short_commit} 2026-02-23 23:33' -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/'
39992026-02-24T00:03:53.313Z[ recovery-image] Feb 24 00:03:52.708 INFO Checking files for board 'cosmo-mbist-noaggr'
40002026-02-24T00:03:53.313Z[ recovery-image] Feb 24 00:03:52.709 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7-mbist-noaggr.toml"
40012026-02-24T00:03:53.316Z[ recovery-image] Feb 24 00:03:52.709 INFO Checking files for board 'cosmo'
40022026-02-24T00:03:53.316Z[ recovery-image] Feb 24 00:03:52.709 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
40032026-02-24T00:03:53.316Z[ recovery-image] Feb 24 00:03:52.709 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7.toml"
40042026-02-24T00:03:53.316Z[ recovery-image] Feb 24 00:03:52.709 INFO Checking files for board 'gimlet'
40052026-02-24T00:03:53.316Z[ recovery-image] Feb 24 00:03:52.709 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
40062026-02-24T00:03:53.316Z[ recovery-image] Feb 24 00:03:52.709 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml"
40072026-02-24T00:03:53.316Z[ recovery-image] Feb 24 00:03:52.709 INFO Checking files for board 'cosmo-mbist'
40082026-02-24T00:03:53.316Z[ recovery-image] Feb 24 00:03:52.709 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7-mbist.toml"
40092026-02-24T00:03:53.316Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
40102026-02-24T00:03:53.328Z[ recovery-image] Feb 24 00:03:52.724 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpE6HfSF/proto/recovery/root"
40112026-02-24T00:03:53.328Z[ recovery-image] Feb 24 00:03:52.724 INFO using external package repositories: helios-dev={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/2/dev/ }
40122026-02-24T00:03:53.331Z[ recovery-image] Feb 24 00:03:52.724 INFO image builder template: ramdisk-01-os...
40132026-02-24T00:03:53.331Z[ recovery-image] Feb 24 00:03:52.724 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/.tmpE6HfSF/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
40142026-02-24T00:03:53.355Z[ recovery-image] Feb 24 00:03:52.751 INFO O| Feb 24 00:03:52.751 INFO CREATE DATASET: rpool/images/build/recovery/output
40152026-02-24T00:03:53.358ZFeb 24 00:03:52.751 INFO [stamp-probe] process exited with exit status: 0 (222.139144ms)
40162026-02-24T00:03:53.739Z[ recovery-image] Feb 24 00:03:53.135 INFO O| Feb 24 00:03:53.135 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40172026-02-24T00:03:53.746Z[ recovery-image] Feb 24 00:03:53.142 INFO O| Feb 24 00:03:53.142 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40182026-02-24T00:03:54.202Z[ recovery-image] Feb 24 00:03:53.598 INFO O| Feb 24 00:03:53.598 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-01-os: sync = disabled
40192026-02-24T00:03:54.302Z[ recovery-image] Feb 24 00:03:53.697 INFO O| Feb 24 00:03:53.697 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40202026-02-24T00:03:54.302Z[ recovery-image] Feb 24 00:03:53.698 INFO O| Feb 24 00:03:53.697 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
40212026-02-24T00:03:54.310Z[ recovery-image] Feb 24 00:03:53.698 INFO O| Feb 24 00:03:53.698 INFO resetting by removing work dataset: rpool/images/build/recovery/work/sled/ramdisk
40222026-02-24T00:03:54.310Z[ recovery-image] Feb 24 00:03:53.698 INFO O| Feb 24 00:03:53.698 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/ramdisk
40232026-02-24T00:03:54.312Z[ recovery-image] Feb 24 00:03:53.707 INFO O| Feb 24 00:03:53.707 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
40242026-02-24T00:03:54.456Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
40252026-02-24T00:03:54.495ZFeb 24 00:03:53.891 INFO [stamp-ntp] process exited with exit status: 0 (1.354394324s)
40262026-02-24T00:03:54.625Z[ recovery-image] Feb 24 00:03:54.021 INFO O| Feb 24 00:03:54.021 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40272026-02-24T00:03:54.638Z[ recovery-image] Feb 24 00:03:54.034 INFO O| Feb 24 00:03:54.034 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/sled/ramdisk"]
40282026-02-24T00:03:54.922Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.99s
40292026-02-24T00:03:54.968Z[verify-libraries] Running `target/debug/xtask verify-libraries --release`
40302026-02-24T00:03:55.133Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
40312026-02-24T00:03:55.187ZFeb 24 00:03:54.583 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (2.050590303s)
40322026-02-24T00:03:55.208Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
40332026-02-24T00:03:55.247ZFeb 24 00:03:54.643 INFO [stamp-internal-dns] process exited with exit status: 0 (2.111136993s)
40342026-02-24T00:03:55.404Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
40352026-02-24T00:03:55.437ZFeb 24 00:03:54.832 INFO [stamp-external-dns] process exited with exit status: 0 (2.298679396s)
40362026-02-24T00:03:55.511Z[ recovery-image] Feb 24 00:03:54.906 INFO O| Feb 24 00:03:54.906 INFO O| Caching catalogs ... Done
40372026-02-24T00:03:55.571Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
40382026-02-24T00:03:55.632ZFeb 24 00:03:55.028 INFO [stamp-crucible-zone] process exited with exit status: 0 (2.492650902s)
40392026-02-24T00:03:55.648Z[ recovery-image] Feb 24 00:03:55.044 INFO O| Feb 24 00:03:55.043 INFO STEP 0 (pkg_image_create) COMPLETE
40402026-02-24T00:03:55.648Z[ recovery-image] Feb 24 00:03:55.044 INFO O| Feb 24 00:03:55.043 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40412026-02-24T00:03:55.662Z[ recovery-image] Feb 24 00:03:55.057 INFO O| Feb 24 00:03:55.057 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "set-publisher", "--no-refresh", "-G", "*", "-g", "file:///work/incorporation.p5p", "-g", "https://pkg.oxide.computer/helios/2/dev/", "helios-dev"]
40422026-02-24T00:03:55.807Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
40432026-02-24T00:03:55.858ZFeb 24 00:03:55.254 INFO [stamp-oximeter] process exited with exit status: 0 (2.723889521s)
40442026-02-24T00:03:56.166Z[ recovery-image] Feb 24 00:03:55.561 INFO O| Feb 24 00:03:55.561 INFO STEP 1 (pkg_set_publisher) COMPLETE
40452026-02-24T00:03:56.166Z[ recovery-image] Feb 24 00:03:55.561 INFO O| Feb 24 00:03:55.561 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40462026-02-24T00:03:56.169Z[ recovery-image] Feb 24 00:03:55.561 INFO O| Feb 24 00:03:55.561 INFO skip step because feature "publisher_1_name" is not enabled
40472026-02-24T00:03:56.169Z[ recovery-image] Feb 24 00:03:55.561 INFO O| Feb 24 00:03:55.561 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40482026-02-24T00:03:56.169Z[ recovery-image] Feb 24 00:03:55.561 INFO O| Feb 24 00:03:55.561 INFO skip step because feature "publisher_2_name" is not enabled
40492026-02-24T00:03:56.169Z[ recovery-image] Feb 24 00:03:55.561 INFO O| Feb 24 00:03:55.561 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40502026-02-24T00:03:56.169Z[ recovery-image] Feb 24 00:03:55.561 INFO O| Feb 24 00:03:55.561 INFO skip step because feature "publisher_3_name" is not enabled
40512026-02-24T00:03:56.169Z[ recovery-image] Feb 24 00:03:55.561 INFO O| Feb 24 00:03:55.561 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40522026-02-24T00:03:56.708Z[ recovery-image] Feb 24 00:03:56.104 INFO O| Feb 24 00:03:56.104 INFO variant opensolaris.zone is already global
40532026-02-24T00:03:56.708Z[ recovery-image] Feb 24 00:03:56.104 INFO O| Feb 24 00:03:56.104 INFO STEP 5 (pkg_change_variant) COMPLETE
40542026-02-24T00:03:56.712Z[ recovery-image] Feb 24 00:03:56.104 INFO O| Feb 24 00:03:56.104 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40552026-02-24T00:03:57.230Z[ recovery-image] Feb 24 00:03:56.626 INFO O| Feb 24 00:03:56.625 INFO variant opensolaris.imagetype is full; changing to partial
40562026-02-24T00:03:57.230Z[ recovery-image] Feb 24 00:03:56.626 INFO O| Feb 24 00:03:56.626 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
40572026-02-24T00:03:58.745Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
40582026-02-24T00:03:58.750ZFeb 24 00:03:58.142 INFO [stamp-cockroachdb] process exited with exit status: 0 (5.61296481s)
40592026-02-24T00:03:59.743Z[ host-image] Feb 24 00:03:59.138 INFO O| Feb 24 00:03:59.138 INFO O| Startup: Caching catalogs ... Done
40602026-02-24T00:03:59.872Z[ host-image] Feb 24 00:03:59.267 INFO O| Feb 24 00:03:59.267 INFO O| Planning: Planning completed in 0.00 seconds
40612026-02-24T00:03:59.876Z[ host-image] Feb 24 00:03:59.267 INFO O| Feb 24 00:03:59.267 INFO O| Planning: Consolidating action changes ... Done
40622026-02-24T00:03:59.876Z[ host-image] Feb 24 00:03:59.268 INFO O| Feb 24 00:03:59.268 INFO O| Planning: Evaluating mediators ... Done
40632026-02-24T00:03:59.876Z[ host-image] Feb 24 00:03:59.268 INFO O| Feb 24 00:03:59.268 INFO O| Planning: Planning completed in 0.00 seconds
40642026-02-24T00:03:59.876Z[ host-image] Feb 24 00:03:59.268 INFO O| Feb 24 00:03:59.268 INFO O| Variants/Facets to change: 1
40652026-02-24T00:03:59.885Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
40662026-02-24T00:03:59.890ZFeb 24 00:03:59.285 INFO [stamp-nexus] process exited with exit status: 0 (6.755412521s)
40672026-02-24T00:04:00.975Z[ host-image] Feb 24 00:04:00.371 INFO O| Feb 24 00:04:00.371 INFO O| Done
40682026-02-24T00:04:00.975Z[ host-image] Feb 24 00:04:00.371 INFO O| Feb 24 00:04:00.371 INFO O| Done
40692026-02-24T00:04:02.123Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
40702026-02-24T00:04:02.128ZFeb 24 00:04:01.524 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (8.995773686s)
40712026-02-24T00:04:02.274Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
40722026-02-24T00:04:02.278ZFeb 24 00:04:01.674 INFO [stamp-clickhouse] process exited with exit status: 0 (9.142136605s)
40732026-02-24T00:04:02.515Z[stamp-clickhouse_server] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_server.tar.gz
40742026-02-24T00:04:02.519ZFeb 24 00:04:01.915 INFO [stamp-clickhouse_server] process exited with exit status: 0 (9.385120274s)
40752026-02-24T00:04:02.519ZFeb 24 00:04:01.915 INFO [tuf-stamp] task succeeded (9.387455473s)
40762026-02-24T00:04:02.953Z[ host-image] Feb 24 00:04:02.349 INFO O| Feb 24 00:04:02.349 INFO O| Done
40772026-02-24T00:04:03.069Z[ host-image] Feb 24 00:04:02.464 INFO O| Feb 24 00:04:02.464 INFO O| Done
40782026-02-24T00:04:03.071Z[ host-image] Feb 24 00:04:02.465 INFO O| Feb 24 00:04:02.465 INFO O| Done
40792026-02-24T00:04:03.071Z[ host-image] Feb 24 00:04:02.465 INFO O| Feb 24 00:04:02.465 INFO O| Done
40802026-02-24T00:04:03.072Z[ host-image] Feb 24 00:04:02.466 INFO O| Feb 24 00:04:02.466 INFO O| Done
40812026-02-24T00:04:03.139Z[verify-libraries] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
40822026-02-24T00:04:03.358Z[verify-libraries] Compiling object v0.37.3
40832026-02-24T00:04:03.384Z[verify-libraries] Compiling stacker v0.1.23
40842026-02-24T00:04:03.387Z[verify-libraries] Compiling cfg_aliases v0.1.1
40852026-02-24T00:04:03.431Z[verify-libraries] Compiling home v0.5.9
40862026-02-24T00:04:03.460Z[verify-libraries] Compiling recursive-proc-macro-impl v0.1.1
40872026-02-24T00:04:03.463Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
40882026-02-24T00:04:03.466Z[verify-libraries] Compiling sqlparser_derive v0.5.0
40892026-02-24T00:04:03.764Z[verify-libraries] Compiling nix v0.28.0
40902026-02-24T00:04:03.767Z[verify-libraries] Compiling unicode_categories v0.1.1
40912026-02-24T00:04:04.057Z[verify-libraries] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
40922026-02-24T00:04:04.274Z[verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
40932026-02-24T00:04:04.358Z[verify-libraries] Compiling sqlformat v0.3.5
40942026-02-24T00:04:04.893Z[ host-image] Feb 24 00:04:04.288 INFO O| Feb 24 00:04:04.288 INFO STEP 6 (pkg_change_variant) COMPLETE
40952026-02-24T00:04:04.893Z[ host-image] Feb 24 00:04:04.288 INFO O| Feb 24 00:04:04.288 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40962026-02-24T00:04:04.896Z[ host-image] Feb 24 00:04:04.288 INFO O| Feb 24 00:04:04.288 INFO skip step because feature "debug_variant" is not enabled
40972026-02-24T00:04:04.896Z[ host-image] Feb 24 00:04:04.288 INFO O| Feb 24 00:04:04.288 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40982026-02-24T00:04:04.915Z[verify-libraries] Compiling polyval v0.6.2
40992026-02-24T00:04:04.953Z[verify-libraries] Compiling ctr v0.9.2
41002026-02-24T00:04:05.245Z[verify-libraries] Compiling ssh-encoding v0.2.0
41012026-02-24T00:04:05.456Z[verify-libraries] Compiling ghash v0.5.1
41022026-02-24T00:04:05.590Z[ host-image] Feb 24 00:04:04.985 INFO O| Feb 24 00:04:04.985 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-facet", "openssl.10=false"]
41032026-02-24T00:04:05.642Z[verify-libraries] Compiling blowfish v0.9.1
41042026-02-24T00:04:05.827Z[verify-libraries] Compiling aes-gcm v0.10.3
41052026-02-24T00:04:06.341Z[verify-libraries] Compiling ssh-cipher v0.2.0
41062026-02-24T00:04:06.406Z[verify-libraries] Compiling bcrypt-pbkdf v0.10.0
41072026-02-24T00:04:06.763Z[verify-libraries] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
41082026-02-24T00:04:06.878Z[verify-libraries] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
41092026-02-24T00:04:07.381Z[verify-libraries] Compiling password-hash v0.4.2
41102026-02-24T00:04:07.550Z[verify-libraries] Compiling petname v2.0.2
41112026-02-24T00:04:08.847Z[verify-libraries] Compiling rustyline v14.0.0
41122026-02-24T00:04:10.111Z[verify-libraries] Compiling pbkdf2 v0.11.0
41132026-02-24T00:04:10.416Z[verify-libraries] Compiling ssh-key v0.6.6
41142026-02-24T00:04:10.704Z[verify-libraries] Compiling p256 v0.13.2
41152026-02-24T00:04:10.933Z[verify-libraries] Compiling p521 v0.13.3
41162026-02-24T00:04:12.818Z[verify-libraries] Compiling ar_archive_writer v0.5.1
41172026-02-24T00:04:13.519Z[verify-libraries] Compiling russh-cryptovec v0.7.3
41182026-02-24T00:04:14.410Z[verify-libraries] Compiling md5 v0.7.0
41192026-02-24T00:04:15.069Z[verify-libraries] Compiling russh-keys v0.45.0
41202026-02-24T00:04:15.179Z[verify-libraries] Compiling psm v0.1.30
41212026-02-24T00:04:15.543Z[verify-libraries] Compiling omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
41222026-02-24T00:04:16.025Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
41232026-02-24T00:04:16.719Z[verify-libraries] Compiling num-bigint v0.4.6
41242026-02-24T00:04:17.592Z[verify-libraries] Compiling recursive v0.1.1
41252026-02-24T00:04:17.959Z[verify-libraries] Compiling sqlparser v0.61.0
41262026-02-24T00:04:21.299Z[verify-libraries] Compiling des v0.8.1
41272026-02-24T00:04:21.901Z[verify-libraries] Compiling sapling-renderdag v0.1.0
41282026-02-24T00:04:22.653Z[verify-libraries] Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
41292026-02-24T00:04:23.171Z[verify-libraries] Compiling hex-literal v0.4.1
41302026-02-24T00:04:23.429Z[verify-libraries] Compiling sync-ptr v0.1.4
41312026-02-24T00:04:23.563Z[verify-libraries] Compiling russh v0.45.0
41322026-02-24T00:04:23.606Z[verify-libraries] Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
41332026-02-24T00:04:23.814Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
41342026-02-24T00:04:27.037Z[verify-libraries] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
41352026-02-24T00:04:30.863Z[verify-libraries] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
41362026-02-24T00:04:34.335Z[verify-libraries] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
41372026-02-24T00:04:40.157Z[verify-libraries] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
41382026-02-24T00:04:47.292Z[ recovery-image] Feb 24 00:04:46.686 INFO O| Feb 24 00:04:46.686 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
41392026-02-24T00:04:51.610Z[verify-libraries] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
41402026-02-24T00:05:00.841Z[verify-libraries] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
41412026-02-24T00:05:01.446Z[ host-image] Feb 24 00:05:00.838 INFO O| Feb 24 00:05:00.838 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
41422026-02-24T00:05:09.433Z[verify-libraries] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
41432026-02-24T00:05:11.672Z[ recovery-image] Feb 24 00:05:11.065 INFO O| Feb 24 00:05:11.065 INFO O| Startup: Caching catalogs ... Done
41442026-02-24T00:05:12.317Z[ recovery-image] Feb 24 00:05:11.225 INFO O| Feb 24 00:05:11.225 INFO O| Planning: Planning completed in 0.00 seconds
41452026-02-24T00:05:12.362Z[ recovery-image] Feb 24 00:05:11.226 INFO O| Feb 24 00:05:11.226 INFO O| Planning: Consolidating action changes ... Done
41462026-02-24T00:05:12.362Z[ recovery-image] Feb 24 00:05:11.226 INFO O| Feb 24 00:05:11.226 INFO O| Planning: Evaluating mediators ... Done
41472026-02-24T00:05:12.362Z[ recovery-image] Feb 24 00:05:11.227 INFO O| Feb 24 00:05:11.227 INFO O| Planning: Planning completed in 0.00 seconds
41482026-02-24T00:05:12.362Z[ recovery-image] Feb 24 00:05:11.227 INFO O| Feb 24 00:05:11.227 INFO O| Variants/Facets to change: 1
41492026-02-24T00:05:12.362Z[ recovery-image] Feb 24 00:05:11.293 INFO O| Feb 24 00:05:11.293 INFO O| Done
41502026-02-24T00:05:12.363Z[ recovery-image] Feb 24 00:05:11.293 INFO O| Feb 24 00:05:11.293 INFO O| Done
41512026-02-24T00:05:14.327Z[verify-libraries] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
41522026-02-24T00:05:14.712Z[ recovery-image] Feb 24 00:05:14.104 INFO O| Feb 24 00:05:14.104 INFO O| Done
41532026-02-24T00:05:14.899Z[ recovery-image] Feb 24 00:05:14.292 INFO O| Feb 24 00:05:14.292 INFO O| Done
41542026-02-24T00:05:14.909Z[ recovery-image] Feb 24 00:05:14.293 INFO O| Feb 24 00:05:14.293 INFO O| Done
41552026-02-24T00:05:14.909Z[ recovery-image] Feb 24 00:05:14.294 INFO O| Feb 24 00:05:14.294 INFO O| Done
41562026-02-24T00:05:14.909Z[ recovery-image] Feb 24 00:05:14.295 INFO O| Feb 24 00:05:14.295 INFO O| Done
41572026-02-24T00:05:19.415Z[ recovery-image] Feb 24 00:05:16.475 INFO O| Feb 24 00:05:16.475 INFO STEP 6 (pkg_change_variant) COMPLETE
41582026-02-24T00:05:19.415Z[ recovery-image] Feb 24 00:05:16.475 INFO O| Feb 24 00:05:16.475 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41592026-02-24T00:05:19.415Z[ recovery-image] Feb 24 00:05:16.475 INFO O| Feb 24 00:05:16.475 INFO skip step because feature "debug_variant" is not enabled
41602026-02-24T00:05:19.415Z[ recovery-image] Feb 24 00:05:16.475 INFO O| Feb 24 00:05:16.475 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41612026-02-24T00:05:19.450Z[ recovery-image] Feb 24 00:05:17.217 INFO O| Feb 24 00:05:17.217 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "openssl.10=false"]
41622026-02-24T00:05:19.450Z[verify-libraries] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
41632026-02-24T00:05:24.364Z[verify-libraries] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
41642026-02-24T00:05:25.071Z[ host-image] Feb 24 00:05:24.463 INFO O| Feb 24 00:05:24.463 INFO O| Startup: Caching catalogs ... Done
41652026-02-24T00:05:25.200Z[ host-image] Feb 24 00:05:24.593 INFO O| Feb 24 00:05:24.592 INFO O| Planning: Planning completed in 0.00 seconds
41662026-02-24T00:05:25.203Z[ host-image] Feb 24 00:05:24.594 INFO O| Feb 24 00:05:24.594 INFO O| Planning: Consolidating action changes ... Done
41672026-02-24T00:05:25.203Z[ host-image] Feb 24 00:05:24.594 INFO O| Feb 24 00:05:24.594 INFO O| Planning: Evaluating mediators ... Done
41682026-02-24T00:05:25.203Z[ host-image] Feb 24 00:05:24.594 INFO O| Feb 24 00:05:24.594 INFO O| Planning: Planning completed in 0.00 seconds
41692026-02-24T00:05:25.203Z[ host-image] Feb 24 00:05:24.595 INFO O| Feb 24 00:05:24.595 INFO O| Variants/Facets to change: 1
41702026-02-24T00:05:25.269Z[ host-image] Feb 24 00:05:24.661 INFO O| Feb 24 00:05:24.661 INFO O| Done
41712026-02-24T00:05:25.269Z[ host-image] Feb 24 00:05:24.661 INFO O| Feb 24 00:05:24.661 INFO O| Done
41722026-02-24T00:05:26.416Z[verify-libraries] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
41732026-02-24T00:05:27.919Z[ host-image] Feb 24 00:05:27.312 INFO O| Feb 24 00:05:27.311 INFO O| Done
41742026-02-24T00:05:28.815Z[ host-image] Feb 24 00:05:28.207 INFO O| Feb 24 00:05:28.207 INFO O| Done
41752026-02-24T00:05:28.818Z[ host-image] Feb 24 00:05:28.208 INFO O| Feb 24 00:05:28.208 INFO O| Done
41762026-02-24T00:05:28.818Z[ host-image] Feb 24 00:05:28.209 INFO O| Feb 24 00:05:28.209 INFO O| Done
41772026-02-24T00:05:28.821Z[ host-image] Feb 24 00:05:28.211 INFO O| Feb 24 00:05:28.211 INFO O| Done
41782026-02-24T00:05:30.744Z[ host-image] Feb 24 00:05:30.136 INFO O| Feb 24 00:05:30.136 INFO STEP 8 (pkg_change_facet) COMPLETE
41792026-02-24T00:05:30.747Z[ host-image] Feb 24 00:05:30.136 INFO O| Feb 24 00:05:30.136 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41802026-02-24T00:05:30.747Z[ host-image] Feb 24 00:05:30.136 INFO O| Feb 24 00:05:30.136 INFO skip step because feature "recovery" is not enabled
41812026-02-24T00:05:30.747Z[ host-image] Feb 24 00:05:30.136 INFO O| Feb 24 00:05:30.136 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41822026-02-24T00:05:30.747Z[ host-image] Feb 24 00:05:30.136 INFO O| Feb 24 00:05:30.136 INFO skip step because feature "recovery" is not enabled
41832026-02-24T00:05:30.747Z[ host-image] Feb 24 00:05:30.136 INFO O| Feb 24 00:05:30.136 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41842026-02-24T00:05:30.762Z[ host-image] Feb 24 00:05:30.155 INFO O| Feb 24 00:05:30.155 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"]
41852026-02-24T00:05:40.289Z[verify-libraries] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
41862026-02-24T00:05:48.383Z[verify-libraries] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
41872026-02-24T00:05:50.187Z[verify-libraries] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
41882026-02-24T00:05:53.091Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
41892026-02-24T00:05:53.820Z[verify-libraries] Compiling internet-checksum v0.2.1
41902026-02-24T00:05:54.214Z[verify-libraries] Compiling omicron-zone-package v0.12.2
41912026-02-24T00:06:11.711Z[verify-libraries] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
41922026-02-24T00:06:15.530Z[verify-libraries] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
41932026-02-24T00:06:17.388Z[verify-libraries] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
41942026-02-24T00:06:18.182Z[ recovery-image] Feb 24 00:06:17.573 INFO O| Feb 24 00:06:17.573 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
41952026-02-24T00:06:22.770Z[ host-image] Feb 24 00:06:22.106 INFO O| Feb 24 00:06:22.106 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
41962026-02-24T00:06:24.757Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41972026-02-24T00:06:34.373Z[verify-libraries] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
41982026-02-24T00:06:39.910Z[verify-libraries] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
41992026-02-24T00:06:41.138Z[verify-libraries] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
42002026-02-24T00:06:42.558Z[verify-libraries] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
42012026-02-24T00:06:42.600Z[ recovery-image] Feb 24 00:06:41.983 INFO O| Feb 24 00:06:41.983 INFO O| Startup: Caching catalogs ... Done
42022026-02-24T00:06:42.791Z[ recovery-image] Feb 24 00:06:42.181 INFO O| Feb 24 00:06:42.181 INFO O| Planning: Planning completed in 0.00 seconds
42032026-02-24T00:06:42.794Z[ recovery-image] Feb 24 00:06:42.182 INFO O| Feb 24 00:06:42.182 INFO O| Planning: Consolidating action changes ... Done
42042026-02-24T00:06:42.794Z[ recovery-image] Feb 24 00:06:42.182 INFO O| Feb 24 00:06:42.182 INFO O| Planning: Evaluating mediators ... Done
42052026-02-24T00:06:42.795Z[ recovery-image] Feb 24 00:06:42.183 INFO O| Feb 24 00:06:42.183 INFO O| Planning: Planning completed in 0.00 seconds
42062026-02-24T00:06:42.795Z[ recovery-image] Feb 24 00:06:42.183 INFO O| Feb 24 00:06:42.183 INFO O| Variants/Facets to change: 1
42072026-02-24T00:06:42.857Z[ recovery-image] Feb 24 00:06:42.247 INFO O| Feb 24 00:06:42.247 INFO O| Done
42082026-02-24T00:06:42.860Z[ recovery-image] Feb 24 00:06:42.247 INFO O| Feb 24 00:06:42.247 INFO O| Done
42092026-02-24T00:06:45.715Z[ recovery-image] Feb 24 00:06:45.104 INFO O| Feb 24 00:06:45.104 INFO O| Done
42102026-02-24T00:06:46.003Z[ recovery-image] Feb 24 00:06:45.393 INFO O| Feb 24 00:06:45.393 INFO O| Done
42112026-02-24T00:06:46.006Z[ recovery-image] Feb 24 00:06:45.394 INFO O| Feb 24 00:06:45.394 INFO O| Done
42122026-02-24T00:06:46.007Z[ recovery-image] Feb 24 00:06:45.394 INFO O| Feb 24 00:06:45.394 INFO O| Done
42132026-02-24T00:06:46.007Z[ recovery-image] Feb 24 00:06:45.396 INFO O| Feb 24 00:06:45.396 INFO O| Done
42142026-02-24T00:06:46.799Z[ host-image] Feb 24 00:06:46.189 INFO O| Feb 24 00:06:46.189 INFO O| Startup: Caching catalogs ... Done
42152026-02-24T00:06:48.180Z[ recovery-image] Feb 24 00:06:47.569 INFO O| Feb 24 00:06:47.569 INFO STEP 8 (pkg_change_facet) COMPLETE
42162026-02-24T00:06:48.180Z[ recovery-image] Feb 24 00:06:47.569 INFO O| Feb 24 00:06:47.569 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42172026-02-24T00:06:48.865Z[ recovery-image] Feb 24 00:06:48.254 INFO O| Feb 24 00:06:48.254 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc=false"]
42182026-02-24T00:07:21.897Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
42192026-02-24T00:07:43.784Z[ recovery-image] Feb 24 00:07:43.172 INFO O| Feb 24 00:07:43.172 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
42202026-02-24T00:07:47.813Z[verify-libraries] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
42212026-02-24T00:07:50.948Z[verify-libraries] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
42222026-02-24T00:08:06.075Z[verify-libraries] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
42232026-02-24T00:08:07.465Z[ recovery-image] Feb 24 00:08:06.852 INFO O| Feb 24 00:08:06.852 INFO O| Startup: Caching catalogs ... Done
42242026-02-24T00:08:07.631Z[ recovery-image] Feb 24 00:08:07.018 INFO O| Feb 24 00:08:07.018 INFO O| Planning: Planning completed in 0.00 seconds
42252026-02-24T00:08:07.635Z[ recovery-image] Feb 24 00:08:07.019 INFO O| Feb 24 00:08:07.019 INFO O| Planning: Consolidating action changes ... Done
42262026-02-24T00:08:07.635Z[ recovery-image] Feb 24 00:08:07.020 INFO O| Feb 24 00:08:07.020 INFO O| Planning: Evaluating mediators ... Done
42272026-02-24T00:08:07.635Z[ recovery-image] Feb 24 00:08:07.020 INFO O| Feb 24 00:08:07.020 INFO O| Planning: Planning completed in 0.00 seconds
42282026-02-24T00:08:07.635Z[ recovery-image] Feb 24 00:08:07.021 INFO O| Feb 24 00:08:07.021 INFO O| Variants/Facets to change: 1
42292026-02-24T00:08:07.701Z[ recovery-image] Feb 24 00:08:07.088 INFO O| Feb 24 00:08:07.088 INFO O| Done
42302026-02-24T00:08:07.701Z[ recovery-image] Feb 24 00:08:07.088 INFO O| Feb 24 00:08:07.088 INFO O| Done
42312026-02-24T00:08:10.972Z[ recovery-image] Feb 24 00:08:10.359 INFO O| Feb 24 00:08:10.359 INFO O| Done
42322026-02-24T00:08:11.220Z[ recovery-image] Feb 24 00:08:10.606 INFO O| Feb 24 00:08:10.606 INFO O| Done
42332026-02-24T00:08:11.224Z[ recovery-image] Feb 24 00:08:10.607 INFO O| Feb 24 00:08:10.607 INFO O| Done
42342026-02-24T00:08:11.224Z[ recovery-image] Feb 24 00:08:10.607 INFO O| Feb 24 00:08:10.607 INFO O| Done
42352026-02-24T00:08:11.224Z[ recovery-image] Feb 24 00:08:10.610 INFO O| Feb 24 00:08:10.610 INFO O| Done
42362026-02-24T00:08:13.648Z[ recovery-image] Feb 24 00:08:13.035 INFO O| Feb 24 00:08:13.034 INFO STEP 9 (pkg_change_facet) COMPLETE
42372026-02-24T00:08:13.648Z[ recovery-image] Feb 24 00:08:13.035 INFO O| Feb 24 00:08:13.034 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42382026-02-24T00:08:14.343Z[ recovery-image] Feb 24 00:08:13.729 INFO O| Feb 24 00:08:13.729 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc.man=false"]
42392026-02-24T00:08:24.318Z[verify-libraries] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
42402026-02-24T00:08:27.210Z[verify-libraries] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
42412026-02-24T00:08:46.600Z[verify-libraries] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
42422026-02-24T00:08:48.992Z[verify-libraries] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
42432026-02-24T00:09:06.247Z[verify-libraries] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
42442026-02-24T00:09:10.097Z[ recovery-image] Feb 24 00:09:09.482 INFO O| Feb 24 00:09:09.482 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
42452026-02-24T00:09:16.291Z[verify-libraries] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
42462026-02-24T00:09:34.784Z[verify-libraries] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
42472026-02-24T00:09:34.895Z[ recovery-image] Feb 24 00:09:34.278 INFO O| Feb 24 00:09:34.278 INFO O| Startup: Caching catalogs ... Done
42482026-02-24T00:09:35.045Z[ recovery-image] Feb 24 00:09:34.430 INFO O| Feb 24 00:09:34.429 INFO O| Planning: Planning completed in 0.00 seconds
42492026-02-24T00:09:35.049Z[ recovery-image] Feb 24 00:09:34.431 INFO O| Feb 24 00:09:34.431 INFO O| Planning: Consolidating action changes ... Done
42502026-02-24T00:09:35.049Z[ recovery-image] Feb 24 00:09:34.431 INFO O| Feb 24 00:09:34.431 INFO O| Planning: Evaluating mediators ... Done
42512026-02-24T00:09:35.049Z[ recovery-image] Feb 24 00:09:34.431 INFO O| Feb 24 00:09:34.431 INFO O| Planning: Planning completed in 0.00 seconds
42522026-02-24T00:09:35.049Z[ recovery-image] Feb 24 00:09:34.432 INFO O| Feb 24 00:09:34.432 INFO O| Variants/Facets to change: 1
42532026-02-24T00:09:35.115Z[ recovery-image] Feb 24 00:09:34.499 INFO O| Feb 24 00:09:34.499 INFO O| Done
42542026-02-24T00:09:35.118Z[ recovery-image] Feb 24 00:09:34.499 INFO O| Feb 24 00:09:34.499 INFO O| Done
42552026-02-24T00:09:38.425Z[ recovery-image] Feb 24 00:09:37.809 INFO O| Feb 24 00:09:37.809 INFO O| Done
42562026-02-24T00:09:38.658Z[ recovery-image] Feb 24 00:09:38.042 INFO O| Feb 24 00:09:38.042 INFO O| Done
42572026-02-24T00:09:38.661Z[ recovery-image] Feb 24 00:09:38.043 INFO O| Feb 24 00:09:38.043 INFO O| Done
42582026-02-24T00:09:38.661Z[ recovery-image] Feb 24 00:09:38.043 INFO O| Feb 24 00:09:38.043 INFO O| Done
42592026-02-24T00:09:38.665Z[ recovery-image] Feb 24 00:09:38.046 INFO O| Feb 24 00:09:38.046 INFO O| Done
42602026-02-24T00:09:41.457Z[verify-libraries] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
42612026-02-24T00:09:41.754Z[verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42622026-02-24T00:09:41.782Z[ recovery-image] Feb 24 00:09:41.166 INFO O| Feb 24 00:09:41.166 INFO STEP 10 (pkg_change_facet) COMPLETE
42632026-02-24T00:09:41.782Z[ recovery-image] Feb 24 00:09:41.166 INFO O| Feb 24 00:09:41.166 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42642026-02-24T00:09:41.811Z[ recovery-image] Feb 24 00:09:41.195 INFO O| Feb 24 00:09:41.194 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"]
42652026-02-24T00:09:52.028Z[verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
42662026-02-24T00:10:02.476Z[verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
42672026-02-24T00:10:25.902Z[verify-libraries] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
42682026-02-24T00:10:37.136Z[ recovery-image] Feb 24 00:10:36.518 INFO O| Feb 24 00:10:36.518 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
42692026-02-24T00:10:41.193Z[ host-image] Feb 24 00:10:40.575 INFO O| Feb 24 00:10:40.575 INFO O| Planning: Solver setup ... Done
42702026-02-24T00:10:50.015Z[verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42712026-02-24T00:11:09.777Z[ recovery-image] Feb 24 00:11:09.157 INFO O| Feb 24 00:11:09.157 INFO O| Startup: Caching catalogs ... Done
42722026-02-24T00:11:25.562Z[verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42732026-02-24T00:11:53.002Z[verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
42742026-02-24T00:11:54.777Z[verify-libraries] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
42752026-02-24T00:11:56.191Z[verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
42762026-02-24T00:12:03.330Z[verify-libraries] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
42772026-02-24T00:12:05.739Z[verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
42782026-02-24T00:12:18.756Z[verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42792026-02-24T00:12:20.164Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
42802026-02-24T00:12:57.547Z[verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
42812026-02-24T00:13:11.907Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
42822026-02-24T00:13:13.949Z[verify-libraries] Compiling diff v0.1.13
42832026-02-24T00:13:15.473Z[verify-libraries] Compiling yansi v1.0.1
42842026-02-24T00:13:16.799Z[verify-libraries] Compiling pretty_assertions v1.4.1
42852026-02-24T00:13:18.019Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
42862026-02-24T00:13:47.902Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
42872026-02-24T00:13:48.570Z[verify-libraries] Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
42882026-02-24T00:13:49.167Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
42892026-02-24T00:13:49.772Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
42902026-02-24T00:13:50.432Z[verify-libraries] Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
42912026-02-24T00:13:51.073Z[verify-libraries] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
42922026-02-24T00:14:01.641Z[verify-libraries] Compiling drift v0.1.3
42932026-02-24T00:14:06.401Z[verify-libraries] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
42942026-02-24T00:14:11.597Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
42952026-02-24T00:14:14.423Z[verify-libraries] Compiling dropshot-api-manager v0.3.0
42962026-02-24T00:14:31.008Z[verify-libraries] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
42972026-02-24T00:14:40.746Z[verify-libraries] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
42982026-02-24T00:14:46.623Z[verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
42992026-02-24T00:14:57.078Z[verify-libraries] Compiling trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
43002026-02-24T00:14:58.477Z[ recovery-image] Feb 24 00:14:57.850 INFO O| Feb 24 00:14:57.850 INFO O| Planning: Solver setup ... Done
43012026-02-24T00:15:15.687Z[verify-libraries] Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
43022026-02-24T00:15:24.244Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
43032026-02-24T00:15:34.977Z[verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
43042026-02-24T00:15:47.959Z[verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
43052026-02-24T00:15:48.889Z[verify-libraries] Compiling openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
43062026-02-24T00:15:52.318Z[verify-libraries] Compiling termios v0.3.3
43072026-02-24T00:15:52.934Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
43082026-02-24T00:15:58.724Z[verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
43092026-02-24T00:16:00.447Z[verify-libraries] Compiling omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
43102026-02-24T00:16:22.339Z[verify-libraries] Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
43112026-02-24T00:16:47.194Z[verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
43122026-02-24T00:16:51.425Z[verify-libraries] Compiling tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
43132026-02-24T00:20:41.529Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
43142026-02-24T00:21:05.741Z[verify-libraries] Compiling reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
43152026-02-24T00:21:52.074Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
43162026-02-24T00:22:19.625Z[verify-libraries] Compiling omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
43172026-02-24T00:22:25.612Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
43182026-02-24T00:22:31.381Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
43192026-02-24T00:22:37.601Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
43202026-02-24T00:25:03.813Z[ host-image] Feb 24 00:25:03.165 INFO O| Feb 24 00:25:03.165 INFO O| Planning: Running solver ... Done
43212026-02-24T00:25:05.706Z[ host-image] Feb 24 00:25:05.059 INFO O| Feb 24 00:25:05.058 INFO O| Planning: Finding local manifests ... Done
43222026-02-24T00:25:05.818Z[ host-image] Feb 24 00:25:05.171 INFO O| Feb 24 00:25:05.171 INFO O| Planning: Fetching manifests: 0/126 0% complete
43232026-02-24T00:25:10.944Z[ host-image] Feb 24 00:25:10.297 INFO O| Feb 24 00:25:10.297 INFO O| Planning: Fetching manifests: 101/126 80% complete
43242026-02-24T00:25:12.693Z[ host-image] Feb 24 00:25:12.046 INFO O| Feb 24 00:25:12.045 INFO O| Planning: Fetching manifests: 126/126 100% complete
43252026-02-24T00:25:13.957Z[ host-image] Feb 24 00:25:13.309 INFO O| Feb 24 00:25:13.309 INFO O| Planning: Package planning ... Done
43262026-02-24T00:25:15.366Z[ host-image] Feb 24 00:25:14.718 INFO O| Feb 24 00:25:14.718 INFO O| Planning: Merging actions ... Done
43272026-02-24T00:25:15.751Z[ host-image] Feb 24 00:25:15.103 INFO O| Feb 24 00:25:15.103 INFO O| Planning: Checking for conflicting actions ... Done
43282026-02-24T00:25:16.052Z[ host-image] Feb 24 00:25:15.404 INFO O| Feb 24 00:25:15.404 INFO O| Planning: Consolidating action changes ... Done
43292026-02-24T00:25:16.578Z[ host-image] Feb 24 00:25:15.931 INFO O| Feb 24 00:25:15.931 INFO O| Planning: Evaluating mediators ... Done
43302026-02-24T00:25:23.580Z[ host-image] Feb 24 00:25:22.932 INFO O| Feb 24 00:25:22.932 INFO O| Planning: Planning completed in 1116.59 seconds
43312026-02-24T00:25:23.585Z[ host-image] Feb 24 00:25:22.937 INFO O| Feb 24 00:25:22.937 INFO O| Packages to install: 126
43322026-02-24T00:25:23.588Z[ host-image] Feb 24 00:25:22.937 INFO O| Feb 24 00:25:22.937 INFO O| Mediators to change: 5
43332026-02-24T00:25:23.588Z[ host-image] Feb 24 00:25:22.937 INFO O| Feb 24 00:25:22.937 INFO O| Services to change: 6
43342026-02-24T00:25:23.740Z[ host-image] Feb 24 00:25:23.092 INFO O| Feb 24 00:25:23.092 INFO O| Download: 0/22925 items 0.0/210.6MB 0% complete
43352026-02-24T00:25:28.760Z[ host-image] Feb 24 00:25:28.112 INFO O| Feb 24 00:25:28.112 INFO O| Download: 1566/22925 items 9.7/210.6MB 4% complete (2.0M/s)
43362026-02-24T00:25:33.792Z[ host-image] Feb 24 00:25:33.144 INFO O| Feb 24 00:25:33.144 INFO O| Download: 2095/22925 items 23.5/210.6MB 11% complete (2.4M/s)
43372026-02-24T00:25:38.793Z[ host-image] Feb 24 00:25:38.144 INFO O| Feb 24 00:25:38.144 INFO O| Download: 3042/22925 items 34.1/210.6MB 16% complete (2.4M/s)
43382026-02-24T00:25:43.793Z[ host-image] Feb 24 00:25:43.144 INFO O| Feb 24 00:25:43.144 INFO O| Download: 4503/22925 items 41.7/210.6MB 19% complete (1.8M/s)
43392026-02-24T00:25:48.806Z[ host-image] Feb 24 00:25:48.157 INFO O| Feb 24 00:25:48.157 INFO O| Download: 5399/22925 items 46.5/210.6MB 22% complete (1.2M/s)
43402026-02-24T00:25:54.377Z[ host-image] Feb 24 00:25:53.728 INFO O| Feb 24 00:25:53.728 INFO O| Download: 6841/22925 items 48.3/210.6MB 22% complete (661k/s)
43412026-02-24T00:25:59.377Z[ host-image] Feb 24 00:25:58.728 INFO O| Feb 24 00:25:58.728 INFO O| Download: 8042/22925 items 60.1/210.6MB 28% complete (1.4M/s)
43422026-02-24T00:26:04.382Z[ host-image] Feb 24 00:26:03.733 INFO O| Feb 24 00:26:03.733 INFO O| Download: 8914/22925 items 76.3/210.6MB 36% complete (2.8M/s)
43432026-02-24T00:26:09.387Z[ host-image] Feb 24 00:26:08.737 INFO O| Feb 24 00:26:08.737 INFO O| Download: 10409/22925 items 92.5/210.6MB 43% complete (3.2M/s)
43442026-02-24T00:26:14.412Z[ host-image] Feb 24 00:26:13.762 INFO O| Feb 24 00:26:13.762 INFO O| Download: 11308/22925 items 98.9/210.6MB 46% complete (2.3M/s)
43452026-02-24T00:26:19.413Z[ host-image] Feb 24 00:26:18.763 INFO O| Feb 24 00:26:18.763 INFO O| Download: 12255/22925 items 113.2/210.6MB 53% complete (2.1M/s)
43462026-02-24T00:26:24.432Z[ host-image] Feb 24 00:26:23.782 INFO O| Feb 24 00:26:23.782 INFO O| Download: 13457/22925 items 114.9/210.6MB 54% complete (1.6M/s)
43472026-02-24T00:26:29.721Z[ host-image] Feb 24 00:26:29.070 INFO O| Feb 24 00:26:29.070 INFO O| Download: 14534/22925 items 117.3/210.6MB 55% complete (395k/s)
43482026-02-24T00:26:34.734Z[ host-image] Feb 24 00:26:34.083 INFO O| Feb 24 00:26:34.083 INFO O| Download: 15685/22925 items 130.6/210.6MB 61% complete (1.6M/s)
43492026-02-24T00:26:39.734Z[ host-image] Feb 24 00:26:39.083 INFO O| Feb 24 00:26:39.083 INFO O| Download: 16972/22925 items 146.1/210.6MB 69% complete (2.9M/s)
43502026-02-24T00:26:44.751Z[ host-image] Feb 24 00:26:44.101 INFO O| Feb 24 00:26:44.101 INFO O| Download: 18155/22925 items 167.6/210.6MB 79% complete (3.7M/s)
43512026-02-24T00:26:49.765Z[ host-image] Feb 24 00:26:49.112 INFO O| Feb 24 00:26:49.112 INFO O| Download: 19691/22925 items 173.4/210.6MB 82% complete (2.7M/s)
43522026-02-24T00:26:55.081Z[ host-image] Feb 24 00:26:54.430 INFO O| Feb 24 00:26:54.430 INFO O| Download: 20930/22925 items 182.5/210.6MB 86% complete (1.4M/s)
43532026-02-24T00:27:00.131Z[ host-image] Feb 24 00:26:59.480 INFO O| Feb 24 00:26:59.480 INFO O| Download: 22028/22925 items 203.3/210.6MB 96% complete (2.9M/s)
43542026-02-24T00:27:05.147Z[ host-image] Feb 24 00:27:04.495 INFO O| Feb 24 00:27:04.495 INFO O| Download: 22730/22925 items 210.4/210.6MB 99% complete (2.8M/s)
43552026-02-24T00:27:06.212Z[ host-image] Feb 24 00:27:05.560 INFO O| Feb 24 00:27:05.560 INFO O| Download: Completed 210.65 MB in 102.47 seconds (2.0M/s)
43562026-02-24T00:27:08.063Z[ host-image] Feb 24 00:27:07.412 INFO O| Feb 24 00:27:07.412 INFO O| Actions: 1/50885 actions (Installing new actions)
43572026-02-24T00:27:13.070Z[ host-image] Feb 24 00:27:12.418 INFO O| Feb 24 00:27:12.418 INFO O| Actions: 10688/50885 actions (Installing new actions)
43582026-02-24T00:27:18.071Z[ host-image] Feb 24 00:27:17.418 INFO O| Feb 24 00:27:17.418 INFO O| Actions: 17930/50885 actions (Installing new actions)
43592026-02-24T00:27:23.071Z[ host-image] Feb 24 00:27:22.419 INFO O| Feb 24 00:27:22.418 INFO O| Actions: 24298/50885 actions (Installing new actions)
43602026-02-24T00:27:28.249Z[ host-image] Feb 24 00:27:27.596 INFO O| Feb 24 00:27:27.596 INFO O| Actions: 50329/50885 actions (Installing new actions)
43612026-02-24T00:27:29.603Z[ host-image] Feb 24 00:27:28.950 INFO O| Feb 24 00:27:28.950 INFO O| Actions: Completed 50885 actions in 21.53 seconds.
43622026-02-24T00:27:31.471Z[ host-image] Feb 24 00:27:30.818 INFO O| Feb 24 00:27:30.818 INFO O| Done
43632026-02-24T00:27:31.471Z[ host-image] Feb 24 00:27:30.818 INFO O| Feb 24 00:27:30.818 INFO O| Done
43642026-02-24T00:27:34.792Z[ host-image] Feb 24 00:27:34.140 INFO O| Feb 24 00:27:34.140 INFO O| Done
43652026-02-24T00:27:37.635Z[ host-image] Feb 24 00:27:36.983 INFO O| Feb 24 00:27:36.982 INFO O| Done
43662026-02-24T00:27:37.717Z[ host-image] Feb 24 00:27:37.065 INFO O| Feb 24 00:27:37.065 INFO O| Done
43672026-02-24T00:27:44.745Z[ host-image] Feb 24 00:27:44.090 INFO O| Feb 24 00:27:44.090 INFO O| Done
43682026-02-24T00:27:45.561Z[ host-image] Feb 24 00:27:44.908 INFO O| Feb 24 00:27:44.908 INFO O| Done
43692026-02-24T00:27:50.486Z[ host-image] Feb 24 00:27:49.833 INFO O| Feb 24 00:27:49.832 INFO STEP 11 (pkg_install) COMPLETE
43702026-02-24T00:27:50.486Z[ host-image] Feb 24 00:27:49.833 INFO O| Feb 24 00:27:49.833 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43712026-02-24T00:27:50.520Z[ host-image] Feb 24 00:27:49.867 INFO O| Feb 24 00:27:49.866 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"]
43722026-02-24T00:28:38.607Z[ host-image] Feb 24 00:28:37.951 INFO O| Feb 24 00:28:37.951 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
43732026-02-24T00:28:42.403Z[ recovery-image] Feb 24 00:28:41.743 INFO O| Feb 24 00:28:41.743 INFO O| Planning: Running solver ... Done
43742026-02-24T00:28:44.041Z[ recovery-image] Feb 24 00:28:43.378 INFO O| Feb 24 00:28:43.378 INFO O| Planning: Finding local manifests ... Done
43752026-02-24T00:28:44.078Z[ recovery-image] Feb 24 00:28:43.421 INFO O| Feb 24 00:28:43.421 INFO O| Planning: Fetching manifests: 0/126 0% complete
43762026-02-24T00:28:47.626Z[ recovery-image] Feb 24 00:28:46.971 INFO O| Feb 24 00:28:46.971 INFO O| Planning: Fetching manifests: 126/126 100% complete
43772026-02-24T00:28:48.532Z[ recovery-image] Feb 24 00:28:47.868 INFO O| Feb 24 00:28:47.868 INFO O| Planning: Package planning ... Done
43782026-02-24T00:28:49.158Z[ recovery-image] Feb 24 00:28:48.503 INFO O| Feb 24 00:28:48.503 INFO O| Planning: Merging actions ... Done
43792026-02-24T00:28:49.328Z[ recovery-image] Feb 24 00:28:48.673 INFO O| Feb 24 00:28:48.672 INFO O| Planning: Checking for conflicting actions ... Done
43802026-02-24T00:28:49.404Z[ recovery-image] Feb 24 00:28:48.749 INFO O| Feb 24 00:28:48.749 INFO O| Planning: Consolidating action changes ... Done
43812026-02-24T00:28:49.606Z[ recovery-image] Feb 24 00:28:48.951 INFO O| Feb 24 00:28:48.951 INFO O| Planning: Evaluating mediators ... Done
43822026-02-24T00:28:52.708Z[ recovery-image] Feb 24 00:28:52.052 INFO O| Feb 24 00:28:52.052 INFO O| Planning: Planning completed in 1062.74 seconds
43832026-02-24T00:28:52.717Z[ recovery-image] Feb 24 00:28:52.055 INFO O| Feb 24 00:28:52.055 INFO O| Packages to install: 126
43842026-02-24T00:28:52.717Z[ recovery-image] Feb 24 00:28:52.055 INFO O| Feb 24 00:28:52.055 INFO O| Mediators to change: 5
43852026-02-24T00:28:52.717Z[ recovery-image] Feb 24 00:28:52.055 INFO O| Feb 24 00:28:52.055 INFO O| Services to change: 5
43862026-02-24T00:28:52.763Z[ recovery-image] Feb 24 00:28:52.107 INFO O| Feb 24 00:28:52.107 INFO O| Download: 0/15969 items 0.0/187.3MB 0% complete
43872026-02-24T00:28:53.248Z[ host-image] Feb 24 00:28:52.592 INFO O| Feb 24 00:28:52.592 INFO O| Startup: Caching catalogs ... Done
43882026-02-24T00:29:00.360Z[ recovery-image] Feb 24 00:28:58.073 INFO O| Feb 24 00:28:58.073 INFO O| Download: 1073/15969 items 8.7/187.3MB 4% complete (1.9M/s)
43892026-02-24T00:29:00.659Z[ host-image] Feb 24 00:29:00.004 INFO O| Feb 24 00:29:00.003 INFO O| Planning: Solver setup ... Done
43902026-02-24T00:29:00.667Z[ host-image] Feb 24 00:29:00.011 INFO O| Feb 24 00:29:00.011 INFO O| Planning: Running solver ... Done
43912026-02-24T00:29:00.792Z[ host-image] Feb 24 00:29:00.137 INFO O| Feb 24 00:29:00.137 INFO O| Planning: Finding local manifests ... Done
43922026-02-24T00:29:00.805Z[ host-image] Feb 24 00:29:00.150 INFO O| Feb 24 00:29:00.150 INFO O| Planning: Fetching manifests: 0/6 0% complete
43932026-02-24T00:29:00.848Z[ host-image] Feb 24 00:29:00.193 INFO O| Feb 24 00:29:00.192 INFO O| Planning: Fetching manifests: 6/6 100% complete
43942026-02-24T00:29:00.874Z[ host-image] Feb 24 00:29:00.219 INFO O| Feb 24 00:29:00.219 INFO O| Planning: Package planning ... Done
43952026-02-24T00:29:00.878Z[ host-image] Feb 24 00:29:00.223 INFO O| Feb 24 00:29:00.223 INFO O| Planning: Merging actions ... Done
43962026-02-24T00:29:00.952Z[ host-image] Feb 24 00:29:00.297 INFO O| Feb 24 00:29:00.297 INFO O| Planning: Checking for conflicting actions ... Done
43972026-02-24T00:29:00.956Z[ host-image] Feb 24 00:29:00.298 INFO O| Feb 24 00:29:00.298 INFO O| Planning: Consolidating action changes ... Done
43982026-02-24T00:29:01.139Z[ host-image] Feb 24 00:29:00.483 INFO O| Feb 24 00:29:00.483 INFO O| Planning: Evaluating mediators ... Done
43992026-02-24T00:29:01.142Z[ host-image] Feb 24 00:29:00.485 INFO O| Feb 24 00:29:00.485 INFO O| Planning: Planning completed in 7.78 seconds
44002026-02-24T00:29:01.142Z[ host-image] Feb 24 00:29:00.486 INFO O| Feb 24 00:29:00.486 INFO O| Packages to install: 6
44012026-02-24T00:29:01.142Z[ host-image] Feb 24 00:29:00.486 INFO O| Feb 24 00:29:00.486 INFO O| Services to change: 2
44022026-02-24T00:29:01.160Z[ host-image] Feb 24 00:29:00.505 INFO O| Feb 24 00:29:00.505 INFO O| Download: 0/155 items 0.0/1.7MB 0% complete
44032026-02-24T00:29:03.731Z[ recovery-image] Feb 24 00:29:03.075 INFO O| Feb 24 00:29:03.075 INFO O| Download: 1299/15969 items 19.6/187.3MB 10% complete (1.3M/s)
44042026-02-24T00:29:07.011Z[ host-image] Feb 24 00:29:06.355 INFO O| Feb 24 00:29:06.355 INFO O| Download: 124/155 items 1.4/1.7MB 77% complete (613k/s)
44052026-02-24T00:29:11.402Z[ recovery-image] Feb 24 00:29:10.745 INFO O| Feb 24 00:29:10.745 INFO O| Download: 1321/15969 items 20.2/187.3MB 10% complete (1.3M/s)
44062026-02-24T00:29:12.702Z[ host-image] Feb 24 00:29:12.046 INFO O| Feb 24 00:29:12.046 INFO O| Download: 149/155 items 1.5/1.7MB 87% complete (166k/s)
44072026-02-24T00:29:12.719Z[ host-image] Feb 24 00:29:12.062 INFO O| Feb 24 00:29:12.062 INFO O| Download: Completed 1.75 MB in 11.56 seconds (154k/s)
44082026-02-24T00:29:12.765Z[ host-image] Feb 24 00:29:12.109 INFO O| Feb 24 00:29:12.109 INFO O| Actions: 1/390 actions (Installing new actions)
44092026-02-24T00:29:13.159Z[ host-image] Feb 24 00:29:12.503 INFO O| Feb 24 00:29:12.503 INFO O| Actions: Completed 390 actions in 0.39 seconds.
44102026-02-24T00:29:13.896Z[ host-image] Feb 24 00:29:13.240 INFO O| Feb 24 00:29:13.240 INFO O| Done
44112026-02-24T00:29:13.896Z[ host-image] Feb 24 00:29:13.240 INFO O| Feb 24 00:29:13.240 INFO O| Done
44122026-02-24T00:29:16.139Z[ host-image] Feb 24 00:29:15.483 INFO O| Feb 24 00:29:15.483 INFO O| Done
44132026-02-24T00:29:17.392Z[ recovery-image] Feb 24 00:29:16.736 INFO O| Feb 24 00:29:16.736 INFO O| Download: 1575/15969 items 23.6/187.3MB 12% complete (325k/s)
44142026-02-24T00:29:18.763Z[ host-image] Feb 24 00:29:18.107 INFO O| Feb 24 00:29:18.107 INFO O| Done
44152026-02-24T00:29:18.809Z[ host-image] Feb 24 00:29:18.153 INFO O| Feb 24 00:29:18.153 INFO O| Done
44162026-02-24T00:29:18.813Z[ host-image] Feb 24 00:29:18.154 INFO O| Feb 24 00:29:18.154 INFO O| Done
44172026-02-24T00:29:18.846Z[ host-image] Feb 24 00:29:18.190 INFO O| Feb 24 00:29:18.190 INFO O| Done
44182026-02-24T00:29:20.797Z[ host-image] Feb 24 00:29:20.141 INFO O| Feb 24 00:29:20.141 INFO STEP 12 (pkg_install) COMPLETE
44192026-02-24T00:29:20.797Z[ host-image] Feb 24 00:29:20.141 INFO O| Feb 24 00:29:20.141 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44202026-02-24T00:29:20.812Z[ host-image] Feb 24 00:29:20.155 INFO O| Feb 24 00:29:20.155 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
44212026-02-24T00:29:22.399Z[ recovery-image] Feb 24 00:29:21.743 INFO O| Feb 24 00:29:21.743 INFO O| Download: 1860/15969 items 28.4/187.3MB 15% complete (731k/s)
44222026-02-24T00:29:27.400Z[ recovery-image] Feb 24 00:29:26.743 INFO O| Feb 24 00:29:26.743 INFO O| Download: 2721/15969 items 33.3/187.3MB 17% complete (1001k/s)
44232026-02-24T00:29:32.400Z[ recovery-image] Feb 24 00:29:31.743 INFO O| Feb 24 00:29:31.743 INFO O| Download: 3687/15969 items 39.5/187.3MB 21% complete (1.1M/s)
44242026-02-24T00:29:37.408Z[ recovery-image] Feb 24 00:29:36.751 INFO O| Feb 24 00:29:36.751 INFO O| Download: 4147/15969 items 43.0/187.3MB 22% complete (995k/s)
44252026-02-24T00:29:42.412Z[ recovery-image] Feb 24 00:29:41.754 INFO O| Feb 24 00:29:41.754 INFO O| Download: 4865/15969 items 43.4/187.3MB 23% complete (396k/s)
44262026-02-24T00:29:48.049Z[ recovery-image] Feb 24 00:29:47.392 INFO O| Feb 24 00:29:47.392 INFO O| Download: 5738/15969 items 44.9/187.3MB 23% complete (208k/s)
44272026-02-24T00:29:53.101Z[ recovery-image] Feb 24 00:29:52.443 INFO O| Feb 24 00:29:52.443 INFO O| Download: 6021/15969 items 54.0/187.3MB 28% complete (1.0M/s)
44282026-02-24T00:29:58.232Z[ recovery-image] Feb 24 00:29:57.460 INFO O| Feb 24 00:29:57.460 INFO O| Download: 6226/15969 items 66.0/187.3MB 35% complete (2.0M/s)
44292026-02-24T00:30:03.118Z[ recovery-image] Feb 24 00:30:02.461 INFO O| Feb 24 00:30:02.460 INFO O| Download: 7291/15969 items 78.0/187.3MB 41% complete (2.4M/s)
44302026-02-24T00:30:08.136Z[ recovery-image] Feb 24 00:30:07.478 INFO O| Feb 24 00:30:07.478 INFO O| Download: 7823/15969 items 79.1/187.3MB 42% complete (1.4M/s)
44312026-02-24T00:30:10.936Z[ host-image] Feb 24 00:30:10.278 INFO O| Feb 24 00:30:10.278 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
44322026-02-24T00:30:13.817Z[ recovery-image] Feb 24 00:30:13.157 INFO O| Feb 24 00:30:13.157 INFO O| Download: 8002/15969 items 82.2/187.3MB 43% complete (455k/s)
44332026-02-24T00:30:19.476Z[ recovery-image] Feb 24 00:30:18.818 INFO O| Feb 24 00:30:18.818 INFO O| Download: 8754/15969 items 87.9/187.3MB 46% complete (775k/s)
44342026-02-24T00:30:24.505Z[ recovery-image] Feb 24 00:30:23.847 INFO O| Feb 24 00:30:23.846 INFO O| Download: 9013/15969 items 97.4/187.3MB 52% complete (1.6M/s)
44352026-02-24T00:30:29.518Z[ recovery-image] Feb 24 00:30:28.859 INFO O| Feb 24 00:30:28.859 INFO O| Download: 10298/15969 items 98.1/187.3MB 52% complete (1.0M/s)
44362026-02-24T00:30:32.888Z[ host-image] Feb 24 00:30:32.229 INFO O| Feb 24 00:30:32.229 INFO O| Startup: Caching catalogs ... Done
44372026-02-24T00:30:34.781Z[ recovery-image] Feb 24 00:30:34.121 INFO O| Feb 24 00:30:34.121 INFO O| Download: 10612/15969 items 98.3/187.3MB 52% complete (96.1k/s)
44382026-02-24T00:30:39.819Z[ recovery-image] Feb 24 00:30:39.161 INFO O| Feb 24 00:30:39.160 INFO O| Download: 11074/15969 items 99.5/187.3MB 53% complete (134k/s)
44392026-02-24T00:30:42.637Z[ host-image] Feb 24 00:30:41.978 INFO O| Feb 24 00:30:41.978 INFO O| Planning: Solver setup ... Done
44402026-02-24T00:30:42.651Z[ host-image] Feb 24 00:30:41.993 INFO O| Feb 24 00:30:41.992 INFO O| Planning: Running solver ... Done
44412026-02-24T00:30:42.854Z[ host-image] Feb 24 00:30:42.195 INFO O| Feb 24 00:30:42.195 INFO O| Planning: Finding local manifests ... Done
44422026-02-24T00:30:42.962Z[ host-image] Feb 24 00:30:42.303 INFO O| Feb 24 00:30:42.302 INFO O| Planning: Fetching manifests: 0/6 0% complete
44432026-02-24T00:30:43.217Z[ host-image] Feb 24 00:30:42.558 INFO O| Feb 24 00:30:42.558 INFO O| Planning: Fetching manifests: 6/6 100% complete
44442026-02-24T00:30:43.279Z[ host-image] Feb 24 00:30:42.620 INFO O| Feb 24 00:30:42.620 INFO O| Planning: Package planning ... Done
44452026-02-24T00:30:43.311Z[ host-image] Feb 24 00:30:42.652 INFO O| Feb 24 00:30:42.652 INFO O| Planning: Merging actions ... Done
44462026-02-24T00:30:43.418Z[ host-image] Feb 24 00:30:42.759 INFO O| Feb 24 00:30:42.759 INFO O| Planning: Checking for conflicting actions ... Done
44472026-02-24T00:30:43.424Z[ host-image] Feb 24 00:30:42.766 INFO O| Feb 24 00:30:42.766 INFO O| Planning: Consolidating action changes ... Done
44482026-02-24T00:30:43.788Z[ host-image] Feb 24 00:30:43.129 INFO O| Feb 24 00:30:43.128 INFO O| Planning: Evaluating mediators ... Done
44492026-02-24T00:30:43.793Z[ host-image] Feb 24 00:30:43.134 INFO O| Feb 24 00:30:43.134 INFO O| Planning: Planning completed in 10.73 seconds
44502026-02-24T00:30:43.796Z[ host-image] Feb 24 00:30:43.135 INFO O| Feb 24 00:30:43.135 INFO O| Packages to install: 6
44512026-02-24T00:30:43.796Z[ host-image] Feb 24 00:30:43.135 INFO O| Feb 24 00:30:43.135 INFO O| Mediators to change: 1
44522026-02-24T00:30:43.796Z[ host-image] Feb 24 00:30:43.135 INFO O| Feb 24 00:30:43.135 INFO O| Services to change: 1
44532026-02-24T00:30:43.824Z[ host-image] Feb 24 00:30:43.165 INFO O| Feb 24 00:30:43.165 INFO O| Download: 0/1140 items 0.0/7.7MB 0% complete
44542026-02-24T00:30:44.821Z[ recovery-image] Feb 24 00:30:44.162 INFO O| Feb 24 00:30:44.162 INFO O| Download: 11257/15969 items 106.4/187.3MB 56% complete (786k/s)
44552026-02-24T00:30:49.263Z[ host-image] Feb 24 00:30:48.603 INFO O| Feb 24 00:30:48.603 INFO O| Download: 248/1140 items 1.6/7.7MB 20% complete (336k/s)
44562026-02-24T00:30:51.553Z[ recovery-image] Feb 24 00:30:50.893 INFO O| Feb 24 00:30:50.893 INFO O| Download: 11499/15969 items 112.2/187.3MB 59% complete (1.3M/s)
44572026-02-24T00:30:54.278Z[ host-image] Feb 24 00:30:53.618 INFO O| Feb 24 00:30:53.618 INFO O| Download: 761/1140 items 2.9/7.7MB 37% complete (275k/s)
44582026-02-24T00:30:56.561Z[ recovery-image] Feb 24 00:30:55.901 INFO O| Feb 24 00:30:55.901 INFO O| Download: 11997/15969 items 133.6/187.3MB 71% complete (2.4M/s)
44592026-02-24T00:30:57.285Z[ host-image] Feb 24 00:30:56.625 INFO O| Feb 24 00:30:56.625 INFO O| Download: Completed 7.71 MB in 13.46 seconds (586k/s)
44602026-02-24T00:30:57.444Z[ host-image] Feb 24 00:30:56.784 INFO O| Feb 24 00:30:56.784 INFO O| Actions: 1/1361 actions (Installing new actions)
44612026-02-24T00:30:58.092Z[ host-image] Feb 24 00:30:57.433 INFO O| Feb 24 00:30:57.433 INFO O| Actions: Completed 1361 actions in 0.65 seconds.
44622026-02-24T00:30:58.829Z[ host-image] Feb 24 00:30:58.169 INFO O| Feb 24 00:30:58.169 INFO O| Done
44632026-02-24T00:30:58.832Z[ host-image] Feb 24 00:30:58.169 INFO O| Feb 24 00:30:58.169 INFO O| Done
44642026-02-24T00:31:01.538Z[ host-image] Feb 24 00:31:00.878 INFO O| Feb 24 00:31:00.878 INFO O| Done
44652026-02-24T00:31:01.577Z[ recovery-image] Feb 24 00:31:00.917 INFO O| Feb 24 00:31:00.917 INFO O| Download: 12945/15969 items 148.4/187.3MB 79% complete (3.7M/s)
44662026-02-24T00:31:04.362Z[ host-image] Feb 24 00:31:03.702 INFO O| Feb 24 00:31:03.702 INFO O| Done
44672026-02-24T00:31:04.409Z[ host-image] Feb 24 00:31:03.750 INFO O| Feb 24 00:31:03.750 INFO O| Done
44682026-02-24T00:31:04.413Z[ host-image] Feb 24 00:31:03.750 INFO O| Feb 24 00:31:03.750 INFO O| Done
44692026-02-24T00:31:04.504Z[ host-image] Feb 24 00:31:03.845 INFO O| Feb 24 00:31:03.845 INFO O| Done
44702026-02-24T00:31:06.583Z[ recovery-image] Feb 24 00:31:05.923 INFO O| Feb 24 00:31:05.923 INFO O| Download: 13782/15969 items 151.7/187.3MB 81% complete (1.9M/s)
44712026-02-24T00:31:06.703Z[ host-image] Feb 24 00:31:06.043 INFO O| Feb 24 00:31:06.043 INFO STEP 13 (pkg_install) COMPLETE
44722026-02-24T00:31:06.703Z[ host-image] Feb 24 00:31:06.043 INFO O| Feb 24 00:31:06.043 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44732026-02-24T00:31:06.719Z[ host-image] Feb 24 00:31:06.059 INFO O| Feb 24 00:31:06.059 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/driver/network/opte@0.39.455"]
44742026-02-24T00:31:11.584Z[ recovery-image] Feb 24 00:31:10.924 INFO O| Feb 24 00:31:10.924 INFO O| Download: 14648/15969 items 155.5/187.3MB 83% complete (729k/s)
44752026-02-24T00:31:17.658Z[ recovery-image] Feb 24 00:31:16.997 INFO O| Feb 24 00:31:16.997 INFO O| Download: 14843/15969 items 161.7/187.3MB 86% complete (978k/s)
44762026-02-24T00:31:22.781Z[ recovery-image] Feb 24 00:31:22.120 INFO O| Feb 24 00:31:22.120 INFO O| Download: 15620/15969 items 178.2/187.3MB 95% complete (2.2M/s)
44772026-02-24T00:31:27.785Z[ recovery-image] Feb 24 00:31:27.125 INFO O| Feb 24 00:31:27.124 INFO O| Download: 15740/15969 items 181.9/187.3MB 97% complete (2.1M/s)
44782026-02-24T00:31:31.721Z[ recovery-image] Feb 24 00:31:31.060 INFO O| Feb 24 00:31:31.060 INFO O| Download: Completed 187.26 MB in 158.95 seconds (1.2M/s)
44792026-02-24T00:31:32.750Z[ recovery-image] Feb 24 00:31:32.090 INFO O| Feb 24 00:31:32.089 INFO O| Actions: 1/26357 actions (Installing new actions)
44802026-02-24T00:31:37.751Z[ recovery-image] Feb 24 00:31:37.090 INFO O| Feb 24 00:31:37.090 INFO O| Actions: 9876/26357 actions (Installing new actions)
44812026-02-24T00:31:42.751Z[ recovery-image] Feb 24 00:31:42.090 INFO O| Feb 24 00:31:42.090 INFO O| Actions: 17255/26357 actions (Installing new actions)
44822026-02-24T00:31:47.531Z[ recovery-image] Feb 24 00:31:46.869 INFO O| Feb 24 00:31:46.869 INFO O| Actions: Completed 26357 actions in 14.78 seconds.
44832026-02-24T00:31:48.580Z[ recovery-image] Feb 24 00:31:47.914 INFO O| Feb 24 00:31:47.914 INFO O| Done
44842026-02-24T00:31:48.580Z[ recovery-image] Feb 24 00:31:47.914 INFO O| Feb 24 00:31:47.914 INFO O| Done
44852026-02-24T00:31:52.418Z[ recovery-image] Feb 24 00:31:51.756 INFO O| Feb 24 00:31:51.756 INFO O| Done
44862026-02-24T00:31:54.785Z[ recovery-image] Feb 24 00:31:54.123 INFO O| Feb 24 00:31:54.123 INFO O| Done
44872026-02-24T00:31:54.807Z[ recovery-image] Feb 24 00:31:54.145 INFO O| Feb 24 00:31:54.145 INFO O| Done
44882026-02-24T00:31:57.926Z[ host-image] Feb 24 00:31:57.263 INFO O| Feb 24 00:31:57.263 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
44892026-02-24T00:31:59.314Z[ recovery-image] Feb 24 00:31:58.652 INFO O| Feb 24 00:31:58.652 INFO O| Done
44902026-02-24T00:31:59.939Z[ recovery-image] Feb 24 00:31:59.267 INFO O| Feb 24 00:31:59.267 INFO O| Done
44912026-02-24T00:32:03.653Z[ recovery-image] Feb 24 00:32:02.991 INFO O| Feb 24 00:32:02.991 INFO STEP 11 (pkg_install) COMPLETE
44922026-02-24T00:32:03.653Z[ recovery-image] Feb 24 00:32:02.991 INFO O| Feb 24 00:32:02.991 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44932026-02-24T00:32:03.671Z[ recovery-image] Feb 24 00:32:02.991 INFO O| Feb 24 00:32:02.991 INFO skip step because feature "recovery" is enabled
44942026-02-24T00:32:03.671Z[ recovery-image] Feb 24 00:32:02.991 INFO O| Feb 24 00:32:02.991 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44952026-02-24T00:32:03.671Z[ recovery-image] Feb 24 00:32:02.991 INFO O| Feb 24 00:32:02.991 INFO skip step because feature "omicron1" is not enabled
44962026-02-24T00:32:03.671Z[ recovery-image] Feb 24 00:32:02.991 INFO O| Feb 24 00:32:02.991 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44972026-02-24T00:32:03.672Z[ recovery-image] Feb 24 00:32:03.007 INFO O| Feb 24 00:32:03.007 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "install", "/driver/network/opte@0.39.455"]
44982026-02-24T00:32:20.237Z[ host-image] Feb 24 00:32:19.575 INFO O| Feb 24 00:32:19.575 INFO O| Startup: Caching catalogs ... Done
44992026-02-24T00:32:29.402Z[ host-image] Feb 24 00:32:28.739 INFO O| Feb 24 00:32:28.739 INFO O| Planning: Solver setup ... Done
45002026-02-24T00:32:29.415Z[ host-image] Feb 24 00:32:28.752 INFO O| Feb 24 00:32:28.752 INFO O| Planning: Running solver ... Done
45012026-02-24T00:32:29.579Z[ host-image] Feb 24 00:32:28.916 INFO O| Feb 24 00:32:28.916 INFO O| Planning: Finding local manifests ... Done
45022026-02-24T00:32:29.596Z[ host-image] Feb 24 00:32:28.934 INFO O| Feb 24 00:32:28.934 INFO O| Planning: Fetching manifests: 0/1 0% complete
45032026-02-24T00:32:29.603Z[ host-image] Feb 24 00:32:28.941 INFO O| Feb 24 00:32:28.941 INFO O| Planning: Fetching manifests: 1/1 100% complete
45042026-02-24T00:32:29.633Z[ host-image] Feb 24 00:32:28.971 INFO O| Feb 24 00:32:28.971 INFO O| Planning: Package planning ... Done
45052026-02-24T00:32:29.636Z[ host-image] Feb 24 00:32:28.972 INFO O| Feb 24 00:32:28.972 INFO O| Planning: Merging actions ... Done
45062026-02-24T00:32:29.738Z[ host-image] Feb 24 00:32:29.075 INFO O| Feb 24 00:32:29.075 INFO O| Planning: Checking for conflicting actions ... Done
45072026-02-24T00:32:29.742Z[ host-image] Feb 24 00:32:29.076 INFO O| Feb 24 00:32:29.076 INFO O| Planning: Consolidating action changes ... Done
45082026-02-24T00:32:30.092Z[ host-image] Feb 24 00:32:29.429 INFO O| Feb 24 00:32:29.429 INFO O| Planning: Evaluating mediators ... Done
45092026-02-24T00:32:30.098Z[ host-image] Feb 24 00:32:29.430 INFO O| Feb 24 00:32:29.430 INFO O| Planning: Planning completed in 9.71 seconds
45102026-02-24T00:32:30.098Z[ host-image] Feb 24 00:32:29.430 INFO O| Feb 24 00:32:29.430 INFO O| Packages to install: 1
45112026-02-24T00:32:30.126Z[ host-image] Feb 24 00:32:29.464 INFO O| Feb 24 00:32:29.464 INFO O| Download: 0/4 items 0.0/12.3MB 0% complete
45122026-02-24T00:32:30.272Z[ host-image] Feb 24 00:32:29.609 INFO O| Feb 24 00:32:29.609 INFO O| Download: Completed 12.26 MB in 0.15 seconds (84.5M/s)
45132026-02-24T00:32:30.321Z[ host-image] Feb 24 00:32:29.658 INFO O| Feb 24 00:32:29.658 INFO O| Actions: 1/22 actions (Installing new actions)
45142026-02-24T00:32:30.735Z[ host-image] Feb 24 00:32:30.072 INFO O| Feb 24 00:32:30.072 INFO O| Actions: Completed 22 actions in 0.41 seconds.
45152026-02-24T00:32:31.476Z[ host-image] Feb 24 00:32:30.813 INFO O| Feb 24 00:32:30.813 INFO O| Done
45162026-02-24T00:32:31.480Z[ host-image] Feb 24 00:32:30.813 INFO O| Feb 24 00:32:30.813 INFO O| Done
45172026-02-24T00:32:33.711Z[ host-image] Feb 24 00:32:33.048 INFO O| Feb 24 00:32:33.048 INFO O| Done
45182026-02-24T00:32:35.774Z[ host-image] Feb 24 00:32:35.111 INFO O| Feb 24 00:32:35.111 INFO O| Done
45192026-02-24T00:32:35.817Z[ host-image] Feb 24 00:32:35.154 INFO O| Feb 24 00:32:35.154 INFO O| Done
45202026-02-24T00:32:35.817Z[ host-image] Feb 24 00:32:35.154 INFO O| Feb 24 00:32:35.154 INFO O| Done
45212026-02-24T00:32:35.832Z[ host-image] Feb 24 00:32:35.169 INFO O| Feb 24 00:32:35.169 INFO O| Done
45222026-02-24T00:32:37.575Z[ host-image] Feb 24 00:32:36.912 INFO O| Feb 24 00:32:36.911 INFO STEP 14 (pkg_install) COMPLETE
45232026-02-24T00:32:37.575Z[ host-image] Feb 24 00:32:36.912 INFO O| Feb 24 00:32:36.912 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45242026-02-24T00:32:37.579Z[ host-image] Feb 24 00:32:36.912 INFO O| Feb 24 00:32:36.912 INFO skip step because feature "mbist" is not enabled
45252026-02-24T00:32:37.579Z[ host-image] Feb 24 00:32:36.912 INFO O| Feb 24 00:32:36.912 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45262026-02-24T00:32:37.579Z[ host-image] Feb 24 00:32:36.912 INFO O| Feb 24 00:32:36.912 INFO skip step because feature "mfg" is not enabled
45272026-02-24T00:32:37.579Z[ host-image] Feb 24 00:32:36.912 INFO O| Feb 24 00:32:36.912 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45282026-02-24T00:32:37.579Z[ host-image] Feb 24 00:32:36.912 INFO O| Feb 24 00:32:36.912 INFO skip step because feature "compliance" is not enabled
45292026-02-24T00:32:37.580Z[ host-image] Feb 24 00:32:36.912 INFO O| Feb 24 00:32:36.912 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45302026-02-24T00:32:37.580Z[ host-image] Feb 24 00:32:36.912 INFO O| Feb 24 00:32:36.912 INFO skip step because feature "stress" is not enabled
45312026-02-24T00:32:37.580Z[ host-image] Feb 24 00:32:36.912 INFO O| Feb 24 00:32:36.912 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45322026-02-24T00:32:37.580Z[ host-image] Feb 24 00:32:36.912 INFO O| Feb 24 00:32:36.912 INFO skip step because feature "compliance" is not enabled
45332026-02-24T00:32:37.580Z[ host-image] Feb 24 00:32:36.912 INFO O| Feb 24 00:32:36.912 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45342026-02-24T00:32:37.580Z[ host-image] Feb 24 00:32:36.912 INFO O| Feb 24 00:32:36.912 INFO skip step because feature "nfs" is not enabled
45352026-02-24T00:32:37.580Z[ host-image] Feb 24 00:32:36.912 INFO O| Feb 24 00:32:36.912 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@os
45362026-02-24T00:32:37.580Z[ host-image] Feb 24 00:32:36.912 INFO O| Feb 24 00:32:36.912 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
45372026-02-24T00:32:37.709Z[ host-image] Feb 24 00:32:37.046 INFO O| Feb 24 00:32:37.045 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
45382026-02-24T00:32:37.815Z[ host-image] Feb 24 00:32:37.153 INFO O| Feb 24 00:32:37.152 INFO completed processing sled/ramdisk-01-os
45392026-02-24T00:32:37.831Z[ host-image] Feb 24 00:32:37.169 INFO omicron1 baseline generation...
45402026-02-24T00:32:37.835Z[ host-image] Feb 24 00:32:37.170 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/sled/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
45412026-02-24T00:32:38.497Z[ host-image] Feb 24 00:32:37.834 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.23794:20260223T133048Z
45422026-02-24T00:32:43.040Z[ recovery-image] Feb 24 00:32:42.377 INFO O| Feb 24 00:32:42.376 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
45432026-02-24T00:32:54.111Z[ recovery-image] Feb 24 00:32:53.447 INFO O| Feb 24 00:32:53.447 INFO O| Startup: Caching catalogs ... Done
45442026-02-24T00:33:00.239Z[ recovery-image] Feb 24 00:32:59.575 INFO O| Feb 24 00:32:59.575 INFO O| Planning: Solver setup ... Done
45452026-02-24T00:33:00.252Z[ recovery-image] Feb 24 00:32:59.589 INFO O| Feb 24 00:32:59.589 INFO O| Planning: Running solver ... Done
45462026-02-24T00:33:00.427Z[ recovery-image] Feb 24 00:32:59.761 INFO O| Feb 24 00:32:59.761 INFO O| Planning: Finding local manifests ... Done
45472026-02-24T00:33:00.492Z[ recovery-image] Feb 24 00:32:59.828 INFO O| Feb 24 00:32:59.828 INFO O| Planning: Fetching manifests: 0/1 0% complete
45482026-02-24T00:33:00.518Z[ recovery-image] Feb 24 00:32:59.855 INFO O| Feb 24 00:32:59.855 INFO O| Planning: Fetching manifests: 1/1 100% complete
45492026-02-24T00:33:00.572Z[ recovery-image] Feb 24 00:32:59.908 INFO O| Feb 24 00:32:59.908 INFO O| Planning: Package planning ... Done
45502026-02-24T00:33:00.575Z[ recovery-image] Feb 24 00:32:59.909 INFO O| Feb 24 00:32:59.909 INFO O| Planning: Merging actions ... Done
45512026-02-24T00:33:00.657Z[ recovery-image] Feb 24 00:32:59.994 INFO O| Feb 24 00:32:59.994 INFO O| Planning: Checking for conflicting actions ... Done
45522026-02-24T00:33:00.661Z[ recovery-image] Feb 24 00:32:59.995 INFO O| Feb 24 00:32:59.994 INFO O| Planning: Consolidating action changes ... Done
45532026-02-24T00:33:00.952Z[ recovery-image] Feb 24 00:33:00.288 INFO O| Feb 24 00:33:00.288 INFO O| Planning: Evaluating mediators ... Done
45542026-02-24T00:33:00.955Z[ recovery-image] Feb 24 00:33:00.289 INFO O| Feb 24 00:33:00.289 INFO O| Planning: Planning completed in 6.74 seconds
45552026-02-24T00:33:00.955Z[ recovery-image] Feb 24 00:33:00.290 INFO O| Feb 24 00:33:00.290 INFO O| Packages to install: 1
45562026-02-24T00:33:00.986Z[ recovery-image] Feb 24 00:33:00.322 INFO O| Feb 24 00:33:00.322 INFO O| Download: 0/4 items 0.0/12.3MB 0% complete
45572026-02-24T00:33:01.738Z[ recovery-image] Feb 24 00:33:01.074 INFO O| Feb 24 00:33:01.074 INFO O| Download: Completed 12.26 MB in 0.75 seconds (16.3M/s)
45582026-02-24T00:33:01.795Z[ recovery-image] Feb 24 00:33:01.132 INFO O| Feb 24 00:33:01.132 INFO O| Actions: 1/22 actions (Installing new actions)
45592026-02-24T00:33:02.288Z[ recovery-image] Feb 24 00:33:01.625 INFO O| Feb 24 00:33:01.625 INFO O| Actions: Completed 22 actions in 0.49 seconds.
45602026-02-24T00:33:03.086Z[ recovery-image] Feb 24 00:33:02.422 INFO O| Feb 24 00:33:02.422 INFO O| Done
45612026-02-24T00:33:03.086Z[ recovery-image] Feb 24 00:33:02.422 INFO O| Feb 24 00:33:02.422 INFO O| Done
45622026-02-24T00:33:05.221Z[ recovery-image] Feb 24 00:33:04.556 INFO O| Feb 24 00:33:04.556 INFO O| Done
45632026-02-24T00:33:06.946Z[ recovery-image] Feb 24 00:33:06.282 INFO O| Feb 24 00:33:06.282 INFO O| Done
45642026-02-24T00:33:06.973Z[ recovery-image] Feb 24 00:33:06.309 INFO O| Feb 24 00:33:06.309 INFO O| Done
45652026-02-24T00:33:06.973Z[ recovery-image] Feb 24 00:33:06.309 INFO O| Feb 24 00:33:06.309 INFO O| Done
45662026-02-24T00:33:06.999Z[ recovery-image] Feb 24 00:33:06.335 INFO O| Feb 24 00:33:06.335 INFO O| Done
45672026-02-24T00:33:09.097Z[ recovery-image] Feb 24 00:33:08.434 INFO O| Feb 24 00:33:08.433 INFO STEP 14 (pkg_install) COMPLETE
45682026-02-24T00:33:09.097Z[ recovery-image] Feb 24 00:33:08.434 INFO O| Feb 24 00:33:08.434 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45692026-02-24T00:33:09.102Z[ recovery-image] Feb 24 00:33:08.434 INFO O| Feb 24 00:33:08.434 INFO skip step because feature "mbist" is not enabled
45702026-02-24T00:33:09.103Z[ recovery-image] Feb 24 00:33:08.434 INFO O| Feb 24 00:33:08.434 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45712026-02-24T00:33:09.103Z[ recovery-image] Feb 24 00:33:08.434 INFO O| Feb 24 00:33:08.434 INFO skip step because feature "mfg" is not enabled
45722026-02-24T00:33:09.103Z[ recovery-image] Feb 24 00:33:08.434 INFO O| Feb 24 00:33:08.434 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45732026-02-24T00:33:09.103Z[ recovery-image] Feb 24 00:33:08.434 INFO O| Feb 24 00:33:08.434 INFO skip step because feature "compliance" is not enabled
45742026-02-24T00:33:09.103Z[ recovery-image] Feb 24 00:33:08.434 INFO O| Feb 24 00:33:08.434 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45752026-02-24T00:33:09.103Z[ recovery-image] Feb 24 00:33:08.434 INFO O| Feb 24 00:33:08.434 INFO skip step because feature "stress" is not enabled
45762026-02-24T00:33:09.103Z[ recovery-image] Feb 24 00:33:08.434 INFO O| Feb 24 00:33:08.434 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45772026-02-24T00:33:09.103Z[ recovery-image] Feb 24 00:33:08.434 INFO O| Feb 24 00:33:08.434 INFO skip step because feature "compliance" is not enabled
45782026-02-24T00:33:09.103Z[ recovery-image] Feb 24 00:33:08.434 INFO O| Feb 24 00:33:08.434 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
45792026-02-24T00:33:09.103Z[ recovery-image] Feb 24 00:33:08.434 INFO O| Feb 24 00:33:08.434 INFO skip step because feature "nfs" is not enabled
45802026-02-24T00:33:09.103Z[ recovery-image] Feb 24 00:33:08.434 INFO O| Feb 24 00:33:08.434 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@os
45812026-02-24T00:33:09.103Z[ recovery-image] Feb 24 00:33:08.434 INFO O| Feb 24 00:33:08.434 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
45822026-02-24T00:33:09.239Z[ recovery-image] Feb 24 00:33:08.575 INFO O| Feb 24 00:33:08.575 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
45832026-02-24T00:33:09.370Z[ recovery-image] Feb 24 00:33:08.704 INFO O| Feb 24 00:33:08.704 INFO completed processing sled/ramdisk-01-os
45842026-02-24T00:33:09.374Z[ recovery-image] Feb 24 00:33:08.706 INFO image builder template: ramdisk-02-trim...
45852026-02-24T00:33:09.374Z[ recovery-image] Feb 24 00:33:08.706 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/.tmpE6HfSF/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
45862026-02-24T00:33:09.410Z[ recovery-image] Feb 24 00:33:08.747 INFO O| Feb 24 00:33:08.746 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
45872026-02-24T00:33:09.415Z[ recovery-image] Feb 24 00:33:08.752 INFO O| Feb 24 00:33:08.752 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
45882026-02-24T00:33:09.516Z[ recovery-image] Feb 24 00:33:08.852 INFO O| Feb 24 00:33:08.852 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-02-trim: sync = disabled
45892026-02-24T00:33:09.590Z[ recovery-image] Feb 24 00:33:08.926 INFO O| Feb 24 00:33:08.926 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
45902026-02-24T00:33:09.590Z[ recovery-image] Feb 24 00:33:08.926 INFO O| Feb 24 00:33:08.926 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
45912026-02-24T00:33:09.596Z[ recovery-image] Feb 24 00:33:08.932 INFO O| Feb 24 00:33:08.932 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
45922026-02-24T00:33:09.601Z[ recovery-image] Feb 24 00:33:08.937 INFO O| Feb 24 00:33:08.937 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@os
45932026-02-24T00:33:09.607Z[ recovery-image] Feb 24 00:33:08.944 INFO O| Feb 24 00:33:08.944 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
45942026-02-24T00:33:09.833Z[ recovery-image] Feb 24 00:33:09.169 INFO O| Feb 24 00:33:09.169 INFO rolled back to input snapshot; work may begin
45952026-02-24T00:33:09.833Z[ recovery-image] Feb 24 00:33:09.169 INFO O| Feb 24 00:33:09.169 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
45962026-02-24T00:33:09.840Z[ recovery-image] Feb 24 00:33:09.176 INFO O| Feb 24 00:33:09.176 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45972026-02-24T00:33:09.857Z[ recovery-image] Feb 24 00:33:09.193 INFO O| Feb 24 00:33:09.193 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/var/pkg"
45982026-02-24T00:33:09.956Z[ recovery-image] Feb 24 00:33:09.292 INFO O| Feb 24 00:33:09.292 INFO STEP 0 (remove_files) COMPLETE
45992026-02-24T00:33:09.956Z[ recovery-image] Feb 24 00:33:09.292 INFO O| Feb 24 00:33:09.292 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46002026-02-24T00:33:09.968Z[ recovery-image] Feb 24 00:33:09.304 INFO O| Feb 24 00:33:09.304 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/xpg4"
46012026-02-24T00:33:09.971Z[ recovery-image] Feb 24 00:33:09.307 INFO O| Feb 24 00:33:09.307 INFO STEP 1 (remove_files) COMPLETE
46022026-02-24T00:33:09.971Z[ recovery-image] Feb 24 00:33:09.307 INFO O| Feb 24 00:33:09.307 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46032026-02-24T00:33:09.983Z[ recovery-image] Feb 24 00:33:09.319 INFO O| Feb 24 00:33:09.319 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/include"
46042026-02-24T00:33:10.011Z[ recovery-image] Feb 24 00:33:09.347 INFO O| Feb 24 00:33:09.347 INFO STEP 2 (remove_files) COMPLETE
46052026-02-24T00:33:10.011Z[ recovery-image] Feb 24 00:33:09.347 INFO O| Feb 24 00:33:09.347 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46062026-02-24T00:33:10.024Z[ recovery-image] Feb 24 00:33:09.360 INFO O| Feb 24 00:33:09.360 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/demo"
46072026-02-24T00:33:10.028Z[ recovery-image] Feb 24 00:33:09.363 INFO O| Feb 24 00:33:09.363 INFO STEP 3 (remove_files) COMPLETE
46082026-02-24T00:33:10.028Z[ recovery-image] Feb 24 00:33:09.363 INFO O| Feb 24 00:33:09.363 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46092026-02-24T00:33:10.040Z[ recovery-image] Feb 24 00:33:09.377 INFO O| Feb 24 00:33:09.376 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/help"
46102026-02-24T00:33:10.047Z[ recovery-image] Feb 24 00:33:09.383 INFO O| Feb 24 00:33:09.383 INFO STEP 4 (remove_files) COMPLETE
46112026-02-24T00:33:10.050Z[ recovery-image] Feb 24 00:33:09.383 INFO O| Feb 24 00:33:09.383 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46122026-02-24T00:33:10.114Z[ recovery-image] Feb 24 00:33:09.450 INFO O| Feb 24 00:33:09.450 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/doc"
46132026-02-24T00:33:10.117Z[ recovery-image] Feb 24 00:33:09.450 INFO O| Feb 24 00:33:09.450 INFO STEP 5 (remove_files) COMPLETE
46142026-02-24T00:33:10.117Z[ recovery-image] Feb 24 00:33:09.450 INFO O| Feb 24 00:33:09.450 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46152026-02-24T00:33:10.173Z[ recovery-image] Feb 24 00:33:09.507 INFO O| Feb 24 00:33:09.506 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash-completion"
46162026-02-24T00:33:10.200Z[ recovery-image] Feb 24 00:33:09.528 INFO O| Feb 24 00:33:09.528 INFO STEP 6 (remove_files) COMPLETE
46172026-02-24T00:33:10.200Z[ recovery-image] Feb 24 00:33:09.528 INFO O| Feb 24 00:33:09.528 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46182026-02-24T00:33:10.200Z[ recovery-image] Feb 24 00:33:09.528 INFO O| Feb 24 00:33:09.528 INFO skip step because feature "recovery" is enabled
46192026-02-24T00:33:10.203Z[ recovery-image] Feb 24 00:33:09.528 INFO O| Feb 24 00:33:09.528 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46202026-02-24T00:33:10.203Z[ recovery-image] Feb 24 00:33:09.528 INFO O| Feb 24 00:33:09.528 INFO skip step because feature "recovery" is enabled
46212026-02-24T00:33:10.203Z[ recovery-image] Feb 24 00:33:09.528 INFO O| Feb 24 00:33:09.528 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46222026-02-24T00:33:10.203Z[ recovery-image] Feb 24 00:33:09.528 INFO O| Feb 24 00:33:09.528 INFO skip step because feature "recovery" is enabled
46232026-02-24T00:33:10.203Z[ recovery-image] Feb 24 00:33:09.528 INFO O| Feb 24 00:33:09.528 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46242026-02-24T00:33:10.224Z[ recovery-image] Feb 24 00:33:09.560 INFO O| Feb 24 00:33:09.560 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/etc/net-snmp"
46252026-02-24T00:33:10.230Z[ recovery-image] Feb 24 00:33:09.566 INFO O| Feb 24 00:33:09.566 INFO STEP 10 (remove_files) COMPLETE
46262026-02-24T00:33:10.230Z[ recovery-image] Feb 24 00:33:09.566 INFO O| Feb 24 00:33:09.566 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46272026-02-24T00:33:10.262Z[ recovery-image] Feb 24 00:33:09.598 INFO O| Feb 24 00:33:09.597 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i386"
46282026-02-24T00:33:10.265Z[ recovery-image] Feb 24 00:33:09.599 INFO O| Feb 24 00:33:09.599 INFO STEP 11 (remove_files) COMPLETE
46292026-02-24T00:33:10.265Z[ recovery-image] Feb 24 00:33:09.599 INFO O| Feb 24 00:33:09.599 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46302026-02-24T00:33:10.274Z[ recovery-image] Feb 24 00:33:09.610 INFO O| Feb 24 00:33:09.610 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86xpv"
46312026-02-24T00:33:10.278Z[ recovery-image] Feb 24 00:33:09.613 INFO O| Feb 24 00:33:09.613 INFO STEP 12 (remove_files) COMPLETE
46322026-02-24T00:33:10.278Z[ recovery-image] Feb 24 00:33:09.613 INFO O| Feb 24 00:33:09.613 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46332026-02-24T00:33:10.601Z[ recovery-image] Feb 24 00:33:09.937 INFO O| Feb 24 00:33:09.914 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libncurses++.a"
46342026-02-24T00:33:10.638Z[ recovery-image] Feb 24 00:33:09.974 INFO O| Feb 24 00:33:09.974 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libncurses++.a"
46352026-02-24T00:33:10.642Z[ recovery-image] Feb 24 00:33:09.978 INFO O| Feb 24 00:33:09.978 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
46362026-02-24T00:33:10.706Z[ recovery-image] Feb 24 00:33:10.042 INFO O| Feb 24 00:33:10.042 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libtddl.a"
46372026-02-24T00:33:10.737Z[ recovery-image] Feb 24 00:33:10.073 INFO O| Feb 24 00:33:10.073 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
46382026-02-24T00:33:10.740Z[ recovery-image] Feb 24 00:33:10.074 INFO O| Feb 24 00:33:10.074 INFO STEP 13 (remove_files) COMPLETE
46392026-02-24T00:33:10.740Z[ recovery-image] Feb 24 00:33:10.074 INFO O| Feb 24 00:33:10.074 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46402026-02-24T00:33:10.756Z[ recovery-image] Feb 24 00:33:10.092 INFO O| Feb 24 00:33:10.092 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/boot"
46412026-02-24T00:33:10.759Z[ recovery-image] Feb 24 00:33:10.095 INFO O| Feb 24 00:33:10.095 INFO STEP 14 (remove_files) COMPLETE
46422026-02-24T00:33:10.759Z[ recovery-image] Feb 24 00:33:10.095 INFO O| Feb 24 00:33:10.095 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46432026-02-24T00:33:10.795Z[ recovery-image] Feb 24 00:33:10.131 INFO O| Feb 24 00:33:10.131 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86pc"
46442026-02-24T00:33:10.807Z[ recovery-image] Feb 24 00:33:10.144 INFO O| Feb 24 00:33:10.144 INFO STEP 15 (remove_files) COMPLETE
46452026-02-24T00:33:10.807Z[ recovery-image] Feb 24 00:33:10.144 INFO O| Feb 24 00:33:10.144 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46462026-02-24T00:33:10.821Z[ recovery-image] Feb 24 00:33:10.157 INFO O| Feb 24 00:33:10.157 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86xpv"
46472026-02-24T00:33:10.825Z[ recovery-image] Feb 24 00:33:10.157 INFO O| Feb 24 00:33:10.157 INFO STEP 16 (remove_files) COMPLETE
46482026-02-24T00:33:10.825Z[ recovery-image] Feb 24 00:33:10.157 INFO O| Feb 24 00:33:10.157 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46492026-02-24T00:33:10.836Z[ recovery-image] Feb 24 00:33:10.172 INFO O| Feb 24 00:33:10.172 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86pc"
46502026-02-24T00:33:10.839Z[ recovery-image] Feb 24 00:33:10.174 INFO O| Feb 24 00:33:10.174 INFO STEP 17 (remove_files) COMPLETE
46512026-02-24T00:33:10.839Z[ recovery-image] Feb 24 00:33:10.174 INFO O| Feb 24 00:33:10.174 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46522026-02-24T00:33:10.852Z[ recovery-image] Feb 24 00:33:10.189 INFO O| Feb 24 00:33:10.188 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/acpica"
46532026-02-24T00:33:10.852Z[ recovery-image] Feb 24 00:33:10.189 INFO O| Feb 24 00:33:10.189 INFO STEP 18 (remove_files) COMPLETE
46542026-02-24T00:33:10.852Z[ recovery-image] Feb 24 00:33:10.189 INFO O| Feb 24 00:33:10.189 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46552026-02-24T00:33:10.893Z[ recovery-image] Feb 24 00:33:10.202 INFO O| Feb 24 00:33:10.201 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/tem"
46562026-02-24T00:33:10.893Z[ recovery-image] Feb 24 00:33:10.202 INFO O| Feb 24 00:33:10.202 INFO STEP 19 (remove_files) COMPLETE
46572026-02-24T00:33:10.893Z[ recovery-image] Feb 24 00:33:10.202 INFO O| Feb 24 00:33:10.202 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46582026-02-24T00:33:10.898Z[ recovery-image] Feb 24 00:33:10.216 INFO O| Feb 24 00:33:10.215 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
46592026-02-24T00:33:10.898Z[ recovery-image] Feb 24 00:33:10.216 INFO O| Feb 24 00:33:10.216 INFO STEP 20 (remove_files) COMPLETE
46602026-02-24T00:33:10.898Z[ recovery-image] Feb 24 00:33:10.216 INFO O| Feb 24 00:33:10.216 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46612026-02-24T00:33:10.898Z[ recovery-image] Feb 24 00:33:10.228 INFO O| Feb 24 00:33:10.228 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/wc"
46622026-02-24T00:33:10.898Z[ recovery-image] Feb 24 00:33:10.228 INFO O| Feb 24 00:33:10.228 INFO STEP 21 (remove_files) COMPLETE
46632026-02-24T00:33:10.898Z[ recovery-image] Feb 24 00:33:10.228 INFO O| Feb 24 00:33:10.228 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46642026-02-24T00:33:10.905Z[ recovery-image] Feb 24 00:33:10.241 INFO O| Feb 24 00:33:10.241 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
46652026-02-24T00:33:10.905Z[ recovery-image] Feb 24 00:33:10.241 INFO O| Feb 24 00:33:10.241 INFO STEP 22 (remove_files) COMPLETE
46662026-02-24T00:33:10.905Z[ recovery-image] Feb 24 00:33:10.241 INFO O| Feb 24 00:33:10.241 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46672026-02-24T00:33:10.918Z[ recovery-image] Feb 24 00:33:10.254 INFO O| Feb 24 00:33:10.254 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/conskbd"
46682026-02-24T00:33:10.918Z[ recovery-image] Feb 24 00:33:10.254 INFO O| Feb 24 00:33:10.254 INFO STEP 23 (remove_files) COMPLETE
46692026-02-24T00:33:10.918Z[ recovery-image] Feb 24 00:33:10.254 INFO O| Feb 24 00:33:10.254 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46702026-02-24T00:33:10.931Z[ recovery-image] Feb 24 00:33:10.267 INFO O| Feb 24 00:33:10.267 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/tzmon"
46712026-02-24T00:33:10.931Z[ recovery-image] Feb 24 00:33:10.268 INFO O| Feb 24 00:33:10.267 INFO STEP 24 (remove_files) COMPLETE
46722026-02-24T00:33:10.931Z[ recovery-image] Feb 24 00:33:10.268 INFO O| Feb 24 00:33:10.267 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46732026-02-24T00:33:10.945Z[ recovery-image] Feb 24 00:33:10.281 INFO O| Feb 24 00:33:10.281 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/power"
46742026-02-24T00:33:10.945Z[ recovery-image] Feb 24 00:33:10.281 INFO O| Feb 24 00:33:10.281 INFO STEP 25 (remove_files) COMPLETE
46752026-02-24T00:33:10.945Z[ recovery-image] Feb 24 00:33:10.281 INFO O| Feb 24 00:33:10.281 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46762026-02-24T00:33:10.958Z[ recovery-image] Feb 24 00:33:10.294 INFO O| Feb 24 00:33:10.294 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio"
46772026-02-24T00:33:10.958Z[ recovery-image] Feb 24 00:33:10.294 INFO O| Feb 24 00:33:10.294 INFO STEP 26 (remove_files) COMPLETE
46782026-02-24T00:33:10.958Z[ recovery-image] Feb 24 00:33:10.294 INFO O| Feb 24 00:33:10.294 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46792026-02-24T00:33:10.970Z[ recovery-image] Feb 24 00:33:10.307 INFO O| Feb 24 00:33:10.306 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio1575"
46802026-02-24T00:33:10.970Z[ recovery-image] Feb 24 00:33:10.307 INFO O| Feb 24 00:33:10.307 INFO STEP 27 (remove_files) COMPLETE
46812026-02-24T00:33:10.970Z[ recovery-image] Feb 24 00:33:10.307 INFO O| Feb 24 00:33:10.307 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46822026-02-24T00:33:10.983Z[ recovery-image] Feb 24 00:33:10.320 INFO O| Feb 24 00:33:10.320 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audioens"
46832026-02-24T00:33:10.984Z[ recovery-image] Feb 24 00:33:10.320 INFO O| Feb 24 00:33:10.320 INFO STEP 28 (remove_files) COMPLETE
46842026-02-24T00:33:10.987Z[ recovery-image] Feb 24 00:33:10.320 INFO O| Feb 24 00:33:10.320 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46852026-02-24T00:33:10.996Z[ recovery-image] Feb 24 00:33:10.332 INFO O| Feb 24 00:33:10.332 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiopci"
46862026-02-24T00:33:10.996Z[ recovery-image] Feb 24 00:33:10.333 INFO O| Feb 24 00:33:10.333 INFO STEP 29 (remove_files) COMPLETE
46872026-02-24T00:33:10.996Z[ recovery-image] Feb 24 00:33:10.333 INFO O| Feb 24 00:33:10.333 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46882026-02-24T00:33:11.009Z[ recovery-image] Feb 24 00:33:10.345 INFO O| Feb 24 00:33:10.345 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiots"
46892026-02-24T00:33:11.012Z[ recovery-image] Feb 24 00:33:10.345 INFO O| Feb 24 00:33:10.345 INFO STEP 30 (remove_files) COMPLETE
46902026-02-24T00:33:11.012Z[ recovery-image] Feb 24 00:33:10.345 INFO O| Feb 24 00:33:10.345 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46912026-02-24T00:33:11.022Z[ recovery-image] Feb 24 00:33:10.359 INFO O| Feb 24 00:33:10.358 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ehci"
46922026-02-24T00:33:11.022Z[ recovery-image] Feb 24 00:33:10.359 INFO O| Feb 24 00:33:10.359 INFO STEP 31 (remove_files) COMPLETE
46932026-02-24T00:33:11.025Z[ recovery-image] Feb 24 00:33:10.359 INFO O| Feb 24 00:33:10.359 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46942026-02-24T00:33:11.035Z[ recovery-image] Feb 24 00:33:10.372 INFO O| Feb 24 00:33:10.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hid"
46952026-02-24T00:33:11.035Z[ recovery-image] Feb 24 00:33:10.372 INFO O| Feb 24 00:33:10.372 INFO STEP 32 (remove_files) COMPLETE
46962026-02-24T00:33:11.035Z[ recovery-image] Feb 24 00:33:10.372 INFO O| Feb 24 00:33:10.372 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46972026-02-24T00:33:11.047Z[ recovery-image] Feb 24 00:33:10.383 INFO O| Feb 24 00:33:10.383 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hubd"
46982026-02-24T00:33:11.047Z[ recovery-image] Feb 24 00:33:10.383 INFO O| Feb 24 00:33:10.383 INFO STEP 33 (remove_files) COMPLETE
46992026-02-24T00:33:11.050Z[ recovery-image] Feb 24 00:33:10.383 INFO O| Feb 24 00:33:10.383 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47002026-02-24T00:33:11.058Z[ recovery-image] Feb 24 00:33:10.395 INFO O| Feb 24 00:33:10.395 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ohci"
47012026-02-24T00:33:11.058Z[ recovery-image] Feb 24 00:33:10.395 INFO O| Feb 24 00:33:10.395 INFO STEP 34 (remove_files) COMPLETE
47022026-02-24T00:33:11.061Z[ recovery-image] Feb 24 00:33:10.395 INFO O| Feb 24 00:33:10.395 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47032026-02-24T00:33:11.070Z[ recovery-image] Feb 24 00:33:10.406 INFO O| Feb 24 00:33:10.406 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
47042026-02-24T00:33:11.070Z[ recovery-image] Feb 24 00:33:10.406 INFO O| Feb 24 00:33:10.406 INFO STEP 35 (remove_files) COMPLETE
47052026-02-24T00:33:11.070Z[ recovery-image] Feb 24 00:33:10.406 INFO O| Feb 24 00:33:10.406 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47062026-02-24T00:33:11.081Z[ recovery-image] Feb 24 00:33:10.417 INFO O| Feb 24 00:33:10.417 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/uhci"
47072026-02-24T00:33:11.081Z[ recovery-image] Feb 24 00:33:10.417 INFO O| Feb 24 00:33:10.417 INFO STEP 36 (remove_files) COMPLETE
47082026-02-24T00:33:11.081Z[ recovery-image] Feb 24 00:33:10.417 INFO O| Feb 24 00:33:10.417 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47092026-02-24T00:33:11.091Z[ recovery-image] Feb 24 00:33:10.428 INFO O| Feb 24 00:33:10.428 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
47102026-02-24T00:33:11.091Z[ recovery-image] Feb 24 00:33:10.428 INFO O| Feb 24 00:33:10.428 INFO STEP 37 (remove_files) COMPLETE
47112026-02-24T00:33:11.091Z[ recovery-image] Feb 24 00:33:10.428 INFO O| Feb 24 00:33:10.428 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47122026-02-24T00:33:11.103Z[ recovery-image] Feb 24 00:33:10.440 INFO O| Feb 24 00:33:10.439 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_as"
47132026-02-24T00:33:11.103Z[ recovery-image] Feb 24 00:33:10.440 INFO O| Feb 24 00:33:10.440 INFO STEP 38 (remove_files) COMPLETE
47142026-02-24T00:33:11.107Z[ recovery-image] Feb 24 00:33:10.440 INFO O| Feb 24 00:33:10.440 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47152026-02-24T00:33:11.116Z[ recovery-image] Feb 24 00:33:10.452 INFO O| Feb 24 00:33:10.452 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
47162026-02-24T00:33:11.116Z[ recovery-image] Feb 24 00:33:10.452 INFO O| Feb 24 00:33:10.452 INFO STEP 39 (remove_files) COMPLETE
47172026-02-24T00:33:11.119Z[ recovery-image] Feb 24 00:33:10.452 INFO O| Feb 24 00:33:10.452 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47182026-02-24T00:33:11.129Z[ recovery-image] Feb 24 00:33:10.465 INFO O| Feb 24 00:33:10.465 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
47192026-02-24T00:33:11.129Z[ recovery-image] Feb 24 00:33:10.465 INFO O| Feb 24 00:33:10.465 INFO STEP 40 (remove_files) COMPLETE
47202026-02-24T00:33:11.132Z[ recovery-image] Feb 24 00:33:10.465 INFO O| Feb 24 00:33:10.465 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47212026-02-24T00:33:11.142Z[ recovery-image] Feb 24 00:33:10.478 INFO O| Feb 24 00:33:10.478 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usbprn"
47222026-02-24T00:33:11.142Z[ recovery-image] Feb 24 00:33:10.478 INFO O| Feb 24 00:33:10.478 INFO STEP 41 (remove_files) COMPLETE
47232026-02-24T00:33:11.145Z[ recovery-image] Feb 24 00:33:10.478 INFO O| Feb 24 00:33:10.478 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47242026-02-24T00:33:11.155Z[ recovery-image] Feb 24 00:33:10.492 INFO O| Feb 24 00:33:10.491 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/xhci"
47252026-02-24T00:33:11.155Z[ recovery-image] Feb 24 00:33:10.492 INFO O| Feb 24 00:33:10.492 INFO STEP 42 (remove_files) COMPLETE
47262026-02-24T00:33:11.155Z[ recovery-image] Feb 24 00:33:10.492 INFO O| Feb 24 00:33:10.492 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47272026-02-24T00:33:11.169Z[ recovery-image] Feb 24 00:33:10.505 INFO O| Feb 24 00:33:10.505 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
47282026-02-24T00:33:11.169Z[ recovery-image] Feb 24 00:33:10.505 INFO O| Feb 24 00:33:10.505 INFO STEP 43 (remove_files) COMPLETE
47292026-02-24T00:33:11.172Z[ recovery-image] Feb 24 00:33:10.505 INFO O| Feb 24 00:33:10.505 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47302026-02-24T00:33:11.182Z[ recovery-image] Feb 24 00:33:10.519 INFO O| Feb 24 00:33:10.518 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
47312026-02-24T00:33:11.182Z[ recovery-image] Feb 24 00:33:10.519 INFO O| Feb 24 00:33:10.519 INFO STEP 44 (remove_files) COMPLETE
47322026-02-24T00:33:11.185Z[ recovery-image] Feb 24 00:33:10.519 INFO O| Feb 24 00:33:10.519 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47332026-02-24T00:33:11.196Z[ recovery-image] Feb 24 00:33:10.532 INFO O| Feb 24 00:33:10.532 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
47342026-02-24T00:33:11.196Z[ recovery-image] Feb 24 00:33:10.532 INFO O| Feb 24 00:33:10.532 INFO STEP 45 (remove_files) COMPLETE
47352026-02-24T00:33:11.199Z[ recovery-image] Feb 24 00:33:10.532 INFO O| Feb 24 00:33:10.532 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47362026-02-24T00:33:11.209Z[ recovery-image] Feb 24 00:33:10.545 INFO O| Feb 24 00:33:10.545 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
47372026-02-24T00:33:11.209Z[ recovery-image] Feb 24 00:33:10.545 INFO O| Feb 24 00:33:10.545 INFO STEP 46 (remove_files) COMPLETE
47382026-02-24T00:33:11.212Z[ recovery-image] Feb 24 00:33:10.545 INFO O| Feb 24 00:33:10.545 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47392026-02-24T00:33:11.221Z[ recovery-image] Feb 24 00:33:10.558 INFO O| Feb 24 00:33:10.558 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
47402026-02-24T00:33:11.221Z[ recovery-image] Feb 24 00:33:10.558 INFO O| Feb 24 00:33:10.558 INFO STEP 47 (remove_files) COMPLETE
47412026-02-24T00:33:11.224Z[ recovery-image] Feb 24 00:33:10.558 INFO O| Feb 24 00:33:10.558 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47422026-02-24T00:33:11.234Z[ recovery-image] Feb 24 00:33:10.570 INFO O| Feb 24 00:33:10.570 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
47432026-02-24T00:33:11.234Z[ recovery-image] Feb 24 00:33:10.570 INFO O| Feb 24 00:33:10.570 INFO STEP 48 (remove_files) COMPLETE
47442026-02-24T00:33:11.234Z[ recovery-image] Feb 24 00:33:10.570 INFO O| Feb 24 00:33:10.570 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47452026-02-24T00:33:11.246Z[ recovery-image] Feb 24 00:33:10.583 INFO O| Feb 24 00:33:10.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mpt"
47462026-02-24T00:33:11.247Z[ recovery-image] Feb 24 00:33:10.583 INFO O| Feb 24 00:33:10.583 INFO STEP 49 (remove_files) COMPLETE
47472026-02-24T00:33:11.250Z[ recovery-image] Feb 24 00:33:10.583 INFO O| Feb 24 00:33:10.583 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47482026-02-24T00:33:11.260Z[ recovery-image] Feb 24 00:33:10.596 INFO O| Feb 24 00:33:10.596 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/mpt.conf"
47492026-02-24T00:33:11.260Z[ recovery-image] Feb 24 00:33:10.596 INFO O| Feb 24 00:33:10.596 INFO STEP 50 (remove_files) COMPLETE
47502026-02-24T00:33:11.263Z[ recovery-image] Feb 24 00:33:10.596 INFO O| Feb 24 00:33:10.596 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47512026-02-24T00:33:11.272Z[ recovery-image] Feb 24 00:33:10.608 INFO O| Feb 24 00:33:10.608 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
47522026-02-24T00:33:11.272Z[ recovery-image] Feb 24 00:33:10.608 INFO O| Feb 24 00:33:10.608 INFO STEP 51 (remove_files) COMPLETE
47532026-02-24T00:33:11.276Z[ recovery-image] Feb 24 00:33:10.608 INFO O| Feb 24 00:33:10.608 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47542026-02-24T00:33:11.285Z[ recovery-image] Feb 24 00:33:10.621 INFO O| Feb 24 00:33:10.621 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
47552026-02-24T00:33:11.285Z[ recovery-image] Feb 24 00:33:10.621 INFO O| Feb 24 00:33:10.621 INFO STEP 52 (remove_files) COMPLETE
47562026-02-24T00:33:11.285Z[ recovery-image] Feb 24 00:33:10.621 INFO O| Feb 24 00:33:10.621 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47572026-02-24T00:33:11.297Z[ recovery-image] Feb 24 00:33:10.633 INFO O| Feb 24 00:33:10.633 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/bootadm"
47582026-02-24T00:33:11.297Z[ recovery-image] Feb 24 00:33:10.634 INFO O| Feb 24 00:33:10.633 INFO STEP 53 (remove_files) COMPLETE
47592026-02-24T00:33:11.301Z[ recovery-image] Feb 24 00:33:10.634 INFO O| Feb 24 00:33:10.633 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47602026-02-24T00:33:11.310Z[ recovery-image] Feb 24 00:33:10.646 INFO O| Feb 24 00:33:10.645 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bootadm"
47612026-02-24T00:33:11.311Z[ recovery-image] Feb 24 00:33:10.646 INFO O| Feb 24 00:33:10.646 INFO STEP 54 (remove_files) COMPLETE
47622026-02-24T00:33:11.314Z[ recovery-image] Feb 24 00:33:10.646 INFO O| Feb 24 00:33:10.646 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47632026-02-24T00:33:11.322Z[ recovery-image] Feb 24 00:33:10.659 INFO O| Feb 24 00:33:10.658 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/beadm"
47642026-02-24T00:33:11.322Z[ recovery-image] Feb 24 00:33:10.659 INFO O| Feb 24 00:33:10.659 INFO STEP 55 (remove_files) COMPLETE
47652026-02-24T00:33:11.322Z[ recovery-image] Feb 24 00:33:10.659 INFO O| Feb 24 00:33:10.659 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47662026-02-24T00:33:11.336Z[ recovery-image] Feb 24 00:33:10.672 INFO O| Feb 24 00:33:10.672 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/beadm"
47672026-02-24T00:33:11.336Z[ recovery-image] Feb 24 00:33:10.672 INFO O| Feb 24 00:33:10.672 INFO STEP 56 (remove_files) COMPLETE
47682026-02-24T00:33:11.336Z[ recovery-image] Feb 24 00:33:10.672 INFO O| Feb 24 00:33:10.672 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47692026-02-24T00:33:11.348Z[ recovery-image] Feb 24 00:33:10.685 INFO O| Feb 24 00:33:10.685 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/etc/default/tar"
47702026-02-24T00:33:11.349Z[ recovery-image] Feb 24 00:33:10.685 INFO O| Feb 24 00:33:10.685 INFO STEP 57 (remove_files) COMPLETE
47712026-02-24T00:33:11.349Z[ recovery-image] Feb 24 00:33:10.685 INFO O| Feb 24 00:33:10.685 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47722026-02-24T00:33:11.373Z[ recovery-image] Feb 24 00:33:10.709 INFO O| Feb 24 00:33:10.709 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
47732026-02-24T00:33:11.373Z[ recovery-image] Feb 24 00:33:10.709 INFO O| Feb 24 00:33:10.709 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap ...
47742026-02-24T00:33:11.376Z[ recovery-image] Feb 24 00:33:10.710 INFO O| Feb 24 00:33:10.709 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
47752026-02-24T00:33:11.376Z[ recovery-image] Feb 24 00:33:10.710 INFO O| Feb 24 00:33:10.710 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
47762026-02-24T00:33:11.376Z[ recovery-image] Feb 24 00:33:10.711 INFO O| Feb 24 00:33:10.710 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
47772026-02-24T00:33:11.379Z[ recovery-image] Feb 24 00:33:10.712 INFO O| Feb 24 00:33:10.712 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
47782026-02-24T00:33:11.379Z[ recovery-image] Feb 24 00:33:10.712 INFO O| Feb 24 00:33:10.712 INFO ok!
47792026-02-24T00:33:11.379Z[ recovery-image] Feb 24 00:33:10.712 INFO O| Feb 24 00:33:10.712 INFO STEP 58 (ensure_file) COMPLETE
47802026-02-24T00:33:11.379Z[ recovery-image] Feb 24 00:33:10.712 INFO O| Feb 24 00:33:10.712 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47812026-02-24T00:33:11.391Z[ recovery-image] Feb 24 00:33:10.727 INFO O| Feb 24 00:33:10.727 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
47822026-02-24T00:33:11.391Z[ recovery-image] Feb 24 00:33:10.727 INFO O| Feb 24 00:33:10.727 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
47832026-02-24T00:33:11.395Z[ recovery-image] Feb 24 00:33:10.728 INFO O| Feb 24 00:33:10.727 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
47842026-02-24T00:33:11.395Z[ recovery-image] Feb 24 00:33:10.728 INFO O| Feb 24 00:33:10.728 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
47852026-02-24T00:33:11.395Z[ recovery-image] Feb 24 00:33:10.728 INFO O| Feb 24 00:33:10.728 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
47862026-02-24T00:33:11.395Z[ recovery-image] Feb 24 00:33:10.728 INFO O| Feb 24 00:33:10.728 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
47872026-02-24T00:33:11.395Z[ recovery-image] Feb 24 00:33:10.728 INFO O| Feb 24 00:33:10.728 INFO ok!
47882026-02-24T00:33:11.395Z[ recovery-image] Feb 24 00:33:10.728 INFO O| Feb 24 00:33:10.728 INFO STEP 59 (ensure_file) COMPLETE
47892026-02-24T00:33:11.395Z[ recovery-image] Feb 24 00:33:10.728 INFO O| Feb 24 00:33:10.728 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47902026-02-24T00:33:11.403Z[ recovery-image] Feb 24 00:33:10.739 INFO O| Feb 24 00:33:10.739 INFO file /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile does not exist
47912026-02-24T00:33:11.403Z[ recovery-image] Feb 24 00:33:10.739 INFO O| Feb 24 00:33:10.739 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile ...
47922026-02-24T00:33:11.406Z[ recovery-image] Feb 24 00:33:10.739 INFO O| Feb 24 00:33:10.739 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile
47932026-02-24T00:33:11.406Z[ recovery-image] Feb 24 00:33:10.739 INFO O| Feb 24 00:33:10.739 INFO ok!
47942026-02-24T00:33:11.406Z[ recovery-image] Feb 24 00:33:10.740 INFO O| Feb 24 00:33:10.739 INFO STEP 60 (ensure_file) COMPLETE
47952026-02-24T00:33:11.406Z[ recovery-image] Feb 24 00:33:10.740 INFO O| Feb 24 00:33:10.739 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47962026-02-24T00:33:11.418Z[ recovery-image] Feb 24 00:33:10.754 INFO O| Feb 24 00:33:10.754 WARN file /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
47972026-02-24T00:33:11.419Z[ recovery-image] Feb 24 00:33:10.755 INFO O| Feb 24 00:33:10.754 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc ...
47982026-02-24T00:33:11.419Z[ recovery-image] Feb 24 00:33:10.755 INFO O| Feb 24 00:33:10.755 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc
47992026-02-24T00:33:11.419Z[ recovery-image] Feb 24 00:33:10.755 INFO O| Feb 24 00:33:10.755 INFO ok!
48002026-02-24T00:33:11.422Z[ recovery-image] Feb 24 00:33:10.755 INFO O| Feb 24 00:33:10.755 INFO STEP 61 (ensure_file) COMPLETE
48012026-02-24T00:33:11.422Z[ recovery-image] Feb 24 00:33:10.755 INFO O| Feb 24 00:33:10.755 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48022026-02-24T00:33:11.433Z[ recovery-image] Feb 24 00:33:10.769 INFO O| Feb 24 00:33:10.769 WARN file /rpool/images/build/recovery/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
48032026-02-24T00:33:11.433Z[ recovery-image] Feb 24 00:33:10.769 INFO O| Feb 24 00:33:10.769 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/sled/ramdisk/etc/motd ...
48042026-02-24T00:33:11.436Z[ recovery-image] Feb 24 00:33:10.770 INFO O| Feb 24 00:33:10.769 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
48052026-02-24T00:33:11.436Z[ recovery-image] Feb 24 00:33:10.770 INFO O| Feb 24 00:33:10.770 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
48062026-02-24T00:33:11.437Z[ recovery-image] Feb 24 00:33:10.770 INFO O| Feb 24 00:33:10.770 INFO ok!
48072026-02-24T00:33:11.437Z[ recovery-image] Feb 24 00:33:10.770 INFO O| Feb 24 00:33:10.770 INFO STEP 62 (ensure_file) COMPLETE
48082026-02-24T00:33:11.437Z[ recovery-image] Feb 24 00:33:10.770 INFO O| Feb 24 00:33:10.770 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48092026-02-24T00:33:11.447Z[ recovery-image] Feb 24 00:33:10.783 INFO O| Feb 24 00:33:10.783 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
48102026-02-24T00:33:11.447Z[ recovery-image] Feb 24 00:33:10.783 INFO O| Feb 24 00:33:10.783 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
48112026-02-24T00:33:11.450Z[ recovery-image] Feb 24 00:33:10.784 INFO O| Feb 24 00:33:10.784 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
48122026-02-24T00:33:11.450Z[ recovery-image] Feb 24 00:33:10.784 INFO O| Feb 24 00:33:10.784 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
48132026-02-24T00:33:11.450Z[ recovery-image] Feb 24 00:33:10.784 INFO O| Feb 24 00:33:10.784 INFO ok!
48142026-02-24T00:33:11.450Z[ recovery-image] Feb 24 00:33:10.784 INFO O| Feb 24 00:33:10.784 INFO STEP 63 (ensure_file) COMPLETE
48152026-02-24T00:33:11.450Z[ recovery-image] Feb 24 00:33:10.784 INFO O| Feb 24 00:33:10.784 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48162026-02-24T00:33:11.460Z[ recovery-image] Feb 24 00:33:10.796 INFO O| Feb 24 00:33:10.796 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
48172026-02-24T00:33:11.460Z[ recovery-image] Feb 24 00:33:10.796 INFO O| Feb 24 00:33:10.796 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly ...
48182026-02-24T00:33:11.463Z[ recovery-image] Feb 24 00:33:10.798 INFO O| Feb 24 00:33:10.798 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly
48192026-02-24T00:33:11.463Z[ recovery-image] Feb 24 00:33:10.798 INFO O| Feb 24 00:33:10.798 INFO ok!
48202026-02-24T00:33:11.464Z[ recovery-image] Feb 24 00:33:10.798 INFO O| Feb 24 00:33:10.798 INFO STEP 64 (assemble_files) COMPLETE
48212026-02-24T00:33:11.464Z[ recovery-image] Feb 24 00:33:10.798 INFO O| Feb 24 00:33:10.798 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48222026-02-24T00:33:11.474Z[ recovery-image] Feb 24 00:33:10.810 INFO O| Feb 24 00:33:10.810 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf does not exist
48232026-02-24T00:33:11.474Z[ recovery-image] Feb 24 00:33:10.810 INFO O| Feb 24 00:33:10.810 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf ...
48242026-02-24T00:33:11.494Z[ recovery-image] Feb 24 00:33:10.831 INFO O| Feb 24 00:33:10.831 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
48252026-02-24T00:33:11.494Z[ recovery-image] Feb 24 00:33:10.831 INFO O| Feb 24 00:33:10.831 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
48262026-02-24T00:33:11.495Z[ recovery-image] Feb 24 00:33:10.831 INFO O| Feb 24 00:33:10.831 INFO ok!
48272026-02-24T00:33:11.498Z[ recovery-image] Feb 24 00:33:10.831 INFO O| Feb 24 00:33:10.831 INFO STEP 65 (ensure_file) COMPLETE
48282026-02-24T00:33:11.498Z[ recovery-image] Feb 24 00:33:10.831 INFO O| Feb 24 00:33:10.831 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48292026-02-24T00:33:11.498Z[ recovery-image] Feb 24 00:33:10.831 INFO O| Feb 24 00:33:10.831 INFO skip step because feature "omicron1" is not enabled
48302026-02-24T00:33:11.498Z[ recovery-image] Feb 24 00:33:10.831 INFO O| Feb 24 00:33:10.831 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48312026-02-24T00:33:11.498Z[ recovery-image] Feb 24 00:33:10.831 INFO O| Feb 24 00:33:10.831 INFO skip step because feature "omicron1" is not enabled
48322026-02-24T00:33:11.498Z[ recovery-image] Feb 24 00:33:10.831 INFO O| Feb 24 00:33:10.831 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48332026-02-24T00:33:11.498Z[ recovery-image] Feb 24 00:33:10.831 INFO O| Feb 24 00:33:10.831 INFO skip step because feature "omicron1" is not enabled
48342026-02-24T00:33:11.498Z[ recovery-image] Feb 24 00:33:10.831 INFO O| Feb 24 00:33:10.831 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
48352026-02-24T00:33:11.538Z[ recovery-image] Feb 24 00:33:10.874 INFO O| Feb 24 00:33:10.874 INFO file /rpool/images/build/recovery/output/sled-ramdisk.tar does not already exist, skipping removal
48362026-02-24T00:33:11.538Z[ recovery-image] Feb 24 00:33:10.874 INFO O| Feb 24 00:33:10.874 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
48372026-02-24T00:33:14.615Z[ recovery-image] Feb 24 00:33:13.951 INFO O| Feb 24 00:33:13.951 INFO STEP 69 (pack_tar) COMPLETE
48382026-02-24T00:33:14.615Z[ recovery-image] Feb 24 00:33:13.951 INFO O| Feb 24 00:33:13.951 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
48392026-02-24T00:33:14.618Z[ recovery-image] Feb 24 00:33:13.951 INFO O| Feb 24 00:33:13.951 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
48402026-02-24T00:33:15.256Z[ recovery-image] Feb 24 00:33:14.592 INFO O| Feb 24 00:33:14.592 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
48412026-02-24T00:33:15.390Z[ recovery-image] Feb 24 00:33:14.726 INFO O| Feb 24 00:33:14.725 INFO completed processing sled/ramdisk-02-trim
48422026-02-24T00:33:15.393Z[ recovery-image] Feb 24 00:33:14.728 INFO image builder template: ramdisk-03-recovery-trim...
48432026-02-24T00:33:15.393Z[ recovery-image] Feb 24 00:33:14.728 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/.tmpE6HfSF/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
48442026-02-24T00:33:15.586Z[ recovery-image] Feb 24 00:33:14.922 INFO O| Feb 24 00:33:14.922 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
48452026-02-24T00:33:15.591Z[ recovery-image] Feb 24 00:33:14.928 INFO O| Feb 24 00:33:14.927 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
48462026-02-24T00:33:15.697Z[ recovery-image] Feb 24 00:33:15.033 INFO O| Feb 24 00:33:15.033 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim: sync = disabled
48472026-02-24T00:33:15.767Z[ recovery-image] Feb 24 00:33:15.103 INFO O| Feb 24 00:33:15.103 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
48482026-02-24T00:33:15.767Z[ recovery-image] Feb 24 00:33:15.103 INFO O| Feb 24 00:33:15.103 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
48492026-02-24T00:33:15.787Z[ recovery-image] Feb 24 00:33:15.123 INFO O| Feb 24 00:33:15.123 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
48502026-02-24T00:33:15.792Z[ recovery-image] Feb 24 00:33:15.128 INFO O| Feb 24 00:33:15.128 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
48512026-02-24T00:33:15.797Z[ recovery-image] Feb 24 00:33:15.134 INFO O| Feb 24 00:33:15.134 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
48522026-02-24T00:33:16.263Z[ recovery-image] Feb 24 00:33:15.598 INFO O| Feb 24 00:33:15.598 INFO rolled back to input snapshot; work may begin
48532026-02-24T00:33:16.263Z[ recovery-image] Feb 24 00:33:15.599 INFO O| Feb 24 00:33:15.598 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
48542026-02-24T00:33:16.269Z[ recovery-image] Feb 24 00:33:15.605 INFO O| Feb 24 00:33:15.605 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48552026-02-24T00:33:16.282Z[ recovery-image] Feb 24 00:33:15.618 INFO O| Feb 24 00:33:15.618 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/7"
48562026-02-24T00:33:16.287Z[ recovery-image] Feb 24 00:33:15.624 INFO O| Feb 24 00:33:15.623 INFO STEP 0 (remove_files) COMPLETE
48572026-02-24T00:33:16.288Z[ recovery-image] Feb 24 00:33:15.624 INFO O| Feb 24 00:33:15.623 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48582026-02-24T00:33:16.300Z[ recovery-image] Feb 24 00:33:15.636 INFO O| Feb 24 00:33:15.636 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/share"
48592026-02-24T00:33:16.375Z[ recovery-image] Feb 24 00:33:15.711 INFO O| Feb 24 00:33:15.711 INFO STEP 1 (remove_files) COMPLETE
48602026-02-24T00:33:16.375Z[ recovery-image] Feb 24 00:33:15.711 INFO O| Feb 24 00:33:15.711 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48612026-02-24T00:33:16.391Z[ recovery-image] Feb 24 00:33:15.727 INFO O| Feb 24 00:33:15.726 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dns"
48622026-02-24T00:33:16.407Z[ recovery-image] Feb 24 00:33:15.743 INFO O| Feb 24 00:33:15.743 INFO STEP 2 (remove_files) COMPLETE
48632026-02-24T00:33:16.407Z[ recovery-image] Feb 24 00:33:15.743 INFO O| Feb 24 00:33:15.743 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48642026-02-24T00:33:16.421Z[ recovery-image] Feb 24 00:33:15.757 INFO O| Feb 24 00:33:15.757 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/iconv"
48652026-02-24T00:33:16.520Z[ recovery-image] Feb 24 00:33:15.855 INFO O| Feb 24 00:33:15.855 INFO STEP 3 (remove_files) COMPLETE
48662026-02-24T00:33:16.520Z[ recovery-image] Feb 24 00:33:15.856 INFO O| Feb 24 00:33:15.855 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48672026-02-24T00:33:16.535Z[ recovery-image] Feb 24 00:33:15.871 INFO O| Feb 24 00:33:15.871 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/locale"
48682026-02-24T00:33:16.783Z[ recovery-image] Feb 24 00:33:16.119 INFO O| Feb 24 00:33:16.119 INFO STEP 4 (remove_files) COMPLETE
48692026-02-24T00:33:16.784Z[ recovery-image] Feb 24 00:33:16.120 INFO O| Feb 24 00:33:16.119 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48702026-02-24T00:33:16.806Z[ recovery-image] Feb 24 00:33:16.142 INFO O| Feb 24 00:33:16.142 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/mps"
48712026-02-24T00:33:16.810Z[ recovery-image] Feb 24 00:33:16.145 INFO O| Feb 24 00:33:16.145 INFO STEP 5 (remove_files) COMPLETE
48722026-02-24T00:33:16.810Z[ recovery-image] Feb 24 00:33:16.145 INFO O| Feb 24 00:33:16.145 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48732026-02-24T00:33:16.822Z[ recovery-image] Feb 24 00:33:16.158 INFO O| Feb 24 00:33:16.158 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pkgconfig"
48742026-02-24T00:33:16.825Z[ recovery-image] Feb 24 00:33:16.160 INFO O| Feb 24 00:33:16.160 INFO STEP 6 (remove_files) COMPLETE
48752026-02-24T00:33:16.825Z[ recovery-image] Feb 24 00:33:16.160 INFO O| Feb 24 00:33:16.160 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48762026-02-24T00:33:16.837Z[ recovery-image] Feb 24 00:33:16.173 INFO O| Feb 24 00:33:16.173 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/scsi"
48772026-02-24T00:33:16.844Z[ recovery-image] Feb 24 00:33:16.180 INFO O| Feb 24 00:33:16.180 INFO STEP 7 (remove_files) COMPLETE
48782026-02-24T00:33:16.844Z[ recovery-image] Feb 24 00:33:16.180 INFO O| Feb 24 00:33:16.180 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48792026-02-24T00:33:16.858Z[ recovery-image] Feb 24 00:33:16.194 INFO O| Feb 24 00:33:16.194 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbfs"
48802026-02-24T00:33:16.862Z[ recovery-image] Feb 24 00:33:16.194 INFO O| Feb 24 00:33:16.194 INFO STEP 8 (remove_files) COMPLETE
48812026-02-24T00:33:16.862Z[ recovery-image] Feb 24 00:33:16.194 INFO O| Feb 24 00:33:16.194 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48822026-02-24T00:33:16.870Z[ recovery-image] Feb 24 00:33:16.206 INFO O| Feb 24 00:33:16.206 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbsrv"
48832026-02-24T00:33:16.873Z[ recovery-image] Feb 24 00:33:16.209 INFO O| Feb 24 00:33:16.209 INFO STEP 9 (remove_files) COMPLETE
48842026-02-24T00:33:16.873Z[ recovery-image] Feb 24 00:33:16.209 INFO O| Feb 24 00:33:16.209 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48852026-02-24T00:33:16.886Z[ recovery-image] Feb 24 00:33:16.222 INFO O| Feb 24 00:33:16.222 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/perl5"
48862026-02-24T00:33:17.041Z[ recovery-image] Feb 24 00:33:16.376 INFO O| Feb 24 00:33:16.376 INFO STEP 10 (remove_files) COMPLETE
48872026-02-24T00:33:17.041Z[ recovery-image] Feb 24 00:33:16.377 INFO O| Feb 24 00:33:16.376 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48882026-02-24T00:33:17.063Z[ recovery-image] Feb 24 00:33:16.399 INFO O| Feb 24 00:33:16.399 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash"
48892026-02-24T00:33:17.086Z[ recovery-image] Feb 24 00:33:16.422 INFO O| Feb 24 00:33:16.422 INFO STEP 11 (remove_files) COMPLETE
48902026-02-24T00:33:17.086Z[ recovery-image] Feb 24 00:33:16.422 INFO O| Feb 24 00:33:16.422 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48912026-02-24T00:33:17.098Z[ recovery-image] Feb 24 00:33:16.434 INFO O| Feb 24 00:33:16.434 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bhyve"
48922026-02-24T00:33:17.107Z[ recovery-image] Feb 24 00:33:16.444 INFO O| Feb 24 00:33:16.443 INFO STEP 12 (remove_files) COMPLETE
48932026-02-24T00:33:17.107Z[ recovery-image] Feb 24 00:33:16.444 INFO O| Feb 24 00:33:16.444 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48942026-02-24T00:33:17.181Z[ recovery-image] Feb 24 00:33:16.517 INFO O| Feb 24 00:33:16.517 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/emacs"
48952026-02-24T00:33:17.184Z[ recovery-image] Feb 24 00:33:16.517 INFO O| Feb 24 00:33:16.517 INFO STEP 13 (remove_files) COMPLETE
48962026-02-24T00:33:17.184Z[ recovery-image] Feb 24 00:33:16.517 INFO O| Feb 24 00:33:16.517 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48972026-02-24T00:33:17.194Z[ recovery-image] Feb 24 00:33:16.530 INFO O| Feb 24 00:33:16.530 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/icons"
48982026-02-24T00:33:17.197Z[ recovery-image] Feb 24 00:33:16.531 INFO O| Feb 24 00:33:16.531 INFO STEP 14 (remove_files) COMPLETE
48992026-02-24T00:33:17.197Z[ recovery-image] Feb 24 00:33:16.531 INFO O| Feb 24 00:33:16.531 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49002026-02-24T00:33:17.253Z[ recovery-image] Feb 24 00:33:16.589 INFO O| Feb 24 00:33:16.589 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/locale"
49012026-02-24T00:33:17.337Z[ recovery-image] Feb 24 00:33:16.673 INFO O| Feb 24 00:33:16.673 INFO STEP 15 (remove_files) COMPLETE
49022026-02-24T00:33:17.337Z[ recovery-image] Feb 24 00:33:16.673 INFO O| Feb 24 00:33:16.673 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49032026-02-24T00:33:17.398Z[ recovery-image] Feb 24 00:33:16.734 INFO O| Feb 24 00:33:16.734 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/src"
49042026-02-24T00:33:17.398Z[ recovery-image] Feb 24 00:33:16.734 INFO O| Feb 24 00:33:16.734 INFO STEP 16 (remove_files) COMPLETE
49052026-02-24T00:33:17.401Z[ recovery-image] Feb 24 00:33:16.734 INFO O| Feb 24 00:33:16.734 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49062026-02-24T00:33:17.457Z[ recovery-image] Feb 24 00:33:16.793 INFO O| Feb 24 00:33:16.793 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/terminfo"
49072026-02-24T00:33:17.460Z[ recovery-image] Feb 24 00:33:16.793 INFO O| Feb 24 00:33:16.793 INFO STEP 17 (remove_files) COMPLETE
49082026-02-24T00:33:17.460Z[ recovery-image] Feb 24 00:33:16.793 INFO O| Feb 24 00:33:16.793 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49092026-02-24T00:33:17.507Z[ recovery-image] Feb 24 00:33:16.842 INFO O| Feb 24 00:33:16.842 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/vim"
49102026-02-24T00:33:17.793Z[ recovery-image] Feb 24 00:33:17.129 INFO O| Feb 24 00:33:17.129 INFO STEP 18 (remove_files) COMPLETE
49112026-02-24T00:33:17.793Z[ recovery-image] Feb 24 00:33:17.129 INFO O| Feb 24 00:33:17.129 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49122026-02-24T00:33:17.809Z[ recovery-image] Feb 24 00:33:17.145 INFO O| Feb 24 00:33:17.145 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/network/ssh.xml"
49132026-02-24T00:33:17.812Z[ recovery-image] Feb 24 00:33:17.148 INFO O| Feb 24 00:33:17.148 INFO STEP 19 (remove_files) COMPLETE
49142026-02-24T00:33:17.812Z[ recovery-image] Feb 24 00:33:17.148 INFO O| Feb 24 00:33:17.148 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49152026-02-24T00:33:17.827Z[ recovery-image] Feb 24 00:33:17.163 INFO O| Feb 24 00:33:17.163 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/system/fmd.xml"
49162026-02-24T00:33:17.827Z[ recovery-image] Feb 24 00:33:17.163 INFO O| Feb 24 00:33:17.163 INFO STEP 20 (remove_files) COMPLETE
49172026-02-24T00:33:17.827Z[ recovery-image] Feb 24 00:33:17.163 INFO O| Feb 24 00:33:17.163 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49182026-02-24T00:33:17.840Z[ recovery-image] Feb 24 00:33:17.176 INFO O| Feb 24 00:33:17.176 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/adb"
49192026-02-24T00:33:17.843Z[ recovery-image] Feb 24 00:33:17.177 INFO O| Feb 24 00:33:17.176 INFO STEP 21 (remove_files) COMPLETE
49202026-02-24T00:33:17.843Z[ recovery-image] Feb 24 00:33:17.177 INFO O| Feb 24 00:33:17.177 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49212026-02-24T00:33:17.853Z[ recovery-image] Feb 24 00:33:17.189 INFO O| Feb 24 00:33:17.189 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/addbadsec"
49222026-02-24T00:33:17.853Z[ recovery-image] Feb 24 00:33:17.189 INFO O| Feb 24 00:33:17.189 INFO STEP 22 (remove_files) COMPLETE
49232026-02-24T00:33:17.853Z[ recovery-image] Feb 24 00:33:17.189 INFO O| Feb 24 00:33:17.189 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49242026-02-24T00:33:17.867Z[ recovery-image] Feb 24 00:33:17.202 INFO O| Feb 24 00:33:17.202 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/agentxtrap"
49252026-02-24T00:33:17.867Z[ recovery-image] Feb 24 00:33:17.203 INFO O| Feb 24 00:33:17.203 INFO STEP 23 (remove_files) COMPLETE
49262026-02-24T00:33:17.871Z[ recovery-image] Feb 24 00:33:17.203 INFO O| Feb 24 00:33:17.203 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49272026-02-24T00:33:17.886Z[ recovery-image] Feb 24 00:33:17.214 INFO O| Feb 24 00:33:17.214 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/alias"
49282026-02-24T00:33:17.886Z[ recovery-image] Feb 24 00:33:17.214 INFO O| Feb 24 00:33:17.214 INFO STEP 24 (remove_files) COMPLETE
49292026-02-24T00:33:17.886Z[ recovery-image] Feb 24 00:33:17.214 INFO O| Feb 24 00:33:17.214 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49302026-02-24T00:33:17.890Z[ recovery-image] Feb 24 00:33:17.224 INFO O| Feb 24 00:33:17.224 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/adb"
49312026-02-24T00:33:17.890Z[ recovery-image] Feb 24 00:33:17.225 INFO O| Feb 24 00:33:17.225 INFO STEP 25 (remove_files) COMPLETE
49322026-02-24T00:33:17.893Z[ recovery-image] Feb 24 00:33:17.225 INFO O| Feb 24 00:33:17.225 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49332026-02-24T00:33:17.899Z[ recovery-image] Feb 24 00:33:17.235 INFO O| Feb 24 00:33:17.235 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/amt"
49342026-02-24T00:33:17.902Z[ recovery-image] Feb 24 00:33:17.236 INFO O| Feb 24 00:33:17.236 INFO STEP 26 (remove_files) COMPLETE
49352026-02-24T00:33:17.902Z[ recovery-image] Feb 24 00:33:17.236 INFO O| Feb 24 00:33:17.236 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49362026-02-24T00:33:17.911Z[ recovery-image] Feb 24 00:33:17.247 INFO O| Feb 24 00:33:17.247 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/cputrack"
49372026-02-24T00:33:17.911Z[ recovery-image] Feb 24 00:33:17.247 INFO O| Feb 24 00:33:17.247 INFO STEP 27 (remove_files) COMPLETE
49382026-02-24T00:33:17.911Z[ recovery-image] Feb 24 00:33:17.247 INFO O| Feb 24 00:33:17.247 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49392026-02-24T00:33:17.923Z[ recovery-image] Feb 24 00:33:17.259 INFO O| Feb 24 00:33:17.259 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/crle"
49402026-02-24T00:33:17.924Z[ recovery-image] Feb 24 00:33:17.260 INFO O| Feb 24 00:33:17.259 INFO STEP 28 (remove_files) COMPLETE
49412026-02-24T00:33:17.927Z[ recovery-image] Feb 24 00:33:17.260 INFO O| Feb 24 00:33:17.260 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49422026-02-24T00:33:17.935Z[ recovery-image] Feb 24 00:33:17.271 INFO O| Feb 24 00:33:17.271 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl"
49432026-02-24T00:33:17.935Z[ recovery-image] Feb 24 00:33:17.271 INFO O| Feb 24 00:33:17.271 INFO STEP 29 (remove_files) COMPLETE
49442026-02-24T00:33:17.938Z[ recovery-image] Feb 24 00:33:17.271 INFO O| Feb 24 00:33:17.271 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49452026-02-24T00:33:17.948Z[ recovery-image] Feb 24 00:33:17.284 INFO O| Feb 24 00:33:17.284 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl-config"
49462026-02-24T00:33:17.948Z[ recovery-image] Feb 24 00:33:17.284 INFO O| Feb 24 00:33:17.284 INFO STEP 30 (remove_files) COMPLETE
49472026-02-24T00:33:17.951Z[ recovery-image] Feb 24 00:33:17.284 INFO O| Feb 24 00:33:17.284 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49482026-02-24T00:33:17.961Z[ recovery-image] Feb 24 00:33:17.297 INFO O| Feb 24 00:33:17.297 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/decrypt"
49492026-02-24T00:33:17.961Z[ recovery-image] Feb 24 00:33:17.298 INFO O| Feb 24 00:33:17.298 INFO STEP 31 (remove_files) COMPLETE
49502026-02-24T00:33:17.961Z[ recovery-image] Feb 24 00:33:17.298 INFO O| Feb 24 00:33:17.298 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49512026-02-24T00:33:17.975Z[ recovery-image] Feb 24 00:33:17.311 INFO O| Feb 24 00:33:17.311 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/digest"
49522026-02-24T00:33:17.978Z[ recovery-image] Feb 24 00:33:17.312 INFO O| Feb 24 00:33:17.311 INFO STEP 32 (remove_files) COMPLETE
49532026-02-24T00:33:17.978Z[ recovery-image] Feb 24 00:33:17.312 INFO O| Feb 24 00:33:17.311 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49542026-02-24T00:33:17.988Z[ recovery-image] Feb 24 00:33:17.324 INFO O| Feb 24 00:33:17.323 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/elfwrap"
49552026-02-24T00:33:17.988Z[ recovery-image] Feb 24 00:33:17.324 INFO O| Feb 24 00:33:17.324 INFO STEP 33 (remove_files) COMPLETE
49562026-02-24T00:33:17.991Z[ recovery-image] Feb 24 00:33:17.324 INFO O| Feb 24 00:33:17.324 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49572026-02-24T00:33:18.000Z[ recovery-image] Feb 24 00:33:17.336 INFO O| Feb 24 00:33:17.336 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/encrypt"
49582026-02-24T00:33:18.003Z[ recovery-image] Feb 24 00:33:17.337 INFO O| Feb 24 00:33:17.337 INFO STEP 34 (remove_files) COMPLETE
49592026-02-24T00:33:18.003Z[ recovery-image] Feb 24 00:33:17.337 INFO O| Feb 24 00:33:17.337 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49602026-02-24T00:33:18.013Z[ recovery-image] Feb 24 00:33:17.349 INFO O| Feb 24 00:33:17.349 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gclear"
49612026-02-24T00:33:18.016Z[ recovery-image] Feb 24 00:33:17.350 INFO O| Feb 24 00:33:17.350 INFO STEP 35 (remove_files) COMPLETE
49622026-02-24T00:33:18.016Z[ recovery-image] Feb 24 00:33:17.350 INFO O| Feb 24 00:33:17.350 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49632026-02-24T00:33:18.026Z[ recovery-image] Feb 24 00:33:17.363 INFO O| Feb 24 00:33:17.362 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ginfocmp"
49642026-02-24T00:33:18.026Z[ recovery-image] Feb 24 00:33:17.363 INFO O| Feb 24 00:33:17.363 INFO STEP 36 (remove_files) COMPLETE
49652026-02-24T00:33:18.026Z[ recovery-image] Feb 24 00:33:17.363 INFO O| Feb 24 00:33:17.363 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49662026-02-24T00:33:18.040Z[ recovery-image] Feb 24 00:33:17.375 INFO O| Feb 24 00:33:17.375 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtabs"
49672026-02-24T00:33:18.040Z[ recovery-image] Feb 24 00:33:17.375 INFO O| Feb 24 00:33:17.375 INFO STEP 37 (remove_files) COMPLETE
49682026-02-24T00:33:18.043Z[ recovery-image] Feb 24 00:33:17.375 INFO O| Feb 24 00:33:17.375 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49692026-02-24T00:33:18.050Z[ recovery-image] Feb 24 00:33:17.386 INFO O| Feb 24 00:33:17.386 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtic"
49702026-02-24T00:33:18.050Z[ recovery-image] Feb 24 00:33:17.387 INFO O| Feb 24 00:33:17.386 INFO STEP 38 (remove_files) COMPLETE
49712026-02-24T00:33:18.053Z[ recovery-image] Feb 24 00:33:17.387 INFO O| Feb 24 00:33:17.387 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49722026-02-24T00:33:18.106Z[ recovery-image] Feb 24 00:33:17.400 INFO O| Feb 24 00:33:17.400 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtoe"
49732026-02-24T00:33:18.106Z[ recovery-image] Feb 24 00:33:17.400 INFO O| Feb 24 00:33:17.400 INFO STEP 39 (remove_files) COMPLETE
49742026-02-24T00:33:18.106Z[ recovery-image] Feb 24 00:33:17.400 INFO O| Feb 24 00:33:17.400 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49752026-02-24T00:33:18.106Z[ recovery-image] Feb 24 00:33:17.413 INFO O| Feb 24 00:33:17.413 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtput"
49762026-02-24T00:33:18.106Z[ recovery-image] Feb 24 00:33:17.413 INFO O| Feb 24 00:33:17.413 INFO STEP 40 (remove_files) COMPLETE
49772026-02-24T00:33:18.106Z[ recovery-image] Feb 24 00:33:17.413 INFO O| Feb 24 00:33:17.413 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49782026-02-24T00:33:18.106Z[ recovery-image] Feb 24 00:33:17.425 INFO O| Feb 24 00:33:17.425 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtset"
49792026-02-24T00:33:18.106Z[ recovery-image] Feb 24 00:33:17.426 INFO O| Feb 24 00:33:17.426 INFO STEP 41 (remove_files) COMPLETE
49802026-02-24T00:33:18.106Z[ recovery-image] Feb 24 00:33:17.426 INFO O| Feb 24 00:33:17.426 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49812026-02-24T00:33:18.106Z[ recovery-image] Feb 24 00:33:17.438 INFO O| Feb 24 00:33:17.438 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/idn"
49822026-02-24T00:33:18.106Z[ recovery-image] Feb 24 00:33:17.438 INFO O| Feb 24 00:33:17.438 INFO STEP 42 (remove_files) COMPLETE
49832026-02-24T00:33:18.106Z[ recovery-image] Feb 24 00:33:17.439 INFO O| Feb 24 00:33:17.438 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49842026-02-24T00:33:18.115Z[ recovery-image] Feb 24 00:33:17.451 INFO O| Feb 24 00:33:17.451 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ksh93"
49852026-02-24T00:33:18.115Z[ recovery-image] Feb 24 00:33:17.451 INFO O| Feb 24 00:33:17.451 INFO STEP 43 (remove_files) COMPLETE
49862026-02-24T00:33:18.115Z[ recovery-image] Feb 24 00:33:17.451 INFO O| Feb 24 00:33:17.451 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49872026-02-24T00:33:18.128Z[ recovery-image] Feb 24 00:33:17.464 INFO O| Feb 24 00:33:17.464 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ls"
49882026-02-24T00:33:18.128Z[ recovery-image] Feb 24 00:33:17.464 INFO O| Feb 24 00:33:17.464 INFO STEP 44 (remove_files) COMPLETE
49892026-02-24T00:33:18.132Z[ recovery-image] Feb 24 00:33:17.464 INFO O| Feb 24 00:33:17.464 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49902026-02-24T00:33:18.143Z[ recovery-image] Feb 24 00:33:17.477 INFO O| Feb 24 00:33:17.477 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/mac"
49912026-02-24T00:33:18.143Z[ recovery-image] Feb 24 00:33:17.477 INFO O| Feb 24 00:33:17.477 INFO STEP 45 (remove_files) COMPLETE
49922026-02-24T00:33:18.146Z[ recovery-image] Feb 24 00:33:17.477 INFO O| Feb 24 00:33:17.477 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49932026-02-24T00:33:18.154Z[ recovery-image] Feb 24 00:33:17.490 INFO O| Feb 24 00:33:17.490 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/moe"
49942026-02-24T00:33:18.157Z[ recovery-image] Feb 24 00:33:17.491 INFO O| Feb 24 00:33:17.491 INFO STEP 46 (remove_files) COMPLETE
49952026-02-24T00:33:18.157Z[ recovery-image] Feb 24 00:33:17.491 INFO O| Feb 24 00:33:17.491 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49962026-02-24T00:33:18.168Z[ recovery-image] Feb 24 00:33:17.504 INFO O| Feb 24 00:33:17.504 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ncurses6-config"
49972026-02-24T00:33:18.168Z[ recovery-image] Feb 24 00:33:17.504 INFO O| Feb 24 00:33:17.504 INFO STEP 47 (remove_files) COMPLETE
49982026-02-24T00:33:18.171Z[ recovery-image] Feb 24 00:33:17.504 INFO O| Feb 24 00:33:17.504 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49992026-02-24T00:33:18.182Z[ recovery-image] Feb 24 00:33:17.517 INFO O| Feb 24 00:33:17.517 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/newtask"
50002026-02-24T00:33:18.185Z[ recovery-image] Feb 24 00:33:17.518 INFO O| Feb 24 00:33:17.518 INFO STEP 48 (remove_files) COMPLETE
50012026-02-24T00:33:18.185Z[ recovery-image] Feb 24 00:33:17.518 INFO O| Feb 24 00:33:17.518 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50022026-02-24T00:33:18.195Z[ recovery-image] Feb 24 00:33:17.531 INFO O| Feb 24 00:33:17.531 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/nohup"
50032026-02-24T00:33:18.198Z[ recovery-image] Feb 24 00:33:17.531 INFO O| Feb 24 00:33:17.531 INFO STEP 49 (remove_files) COMPLETE
50042026-02-24T00:33:18.198Z[ recovery-image] Feb 24 00:33:17.531 INFO O| Feb 24 00:33:17.531 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50052026-02-24T00:33:18.208Z[ recovery-image] Feb 24 00:33:17.544 INFO O| Feb 24 00:33:17.544 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pargs"
50062026-02-24T00:33:18.211Z[ recovery-image] Feb 24 00:33:17.545 INFO O| Feb 24 00:33:17.544 INFO STEP 50 (remove_files) COMPLETE
50072026-02-24T00:33:18.211Z[ recovery-image] Feb 24 00:33:17.545 INFO O| Feb 24 00:33:17.545 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50082026-02-24T00:33:18.222Z[ recovery-image] Feb 24 00:33:17.557 INFO O| Feb 24 00:33:17.557 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pauxv"
50092026-02-24T00:33:18.222Z[ recovery-image] Feb 24 00:33:17.557 INFO O| Feb 24 00:33:17.557 INFO STEP 51 (remove_files) COMPLETE
50102026-02-24T00:33:18.222Z[ recovery-image] Feb 24 00:33:17.557 INFO O| Feb 24 00:33:17.557 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50112026-02-24T00:33:18.234Z[ recovery-image] Feb 24 00:33:17.570 INFO O| Feb 24 00:33:17.570 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcap-config"
50122026-02-24T00:33:18.234Z[ recovery-image] Feb 24 00:33:17.570 INFO O| Feb 24 00:33:17.570 INFO STEP 52 (remove_files) COMPLETE
50132026-02-24T00:33:18.237Z[ recovery-image] Feb 24 00:33:17.570 INFO O| Feb 24 00:33:17.570 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50142026-02-24T00:33:18.246Z[ recovery-image] Feb 24 00:33:17.582 INFO O| Feb 24 00:33:17.582 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre-config"
50152026-02-24T00:33:18.246Z[ recovery-image] Feb 24 00:33:17.582 INFO O| Feb 24 00:33:17.582 INFO STEP 53 (remove_files) COMPLETE
50162026-02-24T00:33:18.250Z[ recovery-image] Feb 24 00:33:17.582 INFO O| Feb 24 00:33:17.582 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50172026-02-24T00:33:18.259Z[ recovery-image] Feb 24 00:33:17.595 INFO O| Feb 24 00:33:17.595 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2-config"
50182026-02-24T00:33:18.259Z[ recovery-image] Feb 24 00:33:17.595 INFO O| Feb 24 00:33:17.595 INFO STEP 54 (remove_files) COMPLETE
50192026-02-24T00:33:18.259Z[ recovery-image] Feb 24 00:33:17.595 INFO O| Feb 24 00:33:17.595 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50202026-02-24T00:33:18.272Z[ recovery-image] Feb 24 00:33:17.608 INFO O| Feb 24 00:33:17.608 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2grep"
50212026-02-24T00:33:18.272Z[ recovery-image] Feb 24 00:33:17.608 INFO O| Feb 24 00:33:17.608 INFO STEP 55 (remove_files) COMPLETE
50222026-02-24T00:33:18.276Z[ recovery-image] Feb 24 00:33:17.608 INFO O| Feb 24 00:33:17.608 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50232026-02-24T00:33:18.284Z[ recovery-image] Feb 24 00:33:17.620 INFO O| Feb 24 00:33:17.620 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2test"
50242026-02-24T00:33:18.284Z[ recovery-image] Feb 24 00:33:17.620 INFO O| Feb 24 00:33:17.620 INFO STEP 56 (remove_files) COMPLETE
50252026-02-24T00:33:18.287Z[ recovery-image] Feb 24 00:33:17.620 INFO O| Feb 24 00:33:17.620 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50262026-02-24T00:33:18.297Z[ recovery-image] Feb 24 00:33:17.633 INFO O| Feb 24 00:33:17.633 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcred"
50272026-02-24T00:33:18.300Z[ recovery-image] Feb 24 00:33:17.634 INFO O| Feb 24 00:33:17.634 INFO STEP 57 (remove_files) COMPLETE
50282026-02-24T00:33:18.300Z[ recovery-image] Feb 24 00:33:17.634 INFO O| Feb 24 00:33:17.634 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50292026-02-24T00:33:18.311Z[ recovery-image] Feb 24 00:33:17.647 INFO O| Feb 24 00:33:17.647 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcregrep"
50302026-02-24T00:33:18.311Z[ recovery-image] Feb 24 00:33:17.647 INFO O| Feb 24 00:33:17.647 INFO STEP 58 (remove_files) COMPLETE
50312026-02-24T00:33:18.311Z[ recovery-image] Feb 24 00:33:17.647 INFO O| Feb 24 00:33:17.647 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50322026-02-24T00:33:18.323Z[ recovery-image] Feb 24 00:33:17.659 INFO O| Feb 24 00:33:17.659 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcretest"
50332026-02-24T00:33:18.323Z[ recovery-image] Feb 24 00:33:17.660 INFO O| Feb 24 00:33:17.659 INFO STEP 59 (remove_files) COMPLETE
50342026-02-24T00:33:18.323Z[ recovery-image] Feb 24 00:33:17.660 INFO O| Feb 24 00:33:17.660 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50352026-02-24T00:33:18.336Z[ recovery-image] Feb 24 00:33:17.672 INFO O| Feb 24 00:33:17.672 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/penv"
50362026-02-24T00:33:18.340Z[ recovery-image] Feb 24 00:33:17.673 INFO O| Feb 24 00:33:17.673 INFO STEP 60 (remove_files) COMPLETE
50372026-02-24T00:33:18.340Z[ recovery-image] Feb 24 00:33:17.673 INFO O| Feb 24 00:33:17.673 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50382026-02-24T00:33:18.350Z[ recovery-image] Feb 24 00:33:17.686 INFO O| Feb 24 00:33:17.686 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pfiles"
50392026-02-24T00:33:18.350Z[ recovery-image] Feb 24 00:33:17.686 INFO O| Feb 24 00:33:17.686 INFO STEP 61 (remove_files) COMPLETE
50402026-02-24T00:33:18.350Z[ recovery-image] Feb 24 00:33:17.686 INFO O| Feb 24 00:33:17.686 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50412026-02-24T00:33:18.363Z[ recovery-image] Feb 24 00:33:17.699 INFO O| Feb 24 00:33:17.699 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pflags"
50422026-02-24T00:33:18.363Z[ recovery-image] Feb 24 00:33:17.699 INFO O| Feb 24 00:33:17.699 INFO STEP 62 (remove_files) COMPLETE
50432026-02-24T00:33:18.366Z[ recovery-image] Feb 24 00:33:17.699 INFO O| Feb 24 00:33:17.699 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50442026-02-24T00:33:18.376Z[ recovery-image] Feb 24 00:33:17.712 INFO O| Feb 24 00:33:17.712 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pldd"
50452026-02-24T00:33:18.376Z[ recovery-image] Feb 24 00:33:17.712 INFO O| Feb 24 00:33:17.712 INFO STEP 63 (remove_files) COMPLETE
50462026-02-24T00:33:18.379Z[ recovery-image] Feb 24 00:33:17.712 INFO O| Feb 24 00:33:17.712 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50472026-02-24T00:33:18.389Z[ recovery-image] Feb 24 00:33:17.725 INFO O| Feb 24 00:33:17.725 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plgrp"
50482026-02-24T00:33:18.389Z[ recovery-image] Feb 24 00:33:17.725 INFO O| Feb 24 00:33:17.725 INFO STEP 64 (remove_files) COMPLETE
50492026-02-24T00:33:18.392Z[ recovery-image] Feb 24 00:33:17.726 INFO O| Feb 24 00:33:17.725 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50502026-02-24T00:33:18.403Z[ recovery-image] Feb 24 00:33:17.739 INFO O| Feb 24 00:33:17.739 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plimit"
50512026-02-24T00:33:18.403Z[ recovery-image] Feb 24 00:33:17.739 INFO O| Feb 24 00:33:17.739 INFO STEP 65 (remove_files) COMPLETE
50522026-02-24T00:33:18.403Z[ recovery-image] Feb 24 00:33:17.739 INFO O| Feb 24 00:33:17.739 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50532026-02-24T00:33:18.416Z[ recovery-image] Feb 24 00:33:17.752 INFO O| Feb 24 00:33:17.752 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmadvise"
50542026-02-24T00:33:18.416Z[ recovery-image] Feb 24 00:33:17.752 INFO O| Feb 24 00:33:17.752 INFO STEP 66 (remove_files) COMPLETE
50552026-02-24T00:33:18.420Z[ recovery-image] Feb 24 00:33:17.752 INFO O| Feb 24 00:33:17.752 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50562026-02-24T00:33:18.429Z[ recovery-image] Feb 24 00:33:17.765 INFO O| Feb 24 00:33:17.765 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmap"
50572026-02-24T00:33:18.429Z[ recovery-image] Feb 24 00:33:17.765 INFO O| Feb 24 00:33:17.765 INFO STEP 67 (remove_files) COMPLETE
50582026-02-24T00:33:18.429Z[ recovery-image] Feb 24 00:33:17.765 INFO O| Feb 24 00:33:17.765 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50592026-02-24T00:33:18.442Z[ recovery-image] Feb 24 00:33:17.778 INFO O| Feb 24 00:33:17.778 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppgsz"
50602026-02-24T00:33:18.442Z[ recovery-image] Feb 24 00:33:17.778 INFO O| Feb 24 00:33:17.778 INFO STEP 68 (remove_files) COMPLETE
50612026-02-24T00:33:18.445Z[ recovery-image] Feb 24 00:33:17.778 INFO O| Feb 24 00:33:17.778 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50622026-02-24T00:33:18.456Z[ recovery-image] Feb 24 00:33:17.792 INFO O| Feb 24 00:33:17.791 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppriv"
50632026-02-24T00:33:18.456Z[ recovery-image] Feb 24 00:33:17.792 INFO O| Feb 24 00:33:17.792 INFO STEP 69 (remove_files) COMPLETE
50642026-02-24T00:33:18.456Z[ recovery-image] Feb 24 00:33:17.792 INFO O| Feb 24 00:33:17.792 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50652026-02-24T00:33:18.470Z[ recovery-image] Feb 24 00:33:17.806 INFO O| Feb 24 00:33:17.806 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prctl"
50662026-02-24T00:33:18.470Z[ recovery-image] Feb 24 00:33:17.806 INFO O| Feb 24 00:33:17.806 INFO STEP 70 (remove_files) COMPLETE
50672026-02-24T00:33:18.470Z[ recovery-image] Feb 24 00:33:17.806 INFO O| Feb 24 00:33:17.806 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50682026-02-24T00:33:18.484Z[ recovery-image] Feb 24 00:33:17.820 INFO O| Feb 24 00:33:17.820 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/preap"
50692026-02-24T00:33:18.484Z[ recovery-image] Feb 24 00:33:17.820 INFO O| Feb 24 00:33:17.820 INFO STEP 71 (remove_files) COMPLETE
50702026-02-24T00:33:18.488Z[ recovery-image] Feb 24 00:33:17.820 INFO O| Feb 24 00:33:17.820 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50712026-02-24T00:33:18.500Z[ recovery-image] Feb 24 00:33:17.833 INFO O| Feb 24 00:33:17.833 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prstat"
50722026-02-24T00:33:18.500Z[ recovery-image] Feb 24 00:33:17.833 INFO O| Feb 24 00:33:17.833 INFO STEP 72 (remove_files) COMPLETE
50732026-02-24T00:33:18.500Z[ recovery-image] Feb 24 00:33:17.833 INFO O| Feb 24 00:33:17.833 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50742026-02-24T00:33:18.512Z[ recovery-image] Feb 24 00:33:17.847 INFO O| Feb 24 00:33:17.846 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prun"
50752026-02-24T00:33:18.512Z[ recovery-image] Feb 24 00:33:17.847 INFO O| Feb 24 00:33:17.847 INFO STEP 73 (remove_files) COMPLETE
50762026-02-24T00:33:18.512Z[ recovery-image] Feb 24 00:33:17.847 INFO O| Feb 24 00:33:17.847 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50772026-02-24T00:33:18.524Z[ recovery-image] Feb 24 00:33:17.860 INFO O| Feb 24 00:33:17.860 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psecflags"
50782026-02-24T00:33:18.524Z[ recovery-image] Feb 24 00:33:17.860 INFO O| Feb 24 00:33:17.860 INFO STEP 74 (remove_files) COMPLETE
50792026-02-24T00:33:18.525Z[ recovery-image] Feb 24 00:33:17.860 INFO O| Feb 24 00:33:17.860 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50802026-02-24T00:33:18.537Z[ recovery-image] Feb 24 00:33:17.873 INFO O| Feb 24 00:33:17.873 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psig"
50812026-02-24T00:33:18.537Z[ recovery-image] Feb 24 00:33:17.873 INFO O| Feb 24 00:33:17.873 INFO STEP 75 (remove_files) COMPLETE
50822026-02-24T00:33:18.537Z[ recovery-image] Feb 24 00:33:17.873 INFO O| Feb 24 00:33:17.873 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50832026-02-24T00:33:18.549Z[ recovery-image] Feb 24 00:33:17.885 INFO O| Feb 24 00:33:17.885 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstack"
50842026-02-24T00:33:18.549Z[ recovery-image] Feb 24 00:33:17.885 INFO O| Feb 24 00:33:17.885 INFO STEP 76 (remove_files) COMPLETE
50852026-02-24T00:33:18.549Z[ recovery-image] Feb 24 00:33:17.885 INFO O| Feb 24 00:33:17.885 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50862026-02-24T00:33:18.561Z[ recovery-image] Feb 24 00:33:17.897 INFO O| Feb 24 00:33:17.897 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstop"
50872026-02-24T00:33:18.561Z[ recovery-image] Feb 24 00:33:17.897 INFO O| Feb 24 00:33:17.897 INFO STEP 77 (remove_files) COMPLETE
50882026-02-24T00:33:18.565Z[ recovery-image] Feb 24 00:33:17.897 INFO O| Feb 24 00:33:17.897 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50892026-02-24T00:33:18.576Z[ recovery-image] Feb 24 00:33:17.911 INFO O| Feb 24 00:33:17.911 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptime"
50902026-02-24T00:33:18.576Z[ recovery-image] Feb 24 00:33:17.911 INFO O| Feb 24 00:33:17.911 INFO STEP 78 (remove_files) COMPLETE
50912026-02-24T00:33:18.576Z[ recovery-image] Feb 24 00:33:17.911 INFO O| Feb 24 00:33:17.911 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50922026-02-24T00:33:18.587Z[ recovery-image] Feb 24 00:33:17.923 INFO O| Feb 24 00:33:17.923 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptree"
50932026-02-24T00:33:18.587Z[ recovery-image] Feb 24 00:33:17.923 INFO O| Feb 24 00:33:17.923 INFO STEP 79 (remove_files) COMPLETE
50942026-02-24T00:33:18.590Z[ recovery-image] Feb 24 00:33:17.923 INFO O| Feb 24 00:33:17.923 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50952026-02-24T00:33:18.600Z[ recovery-image] Feb 24 00:33:17.936 INFO O| Feb 24 00:33:17.936 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwait"
50962026-02-24T00:33:18.600Z[ recovery-image] Feb 24 00:33:17.936 INFO O| Feb 24 00:33:17.936 INFO STEP 80 (remove_files) COMPLETE
50972026-02-24T00:33:18.604Z[ recovery-image] Feb 24 00:33:17.936 INFO O| Feb 24 00:33:17.936 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50982026-02-24T00:33:18.614Z[ recovery-image] Feb 24 00:33:17.950 INFO O| Feb 24 00:33:17.950 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwdx"
50992026-02-24T00:33:18.614Z[ recovery-image] Feb 24 00:33:17.950 INFO O| Feb 24 00:33:17.950 INFO STEP 81 (remove_files) COMPLETE
51002026-02-24T00:33:18.614Z[ recovery-image] Feb 24 00:33:17.950 INFO O| Feb 24 00:33:17.950 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51012026-02-24T00:33:18.628Z[ recovery-image] Feb 24 00:33:17.964 INFO O| Feb 24 00:33:17.964 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh"
51022026-02-24T00:33:18.628Z[ recovery-image] Feb 24 00:33:17.964 INFO O| Feb 24 00:33:17.964 INFO STEP 82 (remove_files) COMPLETE
51032026-02-24T00:33:18.631Z[ recovery-image] Feb 24 00:33:17.964 INFO O| Feb 24 00:33:17.964 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51042026-02-24T00:33:18.643Z[ recovery-image] Feb 24 00:33:17.979 INFO O| Feb 24 00:33:17.979 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh93"
51052026-02-24T00:33:18.643Z[ recovery-image] Feb 24 00:33:17.979 INFO O| Feb 24 00:33:17.979 INFO STEP 83 (remove_files) COMPLETE
51062026-02-24T00:33:18.643Z[ recovery-image] Feb 24 00:33:17.979 INFO O| Feb 24 00:33:17.979 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51072026-02-24T00:33:18.656Z[ recovery-image] Feb 24 00:33:17.992 INFO O| Feb 24 00:33:17.992 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/sqlite3"
51082026-02-24T00:33:18.656Z[ recovery-image] Feb 24 00:33:17.992 INFO O| Feb 24 00:33:17.992 INFO STEP 84 (remove_files) COMPLETE
51092026-02-24T00:33:18.660Z[ recovery-image] Feb 24 00:33:17.992 INFO O| Feb 24 00:33:17.992 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51102026-02-24T00:33:18.691Z[ recovery-image] Feb 24 00:33:18.027 INFO O| Feb 24 00:33:18.027 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/strings"
51112026-02-24T00:33:18.691Z[ recovery-image] Feb 24 00:33:18.027 INFO O| Feb 24 00:33:18.027 INFO STEP 85 (remove_files) COMPLETE
51122026-02-24T00:33:18.695Z[ recovery-image] Feb 24 00:33:18.027 INFO O| Feb 24 00:33:18.027 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51132026-02-24T00:33:18.717Z[ recovery-image] Feb 24 00:33:18.053 INFO O| Feb 24 00:33:18.053 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xml2-config"
51142026-02-24T00:33:18.718Z[ recovery-image] Feb 24 00:33:18.053 INFO O| Feb 24 00:33:18.053 INFO STEP 86 (remove_files) COMPLETE
51152026-02-24T00:33:18.721Z[ recovery-image] Feb 24 00:33:18.053 INFO O| Feb 24 00:33:18.053 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51162026-02-24T00:33:18.747Z[ recovery-image] Feb 24 00:33:18.083 INFO O| Feb 24 00:33:18.083 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmlcatalog"
51172026-02-24T00:33:18.747Z[ recovery-image] Feb 24 00:33:18.083 INFO O| Feb 24 00:33:18.083 INFO STEP 87 (remove_files) COMPLETE
51182026-02-24T00:33:18.747Z[ recovery-image] Feb 24 00:33:18.083 INFO O| Feb 24 00:33:18.083 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51192026-02-24T00:33:18.761Z[ recovery-image] Feb 24 00:33:18.096 INFO O| Feb 24 00:33:18.096 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmllint"
51202026-02-24T00:33:18.761Z[ recovery-image] Feb 24 00:33:18.096 INFO O| Feb 24 00:33:18.096 INFO STEP 88 (remove_files) COMPLETE
51212026-02-24T00:33:18.764Z[ recovery-image] Feb 24 00:33:18.096 INFO O| Feb 24 00:33:18.096 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51222026-02-24T00:33:18.790Z[ recovery-image] Feb 24 00:33:18.126 INFO O| Feb 24 00:33:18.125 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amt"
51232026-02-24T00:33:18.790Z[ recovery-image] Feb 24 00:33:18.126 INFO O| Feb 24 00:33:18.126 INFO STEP 89 (remove_files) COMPLETE
51242026-02-24T00:33:18.793Z[ recovery-image] Feb 24 00:33:18.126 INFO O| Feb 24 00:33:18.126 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51252026-02-24T00:33:18.803Z[ recovery-image] Feb 24 00:33:18.139 INFO O| Feb 24 00:33:18.139 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/arch"
51262026-02-24T00:33:18.803Z[ recovery-image] Feb 24 00:33:18.139 INFO O| Feb 24 00:33:18.139 INFO STEP 90 (remove_files) COMPLETE
51272026-02-24T00:33:18.807Z[ recovery-image] Feb 24 00:33:18.139 INFO O| Feb 24 00:33:18.139 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51282026-02-24T00:33:18.816Z[ recovery-image] Feb 24 00:33:18.152 INFO O| Feb 24 00:33:18.152 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/asa"
51292026-02-24T00:33:18.816Z[ recovery-image] Feb 24 00:33:18.152 INFO O| Feb 24 00:33:18.152 INFO STEP 91 (remove_files) COMPLETE
51302026-02-24T00:33:18.820Z[ recovery-image] Feb 24 00:33:18.152 INFO O| Feb 24 00:33:18.152 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51312026-02-24T00:33:18.830Z[ recovery-image] Feb 24 00:33:18.166 INFO O| Feb 24 00:33:18.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/at"
51322026-02-24T00:33:18.830Z[ recovery-image] Feb 24 00:33:18.166 INFO O| Feb 24 00:33:18.166 INFO STEP 92 (remove_files) COMPLETE
51332026-02-24T00:33:18.833Z[ recovery-image] Feb 24 00:33:18.166 INFO O| Feb 24 00:33:18.166 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51342026-02-24T00:33:18.844Z[ recovery-image] Feb 24 00:33:18.180 INFO O| Feb 24 00:33:18.180 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atq"
51352026-02-24T00:33:18.844Z[ recovery-image] Feb 24 00:33:18.180 INFO O| Feb 24 00:33:18.180 INFO STEP 93 (remove_files) COMPLETE
51362026-02-24T00:33:18.847Z[ recovery-image] Feb 24 00:33:18.180 INFO O| Feb 24 00:33:18.180 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51372026-02-24T00:33:18.859Z[ recovery-image] Feb 24 00:33:18.195 INFO O| Feb 24 00:33:18.195 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atrm"
51382026-02-24T00:33:18.859Z[ recovery-image] Feb 24 00:33:18.195 INFO O| Feb 24 00:33:18.195 INFO STEP 94 (remove_files) COMPLETE
51392026-02-24T00:33:18.859Z[ recovery-image] Feb 24 00:33:18.195 INFO O| Feb 24 00:33:18.195 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51402026-02-24T00:33:18.872Z[ recovery-image] Feb 24 00:33:18.208 INFO O| Feb 24 00:33:18.208 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/auths"
51412026-02-24T00:33:18.873Z[ recovery-image] Feb 24 00:33:18.209 INFO O| Feb 24 00:33:18.208 INFO STEP 95 (remove_files) COMPLETE
51422026-02-24T00:33:18.876Z[ recovery-image] Feb 24 00:33:18.209 INFO O| Feb 24 00:33:18.209 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51432026-02-24T00:33:18.886Z[ recovery-image] Feb 24 00:33:18.222 INFO O| Feb 24 00:33:18.222 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/banner"
51442026-02-24T00:33:18.886Z[ recovery-image] Feb 24 00:33:18.222 INFO O| Feb 24 00:33:18.222 INFO STEP 96 (remove_files) COMPLETE
51452026-02-24T00:33:18.886Z[ recovery-image] Feb 24 00:33:18.222 INFO O| Feb 24 00:33:18.222 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51462026-02-24T00:33:18.898Z[ recovery-image] Feb 24 00:33:18.234 INFO O| Feb 24 00:33:18.234 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bashbug"
51472026-02-24T00:33:18.898Z[ recovery-image] Feb 24 00:33:18.234 INFO O| Feb 24 00:33:18.234 INFO STEP 97 (remove_files) COMPLETE
51482026-02-24T00:33:18.902Z[ recovery-image] Feb 24 00:33:18.235 INFO O| Feb 24 00:33:18.234 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51492026-02-24T00:33:18.912Z[ recovery-image] Feb 24 00:33:18.248 INFO O| Feb 24 00:33:18.248 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/batch"
51502026-02-24T00:33:18.912Z[ recovery-image] Feb 24 00:33:18.248 INFO O| Feb 24 00:33:18.248 INFO STEP 98 (remove_files) COMPLETE
51512026-02-24T00:33:18.912Z[ recovery-image] Feb 24 00:33:18.248 INFO O| Feb 24 00:33:18.248 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51522026-02-24T00:33:18.926Z[ recovery-image] Feb 24 00:33:18.262 INFO O| Feb 24 00:33:18.262 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bc"
51532026-02-24T00:33:18.926Z[ recovery-image] Feb 24 00:33:18.262 INFO O| Feb 24 00:33:18.262 INFO STEP 99 (remove_files) COMPLETE
51542026-02-24T00:33:18.929Z[ recovery-image] Feb 24 00:33:18.262 INFO O| Feb 24 00:33:18.262 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51552026-02-24T00:33:18.941Z[ recovery-image] Feb 24 00:33:18.277 INFO O| Feb 24 00:33:18.277 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bdiff"
51562026-02-24T00:33:18.943Z[ recovery-image] Feb 24 00:33:18.278 INFO O| Feb 24 00:33:18.278 INFO STEP 100 (remove_files) COMPLETE
51572026-02-24T00:33:18.943Z[ recovery-image] Feb 24 00:33:18.278 INFO O| Feb 24 00:33:18.278 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51582026-02-24T00:33:18.956Z[ recovery-image] Feb 24 00:33:18.292 INFO O| Feb 24 00:33:18.292 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bg"
51592026-02-24T00:33:18.956Z[ recovery-image] Feb 24 00:33:18.292 INFO O| Feb 24 00:33:18.292 INFO STEP 101 (remove_files) COMPLETE
51602026-02-24T00:33:18.959Z[ recovery-image] Feb 24 00:33:18.292 INFO O| Feb 24 00:33:18.292 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51612026-02-24T00:33:18.969Z[ recovery-image] Feb 24 00:33:18.305 INFO O| Feb 24 00:33:18.305 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/brotli"
51622026-02-24T00:33:18.972Z[ recovery-image] Feb 24 00:33:18.306 INFO O| Feb 24 00:33:18.306 INFO STEP 102 (remove_files) COMPLETE
51632026-02-24T00:33:18.972Z[ recovery-image] Feb 24 00:33:18.306 INFO O| Feb 24 00:33:18.306 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51642026-02-24T00:33:18.982Z[ recovery-image] Feb 24 00:33:18.318 INFO O| Feb 24 00:33:18.318 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bunzip2"
51652026-02-24T00:33:18.982Z[ recovery-image] Feb 24 00:33:18.318 INFO O| Feb 24 00:33:18.318 INFO STEP 103 (remove_files) COMPLETE
51662026-02-24T00:33:18.982Z[ recovery-image] Feb 24 00:33:18.318 INFO O| Feb 24 00:33:18.318 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51672026-02-24T00:33:18.995Z[ recovery-image] Feb 24 00:33:18.331 INFO O| Feb 24 00:33:18.331 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/busstat"
51682026-02-24T00:33:18.995Z[ recovery-image] Feb 24 00:33:18.331 INFO O| Feb 24 00:33:18.331 INFO STEP 104 (remove_files) COMPLETE
51692026-02-24T00:33:18.998Z[ recovery-image] Feb 24 00:33:18.331 INFO O| Feb 24 00:33:18.331 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51702026-02-24T00:33:19.008Z[ recovery-image] Feb 24 00:33:18.344 INFO O| Feb 24 00:33:18.344 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzcat"
51712026-02-24T00:33:19.008Z[ recovery-image] Feb 24 00:33:18.344 INFO O| Feb 24 00:33:18.344 INFO STEP 105 (remove_files) COMPLETE
51722026-02-24T00:33:19.008Z[ recovery-image] Feb 24 00:33:18.344 INFO O| Feb 24 00:33:18.344 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51732026-02-24T00:33:19.021Z[ recovery-image] Feb 24 00:33:18.357 INFO O| Feb 24 00:33:18.357 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzdiff"
51742026-02-24T00:33:19.021Z[ recovery-image] Feb 24 00:33:18.357 INFO O| Feb 24 00:33:18.357 INFO STEP 106 (remove_files) COMPLETE
51752026-02-24T00:33:19.021Z[ recovery-image] Feb 24 00:33:18.357 INFO O| Feb 24 00:33:18.357 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51762026-02-24T00:33:19.034Z[ recovery-image] Feb 24 00:33:18.370 INFO O| Feb 24 00:33:18.369 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzgrep"
51772026-02-24T00:33:19.034Z[ recovery-image] Feb 24 00:33:18.370 INFO O| Feb 24 00:33:18.370 INFO STEP 107 (remove_files) COMPLETE
51782026-02-24T00:33:19.037Z[ recovery-image] Feb 24 00:33:18.370 INFO O| Feb 24 00:33:18.370 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51792026-02-24T00:33:19.046Z[ recovery-image] Feb 24 00:33:18.382 INFO O| Feb 24 00:33:18.382 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2"
51802026-02-24T00:33:19.046Z[ recovery-image] Feb 24 00:33:18.382 INFO O| Feb 24 00:33:18.382 INFO STEP 108 (remove_files) COMPLETE
51812026-02-24T00:33:19.049Z[ recovery-image] Feb 24 00:33:18.382 INFO O| Feb 24 00:33:18.382 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51822026-02-24T00:33:19.058Z[ recovery-image] Feb 24 00:33:18.394 INFO O| Feb 24 00:33:18.394 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2recover"
51832026-02-24T00:33:19.058Z[ recovery-image] Feb 24 00:33:18.395 INFO O| Feb 24 00:33:18.394 INFO STEP 109 (remove_files) COMPLETE
51842026-02-24T00:33:19.062Z[ recovery-image] Feb 24 00:33:18.395 INFO O| Feb 24 00:33:18.395 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51852026-02-24T00:33:19.071Z[ recovery-image] Feb 24 00:33:18.407 INFO O| Feb 24 00:33:18.407 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzmore"
51862026-02-24T00:33:19.071Z[ recovery-image] Feb 24 00:33:18.407 INFO O| Feb 24 00:33:18.407 INFO STEP 110 (remove_files) COMPLETE
51872026-02-24T00:33:19.071Z[ recovery-image] Feb 24 00:33:18.407 INFO O| Feb 24 00:33:18.407 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51882026-02-24T00:33:19.083Z[ recovery-image] Feb 24 00:33:18.419 INFO O| Feb 24 00:33:18.419 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cal"
51892026-02-24T00:33:19.087Z[ recovery-image] Feb 24 00:33:18.420 INFO O| Feb 24 00:33:18.420 INFO STEP 111 (remove_files) COMPLETE
51902026-02-24T00:33:19.087Z[ recovery-image] Feb 24 00:33:18.420 INFO O| Feb 24 00:33:18.420 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51912026-02-24T00:33:19.098Z[ recovery-image] Feb 24 00:33:18.434 INFO O| Feb 24 00:33:18.434 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/captoinfo"
51922026-02-24T00:33:19.098Z[ recovery-image] Feb 24 00:33:18.434 INFO O| Feb 24 00:33:18.434 INFO STEP 112 (remove_files) COMPLETE
51932026-02-24T00:33:19.098Z[ recovery-image] Feb 24 00:33:18.434 INFO O| Feb 24 00:33:18.434 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51942026-02-24T00:33:19.111Z[ recovery-image] Feb 24 00:33:18.447 INFO O| Feb 24 00:33:18.447 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cd"
51952026-02-24T00:33:19.111Z[ recovery-image] Feb 24 00:33:18.447 INFO O| Feb 24 00:33:18.447 INFO STEP 113 (remove_files) COMPLETE
51962026-02-24T00:33:19.115Z[ recovery-image] Feb 24 00:33:18.447 INFO O| Feb 24 00:33:18.447 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51972026-02-24T00:33:19.125Z[ recovery-image] Feb 24 00:33:18.461 INFO O| Feb 24 00:33:18.461 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/certutil"
51982026-02-24T00:33:19.125Z[ recovery-image] Feb 24 00:33:18.461 INFO O| Feb 24 00:33:18.461 INFO STEP 114 (remove_files) COMPLETE
51992026-02-24T00:33:19.128Z[ recovery-image] Feb 24 00:33:18.461 INFO O| Feb 24 00:33:18.461 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52002026-02-24T00:33:19.139Z[ recovery-image] Feb 24 00:33:18.475 INFO O| Feb 24 00:33:18.475 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/checkbandwidth"
52012026-02-24T00:33:19.143Z[ recovery-image] Feb 24 00:33:18.476 INFO O| Feb 24 00:33:18.476 INFO STEP 115 (remove_files) COMPLETE
52022026-02-24T00:33:19.143Z[ recovery-image] Feb 24 00:33:18.476 INFO O| Feb 24 00:33:18.476 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52032026-02-24T00:33:19.154Z[ recovery-image] Feb 24 00:33:18.490 INFO O| Feb 24 00:33:18.490 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chgrp"
52042026-02-24T00:33:19.154Z[ recovery-image] Feb 24 00:33:18.490 INFO O| Feb 24 00:33:18.490 INFO STEP 116 (remove_files) COMPLETE
52052026-02-24T00:33:19.154Z[ recovery-image] Feb 24 00:33:18.490 INFO O| Feb 24 00:33:18.490 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52062026-02-24T00:33:19.169Z[ recovery-image] Feb 24 00:33:18.505 INFO O| Feb 24 00:33:18.505 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chronyc"
52072026-02-24T00:33:19.169Z[ recovery-image] Feb 24 00:33:18.505 INFO O| Feb 24 00:33:18.505 INFO STEP 117 (remove_files) COMPLETE
52082026-02-24T00:33:19.172Z[ recovery-image] Feb 24 00:33:18.505 INFO O| Feb 24 00:33:18.505 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52092026-02-24T00:33:19.201Z[ recovery-image] Feb 24 00:33:18.520 INFO O| Feb 24 00:33:18.520 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckdate"
52102026-02-24T00:33:19.202Z[ recovery-image] Feb 24 00:33:18.520 INFO O| Feb 24 00:33:18.520 INFO STEP 118 (remove_files) COMPLETE
52112026-02-24T00:33:19.205Z[ recovery-image] Feb 24 00:33:18.520 INFO O| Feb 24 00:33:18.520 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52122026-02-24T00:33:19.205Z[ recovery-image] Feb 24 00:33:18.534 INFO O| Feb 24 00:33:18.534 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckgid"
52132026-02-24T00:33:19.205Z[ recovery-image] Feb 24 00:33:18.534 INFO O| Feb 24 00:33:18.534 INFO STEP 119 (remove_files) COMPLETE
52142026-02-24T00:33:19.205Z[ recovery-image] Feb 24 00:33:18.534 INFO O| Feb 24 00:33:18.534 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52152026-02-24T00:33:19.210Z[ recovery-image] Feb 24 00:33:18.546 INFO O| Feb 24 00:33:18.545 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckint"
52162026-02-24T00:33:19.210Z[ recovery-image] Feb 24 00:33:18.546 INFO O| Feb 24 00:33:18.546 INFO STEP 120 (remove_files) COMPLETE
52172026-02-24T00:33:19.210Z[ recovery-image] Feb 24 00:33:18.546 INFO O| Feb 24 00:33:18.546 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52182026-02-24T00:33:19.222Z[ recovery-image] Feb 24 00:33:18.558 INFO O| Feb 24 00:33:18.558 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckitem"
52192026-02-24T00:33:19.222Z[ recovery-image] Feb 24 00:33:18.558 INFO O| Feb 24 00:33:18.558 INFO STEP 121 (remove_files) COMPLETE
52202026-02-24T00:33:19.222Z[ recovery-image] Feb 24 00:33:18.558 INFO O| Feb 24 00:33:18.558 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52212026-02-24T00:33:19.235Z[ recovery-image] Feb 24 00:33:18.571 INFO O| Feb 24 00:33:18.571 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckkeywd"
52222026-02-24T00:33:19.235Z[ recovery-image] Feb 24 00:33:18.571 INFO O| Feb 24 00:33:18.571 INFO STEP 122 (remove_files) COMPLETE
52232026-02-24T00:33:19.237Z[ recovery-image] Feb 24 00:33:18.571 INFO O| Feb 24 00:33:18.571 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52242026-02-24T00:33:19.247Z[ recovery-image] Feb 24 00:33:18.583 INFO O| Feb 24 00:33:18.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckpath"
52252026-02-24T00:33:19.247Z[ recovery-image] Feb 24 00:33:18.583 INFO O| Feb 24 00:33:18.583 INFO STEP 123 (remove_files) COMPLETE
52262026-02-24T00:33:19.247Z[ recovery-image] Feb 24 00:33:18.583 INFO O| Feb 24 00:33:18.583 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52272026-02-24T00:33:19.259Z[ recovery-image] Feb 24 00:33:18.595 INFO O| Feb 24 00:33:18.595 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckrange"
52282026-02-24T00:33:19.259Z[ recovery-image] Feb 24 00:33:18.595 INFO O| Feb 24 00:33:18.595 INFO STEP 124 (remove_files) COMPLETE
52292026-02-24T00:33:19.259Z[ recovery-image] Feb 24 00:33:18.595 INFO O| Feb 24 00:33:18.595 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52302026-02-24T00:33:19.272Z[ recovery-image] Feb 24 00:33:18.608 INFO O| Feb 24 00:33:18.608 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckstr"
52312026-02-24T00:33:19.272Z[ recovery-image] Feb 24 00:33:18.608 INFO O| Feb 24 00:33:18.608 INFO STEP 125 (remove_files) COMPLETE
52322026-02-24T00:33:19.272Z[ recovery-image] Feb 24 00:33:18.608 INFO O| Feb 24 00:33:18.608 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52332026-02-24T00:33:19.283Z[ recovery-image] Feb 24 00:33:18.619 INFO O| Feb 24 00:33:18.619 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cksum"
52342026-02-24T00:33:19.283Z[ recovery-image] Feb 24 00:33:18.619 INFO O| Feb 24 00:33:18.619 INFO STEP 126 (remove_files) COMPLETE
52352026-02-24T00:33:19.283Z[ recovery-image] Feb 24 00:33:18.619 INFO O| Feb 24 00:33:18.619 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52362026-02-24T00:33:19.296Z[ recovery-image] Feb 24 00:33:18.632 INFO O| Feb 24 00:33:18.632 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cktime"
52372026-02-24T00:33:19.296Z[ recovery-image] Feb 24 00:33:18.632 INFO O| Feb 24 00:33:18.632 INFO STEP 127 (remove_files) COMPLETE
52382026-02-24T00:33:19.296Z[ recovery-image] Feb 24 00:33:18.632 INFO O| Feb 24 00:33:18.632 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52392026-02-24T00:33:19.309Z[ recovery-image] Feb 24 00:33:18.645 INFO O| Feb 24 00:33:18.645 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckuid"
52402026-02-24T00:33:19.309Z[ recovery-image] Feb 24 00:33:18.645 INFO O| Feb 24 00:33:18.645 INFO STEP 128 (remove_files) COMPLETE
52412026-02-24T00:33:19.309Z[ recovery-image] Feb 24 00:33:18.645 INFO O| Feb 24 00:33:18.645 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52422026-02-24T00:33:19.322Z[ recovery-image] Feb 24 00:33:18.658 INFO O| Feb 24 00:33:18.658 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckyorn"
52432026-02-24T00:33:19.322Z[ recovery-image] Feb 24 00:33:18.658 INFO O| Feb 24 00:33:18.658 INFO STEP 129 (remove_files) COMPLETE
52442026-02-24T00:33:19.326Z[ recovery-image] Feb 24 00:33:18.658 INFO O| Feb 24 00:33:18.658 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52452026-02-24T00:33:19.335Z[ recovery-image] Feb 24 00:33:18.672 INFO O| Feb 24 00:33:18.671 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/clear"
52462026-02-24T00:33:19.336Z[ recovery-image] Feb 24 00:33:18.672 INFO O| Feb 24 00:33:18.672 INFO STEP 130 (remove_files) COMPLETE
52472026-02-24T00:33:19.336Z[ recovery-image] Feb 24 00:33:18.672 INFO O| Feb 24 00:33:18.672 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52482026-02-24T00:33:19.348Z[ recovery-image] Feb 24 00:33:18.684 INFO O| Feb 24 00:33:18.684 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cmp"
52492026-02-24T00:33:19.348Z[ recovery-image] Feb 24 00:33:18.684 INFO O| Feb 24 00:33:18.684 INFO STEP 131 (remove_files) COMPLETE
52502026-02-24T00:33:19.351Z[ recovery-image] Feb 24 00:33:18.684 INFO O| Feb 24 00:33:18.684 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52512026-02-24T00:33:19.360Z[ recovery-image] Feb 24 00:33:18.696 INFO O| Feb 24 00:33:18.696 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/col"
52522026-02-24T00:33:19.360Z[ recovery-image] Feb 24 00:33:18.696 INFO O| Feb 24 00:33:18.696 INFO STEP 132 (remove_files) COMPLETE
52532026-02-24T00:33:19.360Z[ recovery-image] Feb 24 00:33:18.696 INFO O| Feb 24 00:33:18.696 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52542026-02-24T00:33:19.373Z[ recovery-image] Feb 24 00:33:18.709 INFO O| Feb 24 00:33:18.709 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/comm"
52552026-02-24T00:33:19.373Z[ recovery-image] Feb 24 00:33:18.709 INFO O| Feb 24 00:33:18.709 INFO STEP 133 (remove_files) COMPLETE
52562026-02-24T00:33:19.377Z[ recovery-image] Feb 24 00:33:18.709 INFO O| Feb 24 00:33:18.709 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52572026-02-24T00:33:19.386Z[ recovery-image] Feb 24 00:33:18.722 INFO O| Feb 24 00:33:18.722 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/command"
52582026-02-24T00:33:19.386Z[ recovery-image] Feb 24 00:33:18.722 INFO O| Feb 24 00:33:18.722 INFO STEP 134 (remove_files) COMPLETE
52592026-02-24T00:33:19.386Z[ recovery-image] Feb 24 00:33:18.722 INFO O| Feb 24 00:33:18.722 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52602026-02-24T00:33:19.399Z[ recovery-image] Feb 24 00:33:18.735 INFO O| Feb 24 00:33:18.735 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/compress"
52612026-02-24T00:33:19.399Z[ recovery-image] Feb 24 00:33:18.735 INFO O| Feb 24 00:33:18.735 INFO STEP 135 (remove_files) COMPLETE
52622026-02-24T00:33:19.399Z[ recovery-image] Feb 24 00:33:18.735 INFO O| Feb 24 00:33:18.735 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52632026-02-24T00:33:19.441Z[ recovery-image] Feb 24 00:33:18.748 INFO O| Feb 24 00:33:18.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/connstat"
52642026-02-24T00:33:19.441Z[ recovery-image] Feb 24 00:33:18.748 INFO O| Feb 24 00:33:18.748 INFO STEP 136 (remove_files) COMPLETE
52652026-02-24T00:33:19.441Z[ recovery-image] Feb 24 00:33:18.748 INFO O| Feb 24 00:33:18.748 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52662026-02-24T00:33:19.444Z[ recovery-image] Feb 24 00:33:18.759 INFO O| Feb 24 00:33:18.759 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cpio"
52672026-02-24T00:33:19.444Z[ recovery-image] Feb 24 00:33:18.759 INFO O| Feb 24 00:33:18.759 INFO STEP 137 (remove_files) COMPLETE
52682026-02-24T00:33:19.444Z[ recovery-image] Feb 24 00:33:18.759 INFO O| Feb 24 00:33:18.759 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52692026-02-24T00:33:19.444Z[ recovery-image] Feb 24 00:33:18.771 INFO O| Feb 24 00:33:18.770 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cputrack"
52702026-02-24T00:33:19.444Z[ recovery-image] Feb 24 00:33:18.771 INFO O| Feb 24 00:33:18.771 INFO STEP 138 (remove_files) COMPLETE
52712026-02-24T00:33:19.444Z[ recovery-image] Feb 24 00:33:18.771 INFO O| Feb 24 00:33:18.771 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52722026-02-24T00:33:19.447Z[ recovery-image] Feb 24 00:33:18.782 INFO O| Feb 24 00:33:18.782 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crle"
52732026-02-24T00:33:19.447Z[ recovery-image] Feb 24 00:33:18.782 INFO O| Feb 24 00:33:18.782 INFO STEP 139 (remove_files) COMPLETE
52742026-02-24T00:33:19.447Z[ recovery-image] Feb 24 00:33:18.782 INFO O| Feb 24 00:33:18.782 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52752026-02-24T00:33:19.458Z[ recovery-image] Feb 24 00:33:18.794 INFO O| Feb 24 00:33:18.793 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crontab"
52762026-02-24T00:33:19.458Z[ recovery-image] Feb 24 00:33:18.794 INFO O| Feb 24 00:33:18.794 INFO STEP 140 (remove_files) COMPLETE
52772026-02-24T00:33:19.461Z[ recovery-image] Feb 24 00:33:18.794 INFO O| Feb 24 00:33:18.794 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52782026-02-24T00:33:19.469Z[ recovery-image] Feb 24 00:33:18.805 INFO O| Feb 24 00:33:18.805 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crypt"
52792026-02-24T00:33:19.469Z[ recovery-image] Feb 24 00:33:18.805 INFO O| Feb 24 00:33:18.805 INFO STEP 141 (remove_files) COMPLETE
52802026-02-24T00:33:19.469Z[ recovery-image] Feb 24 00:33:18.805 INFO O| Feb 24 00:33:18.805 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52812026-02-24T00:33:19.480Z[ recovery-image] Feb 24 00:33:18.817 INFO O| Feb 24 00:33:18.817 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csh"
52822026-02-24T00:33:19.481Z[ recovery-image] Feb 24 00:33:18.817 INFO O| Feb 24 00:33:18.817 INFO STEP 142 (remove_files) COMPLETE
52832026-02-24T00:33:19.483Z[ recovery-image] Feb 24 00:33:18.817 INFO O| Feb 24 00:33:18.817 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52842026-02-24T00:33:19.494Z[ recovery-image] Feb 24 00:33:18.830 INFO O| Feb 24 00:33:18.830 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csplit"
52852026-02-24T00:33:19.494Z[ recovery-image] Feb 24 00:33:18.830 INFO O| Feb 24 00:33:18.830 INFO STEP 143 (remove_files) COMPLETE
52862026-02-24T00:33:19.497Z[ recovery-image] Feb 24 00:33:18.830 INFO O| Feb 24 00:33:18.830 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52872026-02-24T00:33:19.507Z[ recovery-image] Feb 24 00:33:18.843 INFO O| Feb 24 00:33:18.843 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl"
52882026-02-24T00:33:19.507Z[ recovery-image] Feb 24 00:33:18.843 INFO O| Feb 24 00:33:18.843 INFO STEP 144 (remove_files) COMPLETE
52892026-02-24T00:33:19.507Z[ recovery-image] Feb 24 00:33:18.843 INFO O| Feb 24 00:33:18.843 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52902026-02-24T00:33:19.520Z[ recovery-image] Feb 24 00:33:18.856 INFO O| Feb 24 00:33:18.856 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl-config"
52912026-02-24T00:33:19.520Z[ recovery-image] Feb 24 00:33:18.856 INFO O| Feb 24 00:33:18.856 INFO STEP 145 (remove_files) COMPLETE
52922026-02-24T00:33:19.520Z[ recovery-image] Feb 24 00:33:18.856 INFO O| Feb 24 00:33:18.856 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52932026-02-24T00:33:19.533Z[ recovery-image] Feb 24 00:33:18.869 INFO O| Feb 24 00:33:18.869 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dc"
52942026-02-24T00:33:19.536Z[ recovery-image] Feb 24 00:33:18.869 INFO O| Feb 24 00:33:18.869 INFO STEP 146 (remove_files) COMPLETE
52952026-02-24T00:33:19.536Z[ recovery-image] Feb 24 00:33:18.869 INFO O| Feb 24 00:33:18.869 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52962026-02-24T00:33:19.545Z[ recovery-image] Feb 24 00:33:18.882 INFO O| Feb 24 00:33:18.881 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/decrypt"
52972026-02-24T00:33:19.548Z[ recovery-image] Feb 24 00:33:18.882 INFO O| Feb 24 00:33:18.882 INFO STEP 147 (remove_files) COMPLETE
52982026-02-24T00:33:19.548Z[ recovery-image] Feb 24 00:33:18.882 INFO O| Feb 24 00:33:18.882 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52992026-02-24T00:33:19.559Z[ recovery-image] Feb 24 00:33:18.895 INFO O| Feb 24 00:33:18.895 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devattr"
53002026-02-24T00:33:19.559Z[ recovery-image] Feb 24 00:33:18.895 INFO O| Feb 24 00:33:18.895 INFO STEP 148 (remove_files) COMPLETE
53012026-02-24T00:33:19.559Z[ recovery-image] Feb 24 00:33:18.895 INFO O| Feb 24 00:33:18.895 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53022026-02-24T00:33:19.571Z[ recovery-image] Feb 24 00:33:18.907 INFO O| Feb 24 00:33:18.907 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devfree"
53032026-02-24T00:33:19.571Z[ recovery-image] Feb 24 00:33:18.907 INFO O| Feb 24 00:33:18.907 INFO STEP 149 (remove_files) COMPLETE
53042026-02-24T00:33:19.572Z[ recovery-image] Feb 24 00:33:18.907 INFO O| Feb 24 00:33:18.907 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53052026-02-24T00:33:19.583Z[ recovery-image] Feb 24 00:33:18.919 INFO O| Feb 24 00:33:18.919 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devreserv"
53062026-02-24T00:33:19.583Z[ recovery-image] Feb 24 00:33:18.920 INFO O| Feb 24 00:33:18.919 INFO STEP 150 (remove_files) COMPLETE
53072026-02-24T00:33:19.583Z[ recovery-image] Feb 24 00:33:18.920 INFO O| Feb 24 00:33:18.920 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53082026-02-24T00:33:19.595Z[ recovery-image] Feb 24 00:33:18.932 INFO O| Feb 24 00:33:18.931 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diff3"
53092026-02-24T00:33:19.595Z[ recovery-image] Feb 24 00:33:18.932 INFO O| Feb 24 00:33:18.932 INFO STEP 151 (remove_files) COMPLETE
53102026-02-24T00:33:19.598Z[ recovery-image] Feb 24 00:33:18.932 INFO O| Feb 24 00:33:18.932 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53112026-02-24T00:33:19.607Z[ recovery-image] Feb 24 00:33:18.944 INFO O| Feb 24 00:33:18.944 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/digest"
53122026-02-24T00:33:19.607Z[ recovery-image] Feb 24 00:33:18.944 INFO O| Feb 24 00:33:18.944 INFO STEP 152 (remove_files) COMPLETE
53132026-02-24T00:33:19.608Z[ recovery-image] Feb 24 00:33:18.944 INFO O| Feb 24 00:33:18.944 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53142026-02-24T00:33:19.620Z[ recovery-image] Feb 24 00:33:18.956 INFO O| Feb 24 00:33:18.956 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dircmp"
53152026-02-24T00:33:19.620Z[ recovery-image] Feb 24 00:33:18.956 INFO O| Feb 24 00:33:18.956 INFO STEP 153 (remove_files) COMPLETE
53162026-02-24T00:33:19.623Z[ recovery-image] Feb 24 00:33:18.956 INFO O| Feb 24 00:33:18.956 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53172026-02-24T00:33:19.633Z[ recovery-image] Feb 24 00:33:18.969 INFO O| Feb 24 00:33:18.969 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dirname"
53182026-02-24T00:33:19.633Z[ recovery-image] Feb 24 00:33:18.969 INFO O| Feb 24 00:33:18.969 INFO STEP 154 (remove_files) COMPLETE
53192026-02-24T00:33:19.636Z[ recovery-image] Feb 24 00:33:18.969 INFO O| Feb 24 00:33:18.969 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53202026-02-24T00:33:19.645Z[ recovery-image] Feb 24 00:33:18.981 INFO O| Feb 24 00:33:18.981 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diskscan"
53212026-02-24T00:33:19.645Z[ recovery-image] Feb 24 00:33:18.981 INFO O| Feb 24 00:33:18.981 INFO STEP 155 (remove_files) COMPLETE
53222026-02-24T00:33:19.645Z[ recovery-image] Feb 24 00:33:18.981 INFO O| Feb 24 00:33:18.981 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53232026-02-24T00:33:19.658Z[ recovery-image] Feb 24 00:33:18.994 INFO O| Feb 24 00:33:18.994 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispgid"
53242026-02-24T00:33:19.658Z[ recovery-image] Feb 24 00:33:18.994 INFO O| Feb 24 00:33:18.994 INFO STEP 156 (remove_files) COMPLETE
53252026-02-24T00:33:19.658Z[ recovery-image] Feb 24 00:33:18.994 INFO O| Feb 24 00:33:18.994 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53262026-02-24T00:33:19.671Z[ recovery-image] Feb 24 00:33:19.007 INFO O| Feb 24 00:33:19.007 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispuid"
53272026-02-24T00:33:19.671Z[ recovery-image] Feb 24 00:33:19.007 INFO O| Feb 24 00:33:19.007 INFO STEP 157 (remove_files) COMPLETE
53282026-02-24T00:33:19.674Z[ recovery-image] Feb 24 00:33:19.007 INFO O| Feb 24 00:33:19.007 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53292026-02-24T00:33:19.683Z[ recovery-image] Feb 24 00:33:19.020 INFO O| Feb 24 00:33:19.019 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dos2unix"
53302026-02-24T00:33:19.683Z[ recovery-image] Feb 24 00:33:19.020 INFO O| Feb 24 00:33:19.020 INFO STEP 158 (remove_files) COMPLETE
53312026-02-24T00:33:19.686Z[ recovery-image] Feb 24 00:33:19.020 INFO O| Feb 24 00:33:19.020 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53322026-02-24T00:33:19.696Z[ recovery-image] Feb 24 00:33:19.032 INFO O| Feb 24 00:33:19.032 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/du"
53332026-02-24T00:33:19.699Z[ recovery-image] Feb 24 00:33:19.033 INFO O| Feb 24 00:33:19.033 INFO STEP 159 (remove_files) COMPLETE
53342026-02-24T00:33:19.699Z[ recovery-image] Feb 24 00:33:19.034 INFO O| Feb 24 00:33:19.033 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53352026-02-24T00:33:19.711Z[ recovery-image] Feb 24 00:33:19.047 INFO O| Feb 24 00:33:19.047 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpcs"
53362026-02-24T00:33:19.711Z[ recovery-image] Feb 24 00:33:19.047 INFO O| Feb 24 00:33:19.047 INFO STEP 160 (remove_files) COMPLETE
53372026-02-24T00:33:19.715Z[ recovery-image] Feb 24 00:33:19.047 INFO O| Feb 24 00:33:19.047 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53382026-02-24T00:33:19.724Z[ recovery-image] Feb 24 00:33:19.060 INFO O| Feb 24 00:33:19.060 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpkeys"
53392026-02-24T00:33:19.724Z[ recovery-image] Feb 24 00:33:19.060 INFO O| Feb 24 00:33:19.060 INFO STEP 161 (remove_files) COMPLETE
53402026-02-24T00:33:19.724Z[ recovery-image] Feb 24 00:33:19.060 INFO O| Feb 24 00:33:19.060 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53412026-02-24T00:33:19.737Z[ recovery-image] Feb 24 00:33:19.073 INFO O| Feb 24 00:33:19.073 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/edit"
53422026-02-24T00:33:19.737Z[ recovery-image] Feb 24 00:33:19.073 INFO O| Feb 24 00:33:19.073 INFO STEP 162 (remove_files) COMPLETE
53432026-02-24T00:33:19.742Z[ recovery-image] Feb 24 00:33:19.073 INFO O| Feb 24 00:33:19.073 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53442026-02-24T00:33:19.750Z[ recovery-image] Feb 24 00:33:19.086 INFO O| Feb 24 00:33:19.086 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/eject"
53452026-02-24T00:33:19.750Z[ recovery-image] Feb 24 00:33:19.086 INFO O| Feb 24 00:33:19.086 INFO STEP 163 (remove_files) COMPLETE
53462026-02-24T00:33:19.750Z[ recovery-image] Feb 24 00:33:19.087 INFO O| Feb 24 00:33:19.086 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53472026-02-24T00:33:19.763Z[ recovery-image] Feb 24 00:33:19.099 INFO O| Feb 24 00:33:19.099 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfsign"
53482026-02-24T00:33:19.763Z[ recovery-image] Feb 24 00:33:19.099 INFO O| Feb 24 00:33:19.099 INFO STEP 164 (remove_files) COMPLETE
53492026-02-24T00:33:19.766Z[ recovery-image] Feb 24 00:33:19.099 INFO O| Feb 24 00:33:19.099 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53502026-02-24T00:33:19.775Z[ recovery-image] Feb 24 00:33:19.111 INFO O| Feb 24 00:33:19.111 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfwrap"
53512026-02-24T00:33:19.775Z[ recovery-image] Feb 24 00:33:19.111 INFO O| Feb 24 00:33:19.111 INFO STEP 165 (remove_files) COMPLETE
53522026-02-24T00:33:19.779Z[ recovery-image] Feb 24 00:33:19.111 INFO O| Feb 24 00:33:19.111 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53532026-02-24T00:33:19.789Z[ recovery-image] Feb 24 00:33:19.124 INFO O| Feb 24 00:33:19.124 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encode_keychange"
53542026-02-24T00:33:19.789Z[ recovery-image] Feb 24 00:33:19.124 INFO O| Feb 24 00:33:19.124 INFO STEP 166 (remove_files) COMPLETE
53552026-02-24T00:33:19.793Z[ recovery-image] Feb 24 00:33:19.124 INFO O| Feb 24 00:33:19.124 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53562026-02-24T00:33:19.800Z[ recovery-image] Feb 24 00:33:19.136 INFO O| Feb 24 00:33:19.136 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encrypt"
53572026-02-24T00:33:19.800Z[ recovery-image] Feb 24 00:33:19.136 INFO O| Feb 24 00:33:19.136 INFO STEP 167 (remove_files) COMPLETE
53582026-02-24T00:33:19.800Z[ recovery-image] Feb 24 00:33:19.136 INFO O| Feb 24 00:33:19.136 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53592026-02-24T00:33:19.812Z[ recovery-image] Feb 24 00:33:19.148 INFO O| Feb 24 00:33:19.148 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/enhance"
53602026-02-24T00:33:19.812Z[ recovery-image] Feb 24 00:33:19.148 INFO O| Feb 24 00:33:19.148 INFO STEP 168 (remove_files) COMPLETE
53612026-02-24T00:33:19.812Z[ recovery-image] Feb 24 00:33:19.148 INFO O| Feb 24 00:33:19.148 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53622026-02-24T00:33:19.825Z[ recovery-image] Feb 24 00:33:19.161 INFO O| Feb 24 00:33:19.161 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/env"
53632026-02-24T00:33:19.829Z[ recovery-image] Feb 24 00:33:19.162 INFO O| Feb 24 00:33:19.162 INFO STEP 169 (remove_files) COMPLETE
53642026-02-24T00:33:19.829Z[ recovery-image] Feb 24 00:33:19.162 INFO O| Feb 24 00:33:19.162 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53652026-02-24T00:33:19.838Z[ recovery-image] Feb 24 00:33:19.175 INFO O| Feb 24 00:33:19.175 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/etdump"
53662026-02-24T00:33:19.839Z[ recovery-image] Feb 24 00:33:19.175 INFO O| Feb 24 00:33:19.175 INFO STEP 170 (remove_files) COMPLETE
53672026-02-24T00:33:19.841Z[ recovery-image] Feb 24 00:33:19.175 INFO O| Feb 24 00:33:19.175 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53682026-02-24T00:33:19.851Z[ recovery-image] Feb 24 00:33:19.188 INFO O| Feb 24 00:33:19.188 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/expand"
53692026-02-24T00:33:19.851Z[ recovery-image] Feb 24 00:33:19.188 INFO O| Feb 24 00:33:19.188 INFO STEP 171 (remove_files) COMPLETE
53702026-02-24T00:33:19.852Z[ recovery-image] Feb 24 00:33:19.188 INFO O| Feb 24 00:33:19.188 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53712026-02-24T00:33:19.864Z[ recovery-image] Feb 24 00:33:19.200 INFO O| Feb 24 00:33:19.200 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/exstr"
53722026-02-24T00:33:19.864Z[ recovery-image] Feb 24 00:33:19.200 INFO O| Feb 24 00:33:19.200 INFO STEP 172 (remove_files) COMPLETE
53732026-02-24T00:33:19.867Z[ recovery-image] Feb 24 00:33:19.200 INFO O| Feb 24 00:33:19.200 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53742026-02-24T00:33:19.878Z[ recovery-image] Feb 24 00:33:19.214 INFO O| Feb 24 00:33:19.214 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/factor"
53752026-02-24T00:33:19.878Z[ recovery-image] Feb 24 00:33:19.214 INFO O| Feb 24 00:33:19.214 INFO STEP 173 (remove_files) COMPLETE
53762026-02-24T00:33:19.878Z[ recovery-image] Feb 24 00:33:19.215 INFO O| Feb 24 00:33:19.214 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53772026-02-24T00:33:19.891Z[ recovery-image] Feb 24 00:33:19.227 INFO O| Feb 24 00:33:19.227 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/false"
53782026-02-24T00:33:19.891Z[ recovery-image] Feb 24 00:33:19.228 INFO O| Feb 24 00:33:19.227 INFO STEP 174 (remove_files) COMPLETE
53792026-02-24T00:33:19.891Z[ recovery-image] Feb 24 00:33:19.228 INFO O| Feb 24 00:33:19.228 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53802026-02-24T00:33:19.904Z[ recovery-image] Feb 24 00:33:19.240 INFO O| Feb 24 00:33:19.240 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fc"
53812026-02-24T00:33:19.904Z[ recovery-image] Feb 24 00:33:19.240 INFO O| Feb 24 00:33:19.240 INFO STEP 175 (remove_files) COMPLETE
53822026-02-24T00:33:19.904Z[ recovery-image] Feb 24 00:33:19.240 INFO O| Feb 24 00:33:19.240 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53832026-02-24T00:33:19.916Z[ recovery-image] Feb 24 00:33:19.252 INFO O| Feb 24 00:33:19.252 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdetach"
53842026-02-24T00:33:19.916Z[ recovery-image] Feb 24 00:33:19.252 INFO O| Feb 24 00:33:19.252 INFO STEP 176 (remove_files) COMPLETE
53852026-02-24T00:33:19.920Z[ recovery-image] Feb 24 00:33:19.252 INFO O| Feb 24 00:33:19.252 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53862026-02-24T00:33:19.929Z[ recovery-image] Feb 24 00:33:19.266 INFO O| Feb 24 00:33:19.265 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdformat"
53872026-02-24T00:33:19.929Z[ recovery-image] Feb 24 00:33:19.266 INFO O| Feb 24 00:33:19.266 INFO STEP 177 (remove_files) COMPLETE
53882026-02-24T00:33:19.930Z[ recovery-image] Feb 24 00:33:19.266 INFO O| Feb 24 00:33:19.266 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53892026-02-24T00:33:19.941Z[ recovery-image] Feb 24 00:33:19.278 INFO O| Feb 24 00:33:19.277 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fg"
53902026-02-24T00:33:19.942Z[ recovery-image] Feb 24 00:33:19.278 INFO O| Feb 24 00:33:19.278 INFO STEP 178 (remove_files) COMPLETE
53912026-02-24T00:33:19.942Z[ recovery-image] Feb 24 00:33:19.278 INFO O| Feb 24 00:33:19.278 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53922026-02-24T00:33:19.952Z[ recovery-image] Feb 24 00:33:19.288 INFO O| Feb 24 00:33:19.288 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fgrep"
53932026-02-24T00:33:19.952Z[ recovery-image] Feb 24 00:33:19.288 INFO O| Feb 24 00:33:19.288 INFO STEP 179 (remove_files) COMPLETE
53942026-02-24T00:33:19.952Z[ recovery-image] Feb 24 00:33:19.288 INFO O| Feb 24 00:33:19.288 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53952026-02-24T00:33:19.964Z[ recovery-image] Feb 24 00:33:19.300 INFO O| Feb 24 00:33:19.300 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/file"
53962026-02-24T00:33:19.967Z[ recovery-image] Feb 24 00:33:19.300 INFO O| Feb 24 00:33:19.300 INFO STEP 180 (remove_files) COMPLETE
53972026-02-24T00:33:19.967Z[ recovery-image] Feb 24 00:33:19.300 INFO O| Feb 24 00:33:19.300 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53982026-02-24T00:33:19.976Z[ recovery-image] Feb 24 00:33:19.313 INFO O| Feb 24 00:33:19.313 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fixproc"
53992026-02-24T00:33:19.977Z[ recovery-image] Feb 24 00:33:19.313 INFO O| Feb 24 00:33:19.313 INFO STEP 181 (remove_files) COMPLETE
54002026-02-24T00:33:19.977Z[ recovery-image] Feb 24 00:33:19.313 INFO O| Feb 24 00:33:19.313 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54012026-02-24T00:33:19.990Z[ recovery-image] Feb 24 00:33:19.326 INFO O| Feb 24 00:33:19.326 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmt"
54022026-02-24T00:33:19.991Z[ recovery-image] Feb 24 00:33:19.326 INFO O| Feb 24 00:33:19.326 INFO STEP 182 (remove_files) COMPLETE
54032026-02-24T00:33:19.994Z[ recovery-image] Feb 24 00:33:19.326 INFO O| Feb 24 00:33:19.326 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54042026-02-24T00:33:20.002Z[ recovery-image] Feb 24 00:33:19.338 INFO O| Feb 24 00:33:19.338 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmtmsg"
54052026-02-24T00:33:20.005Z[ recovery-image] Feb 24 00:33:19.339 INFO O| Feb 24 00:33:19.339 INFO STEP 183 (remove_files) COMPLETE
54062026-02-24T00:33:20.005Z[ recovery-image] Feb 24 00:33:19.339 INFO O| Feb 24 00:33:19.339 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54072026-02-24T00:33:20.014Z[ recovery-image] Feb 24 00:33:19.350 INFO O| Feb 24 00:33:19.350 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fold"
54082026-02-24T00:33:20.014Z[ recovery-image] Feb 24 00:33:19.351 INFO O| Feb 24 00:33:19.351 INFO STEP 184 (remove_files) COMPLETE
54092026-02-24T00:33:20.014Z[ recovery-image] Feb 24 00:33:19.351 INFO O| Feb 24 00:33:19.351 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54102026-02-24T00:33:20.027Z[ recovery-image] Feb 24 00:33:19.363 INFO O| Feb 24 00:33:19.363 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fsstat"
54112026-02-24T00:33:20.027Z[ recovery-image] Feb 24 00:33:19.363 INFO O| Feb 24 00:33:19.363 INFO STEP 185 (remove_files) COMPLETE
54122026-02-24T00:33:20.027Z[ recovery-image] Feb 24 00:33:19.363 INFO O| Feb 24 00:33:19.363 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54132026-02-24T00:33:20.039Z[ recovery-image] Feb 24 00:33:19.375 INFO O| Feb 24 00:33:19.375 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gclear"
54142026-02-24T00:33:20.039Z[ recovery-image] Feb 24 00:33:19.375 INFO O| Feb 24 00:33:19.375 INFO STEP 186 (remove_files) COMPLETE
54152026-02-24T00:33:20.042Z[ recovery-image] Feb 24 00:33:19.375 INFO O| Feb 24 00:33:19.375 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54162026-02-24T00:33:20.051Z[ recovery-image] Feb 24 00:33:19.388 INFO O| Feb 24 00:33:19.387 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/geniconvtbl"
54172026-02-24T00:33:20.052Z[ recovery-image] Feb 24 00:33:19.388 INFO O| Feb 24 00:33:19.388 INFO STEP 187 (remove_files) COMPLETE
54182026-02-24T00:33:20.054Z[ recovery-image] Feb 24 00:33:19.388 INFO O| Feb 24 00:33:19.388 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54192026-02-24T00:33:20.064Z[ recovery-image] Feb 24 00:33:19.400 INFO O| Feb 24 00:33:19.400 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getconf"
54202026-02-24T00:33:20.064Z[ recovery-image] Feb 24 00:33:19.400 INFO O| Feb 24 00:33:19.400 INFO STEP 188 (remove_files) COMPLETE
54212026-02-24T00:33:20.067Z[ recovery-image] Feb 24 00:33:19.400 INFO O| Feb 24 00:33:19.400 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54222026-02-24T00:33:20.076Z[ recovery-image] Feb 24 00:33:19.412 INFO O| Feb 24 00:33:19.412 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdev"
54232026-02-24T00:33:20.079Z[ recovery-image] Feb 24 00:33:19.412 INFO O| Feb 24 00:33:19.412 INFO STEP 189 (remove_files) COMPLETE
54242026-02-24T00:33:20.079Z[ recovery-image] Feb 24 00:33:19.413 INFO O| Feb 24 00:33:19.412 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54252026-02-24T00:33:20.089Z[ recovery-image] Feb 24 00:33:19.425 INFO O| Feb 24 00:33:19.425 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdgrp"
54262026-02-24T00:33:20.089Z[ recovery-image] Feb 24 00:33:19.425 INFO O| Feb 24 00:33:19.425 INFO STEP 190 (remove_files) COMPLETE
54272026-02-24T00:33:20.092Z[ recovery-image] Feb 24 00:33:19.425 INFO O| Feb 24 00:33:19.425 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54282026-02-24T00:33:20.102Z[ recovery-image] Feb 24 00:33:19.438 INFO O| Feb 24 00:33:19.438 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getent"
54292026-02-24T00:33:20.111Z[ recovery-image] Feb 24 00:33:19.439 INFO O| Feb 24 00:33:19.439 INFO STEP 191 (remove_files) COMPLETE
54302026-02-24T00:33:20.112Z[ recovery-image] Feb 24 00:33:19.439 INFO O| Feb 24 00:33:19.439 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54312026-02-24T00:33:20.116Z[ recovery-image] Feb 24 00:33:19.452 INFO O| Feb 24 00:33:19.452 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getfacl"
54322026-02-24T00:33:20.119Z[ recovery-image] Feb 24 00:33:19.452 INFO O| Feb 24 00:33:19.452 INFO STEP 192 (remove_files) COMPLETE
54332026-02-24T00:33:20.119Z[ recovery-image] Feb 24 00:33:19.452 INFO O| Feb 24 00:33:19.452 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54342026-02-24T00:33:20.130Z[ recovery-image] Feb 24 00:33:19.466 INFO O| Feb 24 00:33:19.465 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopt"
54352026-02-24T00:33:20.130Z[ recovery-image] Feb 24 00:33:19.466 INFO O| Feb 24 00:33:19.466 INFO STEP 193 (remove_files) COMPLETE
54362026-02-24T00:33:20.133Z[ recovery-image] Feb 24 00:33:19.466 INFO O| Feb 24 00:33:19.466 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54372026-02-24T00:33:20.141Z[ recovery-image] Feb 24 00:33:19.478 INFO O| Feb 24 00:33:19.478 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopts"
54382026-02-24T00:33:20.141Z[ recovery-image] Feb 24 00:33:19.478 INFO O| Feb 24 00:33:19.478 INFO STEP 194 (remove_files) COMPLETE
54392026-02-24T00:33:20.144Z[ recovery-image] Feb 24 00:33:19.478 INFO O| Feb 24 00:33:19.478 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54402026-02-24T00:33:20.156Z[ recovery-image] Feb 24 00:33:19.490 INFO O| Feb 24 00:33:19.490 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gettext"
54412026-02-24T00:33:20.156Z[ recovery-image] Feb 24 00:33:19.491 INFO O| Feb 24 00:33:19.490 INFO STEP 195 (remove_files) COMPLETE
54422026-02-24T00:33:20.156Z[ recovery-image] Feb 24 00:33:19.491 INFO O| Feb 24 00:33:19.491 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54432026-02-24T00:33:20.167Z[ recovery-image] Feb 24 00:33:19.503 INFO O| Feb 24 00:33:19.503 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getvol"
54442026-02-24T00:33:20.167Z[ recovery-image] Feb 24 00:33:19.503 INFO O| Feb 24 00:33:19.503 INFO STEP 196 (remove_files) COMPLETE
54452026-02-24T00:33:20.167Z[ recovery-image] Feb 24 00:33:19.503 INFO O| Feb 24 00:33:19.503 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54462026-02-24T00:33:20.180Z[ recovery-image] Feb 24 00:33:19.516 INFO O| Feb 24 00:33:19.516 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ginfocmp"
54472026-02-24T00:33:20.180Z[ recovery-image] Feb 24 00:33:19.516 INFO O| Feb 24 00:33:19.516 INFO STEP 197 (remove_files) COMPLETE
54482026-02-24T00:33:20.182Z[ recovery-image] Feb 24 00:33:19.516 INFO O| Feb 24 00:33:19.516 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54492026-02-24T00:33:20.192Z[ recovery-image] Feb 24 00:33:19.528 INFO O| Feb 24 00:33:19.528 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/groups"
54502026-02-24T00:33:20.192Z[ recovery-image] Feb 24 00:33:19.529 INFO O| Feb 24 00:33:19.529 INFO STEP 198 (remove_files) COMPLETE
54512026-02-24T00:33:20.192Z[ recovery-image] Feb 24 00:33:19.529 INFO O| Feb 24 00:33:19.529 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54522026-02-24T00:33:20.206Z[ recovery-image] Feb 24 00:33:19.542 INFO O| Feb 24 00:33:19.542 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtabs"
54532026-02-24T00:33:20.206Z[ recovery-image] Feb 24 00:33:19.542 INFO O| Feb 24 00:33:19.542 INFO STEP 199 (remove_files) COMPLETE
54542026-02-24T00:33:20.210Z[ recovery-image] Feb 24 00:33:19.542 INFO O| Feb 24 00:33:19.542 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54552026-02-24T00:33:20.217Z[ recovery-image] Feb 24 00:33:19.553 INFO O| Feb 24 00:33:19.553 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtic"
54562026-02-24T00:33:20.217Z[ recovery-image] Feb 24 00:33:19.553 INFO O| Feb 24 00:33:19.553 INFO STEP 200 (remove_files) COMPLETE
54572026-02-24T00:33:20.217Z[ recovery-image] Feb 24 00:33:19.553 INFO O| Feb 24 00:33:19.553 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54582026-02-24T00:33:20.230Z[ recovery-image] Feb 24 00:33:19.567 INFO O| Feb 24 00:33:19.566 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtoe"
54592026-02-24T00:33:20.230Z[ recovery-image] Feb 24 00:33:19.567 INFO O| Feb 24 00:33:19.567 INFO STEP 201 (remove_files) COMPLETE
54602026-02-24T00:33:20.230Z[ recovery-image] Feb 24 00:33:19.567 INFO O| Feb 24 00:33:19.567 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54612026-02-24T00:33:20.243Z[ recovery-image] Feb 24 00:33:19.579 INFO O| Feb 24 00:33:19.579 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtput"
54622026-02-24T00:33:20.243Z[ recovery-image] Feb 24 00:33:19.580 INFO O| Feb 24 00:33:19.579 INFO STEP 202 (remove_files) COMPLETE
54632026-02-24T00:33:20.243Z[ recovery-image] Feb 24 00:33:19.580 INFO O| Feb 24 00:33:19.580 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54642026-02-24T00:33:20.256Z[ recovery-image] Feb 24 00:33:19.592 INFO O| Feb 24 00:33:19.592 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtset"
54652026-02-24T00:33:20.256Z[ recovery-image] Feb 24 00:33:19.592 INFO O| Feb 24 00:33:19.592 INFO STEP 203 (remove_files) COMPLETE
54662026-02-24T00:33:20.256Z[ recovery-image] Feb 24 00:33:19.592 INFO O| Feb 24 00:33:19.592 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54672026-02-24T00:33:20.267Z[ recovery-image] Feb 24 00:33:19.603 INFO O| Feb 24 00:33:19.603 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gunzip"
54682026-02-24T00:33:20.270Z[ recovery-image] Feb 24 00:33:19.605 INFO O| Feb 24 00:33:19.604 INFO STEP 204 (remove_files) COMPLETE
54692026-02-24T00:33:20.270Z[ recovery-image] Feb 24 00:33:19.605 INFO O| Feb 24 00:33:19.604 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54702026-02-24T00:33:20.281Z[ recovery-image] Feb 24 00:33:19.617 INFO O| Feb 24 00:33:19.617 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcat"
54712026-02-24T00:33:20.281Z[ recovery-image] Feb 24 00:33:19.617 INFO O| Feb 24 00:33:19.617 INFO STEP 205 (remove_files) COMPLETE
54722026-02-24T00:33:20.281Z[ recovery-image] Feb 24 00:33:19.617 INFO O| Feb 24 00:33:19.617 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54732026-02-24T00:33:20.293Z[ recovery-image] Feb 24 00:33:19.629 INFO O| Feb 24 00:33:19.629 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcmp"
54742026-02-24T00:33:20.293Z[ recovery-image] Feb 24 00:33:19.629 INFO O| Feb 24 00:33:19.629 INFO STEP 206 (remove_files) COMPLETE
54752026-02-24T00:33:20.293Z[ recovery-image] Feb 24 00:33:19.629 INFO O| Feb 24 00:33:19.629 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54762026-02-24T00:33:20.306Z[ recovery-image] Feb 24 00:33:19.642 INFO O| Feb 24 00:33:19.642 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzdiff"
54772026-02-24T00:33:20.306Z[ recovery-image] Feb 24 00:33:19.642 INFO O| Feb 24 00:33:19.642 INFO STEP 207 (remove_files) COMPLETE
54782026-02-24T00:33:20.309Z[ recovery-image] Feb 24 00:33:19.642 INFO O| Feb 24 00:33:19.642 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54792026-02-24T00:33:20.319Z[ recovery-image] Feb 24 00:33:19.654 INFO O| Feb 24 00:33:19.654 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzegrep"
54802026-02-24T00:33:20.319Z[ recovery-image] Feb 24 00:33:19.654 INFO O| Feb 24 00:33:19.654 INFO STEP 208 (remove_files) COMPLETE
54812026-02-24T00:33:20.319Z[ recovery-image] Feb 24 00:33:19.654 INFO O| Feb 24 00:33:19.654 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54822026-02-24T00:33:20.331Z[ recovery-image] Feb 24 00:33:19.667 INFO O| Feb 24 00:33:19.667 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzexe"
54832026-02-24T00:33:20.331Z[ recovery-image] Feb 24 00:33:19.667 INFO O| Feb 24 00:33:19.667 INFO STEP 209 (remove_files) COMPLETE
54842026-02-24T00:33:20.331Z[ recovery-image] Feb 24 00:33:19.667 INFO O| Feb 24 00:33:19.667 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54852026-02-24T00:33:20.344Z[ recovery-image] Feb 24 00:33:19.680 INFO O| Feb 24 00:33:19.680 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzfgrep"
54862026-02-24T00:33:20.344Z[ recovery-image] Feb 24 00:33:19.680 INFO O| Feb 24 00:33:19.680 INFO STEP 210 (remove_files) COMPLETE
54872026-02-24T00:33:20.347Z[ recovery-image] Feb 24 00:33:19.680 INFO O| Feb 24 00:33:19.680 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54882026-02-24T00:33:20.357Z[ recovery-image] Feb 24 00:33:19.693 INFO O| Feb 24 00:33:19.693 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzforce"
54892026-02-24T00:33:20.357Z[ recovery-image] Feb 24 00:33:19.693 INFO O| Feb 24 00:33:19.693 INFO STEP 211 (remove_files) COMPLETE
54902026-02-24T00:33:20.357Z[ recovery-image] Feb 24 00:33:19.693 INFO O| Feb 24 00:33:19.693 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54912026-02-24T00:33:20.370Z[ recovery-image] Feb 24 00:33:19.706 INFO O| Feb 24 00:33:19.706 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzgrep"
54922026-02-24T00:33:20.370Z[ recovery-image] Feb 24 00:33:19.706 INFO O| Feb 24 00:33:19.706 INFO STEP 212 (remove_files) COMPLETE
54932026-02-24T00:33:20.370Z[ recovery-image] Feb 24 00:33:19.706 INFO O| Feb 24 00:33:19.706 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54942026-02-24T00:33:20.383Z[ recovery-image] Feb 24 00:33:19.719 INFO O| Feb 24 00:33:19.719 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzip"
54952026-02-24T00:33:20.383Z[ recovery-image] Feb 24 00:33:19.719 INFO O| Feb 24 00:33:19.719 INFO STEP 213 (remove_files) COMPLETE
54962026-02-24T00:33:20.386Z[ recovery-image] Feb 24 00:33:19.719 INFO O| Feb 24 00:33:19.719 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54972026-02-24T00:33:20.395Z[ recovery-image] Feb 24 00:33:19.731 INFO O| Feb 24 00:33:19.731 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzless"
54982026-02-24T00:33:20.395Z[ recovery-image] Feb 24 00:33:19.731 INFO O| Feb 24 00:33:19.731 INFO STEP 214 (remove_files) COMPLETE
54992026-02-24T00:33:20.395Z[ recovery-image] Feb 24 00:33:19.731 INFO O| Feb 24 00:33:19.731 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55002026-02-24T00:33:20.449Z[ recovery-image] Feb 24 00:33:19.743 INFO O| Feb 24 00:33:19.743 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzmore"
55012026-02-24T00:33:20.449Z[ recovery-image] Feb 24 00:33:19.743 INFO O| Feb 24 00:33:19.743 INFO STEP 215 (remove_files) COMPLETE
55022026-02-24T00:33:20.449Z[ recovery-image] Feb 24 00:33:19.743 INFO O| Feb 24 00:33:19.743 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55032026-02-24T00:33:20.449Z[ recovery-image] Feb 24 00:33:19.755 INFO O| Feb 24 00:33:19.755 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gznew"
55042026-02-24T00:33:20.449Z[ recovery-image] Feb 24 00:33:19.755 INFO O| Feb 24 00:33:19.755 INFO STEP 216 (remove_files) COMPLETE
55052026-02-24T00:33:20.449Z[ recovery-image] Feb 24 00:33:19.755 INFO O| Feb 24 00:33:19.755 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55062026-02-24T00:33:20.449Z[ recovery-image] Feb 24 00:33:19.768 INFO O| Feb 24 00:33:19.767 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hash"
55072026-02-24T00:33:20.449Z[ recovery-image] Feb 24 00:33:19.768 INFO O| Feb 24 00:33:19.768 INFO STEP 217 (remove_files) COMPLETE
55082026-02-24T00:33:20.449Z[ recovery-image] Feb 24 00:33:19.768 INFO O| Feb 24 00:33:19.768 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55092026-02-24T00:33:20.449Z[ recovery-image] Feb 24 00:33:19.780 INFO O| Feb 24 00:33:19.779 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostid"
55102026-02-24T00:33:20.449Z[ recovery-image] Feb 24 00:33:19.780 INFO O| Feb 24 00:33:19.780 INFO STEP 218 (remove_files) COMPLETE
55112026-02-24T00:33:20.449Z[ recovery-image] Feb 24 00:33:19.780 INFO O| Feb 24 00:33:19.780 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55122026-02-24T00:33:20.455Z[ recovery-image] Feb 24 00:33:19.792 INFO O| Feb 24 00:33:19.791 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostname"
55132026-02-24T00:33:20.455Z[ recovery-image] Feb 24 00:33:19.792 INFO O| Feb 24 00:33:19.792 INFO STEP 219 (remove_files) COMPLETE
55142026-02-24T00:33:20.458Z[ recovery-image] Feb 24 00:33:19.792 INFO O| Feb 24 00:33:19.792 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55152026-02-24T00:33:20.467Z[ recovery-image] Feb 24 00:33:19.804 INFO O| Feb 24 00:33:19.803 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/adb"
55162026-02-24T00:33:20.467Z[ recovery-image] Feb 24 00:33:19.804 INFO O| Feb 24 00:33:19.804 INFO STEP 220 (remove_files) COMPLETE
55172026-02-24T00:33:20.470Z[ recovery-image] Feb 24 00:33:19.804 INFO O| Feb 24 00:33:19.804 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55182026-02-24T00:33:20.480Z[ recovery-image] Feb 24 00:33:19.816 INFO O| Feb 24 00:33:19.816 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/amt"
55192026-02-24T00:33:20.483Z[ recovery-image] Feb 24 00:33:19.817 INFO O| Feb 24 00:33:19.817 INFO STEP 221 (remove_files) COMPLETE
55202026-02-24T00:33:20.483Z[ recovery-image] Feb 24 00:33:19.817 INFO O| Feb 24 00:33:19.817 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55212026-02-24T00:33:20.494Z[ recovery-image] Feb 24 00:33:19.830 INFO O| Feb 24 00:33:19.830 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/ksh"
55222026-02-24T00:33:20.494Z[ recovery-image] Feb 24 00:33:19.830 INFO O| Feb 24 00:33:19.830 INFO STEP 222 (remove_files) COMPLETE
55232026-02-24T00:33:20.497Z[ recovery-image] Feb 24 00:33:19.830 INFO O| Feb 24 00:33:19.830 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55242026-02-24T00:33:20.507Z[ recovery-image] Feb 24 00:33:19.843 INFO O| Feb 24 00:33:19.843 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/mdb"
55252026-02-24T00:33:20.507Z[ recovery-image] Feb 24 00:33:19.843 INFO O| Feb 24 00:33:19.843 INFO STEP 223 (remove_files) COMPLETE
55262026-02-24T00:33:20.510Z[ recovery-image] Feb 24 00:33:19.843 INFO O| Feb 24 00:33:19.843 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55272026-02-24T00:33:20.519Z[ recovery-image] Feb 24 00:33:19.855 INFO O| Feb 24 00:33:19.855 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh"
55282026-02-24T00:33:20.519Z[ recovery-image] Feb 24 00:33:19.855 INFO O| Feb 24 00:33:19.855 INFO STEP 224 (remove_files) COMPLETE
55292026-02-24T00:33:20.519Z[ recovery-image] Feb 24 00:33:19.855 INFO O| Feb 24 00:33:19.855 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55302026-02-24T00:33:20.531Z[ recovery-image] Feb 24 00:33:19.867 INFO O| Feb 24 00:33:19.867 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh93"
55312026-02-24T00:33:20.531Z[ recovery-image] Feb 24 00:33:19.867 INFO O| Feb 24 00:33:19.867 INFO STEP 225 (remove_files) COMPLETE
55322026-02-24T00:33:20.531Z[ recovery-image] Feb 24 00:33:19.867 INFO O| Feb 24 00:33:19.867 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55332026-02-24T00:33:20.542Z[ recovery-image] Feb 24 00:33:19.879 INFO O| Feb 24 00:33:19.879 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iconv"
55342026-02-24T00:33:20.542Z[ recovery-image] Feb 24 00:33:19.879 INFO O| Feb 24 00:33:19.879 INFO STEP 226 (remove_files) COMPLETE
55352026-02-24T00:33:20.543Z[ recovery-image] Feb 24 00:33:19.879 INFO O| Feb 24 00:33:19.879 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55362026-02-24T00:33:20.555Z[ recovery-image] Feb 24 00:33:19.891 INFO O| Feb 24 00:33:19.891 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/id"
55372026-02-24T00:33:20.555Z[ recovery-image] Feb 24 00:33:19.891 INFO O| Feb 24 00:33:19.891 INFO STEP 227 (remove_files) COMPLETE
55382026-02-24T00:33:20.555Z[ recovery-image] Feb 24 00:33:19.891 INFO O| Feb 24 00:33:19.891 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55392026-02-24T00:33:20.567Z[ recovery-image] Feb 24 00:33:19.903 INFO O| Feb 24 00:33:19.903 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/idn"
55402026-02-24T00:33:20.569Z[ recovery-image] Feb 24 00:33:19.904 INFO O| Feb 24 00:33:19.904 INFO STEP 228 (remove_files) COMPLETE
55412026-02-24T00:33:20.570Z[ recovery-image] Feb 24 00:33:19.904 INFO O| Feb 24 00:33:19.904 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55422026-02-24T00:33:20.580Z[ recovery-image] Feb 24 00:33:19.916 INFO O| Feb 24 00:33:19.916 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/infocmp"
55432026-02-24T00:33:20.583Z[ recovery-image] Feb 24 00:33:19.916 INFO O| Feb 24 00:33:19.916 INFO STEP 229 (remove_files) COMPLETE
55442026-02-24T00:33:20.583Z[ recovery-image] Feb 24 00:33:19.916 INFO O| Feb 24 00:33:19.916 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55452026-02-24T00:33:20.591Z[ recovery-image] Feb 24 00:33:19.928 INFO O| Feb 24 00:33:19.928 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iostat"
55462026-02-24T00:33:20.591Z[ recovery-image] Feb 24 00:33:19.928 INFO O| Feb 24 00:33:19.928 INFO STEP 230 (remove_files) COMPLETE
55472026-02-24T00:33:20.594Z[ recovery-image] Feb 24 00:33:19.928 INFO O| Feb 24 00:33:19.928 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55482026-02-24T00:33:20.603Z[ recovery-image] Feb 24 00:33:19.940 INFO O| Feb 24 00:33:19.940 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ipf-mod.pl"
55492026-02-24T00:33:20.603Z[ recovery-image] Feb 24 00:33:19.940 INFO O| Feb 24 00:33:19.940 INFO STEP 231 (remove_files) COMPLETE
55502026-02-24T00:33:20.604Z[ recovery-image] Feb 24 00:33:19.940 INFO O| Feb 24 00:33:19.940 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55512026-02-24T00:33:20.615Z[ recovery-image] Feb 24 00:33:19.951 INFO O| Feb 24 00:33:19.951 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isainfo"
55522026-02-24T00:33:20.616Z[ recovery-image] Feb 24 00:33:19.951 INFO O| Feb 24 00:33:19.951 INFO STEP 232 (remove_files) COMPLETE
55532026-02-24T00:33:20.619Z[ recovery-image] Feb 24 00:33:19.951 INFO O| Feb 24 00:33:19.951 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55542026-02-24T00:33:20.627Z[ recovery-image] Feb 24 00:33:19.963 INFO O| Feb 24 00:33:19.963 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isalist"
55552026-02-24T00:33:20.627Z[ recovery-image] Feb 24 00:33:19.963 INFO O| Feb 24 00:33:19.963 INFO STEP 233 (remove_files) COMPLETE
55562026-02-24T00:33:20.627Z[ recovery-image] Feb 24 00:33:19.963 INFO O| Feb 24 00:33:19.963 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55572026-02-24T00:33:20.640Z[ recovery-image] Feb 24 00:33:19.976 INFO O| Feb 24 00:33:19.976 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/jobs"
55582026-02-24T00:33:20.640Z[ recovery-image] Feb 24 00:33:19.976 INFO O| Feb 24 00:33:19.976 INFO STEP 234 (remove_files) COMPLETE
55592026-02-24T00:33:20.643Z[ recovery-image] Feb 24 00:33:19.976 INFO O| Feb 24 00:33:19.976 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55602026-02-24T00:33:20.653Z[ recovery-image] Feb 24 00:33:19.989 INFO O| Feb 24 00:33:19.989 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/join"
55612026-02-24T00:33:20.653Z[ recovery-image] Feb 24 00:33:19.989 INFO O| Feb 24 00:33:19.989 INFO STEP 235 (remove_files) COMPLETE
55622026-02-24T00:33:20.656Z[ recovery-image] Feb 24 00:33:19.989 INFO O| Feb 24 00:33:19.989 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55632026-02-24T00:33:20.665Z[ recovery-image] Feb 24 00:33:20.001 INFO O| Feb 24 00:33:20.001 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kbd"
55642026-02-24T00:33:20.665Z[ recovery-image] Feb 24 00:33:20.001 INFO O| Feb 24 00:33:20.001 INFO STEP 236 (remove_files) COMPLETE
55652026-02-24T00:33:20.665Z[ recovery-image] Feb 24 00:33:20.001 INFO O| Feb 24 00:33:20.001 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55662026-02-24T00:33:20.677Z[ recovery-image] Feb 24 00:33:20.013 INFO O| Feb 24 00:33:20.013 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kdestroy"
55672026-02-24T00:33:20.680Z[ recovery-image] Feb 24 00:33:20.014 INFO O| Feb 24 00:33:20.014 INFO STEP 237 (remove_files) COMPLETE
55682026-02-24T00:33:20.680Z[ recovery-image] Feb 24 00:33:20.014 INFO O| Feb 24 00:33:20.014 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55692026-02-24T00:33:20.690Z[ recovery-image] Feb 24 00:33:20.026 INFO O| Feb 24 00:33:20.026 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogin"
55702026-02-24T00:33:20.690Z[ recovery-image] Feb 24 00:33:20.026 INFO O| Feb 24 00:33:20.026 INFO STEP 238 (remove_files) COMPLETE
55712026-02-24T00:33:20.690Z[ recovery-image] Feb 24 00:33:20.026 INFO O| Feb 24 00:33:20.026 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55722026-02-24T00:33:20.703Z[ recovery-image] Feb 24 00:33:20.039 INFO O| Feb 24 00:33:20.039 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogout"
55732026-02-24T00:33:20.706Z[ recovery-image] Feb 24 00:33:20.040 INFO O| Feb 24 00:33:20.040 INFO STEP 239 (remove_files) COMPLETE
55742026-02-24T00:33:20.706Z[ recovery-image] Feb 24 00:33:20.040 INFO O| Feb 24 00:33:20.040 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55752026-02-24T00:33:20.717Z[ recovery-image] Feb 24 00:33:20.053 INFO O| Feb 24 00:33:20.053 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kill"
55762026-02-24T00:33:20.717Z[ recovery-image] Feb 24 00:33:20.053 INFO O| Feb 24 00:33:20.053 INFO STEP 240 (remove_files) COMPLETE
55772026-02-24T00:33:20.717Z[ recovery-image] Feb 24 00:33:20.053 INFO O| Feb 24 00:33:20.053 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55782026-02-24T00:33:20.730Z[ recovery-image] Feb 24 00:33:20.066 INFO O| Feb 24 00:33:20.066 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kinit"
55792026-02-24T00:33:20.730Z[ recovery-image] Feb 24 00:33:20.066 INFO O| Feb 24 00:33:20.066 INFO STEP 241 (remove_files) COMPLETE
55802026-02-24T00:33:20.732Z[ recovery-image] Feb 24 00:33:20.066 INFO O| Feb 24 00:33:20.066 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55812026-02-24T00:33:20.742Z[ recovery-image] Feb 24 00:33:20.078 INFO O| Feb 24 00:33:20.078 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/klist"
55822026-02-24T00:33:20.742Z[ recovery-image] Feb 24 00:33:20.078 INFO O| Feb 24 00:33:20.078 INFO STEP 242 (remove_files) COMPLETE
55832026-02-24T00:33:20.745Z[ recovery-image] Feb 24 00:33:20.078 INFO O| Feb 24 00:33:20.078 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55842026-02-24T00:33:20.758Z[ recovery-image] Feb 24 00:33:20.093 INFO O| Feb 24 00:33:20.093 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kmfcfg"
55852026-02-24T00:33:20.758Z[ recovery-image] Feb 24 00:33:20.093 INFO O| Feb 24 00:33:20.093 INFO STEP 243 (remove_files) COMPLETE
55862026-02-24T00:33:20.758Z[ recovery-image] Feb 24 00:33:20.093 INFO O| Feb 24 00:33:20.093 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55872026-02-24T00:33:20.770Z[ recovery-image] Feb 24 00:33:20.106 INFO O| Feb 24 00:33:20.106 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kpasswd"
55882026-02-24T00:33:20.770Z[ recovery-image] Feb 24 00:33:20.107 INFO O| Feb 24 00:33:20.107 INFO STEP 244 (remove_files) COMPLETE
55892026-02-24T00:33:20.770Z[ recovery-image] Feb 24 00:33:20.107 INFO O| Feb 24 00:33:20.107 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55902026-02-24T00:33:20.785Z[ recovery-image] Feb 24 00:33:20.120 INFO O| Feb 24 00:33:20.120 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/krb5-config"
55912026-02-24T00:33:20.785Z[ recovery-image] Feb 24 00:33:20.120 INFO O| Feb 24 00:33:20.120 INFO STEP 245 (remove_files) COMPLETE
55922026-02-24T00:33:20.789Z[ recovery-image] Feb 24 00:33:20.120 INFO O| Feb 24 00:33:20.120 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55932026-02-24T00:33:20.797Z[ recovery-image] Feb 24 00:33:20.133 INFO O| Feb 24 00:33:20.133 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ksh93"
55942026-02-24T00:33:20.797Z[ recovery-image] Feb 24 00:33:20.133 INFO O| Feb 24 00:33:20.133 INFO STEP 246 (remove_files) COMPLETE
55952026-02-24T00:33:20.797Z[ recovery-image] Feb 24 00:33:20.133 INFO O| Feb 24 00:33:20.133 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55962026-02-24T00:33:20.809Z[ recovery-image] Feb 24 00:33:20.145 INFO O| Feb 24 00:33:20.145 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ktutil"
55972026-02-24T00:33:20.809Z[ recovery-image] Feb 24 00:33:20.145 INFO O| Feb 24 00:33:20.145 INFO STEP 247 (remove_files) COMPLETE
55982026-02-24T00:33:20.809Z[ recovery-image] Feb 24 00:33:20.145 INFO O| Feb 24 00:33:20.145 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55992026-02-24T00:33:20.822Z[ recovery-image] Feb 24 00:33:20.158 INFO O| Feb 24 00:33:20.158 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kvmstat"
56002026-02-24T00:33:20.822Z[ recovery-image] Feb 24 00:33:20.158 INFO O| Feb 24 00:33:20.158 INFO STEP 248 (remove_files) COMPLETE
56012026-02-24T00:33:20.822Z[ recovery-image] Feb 24 00:33:20.158 INFO O| Feb 24 00:33:20.158 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56022026-02-24T00:33:20.835Z[ recovery-image] Feb 24 00:33:20.171 INFO O| Feb 24 00:33:20.171 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/last"
56032026-02-24T00:33:20.835Z[ recovery-image] Feb 24 00:33:20.171 INFO O| Feb 24 00:33:20.171 INFO STEP 249 (remove_files) COMPLETE
56042026-02-24T00:33:20.835Z[ recovery-image] Feb 24 00:33:20.171 INFO O| Feb 24 00:33:20.171 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56052026-02-24T00:33:20.850Z[ recovery-image] Feb 24 00:33:20.186 INFO O| Feb 24 00:33:20.186 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lastcomm"
56062026-02-24T00:33:20.850Z[ recovery-image] Feb 24 00:33:20.186 INFO O| Feb 24 00:33:20.186 INFO STEP 250 (remove_files) COMPLETE
56072026-02-24T00:33:20.854Z[ recovery-image] Feb 24 00:33:20.186 INFO O| Feb 24 00:33:20.186 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56082026-02-24T00:33:20.863Z[ recovery-image] Feb 24 00:33:20.199 INFO O| Feb 24 00:33:20.199 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ld"
56092026-02-24T00:33:20.863Z[ recovery-image] Feb 24 00:33:20.199 INFO O| Feb 24 00:33:20.199 INFO STEP 251 (remove_files) COMPLETE
56102026-02-24T00:33:20.863Z[ recovery-image] Feb 24 00:33:20.199 INFO O| Feb 24 00:33:20.199 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56112026-02-24T00:33:20.877Z[ recovery-image] Feb 24 00:33:20.213 INFO O| Feb 24 00:33:20.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ldd"
56122026-02-24T00:33:20.877Z[ recovery-image] Feb 24 00:33:20.213 INFO O| Feb 24 00:33:20.213 INFO STEP 252 (remove_files) COMPLETE
56132026-02-24T00:33:20.877Z[ recovery-image] Feb 24 00:33:20.213 INFO O| Feb 24 00:33:20.213 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56142026-02-24T00:33:20.892Z[ recovery-image] Feb 24 00:33:20.228 INFO O| Feb 24 00:33:20.228 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/less"
56152026-02-24T00:33:20.894Z[ recovery-image] Feb 24 00:33:20.229 INFO O| Feb 24 00:33:20.229 INFO STEP 253 (remove_files) COMPLETE
56162026-02-24T00:33:20.895Z[ recovery-image] Feb 24 00:33:20.229 INFO O| Feb 24 00:33:20.229 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56172026-02-24T00:33:20.905Z[ recovery-image] Feb 24 00:33:20.241 INFO O| Feb 24 00:33:20.241 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lessecho"
56182026-02-24T00:33:20.905Z[ recovery-image] Feb 24 00:33:20.241 INFO O| Feb 24 00:33:20.241 INFO STEP 254 (remove_files) COMPLETE
56192026-02-24T00:33:20.905Z[ recovery-image] Feb 24 00:33:20.241 INFO O| Feb 24 00:33:20.241 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56202026-02-24T00:33:20.918Z[ recovery-image] Feb 24 00:33:20.254 INFO O| Feb 24 00:33:20.254 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lesskey"
56212026-02-24T00:33:20.918Z[ recovery-image] Feb 24 00:33:20.254 INFO O| Feb 24 00:33:20.254 INFO STEP 255 (remove_files) COMPLETE
56222026-02-24T00:33:20.918Z[ recovery-image] Feb 24 00:33:20.254 INFO O| Feb 24 00:33:20.254 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56232026-02-24T00:33:20.931Z[ recovery-image] Feb 24 00:33:20.267 INFO O| Feb 24 00:33:20.267 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lgrpinfo"
56242026-02-24T00:33:20.931Z[ recovery-image] Feb 24 00:33:20.268 INFO O| Feb 24 00:33:20.268 INFO STEP 256 (remove_files) COMPLETE
56252026-02-24T00:33:20.931Z[ recovery-image] Feb 24 00:33:20.268 INFO O| Feb 24 00:33:20.268 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56262026-02-24T00:33:20.945Z[ recovery-image] Feb 24 00:33:20.281 INFO O| Feb 24 00:33:20.281 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/line"
56272026-02-24T00:33:20.948Z[ recovery-image] Feb 24 00:33:20.281 INFO O| Feb 24 00:33:20.281 INFO STEP 257 (remove_files) COMPLETE
56282026-02-24T00:33:20.948Z[ recovery-image] Feb 24 00:33:20.281 INFO O| Feb 24 00:33:20.281 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56292026-02-24T00:33:20.959Z[ recovery-image] Feb 24 00:33:20.294 INFO O| Feb 24 00:33:20.293 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listdgrp"
56302026-02-24T00:33:20.959Z[ recovery-image] Feb 24 00:33:20.294 INFO O| Feb 24 00:33:20.294 INFO STEP 258 (remove_files) COMPLETE
56312026-02-24T00:33:20.959Z[ recovery-image] Feb 24 00:33:20.294 INFO O| Feb 24 00:33:20.294 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56322026-02-24T00:33:20.970Z[ recovery-image] Feb 24 00:33:20.306 INFO O| Feb 24 00:33:20.306 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listusers"
56332026-02-24T00:33:20.970Z[ recovery-image] Feb 24 00:33:20.306 INFO O| Feb 24 00:33:20.306 INFO STEP 259 (remove_files) COMPLETE
56342026-02-24T00:33:20.970Z[ recovery-image] Feb 24 00:33:20.306 INFO O| Feb 24 00:33:20.306 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56352026-02-24T00:33:20.983Z[ recovery-image] Feb 24 00:33:20.318 INFO O| Feb 24 00:33:20.318 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/loadkeys"
56362026-02-24T00:33:20.983Z[ recovery-image] Feb 24 00:33:20.319 INFO O| Feb 24 00:33:20.318 INFO STEP 260 (remove_files) COMPLETE
56372026-02-24T00:33:20.983Z[ recovery-image] Feb 24 00:33:20.319 INFO O| Feb 24 00:33:20.318 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56382026-02-24T00:33:20.995Z[ recovery-image] Feb 24 00:33:20.332 INFO O| Feb 24 00:33:20.331 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logger"
56392026-02-24T00:33:20.995Z[ recovery-image] Feb 24 00:33:20.332 INFO O| Feb 24 00:33:20.332 INFO STEP 261 (remove_files) COMPLETE
56402026-02-24T00:33:20.995Z[ recovery-image] Feb 24 00:33:20.332 INFO O| Feb 24 00:33:20.332 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56412026-02-24T00:33:21.009Z[ recovery-image] Feb 24 00:33:20.344 INFO O| Feb 24 00:33:20.343 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logins"
56422026-02-24T00:33:21.012Z[ recovery-image] Feb 24 00:33:20.344 INFO O| Feb 24 00:33:20.344 INFO STEP 262 (remove_files) COMPLETE
56432026-02-24T00:33:21.012Z[ recovery-image] Feb 24 00:33:20.345 INFO O| Feb 24 00:33:20.344 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56442026-02-24T00:33:21.020Z[ recovery-image] Feb 24 00:33:20.356 INFO O| Feb 24 00:33:20.356 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logname"
56452026-02-24T00:33:21.023Z[ recovery-image] Feb 24 00:33:20.356 INFO O| Feb 24 00:33:20.356 INFO STEP 263 (remove_files) COMPLETE
56462026-02-24T00:33:21.023Z[ recovery-image] Feb 24 00:33:20.356 INFO O| Feb 24 00:33:20.356 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56472026-02-24T00:33:21.033Z[ recovery-image] Feb 24 00:33:20.369 INFO O| Feb 24 00:33:20.369 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/look"
56482026-02-24T00:33:21.033Z[ recovery-image] Feb 24 00:33:20.369 INFO O| Feb 24 00:33:20.369 INFO STEP 264 (remove_files) COMPLETE
56492026-02-24T00:33:21.033Z[ recovery-image] Feb 24 00:33:20.369 INFO O| Feb 24 00:33:20.369 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56502026-02-24T00:33:21.046Z[ recovery-image] Feb 24 00:33:20.382 INFO O| Feb 24 00:33:20.382 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/looker"
56512026-02-24T00:33:21.050Z[ recovery-image] Feb 24 00:33:20.383 INFO O| Feb 24 00:33:20.383 INFO STEP 265 (remove_files) COMPLETE
56522026-02-24T00:33:21.050Z[ recovery-image] Feb 24 00:33:20.383 INFO O| Feb 24 00:33:20.383 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56532026-02-24T00:33:21.059Z[ recovery-image] Feb 24 00:33:20.395 INFO O| Feb 24 00:33:20.395 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lz4"
56542026-02-24T00:33:21.062Z[ recovery-image] Feb 24 00:33:20.396 INFO O| Feb 24 00:33:20.396 INFO STEP 266 (remove_files) COMPLETE
56552026-02-24T00:33:21.062Z[ recovery-image] Feb 24 00:33:20.396 INFO O| Feb 24 00:33:20.396 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56562026-02-24T00:33:21.073Z[ recovery-image] Feb 24 00:33:20.409 INFO O| Feb 24 00:33:20.409 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmadec"
56572026-02-24T00:33:21.073Z[ recovery-image] Feb 24 00:33:20.409 INFO O| Feb 24 00:33:20.409 INFO STEP 267 (remove_files) COMPLETE
56582026-02-24T00:33:21.076Z[ recovery-image] Feb 24 00:33:20.409 INFO O| Feb 24 00:33:20.409 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56592026-02-24T00:33:21.094Z[ recovery-image] Feb 24 00:33:20.430 INFO O| Feb 24 00:33:20.429 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmainfo"
56602026-02-24T00:33:21.094Z[ recovery-image] Feb 24 00:33:20.430 INFO O| Feb 24 00:33:20.430 INFO STEP 268 (remove_files) COMPLETE
56612026-02-24T00:33:21.097Z[ recovery-image] Feb 24 00:33:20.430 INFO O| Feb 24 00:33:20.430 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56622026-02-24T00:33:21.111Z[ recovery-image] Feb 24 00:33:20.448 INFO O| Feb 24 00:33:20.447 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mac"
56632026-02-24T00:33:21.111Z[ recovery-image] Feb 24 00:33:20.448 INFO O| Feb 24 00:33:20.448 INFO STEP 269 (remove_files) COMPLETE
56642026-02-24T00:33:21.111Z[ recovery-image] Feb 24 00:33:20.448 INFO O| Feb 24 00:33:20.448 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56652026-02-24T00:33:21.126Z[ recovery-image] Feb 24 00:33:20.462 INFO O| Feb 24 00:33:20.462 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mach"
56662026-02-24T00:33:21.126Z[ recovery-image] Feb 24 00:33:20.462 INFO O| Feb 24 00:33:20.462 INFO STEP 270 (remove_files) COMPLETE
56672026-02-24T00:33:21.129Z[ recovery-image] Feb 24 00:33:20.462 INFO O| Feb 24 00:33:20.462 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56682026-02-24T00:33:21.140Z[ recovery-image] Feb 24 00:33:20.476 INFO O| Feb 24 00:33:20.476 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mailx"
56692026-02-24T00:33:21.140Z[ recovery-image] Feb 24 00:33:20.476 INFO O| Feb 24 00:33:20.476 INFO STEP 271 (remove_files) COMPLETE
56702026-02-24T00:33:21.143Z[ recovery-image] Feb 24 00:33:20.476 INFO O| Feb 24 00:33:20.476 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56712026-02-24T00:33:21.152Z[ recovery-image] Feb 24 00:33:20.488 INFO O| Feb 24 00:33:20.488 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/makedev"
56722026-02-24T00:33:21.152Z[ recovery-image] Feb 24 00:33:20.489 INFO O| Feb 24 00:33:20.488 INFO STEP 272 (remove_files) COMPLETE
56732026-02-24T00:33:21.152Z[ recovery-image] Feb 24 00:33:20.489 INFO O| Feb 24 00:33:20.489 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56742026-02-24T00:33:21.166Z[ recovery-image] Feb 24 00:33:20.502 INFO O| Feb 24 00:33:20.502 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mesg"
56752026-02-24T00:33:21.166Z[ recovery-image] Feb 24 00:33:20.502 INFO O| Feb 24 00:33:20.502 INFO STEP 273 (remove_files) COMPLETE
56762026-02-24T00:33:21.169Z[ recovery-image] Feb 24 00:33:20.502 INFO O| Feb 24 00:33:20.502 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56772026-02-24T00:33:21.179Z[ recovery-image] Feb 24 00:33:20.515 INFO O| Feb 24 00:33:20.515 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c"
56782026-02-24T00:33:21.179Z[ recovery-image] Feb 24 00:33:20.515 INFO O| Feb 24 00:33:20.515 INFO STEP 274 (remove_files) COMPLETE
56792026-02-24T00:33:21.179Z[ recovery-image] Feb 24 00:33:20.515 INFO O| Feb 24 00:33:20.515 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56802026-02-24T00:33:21.192Z[ recovery-image] Feb 24 00:33:20.528 INFO O| Feb 24 00:33:20.528 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c-update"
56812026-02-24T00:33:21.192Z[ recovery-image] Feb 24 00:33:20.528 INFO O| Feb 24 00:33:20.528 INFO STEP 275 (remove_files) COMPLETE
56822026-02-24T00:33:21.195Z[ recovery-image] Feb 24 00:33:20.528 INFO O| Feb 24 00:33:20.528 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56832026-02-24T00:33:21.206Z[ recovery-image] Feb 24 00:33:20.542 INFO O| Feb 24 00:33:20.542 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkfifo"
56842026-02-24T00:33:21.206Z[ recovery-image] Feb 24 00:33:20.543 INFO O| Feb 24 00:33:20.543 INFO STEP 276 (remove_files) COMPLETE
56852026-02-24T00:33:21.206Z[ recovery-image] Feb 24 00:33:20.543 INFO O| Feb 24 00:33:20.543 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56862026-02-24T00:33:21.220Z[ recovery-image] Feb 24 00:33:20.556 INFO O| Feb 24 00:33:20.556 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkpwdict"
56872026-02-24T00:33:21.220Z[ recovery-image] Feb 24 00:33:20.556 INFO O| Feb 24 00:33:20.556 INFO STEP 277 (remove_files) COMPLETE
56882026-02-24T00:33:21.223Z[ recovery-image] Feb 24 00:33:20.556 INFO O| Feb 24 00:33:20.556 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56892026-02-24T00:33:21.233Z[ recovery-image] Feb 24 00:33:20.569 INFO O| Feb 24 00:33:20.569 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/moe"
56902026-02-24T00:33:21.236Z[ recovery-image] Feb 24 00:33:20.569 INFO O| Feb 24 00:33:20.569 INFO STEP 278 (remove_files) COMPLETE
56912026-02-24T00:33:21.236Z[ recovery-image] Feb 24 00:33:20.569 INFO O| Feb 24 00:33:20.569 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56922026-02-24T00:33:21.246Z[ recovery-image] Feb 24 00:33:20.582 INFO O| Feb 24 00:33:20.582 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mpstat"
56932026-02-24T00:33:21.246Z[ recovery-image] Feb 24 00:33:20.582 INFO O| Feb 24 00:33:20.582 INFO STEP 279 (remove_files) COMPLETE
56942026-02-24T00:33:21.249Z[ recovery-image] Feb 24 00:33:20.582 INFO O| Feb 24 00:33:20.582 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56952026-02-24T00:33:21.258Z[ recovery-image] Feb 24 00:33:20.594 INFO O| Feb 24 00:33:20.594 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mt"
56962026-02-24T00:33:21.259Z[ recovery-image] Feb 24 00:33:20.594 INFO O| Feb 24 00:33:20.594 INFO STEP 280 (remove_files) COMPLETE
56972026-02-24T00:33:21.259Z[ recovery-image] Feb 24 00:33:20.594 INFO O| Feb 24 00:33:20.594 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56982026-02-24T00:33:21.271Z[ recovery-image] Feb 24 00:33:20.607 INFO O| Feb 24 00:33:20.607 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ncurses6-config"
56992026-02-24T00:33:21.274Z[ recovery-image] Feb 24 00:33:20.608 INFO O| Feb 24 00:33:20.608 INFO STEP 281 (remove_files) COMPLETE
57002026-02-24T00:33:21.274Z[ recovery-image] Feb 24 00:33:20.608 INFO O| Feb 24 00:33:20.608 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57012026-02-24T00:33:21.285Z[ recovery-image] Feb 24 00:33:20.621 INFO O| Feb 24 00:33:20.621 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-cert"
57022026-02-24T00:33:21.285Z[ recovery-image] Feb 24 00:33:20.621 INFO O| Feb 24 00:33:20.621 INFO STEP 282 (remove_files) COMPLETE
57032026-02-24T00:33:21.285Z[ recovery-image] Feb 24 00:33:20.621 INFO O| Feb 24 00:33:20.621 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57042026-02-24T00:33:21.298Z[ recovery-image] Feb 24 00:33:20.634 INFO O| Feb 24 00:33:20.634 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-config"
57052026-02-24T00:33:21.298Z[ recovery-image] Feb 24 00:33:20.634 INFO O| Feb 24 00:33:20.634 INFO STEP 283 (remove_files) COMPLETE
57062026-02-24T00:33:21.301Z[ recovery-image] Feb 24 00:33:20.634 INFO O| Feb 24 00:33:20.634 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57072026-02-24T00:33:21.312Z[ recovery-image] Feb 24 00:33:20.648 INFO O| Feb 24 00:33:20.648 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-create-v3-user"
57082026-02-24T00:33:21.312Z[ recovery-image] Feb 24 00:33:20.648 INFO O| Feb 24 00:33:20.648 INFO STEP 284 (remove_files) COMPLETE
57092026-02-24T00:33:21.312Z[ recovery-image] Feb 24 00:33:20.648 INFO O| Feb 24 00:33:20.648 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57102026-02-24T00:33:21.325Z[ recovery-image] Feb 24 00:33:20.661 INFO O| Feb 24 00:33:20.661 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newform"
57112026-02-24T00:33:21.325Z[ recovery-image] Feb 24 00:33:20.662 INFO O| Feb 24 00:33:20.661 INFO STEP 285 (remove_files) COMPLETE
57122026-02-24T00:33:21.325Z[ recovery-image] Feb 24 00:33:20.662 INFO O| Feb 24 00:33:20.662 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57132026-02-24T00:33:21.339Z[ recovery-image] Feb 24 00:33:20.675 INFO O| Feb 24 00:33:20.675 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newgrp"
57142026-02-24T00:33:21.339Z[ recovery-image] Feb 24 00:33:20.675 INFO O| Feb 24 00:33:20.675 INFO STEP 286 (remove_files) COMPLETE
57152026-02-24T00:33:21.342Z[ recovery-image] Feb 24 00:33:20.675 INFO O| Feb 24 00:33:20.675 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57162026-02-24T00:33:21.351Z[ recovery-image] Feb 24 00:33:20.687 INFO O| Feb 24 00:33:20.687 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/news"
57172026-02-24T00:33:21.351Z[ recovery-image] Feb 24 00:33:20.687 INFO O| Feb 24 00:33:20.687 INFO STEP 287 (remove_files) COMPLETE
57182026-02-24T00:33:21.351Z[ recovery-image] Feb 24 00:33:20.687 INFO O| Feb 24 00:33:20.687 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57192026-02-24T00:33:21.364Z[ recovery-image] Feb 24 00:33:20.700 INFO O| Feb 24 00:33:20.700 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newtask"
57202026-02-24T00:33:21.364Z[ recovery-image] Feb 24 00:33:20.700 INFO O| Feb 24 00:33:20.700 INFO STEP 288 (remove_files) COMPLETE
57212026-02-24T00:33:21.364Z[ recovery-image] Feb 24 00:33:20.700 INFO O| Feb 24 00:33:20.700 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57222026-02-24T00:33:21.377Z[ recovery-image] Feb 24 00:33:20.713 INFO O| Feb 24 00:33:20.713 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nice"
57232026-02-24T00:33:21.377Z[ recovery-image] Feb 24 00:33:20.714 INFO O| Feb 24 00:33:20.713 INFO STEP 289 (remove_files) COMPLETE
57242026-02-24T00:33:21.380Z[ recovery-image] Feb 24 00:33:20.714 INFO O| Feb 24 00:33:20.713 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57252026-02-24T00:33:21.390Z[ recovery-image] Feb 24 00:33:20.726 INFO O| Feb 24 00:33:20.726 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nl"
57262026-02-24T00:33:21.390Z[ recovery-image] Feb 24 00:33:20.726 INFO O| Feb 24 00:33:20.726 INFO STEP 290 (remove_files) COMPLETE
57272026-02-24T00:33:21.390Z[ recovery-image] Feb 24 00:33:20.726 INFO O| Feb 24 00:33:20.726 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57282026-02-24T00:33:21.403Z[ recovery-image] Feb 24 00:33:20.739 INFO O| Feb 24 00:33:20.739 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/oawk"
57292026-02-24T00:33:21.403Z[ recovery-image] Feb 24 00:33:20.739 INFO O| Feb 24 00:33:20.739 INFO STEP 291 (remove_files) COMPLETE
57302026-02-24T00:33:21.403Z[ recovery-image] Feb 24 00:33:20.739 INFO O| Feb 24 00:33:20.739 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57312026-02-24T00:33:21.417Z[ recovery-image] Feb 24 00:33:20.753 INFO O| Feb 24 00:33:20.753 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/od"
57322026-02-24T00:33:21.417Z[ recovery-image] Feb 24 00:33:20.753 INFO O| Feb 24 00:33:20.753 INFO STEP 292 (remove_files) COMPLETE
57332026-02-24T00:33:21.417Z[ recovery-image] Feb 24 00:33:20.753 INFO O| Feb 24 00:33:20.753 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57342026-02-24T00:33:21.431Z[ recovery-image] Feb 24 00:33:20.767 INFO O| Feb 24 00:33:20.767 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/optisa"
57352026-02-24T00:33:21.431Z[ recovery-image] Feb 24 00:33:20.767 INFO O| Feb 24 00:33:20.767 INFO STEP 293 (remove_files) COMPLETE
57362026-02-24T00:33:21.431Z[ recovery-image] Feb 24 00:33:20.767 INFO O| Feb 24 00:33:20.767 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57372026-02-24T00:33:21.445Z[ recovery-image] Feb 24 00:33:20.781 INFO O| Feb 24 00:33:20.781 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pack"
57382026-02-24T00:33:21.445Z[ recovery-image] Feb 24 00:33:20.781 INFO O| Feb 24 00:33:20.781 INFO STEP 294 (remove_files) COMPLETE
57392026-02-24T00:33:21.445Z[ recovery-image] Feb 24 00:33:20.781 INFO O| Feb 24 00:33:20.781 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57402026-02-24T00:33:21.458Z[ recovery-image] Feb 24 00:33:20.794 INFO O| Feb 24 00:33:20.794 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/page"
57412026-02-24T00:33:21.458Z[ recovery-image] Feb 24 00:33:20.795 INFO O| Feb 24 00:33:20.794 INFO STEP 295 (remove_files) COMPLETE
57422026-02-24T00:33:21.459Z[ recovery-image] Feb 24 00:33:20.795 INFO O| Feb 24 00:33:20.794 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57432026-02-24T00:33:21.471Z[ recovery-image] Feb 24 00:33:20.807 INFO O| Feb 24 00:33:20.807 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pagesize"
57442026-02-24T00:33:21.471Z[ recovery-image] Feb 24 00:33:20.807 INFO O| Feb 24 00:33:20.807 INFO STEP 296 (remove_files) COMPLETE
57452026-02-24T00:33:21.471Z[ recovery-image] Feb 24 00:33:20.807 INFO O| Feb 24 00:33:20.807 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57462026-02-24T00:33:21.483Z[ recovery-image] Feb 24 00:33:20.819 INFO O| Feb 24 00:33:20.819 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/passwd"
57472026-02-24T00:33:21.483Z[ recovery-image] Feb 24 00:33:20.820 INFO O| Feb 24 00:33:20.819 INFO STEP 297 (remove_files) COMPLETE
57482026-02-24T00:33:21.483Z[ recovery-image] Feb 24 00:33:20.820 INFO O| Feb 24 00:33:20.820 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57492026-02-24T00:33:21.496Z[ recovery-image] Feb 24 00:33:20.832 INFO O| Feb 24 00:33:20.832 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/paste"
57502026-02-24T00:33:21.496Z[ recovery-image] Feb 24 00:33:20.832 INFO O| Feb 24 00:33:20.832 INFO STEP 298 (remove_files) COMPLETE
57512026-02-24T00:33:21.496Z[ recovery-image] Feb 24 00:33:20.832 INFO O| Feb 24 00:33:20.832 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57522026-02-24T00:33:21.508Z[ recovery-image] Feb 24 00:33:20.844 INFO O| Feb 24 00:33:20.844 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pathchk"
57532026-02-24T00:33:21.508Z[ recovery-image] Feb 24 00:33:20.844 INFO O| Feb 24 00:33:20.844 INFO STEP 299 (remove_files) COMPLETE
57542026-02-24T00:33:21.508Z[ recovery-image] Feb 24 00:33:20.844 INFO O| Feb 24 00:33:20.844 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57552026-02-24T00:33:21.519Z[ recovery-image] Feb 24 00:33:20.855 INFO O| Feb 24 00:33:20.855 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pax"
57562026-02-24T00:33:21.519Z[ recovery-image] Feb 24 00:33:20.856 INFO O| Feb 24 00:33:20.856 INFO STEP 300 (remove_files) COMPLETE
57572026-02-24T00:33:21.519Z[ recovery-image] Feb 24 00:33:20.856 INFO O| Feb 24 00:33:20.856 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57582026-02-24T00:33:21.531Z[ recovery-image] Feb 24 00:33:20.867 INFO O| Feb 24 00:33:20.867 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcap-config"
57592026-02-24T00:33:21.531Z[ recovery-image] Feb 24 00:33:20.867 INFO O| Feb 24 00:33:20.867 INFO STEP 301 (remove_files) COMPLETE
57602026-02-24T00:33:21.531Z[ recovery-image] Feb 24 00:33:20.867 INFO O| Feb 24 00:33:20.867 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57612026-02-24T00:33:21.545Z[ recovery-image] Feb 24 00:33:20.881 INFO O| Feb 24 00:33:20.881 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre-config"
57622026-02-24T00:33:21.545Z[ recovery-image] Feb 24 00:33:20.881 INFO O| Feb 24 00:33:20.881 INFO STEP 302 (remove_files) COMPLETE
57632026-02-24T00:33:21.545Z[ recovery-image] Feb 24 00:33:20.881 INFO O| Feb 24 00:33:20.881 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57642026-02-24T00:33:21.559Z[ recovery-image] Feb 24 00:33:20.895 INFO O| Feb 24 00:33:20.895 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2-config"
57652026-02-24T00:33:21.559Z[ recovery-image] Feb 24 00:33:20.895 INFO O| Feb 24 00:33:20.895 INFO STEP 303 (remove_files) COMPLETE
57662026-02-24T00:33:21.559Z[ recovery-image] Feb 24 00:33:20.895 INFO O| Feb 24 00:33:20.895 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57672026-02-24T00:33:21.572Z[ recovery-image] Feb 24 00:33:20.908 INFO O| Feb 24 00:33:20.908 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2grep"
57682026-02-24T00:33:21.572Z[ recovery-image] Feb 24 00:33:20.908 INFO O| Feb 24 00:33:20.908 INFO STEP 304 (remove_files) COMPLETE
57692026-02-24T00:33:21.572Z[ recovery-image] Feb 24 00:33:20.908 INFO O| Feb 24 00:33:20.908 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57702026-02-24T00:33:21.585Z[ recovery-image] Feb 24 00:33:20.921 INFO O| Feb 24 00:33:20.921 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2test"
57712026-02-24T00:33:21.585Z[ recovery-image] Feb 24 00:33:20.922 INFO O| Feb 24 00:33:20.922 INFO STEP 305 (remove_files) COMPLETE
57722026-02-24T00:33:21.586Z[ recovery-image] Feb 24 00:33:20.922 INFO O| Feb 24 00:33:20.922 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57732026-02-24T00:33:21.599Z[ recovery-image] Feb 24 00:33:20.935 INFO O| Feb 24 00:33:20.935 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcregrep"
57742026-02-24T00:33:21.599Z[ recovery-image] Feb 24 00:33:20.935 INFO O| Feb 24 00:33:20.935 INFO STEP 306 (remove_files) COMPLETE
57752026-02-24T00:33:21.599Z[ recovery-image] Feb 24 00:33:20.935 INFO O| Feb 24 00:33:20.935 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57762026-02-24T00:33:21.611Z[ recovery-image] Feb 24 00:33:20.947 INFO O| Feb 24 00:33:20.947 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcretest"
57772026-02-24T00:33:21.611Z[ recovery-image] Feb 24 00:33:20.947 INFO O| Feb 24 00:33:20.947 INFO STEP 307 (remove_files) COMPLETE
57782026-02-24T00:33:21.614Z[ recovery-image] Feb 24 00:33:20.947 INFO O| Feb 24 00:33:20.947 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57792026-02-24T00:33:21.623Z[ recovery-image] Feb 24 00:33:20.959 INFO O| Feb 24 00:33:20.959 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfbash"
57802026-02-24T00:33:21.623Z[ recovery-image] Feb 24 00:33:20.959 INFO O| Feb 24 00:33:20.959 INFO STEP 308 (remove_files) COMPLETE
57812026-02-24T00:33:21.626Z[ recovery-image] Feb 24 00:33:20.959 INFO O| Feb 24 00:33:20.959 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57822026-02-24T00:33:21.636Z[ recovery-image] Feb 24 00:33:20.972 INFO O| Feb 24 00:33:20.972 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfcsh"
57832026-02-24T00:33:21.636Z[ recovery-image] Feb 24 00:33:20.972 INFO O| Feb 24 00:33:20.972 INFO STEP 309 (remove_files) COMPLETE
57842026-02-24T00:33:21.636Z[ recovery-image] Feb 24 00:33:20.972 INFO O| Feb 24 00:33:20.972 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57852026-02-24T00:33:21.649Z[ recovery-image] Feb 24 00:33:20.985 INFO O| Feb 24 00:33:20.985 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh"
57862026-02-24T00:33:21.650Z[ recovery-image] Feb 24 00:33:20.985 INFO O| Feb 24 00:33:20.985 INFO STEP 310 (remove_files) COMPLETE
57872026-02-24T00:33:21.653Z[ recovery-image] Feb 24 00:33:20.985 INFO O| Feb 24 00:33:20.985 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57882026-02-24T00:33:21.661Z[ recovery-image] Feb 24 00:33:20.997 INFO O| Feb 24 00:33:20.997 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh93"
57892026-02-24T00:33:21.661Z[ recovery-image] Feb 24 00:33:20.997 INFO O| Feb 24 00:33:20.997 INFO STEP 311 (remove_files) COMPLETE
57902026-02-24T00:33:21.664Z[ recovery-image] Feb 24 00:33:20.997 INFO O| Feb 24 00:33:20.997 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57912026-02-24T00:33:21.673Z[ recovery-image] Feb 24 00:33:21.010 INFO O| Feb 24 00:33:21.009 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh"
57922026-02-24T00:33:21.674Z[ recovery-image] Feb 24 00:33:21.010 INFO O| Feb 24 00:33:21.010 INFO STEP 312 (remove_files) COMPLETE
57932026-02-24T00:33:21.676Z[ recovery-image] Feb 24 00:33:21.010 INFO O| Feb 24 00:33:21.010 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57942026-02-24T00:33:21.686Z[ recovery-image] Feb 24 00:33:21.022 INFO O| Feb 24 00:33:21.022 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh93"
57952026-02-24T00:33:21.686Z[ recovery-image] Feb 24 00:33:21.022 INFO O| Feb 24 00:33:21.022 INFO STEP 313 (remove_files) COMPLETE
57962026-02-24T00:33:21.688Z[ recovery-image] Feb 24 00:33:21.022 INFO O| Feb 24 00:33:21.022 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57972026-02-24T00:33:21.700Z[ recovery-image] Feb 24 00:33:21.036 INFO O| Feb 24 00:33:21.036 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfsh"
57982026-02-24T00:33:21.700Z[ recovery-image] Feb 24 00:33:21.036 INFO O| Feb 24 00:33:21.036 INFO STEP 314 (remove_files) COMPLETE
57992026-02-24T00:33:21.700Z[ recovery-image] Feb 24 00:33:21.036 INFO O| Feb 24 00:33:21.036 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58002026-02-24T00:33:21.714Z[ recovery-image] Feb 24 00:33:21.050 INFO O| Feb 24 00:33:21.050 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pftcsh"
58012026-02-24T00:33:21.714Z[ recovery-image] Feb 24 00:33:21.050 INFO O| Feb 24 00:33:21.050 INFO STEP 315 (remove_files) COMPLETE
58022026-02-24T00:33:21.717Z[ recovery-image] Feb 24 00:33:21.050 INFO O| Feb 24 00:33:21.050 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58032026-02-24T00:33:21.727Z[ recovery-image] Feb 24 00:33:21.063 INFO O| Feb 24 00:33:21.063 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfzsh"
58042026-02-24T00:33:21.727Z[ recovery-image] Feb 24 00:33:21.063 INFO O| Feb 24 00:33:21.063 INFO STEP 316 (remove_files) COMPLETE
58052026-02-24T00:33:21.727Z[ recovery-image] Feb 24 00:33:21.063 INFO O| Feb 24 00:33:21.063 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58062026-02-24T00:33:21.740Z[ recovery-image] Feb 24 00:33:21.076 INFO O| Feb 24 00:33:21.076 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pg"
58072026-02-24T00:33:21.740Z[ recovery-image] Feb 24 00:33:21.076 INFO O| Feb 24 00:33:21.076 INFO STEP 317 (remove_files) COMPLETE
58082026-02-24T00:33:21.743Z[ recovery-image] Feb 24 00:33:21.076 INFO O| Feb 24 00:33:21.076 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58092026-02-24T00:33:21.754Z[ recovery-image] Feb 24 00:33:21.090 INFO O| Feb 24 00:33:21.090 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pginfo"
58102026-02-24T00:33:21.754Z[ recovery-image] Feb 24 00:33:21.090 INFO O| Feb 24 00:33:21.090 INFO STEP 318 (remove_files) COMPLETE
58112026-02-24T00:33:21.754Z[ recovery-image] Feb 24 00:33:21.090 INFO O| Feb 24 00:33:21.090 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58122026-02-24T00:33:21.767Z[ recovery-image] Feb 24 00:33:21.103 INFO O| Feb 24 00:33:21.103 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pgstat"
58132026-02-24T00:33:21.767Z[ recovery-image] Feb 24 00:33:21.103 INFO O| Feb 24 00:33:21.103 INFO STEP 319 (remove_files) COMPLETE
58142026-02-24T00:33:21.772Z[ recovery-image] Feb 24 00:33:21.103 INFO O| Feb 24 00:33:21.103 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58152026-02-24T00:33:21.778Z[ recovery-image] Feb 24 00:33:21.115 INFO O| Feb 24 00:33:21.115 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgadm"
58162026-02-24T00:33:21.778Z[ recovery-image] Feb 24 00:33:21.115 INFO O| Feb 24 00:33:21.115 INFO STEP 320 (remove_files) COMPLETE
58172026-02-24T00:33:21.779Z[ recovery-image] Feb 24 00:33:21.115 INFO O| Feb 24 00:33:21.115 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58182026-02-24T00:33:21.791Z[ recovery-image] Feb 24 00:33:21.127 INFO O| Feb 24 00:33:21.127 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgcond"
58192026-02-24T00:33:21.791Z[ recovery-image] Feb 24 00:33:21.127 INFO O| Feb 24 00:33:21.127 INFO STEP 321 (remove_files) COMPLETE
58202026-02-24T00:33:21.794Z[ recovery-image] Feb 24 00:33:21.127 INFO O| Feb 24 00:33:21.127 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58212026-02-24T00:33:21.803Z[ recovery-image] Feb 24 00:33:21.139 INFO O| Feb 24 00:33:21.139 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkginfo"
58222026-02-24T00:33:21.803Z[ recovery-image] Feb 24 00:33:21.140 INFO O| Feb 24 00:33:21.139 INFO STEP 322 (remove_files) COMPLETE
58232026-02-24T00:33:21.803Z[ recovery-image] Feb 24 00:33:21.140 INFO O| Feb 24 00:33:21.140 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58242026-02-24T00:33:21.817Z[ recovery-image] Feb 24 00:33:21.152 INFO O| Feb 24 00:33:21.152 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgmk"
58252026-02-24T00:33:21.821Z[ recovery-image] Feb 24 00:33:21.152 INFO O| Feb 24 00:33:21.152 INFO STEP 323 (remove_files) COMPLETE
58262026-02-24T00:33:21.821Z[ recovery-image] Feb 24 00:33:21.152 INFO O| Feb 24 00:33:21.152 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58272026-02-24T00:33:21.829Z[ recovery-image] Feb 24 00:33:21.165 INFO O| Feb 24 00:33:21.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgparam"
58282026-02-24T00:33:21.829Z[ recovery-image] Feb 24 00:33:21.165 INFO O| Feb 24 00:33:21.165 INFO STEP 324 (remove_files) COMPLETE
58292026-02-24T00:33:21.829Z[ recovery-image] Feb 24 00:33:21.165 INFO O| Feb 24 00:33:21.165 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58302026-02-24T00:33:21.842Z[ recovery-image] Feb 24 00:33:21.178 INFO O| Feb 24 00:33:21.178 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgproto"
58312026-02-24T00:33:21.845Z[ recovery-image] Feb 24 00:33:21.179 INFO O| Feb 24 00:33:21.179 INFO STEP 325 (remove_files) COMPLETE
58322026-02-24T00:33:21.845Z[ recovery-image] Feb 24 00:33:21.179 INFO O| Feb 24 00:33:21.179 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58332026-02-24T00:33:21.856Z[ recovery-image] Feb 24 00:33:21.192 INFO O| Feb 24 00:33:21.192 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgtrans"
58342026-02-24T00:33:21.856Z[ recovery-image] Feb 24 00:33:21.192 INFO O| Feb 24 00:33:21.192 INFO STEP 326 (remove_files) COMPLETE
58352026-02-24T00:33:21.856Z[ recovery-image] Feb 24 00:33:21.192 INFO O| Feb 24 00:33:21.192 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58362026-02-24T00:33:21.869Z[ recovery-image] Feb 24 00:33:21.204 INFO O| Feb 24 00:33:21.204 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pktool"
58372026-02-24T00:33:21.869Z[ recovery-image] Feb 24 00:33:21.205 INFO O| Feb 24 00:33:21.205 INFO STEP 327 (remove_files) COMPLETE
58382026-02-24T00:33:21.869Z[ recovery-image] Feb 24 00:33:21.205 INFO O| Feb 24 00:33:21.205 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58392026-02-24T00:33:21.881Z[ recovery-image] Feb 24 00:33:21.217 INFO O| Feb 24 00:33:21.217 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/plgrp"
58402026-02-24T00:33:21.881Z[ recovery-image] Feb 24 00:33:21.217 INFO O| Feb 24 00:33:21.217 INFO STEP 328 (remove_files) COMPLETE
58412026-02-24T00:33:21.884Z[ recovery-image] Feb 24 00:33:21.217 INFO O| Feb 24 00:33:21.217 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58422026-02-24T00:33:21.894Z[ recovery-image] Feb 24 00:33:21.229 INFO O| Feb 24 00:33:21.229 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pmadvise"
58432026-02-24T00:33:21.894Z[ recovery-image] Feb 24 00:33:21.230 INFO O| Feb 24 00:33:21.230 INFO STEP 329 (remove_files) COMPLETE
58442026-02-24T00:33:21.894Z[ recovery-image] Feb 24 00:33:21.230 INFO O| Feb 24 00:33:21.230 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58452026-02-24T00:33:21.907Z[ recovery-image] Feb 24 00:33:21.243 INFO O| Feb 24 00:33:21.243 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/poolstat"
58462026-02-24T00:33:21.907Z[ recovery-image] Feb 24 00:33:21.243 INFO O| Feb 24 00:33:21.243 INFO STEP 330 (remove_files) COMPLETE
58472026-02-24T00:33:21.907Z[ recovery-image] Feb 24 00:33:21.243 INFO O| Feb 24 00:33:21.243 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58482026-02-24T00:33:21.920Z[ recovery-image] Feb 24 00:33:21.256 INFO O| Feb 24 00:33:21.255 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ppgsz"
58492026-02-24T00:33:21.920Z[ recovery-image] Feb 24 00:33:21.256 INFO O| Feb 24 00:33:21.256 INFO STEP 331 (remove_files) COMPLETE
58502026-02-24T00:33:21.923Z[ recovery-image] Feb 24 00:33:21.256 INFO O| Feb 24 00:33:21.256 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58512026-02-24T00:33:21.932Z[ recovery-image] Feb 24 00:33:21.268 INFO O| Feb 24 00:33:21.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pr"
58522026-02-24T00:33:21.932Z[ recovery-image] Feb 24 00:33:21.268 INFO O| Feb 24 00:33:21.268 INFO STEP 332 (remove_files) COMPLETE
58532026-02-24T00:33:21.934Z[ recovery-image] Feb 24 00:33:21.268 INFO O| Feb 24 00:33:21.268 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58542026-02-24T00:33:21.946Z[ recovery-image] Feb 24 00:33:21.281 INFO O| Feb 24 00:33:21.281 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/print"
58552026-02-24T00:33:21.946Z[ recovery-image] Feb 24 00:33:21.282 INFO O| Feb 24 00:33:21.282 INFO STEP 333 (remove_files) COMPLETE
58562026-02-24T00:33:21.949Z[ recovery-image] Feb 24 00:33:21.282 INFO O| Feb 24 00:33:21.282 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58572026-02-24T00:33:21.959Z[ recovery-image] Feb 24 00:33:21.295 INFO O| Feb 24 00:33:21.295 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/printf"
58582026-02-24T00:33:21.962Z[ recovery-image] Feb 24 00:33:21.296 INFO O| Feb 24 00:33:21.296 INFO STEP 334 (remove_files) COMPLETE
58592026-02-24T00:33:21.962Z[ recovery-image] Feb 24 00:33:21.296 INFO O| Feb 24 00:33:21.296 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58602026-02-24T00:33:21.973Z[ recovery-image] Feb 24 00:33:21.309 INFO O| Feb 24 00:33:21.309 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/priocntl"
58612026-02-24T00:33:21.973Z[ recovery-image] Feb 24 00:33:21.309 INFO O| Feb 24 00:33:21.309 INFO STEP 335 (remove_files) COMPLETE
58622026-02-24T00:33:21.973Z[ recovery-image] Feb 24 00:33:21.309 INFO O| Feb 24 00:33:21.309 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58632026-02-24T00:33:21.985Z[ recovery-image] Feb 24 00:33:21.321 INFO O| Feb 24 00:33:21.321 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/profiles"
58642026-02-24T00:33:21.985Z[ recovery-image] Feb 24 00:33:21.321 INFO O| Feb 24 00:33:21.321 INFO STEP 336 (remove_files) COMPLETE
58652026-02-24T00:33:21.985Z[ recovery-image] Feb 24 00:33:21.321 INFO O| Feb 24 00:33:21.321 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58662026-02-24T00:33:21.998Z[ recovery-image] Feb 24 00:33:21.334 INFO O| Feb 24 00:33:21.334 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/projects"
58672026-02-24T00:33:21.998Z[ recovery-image] Feb 24 00:33:21.334 INFO O| Feb 24 00:33:21.334 INFO STEP 337 (remove_files) COMPLETE
58682026-02-24T00:33:21.998Z[ recovery-image] Feb 24 00:33:21.334 INFO O| Feb 24 00:33:21.334 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58692026-02-24T00:33:22.012Z[ recovery-image] Feb 24 00:33:21.348 INFO O| Feb 24 00:33:21.348 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/psecflags"
58702026-02-24T00:33:22.012Z[ recovery-image] Feb 24 00:33:21.348 INFO O| Feb 24 00:33:21.348 INFO STEP 338 (remove_files) COMPLETE
58712026-02-24T00:33:22.012Z[ recovery-image] Feb 24 00:33:21.348 INFO O| Feb 24 00:33:21.348 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58722026-02-24T00:33:22.025Z[ recovery-image] Feb 24 00:33:21.361 INFO O| Feb 24 00:33:21.361 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdev"
58732026-02-24T00:33:22.025Z[ recovery-image] Feb 24 00:33:21.361 INFO O| Feb 24 00:33:21.361 INFO STEP 339 (remove_files) COMPLETE
58742026-02-24T00:33:22.025Z[ recovery-image] Feb 24 00:33:21.361 INFO O| Feb 24 00:33:21.361 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58752026-02-24T00:33:22.037Z[ recovery-image] Feb 24 00:33:21.373 INFO O| Feb 24 00:33:21.373 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdgrp"
58762026-02-24T00:33:22.037Z[ recovery-image] Feb 24 00:33:21.373 INFO O| Feb 24 00:33:21.373 INFO STEP 340 (remove_files) COMPLETE
58772026-02-24T00:33:22.037Z[ recovery-image] Feb 24 00:33:21.373 INFO O| Feb 24 00:33:21.373 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58782026-02-24T00:33:22.051Z[ recovery-image] Feb 24 00:33:21.387 INFO O| Feb 24 00:33:21.387 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pvs"
58792026-02-24T00:33:22.051Z[ recovery-image] Feb 24 00:33:21.387 INFO O| Feb 24 00:33:21.387 INFO STEP 341 (remove_files) COMPLETE
58802026-02-24T00:33:22.051Z[ recovery-image] Feb 24 00:33:21.387 INFO O| Feb 24 00:33:21.387 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58812026-02-24T00:33:22.064Z[ recovery-image] Feb 24 00:33:21.400 INFO O| Feb 24 00:33:21.400 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwait"
58822026-02-24T00:33:22.064Z[ recovery-image] Feb 24 00:33:21.400 INFO O| Feb 24 00:33:21.400 INFO STEP 342 (remove_files) COMPLETE
58832026-02-24T00:33:22.068Z[ recovery-image] Feb 24 00:33:21.400 INFO O| Feb 24 00:33:21.400 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58842026-02-24T00:33:22.076Z[ recovery-image] Feb 24 00:33:21.413 INFO O| Feb 24 00:33:21.412 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwd"
58852026-02-24T00:33:22.077Z[ recovery-image] Feb 24 00:33:21.413 INFO O| Feb 24 00:33:21.413 INFO STEP 343 (remove_files) COMPLETE
58862026-02-24T00:33:22.077Z[ recovery-image] Feb 24 00:33:21.413 INFO O| Feb 24 00:33:21.413 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58872026-02-24T00:33:22.090Z[ recovery-image] Feb 24 00:33:21.426 INFO O| Feb 24 00:33:21.426 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/read"
58882026-02-24T00:33:22.090Z[ recovery-image] Feb 24 00:33:21.426 INFO O| Feb 24 00:33:21.426 INFO STEP 344 (remove_files) COMPLETE
58892026-02-24T00:33:22.090Z[ recovery-image] Feb 24 00:33:21.426 INFO O| Feb 24 00:33:21.426 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58902026-02-24T00:33:22.103Z[ recovery-image] Feb 24 00:33:21.439 INFO O| Feb 24 00:33:21.439 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/red"
58912026-02-24T00:33:22.103Z[ recovery-image] Feb 24 00:33:21.439 INFO O| Feb 24 00:33:21.439 INFO STEP 345 (remove_files) COMPLETE
58922026-02-24T00:33:22.103Z[ recovery-image] Feb 24 00:33:21.439 INFO O| Feb 24 00:33:21.439 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58932026-02-24T00:33:22.116Z[ recovery-image] Feb 24 00:33:21.452 INFO O| Feb 24 00:33:21.451 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/regcmp"
58942026-02-24T00:33:22.116Z[ recovery-image] Feb 24 00:33:21.452 INFO O| Feb 24 00:33:21.452 INFO STEP 346 (remove_files) COMPLETE
58952026-02-24T00:33:22.116Z[ recovery-image] Feb 24 00:33:21.452 INFO O| Feb 24 00:33:21.452 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58962026-02-24T00:33:22.129Z[ recovery-image] Feb 24 00:33:21.465 INFO O| Feb 24 00:33:21.465 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/renice"
58972026-02-24T00:33:22.129Z[ recovery-image] Feb 24 00:33:21.465 INFO O| Feb 24 00:33:21.465 INFO STEP 347 (remove_files) COMPLETE
58982026-02-24T00:33:22.129Z[ recovery-image] Feb 24 00:33:21.465 INFO O| Feb 24 00:33:21.465 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58992026-02-24T00:33:22.141Z[ recovery-image] Feb 24 00:33:21.477 INFO O| Feb 24 00:33:21.477 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/resize"
59002026-02-24T00:33:22.141Z[ recovery-image] Feb 24 00:33:21.478 INFO O| Feb 24 00:33:21.477 INFO STEP 348 (remove_files) COMPLETE
59012026-02-24T00:33:22.142Z[ recovery-image] Feb 24 00:33:21.478 INFO O| Feb 24 00:33:21.478 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59022026-02-24T00:33:22.155Z[ recovery-image] Feb 24 00:33:21.491 INFO O| Feb 24 00:33:21.491 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rev"
59032026-02-24T00:33:22.155Z[ recovery-image] Feb 24 00:33:21.491 INFO O| Feb 24 00:33:21.491 INFO STEP 349 (remove_files) COMPLETE
59042026-02-24T00:33:22.155Z[ recovery-image] Feb 24 00:33:21.491 INFO O| Feb 24 00:33:21.491 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59052026-02-24T00:33:22.169Z[ recovery-image] Feb 24 00:33:21.505 INFO O| Feb 24 00:33:21.505 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh"
59062026-02-24T00:33:22.169Z[ recovery-image] Feb 24 00:33:21.505 INFO O| Feb 24 00:33:21.505 INFO STEP 350 (remove_files) COMPLETE
59072026-02-24T00:33:22.169Z[ recovery-image] Feb 24 00:33:21.505 INFO O| Feb 24 00:33:21.505 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59082026-02-24T00:33:22.184Z[ recovery-image] Feb 24 00:33:21.519 INFO O| Feb 24 00:33:21.519 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh93"
59092026-02-24T00:33:22.184Z[ recovery-image] Feb 24 00:33:21.520 INFO O| Feb 24 00:33:21.520 INFO STEP 351 (remove_files) COMPLETE
59102026-02-24T00:33:22.187Z[ recovery-image] Feb 24 00:33:21.520 INFO O| Feb 24 00:33:21.520 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59112026-02-24T00:33:22.197Z[ recovery-image] Feb 24 00:33:21.533 INFO O| Feb 24 00:33:21.533 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/roles"
59122026-02-24T00:33:22.197Z[ recovery-image] Feb 24 00:33:21.533 INFO O| Feb 24 00:33:21.533 INFO STEP 352 (remove_files) COMPLETE
59132026-02-24T00:33:22.197Z[ recovery-image] Feb 24 00:33:21.533 INFO O| Feb 24 00:33:21.533 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59142026-02-24T00:33:22.210Z[ recovery-image] Feb 24 00:33:21.546 INFO O| Feb 24 00:33:21.546 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rpcinfo"
59152026-02-24T00:33:22.232Z[ recovery-image] Feb 24 00:33:21.546 INFO O| Feb 24 00:33:21.546 INFO STEP 353 (remove_files) COMPLETE
59162026-02-24T00:33:22.232Z[ recovery-image] Feb 24 00:33:21.546 INFO O| Feb 24 00:33:21.546 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59172026-02-24T00:33:22.232Z[ recovery-image] Feb 24 00:33:21.559 INFO O| Feb 24 00:33:21.559 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync"
59182026-02-24T00:33:22.232Z[ recovery-image] Feb 24 00:33:21.559 INFO O| Feb 24 00:33:21.559 INFO STEP 354 (remove_files) COMPLETE
59192026-02-24T00:33:22.232Z[ recovery-image] Feb 24 00:33:21.559 INFO O| Feb 24 00:33:21.559 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59202026-02-24T00:33:22.236Z[ recovery-image] Feb 24 00:33:21.571 INFO O| Feb 24 00:33:21.571 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync-ssl"
59212026-02-24T00:33:22.236Z[ recovery-image] Feb 24 00:33:21.571 INFO O| Feb 24 00:33:21.571 INFO STEP 355 (remove_files) COMPLETE
59222026-02-24T00:33:22.236Z[ recovery-image] Feb 24 00:33:21.571 INFO O| Feb 24 00:33:21.571 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59232026-02-24T00:33:22.249Z[ recovery-image] Feb 24 00:33:21.584 INFO O| Feb 24 00:33:21.584 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/runat"
59242026-02-24T00:33:22.249Z[ recovery-image] Feb 24 00:33:21.585 INFO O| Feb 24 00:33:21.584 INFO STEP 356 (remove_files) COMPLETE
59252026-02-24T00:33:22.252Z[ recovery-image] Feb 24 00:33:21.585 INFO O| Feb 24 00:33:21.585 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59262026-02-24T00:33:22.262Z[ recovery-image] Feb 24 00:33:21.598 INFO O| Feb 24 00:33:21.598 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/scp"
59272026-02-24T00:33:22.262Z[ recovery-image] Feb 24 00:33:21.598 INFO O| Feb 24 00:33:21.598 INFO STEP 357 (remove_files) COMPLETE
59282026-02-24T00:33:22.262Z[ recovery-image] Feb 24 00:33:21.598 INFO O| Feb 24 00:33:21.598 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59292026-02-24T00:33:22.276Z[ recovery-image] Feb 24 00:33:21.612 INFO O| Feb 24 00:33:21.612 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/script"
59302026-02-24T00:33:22.277Z[ recovery-image] Feb 24 00:33:21.612 INFO O| Feb 24 00:33:21.612 INFO STEP 358 (remove_files) COMPLETE
59312026-02-24T00:33:22.279Z[ recovery-image] Feb 24 00:33:21.612 INFO O| Feb 24 00:33:21.612 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59322026-02-24T00:33:22.291Z[ recovery-image] Feb 24 00:33:21.626 INFO O| Feb 24 00:33:21.626 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sdiff"
59332026-02-24T00:33:22.291Z[ recovery-image] Feb 24 00:33:21.626 INFO O| Feb 24 00:33:21.626 INFO STEP 359 (remove_files) COMPLETE
59342026-02-24T00:33:22.291Z[ recovery-image] Feb 24 00:33:21.626 INFO O| Feb 24 00:33:21.626 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59352026-02-24T00:33:22.303Z[ recovery-image] Feb 24 00:33:21.639 INFO O| Feb 24 00:33:21.638 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/setpgrp"
59362026-02-24T00:33:22.303Z[ recovery-image] Feb 24 00:33:21.639 INFO O| Feb 24 00:33:21.639 INFO STEP 360 (remove_files) COMPLETE
59372026-02-24T00:33:22.306Z[ recovery-image] Feb 24 00:33:21.639 INFO O| Feb 24 00:33:21.639 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59382026-02-24T00:33:22.314Z[ recovery-image] Feb 24 00:33:21.650 INFO O| Feb 24 00:33:21.650 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sftp"
59392026-02-24T00:33:22.314Z[ recovery-image] Feb 24 00:33:21.650 INFO O| Feb 24 00:33:21.650 INFO STEP 361 (remove_files) COMPLETE
59402026-02-24T00:33:22.315Z[ recovery-image] Feb 24 00:33:21.650 INFO O| Feb 24 00:33:21.650 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59412026-02-24T00:33:22.329Z[ recovery-image] Feb 24 00:33:21.663 INFO O| Feb 24 00:33:21.663 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/shcomp"
59422026-02-24T00:33:22.329Z[ recovery-image] Feb 24 00:33:21.663 INFO O| Feb 24 00:33:21.663 INFO STEP 362 (remove_files) COMPLETE
59432026-02-24T00:33:22.332Z[ recovery-image] Feb 24 00:33:21.663 INFO O| Feb 24 00:33:21.663 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59442026-02-24T00:33:22.338Z[ recovery-image] Feb 24 00:33:21.674 INFO O| Feb 24 00:33:21.674 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/smbutil"
59452026-02-24T00:33:22.338Z[ recovery-image] Feb 24 00:33:21.674 INFO O| Feb 24 00:33:21.674 INFO STEP 363 (remove_files) COMPLETE
59462026-02-24T00:33:22.338Z[ recovery-image] Feb 24 00:33:21.674 INFO O| Feb 24 00:33:21.674 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59472026-02-24T00:33:22.350Z[ recovery-image] Feb 24 00:33:21.686 INFO O| Feb 24 00:33:21.686 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmp-bridge-mib"
59482026-02-24T00:33:22.350Z[ recovery-image] Feb 24 00:33:21.686 INFO O| Feb 24 00:33:21.686 INFO STEP 364 (remove_files) COMPLETE
59492026-02-24T00:33:22.354Z[ recovery-image] Feb 24 00:33:21.686 INFO O| Feb 24 00:33:21.686 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59502026-02-24T00:33:22.362Z[ recovery-image] Feb 24 00:33:21.698 INFO O| Feb 24 00:33:21.698 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkget"
59512026-02-24T00:33:22.362Z[ recovery-image] Feb 24 00:33:21.699 INFO O| Feb 24 00:33:21.698 INFO STEP 365 (remove_files) COMPLETE
59522026-02-24T00:33:22.362Z[ recovery-image] Feb 24 00:33:21.699 INFO O| Feb 24 00:33:21.699 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59532026-02-24T00:33:22.375Z[ recovery-image] Feb 24 00:33:21.711 INFO O| Feb 24 00:33:21.711 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkwalk"
59542026-02-24T00:33:22.375Z[ recovery-image] Feb 24 00:33:21.711 INFO O| Feb 24 00:33:21.711 INFO STEP 366 (remove_files) COMPLETE
59552026-02-24T00:33:22.379Z[ recovery-image] Feb 24 00:33:21.711 INFO O| Feb 24 00:33:21.711 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59562026-02-24T00:33:22.388Z[ recovery-image] Feb 24 00:33:21.724 INFO O| Feb 24 00:33:21.724 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpcheck"
59572026-02-24T00:33:22.388Z[ recovery-image] Feb 24 00:33:21.724 INFO O| Feb 24 00:33:21.724 INFO STEP 367 (remove_files) COMPLETE
59582026-02-24T00:33:22.388Z[ recovery-image] Feb 24 00:33:21.724 INFO O| Feb 24 00:33:21.724 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59592026-02-24T00:33:22.401Z[ recovery-image] Feb 24 00:33:21.737 INFO O| Feb 24 00:33:21.737 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpconf"
59602026-02-24T00:33:22.401Z[ recovery-image] Feb 24 00:33:21.737 INFO O| Feb 24 00:33:21.737 INFO STEP 368 (remove_files) COMPLETE
59612026-02-24T00:33:22.401Z[ recovery-image] Feb 24 00:33:21.737 INFO O| Feb 24 00:33:21.737 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59622026-02-24T00:33:22.415Z[ recovery-image] Feb 24 00:33:21.751 INFO O| Feb 24 00:33:21.751 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdelta"
59632026-02-24T00:33:22.415Z[ recovery-image] Feb 24 00:33:21.751 INFO O| Feb 24 00:33:21.751 INFO STEP 369 (remove_files) COMPLETE
59642026-02-24T00:33:22.415Z[ recovery-image] Feb 24 00:33:21.751 INFO O| Feb 24 00:33:21.751 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59652026-02-24T00:33:22.428Z[ recovery-image] Feb 24 00:33:21.764 INFO O| Feb 24 00:33:21.764 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdf"
59662026-02-24T00:33:22.428Z[ recovery-image] Feb 24 00:33:21.764 INFO O| Feb 24 00:33:21.764 INFO STEP 370 (remove_files) COMPLETE
59672026-02-24T00:33:22.431Z[ recovery-image] Feb 24 00:33:21.764 INFO O| Feb 24 00:33:21.764 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59682026-02-24T00:33:22.441Z[ recovery-image] Feb 24 00:33:21.777 INFO O| Feb 24 00:33:21.777 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpget"
59692026-02-24T00:33:22.441Z[ recovery-image] Feb 24 00:33:21.777 INFO O| Feb 24 00:33:21.777 INFO STEP 371 (remove_files) COMPLETE
59702026-02-24T00:33:22.444Z[ recovery-image] Feb 24 00:33:21.777 INFO O| Feb 24 00:33:21.777 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59712026-02-24T00:33:22.455Z[ recovery-image] Feb 24 00:33:21.791 INFO O| Feb 24 00:33:21.790 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpgetnext"
59722026-02-24T00:33:22.455Z[ recovery-image] Feb 24 00:33:21.791 INFO O| Feb 24 00:33:21.791 INFO STEP 372 (remove_files) COMPLETE
59732026-02-24T00:33:22.458Z[ recovery-image] Feb 24 00:33:21.791 INFO O| Feb 24 00:33:21.791 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59742026-02-24T00:33:22.467Z[ recovery-image] Feb 24 00:33:21.803 INFO O| Feb 24 00:33:21.803 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpnetstat"
59752026-02-24T00:33:22.467Z[ recovery-image] Feb 24 00:33:21.803 INFO O| Feb 24 00:33:21.803 INFO STEP 373 (remove_files) COMPLETE
59762026-02-24T00:33:22.467Z[ recovery-image] Feb 24 00:33:21.803 INFO O| Feb 24 00:33:21.803 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59772026-02-24T00:33:22.480Z[ recovery-image] Feb 24 00:33:21.816 INFO O| Feb 24 00:33:21.816 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmppcap"
59782026-02-24T00:33:22.480Z[ recovery-image] Feb 24 00:33:21.816 INFO O| Feb 24 00:33:21.816 INFO STEP 374 (remove_files) COMPLETE
59792026-02-24T00:33:22.480Z[ recovery-image] Feb 24 00:33:21.816 INFO O| Feb 24 00:33:21.816 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59802026-02-24T00:33:22.493Z[ recovery-image] Feb 24 00:33:21.829 INFO O| Feb 24 00:33:21.829 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpping"
59812026-02-24T00:33:22.493Z[ recovery-image] Feb 24 00:33:21.829 INFO O| Feb 24 00:33:21.829 INFO STEP 375 (remove_files) COMPLETE
59822026-02-24T00:33:22.493Z[ recovery-image] Feb 24 00:33:21.829 INFO O| Feb 24 00:33:21.829 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59832026-02-24T00:33:22.508Z[ recovery-image] Feb 24 00:33:21.844 INFO O| Feb 24 00:33:21.844 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpps"
59842026-02-24T00:33:22.508Z[ recovery-image] Feb 24 00:33:21.844 INFO O| Feb 24 00:33:21.844 INFO STEP 376 (remove_files) COMPLETE
59852026-02-24T00:33:22.508Z[ recovery-image] Feb 24 00:33:21.844 INFO O| Feb 24 00:33:21.844 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59862026-02-24T00:33:22.523Z[ recovery-image] Feb 24 00:33:21.858 INFO O| Feb 24 00:33:21.858 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpset"
59872026-02-24T00:33:22.523Z[ recovery-image] Feb 24 00:33:21.859 INFO O| Feb 24 00:33:21.859 INFO STEP 377 (remove_files) COMPLETE
59882026-02-24T00:33:22.523Z[ recovery-image] Feb 24 00:33:21.859 INFO O| Feb 24 00:33:21.859 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59892026-02-24T00:33:22.538Z[ recovery-image] Feb 24 00:33:21.874 INFO O| Feb 24 00:33:21.873 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpstatus"
59902026-02-24T00:33:22.538Z[ recovery-image] Feb 24 00:33:21.874 INFO O| Feb 24 00:33:21.874 INFO STEP 378 (remove_files) COMPLETE
59912026-02-24T00:33:22.541Z[ recovery-image] Feb 24 00:33:21.874 INFO O| Feb 24 00:33:21.874 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59922026-02-24T00:33:22.552Z[ recovery-image] Feb 24 00:33:21.888 INFO O| Feb 24 00:33:21.888 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptable"
59932026-02-24T00:33:22.552Z[ recovery-image] Feb 24 00:33:21.888 INFO O| Feb 24 00:33:21.888 INFO STEP 379 (remove_files) COMPLETE
59942026-02-24T00:33:22.552Z[ recovery-image] Feb 24 00:33:21.888 INFO O| Feb 24 00:33:21.888 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59952026-02-24T00:33:22.567Z[ recovery-image] Feb 24 00:33:21.903 INFO O| Feb 24 00:33:21.903 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptest"
59962026-02-24T00:33:22.567Z[ recovery-image] Feb 24 00:33:21.903 INFO O| Feb 24 00:33:21.903 INFO STEP 380 (remove_files) COMPLETE
59972026-02-24T00:33:22.569Z[ recovery-image] Feb 24 00:33:21.903 INFO O| Feb 24 00:33:21.903 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59982026-02-24T00:33:22.582Z[ recovery-image] Feb 24 00:33:21.918 INFO O| Feb 24 00:33:21.917 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptranslate"
59992026-02-24T00:33:22.582Z[ recovery-image] Feb 24 00:33:21.918 INFO O| Feb 24 00:33:21.918 INFO STEP 381 (remove_files) COMPLETE
60002026-02-24T00:33:22.582Z[ recovery-image] Feb 24 00:33:21.918 INFO O| Feb 24 00:33:21.918 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60012026-02-24T00:33:22.595Z[ recovery-image] Feb 24 00:33:21.931 INFO O| Feb 24 00:33:21.931 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptrap"
60022026-02-24T00:33:22.595Z[ recovery-image] Feb 24 00:33:21.931 INFO O| Feb 24 00:33:21.931 INFO STEP 382 (remove_files) COMPLETE
60032026-02-24T00:33:22.595Z[ recovery-image] Feb 24 00:33:21.931 INFO O| Feb 24 00:33:21.931 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60042026-02-24T00:33:22.610Z[ recovery-image] Feb 24 00:33:21.946 INFO O| Feb 24 00:33:21.946 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpusm"
60052026-02-24T00:33:22.611Z[ recovery-image] Feb 24 00:33:21.946 INFO O| Feb 24 00:33:21.946 INFO STEP 383 (remove_files) COMPLETE
60062026-02-24T00:33:22.611Z[ recovery-image] Feb 24 00:33:21.946 INFO O| Feb 24 00:33:21.946 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60072026-02-24T00:33:22.623Z[ recovery-image] Feb 24 00:33:21.959 INFO O| Feb 24 00:33:21.959 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpvacm"
60082026-02-24T00:33:22.623Z[ recovery-image] Feb 24 00:33:21.960 INFO O| Feb 24 00:33:21.960 INFO STEP 384 (remove_files) COMPLETE
60092026-02-24T00:33:22.623Z[ recovery-image] Feb 24 00:33:21.960 INFO O| Feb 24 00:33:21.960 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60102026-02-24T00:33:22.636Z[ recovery-image] Feb 24 00:33:21.972 INFO O| Feb 24 00:33:21.972 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpwalk"
60112026-02-24T00:33:22.639Z[ recovery-image] Feb 24 00:33:21.973 INFO O| Feb 24 00:33:21.973 INFO STEP 385 (remove_files) COMPLETE
60122026-02-24T00:33:22.639Z[ recovery-image] Feb 24 00:33:21.973 INFO O| Feb 24 00:33:21.973 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60132026-02-24T00:33:22.650Z[ recovery-image] Feb 24 00:33:21.986 INFO O| Feb 24 00:33:21.986 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sotruss"
60142026-02-24T00:33:22.653Z[ recovery-image] Feb 24 00:33:21.986 INFO O| Feb 24 00:33:21.986 INFO STEP 386 (remove_files) COMPLETE
60152026-02-24T00:33:22.653Z[ recovery-image] Feb 24 00:33:21.986 INFO O| Feb 24 00:33:21.986 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60162026-02-24T00:33:22.664Z[ recovery-image] Feb 24 00:33:22.000 INFO O| Feb 24 00:33:22.000 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/spell"
60172026-02-24T00:33:22.664Z[ recovery-image] Feb 24 00:33:22.000 INFO O| Feb 24 00:33:22.000 INFO STEP 387 (remove_files) COMPLETE
60182026-02-24T00:33:22.664Z[ recovery-image] Feb 24 00:33:22.000 INFO O| Feb 24 00:33:22.000 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60192026-02-24T00:33:22.678Z[ recovery-image] Feb 24 00:33:22.014 INFO O| Feb 24 00:33:22.014 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/split"
60202026-02-24T00:33:22.678Z[ recovery-image] Feb 24 00:33:22.014 INFO O| Feb 24 00:33:22.014 INFO STEP 388 (remove_files) COMPLETE
60212026-02-24T00:33:22.678Z[ recovery-image] Feb 24 00:33:22.014 INFO O| Feb 24 00:33:22.014 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60222026-02-24T00:33:22.691Z[ recovery-image] Feb 24 00:33:22.027 INFO O| Feb 24 00:33:22.027 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sqlite3"
60232026-02-24T00:33:22.691Z[ recovery-image] Feb 24 00:33:22.027 INFO O| Feb 24 00:33:22.027 INFO STEP 389 (remove_files) COMPLETE
60242026-02-24T00:33:22.691Z[ recovery-image] Feb 24 00:33:22.027 INFO O| Feb 24 00:33:22.027 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60252026-02-24T00:33:22.740Z[ recovery-image] Feb 24 00:33:22.039 INFO O| Feb 24 00:33:22.039 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh"
60262026-02-24T00:33:22.740Z[ recovery-image] Feb 24 00:33:22.040 INFO O| Feb 24 00:33:22.039 INFO STEP 390 (remove_files) COMPLETE
60272026-02-24T00:33:22.740Z[ recovery-image] Feb 24 00:33:22.040 INFO O| Feb 24 00:33:22.040 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60282026-02-24T00:33:22.740Z[ recovery-image] Feb 24 00:33:22.053 INFO O| Feb 24 00:33:22.053 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-add"
60292026-02-24T00:33:22.740Z[ recovery-image] Feb 24 00:33:22.053 INFO O| Feb 24 00:33:22.053 INFO STEP 391 (remove_files) COMPLETE
60302026-02-24T00:33:22.740Z[ recovery-image] Feb 24 00:33:22.053 INFO O| Feb 24 00:33:22.053 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60312026-02-24T00:33:22.740Z[ recovery-image] Feb 24 00:33:22.066 INFO O| Feb 24 00:33:22.066 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-agent"
60322026-02-24T00:33:22.740Z[ recovery-image] Feb 24 00:33:22.066 INFO O| Feb 24 00:33:22.066 INFO STEP 392 (remove_files) COMPLETE
60332026-02-24T00:33:22.740Z[ recovery-image] Feb 24 00:33:22.066 INFO O| Feb 24 00:33:22.066 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60342026-02-24T00:33:22.743Z[ recovery-image] Feb 24 00:33:22.079 INFO O| Feb 24 00:33:22.078 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-copy-id"
60352026-02-24T00:33:22.743Z[ recovery-image] Feb 24 00:33:22.079 INFO O| Feb 24 00:33:22.079 INFO STEP 393 (remove_files) COMPLETE
60362026-02-24T00:33:22.743Z[ recovery-image] Feb 24 00:33:22.079 INFO O| Feb 24 00:33:22.079 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60372026-02-24T00:33:22.755Z[ recovery-image] Feb 24 00:33:22.091 INFO O| Feb 24 00:33:22.091 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-keyscan"
60382026-02-24T00:33:22.755Z[ recovery-image] Feb 24 00:33:22.092 INFO O| Feb 24 00:33:22.091 INFO STEP 394 (remove_files) COMPLETE
60392026-02-24T00:33:22.755Z[ recovery-image] Feb 24 00:33:22.092 INFO O| Feb 24 00:33:22.092 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60402026-02-24T00:33:22.771Z[ recovery-image] Feb 24 00:33:22.107 INFO O| Feb 24 00:33:22.107 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/strings"
60412026-02-24T00:33:22.771Z[ recovery-image] Feb 24 00:33:22.107 INFO O| Feb 24 00:33:22.107 INFO STEP 395 (remove_files) COMPLETE
60422026-02-24T00:33:22.774Z[ recovery-image] Feb 24 00:33:22.107 INFO O| Feb 24 00:33:22.107 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60432026-02-24T00:33:22.793Z[ recovery-image] Feb 24 00:33:22.129 INFO O| Feb 24 00:33:22.128 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sum"
60442026-02-24T00:33:22.793Z[ recovery-image] Feb 24 00:33:22.129 INFO O| Feb 24 00:33:22.129 INFO STEP 396 (remove_files) COMPLETE
60452026-02-24T00:33:22.793Z[ recovery-image] Feb 24 00:33:22.129 INFO O| Feb 24 00:33:22.129 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60462026-02-24T00:33:22.805Z[ recovery-image] Feb 24 00:33:22.141 INFO O| Feb 24 00:33:22.141 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tabs"
60472026-02-24T00:33:22.809Z[ recovery-image] Feb 24 00:33:22.142 INFO O| Feb 24 00:33:22.142 INFO STEP 397 (remove_files) COMPLETE
60482026-02-24T00:33:22.809Z[ recovery-image] Feb 24 00:33:22.142 INFO O| Feb 24 00:33:22.142 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60492026-02-24T00:33:22.820Z[ recovery-image] Feb 24 00:33:22.155 INFO O| Feb 24 00:33:22.155 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tcopy"
60502026-02-24T00:33:22.820Z[ recovery-image] Feb 24 00:33:22.155 INFO O| Feb 24 00:33:22.155 INFO STEP 398 (remove_files) COMPLETE
60512026-02-24T00:33:22.820Z[ recovery-image] Feb 24 00:33:22.155 INFO O| Feb 24 00:33:22.155 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60522026-02-24T00:33:22.832Z[ recovery-image] Feb 24 00:33:22.168 INFO O| Feb 24 00:33:22.168 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/test"
60532026-02-24T00:33:22.832Z[ recovery-image] Feb 24 00:33:22.168 INFO O| Feb 24 00:33:22.168 INFO STEP 399 (remove_files) COMPLETE
60542026-02-24T00:33:22.832Z[ recovery-image] Feb 24 00:33:22.168 INFO O| Feb 24 00:33:22.168 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60552026-02-24T00:33:22.847Z[ recovery-image] Feb 24 00:33:22.183 INFO O| Feb 24 00:33:22.183 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tic"
60562026-02-24T00:33:22.850Z[ recovery-image] Feb 24 00:33:22.184 INFO O| Feb 24 00:33:22.183 INFO STEP 400 (remove_files) COMPLETE
60572026-02-24T00:33:22.850Z[ recovery-image] Feb 24 00:33:22.184 INFO O| Feb 24 00:33:22.183 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60582026-02-24T00:33:22.863Z[ recovery-image] Feb 24 00:33:22.198 INFO O| Feb 24 00:33:22.198 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/time"
60592026-02-24T00:33:22.863Z[ recovery-image] Feb 24 00:33:22.199 INFO O| Feb 24 00:33:22.199 INFO STEP 401 (remove_files) COMPLETE
60602026-02-24T00:33:22.863Z[ recovery-image] Feb 24 00:33:22.199 INFO O| Feb 24 00:33:22.199 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60612026-02-24T00:33:22.877Z[ recovery-image] Feb 24 00:33:22.213 INFO O| Feb 24 00:33:22.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tip"
60622026-02-24T00:33:22.880Z[ recovery-image] Feb 24 00:33:22.214 INFO O| Feb 24 00:33:22.214 INFO STEP 402 (remove_files) COMPLETE
60632026-02-24T00:33:22.880Z[ recovery-image] Feb 24 00:33:22.214 INFO O| Feb 24 00:33:22.214 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60642026-02-24T00:33:22.892Z[ recovery-image] Feb 24 00:33:22.228 INFO O| Feb 24 00:33:22.228 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tkmib"
60652026-02-24T00:33:22.895Z[ recovery-image] Feb 24 00:33:22.229 INFO O| Feb 24 00:33:22.229 INFO STEP 403 (remove_files) COMPLETE
60662026-02-24T00:33:22.895Z[ recovery-image] Feb 24 00:33:22.229 INFO O| Feb 24 00:33:22.229 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60672026-02-24T00:33:22.907Z[ recovery-image] Feb 24 00:33:22.243 INFO O| Feb 24 00:33:22.242 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tpmadm"
60682026-02-24T00:33:22.909Z[ recovery-image] Feb 24 00:33:22.243 INFO O| Feb 24 00:33:22.243 INFO STEP 404 (remove_files) COMPLETE
60692026-02-24T00:33:22.909Z[ recovery-image] Feb 24 00:33:22.243 INFO O| Feb 24 00:33:22.243 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60702026-02-24T00:33:22.919Z[ recovery-image] Feb 24 00:33:22.256 INFO O| Feb 24 00:33:22.256 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/traptoemail"
60712026-02-24T00:33:22.920Z[ recovery-image] Feb 24 00:33:22.256 INFO O| Feb 24 00:33:22.256 INFO STEP 405 (remove_files) COMPLETE
60722026-02-24T00:33:22.920Z[ recovery-image] Feb 24 00:33:22.256 INFO O| Feb 24 00:33:22.256 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60732026-02-24T00:33:22.933Z[ recovery-image] Feb 24 00:33:22.269 INFO O| Feb 24 00:33:22.269 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/true"
60742026-02-24T00:33:22.933Z[ recovery-image] Feb 24 00:33:22.269 INFO O| Feb 24 00:33:22.269 INFO STEP 406 (remove_files) COMPLETE
60752026-02-24T00:33:22.936Z[ recovery-image] Feb 24 00:33:22.269 INFO O| Feb 24 00:33:22.269 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60762026-02-24T00:33:22.946Z[ recovery-image] Feb 24 00:33:22.282 INFO O| Feb 24 00:33:22.282 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tty"
60772026-02-24T00:33:22.949Z[ recovery-image] Feb 24 00:33:22.282 INFO O| Feb 24 00:33:22.282 INFO STEP 407 (remove_files) COMPLETE
60782026-02-24T00:33:22.949Z[ recovery-image] Feb 24 00:33:22.282 INFO O| Feb 24 00:33:22.282 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60792026-02-24T00:33:22.960Z[ recovery-image] Feb 24 00:33:22.296 INFO O| Feb 24 00:33:22.296 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/type"
60802026-02-24T00:33:22.960Z[ recovery-image] Feb 24 00:33:22.296 INFO O| Feb 24 00:33:22.296 INFO STEP 408 (remove_files) COMPLETE
60812026-02-24T00:33:22.960Z[ recovery-image] Feb 24 00:33:22.296 INFO O| Feb 24 00:33:22.296 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60822026-02-24T00:33:22.972Z[ recovery-image] Feb 24 00:33:22.308 INFO O| Feb 24 00:33:22.308 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tzselect"
60832026-02-24T00:33:22.972Z[ recovery-image] Feb 24 00:33:22.309 INFO O| Feb 24 00:33:22.309 INFO STEP 409 (remove_files) COMPLETE
60842026-02-24T00:33:22.972Z[ recovery-image] Feb 24 00:33:22.309 INFO O| Feb 24 00:33:22.309 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60852026-02-24T00:33:22.986Z[ recovery-image] Feb 24 00:33:22.321 INFO O| Feb 24 00:33:22.321 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ulimit"
60862026-02-24T00:33:22.986Z[ recovery-image] Feb 24 00:33:22.321 INFO O| Feb 24 00:33:22.321 INFO STEP 410 (remove_files) COMPLETE
60872026-02-24T00:33:22.986Z[ recovery-image] Feb 24 00:33:22.321 INFO O| Feb 24 00:33:22.321 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60882026-02-24T00:33:22.999Z[ recovery-image] Feb 24 00:33:22.335 INFO O| Feb 24 00:33:22.334 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/umask"
60892026-02-24T00:33:22.999Z[ recovery-image] Feb 24 00:33:22.335 INFO O| Feb 24 00:33:22.335 INFO STEP 411 (remove_files) COMPLETE
60902026-02-24T00:33:23.002Z[ recovery-image] Feb 24 00:33:22.335 INFO O| Feb 24 00:33:22.335 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60912026-02-24T00:33:23.011Z[ recovery-image] Feb 24 00:33:22.347 INFO O| Feb 24 00:33:22.347 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unalias"
60922026-02-24T00:33:23.011Z[ recovery-image] Feb 24 00:33:22.347 INFO O| Feb 24 00:33:22.347 INFO STEP 412 (remove_files) COMPLETE
60932026-02-24T00:33:23.014Z[ recovery-image] Feb 24 00:33:22.348 INFO O| Feb 24 00:33:22.347 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60942026-02-24T00:33:23.024Z[ recovery-image] Feb 24 00:33:22.360 INFO O| Feb 24 00:33:22.360 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uncompress"
60952026-02-24T00:33:23.027Z[ recovery-image] Feb 24 00:33:22.360 INFO O| Feb 24 00:33:22.360 INFO STEP 413 (remove_files) COMPLETE
60962026-02-24T00:33:23.027Z[ recovery-image] Feb 24 00:33:22.360 INFO O| Feb 24 00:33:22.360 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60972026-02-24T00:33:23.036Z[ recovery-image] Feb 24 00:33:22.372 INFO O| Feb 24 00:33:22.372 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unexpand"
60982026-02-24T00:33:23.036Z[ recovery-image] Feb 24 00:33:22.372 INFO O| Feb 24 00:33:22.372 INFO STEP 414 (remove_files) COMPLETE
60992026-02-24T00:33:23.036Z[ recovery-image] Feb 24 00:33:22.372 INFO O| Feb 24 00:33:22.372 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61002026-02-24T00:33:23.049Z[ recovery-image] Feb 24 00:33:22.385 INFO O| Feb 24 00:33:22.385 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uniq"
61012026-02-24T00:33:23.049Z[ recovery-image] Feb 24 00:33:22.385 INFO O| Feb 24 00:33:22.385 INFO STEP 415 (remove_files) COMPLETE
61022026-02-24T00:33:23.049Z[ recovery-image] Feb 24 00:33:22.385 INFO O| Feb 24 00:33:22.385 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61032026-02-24T00:33:23.062Z[ recovery-image] Feb 24 00:33:22.398 INFO O| Feb 24 00:33:22.398 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/units"
61042026-02-24T00:33:23.062Z[ recovery-image] Feb 24 00:33:22.398 INFO O| Feb 24 00:33:22.398 INFO STEP 416 (remove_files) COMPLETE
61052026-02-24T00:33:23.064Z[ recovery-image] Feb 24 00:33:22.398 INFO O| Feb 24 00:33:22.398 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61062026-02-24T00:33:23.074Z[ recovery-image] Feb 24 00:33:22.411 INFO O| Feb 24 00:33:22.410 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unix2dos"
61072026-02-24T00:33:23.074Z[ recovery-image] Feb 24 00:33:22.411 INFO O| Feb 24 00:33:22.411 INFO STEP 417 (remove_files) COMPLETE
61082026-02-24T00:33:23.075Z[ recovery-image] Feb 24 00:33:22.411 INFO O| Feb 24 00:33:22.411 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61092026-02-24T00:33:23.087Z[ recovery-image] Feb 24 00:33:22.423 INFO O| Feb 24 00:33:22.423 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unpack"
61102026-02-24T00:33:23.087Z[ recovery-image] Feb 24 00:33:22.423 INFO O| Feb 24 00:33:22.423 INFO STEP 418 (remove_files) COMPLETE
61112026-02-24T00:33:23.087Z[ recovery-image] Feb 24 00:33:22.423 INFO O| Feb 24 00:33:22.423 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61122026-02-24T00:33:23.100Z[ recovery-image] Feb 24 00:33:22.436 INFO O| Feb 24 00:33:22.436 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/userattr"
61132026-02-24T00:33:23.102Z[ recovery-image] Feb 24 00:33:22.437 INFO O| Feb 24 00:33:22.437 INFO STEP 419 (remove_files) COMPLETE
61142026-02-24T00:33:23.102Z[ recovery-image] Feb 24 00:33:22.437 INFO O| Feb 24 00:33:22.437 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61152026-02-24T00:33:23.113Z[ recovery-image] Feb 24 00:33:22.449 INFO O| Feb 24 00:33:22.449 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uudecode"
61162026-02-24T00:33:23.113Z[ recovery-image] Feb 24 00:33:22.449 INFO O| Feb 24 00:33:22.449 INFO STEP 420 (remove_files) COMPLETE
61172026-02-24T00:33:23.113Z[ recovery-image] Feb 24 00:33:22.449 INFO O| Feb 24 00:33:22.449 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61182026-02-24T00:33:23.126Z[ recovery-image] Feb 24 00:33:22.462 INFO O| Feb 24 00:33:22.462 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuencode"
61192026-02-24T00:33:23.126Z[ recovery-image] Feb 24 00:33:22.462 INFO O| Feb 24 00:33:22.462 INFO STEP 421 (remove_files) COMPLETE
61202026-02-24T00:33:23.126Z[ recovery-image] Feb 24 00:33:22.462 INFO O| Feb 24 00:33:22.462 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61212026-02-24T00:33:23.139Z[ recovery-image] Feb 24 00:33:22.475 INFO O| Feb 24 00:33:22.475 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuidgen"
61222026-02-24T00:33:23.139Z[ recovery-image] Feb 24 00:33:22.476 INFO O| Feb 24 00:33:22.476 INFO STEP 422 (remove_files) COMPLETE
61232026-02-24T00:33:23.139Z[ recovery-image] Feb 24 00:33:22.476 INFO O| Feb 24 00:33:22.476 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61242026-02-24T00:33:23.153Z[ recovery-image] Feb 24 00:33:22.489 INFO O| Feb 24 00:33:22.489 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vedit"
61252026-02-24T00:33:23.153Z[ recovery-image] Feb 24 00:33:22.489 INFO O| Feb 24 00:33:22.489 INFO STEP 423 (remove_files) COMPLETE
61262026-02-24T00:33:23.153Z[ recovery-image] Feb 24 00:33:22.489 INFO O| Feb 24 00:33:22.489 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61272026-02-24T00:33:23.165Z[ recovery-image] Feb 24 00:33:22.501 INFO O| Feb 24 00:33:22.501 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vim"
61282026-02-24T00:33:23.165Z[ recovery-image] Feb 24 00:33:22.502 INFO O| Feb 24 00:33:22.502 INFO STEP 424 (remove_files) COMPLETE
61292026-02-24T00:33:23.165Z[ recovery-image] Feb 24 00:33:22.502 INFO O| Feb 24 00:33:22.502 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61302026-02-24T00:33:23.179Z[ recovery-image] Feb 24 00:33:22.515 INFO O| Feb 24 00:33:22.515 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vimtutor"
61312026-02-24T00:33:23.179Z[ recovery-image] Feb 24 00:33:22.515 INFO O| Feb 24 00:33:22.515 INFO STEP 425 (remove_files) COMPLETE
61322026-02-24T00:33:23.179Z[ recovery-image] Feb 24 00:33:22.515 INFO O| Feb 24 00:33:22.515 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61332026-02-24T00:33:23.192Z[ recovery-image] Feb 24 00:33:22.528 INFO O| Feb 24 00:33:22.528 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vmstat"
61342026-02-24T00:33:23.192Z[ recovery-image] Feb 24 00:33:22.529 INFO O| Feb 24 00:33:22.529 INFO STEP 426 (remove_files) COMPLETE
61352026-02-24T00:33:23.193Z[ recovery-image] Feb 24 00:33:22.529 INFO O| Feb 24 00:33:22.529 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61362026-02-24T00:33:23.206Z[ recovery-image] Feb 24 00:33:22.542 INFO O| Feb 24 00:33:22.542 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vtfontcvt"
61372026-02-24T00:33:23.206Z[ recovery-image] Feb 24 00:33:22.542 INFO O| Feb 24 00:33:22.542 INFO STEP 427 (remove_files) COMPLETE
61382026-02-24T00:33:23.206Z[ recovery-image] Feb 24 00:33:22.542 INFO O| Feb 24 00:33:22.542 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61392026-02-24T00:33:23.219Z[ recovery-image] Feb 24 00:33:22.555 INFO O| Feb 24 00:33:22.555 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/w"
61402026-02-24T00:33:23.219Z[ recovery-image] Feb 24 00:33:22.555 INFO O| Feb 24 00:33:22.555 INFO STEP 428 (remove_files) COMPLETE
61412026-02-24T00:33:23.222Z[ recovery-image] Feb 24 00:33:22.555 INFO O| Feb 24 00:33:22.555 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61422026-02-24T00:33:23.232Z[ recovery-image] Feb 24 00:33:22.568 INFO O| Feb 24 00:33:22.568 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wait"
61432026-02-24T00:33:23.232Z[ recovery-image] Feb 24 00:33:22.568 INFO O| Feb 24 00:33:22.568 INFO STEP 429 (remove_files) COMPLETE
61442026-02-24T00:33:23.232Z[ recovery-image] Feb 24 00:33:22.568 INFO O| Feb 24 00:33:22.568 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61452026-02-24T00:33:23.245Z[ recovery-image] Feb 24 00:33:22.581 INFO O| Feb 24 00:33:22.581 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/watch"
61462026-02-24T00:33:23.245Z[ recovery-image] Feb 24 00:33:22.581 INFO O| Feb 24 00:33:22.581 INFO STEP 430 (remove_files) COMPLETE
61472026-02-24T00:33:23.245Z[ recovery-image] Feb 24 00:33:22.581 INFO O| Feb 24 00:33:22.581 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61482026-02-24T00:33:23.258Z[ recovery-image] Feb 24 00:33:22.594 INFO O| Feb 24 00:33:22.594 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wc"
61492026-02-24T00:33:23.258Z[ recovery-image] Feb 24 00:33:22.594 INFO O| Feb 24 00:33:22.594 INFO STEP 431 (remove_files) COMPLETE
61502026-02-24T00:33:23.263Z[ recovery-image] Feb 24 00:33:22.594 INFO O| Feb 24 00:33:22.594 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61512026-02-24T00:33:23.271Z[ recovery-image] Feb 24 00:33:22.607 INFO O| Feb 24 00:33:22.607 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/which"
61522026-02-24T00:33:23.271Z[ recovery-image] Feb 24 00:33:22.607 INFO O| Feb 24 00:33:22.607 INFO STEP 432 (remove_files) COMPLETE
61532026-02-24T00:33:23.274Z[ recovery-image] Feb 24 00:33:22.607 INFO O| Feb 24 00:33:22.607 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61542026-02-24T00:33:23.283Z[ recovery-image] Feb 24 00:33:22.619 INFO O| Feb 24 00:33:22.619 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/whocalls"
61552026-02-24T00:33:23.283Z[ recovery-image] Feb 24 00:33:22.619 INFO O| Feb 24 00:33:22.619 INFO STEP 433 (remove_files) COMPLETE
61562026-02-24T00:33:23.286Z[ recovery-image] Feb 24 00:33:22.619 INFO O| Feb 24 00:33:22.619 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61572026-02-24T00:33:23.296Z[ recovery-image] Feb 24 00:33:22.632 INFO O| Feb 24 00:33:22.632 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wracct"
61582026-02-24T00:33:23.299Z[ recovery-image] Feb 24 00:33:22.633 INFO O| Feb 24 00:33:22.633 INFO STEP 434 (remove_files) COMPLETE
61592026-02-24T00:33:23.299Z[ recovery-image] Feb 24 00:33:22.633 INFO O| Feb 24 00:33:22.633 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61602026-02-24T00:33:23.311Z[ recovery-image] Feb 24 00:33:22.646 INFO O| Feb 24 00:33:22.646 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/write"
61612026-02-24T00:33:23.311Z[ recovery-image] Feb 24 00:33:22.646 INFO O| Feb 24 00:33:22.646 INFO STEP 435 (remove_files) COMPLETE
61622026-02-24T00:33:23.311Z[ recovery-image] Feb 24 00:33:22.646 INFO O| Feb 24 00:33:22.646 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61632026-02-24T00:33:23.323Z[ recovery-image] Feb 24 00:33:22.659 INFO O| Feb 24 00:33:22.659 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xargs"
61642026-02-24T00:33:23.323Z[ recovery-image] Feb 24 00:33:22.659 INFO O| Feb 24 00:33:22.659 INFO STEP 436 (remove_files) COMPLETE
61652026-02-24T00:33:23.323Z[ recovery-image] Feb 24 00:33:22.659 INFO O| Feb 24 00:33:22.659 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61662026-02-24T00:33:23.336Z[ recovery-image] Feb 24 00:33:22.673 INFO O| Feb 24 00:33:22.672 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xml2-config"
61672026-02-24T00:33:23.336Z[ recovery-image] Feb 24 00:33:22.673 INFO O| Feb 24 00:33:22.673 INFO STEP 437 (remove_files) COMPLETE
61682026-02-24T00:33:23.337Z[ recovery-image] Feb 24 00:33:22.673 INFO O| Feb 24 00:33:22.673 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61692026-02-24T00:33:23.350Z[ recovery-image] Feb 24 00:33:22.686 INFO O| Feb 24 00:33:22.686 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlcatalog"
61702026-02-24T00:33:23.350Z[ recovery-image] Feb 24 00:33:22.686 INFO O| Feb 24 00:33:22.686 INFO STEP 438 (remove_files) COMPLETE
61712026-02-24T00:33:23.353Z[ recovery-image] Feb 24 00:33:22.686 INFO O| Feb 24 00:33:22.686 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61722026-02-24T00:33:23.363Z[ recovery-image] Feb 24 00:33:22.699 INFO O| Feb 24 00:33:22.699 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmllint"
61732026-02-24T00:33:23.363Z[ recovery-image] Feb 24 00:33:22.699 INFO O| Feb 24 00:33:22.699 INFO STEP 439 (remove_files) COMPLETE
61742026-02-24T00:33:23.363Z[ recovery-image] Feb 24 00:33:22.699 INFO O| Feb 24 00:33:22.699 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61752026-02-24T00:33:23.377Z[ recovery-image] Feb 24 00:33:22.713 INFO O| Feb 24 00:33:22.713 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlwf"
61762026-02-24T00:33:23.377Z[ recovery-image] Feb 24 00:33:22.713 INFO O| Feb 24 00:33:22.713 INFO STEP 440 (remove_files) COMPLETE
61772026-02-24T00:33:23.377Z[ recovery-image] Feb 24 00:33:22.713 INFO O| Feb 24 00:33:22.713 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61782026-02-24T00:33:23.390Z[ recovery-image] Feb 24 00:33:22.726 INFO O| Feb 24 00:33:22.726 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xstr"
61792026-02-24T00:33:23.390Z[ recovery-image] Feb 24 00:33:22.726 INFO O| Feb 24 00:33:22.726 INFO STEP 441 (remove_files) COMPLETE
61802026-02-24T00:33:23.390Z[ recovery-image] Feb 24 00:33:22.726 INFO O| Feb 24 00:33:22.726 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61812026-02-24T00:33:23.404Z[ recovery-image] Feb 24 00:33:22.740 INFO O| Feb 24 00:33:22.740 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xxd"
61822026-02-24T00:33:23.404Z[ recovery-image] Feb 24 00:33:22.741 INFO O| Feb 24 00:33:22.741 INFO STEP 442 (remove_files) COMPLETE
61832026-02-24T00:33:23.404Z[ recovery-image] Feb 24 00:33:22.741 INFO O| Feb 24 00:33:22.741 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61842026-02-24T00:33:23.418Z[ recovery-image] Feb 24 00:33:22.754 INFO O| Feb 24 00:33:22.754 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xz"
61852026-02-24T00:33:23.418Z[ recovery-image] Feb 24 00:33:22.754 INFO O| Feb 24 00:33:22.754 INFO STEP 443 (remove_files) COMPLETE
61862026-02-24T00:33:23.418Z[ recovery-image] Feb 24 00:33:22.754 INFO O| Feb 24 00:33:22.754 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61872026-02-24T00:33:23.431Z[ recovery-image] Feb 24 00:33:22.767 INFO O| Feb 24 00:33:22.767 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdec"
61882026-02-24T00:33:23.431Z[ recovery-image] Feb 24 00:33:22.767 INFO O| Feb 24 00:33:22.767 INFO STEP 444 (remove_files) COMPLETE
61892026-02-24T00:33:23.434Z[ recovery-image] Feb 24 00:33:22.767 INFO O| Feb 24 00:33:22.767 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61902026-02-24T00:33:23.444Z[ recovery-image] Feb 24 00:33:22.780 INFO O| Feb 24 00:33:22.780 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdiff"
61912026-02-24T00:33:23.444Z[ recovery-image] Feb 24 00:33:22.780 INFO O| Feb 24 00:33:22.780 INFO STEP 445 (remove_files) COMPLETE
61922026-02-24T00:33:23.444Z[ recovery-image] Feb 24 00:33:22.780 INFO O| Feb 24 00:33:22.780 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61932026-02-24T00:33:23.457Z[ recovery-image] Feb 24 00:33:22.793 INFO O| Feb 24 00:33:22.793 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzgrep"
61942026-02-24T00:33:23.457Z[ recovery-image] Feb 24 00:33:22.793 INFO O| Feb 24 00:33:22.793 INFO STEP 446 (remove_files) COMPLETE
61952026-02-24T00:33:23.457Z[ recovery-image] Feb 24 00:33:22.793 INFO O| Feb 24 00:33:22.793 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61962026-02-24T00:33:23.470Z[ recovery-image] Feb 24 00:33:22.806 INFO O| Feb 24 00:33:22.805 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzless"
61972026-02-24T00:33:23.470Z[ recovery-image] Feb 24 00:33:22.806 INFO O| Feb 24 00:33:22.806 INFO STEP 447 (remove_files) COMPLETE
61982026-02-24T00:33:23.470Z[ recovery-image] Feb 24 00:33:22.806 INFO O| Feb 24 00:33:22.806 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61992026-02-24T00:33:23.483Z[ recovery-image] Feb 24 00:33:22.819 INFO O| Feb 24 00:33:22.818 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzmore"
62002026-02-24T00:33:23.484Z[ recovery-image] Feb 24 00:33:22.819 INFO O| Feb 24 00:33:22.819 INFO STEP 448 (remove_files) COMPLETE
62012026-02-24T00:33:23.484Z[ recovery-image] Feb 24 00:33:22.819 INFO O| Feb 24 00:33:22.819 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62022026-02-24T00:33:23.496Z[ recovery-image] Feb 24 00:33:22.831 INFO O| Feb 24 00:33:22.831 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/yes"
62032026-02-24T00:33:23.496Z[ recovery-image] Feb 24 00:33:22.832 INFO O| Feb 24 00:33:22.832 INFO STEP 449 (remove_files) COMPLETE
62042026-02-24T00:33:23.496Z[ recovery-image] Feb 24 00:33:22.832 INFO O| Feb 24 00:33:22.832 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62052026-02-24T00:33:23.509Z[ recovery-image] Feb 24 00:33:22.845 INFO O| Feb 24 00:33:22.845 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zcat"
62062026-02-24T00:33:23.509Z[ recovery-image] Feb 24 00:33:22.845 INFO O| Feb 24 00:33:22.845 INFO STEP 450 (remove_files) COMPLETE
62072026-02-24T00:33:23.511Z[ recovery-image] Feb 24 00:33:22.845 INFO O| Feb 24 00:33:22.845 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62082026-02-24T00:33:23.521Z[ recovery-image] Feb 24 00:33:22.857 INFO O| Feb 24 00:33:22.857 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zonestat"
62092026-02-24T00:33:23.524Z[ recovery-image] Feb 24 00:33:22.858 INFO O| Feb 24 00:33:22.858 INFO STEP 451 (remove_files) COMPLETE
62102026-02-24T00:33:23.524Z[ recovery-image] Feb 24 00:33:22.858 INFO O| Feb 24 00:33:22.858 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62112026-02-24T00:33:23.536Z[ recovery-image] Feb 24 00:33:22.872 INFO O| Feb 24 00:33:22.872 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstd"
62122026-02-24T00:33:23.536Z[ recovery-image] Feb 24 00:33:22.872 INFO O| Feb 24 00:33:22.872 INFO STEP 452 (remove_files) COMPLETE
62132026-02-24T00:33:23.536Z[ recovery-image] Feb 24 00:33:22.872 INFO O| Feb 24 00:33:22.872 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62142026-02-24T00:33:23.551Z[ recovery-image] Feb 24 00:33:22.887 INFO O| Feb 24 00:33:22.887 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdgrep"
62152026-02-24T00:33:23.551Z[ recovery-image] Feb 24 00:33:22.887 INFO O| Feb 24 00:33:22.887 INFO STEP 453 (remove_files) COMPLETE
62162026-02-24T00:33:23.554Z[ recovery-image] Feb 24 00:33:22.887 INFO O| Feb 24 00:33:22.887 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62172026-02-24T00:33:23.565Z[ recovery-image] Feb 24 00:33:22.901 INFO O| Feb 24 00:33:22.901 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdless"
62182026-02-24T00:33:23.565Z[ recovery-image] Feb 24 00:33:22.901 INFO O| Feb 24 00:33:22.901 INFO STEP 454 (remove_files) COMPLETE
62192026-02-24T00:33:23.565Z[ recovery-image] Feb 24 00:33:22.901 INFO O| Feb 24 00:33:22.901 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62202026-02-24T00:33:23.579Z[ recovery-image] Feb 24 00:33:22.915 INFO O| Feb 24 00:33:22.915 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
62212026-02-24T00:33:23.582Z[ recovery-image] Feb 24 00:33:22.915 INFO O| Feb 24 00:33:22.915 INFO STEP 455 (remove_files) COMPLETE
62222026-02-24T00:33:23.582Z[ recovery-image] Feb 24 00:33:22.915 INFO O| Feb 24 00:33:22.915 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62232026-02-24T00:33:23.592Z[ recovery-image] Feb 24 00:33:22.928 INFO O| Feb 24 00:33:22.928 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
62242026-02-24T00:33:23.592Z[ recovery-image] Feb 24 00:33:22.928 INFO O| Feb 24 00:33:22.928 INFO STEP 456 (remove_files) COMPLETE
62252026-02-24T00:33:23.592Z[ recovery-image] Feb 24 00:33:22.928 INFO O| Feb 24 00:33:22.928 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62262026-02-24T00:33:23.623Z[ recovery-image] Feb 24 00:33:22.941 INFO O| Feb 24 00:33:22.941 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
62272026-02-24T00:33:23.623Z[ recovery-image] Feb 24 00:33:22.941 INFO O| Feb 24 00:33:22.941 INFO STEP 457 (remove_files) COMPLETE
62282026-02-24T00:33:23.623Z[ recovery-image] Feb 24 00:33:22.941 INFO O| Feb 24 00:33:22.941 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62292026-02-24T00:33:23.626Z[ recovery-image] Feb 24 00:33:22.954 INFO O| Feb 24 00:33:22.954 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
62302026-02-24T00:33:23.626Z[ recovery-image] Feb 24 00:33:22.954 INFO O| Feb 24 00:33:22.954 INFO STEP 458 (remove_files) COMPLETE
62312026-02-24T00:33:23.626Z[ recovery-image] Feb 24 00:33:22.954 INFO O| Feb 24 00:33:22.954 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62322026-02-24T00:33:23.630Z[ recovery-image] Feb 24 00:33:22.966 INFO O| Feb 24 00:33:22.966 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
62332026-02-24T00:33:23.630Z[ recovery-image] Feb 24 00:33:22.966 INFO O| Feb 24 00:33:22.966 INFO STEP 459 (remove_files) COMPLETE
62342026-02-24T00:33:23.633Z[ recovery-image] Feb 24 00:33:22.966 INFO O| Feb 24 00:33:22.966 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62352026-02-24T00:33:23.641Z[ recovery-image] Feb 24 00:33:22.977 INFO O| Feb 24 00:33:22.977 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
62362026-02-24T00:33:23.641Z[ recovery-image] Feb 24 00:33:22.977 INFO O| Feb 24 00:33:22.977 INFO STEP 460 (remove_files) COMPLETE
62372026-02-24T00:33:23.641Z[ recovery-image] Feb 24 00:33:22.977 INFO O| Feb 24 00:33:22.977 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62382026-02-24T00:33:23.654Z[ recovery-image] Feb 24 00:33:22.990 INFO O| Feb 24 00:33:22.990 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
62392026-02-24T00:33:23.654Z[ recovery-image] Feb 24 00:33:22.990 INFO O| Feb 24 00:33:22.990 INFO STEP 461 (remove_files) COMPLETE
62402026-02-24T00:33:23.654Z[ recovery-image] Feb 24 00:33:22.990 INFO O| Feb 24 00:33:22.990 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62412026-02-24T00:33:23.666Z[ recovery-image] Feb 24 00:33:23.002 INFO O| Feb 24 00:33:23.002 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
62422026-02-24T00:33:23.666Z[ recovery-image] Feb 24 00:33:23.002 INFO O| Feb 24 00:33:23.002 INFO STEP 462 (remove_files) COMPLETE
62432026-02-24T00:33:23.669Z[ recovery-image] Feb 24 00:33:23.002 INFO O| Feb 24 00:33:23.002 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62442026-02-24T00:33:23.678Z[ recovery-image] Feb 24 00:33:23.015 INFO O| Feb 24 00:33:23.014 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
62452026-02-24T00:33:23.678Z[ recovery-image] Feb 24 00:33:23.015 INFO O| Feb 24 00:33:23.015 INFO STEP 463 (remove_files) COMPLETE
62462026-02-24T00:33:23.678Z[ recovery-image] Feb 24 00:33:23.015 INFO O| Feb 24 00:33:23.015 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62472026-02-24T00:33:23.690Z[ recovery-image] Feb 24 00:33:23.026 INFO O| Feb 24 00:33:23.026 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
62482026-02-24T00:33:23.690Z[ recovery-image] Feb 24 00:33:23.026 INFO O| Feb 24 00:33:23.026 INFO STEP 464 (remove_files) COMPLETE
62492026-02-24T00:33:23.690Z[ recovery-image] Feb 24 00:33:23.026 INFO O| Feb 24 00:33:23.026 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62502026-02-24T00:33:23.703Z[ recovery-image] Feb 24 00:33:23.039 INFO O| Feb 24 00:33:23.039 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
62512026-02-24T00:33:23.703Z[ recovery-image] Feb 24 00:33:23.039 INFO O| Feb 24 00:33:23.039 INFO STEP 465 (remove_files) COMPLETE
62522026-02-24T00:33:23.703Z[ recovery-image] Feb 24 00:33:23.039 INFO O| Feb 24 00:33:23.039 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62532026-02-24T00:33:23.718Z[ recovery-image] Feb 24 00:33:23.054 INFO O| Feb 24 00:33:23.053 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
62542026-02-24T00:33:23.718Z[ recovery-image] Feb 24 00:33:23.054 INFO O| Feb 24 00:33:23.054 INFO STEP 466 (remove_files) COMPLETE
62552026-02-24T00:33:23.718Z[ recovery-image] Feb 24 00:33:23.054 INFO O| Feb 24 00:33:23.054 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62562026-02-24T00:33:23.731Z[ recovery-image] Feb 24 00:33:23.067 INFO O| Feb 24 00:33:23.067 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libform.so.5.9"
62572026-02-24T00:33:23.731Z[ recovery-image] Feb 24 00:33:23.067 INFO O| Feb 24 00:33:23.067 INFO STEP 467 (remove_files) COMPLETE
62582026-02-24T00:33:23.731Z[ recovery-image] Feb 24 00:33:23.067 INFO O| Feb 24 00:33:23.067 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62592026-02-24T00:33:23.745Z[ recovery-image] Feb 24 00:33:23.079 INFO O| Feb 24 00:33:23.079 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libmenu.so.5.9"
62602026-02-24T00:33:23.745Z[ recovery-image] Feb 24 00:33:23.079 INFO O| Feb 24 00:33:23.079 INFO STEP 468 (remove_files) COMPLETE
62612026-02-24T00:33:23.749Z[ recovery-image] Feb 24 00:33:23.079 INFO O| Feb 24 00:33:23.079 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62622026-02-24T00:33:23.756Z[ recovery-image] Feb 24 00:33:23.092 INFO O| Feb 24 00:33:23.091 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libpanel.so.5.9"
62632026-02-24T00:33:23.756Z[ recovery-image] Feb 24 00:33:23.092 INFO O| Feb 24 00:33:23.092 INFO STEP 469 (remove_files) COMPLETE
62642026-02-24T00:33:23.756Z[ recovery-image] Feb 24 00:33:23.092 INFO O| Feb 24 00:33:23.092 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62652026-02-24T00:33:23.768Z[ recovery-image] Feb 24 00:33:23.104 INFO O| Feb 24 00:33:23.104 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ctags"
62662026-02-24T00:33:23.768Z[ recovery-image] Feb 24 00:33:23.104 INFO O| Feb 24 00:33:23.104 INFO STEP 470 (remove_files) COMPLETE
62672026-02-24T00:33:23.768Z[ recovery-image] Feb 24 00:33:23.104 INFO O| Feb 24 00:33:23.104 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62682026-02-24T00:33:23.788Z[ recovery-image] Feb 24 00:33:23.121 INFO O| Feb 24 00:33:23.121 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/edit"
62692026-02-24T00:33:23.788Z[ recovery-image] Feb 24 00:33:23.121 INFO O| Feb 24 00:33:23.121 INFO STEP 471 (remove_files) COMPLETE
62702026-02-24T00:33:23.788Z[ recovery-image] Feb 24 00:33:23.121 INFO O| Feb 24 00:33:23.121 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62712026-02-24T00:33:23.803Z[ recovery-image] Feb 24 00:33:23.134 INFO O| Feb 24 00:33:23.134 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ex"
62722026-02-24T00:33:23.803Z[ recovery-image] Feb 24 00:33:23.134 INFO O| Feb 24 00:33:23.134 INFO STEP 472 (remove_files) COMPLETE
62732026-02-24T00:33:23.810Z[ recovery-image] Feb 24 00:33:23.134 INFO O| Feb 24 00:33:23.134 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62742026-02-24T00:33:23.816Z[ recovery-image] Feb 24 00:33:23.149 INFO O| Feb 24 00:33:23.148 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/pfsh"
62752026-02-24T00:33:23.816Z[ recovery-image] Feb 24 00:33:23.149 INFO O| Feb 24 00:33:23.149 INFO STEP 473 (remove_files) COMPLETE
62762026-02-24T00:33:23.823Z[ recovery-image] Feb 24 00:33:23.149 INFO O| Feb 24 00:33:23.149 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62772026-02-24T00:33:23.827Z[ recovery-image] Feb 24 00:33:23.161 INFO O| Feb 24 00:33:23.161 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/sh"
62782026-02-24T00:33:23.827Z[ recovery-image] Feb 24 00:33:23.161 INFO O| Feb 24 00:33:23.161 INFO STEP 474 (remove_files) COMPLETE
62792026-02-24T00:33:23.827Z[ recovery-image] Feb 24 00:33:23.161 INFO O| Feb 24 00:33:23.161 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62802026-02-24T00:33:23.841Z[ recovery-image] Feb 24 00:33:23.175 INFO O| Feb 24 00:33:23.175 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vedit"
62812026-02-24T00:33:23.841Z[ recovery-image] Feb 24 00:33:23.175 INFO O| Feb 24 00:33:23.175 INFO STEP 475 (remove_files) COMPLETE
62822026-02-24T00:33:23.841Z[ recovery-image] Feb 24 00:33:23.175 INFO O| Feb 24 00:33:23.175 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62832026-02-24T00:33:23.854Z[ recovery-image] Feb 24 00:33:23.190 INFO O| Feb 24 00:33:23.190 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vi"
62842026-02-24T00:33:23.854Z[ recovery-image] Feb 24 00:33:23.190 INFO O| Feb 24 00:33:23.190 INFO STEP 476 (remove_files) COMPLETE
62852026-02-24T00:33:23.854Z[ recovery-image] Feb 24 00:33:23.190 INFO O| Feb 24 00:33:23.190 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62862026-02-24T00:33:23.870Z[ recovery-image] Feb 24 00:33:23.203 INFO O| Feb 24 00:33:23.203 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/view"
62872026-02-24T00:33:23.870Z[ recovery-image] Feb 24 00:33:23.203 INFO O| Feb 24 00:33:23.203 INFO STEP 477 (remove_files) COMPLETE
62882026-02-24T00:33:23.874Z[ recovery-image] Feb 24 00:33:23.204 INFO O| Feb 24 00:33:23.203 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62892026-02-24T00:33:23.880Z[ recovery-image] Feb 24 00:33:23.216 INFO O| Feb 24 00:33:23.216 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/logindmux"
62902026-02-24T00:33:23.884Z[ recovery-image] Feb 24 00:33:23.218 INFO O| Feb 24 00:33:23.217 INFO STEP 478 (remove_files) COMPLETE
62912026-02-24T00:33:23.884Z[ recovery-image] Feb 24 00:33:23.218 INFO O| Feb 24 00:33:23.217 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62922026-02-24T00:33:23.894Z[ recovery-image] Feb 24 00:33:23.230 INFO O| Feb 24 00:33:23.230 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pool"
62932026-02-24T00:33:23.894Z[ recovery-image] Feb 24 00:33:23.231 INFO O| Feb 24 00:33:23.230 INFO STEP 479 (remove_files) COMPLETE
62942026-02-24T00:33:23.894Z[ recovery-image] Feb 24 00:33:23.231 INFO O| Feb 24 00:33:23.230 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62952026-02-24T00:33:23.908Z[ recovery-image] Feb 24 00:33:23.244 INFO O| Feb 24 00:33:23.244 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ppt"
62962026-02-24T00:33:23.908Z[ recovery-image] Feb 24 00:33:23.244 INFO O| Feb 24 00:33:23.244 INFO STEP 480 (remove_files) COMPLETE
62972026-02-24T00:33:23.908Z[ recovery-image] Feb 24 00:33:23.244 INFO O| Feb 24 00:33:23.244 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62982026-02-24T00:33:23.921Z[ recovery-image] Feb 24 00:33:23.257 INFO O| Feb 24 00:33:23.257 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ptm"
62992026-02-24T00:33:23.924Z[ recovery-image] Feb 24 00:33:23.258 INFO O| Feb 24 00:33:23.258 INFO STEP 481 (remove_files) COMPLETE
63002026-02-24T00:33:23.924Z[ recovery-image] Feb 24 00:33:23.258 INFO O| Feb 24 00:33:23.258 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63012026-02-24T00:33:23.937Z[ recovery-image] Feb 24 00:33:23.273 INFO O| Feb 24 00:33:23.273 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pts"
63022026-02-24T00:33:23.937Z[ recovery-image] Feb 24 00:33:23.273 INFO O| Feb 24 00:33:23.273 INFO STEP 482 (remove_files) COMPLETE
63032026-02-24T00:33:23.937Z[ recovery-image] Feb 24 00:33:23.273 INFO O| Feb 24 00:33:23.273 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63042026-02-24T00:33:23.951Z[ recovery-image] Feb 24 00:33:23.287 INFO O| Feb 24 00:33:23.287 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/vmm"
63052026-02-24T00:33:23.951Z[ recovery-image] Feb 24 00:33:23.287 INFO O| Feb 24 00:33:23.287 INFO STEP 483 (remove_files) COMPLETE
63062026-02-24T00:33:23.954Z[ recovery-image] Feb 24 00:33:23.287 INFO O| Feb 24 00:33:23.287 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63072026-02-24T00:33:23.964Z[ recovery-image] Feb 24 00:33:23.300 INFO O| Feb 24 00:33:23.300 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/zcons"
63082026-02-24T00:33:23.967Z[ recovery-image] Feb 24 00:33:23.301 INFO O| Feb 24 00:33:23.301 INFO STEP 484 (remove_files) COMPLETE
63092026-02-24T00:33:23.967Z[ recovery-image] Feb 24 00:33:23.301 INFO O| Feb 24 00:33:23.301 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63102026-02-24T00:33:23.978Z[ recovery-image] Feb 24 00:33:23.314 INFO O| Feb 24 00:33:23.314 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/fssnap.conf"
63112026-02-24T00:33:23.978Z[ recovery-image] Feb 24 00:33:23.314 INFO O| Feb 24 00:33:23.314 INFO STEP 485 (remove_files) COMPLETE
63122026-02-24T00:33:23.978Z[ recovery-image] Feb 24 00:33:23.314 INFO O| Feb 24 00:33:23.314 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63132026-02-24T00:33:23.990Z[ recovery-image] Feb 24 00:33:23.326 INFO O| Feb 24 00:33:23.326 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/logindmux.conf"
63142026-02-24T00:33:23.990Z[ recovery-image] Feb 24 00:33:23.326 INFO O| Feb 24 00:33:23.326 INFO STEP 486 (remove_files) COMPLETE
63152026-02-24T00:33:23.990Z[ recovery-image] Feb 24 00:33:23.326 INFO O| Feb 24 00:33:23.326 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63162026-02-24T00:33:24.003Z[ recovery-image] Feb 24 00:33:23.339 INFO O| Feb 24 00:33:23.339 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/nsmb.conf"
63172026-02-24T00:33:24.003Z[ recovery-image] Feb 24 00:33:23.339 INFO O| Feb 24 00:33:23.339 INFO STEP 487 (remove_files) COMPLETE
63182026-02-24T00:33:24.003Z[ recovery-image] Feb 24 00:33:23.339 INFO O| Feb 24 00:33:23.339 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63192026-02-24T00:33:24.015Z[ recovery-image] Feb 24 00:33:23.351 INFO O| Feb 24 00:33:23.351 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/pool.conf"
63202026-02-24T00:33:24.015Z[ recovery-image] Feb 24 00:33:23.351 INFO O| Feb 24 00:33:23.351 INFO STEP 488 (remove_files) COMPLETE
63212026-02-24T00:33:24.018Z[ recovery-image] Feb 24 00:33:23.351 INFO O| Feb 24 00:33:23.351 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63222026-02-24T00:33:24.027Z[ recovery-image] Feb 24 00:33:23.364 INFO O| Feb 24 00:33:23.363 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/ppt.conf"
63232026-02-24T00:33:24.028Z[ recovery-image] Feb 24 00:33:23.364 INFO O| Feb 24 00:33:23.364 INFO STEP 489 (remove_files) COMPLETE
63242026-02-24T00:33:24.030Z[ recovery-image] Feb 24 00:33:23.364 INFO O| Feb 24 00:33:23.364 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63252026-02-24T00:33:24.040Z[ recovery-image] Feb 24 00:33:23.376 INFO O| Feb 24 00:33:23.376 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/smbsrv.conf"
63262026-02-24T00:33:24.042Z[ recovery-image] Feb 24 00:33:23.376 INFO O| Feb 24 00:33:23.376 INFO STEP 490 (remove_files) COMPLETE
63272026-02-24T00:33:24.042Z[ recovery-image] Feb 24 00:33:23.376 INFO O| Feb 24 00:33:23.376 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63282026-02-24T00:33:24.052Z[ recovery-image] Feb 24 00:33:23.388 INFO O| Feb 24 00:33:23.388 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/viona.conf"
63292026-02-24T00:33:24.052Z[ recovery-image] Feb 24 00:33:23.388 INFO O| Feb 24 00:33:23.388 INFO STEP 491 (remove_files) COMPLETE
63302026-02-24T00:33:24.055Z[ recovery-image] Feb 24 00:33:23.388 INFO O| Feb 24 00:33:23.388 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63312026-02-24T00:33:24.065Z[ recovery-image] Feb 24 00:33:23.401 INFO O| Feb 24 00:33:23.401 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/vmm.conf"
63322026-02-24T00:33:24.065Z[ recovery-image] Feb 24 00:33:23.401 INFO O| Feb 24 00:33:23.401 INFO STEP 492 (remove_files) COMPLETE
63332026-02-24T00:33:24.065Z[ recovery-image] Feb 24 00:33:23.401 INFO O| Feb 24 00:33:23.401 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63342026-02-24T00:33:24.077Z[ recovery-image] Feb 24 00:33:23.413 INFO O| Feb 24 00:33:23.413 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/javaexec"
63352026-02-24T00:33:24.077Z[ recovery-image] Feb 24 00:33:23.414 INFO O| Feb 24 00:33:23.413 INFO STEP 493 (remove_files) COMPLETE
63362026-02-24T00:33:24.077Z[ recovery-image] Feb 24 00:33:23.414 INFO O| Feb 24 00:33:23.414 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63372026-02-24T00:33:24.090Z[ recovery-image] Feb 24 00:33:23.426 INFO O| Feb 24 00:33:23.426 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/shbinexec"
63382026-02-24T00:33:24.090Z[ recovery-image] Feb 24 00:33:23.426 INFO O| Feb 24 00:33:23.426 INFO STEP 494 (remove_files) COMPLETE
63392026-02-24T00:33:24.094Z[ recovery-image] Feb 24 00:33:23.426 INFO O| Feb 24 00:33:23.426 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63402026-02-24T00:33:24.101Z[ recovery-image] Feb 24 00:33:23.437 INFO O| Feb 24 00:33:23.437 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/pcfs"
63412026-02-24T00:33:24.101Z[ recovery-image] Feb 24 00:33:23.437 INFO O| Feb 24 00:33:23.437 INFO STEP 495 (remove_files) COMPLETE
63422026-02-24T00:33:24.104Z[ recovery-image] Feb 24 00:33:23.437 INFO O| Feb 24 00:33:23.437 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63432026-02-24T00:33:24.114Z[ recovery-image] Feb 24 00:33:23.450 INFO O| Feb 24 00:33:23.450 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/smbfs"
63442026-02-24T00:33:24.114Z[ recovery-image] Feb 24 00:33:23.451 INFO O| Feb 24 00:33:23.450 INFO STEP 496 (remove_files) COMPLETE
63452026-02-24T00:33:24.117Z[ recovery-image] Feb 24 00:33:23.451 INFO O| Feb 24 00:33:23.451 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63462026-02-24T00:33:24.129Z[ recovery-image] Feb 24 00:33:23.464 INFO O| Feb 24 00:33:23.464 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/nsmb"
63472026-02-24T00:33:24.132Z[ recovery-image] Feb 24 00:33:23.464 INFO O| Feb 24 00:33:23.464 INFO STEP 497 (remove_files) COMPLETE
63482026-02-24T00:33:24.132Z[ recovery-image] Feb 24 00:33:23.464 INFO O| Feb 24 00:33:23.464 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63492026-02-24T00:33:24.143Z[ recovery-image] Feb 24 00:33:23.477 INFO O| Feb 24 00:33:23.477 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbfs"
63502026-02-24T00:33:24.143Z[ recovery-image] Feb 24 00:33:23.477 INFO O| Feb 24 00:33:23.477 INFO STEP 498 (remove_files) COMPLETE
63512026-02-24T00:33:24.143Z[ recovery-image] Feb 24 00:33:23.477 INFO O| Feb 24 00:33:23.477 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63522026-02-24T00:33:24.154Z[ recovery-image] Feb 24 00:33:23.490 INFO O| Feb 24 00:33:23.490 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
63532026-02-24T00:33:24.154Z[ recovery-image] Feb 24 00:33:23.490 INFO O| Feb 24 00:33:23.490 INFO STEP 499 (remove_files) COMPLETE
63542026-02-24T00:33:24.159Z[ recovery-image] Feb 24 00:33:23.490 INFO O| Feb 24 00:33:23.490 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63552026-02-24T00:33:24.167Z[ recovery-image] Feb 24 00:33:23.503 INFO O| Feb 24 00:33:23.503 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
63562026-02-24T00:33:24.171Z[ recovery-image] Feb 24 00:33:23.503 INFO O| Feb 24 00:33:23.503 INFO STEP 500 (remove_files) COMPLETE
63572026-02-24T00:33:24.171Z[ recovery-image] Feb 24 00:33:23.503 INFO O| Feb 24 00:33:23.503 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63582026-02-24T00:33:24.180Z[ recovery-image] Feb 24 00:33:23.517 INFO O| Feb 24 00:33:23.516 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15"
63592026-02-24T00:33:24.183Z[ recovery-image] Feb 24 00:33:23.517 INFO O| Feb 24 00:33:23.517 INFO STEP 501 (remove_files) COMPLETE
63602026-02-24T00:33:24.183Z[ recovery-image] Feb 24 00:33:23.517 INFO O| Feb 24 00:33:23.517 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63612026-02-24T00:33:24.194Z[ recovery-image] Feb 24 00:33:23.530 INFO O| Feb 24 00:33:23.530 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15"
63622026-02-24T00:33:24.194Z[ recovery-image] Feb 24 00:33:23.530 INFO O| Feb 24 00:33:23.530 INFO STEP 502 (remove_files) COMPLETE
63632026-02-24T00:33:24.194Z[ recovery-image] Feb 24 00:33:23.530 INFO O| Feb 24 00:33:23.530 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63642026-02-24T00:33:24.207Z[ recovery-image] Feb 24 00:33:23.543 INFO O| Feb 24 00:33:23.543 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/IA"
63652026-02-24T00:33:24.207Z[ recovery-image] Feb 24 00:33:23.543 INFO O| Feb 24 00:33:23.543 INFO STEP 503 (remove_files) COMPLETE
63662026-02-24T00:33:24.207Z[ recovery-image] Feb 24 00:33:23.543 INFO O| Feb 24 00:33:23.543 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63672026-02-24T00:33:24.222Z[ recovery-image] Feb 24 00:33:23.558 INFO O| Feb 24 00:33:23.558 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT"
63682026-02-24T00:33:24.222Z[ recovery-image] Feb 24 00:33:23.558 INFO O| Feb 24 00:33:23.558 INFO STEP 504 (remove_files) COMPLETE
63692026-02-24T00:33:24.222Z[ recovery-image] Feb 24 00:33:23.558 INFO O| Feb 24 00:33:23.558 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63702026-02-24T00:33:24.235Z[ recovery-image] Feb 24 00:33:23.571 INFO O| Feb 24 00:33:23.571 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
63712026-02-24T00:33:24.235Z[ recovery-image] Feb 24 00:33:23.571 INFO O| Feb 24 00:33:23.571 INFO STEP 505 (remove_files) COMPLETE
63722026-02-24T00:33:24.235Z[ recovery-image] Feb 24 00:33:23.571 INFO O| Feb 24 00:33:23.571 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63732026-02-24T00:33:24.248Z[ recovery-image] Feb 24 00:33:23.584 INFO O| Feb 24 00:33:23.584 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/cryptmod"
63742026-02-24T00:33:24.248Z[ recovery-image] Feb 24 00:33:23.584 INFO O| Feb 24 00:33:23.584 INFO STEP 506 (remove_files) COMPLETE
63752026-02-24T00:33:24.248Z[ recovery-image] Feb 24 00:33:23.584 INFO O| Feb 24 00:33:23.584 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63762026-02-24T00:33:24.263Z[ recovery-image] Feb 24 00:33:23.599 INFO O| Feb 24 00:33:23.599 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/rlmod"
63772026-02-24T00:33:24.263Z[ recovery-image] Feb 24 00:33:23.599 INFO O| Feb 24 00:33:23.599 INFO STEP 507 (remove_files) COMPLETE
63782026-02-24T00:33:24.263Z[ recovery-image] Feb 24 00:33:23.599 INFO O| Feb 24 00:33:23.599 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63792026-02-24T00:33:24.277Z[ recovery-image] Feb 24 00:33:23.613 INFO O| Feb 24 00:33:23.613 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/telmod"
63802026-02-24T00:33:24.277Z[ recovery-image] Feb 24 00:33:23.613 INFO O| Feb 24 00:33:23.613 INFO STEP 508 (remove_files) COMPLETE
63812026-02-24T00:33:24.277Z[ recovery-image] Feb 24 00:33:23.613 INFO O| Feb 24 00:33:23.613 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63822026-02-24T00:33:24.291Z[ recovery-image] Feb 24 00:33:23.627 INFO O| Feb 24 00:33:23.626 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/acctctl"
63832026-02-24T00:33:24.291Z[ recovery-image] Feb 24 00:33:23.627 INFO O| Feb 24 00:33:23.627 INFO STEP 509 (remove_files) COMPLETE
63842026-02-24T00:33:24.291Z[ recovery-image] Feb 24 00:33:23.627 INFO O| Feb 24 00:33:23.627 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63852026-02-24T00:33:24.396Z[ recovery-image] Feb 24 00:33:23.641 INFO O| Feb 24 00:33:23.640 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/exacctsys"
63862026-02-24T00:33:24.396Z[ recovery-image] Feb 24 00:33:23.641 INFO O| Feb 24 00:33:23.641 INFO STEP 510 (remove_files) COMPLETE
63872026-02-24T00:33:24.401Z[ recovery-image] Feb 24 00:33:23.641 INFO O| Feb 24 00:33:23.641 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63882026-02-24T00:33:24.401Z[ recovery-image] Feb 24 00:33:23.654 INFO O| Feb 24 00:33:23.653 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/sysacct"
63892026-02-24T00:33:24.401Z[ recovery-image] Feb 24 00:33:23.654 INFO O| Feb 24 00:33:23.654 INFO STEP 511 (remove_files) COMPLETE
63902026-02-24T00:33:24.401Z[ recovery-image] Feb 24 00:33:23.654 INFO O| Feb 24 00:33:23.654 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63912026-02-24T00:33:24.401Z[ recovery-image] Feb 24 00:33:23.666 INFO O| Feb 24 00:33:23.666 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kvm/README"
63922026-02-24T00:33:24.401Z[ recovery-image] Feb 24 00:33:23.666 INFO O| Feb 24 00:33:23.666 INFO STEP 512 (remove_files) COMPLETE
63932026-02-24T00:33:24.401Z[ recovery-image] Feb 24 00:33:23.666 INFO O| Feb 24 00:33:23.666 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63942026-02-24T00:33:24.401Z[ recovery-image] Feb 24 00:33:23.677 INFO O| Feb 24 00:33:23.677 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2map"
63952026-02-24T00:33:24.401Z[ recovery-image] Feb 24 00:33:23.677 INFO O| Feb 24 00:33:23.677 INFO STEP 513 (remove_files) COMPLETE
63962026-02-24T00:33:24.401Z[ recovery-image] Feb 24 00:33:23.677 INFO O| Feb 24 00:33:23.677 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63972026-02-24T00:33:24.401Z[ recovery-image] Feb 24 00:33:23.691 INFO O| Feb 24 00:33:23.691 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2trace"
63982026-02-24T00:33:24.401Z[ recovery-image] Feb 24 00:33:23.691 INFO O| Feb 24 00:33:23.691 INFO STEP 514 (remove_files) COMPLETE
63992026-02-24T00:33:24.401Z[ recovery-image] Feb 24 00:33:23.691 INFO O| Feb 24 00:33:23.691 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64002026-02-24T00:33:24.401Z[ recovery-image] Feb 24 00:33:23.705 INFO O| Feb 24 00:33:23.704 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen"
64012026-02-24T00:33:24.401Z[ recovery-image] Feb 24 00:33:23.705 INFO O| Feb 24 00:33:23.705 INFO STEP 515 (remove_files) COMPLETE
64022026-02-24T00:33:24.401Z[ recovery-image] Feb 24 00:33:23.705 INFO O| Feb 24 00:33:23.705 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64032026-02-24T00:33:24.401Z[ recovery-image] Feb 24 00:33:23.718 INFO O| Feb 24 00:33:23.718 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen1"
64042026-02-24T00:33:24.401Z[ recovery-image] Feb 24 00:33:23.718 INFO O| Feb 24 00:33:23.718 INFO STEP 516 (remove_files) COMPLETE
64052026-02-24T00:33:24.401Z[ recovery-image] Feb 24 00:33:23.718 INFO O| Feb 24 00:33:23.718 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64062026-02-24T00:33:24.401Z[ recovery-image] Feb 24 00:33:23.731 INFO O| Feb 24 00:33:23.731 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen3"
64072026-02-24T00:33:24.401Z[ recovery-image] Feb 24 00:33:23.731 INFO O| Feb 24 00:33:23.731 INFO STEP 517 (remove_files) COMPLETE
64082026-02-24T00:33:24.401Z[ recovery-image] Feb 24 00:33:23.731 INFO O| Feb 24 00:33:23.731 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64092026-02-24T00:33:24.408Z[ recovery-image] Feb 24 00:33:23.744 INFO O| Feb 24 00:33:23.744 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen4"
64102026-02-24T00:33:24.408Z[ recovery-image] Feb 24 00:33:23.744 INFO O| Feb 24 00:33:23.744 INFO STEP 518 (remove_files) COMPLETE
64112026-02-24T00:33:24.408Z[ recovery-image] Feb 24 00:33:23.744 INFO O| Feb 24 00:33:23.744 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64122026-02-24T00:33:24.420Z[ recovery-image] Feb 24 00:33:23.756 INFO O| Feb 24 00:33:23.756 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbsub.o"
64132026-02-24T00:33:24.420Z[ recovery-image] Feb 24 00:33:23.756 INFO O| Feb 24 00:33:23.756 INFO STEP 519 (remove_files) COMPLETE
64142026-02-24T00:33:24.420Z[ recovery-image] Feb 24 00:33:23.756 INFO O| Feb 24 00:33:23.756 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64152026-02-24T00:33:24.435Z[ recovery-image] Feb 24 00:33:23.771 INFO O| Feb 24 00:33:23.770 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/amd64/adbsub.o"
64162026-02-24T00:33:24.435Z[ recovery-image] Feb 24 00:33:23.771 INFO O| Feb 24 00:33:23.771 INFO STEP 520 (remove_files) COMPLETE
64172026-02-24T00:33:24.435Z[ recovery-image] Feb 24 00:33:23.771 INFO O| Feb 24 00:33:23.771 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64182026-02-24T00:33:24.449Z[ recovery-image] Feb 24 00:33:23.785 INFO O| Feb 24 00:33:23.785 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/0@0.so.1"
64192026-02-24T00:33:24.452Z[ recovery-image] Feb 24 00:33:23.785 INFO O| Feb 24 00:33:23.785 INFO STEP 521 (remove_files) COMPLETE
64202026-02-24T00:33:24.452Z[ recovery-image] Feb 24 00:33:23.785 INFO O| Feb 24 00:33:23.785 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64212026-02-24T00:33:24.463Z[ recovery-image] Feb 24 00:33:23.798 INFO O| Feb 24 00:33:23.798 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/Makefile.inc"
64222026-02-24T00:33:24.463Z[ recovery-image] Feb 24 00:33:23.799 INFO O| Feb 24 00:33:23.798 INFO STEP 522 (remove_files) COMPLETE
64232026-02-24T00:33:24.463Z[ recovery-image] Feb 24 00:33:23.799 INFO O| Feb 24 00:33:23.798 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64242026-02-24T00:33:24.475Z[ recovery-image] Feb 24 00:33:23.811 INFO O| Feb 24 00:33:23.811 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/accept"
64252026-02-24T00:33:24.475Z[ recovery-image] Feb 24 00:33:23.811 INFO O| Feb 24 00:33:23.811 INFO STEP 523 (remove_files) COMPLETE
64262026-02-24T00:33:24.475Z[ recovery-image] Feb 24 00:33:23.811 INFO O| Feb 24 00:33:23.811 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64272026-02-24T00:33:24.488Z[ recovery-image] Feb 24 00:33:23.824 INFO O| Feb 24 00:33:23.824 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/basename"
64282026-02-24T00:33:24.488Z[ recovery-image] Feb 24 00:33:23.825 INFO O| Feb 24 00:33:23.824 INFO STEP 524 (remove_files) COMPLETE
64292026-02-24T00:33:24.491Z[ recovery-image] Feb 24 00:33:23.825 INFO O| Feb 24 00:33:23.824 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64302026-02-24T00:33:24.502Z[ recovery-image] Feb 24 00:33:23.838 INFO O| Feb 24 00:33:23.838 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/csv"
64312026-02-24T00:33:24.502Z[ recovery-image] Feb 24 00:33:23.838 INFO O| Feb 24 00:33:23.838 INFO STEP 525 (remove_files) COMPLETE
64322026-02-24T00:33:24.505Z[ recovery-image] Feb 24 00:33:23.838 INFO O| Feb 24 00:33:23.838 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64332026-02-24T00:33:24.514Z[ recovery-image] Feb 24 00:33:23.850 INFO O| Feb 24 00:33:23.850 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/cut"
64342026-02-24T00:33:24.514Z[ recovery-image] Feb 24 00:33:23.850 INFO O| Feb 24 00:33:23.850 INFO STEP 526 (remove_files) COMPLETE
64352026-02-24T00:33:24.514Z[ recovery-image] Feb 24 00:33:23.850 INFO O| Feb 24 00:33:23.850 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64362026-02-24T00:33:24.526Z[ recovery-image] Feb 24 00:33:23.862 INFO O| Feb 24 00:33:23.862 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/dirname"
64372026-02-24T00:33:24.526Z[ recovery-image] Feb 24 00:33:23.862 INFO O| Feb 24 00:33:23.862 INFO STEP 527 (remove_files) COMPLETE
64382026-02-24T00:33:24.529Z[ recovery-image] Feb 24 00:33:23.862 INFO O| Feb 24 00:33:23.862 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64392026-02-24T00:33:24.538Z[ recovery-image] Feb 24 00:33:23.874 INFO O| Feb 24 00:33:23.874 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/fdflags"
64402026-02-24T00:33:24.538Z[ recovery-image] Feb 24 00:33:23.874 INFO O| Feb 24 00:33:23.874 INFO STEP 528 (remove_files) COMPLETE
64412026-02-24T00:33:24.538Z[ recovery-image] Feb 24 00:33:23.874 INFO O| Feb 24 00:33:23.874 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64422026-02-24T00:33:24.552Z[ recovery-image] Feb 24 00:33:23.886 INFO O| Feb 24 00:33:23.886 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/finfo"
64432026-02-24T00:33:24.552Z[ recovery-image] Feb 24 00:33:23.886 INFO O| Feb 24 00:33:23.886 INFO STEP 529 (remove_files) COMPLETE
64442026-02-24T00:33:24.555Z[ recovery-image] Feb 24 00:33:23.886 INFO O| Feb 24 00:33:23.886 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64452026-02-24T00:33:24.562Z[ recovery-image] Feb 24 00:33:23.898 INFO O| Feb 24 00:33:23.898 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/head"
64462026-02-24T00:33:24.562Z[ recovery-image] Feb 24 00:33:23.898 INFO O| Feb 24 00:33:23.898 INFO STEP 530 (remove_files) COMPLETE
64472026-02-24T00:33:24.562Z[ recovery-image] Feb 24 00:33:23.898 INFO O| Feb 24 00:33:23.898 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64482026-02-24T00:33:24.575Z[ recovery-image] Feb 24 00:33:23.911 INFO O| Feb 24 00:33:23.911 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/id"
64492026-02-24T00:33:24.578Z[ recovery-image] Feb 24 00:33:23.912 INFO O| Feb 24 00:33:23.912 INFO STEP 531 (remove_files) COMPLETE
64502026-02-24T00:33:24.578Z[ recovery-image] Feb 24 00:33:23.912 INFO O| Feb 24 00:33:23.912 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64512026-02-24T00:33:24.591Z[ recovery-image] Feb 24 00:33:23.927 INFO O| Feb 24 00:33:23.927 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/ln"
64522026-02-24T00:33:24.591Z[ recovery-image] Feb 24 00:33:23.927 INFO O| Feb 24 00:33:23.927 INFO STEP 532 (remove_files) COMPLETE
64532026-02-24T00:33:24.591Z[ recovery-image] Feb 24 00:33:23.927 INFO O| Feb 24 00:33:23.927 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64542026-02-24T00:33:24.605Z[ recovery-image] Feb 24 00:33:23.941 INFO O| Feb 24 00:33:23.941 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/loadables.h"
64552026-02-24T00:33:24.605Z[ recovery-image] Feb 24 00:33:23.941 INFO O| Feb 24 00:33:23.941 INFO STEP 533 (remove_files) COMPLETE
64562026-02-24T00:33:24.605Z[ recovery-image] Feb 24 00:33:23.941 INFO O| Feb 24 00:33:23.941 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64572026-02-24T00:33:24.618Z[ recovery-image] Feb 24 00:33:23.954 INFO O| Feb 24 00:33:23.953 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/logname"
64582026-02-24T00:33:24.618Z[ recovery-image] Feb 24 00:33:23.954 INFO O| Feb 24 00:33:23.954 INFO STEP 534 (remove_files) COMPLETE
64592026-02-24T00:33:24.618Z[ recovery-image] Feb 24 00:33:23.954 INFO O| Feb 24 00:33:23.954 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64602026-02-24T00:33:24.631Z[ recovery-image] Feb 24 00:33:23.967 INFO O| Feb 24 00:33:23.967 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/mkdir"
64612026-02-24T00:33:24.634Z[ recovery-image] Feb 24 00:33:23.968 INFO O| Feb 24 00:33:23.968 INFO STEP 535 (remove_files) COMPLETE
64622026-02-24T00:33:24.634Z[ recovery-image] Feb 24 00:33:23.968 INFO O| Feb 24 00:33:23.968 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64632026-02-24T00:33:24.647Z[ recovery-image] Feb 24 00:33:23.983 INFO O| Feb 24 00:33:23.982 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/mkfifo"
64642026-02-24T00:33:24.647Z[ recovery-image] Feb 24 00:33:23.983 INFO O| Feb 24 00:33:23.983 INFO STEP 536 (remove_files) COMPLETE
64652026-02-24T00:33:24.647Z[ recovery-image] Feb 24 00:33:23.983 INFO O| Feb 24 00:33:23.983 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64662026-02-24T00:33:24.660Z[ recovery-image] Feb 24 00:33:23.996 INFO O| Feb 24 00:33:23.996 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/mktemp"
64672026-02-24T00:33:24.660Z[ recovery-image] Feb 24 00:33:23.996 INFO O| Feb 24 00:33:23.996 INFO STEP 537 (remove_files) COMPLETE
64682026-02-24T00:33:24.660Z[ recovery-image] Feb 24 00:33:23.996 INFO O| Feb 24 00:33:23.996 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64692026-02-24T00:33:24.674Z[ recovery-image] Feb 24 00:33:24.010 INFO O| Feb 24 00:33:24.010 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/mypid"
64702026-02-24T00:33:24.674Z[ recovery-image] Feb 24 00:33:24.010 INFO O| Feb 24 00:33:24.010 INFO STEP 538 (remove_files) COMPLETE
64712026-02-24T00:33:24.674Z[ recovery-image] Feb 24 00:33:24.010 INFO O| Feb 24 00:33:24.010 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64722026-02-24T00:33:24.689Z[ recovery-image] Feb 24 00:33:24.025 INFO O| Feb 24 00:33:24.024 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/pathchk"
64732026-02-24T00:33:24.689Z[ recovery-image] Feb 24 00:33:24.025 INFO O| Feb 24 00:33:24.025 INFO STEP 539 (remove_files) COMPLETE
64742026-02-24T00:33:24.689Z[ recovery-image] Feb 24 00:33:24.025 INFO O| Feb 24 00:33:24.025 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64752026-02-24T00:33:24.703Z[ recovery-image] Feb 24 00:33:24.039 INFO O| Feb 24 00:33:24.038 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/print"
64762026-02-24T00:33:24.703Z[ recovery-image] Feb 24 00:33:24.039 INFO O| Feb 24 00:33:24.039 INFO STEP 540 (remove_files) COMPLETE
64772026-02-24T00:33:24.703Z[ recovery-image] Feb 24 00:33:24.039 INFO O| Feb 24 00:33:24.039 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64782026-02-24T00:33:24.716Z[ recovery-image] Feb 24 00:33:24.052 INFO O| Feb 24 00:33:24.052 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/printenv"
64792026-02-24T00:33:24.716Z[ recovery-image] Feb 24 00:33:24.052 INFO O| Feb 24 00:33:24.052 INFO STEP 541 (remove_files) COMPLETE
64802026-02-24T00:33:24.716Z[ recovery-image] Feb 24 00:33:24.052 INFO O| Feb 24 00:33:24.052 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64812026-02-24T00:33:24.735Z[ recovery-image] Feb 24 00:33:24.067 INFO O| Feb 24 00:33:24.067 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/push"
64822026-02-24T00:33:24.735Z[ recovery-image] Feb 24 00:33:24.067 INFO O| Feb 24 00:33:24.067 INFO STEP 542 (remove_files) COMPLETE
64832026-02-24T00:33:24.738Z[ recovery-image] Feb 24 00:33:24.067 INFO O| Feb 24 00:33:24.067 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64842026-02-24T00:33:24.745Z[ recovery-image] Feb 24 00:33:24.081 INFO O| Feb 24 00:33:24.081 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/realpath"
64852026-02-24T00:33:24.745Z[ recovery-image] Feb 24 00:33:24.081 INFO O| Feb 24 00:33:24.081 INFO STEP 543 (remove_files) COMPLETE
64862026-02-24T00:33:24.745Z[ recovery-image] Feb 24 00:33:24.081 INFO O| Feb 24 00:33:24.081 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64872026-02-24T00:33:24.759Z[ recovery-image] Feb 24 00:33:24.095 INFO O| Feb 24 00:33:24.095 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/rm"
64882026-02-24T00:33:24.759Z[ recovery-image] Feb 24 00:33:24.095 INFO O| Feb 24 00:33:24.095 INFO STEP 544 (remove_files) COMPLETE
64892026-02-24T00:33:24.759Z[ recovery-image] Feb 24 00:33:24.095 INFO O| Feb 24 00:33:24.095 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64902026-02-24T00:33:24.774Z[ recovery-image] Feb 24 00:33:24.110 INFO O| Feb 24 00:33:24.110 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/rmdir"
64912026-02-24T00:33:24.774Z[ recovery-image] Feb 24 00:33:24.110 INFO O| Feb 24 00:33:24.110 INFO STEP 545 (remove_files) COMPLETE
64922026-02-24T00:33:24.774Z[ recovery-image] Feb 24 00:33:24.110 INFO O| Feb 24 00:33:24.110 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64932026-02-24T00:33:24.795Z[ recovery-image] Feb 24 00:33:24.131 INFO O| Feb 24 00:33:24.131 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/seq"
64942026-02-24T00:33:24.795Z[ recovery-image] Feb 24 00:33:24.131 INFO O| Feb 24 00:33:24.131 INFO STEP 546 (remove_files) COMPLETE
64952026-02-24T00:33:24.795Z[ recovery-image] Feb 24 00:33:24.131 INFO O| Feb 24 00:33:24.131 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64962026-02-24T00:33:24.809Z[ recovery-image] Feb 24 00:33:24.145 INFO O| Feb 24 00:33:24.145 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/setpgid"
64972026-02-24T00:33:24.809Z[ recovery-image] Feb 24 00:33:24.145 INFO O| Feb 24 00:33:24.145 INFO STEP 547 (remove_files) COMPLETE
64982026-02-24T00:33:24.809Z[ recovery-image] Feb 24 00:33:24.145 INFO O| Feb 24 00:33:24.145 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64992026-02-24T00:33:24.823Z[ recovery-image] Feb 24 00:33:24.159 INFO O| Feb 24 00:33:24.159 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/sleep"
65002026-02-24T00:33:24.823Z[ recovery-image] Feb 24 00:33:24.160 INFO O| Feb 24 00:33:24.159 INFO STEP 548 (remove_files) COMPLETE
65012026-02-24T00:33:24.826Z[ recovery-image] Feb 24 00:33:24.160 INFO O| Feb 24 00:33:24.160 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65022026-02-24T00:33:24.837Z[ recovery-image] Feb 24 00:33:24.173 INFO O| Feb 24 00:33:24.173 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/strftime"
65032026-02-24T00:33:24.837Z[ recovery-image] Feb 24 00:33:24.173 INFO O| Feb 24 00:33:24.173 INFO STEP 549 (remove_files) COMPLETE
65042026-02-24T00:33:24.837Z[ recovery-image] Feb 24 00:33:24.173 INFO O| Feb 24 00:33:24.173 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65052026-02-24T00:33:24.851Z[ recovery-image] Feb 24 00:33:24.187 INFO O| Feb 24 00:33:24.187 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/sync"
65062026-02-24T00:33:24.851Z[ recovery-image] Feb 24 00:33:24.187 INFO O| Feb 24 00:33:24.187 INFO STEP 550 (remove_files) COMPLETE
65072026-02-24T00:33:24.851Z[ recovery-image] Feb 24 00:33:24.187 INFO O| Feb 24 00:33:24.187 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65082026-02-24T00:33:24.866Z[ recovery-image] Feb 24 00:33:24.202 INFO O| Feb 24 00:33:24.202 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/tee"
65092026-02-24T00:33:24.866Z[ recovery-image] Feb 24 00:33:24.202 INFO O| Feb 24 00:33:24.202 INFO STEP 551 (remove_files) COMPLETE
65102026-02-24T00:33:24.866Z[ recovery-image] Feb 24 00:33:24.202 INFO O| Feb 24 00:33:24.202 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65112026-02-24T00:33:24.882Z[ recovery-image] Feb 24 00:33:24.216 INFO O| Feb 24 00:33:24.216 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/truefalse"
65122026-02-24T00:33:24.882Z[ recovery-image] Feb 24 00:33:24.217 INFO O| Feb 24 00:33:24.216 INFO STEP 552 (remove_files) COMPLETE
65132026-02-24T00:33:24.882Z[ recovery-image] Feb 24 00:33:24.217 INFO O| Feb 24 00:33:24.216 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65142026-02-24T00:33:24.895Z[ recovery-image] Feb 24 00:33:24.231 INFO O| Feb 24 00:33:24.231 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/tty"
65152026-02-24T00:33:24.895Z[ recovery-image] Feb 24 00:33:24.231 INFO O| Feb 24 00:33:24.231 INFO STEP 553 (remove_files) COMPLETE
65162026-02-24T00:33:24.895Z[ recovery-image] Feb 24 00:33:24.231 INFO O| Feb 24 00:33:24.231 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65172026-02-24T00:33:24.909Z[ recovery-image] Feb 24 00:33:24.245 INFO O| Feb 24 00:33:24.245 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/uname"
65182026-02-24T00:33:24.909Z[ recovery-image] Feb 24 00:33:24.245 INFO O| Feb 24 00:33:24.245 INFO STEP 554 (remove_files) COMPLETE
65192026-02-24T00:33:24.912Z[ recovery-image] Feb 24 00:33:24.245 INFO O| Feb 24 00:33:24.245 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65202026-02-24T00:33:24.924Z[ recovery-image] Feb 24 00:33:24.260 INFO O| Feb 24 00:33:24.260 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/unlink"
65212026-02-24T00:33:24.924Z[ recovery-image] Feb 24 00:33:24.260 INFO O| Feb 24 00:33:24.260 INFO STEP 555 (remove_files) COMPLETE
65222026-02-24T00:33:24.928Z[ recovery-image] Feb 24 00:33:24.260 INFO O| Feb 24 00:33:24.260 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65232026-02-24T00:33:24.937Z[ recovery-image] Feb 24 00:33:24.273 INFO O| Feb 24 00:33:24.273 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/whoami"
65242026-02-24T00:33:24.937Z[ recovery-image] Feb 24 00:33:24.273 INFO O| Feb 24 00:33:24.273 INFO STEP 556 (remove_files) COMPLETE
65252026-02-24T00:33:24.937Z[ recovery-image] Feb 24 00:33:24.273 INFO O| Feb 24 00:33:24.273 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65262026-02-24T00:33:24.951Z[ recovery-image] Feb 24 00:33:24.287 INFO O| Feb 24 00:33:24.287 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
65272026-02-24T00:33:24.951Z[ recovery-image] Feb 24 00:33:24.287 INFO O| Feb 24 00:33:24.287 INFO STEP 557 (remove_files) COMPLETE
65282026-02-24T00:33:24.951Z[ recovery-image] Feb 24 00:33:24.287 INFO O| Feb 24 00:33:24.287 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65292026-02-24T00:33:24.966Z[ recovery-image] Feb 24 00:33:24.302 INFO O| Feb 24 00:33:24.302 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
65302026-02-24T00:33:24.966Z[ recovery-image] Feb 24 00:33:24.302 INFO O| Feb 24 00:33:24.302 INFO STEP 558 (remove_files) COMPLETE
65312026-02-24T00:33:24.966Z[ recovery-image] Feb 24 00:33:24.302 INFO O| Feb 24 00:33:24.302 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65322026-02-24T00:33:24.981Z[ recovery-image] Feb 24 00:33:24.316 INFO O| Feb 24 00:33:24.316 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/getloginx.so.1"
65332026-02-24T00:33:24.981Z[ recovery-image] Feb 24 00:33:24.316 INFO O| Feb 24 00:33:24.316 INFO STEP 559 (remove_files) COMPLETE
65342026-02-24T00:33:24.981Z[ recovery-image] Feb 24 00:33:24.316 INFO O| Feb 24 00:33:24.316 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65352026-02-24T00:33:24.995Z[ recovery-image] Feb 24 00:33:24.331 INFO O| Feb 24 00:33:24.331 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
65362026-02-24T00:33:24.998Z[ recovery-image] Feb 24 00:33:24.331 INFO O| Feb 24 00:33:24.331 INFO STEP 560 (remove_files) COMPLETE
65372026-02-24T00:33:24.998Z[ recovery-image] Feb 24 00:33:24.331 INFO O| Feb 24 00:33:24.331 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65382026-02-24T00:33:25.008Z[ recovery-image] Feb 24 00:33:24.344 INFO O| Feb 24 00:33:24.344 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
65392026-02-24T00:33:25.008Z[ recovery-image] Feb 24 00:33:24.344 INFO O| Feb 24 00:33:24.344 INFO STEP 561 (remove_files) COMPLETE
65402026-02-24T00:33:25.011Z[ recovery-image] Feb 24 00:33:24.344 INFO O| Feb 24 00:33:24.344 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65412026-02-24T00:33:25.023Z[ recovery-image] Feb 24 00:33:24.359 INFO O| Feb 24 00:33:24.359 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
65422026-02-24T00:33:25.023Z[ recovery-image] Feb 24 00:33:24.359 INFO O| Feb 24 00:33:24.359 INFO STEP 562 (remove_files) COMPLETE
65432026-02-24T00:33:25.023Z[ recovery-image] Feb 24 00:33:24.359 INFO O| Feb 24 00:33:24.359 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65442026-02-24T00:33:25.037Z[ recovery-image] Feb 24 00:33:24.373 INFO O| Feb 24 00:33:24.373 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
65452026-02-24T00:33:25.037Z[ recovery-image] Feb 24 00:33:24.373 INFO O| Feb 24 00:33:24.373 INFO STEP 563 (remove_files) COMPLETE
65462026-02-24T00:33:25.037Z[ recovery-image] Feb 24 00:33:24.373 INFO O| Feb 24 00:33:24.373 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65472026-02-24T00:33:25.052Z[ recovery-image] Feb 24 00:33:24.388 INFO O| Feb 24 00:33:24.388 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lddstub"
65482026-02-24T00:33:25.052Z[ recovery-image] Feb 24 00:33:24.388 INFO O| Feb 24 00:33:24.388 INFO STEP 564 (remove_files) COMPLETE
65492026-02-24T00:33:25.052Z[ recovery-image] Feb 24 00:33:24.388 INFO O| Feb 24 00:33:24.388 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65502026-02-24T00:33:25.067Z[ recovery-image] Feb 24 00:33:24.403 INFO O| Feb 24 00:33:24.403 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lib9p.so.1"
65512026-02-24T00:33:25.067Z[ recovery-image] Feb 24 00:33:24.403 INFO O| Feb 24 00:33:24.403 INFO STEP 565 (remove_files) COMPLETE
65522026-02-24T00:33:25.067Z[ recovery-image] Feb 24 00:33:24.403 INFO O| Feb 24 00:33:24.403 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65532026-02-24T00:33:25.081Z[ recovery-image] Feb 24 00:33:24.417 INFO O| Feb 24 00:33:24.417 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libads.so.1"
65542026-02-24T00:33:25.081Z[ recovery-image] Feb 24 00:33:24.417 INFO O| Feb 24 00:33:24.417 INFO STEP 566 (remove_files) COMPLETE
65552026-02-24T00:33:25.081Z[ recovery-image] Feb 24 00:33:24.417 INFO O| Feb 24 00:33:24.417 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65562026-02-24T00:33:25.095Z[ recovery-image] Feb 24 00:33:24.431 INFO O| Feb 24 00:33:24.431 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libadutils.so.1"
65572026-02-24T00:33:25.095Z[ recovery-image] Feb 24 00:33:24.431 INFO O| Feb 24 00:33:24.431 INFO STEP 567 (remove_files) COMPLETE
65582026-02-24T00:33:25.095Z[ recovery-image] Feb 24 00:33:24.431 INFO O| Feb 24 00:33:24.431 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65592026-02-24T00:33:25.109Z[ recovery-image] Feb 24 00:33:24.445 INFO O| Feb 24 00:33:24.445 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbe.so.1"
65602026-02-24T00:33:25.109Z[ recovery-image] Feb 24 00:33:24.445 INFO O| Feb 24 00:33:24.445 INFO STEP 568 (remove_files) COMPLETE
65612026-02-24T00:33:25.109Z[ recovery-image] Feb 24 00:33:24.445 INFO O| Feb 24 00:33:24.445 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65622026-02-24T00:33:25.123Z[ recovery-image] Feb 24 00:33:24.459 INFO O| Feb 24 00:33:24.459 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrand.so.1"
65632026-02-24T00:33:25.123Z[ recovery-image] Feb 24 00:33:24.459 INFO O| Feb 24 00:33:24.459 INFO STEP 569 (remove_files) COMPLETE
65642026-02-24T00:33:25.126Z[ recovery-image] Feb 24 00:33:24.459 INFO O| Feb 24 00:33:24.459 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65652026-02-24T00:33:25.137Z[ recovery-image] Feb 24 00:33:24.473 INFO O| Feb 24 00:33:24.473 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9"
65662026-02-24T00:33:25.137Z[ recovery-image] Feb 24 00:33:24.473 INFO O| Feb 24 00:33:24.473 INFO STEP 570 (remove_files) COMPLETE
65672026-02-24T00:33:25.137Z[ recovery-image] Feb 24 00:33:24.473 INFO O| Feb 24 00:33:24.473 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65682026-02-24T00:33:25.151Z[ recovery-image] Feb 24 00:33:24.487 INFO O| Feb 24 00:33:24.487 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9"
65692026-02-24T00:33:25.151Z[ recovery-image] Feb 24 00:33:24.487 INFO O| Feb 24 00:33:24.487 INFO STEP 571 (remove_files) COMPLETE
65702026-02-24T00:33:25.154Z[ recovery-image] Feb 24 00:33:24.487 INFO O| Feb 24 00:33:24.487 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65712026-02-24T00:33:25.164Z[ recovery-image] Feb 24 00:33:24.500 INFO O| Feb 24 00:33:24.500 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9"
65722026-02-24T00:33:25.164Z[ recovery-image] Feb 24 00:33:24.500 INFO O| Feb 24 00:33:24.500 INFO STEP 572 (remove_files) COMPLETE
65732026-02-24T00:33:25.164Z[ recovery-image] Feb 24 00:33:24.500 INFO O| Feb 24 00:33:24.500 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65742026-02-24T00:33:25.178Z[ recovery-image] Feb 24 00:33:24.514 INFO O| Feb 24 00:33:24.514 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
65752026-02-24T00:33:25.178Z[ recovery-image] Feb 24 00:33:24.514 INFO O| Feb 24 00:33:24.514 INFO STEP 573 (remove_files) COMPLETE
65762026-02-24T00:33:25.178Z[ recovery-image] Feb 24 00:33:24.514 INFO O| Feb 24 00:33:24.514 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65772026-02-24T00:33:25.192Z[ recovery-image] Feb 24 00:33:24.528 INFO O| Feb 24 00:33:24.528 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
65782026-02-24T00:33:25.192Z[ recovery-image] Feb 24 00:33:24.529 INFO O| Feb 24 00:33:24.528 INFO STEP 574 (remove_files) COMPLETE
65792026-02-24T00:33:25.192Z[ recovery-image] Feb 24 00:33:24.529 INFO O| Feb 24 00:33:24.529 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65802026-02-24T00:33:25.206Z[ recovery-image] Feb 24 00:33:24.542 INFO O| Feb 24 00:33:24.542 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcommputil.so.1"
65812026-02-24T00:33:25.206Z[ recovery-image] Feb 24 00:33:24.542 INFO O| Feb 24 00:33:24.542 INFO STEP 575 (remove_files) COMPLETE
65822026-02-24T00:33:25.206Z[ recovery-image] Feb 24 00:33:24.542 INFO O| Feb 24 00:33:24.542 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65832026-02-24T00:33:25.219Z[ recovery-image] Feb 24 00:33:24.554 INFO O| Feb 24 00:33:24.554 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcpc.so.1"
65842026-02-24T00:33:25.219Z[ recovery-image] Feb 24 00:33:24.555 INFO O| Feb 24 00:33:24.555 INFO STEP 576 (remove_files) COMPLETE
65852026-02-24T00:33:25.222Z[ recovery-image] Feb 24 00:33:24.555 INFO O| Feb 24 00:33:24.555 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65862026-02-24T00:33:25.233Z[ recovery-image] Feb 24 00:33:24.568 INFO O| Feb 24 00:33:24.568 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrle.so.1"
65872026-02-24T00:33:25.233Z[ recovery-image] Feb 24 00:33:24.568 INFO O| Feb 24 00:33:24.568 INFO STEP 577 (remove_files) COMPLETE
65882026-02-24T00:33:25.233Z[ recovery-image] Feb 24 00:33:24.568 INFO O| Feb 24 00:33:24.568 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65892026-02-24T00:33:25.245Z[ recovery-image] Feb 24 00:33:24.581 INFO O| Feb 24 00:33:24.581 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrypt.so.1"
65902026-02-24T00:33:25.245Z[ recovery-image] Feb 24 00:33:24.581 INFO O| Feb 24 00:33:24.581 INFO STEP 578 (remove_files) COMPLETE
65912026-02-24T00:33:25.245Z[ recovery-image] Feb 24 00:33:24.581 INFO O| Feb 24 00:33:24.581 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65922026-02-24T00:33:25.258Z[ recovery-image] Feb 24 00:33:24.594 INFO O| Feb 24 00:33:24.594 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
65932026-02-24T00:33:25.258Z[ recovery-image] Feb 24 00:33:24.594 INFO O| Feb 24 00:33:24.594 INFO STEP 579 (remove_files) COMPLETE
65942026-02-24T00:33:25.261Z[ recovery-image] Feb 24 00:33:24.594 INFO O| Feb 24 00:33:24.594 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65952026-02-24T00:33:25.272Z[ recovery-image] Feb 24 00:33:24.608 INFO O| Feb 24 00:33:24.608 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
65962026-02-24T00:33:25.272Z[ recovery-image] Feb 24 00:33:24.608 INFO O| Feb 24 00:33:24.608 INFO STEP 580 (remove_files) COMPLETE
65972026-02-24T00:33:25.275Z[ recovery-image] Feb 24 00:33:24.608 INFO O| Feb 24 00:33:24.608 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65982026-02-24T00:33:25.286Z[ recovery-image] Feb 24 00:33:24.622 INFO O| Feb 24 00:33:24.622 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdll.so.1"
65992026-02-24T00:33:25.286Z[ recovery-image] Feb 24 00:33:24.622 INFO O| Feb 24 00:33:24.622 INFO STEP 581 (remove_files) COMPLETE
66002026-02-24T00:33:25.286Z[ recovery-image] Feb 24 00:33:24.622 INFO O| Feb 24 00:33:24.622 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66012026-02-24T00:33:25.299Z[ recovery-image] Feb 24 00:33:24.635 INFO O| Feb 24 00:33:24.635 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
66022026-02-24T00:33:25.299Z[ recovery-image] Feb 24 00:33:24.635 INFO O| Feb 24 00:33:24.635 INFO STEP 582 (remove_files) COMPLETE
66032026-02-24T00:33:25.302Z[ recovery-image] Feb 24 00:33:24.635 INFO O| Feb 24 00:33:24.635 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66042026-02-24T00:33:25.313Z[ recovery-image] Feb 24 00:33:24.649 INFO O| Feb 24 00:33:24.649 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libform.so.1"
66052026-02-24T00:33:25.313Z[ recovery-image] Feb 24 00:33:24.649 INFO O| Feb 24 00:33:24.649 INFO STEP 583 (remove_files) COMPLETE
66062026-02-24T00:33:25.313Z[ recovery-image] Feb 24 00:33:24.649 INFO O| Feb 24 00:33:24.649 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66072026-02-24T00:33:25.327Z[ recovery-image] Feb 24 00:33:24.663 INFO O| Feb 24 00:33:24.663 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libfstyp.so.1"
66082026-02-24T00:33:25.327Z[ recovery-image] Feb 24 00:33:24.663 INFO O| Feb 24 00:33:24.663 INFO STEP 584 (remove_files) COMPLETE
66092026-02-24T00:33:25.327Z[ recovery-image] Feb 24 00:33:24.663 INFO O| Feb 24 00:33:24.663 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66102026-02-24T00:33:25.340Z[ recovery-image] Feb 24 00:33:24.676 INFO O| Feb 24 00:33:24.676 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libidspace.so.1"
66112026-02-24T00:33:25.340Z[ recovery-image] Feb 24 00:33:24.676 INFO O| Feb 24 00:33:24.676 INFO STEP 585 (remove_files) COMPLETE
66122026-02-24T00:33:25.340Z[ recovery-image] Feb 24 00:33:24.676 INFO O| Feb 24 00:33:24.676 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66132026-02-24T00:33:25.354Z[ recovery-image] Feb 24 00:33:24.690 INFO O| Feb 24 00:33:24.690 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libike.so.1"
66142026-02-24T00:33:25.357Z[ recovery-image] Feb 24 00:33:24.690 INFO O| Feb 24 00:33:24.690 INFO STEP 586 (remove_files) COMPLETE
66152026-02-24T00:33:25.357Z[ recovery-image] Feb 24 00:33:24.690 INFO O| Feb 24 00:33:24.690 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66162026-02-24T00:33:25.367Z[ recovery-image] Feb 24 00:33:24.703 INFO O| Feb 24 00:33:24.703 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libinstzones.so.1"
66172026-02-24T00:33:25.367Z[ recovery-image] Feb 24 00:33:24.703 INFO O| Feb 24 00:33:24.703 INFO STEP 587 (remove_files) COMPLETE
66182026-02-24T00:33:25.370Z[ recovery-image] Feb 24 00:33:24.703 INFO O| Feb 24 00:33:24.703 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66192026-02-24T00:33:25.381Z[ recovery-image] Feb 24 00:33:24.716 INFO O| Feb 24 00:33:24.716 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipmi.so.1"
66202026-02-24T00:33:25.381Z[ recovery-image] Feb 24 00:33:24.717 INFO O| Feb 24 00:33:24.716 INFO STEP 588 (remove_files) COMPLETE
66212026-02-24T00:33:25.381Z[ recovery-image] Feb 24 00:33:24.717 INFO O| Feb 24 00:33:24.717 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66222026-02-24T00:33:25.394Z[ recovery-image] Feb 24 00:33:24.730 INFO O| Feb 24 00:33:24.730 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipp.so.1"
66232026-02-24T00:33:25.394Z[ recovery-image] Feb 24 00:33:24.730 INFO O| Feb 24 00:33:24.730 INFO STEP 589 (remove_files) COMPLETE
66242026-02-24T00:33:25.394Z[ recovery-image] Feb 24 00:33:24.730 INFO O| Feb 24 00:33:24.730 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66252026-02-24T00:33:25.409Z[ recovery-image] Feb 24 00:33:24.742 INFO O| Feb 24 00:33:24.742 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipsecutil.so.1"
66262026-02-24T00:33:25.409Z[ recovery-image] Feb 24 00:33:24.743 INFO O| Feb 24 00:33:24.742 INFO STEP 590 (remove_files) COMPLETE
66272026-02-24T00:33:25.410Z[ recovery-image] Feb 24 00:33:24.743 INFO O| Feb 24 00:33:24.743 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66282026-02-24T00:33:25.418Z[ recovery-image] Feb 24 00:33:24.754 INFO O| Feb 24 00:33:24.754 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libjedec.so.1"
66292026-02-24T00:33:25.421Z[ recovery-image] Feb 24 00:33:24.754 INFO O| Feb 24 00:33:24.754 INFO STEP 591 (remove_files) COMPLETE
66302026-02-24T00:33:25.421Z[ recovery-image] Feb 24 00:33:24.754 INFO O| Feb 24 00:33:24.754 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66312026-02-24T00:33:25.430Z[ recovery-image] Feb 24 00:33:24.766 INFO O| Feb 24 00:33:24.766 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libl.so.1"
66322026-02-24T00:33:25.430Z[ recovery-image] Feb 24 00:33:24.766 INFO O| Feb 24 00:33:24.766 INFO STEP 592 (remove_files) COMPLETE
66332026-02-24T00:33:25.433Z[ recovery-image] Feb 24 00:33:24.766 INFO O| Feb 24 00:33:24.766 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66342026-02-24T00:33:25.443Z[ recovery-image] Feb 24 00:33:24.779 INFO O| Feb 24 00:33:24.779 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldap.so.5"
66352026-02-24T00:33:25.445Z[ recovery-image] Feb 24 00:33:24.780 INFO O| Feb 24 00:33:24.780 INFO STEP 593 (remove_files) COMPLETE
66362026-02-24T00:33:25.445Z[ recovery-image] Feb 24 00:33:24.780 INFO O| Feb 24 00:33:24.780 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66372026-02-24T00:33:25.457Z[ recovery-image] Feb 24 00:33:24.793 INFO O| Feb 24 00:33:24.793 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldstab.so.1"
66382026-02-24T00:33:25.457Z[ recovery-image] Feb 24 00:33:24.793 INFO O| Feb 24 00:33:24.793 INFO STEP 594 (remove_files) COMPLETE
66392026-02-24T00:33:25.457Z[ recovery-image] Feb 24 00:33:24.793 INFO O| Feb 24 00:33:24.793 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66402026-02-24T00:33:25.474Z[ recovery-image] Feb 24 00:33:24.805 INFO O| Feb 24 00:33:24.805 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblgrp.so.1"
66412026-02-24T00:33:25.477Z[ recovery-image] Feb 24 00:33:24.805 INFO O| Feb 24 00:33:24.805 INFO STEP 595 (remove_files) COMPLETE
66422026-02-24T00:33:25.477Z[ recovery-image] Feb 24 00:33:24.805 INFO O| Feb 24 00:33:24.805 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66432026-02-24T00:33:25.482Z[ recovery-image] Feb 24 00:33:24.818 INFO O| Feb 24 00:33:24.818 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblm.so.1"
66442026-02-24T00:33:25.482Z[ recovery-image] Feb 24 00:33:24.818 INFO O| Feb 24 00:33:24.818 INFO STEP 596 (remove_files) COMPLETE
66452026-02-24T00:33:25.482Z[ recovery-image] Feb 24 00:33:24.818 INFO O| Feb 24 00:33:24.818 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66462026-02-24T00:33:25.496Z[ recovery-image] Feb 24 00:33:24.832 INFO O| Feb 24 00:33:24.831 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmail.so.1"
66472026-02-24T00:33:25.496Z[ recovery-image] Feb 24 00:33:24.832 INFO O| Feb 24 00:33:24.832 INFO STEP 597 (remove_files) COMPLETE
66482026-02-24T00:33:25.496Z[ recovery-image] Feb 24 00:33:24.832 INFO O| Feb 24 00:33:24.832 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66492026-02-24T00:33:25.508Z[ recovery-image] Feb 24 00:33:24.844 INFO O| Feb 24 00:33:24.844 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmalloc.so.1"
66502026-02-24T00:33:25.508Z[ recovery-image] Feb 24 00:33:24.844 INFO O| Feb 24 00:33:24.844 INFO STEP 598 (remove_files) COMPLETE
66512026-02-24T00:33:25.511Z[ recovery-image] Feb 24 00:33:24.844 INFO O| Feb 24 00:33:24.844 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66522026-02-24T00:33:25.520Z[ recovery-image] Feb 24 00:33:24.856 INFO O| Feb 24 00:33:24.856 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
66532026-02-24T00:33:25.523Z[ recovery-image] Feb 24 00:33:24.856 INFO O| Feb 24 00:33:24.856 INFO STEP 599 (remove_files) COMPLETE
66542026-02-24T00:33:25.523Z[ recovery-image] Feb 24 00:33:24.856 INFO O| Feb 24 00:33:24.856 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66552026-02-24T00:33:25.532Z[ recovery-image] Feb 24 00:33:24.868 INFO O| Feb 24 00:33:24.868 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmenu.so.1"
66562026-02-24T00:33:25.532Z[ recovery-image] Feb 24 00:33:24.868 INFO O| Feb 24 00:33:24.868 INFO STEP 600 (remove_files) COMPLETE
66572026-02-24T00:33:25.535Z[ recovery-image] Feb 24 00:33:24.868 INFO O| Feb 24 00:33:24.868 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66582026-02-24T00:33:25.544Z[ recovery-image] Feb 24 00:33:24.878 INFO O| Feb 24 00:33:24.878 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
66592026-02-24T00:33:25.544Z[ recovery-image] Feb 24 00:33:24.878 INFO O| Feb 24 00:33:24.878 INFO STEP 601 (remove_files) COMPLETE
66602026-02-24T00:33:25.544Z[ recovery-image] Feb 24 00:33:24.879 INFO O| Feb 24 00:33:24.878 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66612026-02-24T00:33:25.555Z[ recovery-image] Feb 24 00:33:24.891 INFO O| Feb 24 00:33:24.891 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libncurses.so.5.9"
66622026-02-24T00:33:25.555Z[ recovery-image] Feb 24 00:33:24.891 INFO O| Feb 24 00:33:24.891 INFO STEP 602 (remove_files) COMPLETE
66632026-02-24T00:33:25.555Z[ recovery-image] Feb 24 00:33:24.891 INFO O| Feb 24 00:33:24.891 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66642026-02-24T00:33:25.569Z[ recovery-image] Feb 24 00:33:24.905 INFO O| Feb 24 00:33:24.905 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libnls.so.1"
66652026-02-24T00:33:25.569Z[ recovery-image] Feb 24 00:33:24.905 INFO O| Feb 24 00:33:24.905 INFO STEP 603 (remove_files) COMPLETE
66662026-02-24T00:33:25.569Z[ recovery-image] Feb 24 00:33:24.905 INFO O| Feb 24 00:33:24.905 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66672026-02-24T00:33:25.584Z[ recovery-image] Feb 24 00:33:24.920 INFO O| Feb 24 00:33:24.920 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpanel.so.1"
66682026-02-24T00:33:25.584Z[ recovery-image] Feb 24 00:33:24.920 INFO O| Feb 24 00:33:24.920 INFO STEP 604 (remove_files) COMPLETE
66692026-02-24T00:33:25.584Z[ recovery-image] Feb 24 00:33:24.920 INFO O| Feb 24 00:33:24.920 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66702026-02-24T00:33:25.597Z[ recovery-image] Feb 24 00:33:24.933 INFO O| Feb 24 00:33:24.933 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
66712026-02-24T00:33:25.597Z[ recovery-image] Feb 24 00:33:24.933 INFO O| Feb 24 00:33:24.933 INFO STEP 605 (remove_files) COMPLETE
66722026-02-24T00:33:25.597Z[ recovery-image] Feb 24 00:33:24.933 INFO O| Feb 24 00:33:24.933 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66732026-02-24T00:33:25.610Z[ recovery-image] Feb 24 00:33:24.946 INFO O| Feb 24 00:33:24.946 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
66742026-02-24T00:33:25.610Z[ recovery-image] Feb 24 00:33:24.946 INFO O| Feb 24 00:33:24.946 INFO STEP 606 (remove_files) COMPLETE
66752026-02-24T00:33:25.613Z[ recovery-image] Feb 24 00:33:24.946 INFO O| Feb 24 00:33:24.946 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66762026-02-24T00:33:25.622Z[ recovery-image] Feb 24 00:33:24.958 INFO O| Feb 24 00:33:24.958 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpctx.so.1"
66772026-02-24T00:33:25.622Z[ recovery-image] Feb 24 00:33:24.959 INFO O| Feb 24 00:33:24.959 INFO STEP 607 (remove_files) COMPLETE
66782026-02-24T00:33:25.625Z[ recovery-image] Feb 24 00:33:24.959 INFO O| Feb 24 00:33:24.959 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66792026-02-24T00:33:25.636Z[ recovery-image] Feb 24 00:33:24.972 INFO O| Feb 24 00:33:24.972 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpicl.so.1"
66802026-02-24T00:33:25.636Z[ recovery-image] Feb 24 00:33:24.972 INFO O| Feb 24 00:33:24.972 INFO STEP 608 (remove_files) COMPLETE
66812026-02-24T00:33:25.639Z[ recovery-image] Feb 24 00:33:24.972 INFO O| Feb 24 00:33:24.972 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66822026-02-24T00:33:25.650Z[ recovery-image] Feb 24 00:33:24.986 INFO O| Feb 24 00:33:24.986 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libppt.so.1"
66832026-02-24T00:33:25.650Z[ recovery-image] Feb 24 00:33:24.986 INFO O| Feb 24 00:33:24.986 INFO STEP 609 (remove_files) COMPLETE
66842026-02-24T00:33:25.650Z[ recovery-image] Feb 24 00:33:24.986 INFO O| Feb 24 00:33:24.986 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66852026-02-24T00:33:25.662Z[ recovery-image] Feb 24 00:33:24.998 INFO O| Feb 24 00:33:24.998 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libraidcfg.so.1"
66862026-02-24T00:33:25.662Z[ recovery-image] Feb 24 00:33:24.998 INFO O| Feb 24 00:33:24.998 INFO STEP 610 (remove_files) COMPLETE
66872026-02-24T00:33:25.663Z[ recovery-image] Feb 24 00:33:24.998 INFO O| Feb 24 00:33:24.998 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66882026-02-24T00:33:25.676Z[ recovery-image] Feb 24 00:33:25.012 INFO O| Feb 24 00:33:25.012 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/librename.so.1"
66892026-02-24T00:33:25.676Z[ recovery-image] Feb 24 00:33:25.012 INFO O| Feb 24 00:33:25.012 INFO STEP 611 (remove_files) COMPLETE
66902026-02-24T00:33:25.676Z[ recovery-image] Feb 24 00:33:25.012 INFO O| Feb 24 00:33:25.012 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66912026-02-24T00:33:25.690Z[ recovery-image] Feb 24 00:33:25.025 INFO O| Feb 24 00:33:25.025 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libreparse.so.1"
66922026-02-24T00:33:25.693Z[ recovery-image] Feb 24 00:33:25.026 INFO O| Feb 24 00:33:25.026 INFO STEP 612 (remove_files) COMPLETE
66932026-02-24T00:33:25.693Z[ recovery-image] Feb 24 00:33:25.026 INFO O| Feb 24 00:33:25.026 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66942026-02-24T00:33:25.702Z[ recovery-image] Feb 24 00:33:25.038 INFO O| Feb 24 00:33:25.038 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsasl.so.1"
66952026-02-24T00:33:25.702Z[ recovery-image] Feb 24 00:33:25.038 INFO O| Feb 24 00:33:25.038 INFO STEP 613 (remove_files) COMPLETE
66962026-02-24T00:33:25.705Z[ recovery-image] Feb 24 00:33:25.038 INFO O| Feb 24 00:33:25.038 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66972026-02-24T00:33:25.715Z[ recovery-image] Feb 24 00:33:25.051 INFO O| Feb 24 00:33:25.051 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsched.so.1"
66982026-02-24T00:33:25.715Z[ recovery-image] Feb 24 00:33:25.051 INFO O| Feb 24 00:33:25.051 INFO STEP 614 (remove_files) COMPLETE
66992026-02-24T00:33:25.718Z[ recovery-image] Feb 24 00:33:25.051 INFO O| Feb 24 00:33:25.051 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67002026-02-24T00:33:25.728Z[ recovery-image] Feb 24 00:33:25.064 INFO O| Feb 24 00:33:25.064 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsctp.so.1"
67012026-02-24T00:33:25.728Z[ recovery-image] Feb 24 00:33:25.064 INFO O| Feb 24 00:33:25.064 INFO STEP 615 (remove_files) COMPLETE
67022026-02-24T00:33:25.728Z[ recovery-image] Feb 24 00:33:25.064 INFO O| Feb 24 00:33:25.064 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67032026-02-24T00:33:25.741Z[ recovery-image] Feb 24 00:33:25.077 INFO O| Feb 24 00:33:25.077 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsff.so.1"
67042026-02-24T00:33:25.741Z[ recovery-image] Feb 24 00:33:25.077 INFO O| Feb 24 00:33:25.077 INFO STEP 616 (remove_files) COMPLETE
67052026-02-24T00:33:25.741Z[ recovery-image] Feb 24 00:33:25.077 INFO O| Feb 24 00:33:25.077 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67062026-02-24T00:33:25.753Z[ recovery-image] Feb 24 00:33:25.089 INFO O| Feb 24 00:33:25.089 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsip.so.1"
67072026-02-24T00:33:25.753Z[ recovery-image] Feb 24 00:33:25.089 INFO O| Feb 24 00:33:25.089 INFO STEP 617 (remove_files) COMPLETE
67082026-02-24T00:33:25.753Z[ recovery-image] Feb 24 00:33:25.089 INFO O| Feb 24 00:33:25.089 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67092026-02-24T00:33:25.766Z[ recovery-image] Feb 24 00:33:25.102 INFO O| Feb 24 00:33:25.102 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsldap.so.1"
67102026-02-24T00:33:25.766Z[ recovery-image] Feb 24 00:33:25.102 INFO O| Feb 24 00:33:25.102 INFO STEP 618 (remove_files) COMPLETE
67112026-02-24T00:33:25.766Z[ recovery-image] Feb 24 00:33:25.102 INFO O| Feb 24 00:33:25.102 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67122026-02-24T00:33:25.779Z[ recovery-image] Feb 24 00:33:25.115 INFO O| Feb 24 00:33:25.114 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsmbfs.so.1"
67132026-02-24T00:33:25.782Z[ recovery-image] Feb 24 00:33:25.115 INFO O| Feb 24 00:33:25.115 INFO STEP 619 (remove_files) COMPLETE
67142026-02-24T00:33:25.782Z[ recovery-image] Feb 24 00:33:25.115 INFO O| Feb 24 00:33:25.115 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67152026-02-24T00:33:25.791Z[ recovery-image] Feb 24 00:33:25.127 INFO O| Feb 24 00:33:25.127 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
67162026-02-24T00:33:25.793Z[ recovery-image] Feb 24 00:33:25.127 INFO O| Feb 24 00:33:25.127 INFO STEP 620 (remove_files) COMPLETE
67172026-02-24T00:33:25.793Z[ recovery-image] Feb 24 00:33:25.127 INFO O| Feb 24 00:33:25.127 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67182026-02-24T00:33:25.804Z[ recovery-image] Feb 24 00:33:25.140 INFO O| Feb 24 00:33:25.140 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6"
67192026-02-24T00:33:25.865Z[ recovery-image] Feb 24 00:33:25.140 INFO O| Feb 24 00:33:25.140 INFO STEP 621 (remove_files) COMPLETE
67202026-02-24T00:33:25.865Z[ recovery-image] Feb 24 00:33:25.140 INFO O| Feb 24 00:33:25.140 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67212026-02-24T00:33:25.865Z[ recovery-image] Feb 24 00:33:25.153 INFO O| Feb 24 00:33:25.153 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsum.so.1"
67222026-02-24T00:33:25.865Z[ recovery-image] Feb 24 00:33:25.153 INFO O| Feb 24 00:33:25.153 INFO STEP 622 (remove_files) COMPLETE
67232026-02-24T00:33:25.865Z[ recovery-image] Feb 24 00:33:25.153 INFO O| Feb 24 00:33:25.153 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67242026-02-24T00:33:25.865Z[ recovery-image] Feb 24 00:33:25.167 INFO O| Feb 24 00:33:25.167 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtecla.so.1"
67252026-02-24T00:33:25.865Z[ recovery-image] Feb 24 00:33:25.167 INFO O| Feb 24 00:33:25.167 INFO STEP 623 (remove_files) COMPLETE
67262026-02-24T00:33:25.865Z[ recovery-image] Feb 24 00:33:25.167 INFO O| Feb 24 00:33:25.167 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67272026-02-24T00:33:25.865Z[ recovery-image] Feb 24 00:33:25.180 INFO O| Feb 24 00:33:25.180 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
67282026-02-24T00:33:25.865Z[ recovery-image] Feb 24 00:33:25.180 INFO O| Feb 24 00:33:25.180 INFO STEP 624 (remove_files) COMPLETE
67292026-02-24T00:33:25.865Z[ recovery-image] Feb 24 00:33:25.180 INFO O| Feb 24 00:33:25.180 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67302026-02-24T00:33:25.865Z[ recovery-image] Feb 24 00:33:25.193 INFO O| Feb 24 00:33:25.193 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libvolmgt.so.1"
67312026-02-24T00:33:25.865Z[ recovery-image] Feb 24 00:33:25.193 INFO O| Feb 24 00:33:25.193 INFO STEP 625 (remove_files) COMPLETE
67322026-02-24T00:33:25.865Z[ recovery-image] Feb 24 00:33:25.193 INFO O| Feb 24 00:33:25.193 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67332026-02-24T00:33:25.872Z[ recovery-image] Feb 24 00:33:25.207 INFO O| Feb 24 00:33:25.207 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liby.so.1"
67342026-02-24T00:33:25.872Z[ recovery-image] Feb 24 00:33:25.207 INFO O| Feb 24 00:33:25.207 INFO STEP 626 (remove_files) COMPLETE
67352026-02-24T00:33:25.872Z[ recovery-image] Feb 24 00:33:25.207 INFO O| Feb 24 00:33:25.207 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67362026-02-24T00:33:25.885Z[ recovery-image] Feb 24 00:33:25.221 INFO O| Feb 24 00:33:25.221 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
67372026-02-24T00:33:25.885Z[ recovery-image] Feb 24 00:33:25.221 INFO O| Feb 24 00:33:25.221 INFO STEP 627 (remove_files) COMPLETE
67382026-02-24T00:33:25.885Z[ recovery-image] Feb 24 00:33:25.221 INFO O| Feb 24 00:33:25.221 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67392026-02-24T00:33:25.898Z[ recovery-image] Feb 24 00:33:25.234 INFO O| Feb 24 00:33:25.234 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
67402026-02-24T00:33:25.901Z[ recovery-image] Feb 24 00:33:25.235 INFO O| Feb 24 00:33:25.235 INFO STEP 628 (remove_files) COMPLETE
67412026-02-24T00:33:25.901Z[ recovery-image] Feb 24 00:33:25.235 INFO O| Feb 24 00:33:25.235 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67422026-02-24T00:33:25.911Z[ recovery-image] Feb 24 00:33:25.247 INFO O| Feb 24 00:33:25.247 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonecfg.so.1"
67432026-02-24T00:33:25.911Z[ recovery-image] Feb 24 00:33:25.248 INFO O| Feb 24 00:33:25.248 INFO STEP 629 (remove_files) COMPLETE
67442026-02-24T00:33:25.914Z[ recovery-image] Feb 24 00:33:25.248 INFO O| Feb 24 00:33:25.248 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67452026-02-24T00:33:25.924Z[ recovery-image] Feb 24 00:33:25.260 INFO O| Feb 24 00:33:25.260 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
67462026-02-24T00:33:25.924Z[ recovery-image] Feb 24 00:33:25.260 INFO O| Feb 24 00:33:25.260 INFO STEP 630 (remove_files) COMPLETE
67472026-02-24T00:33:25.927Z[ recovery-image] Feb 24 00:33:25.260 INFO O| Feb 24 00:33:25.260 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67482026-02-24T00:33:25.937Z[ recovery-image] Feb 24 00:33:25.273 INFO O| Feb 24 00:33:25.273 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonestat.so.1"
67492026-02-24T00:33:25.937Z[ recovery-image] Feb 24 00:33:25.273 INFO O| Feb 24 00:33:25.273 INFO STEP 631 (remove_files) COMPLETE
67502026-02-24T00:33:25.937Z[ recovery-image] Feb 24 00:33:25.273 INFO O| Feb 24 00:33:25.273 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67512026-02-24T00:33:25.951Z[ recovery-image] Feb 24 00:33:25.287 INFO O| Feb 24 00:33:25.287 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzpool.so.1"
67522026-02-24T00:33:25.951Z[ recovery-image] Feb 24 00:33:25.287 INFO O| Feb 24 00:33:25.287 INFO STEP 632 (remove_files) COMPLETE
67532026-02-24T00:33:25.951Z[ recovery-image] Feb 24 00:33:25.287 INFO O| Feb 24 00:33:25.287 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67542026-02-24T00:33:25.964Z[ recovery-image] Feb 24 00:33:25.300 INFO O| Feb 24 00:33:25.300 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/madv.so.1"
67552026-02-24T00:33:25.964Z[ recovery-image] Feb 24 00:33:25.300 INFO O| Feb 24 00:33:25.300 INFO STEP 633 (remove_files) COMPLETE
67562026-02-24T00:33:25.964Z[ recovery-image] Feb 24 00:33:25.300 INFO O| Feb 24 00:33:25.300 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67572026-02-24T00:33:25.977Z[ recovery-image] Feb 24 00:33:25.313 INFO O| Feb 24 00:33:25.313 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/mpss.so.1"
67582026-02-24T00:33:25.977Z[ recovery-image] Feb 24 00:33:25.313 INFO O| Feb 24 00:33:25.313 INFO STEP 634 (remove_files) COMPLETE
67592026-02-24T00:33:25.977Z[ recovery-image] Feb 24 00:33:25.313 INFO O| Feb 24 00:33:25.313 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67602026-02-24T00:33:25.990Z[ recovery-image] Feb 24 00:33:25.326 INFO O| Feb 24 00:33:25.326 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ad.so.1"
67612026-02-24T00:33:25.990Z[ recovery-image] Feb 24 00:33:25.326 INFO O| Feb 24 00:33:25.326 INFO STEP 635 (remove_files) COMPLETE
67622026-02-24T00:33:25.990Z[ recovery-image] Feb 24 00:33:25.326 INFO O| Feb 24 00:33:25.326 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67632026-02-24T00:33:26.005Z[ recovery-image] Feb 24 00:33:25.341 INFO O| Feb 24 00:33:25.341 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ldap.so.1"
67642026-02-24T00:33:26.005Z[ recovery-image] Feb 24 00:33:25.341 INFO O| Feb 24 00:33:25.341 INFO STEP 636 (remove_files) COMPLETE
67652026-02-24T00:33:26.005Z[ recovery-image] Feb 24 00:33:25.341 INFO O| Feb 24 00:33:25.341 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67662026-02-24T00:33:26.018Z[ recovery-image] Feb 24 00:33:25.354 INFO O| Feb 24 00:33:25.354 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/passwdutil.so.1"
67672026-02-24T00:33:26.018Z[ recovery-image] Feb 24 00:33:25.354 INFO O| Feb 24 00:33:25.354 INFO STEP 637 (remove_files) COMPLETE
67682026-02-24T00:33:26.018Z[ recovery-image] Feb 24 00:33:25.354 INFO O| Feb 24 00:33:25.354 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67692026-02-24T00:33:26.032Z[ recovery-image] Feb 24 00:33:25.367 INFO O| Feb 24 00:33:25.367 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/bash.pc"
67702026-02-24T00:33:26.032Z[ recovery-image] Feb 24 00:33:25.367 INFO O| Feb 24 00:33:25.367 INFO STEP 638 (remove_files) COMPLETE
67712026-02-24T00:33:26.034Z[ recovery-image] Feb 24 00:33:25.367 INFO O| Feb 24 00:33:25.367 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67722026-02-24T00:33:26.046Z[ recovery-image] Feb 24 00:33:25.380 INFO O| Feb 24 00:33:25.380 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
67732026-02-24T00:33:26.046Z[ recovery-image] Feb 24 00:33:25.380 INFO O| Feb 24 00:33:25.380 INFO STEP 639 (remove_files) COMPLETE
67742026-02-24T00:33:26.046Z[ recovery-image] Feb 24 00:33:25.380 INFO O| Feb 24 00:33:25.380 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67752026-02-24T00:33:26.058Z[ recovery-image] Feb 24 00:33:25.394 INFO O| Feb 24 00:33:25.393 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
67762026-02-24T00:33:26.058Z[ recovery-image] Feb 24 00:33:25.394 INFO O| Feb 24 00:33:25.394 INFO STEP 640 (remove_files) COMPLETE
67772026-02-24T00:33:26.058Z[ recovery-image] Feb 24 00:33:25.394 INFO O| Feb 24 00:33:25.394 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67782026-02-24T00:33:26.071Z[ recovery-image] Feb 24 00:33:25.407 INFO O| Feb 24 00:33:25.407 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
67792026-02-24T00:33:26.071Z[ recovery-image] Feb 24 00:33:25.407 INFO O| Feb 24 00:33:25.407 INFO STEP 641 (remove_files) COMPLETE
67802026-02-24T00:33:26.071Z[ recovery-image] Feb 24 00:33:25.407 INFO O| Feb 24 00:33:25.407 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67812026-02-24T00:33:26.083Z[ recovery-image] Feb 24 00:33:25.419 INFO O| Feb 24 00:33:25.419 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
67822026-02-24T00:33:26.083Z[ recovery-image] Feb 24 00:33:25.419 INFO O| Feb 24 00:33:25.419 INFO STEP 642 (remove_files) COMPLETE
67832026-02-24T00:33:26.083Z[ recovery-image] Feb 24 00:33:25.419 INFO O| Feb 24 00:33:25.419 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67842026-02-24T00:33:26.097Z[ recovery-image] Feb 24 00:33:25.433 INFO O| Feb 24 00:33:25.432 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
67852026-02-24T00:33:26.097Z[ recovery-image] Feb 24 00:33:25.433 INFO O| Feb 24 00:33:25.433 INFO STEP 643 (remove_files) COMPLETE
67862026-02-24T00:33:26.100Z[ recovery-image] Feb 24 00:33:25.433 INFO O| Feb 24 00:33:25.433 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67872026-02-24T00:33:26.108Z[ recovery-image] Feb 24 00:33:25.444 INFO O| Feb 24 00:33:25.444 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
67882026-02-24T00:33:26.108Z[ recovery-image] Feb 24 00:33:25.444 INFO O| Feb 24 00:33:25.444 INFO STEP 644 (remove_files) COMPLETE
67892026-02-24T00:33:26.109Z[ recovery-image] Feb 24 00:33:25.444 INFO O| Feb 24 00:33:25.444 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67902026-02-24T00:33:26.121Z[ recovery-image] Feb 24 00:33:25.457 INFO O| Feb 24 00:33:25.457 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
67912026-02-24T00:33:26.121Z[ recovery-image] Feb 24 00:33:25.457 INFO O| Feb 24 00:33:25.457 INFO STEP 645 (remove_files) COMPLETE
67922026-02-24T00:33:26.121Z[ recovery-image] Feb 24 00:33:25.457 INFO O| Feb 24 00:33:25.457 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67932026-02-24T00:33:26.133Z[ recovery-image] Feb 24 00:33:25.469 INFO O| Feb 24 00:33:25.469 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
67942026-02-24T00:33:26.133Z[ recovery-image] Feb 24 00:33:25.469 INFO O| Feb 24 00:33:25.469 INFO STEP 646 (remove_files) COMPLETE
67952026-02-24T00:33:26.133Z[ recovery-image] Feb 24 00:33:25.469 INFO O| Feb 24 00:33:25.469 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67962026-02-24T00:33:26.146Z[ recovery-image] Feb 24 00:33:25.482 INFO O| Feb 24 00:33:25.482 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
67972026-02-24T00:33:26.146Z[ recovery-image] Feb 24 00:33:25.482 INFO O| Feb 24 00:33:25.482 INFO STEP 647 (remove_files) COMPLETE
67982026-02-24T00:33:26.146Z[ recovery-image] Feb 24 00:33:25.482 INFO O| Feb 24 00:33:25.482 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67992026-02-24T00:33:26.159Z[ recovery-image] Feb 24 00:33:25.495 INFO O| Feb 24 00:33:25.495 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
68002026-02-24T00:33:26.159Z[ recovery-image] Feb 24 00:33:25.495 INFO O| Feb 24 00:33:25.495 INFO STEP 648 (remove_files) COMPLETE
68012026-02-24T00:33:26.159Z[ recovery-image] Feb 24 00:33:25.495 INFO O| Feb 24 00:33:25.495 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68022026-02-24T00:33:26.172Z[ recovery-image] Feb 24 00:33:25.508 INFO O| Feb 24 00:33:25.508 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
68032026-02-24T00:33:26.172Z[ recovery-image] Feb 24 00:33:25.508 INFO O| Feb 24 00:33:25.508 INFO STEP 649 (remove_files) COMPLETE
68042026-02-24T00:33:26.172Z[ recovery-image] Feb 24 00:33:25.508 INFO O| Feb 24 00:33:25.508 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68052026-02-24T00:33:26.185Z[ recovery-image] Feb 24 00:33:25.521 INFO O| Feb 24 00:33:25.521 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
68062026-02-24T00:33:26.185Z[ recovery-image] Feb 24 00:33:25.522 INFO O| Feb 24 00:33:25.521 INFO STEP 650 (remove_files) COMPLETE
68072026-02-24T00:33:26.188Z[ recovery-image] Feb 24 00:33:25.522 INFO O| Feb 24 00:33:25.521 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68082026-02-24T00:33:26.197Z[ recovery-image] Feb 24 00:33:25.534 INFO O| Feb 24 00:33:25.533 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
68092026-02-24T00:33:26.198Z[ recovery-image] Feb 24 00:33:25.534 INFO O| Feb 24 00:33:25.534 INFO STEP 651 (remove_files) COMPLETE
68102026-02-24T00:33:26.198Z[ recovery-image] Feb 24 00:33:25.534 INFO O| Feb 24 00:33:25.534 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68112026-02-24T00:33:26.209Z[ recovery-image] Feb 24 00:33:25.545 INFO O| Feb 24 00:33:25.545 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
68122026-02-24T00:33:26.209Z[ recovery-image] Feb 24 00:33:25.545 INFO O| Feb 24 00:33:25.545 INFO STEP 652 (remove_files) COMPLETE
68132026-02-24T00:33:26.209Z[ recovery-image] Feb 24 00:33:25.545 INFO O| Feb 24 00:33:25.545 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68142026-02-24T00:33:26.223Z[ recovery-image] Feb 24 00:33:25.559 INFO O| Feb 24 00:33:25.559 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
68152026-02-24T00:33:26.223Z[ recovery-image] Feb 24 00:33:25.559 INFO O| Feb 24 00:33:25.559 INFO STEP 653 (remove_files) COMPLETE
68162026-02-24T00:33:26.223Z[ recovery-image] Feb 24 00:33:25.559 INFO O| Feb 24 00:33:25.559 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68172026-02-24T00:33:26.236Z[ recovery-image] Feb 24 00:33:25.572 INFO O| Feb 24 00:33:25.572 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
68182026-02-24T00:33:26.236Z[ recovery-image] Feb 24 00:33:25.572 INFO O| Feb 24 00:33:25.572 INFO STEP 654 (remove_files) COMPLETE
68192026-02-24T00:33:26.236Z[ recovery-image] Feb 24 00:33:25.572 INFO O| Feb 24 00:33:25.572 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68202026-02-24T00:33:26.248Z[ recovery-image] Feb 24 00:33:25.584 INFO O| Feb 24 00:33:25.584 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
68212026-02-24T00:33:26.248Z[ recovery-image] Feb 24 00:33:25.584 INFO O| Feb 24 00:33:25.584 INFO STEP 655 (remove_files) COMPLETE
68222026-02-24T00:33:26.251Z[ recovery-image] Feb 24 00:33:25.584 INFO O| Feb 24 00:33:25.584 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68232026-02-24T00:33:26.262Z[ recovery-image] Feb 24 00:33:25.598 INFO O| Feb 24 00:33:25.598 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
68242026-02-24T00:33:26.262Z[ recovery-image] Feb 24 00:33:25.598 INFO O| Feb 24 00:33:25.598 INFO STEP 656 (remove_files) COMPLETE
68252026-02-24T00:33:26.266Z[ recovery-image] Feb 24 00:33:25.598 INFO O| Feb 24 00:33:25.598 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68262026-02-24T00:33:26.275Z[ recovery-image] Feb 24 00:33:25.611 INFO O| Feb 24 00:33:25.611 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
68272026-02-24T00:33:26.275Z[ recovery-image] Feb 24 00:33:25.611 INFO O| Feb 24 00:33:25.611 INFO STEP 657 (remove_files) COMPLETE
68282026-02-24T00:33:26.278Z[ recovery-image] Feb 24 00:33:25.611 INFO O| Feb 24 00:33:25.611 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68292026-02-24T00:33:26.288Z[ recovery-image] Feb 24 00:33:25.624 INFO O| Feb 24 00:33:25.624 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
68302026-02-24T00:33:26.288Z[ recovery-image] Feb 24 00:33:25.624 INFO O| Feb 24 00:33:25.624 INFO STEP 658 (remove_files) COMPLETE
68312026-02-24T00:33:26.288Z[ recovery-image] Feb 24 00:33:25.624 INFO O| Feb 24 00:33:25.624 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68322026-02-24T00:33:26.301Z[ recovery-image] Feb 24 00:33:25.637 INFO O| Feb 24 00:33:25.637 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
68332026-02-24T00:33:26.302Z[ recovery-image] Feb 24 00:33:25.637 INFO O| Feb 24 00:33:25.637 INFO STEP 659 (remove_files) COMPLETE
68342026-02-24T00:33:26.302Z[ recovery-image] Feb 24 00:33:25.637 INFO O| Feb 24 00:33:25.637 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68352026-02-24T00:33:26.314Z[ recovery-image] Feb 24 00:33:25.650 INFO O| Feb 24 00:33:25.650 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
68362026-02-24T00:33:26.314Z[ recovery-image] Feb 24 00:33:25.650 INFO O| Feb 24 00:33:25.650 INFO STEP 660 (remove_files) COMPLETE
68372026-02-24T00:33:26.314Z[ recovery-image] Feb 24 00:33:25.650 INFO O| Feb 24 00:33:25.650 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68382026-02-24T00:33:26.327Z[ recovery-image] Feb 24 00:33:25.663 INFO O| Feb 24 00:33:25.663 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
68392026-02-24T00:33:26.327Z[ recovery-image] Feb 24 00:33:25.663 INFO O| Feb 24 00:33:25.663 INFO STEP 661 (remove_files) COMPLETE
68402026-02-24T00:33:26.327Z[ recovery-image] Feb 24 00:33:25.663 INFO O| Feb 24 00:33:25.663 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68412026-02-24T00:33:26.340Z[ recovery-image] Feb 24 00:33:25.676 INFO O| Feb 24 00:33:25.676 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
68422026-02-24T00:33:26.343Z[ recovery-image] Feb 24 00:33:25.677 INFO O| Feb 24 00:33:25.676 INFO STEP 662 (remove_files) COMPLETE
68432026-02-24T00:33:26.343Z[ recovery-image] Feb 24 00:33:25.677 INFO O| Feb 24 00:33:25.677 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68442026-02-24T00:33:26.353Z[ recovery-image] Feb 24 00:33:25.689 INFO O| Feb 24 00:33:25.688 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
68452026-02-24T00:33:26.353Z[ recovery-image] Feb 24 00:33:25.689 INFO O| Feb 24 00:33:25.689 INFO STEP 663 (remove_files) COMPLETE
68462026-02-24T00:33:26.355Z[ recovery-image] Feb 24 00:33:25.689 INFO O| Feb 24 00:33:25.689 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68472026-02-24T00:33:26.365Z[ recovery-image] Feb 24 00:33:25.701 INFO O| Feb 24 00:33:25.701 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
68482026-02-24T00:33:26.365Z[ recovery-image] Feb 24 00:33:25.701 INFO O| Feb 24 00:33:25.701 INFO STEP 664 (remove_files) COMPLETE
68492026-02-24T00:33:26.368Z[ recovery-image] Feb 24 00:33:25.701 INFO O| Feb 24 00:33:25.701 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68502026-02-24T00:33:26.378Z[ recovery-image] Feb 24 00:33:25.714 INFO O| Feb 24 00:33:25.714 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
68512026-02-24T00:33:26.378Z[ recovery-image] Feb 24 00:33:25.714 INFO O| Feb 24 00:33:25.714 INFO STEP 665 (remove_files) COMPLETE
68522026-02-24T00:33:26.378Z[ recovery-image] Feb 24 00:33:25.714 INFO O| Feb 24 00:33:25.714 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68532026-02-24T00:33:26.391Z[ recovery-image] Feb 24 00:33:25.727 INFO O| Feb 24 00:33:25.727 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
68542026-02-24T00:33:26.391Z[ recovery-image] Feb 24 00:33:25.727 INFO O| Feb 24 00:33:25.727 INFO STEP 666 (remove_files) COMPLETE
68552026-02-24T00:33:26.391Z[ recovery-image] Feb 24 00:33:25.727 INFO O| Feb 24 00:33:25.727 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68562026-02-24T00:33:26.403Z[ recovery-image] Feb 24 00:33:25.739 INFO O| Feb 24 00:33:25.739 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
68572026-02-24T00:33:26.403Z[ recovery-image] Feb 24 00:33:25.739 INFO O| Feb 24 00:33:25.739 INFO STEP 667 (remove_files) COMPLETE
68582026-02-24T00:33:26.403Z[ recovery-image] Feb 24 00:33:25.739 INFO O| Feb 24 00:33:25.739 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68592026-02-24T00:33:26.417Z[ recovery-image] Feb 24 00:33:25.753 INFO O| Feb 24 00:33:25.753 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/straddr.so.2"
68602026-02-24T00:33:26.417Z[ recovery-image] Feb 24 00:33:25.753 INFO O| Feb 24 00:33:25.753 INFO STEP 668 (remove_files) COMPLETE
68612026-02-24T00:33:26.421Z[ recovery-image] Feb 24 00:33:25.753 INFO O| Feb 24 00:33:25.753 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68622026-02-24T00:33:26.430Z[ recovery-image] Feb 24 00:33:25.766 INFO O| Feb 24 00:33:25.766 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/watchmalloc.so.1"
68632026-02-24T00:33:26.433Z[ recovery-image] Feb 24 00:33:25.767 INFO O| Feb 24 00:33:25.766 INFO STEP 669 (remove_files) COMPLETE
68642026-02-24T00:33:26.433Z[ recovery-image] Feb 24 00:33:25.767 INFO O| Feb 24 00:33:25.767 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68652026-02-24T00:33:26.443Z[ recovery-image] Feb 24 00:33:25.779 INFO O| Feb 24 00:33:25.779 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/audit/audit_record_attr"
68662026-02-24T00:33:26.443Z[ recovery-image] Feb 24 00:33:25.779 INFO O| Feb 24 00:33:25.779 INFO STEP 670 (remove_files) COMPLETE
68672026-02-24T00:33:26.443Z[ recovery-image] Feb 24 00:33:25.779 INFO O| Feb 24 00:33:25.779 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68682026-02-24T00:33:26.456Z[ recovery-image] Feb 24 00:33:25.792 INFO O| Feb 24 00:33:25.792 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/common.ksh"
68692026-02-24T00:33:26.456Z[ recovery-image] Feb 24 00:33:25.792 INFO O| Feb 24 00:33:25.792 INFO STEP 671 (remove_files) COMPLETE
68702026-02-24T00:33:26.459Z[ recovery-image] Feb 24 00:33:25.792 INFO O| Feb 24 00:33:25.792 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68712026-02-24T00:33:26.470Z[ recovery-image] Feb 24 00:33:25.805 INFO O| Feb 24 00:33:25.805 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/query"
68722026-02-24T00:33:26.470Z[ recovery-image] Feb 24 00:33:25.806 INFO O| Feb 24 00:33:25.806 INFO STEP 672 (remove_files) COMPLETE
68732026-02-24T00:33:26.470Z[ recovery-image] Feb 24 00:33:25.806 INFO O| Feb 24 00:33:25.806 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68742026-02-24T00:33:26.482Z[ recovery-image] Feb 24 00:33:25.818 INFO O| Feb 24 00:33:25.818 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/uninstall.ksh"
68752026-02-24T00:33:26.486Z[ recovery-image] Feb 24 00:33:25.818 INFO O| Feb 24 00:33:25.818 INFO STEP 673 (remove_files) COMPLETE
68762026-02-24T00:33:26.486Z[ recovery-image] Feb 24 00:33:25.818 INFO O| Feb 24 00:33:25.818 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68772026-02-24T00:33:26.495Z[ recovery-image] Feb 24 00:33:25.831 INFO O| Feb 24 00:33:25.831 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
68782026-02-24T00:33:26.498Z[ recovery-image] Feb 24 00:33:25.831 INFO O| Feb 24 00:33:25.831 INFO STEP 674 (remove_files) COMPLETE
68792026-02-24T00:33:26.498Z[ recovery-image] Feb 24 00:33:25.831 INFO O| Feb 24 00:33:25.831 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68802026-02-24T00:33:26.508Z[ recovery-image] Feb 24 00:33:25.844 INFO O| Feb 24 00:33:25.844 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
68812026-02-24T00:33:26.508Z[ recovery-image] Feb 24 00:33:25.844 INFO O| Feb 24 00:33:25.844 INFO STEP 675 (remove_files) COMPLETE
68822026-02-24T00:33:26.511Z[ recovery-image] Feb 24 00:33:25.844 INFO O| Feb 24 00:33:25.844 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68832026-02-24T00:33:26.521Z[ recovery-image] Feb 24 00:33:25.857 INFO O| Feb 24 00:33:25.857 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
68842026-02-24T00:33:26.521Z[ recovery-image] Feb 24 00:33:25.857 INFO O| Feb 24 00:33:25.857 INFO STEP 676 (remove_files) COMPLETE
68852026-02-24T00:33:26.522Z[ recovery-image] Feb 24 00:33:25.857 INFO O| Feb 24 00:33:25.857 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68862026-02-24T00:33:26.535Z[ recovery-image] Feb 24 00:33:25.870 INFO O| Feb 24 00:33:25.870 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
68872026-02-24T00:33:26.535Z[ recovery-image] Feb 24 00:33:25.871 INFO O| Feb 24 00:33:25.871 INFO STEP 677 (remove_files) COMPLETE
68882026-02-24T00:33:26.535Z[ recovery-image] Feb 24 00:33:25.871 INFO O| Feb 24 00:33:25.871 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68892026-02-24T00:33:26.548Z[ recovery-image] Feb 24 00:33:25.884 INFO O| Feb 24 00:33:25.884 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
68902026-02-24T00:33:26.548Z[ recovery-image] Feb 24 00:33:25.884 INFO O| Feb 24 00:33:25.884 INFO STEP 678 (remove_files) COMPLETE
68912026-02-24T00:33:26.548Z[ recovery-image] Feb 24 00:33:25.884 INFO O| Feb 24 00:33:25.884 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68922026-02-24T00:33:26.561Z[ recovery-image] Feb 24 00:33:25.897 INFO O| Feb 24 00:33:25.897 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/ib.so.1"
68932026-02-24T00:33:26.561Z[ recovery-image] Feb 24 00:33:25.897 INFO O| Feb 24 00:33:25.897 INFO STEP 679 (remove_files) COMPLETE
68942026-02-24T00:33:26.561Z[ recovery-image] Feb 24 00:33:25.897 INFO O| Feb 24 00:33:25.897 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68952026-02-24T00:33:26.574Z[ recovery-image] Feb 24 00:33:25.910 INFO O| Feb 24 00:33:25.910 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/pci.so.1"
68962026-02-24T00:33:26.574Z[ recovery-image] Feb 24 00:33:25.910 INFO O| Feb 24 00:33:25.910 INFO STEP 680 (remove_files) COMPLETE
68972026-02-24T00:33:26.574Z[ recovery-image] Feb 24 00:33:25.910 INFO O| Feb 24 00:33:25.910 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68982026-02-24T00:33:26.587Z[ recovery-image] Feb 24 00:33:25.923 INFO O| Feb 24 00:33:25.923 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/sata.so.1"
68992026-02-24T00:33:26.587Z[ recovery-image] Feb 24 00:33:25.923 INFO O| Feb 24 00:33:25.923 INFO STEP 681 (remove_files) COMPLETE
69002026-02-24T00:33:26.587Z[ recovery-image] Feb 24 00:33:25.923 INFO O| Feb 24 00:33:25.923 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69012026-02-24T00:33:26.600Z[ recovery-image] Feb 24 00:33:25.936 INFO O| Feb 24 00:33:25.936 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/scsi.so.1"
69022026-02-24T00:33:26.600Z[ recovery-image] Feb 24 00:33:25.936 INFO O| Feb 24 00:33:25.936 INFO STEP 682 (remove_files) COMPLETE
69032026-02-24T00:33:26.600Z[ recovery-image] Feb 24 00:33:25.936 INFO O| Feb 24 00:33:25.936 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69042026-02-24T00:33:26.612Z[ recovery-image] Feb 24 00:33:25.948 INFO O| Feb 24 00:33:25.948 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/shp.so.1"
69052026-02-24T00:33:26.612Z[ recovery-image] Feb 24 00:33:25.948 INFO O| Feb 24 00:33:25.948 INFO STEP 683 (remove_files) COMPLETE
69062026-02-24T00:33:26.615Z[ recovery-image] Feb 24 00:33:25.948 INFO O| Feb 24 00:33:25.948 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69072026-02-24T00:33:26.625Z[ recovery-image] Feb 24 00:33:25.961 INFO O| Feb 24 00:33:25.961 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/usb.so.1"
69082026-02-24T00:33:26.628Z[ recovery-image] Feb 24 00:33:25.961 INFO O| Feb 24 00:33:25.961 INFO STEP 684 (remove_files) COMPLETE
69092026-02-24T00:33:26.628Z[ recovery-image] Feb 24 00:33:25.961 INFO O| Feb 24 00:33:25.961 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69102026-02-24T00:33:26.638Z[ recovery-image] Feb 24 00:33:25.974 INFO O| Feb 24 00:33:25.974 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXdispadmin"
69112026-02-24T00:33:26.638Z[ recovery-image] Feb 24 00:33:25.974 INFO O| Feb 24 00:33:25.974 INFO STEP 685 (remove_files) COMPLETE
69122026-02-24T00:33:26.638Z[ recovery-image] Feb 24 00:33:25.974 INFO O| Feb 24 00:33:25.974 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69132026-02-24T00:33:26.651Z[ recovery-image] Feb 24 00:33:25.987 INFO O| Feb 24 00:33:25.987 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXpriocntl"
69142026-02-24T00:33:26.651Z[ recovery-image] Feb 24 00:33:25.987 INFO O| Feb 24 00:33:25.987 INFO STEP 686 (remove_files) COMPLETE
69152026-02-24T00:33:26.651Z[ recovery-image] Feb 24 00:33:25.987 INFO O| Feb 24 00:33:25.987 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69162026-02-24T00:33:26.665Z[ recovery-image] Feb 24 00:33:26.000 INFO O| Feb 24 00:33:26.000 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IAdispadmin"
69172026-02-24T00:33:26.665Z[ recovery-image] Feb 24 00:33:26.001 INFO O| Feb 24 00:33:26.001 INFO STEP 687 (remove_files) COMPLETE
69182026-02-24T00:33:26.665Z[ recovery-image] Feb 24 00:33:26.001 INFO O| Feb 24 00:33:26.001 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69192026-02-24T00:33:26.678Z[ recovery-image] Feb 24 00:33:26.014 INFO O| Feb 24 00:33:26.014 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IApriocntl"
69202026-02-24T00:33:26.679Z[ recovery-image] Feb 24 00:33:26.014 INFO O| Feb 24 00:33:26.014 INFO STEP 688 (remove_files) COMPLETE
69212026-02-24T00:33:26.679Z[ recovery-image] Feb 24 00:33:26.014 INFO O| Feb 24 00:33:26.014 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69222026-02-24T00:33:26.691Z[ recovery-image] Feb 24 00:33:26.027 INFO O| Feb 24 00:33:26.027 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTdispadmin"
69232026-02-24T00:33:26.692Z[ recovery-image] Feb 24 00:33:26.028 INFO O| Feb 24 00:33:26.028 INFO STEP 689 (remove_files) COMPLETE
69242026-02-24T00:33:26.692Z[ recovery-image] Feb 24 00:33:26.028 INFO O| Feb 24 00:33:26.028 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69252026-02-24T00:33:26.704Z[ recovery-image] Feb 24 00:33:26.040 INFO O| Feb 24 00:33:26.040 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTpriocntl"
69262026-02-24T00:33:26.704Z[ recovery-image] Feb 24 00:33:26.040 INFO O| Feb 24 00:33:26.040 INFO STEP 690 (remove_files) COMPLETE
69272026-02-24T00:33:26.704Z[ recovery-image] Feb 24 00:33:26.040 INFO O| Feb 24 00:33:26.040 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69282026-02-24T00:33:26.716Z[ recovery-image] Feb 24 00:33:26.052 INFO O| Feb 24 00:33:26.052 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCdispadmin"
69292026-02-24T00:33:26.716Z[ recovery-image] Feb 24 00:33:26.052 INFO O| Feb 24 00:33:26.052 INFO STEP 691 (remove_files) COMPLETE
69302026-02-24T00:33:26.716Z[ recovery-image] Feb 24 00:33:26.052 INFO O| Feb 24 00:33:26.052 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69312026-02-24T00:33:26.728Z[ recovery-image] Feb 24 00:33:26.064 INFO O| Feb 24 00:33:26.064 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCpriocntl"
69322026-02-24T00:33:26.728Z[ recovery-image] Feb 24 00:33:26.064 INFO O| Feb 24 00:33:26.064 INFO STEP 692 (remove_files) COMPLETE
69332026-02-24T00:33:26.728Z[ recovery-image] Feb 24 00:33:26.064 INFO O| Feb 24 00:33:26.064 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69342026-02-24T00:33:26.741Z[ recovery-image] Feb 24 00:33:26.077 INFO O| Feb 24 00:33:26.077 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSdispadmin"
69352026-02-24T00:33:26.741Z[ recovery-image] Feb 24 00:33:26.077 INFO O| Feb 24 00:33:26.077 INFO STEP 693 (remove_files) COMPLETE
69362026-02-24T00:33:26.744Z[ recovery-image] Feb 24 00:33:26.077 INFO O| Feb 24 00:33:26.077 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69372026-02-24T00:33:26.754Z[ recovery-image] Feb 24 00:33:26.090 INFO O| Feb 24 00:33:26.090 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSpriocntl"
69382026-02-24T00:33:26.754Z[ recovery-image] Feb 24 00:33:26.090 INFO O| Feb 24 00:33:26.090 INFO STEP 694 (remove_files) COMPLETE
69392026-02-24T00:33:26.754Z[ recovery-image] Feb 24 00:33:26.090 INFO O| Feb 24 00:33:26.090 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69402026-02-24T00:33:26.767Z[ recovery-image] Feb 24 00:33:26.103 INFO O| Feb 24 00:33:26.103 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
69412026-02-24T00:33:26.767Z[ recovery-image] Feb 24 00:33:26.103 INFO O| Feb 24 00:33:26.103 INFO STEP 695 (remove_files) COMPLETE
69422026-02-24T00:33:26.767Z[ recovery-image] Feb 24 00:33:26.103 INFO O| Feb 24 00:33:26.103 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69432026-02-24T00:33:26.781Z[ recovery-image] Feb 24 00:33:26.117 INFO O| Feb 24 00:33:26.116 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
69442026-02-24T00:33:26.783Z[ recovery-image] Feb 24 00:33:26.117 INFO O| Feb 24 00:33:26.117 INFO STEP 696 (remove_files) COMPLETE
69452026-02-24T00:33:26.784Z[ recovery-image] Feb 24 00:33:26.117 INFO O| Feb 24 00:33:26.117 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69462026-02-24T00:33:26.793Z[ recovery-image] Feb 24 00:33:26.129 INFO O| Feb 24 00:33:26.129 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlled"
69472026-02-24T00:33:26.793Z[ recovery-image] Feb 24 00:33:26.129 INFO O| Feb 24 00:33:26.129 INFO STEP 697 (remove_files) COMPLETE
69482026-02-24T00:33:26.796Z[ recovery-image] Feb 24 00:33:26.129 INFO O| Feb 24 00:33:26.129 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69492026-02-24T00:33:26.807Z[ recovery-image] Feb 24 00:33:26.143 INFO O| Feb 24 00:33:26.143 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlrecv"
69502026-02-24T00:33:26.807Z[ recovery-image] Feb 24 00:33:26.143 INFO O| Feb 24 00:33:26.143 INFO STEP 698 (remove_files) COMPLETE
69512026-02-24T00:33:26.807Z[ recovery-image] Feb 24 00:33:26.143 INFO O| Feb 24 00:33:26.143 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69522026-02-24T00:33:26.820Z[ recovery-image] Feb 24 00:33:26.156 INFO O| Feb 24 00:33:26.156 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlsend"
69532026-02-24T00:33:26.820Z[ recovery-image] Feb 24 00:33:26.156 INFO O| Feb 24 00:33:26.156 INFO STEP 699 (remove_files) COMPLETE
69542026-02-24T00:33:26.820Z[ recovery-image] Feb 24 00:33:26.156 INFO O| Feb 24 00:33:26.156 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69552026-02-24T00:33:26.832Z[ recovery-image] Feb 24 00:33:26.168 INFO O| Feb 24 00:33:26.168 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dltraninfo"
69562026-02-24T00:33:26.832Z[ recovery-image] Feb 24 00:33:26.168 INFO O| Feb 24 00:33:26.168 INFO STEP 700 (remove_files) COMPLETE
69572026-02-24T00:33:26.832Z[ recovery-image] Feb 24 00:33:26.168 INFO O| Feb 24 00:33:26.168 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69582026-02-24T00:33:26.845Z[ recovery-image] Feb 24 00:33:26.181 INFO O| Feb 24 00:33:26.181 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/drti.o"
69592026-02-24T00:33:26.848Z[ recovery-image] Feb 24 00:33:26.181 INFO O| Feb 24 00:33:26.181 INFO STEP 701 (remove_files) COMPLETE
69602026-02-24T00:33:26.848Z[ recovery-image] Feb 24 00:33:26.181 INFO O| Feb 24 00:33:26.181 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69612026-02-24T00:33:26.858Z[ recovery-image] Feb 24 00:33:26.194 INFO O| Feb 24 00:33:26.194 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
69622026-02-24T00:33:26.861Z[ recovery-image] Feb 24 00:33:26.195 INFO O| Feb 24 00:33:26.195 INFO STEP 702 (remove_files) COMPLETE
69632026-02-24T00:33:26.861Z[ recovery-image] Feb 24 00:33:26.195 INFO O| Feb 24 00:33:26.195 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69642026-02-24T00:33:26.873Z[ recovery-image] Feb 24 00:33:26.208 INFO O| Feb 24 00:33:26.208 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/sftp64.d"
69652026-02-24T00:33:26.873Z[ recovery-image] Feb 24 00:33:26.208 INFO O| Feb 24 00:33:26.208 INFO STEP 703 (remove_files) COMPLETE
69662026-02-24T00:33:26.873Z[ recovery-image] Feb 24 00:33:26.208 INFO O| Feb 24 00:33:26.208 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69672026-02-24T00:33:26.886Z[ recovery-image] Feb 24 00:33:26.222 INFO O| Feb 24 00:33:26.222 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/drti.o"
69682026-02-24T00:33:26.886Z[ recovery-image] Feb 24 00:33:26.222 INFO O| Feb 24 00:33:26.222 INFO STEP 704 (remove_files) COMPLETE
69692026-02-24T00:33:26.886Z[ recovery-image] Feb 24 00:33:26.222 INFO O| Feb 24 00:33:26.222 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69702026-02-24T00:33:26.899Z[ recovery-image] Feb 24 00:33:26.234 INFO O| Feb 24 00:33:26.234 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
69712026-02-24T00:33:26.899Z[ recovery-image] Feb 24 00:33:26.235 INFO O| Feb 24 00:33:26.235 INFO STEP 705 (remove_files) COMPLETE
69722026-02-24T00:33:26.902Z[ recovery-image] Feb 24 00:33:26.235 INFO O| Feb 24 00:33:26.235 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69732026-02-24T00:33:26.911Z[ recovery-image] Feb 24 00:33:26.247 INFO O| Feb 24 00:33:26.247 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
69742026-02-24T00:33:26.914Z[ recovery-image] Feb 24 00:33:26.248 INFO O| Feb 24 00:33:26.248 INFO STEP 706 (remove_files) COMPLETE
69752026-02-24T00:33:26.914Z[ recovery-image] Feb 24 00:33:26.248 INFO O| Feb 24 00:33:26.248 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69762026-02-24T00:33:26.925Z[ recovery-image] Feb 24 00:33:26.261 INFO O| Feb 24 00:33:26.261 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
69772026-02-24T00:33:26.928Z[ recovery-image] Feb 24 00:33:26.261 INFO O| Feb 24 00:33:26.261 INFO STEP 707 (remove_files) COMPLETE
69782026-02-24T00:33:26.928Z[ recovery-image] Feb 24 00:33:26.261 INFO O| Feb 24 00:33:26.261 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69792026-02-24T00:33:26.939Z[ recovery-image] Feb 24 00:33:26.275 INFO O| Feb 24 00:33:26.275 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
69802026-02-24T00:33:26.939Z[ recovery-image] Feb 24 00:33:26.275 INFO O| Feb 24 00:33:26.275 INFO STEP 708 (remove_files) COMPLETE
69812026-02-24T00:33:26.939Z[ recovery-image] Feb 24 00:33:26.275 INFO O| Feb 24 00:33:26.275 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69822026-02-24T00:33:26.952Z[ recovery-image] Feb 24 00:33:26.288 INFO O| Feb 24 00:33:26.288 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
69832026-02-24T00:33:26.952Z[ recovery-image] Feb 24 00:33:26.288 INFO O| Feb 24 00:33:26.288 INFO STEP 709 (remove_files) COMPLETE
69842026-02-24T00:33:26.952Z[ recovery-image] Feb 24 00:33:26.288 INFO O| Feb 24 00:33:26.288 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69852026-02-24T00:33:26.964Z[ recovery-image] Feb 24 00:33:26.300 INFO O| Feb 24 00:33:26.300 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
69862026-02-24T00:33:26.964Z[ recovery-image] Feb 24 00:33:26.301 INFO O| Feb 24 00:33:26.300 INFO STEP 710 (remove_files) COMPLETE
69872026-02-24T00:33:26.964Z[ recovery-image] Feb 24 00:33:26.301 INFO O| Feb 24 00:33:26.301 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69882026-02-24T00:33:26.977Z[ recovery-image] Feb 24 00:33:26.313 INFO O| Feb 24 00:33:26.313 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
69892026-02-24T00:33:26.977Z[ recovery-image] Feb 24 00:33:26.313 INFO O| Feb 24 00:33:26.313 INFO STEP 711 (remove_files) COMPLETE
69902026-02-24T00:33:26.977Z[ recovery-image] Feb 24 00:33:26.313 INFO O| Feb 24 00:33:26.313 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69912026-02-24T00:33:26.991Z[ recovery-image] Feb 24 00:33:26.326 INFO O| Feb 24 00:33:26.326 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
69922026-02-24T00:33:26.991Z[ recovery-image] Feb 24 00:33:26.327 INFO O| Feb 24 00:33:26.327 INFO STEP 712 (remove_files) COMPLETE
69932026-02-24T00:33:26.991Z[ recovery-image] Feb 24 00:33:26.327 INFO O| Feb 24 00:33:26.327 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69942026-02-24T00:33:27.004Z[ recovery-image] Feb 24 00:33:26.340 INFO O| Feb 24 00:33:26.340 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
69952026-02-24T00:33:27.004Z[ recovery-image] Feb 24 00:33:26.340 INFO O| Feb 24 00:33:26.340 INFO STEP 713 (remove_files) COMPLETE
69962026-02-24T00:33:27.004Z[ recovery-image] Feb 24 00:33:26.340 INFO O| Feb 24 00:33:26.340 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69972026-02-24T00:33:27.018Z[ recovery-image] Feb 24 00:33:26.354 INFO O| Feb 24 00:33:26.353 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
69982026-02-24T00:33:27.018Z[ recovery-image] Feb 24 00:33:26.354 INFO O| Feb 24 00:33:26.354 INFO STEP 714 (remove_files) COMPLETE
69992026-02-24T00:33:27.018Z[ recovery-image] Feb 24 00:33:26.354 INFO O| Feb 24 00:33:26.354 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70002026-02-24T00:33:27.031Z[ recovery-image] Feb 24 00:33:26.367 INFO O| Feb 24 00:33:26.367 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/AMD.dict"
70012026-02-24T00:33:27.031Z[ recovery-image] Feb 24 00:33:26.367 INFO O| Feb 24 00:33:26.367 INFO STEP 715 (remove_files) COMPLETE
70022026-02-24T00:33:27.031Z[ recovery-image] Feb 24 00:33:26.367 INFO O| Feb 24 00:33:26.367 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70032026-02-24T00:33:27.047Z[ recovery-image] Feb 24 00:33:26.381 INFO O| Feb 24 00:33:26.380 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
70042026-02-24T00:33:27.047Z[ recovery-image] Feb 24 00:33:26.381 INFO O| Feb 24 00:33:26.381 INFO STEP 716 (remove_files) COMPLETE
70052026-02-24T00:33:27.047Z[ recovery-image] Feb 24 00:33:26.381 INFO O| Feb 24 00:33:26.381 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70062026-02-24T00:33:27.058Z[ recovery-image] Feb 24 00:33:26.394 INFO O| Feb 24 00:33:26.394 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/GMCA.dict"
70072026-02-24T00:33:27.058Z[ recovery-image] Feb 24 00:33:26.394 INFO O| Feb 24 00:33:26.394 INFO STEP 717 (remove_files) COMPLETE
70082026-02-24T00:33:27.058Z[ recovery-image] Feb 24 00:33:26.394 INFO O| Feb 24 00:33:26.394 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70092026-02-24T00:33:27.070Z[ recovery-image] Feb 24 00:33:26.406 INFO O| Feb 24 00:33:26.406 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/INTEL.dict"
70102026-02-24T00:33:27.070Z[ recovery-image] Feb 24 00:33:26.406 INFO O| Feb 24 00:33:26.406 INFO STEP 718 (remove_files) COMPLETE
70112026-02-24T00:33:27.070Z[ recovery-image] Feb 24 00:33:26.406 INFO O| Feb 24 00:33:26.406 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70122026-02-24T00:33:27.081Z[ recovery-image] Feb 24 00:33:26.417 INFO O| Feb 24 00:33:26.417 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fminject"
70132026-02-24T00:33:27.081Z[ recovery-image] Feb 24 00:33:26.417 INFO O| Feb 24 00:33:26.417 INFO STEP 719 (remove_files) COMPLETE
70142026-02-24T00:33:27.082Z[ recovery-image] Feb 24 00:33:26.417 INFO O| Feb 24 00:33:26.417 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70152026-02-24T00:33:27.092Z[ recovery-image] Feb 24 00:33:26.428 INFO O| Feb 24 00:33:26.428 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmsim"
70162026-02-24T00:33:27.092Z[ recovery-image] Feb 24 00:33:26.429 INFO O| Feb 24 00:33:26.428 INFO STEP 720 (remove_files) COMPLETE
70172026-02-24T00:33:27.092Z[ recovery-image] Feb 24 00:33:26.429 INFO O| Feb 24 00:33:26.429 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70182026-02-24T00:33:27.105Z[ recovery-image] Feb 24 00:33:26.441 INFO O| Feb 24 00:33:26.441 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmtopo"
70192026-02-24T00:33:27.105Z[ recovery-image] Feb 24 00:33:26.441 INFO O| Feb 24 00:33:26.441 INFO STEP 721 (remove_files) COMPLETE
70202026-02-24T00:33:27.105Z[ recovery-image] Feb 24 00:33:26.441 INFO O| Feb 24 00:33:26.441 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70212026-02-24T00:33:27.118Z[ recovery-image] Feb 24 00:33:26.454 INFO O| Feb 24 00:33:26.454 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/ipmitopo"
70222026-02-24T00:33:27.118Z[ recovery-image] Feb 24 00:33:26.454 INFO O| Feb 24 00:33:26.454 INFO STEP 722 (remove_files) COMPLETE
70232026-02-24T00:33:27.118Z[ recovery-image] Feb 24 00:33:26.454 INFO O| Feb 24 00:33:26.454 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70242026-02-24T00:33:27.131Z[ recovery-image] Feb 24 00:33:26.467 INFO O| Feb 24 00:33:26.467 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/mcdecode"
70252026-02-24T00:33:27.131Z[ recovery-image] Feb 24 00:33:26.467 INFO O| Feb 24 00:33:26.467 INFO STEP 723 (remove_files) COMPLETE
70262026-02-24T00:33:27.131Z[ recovery-image] Feb 24 00:33:26.467 INFO O| Feb 24 00:33:26.467 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70272026-02-24T00:33:27.144Z[ recovery-image] Feb 24 00:33:26.480 INFO O| Feb 24 00:33:26.480 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
70282026-02-24T00:33:27.144Z[ recovery-image] Feb 24 00:33:26.480 INFO O| Feb 24 00:33:26.480 INFO STEP 724 (remove_files) COMPLETE
70292026-02-24T00:33:27.144Z[ recovery-image] Feb 24 00:33:26.480 INFO O| Feb 24 00:33:26.480 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70302026-02-24T00:33:27.158Z[ recovery-image] Feb 24 00:33:26.494 INFO O| Feb 24 00:33:26.494 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
70312026-02-24T00:33:27.158Z[ recovery-image] Feb 24 00:33:26.494 INFO O| Feb 24 00:33:26.494 INFO STEP 725 (remove_files) COMPLETE
70322026-02-24T00:33:27.161Z[ recovery-image] Feb 24 00:33:26.494 INFO O| Feb 24 00:33:26.494 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70332026-02-24T00:33:27.171Z[ recovery-image] Feb 24 00:33:26.507 INFO O| Feb 24 00:33:26.507 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
70342026-02-24T00:33:27.171Z[ recovery-image] Feb 24 00:33:26.507 INFO O| Feb 24 00:33:26.507 INFO STEP 726 (remove_files) COMPLETE
70352026-02-24T00:33:27.171Z[ recovery-image] Feb 24 00:33:26.507 INFO O| Feb 24 00:33:26.507 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70362026-02-24T00:33:27.185Z[ recovery-image] Feb 24 00:33:26.520 INFO O| Feb 24 00:33:26.520 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
70372026-02-24T00:33:27.188Z[ recovery-image] Feb 24 00:33:26.520 INFO O| Feb 24 00:33:26.520 INFO STEP 727 (remove_files) COMPLETE
70382026-02-24T00:33:27.188Z[ recovery-image] Feb 24 00:33:26.521 INFO O| Feb 24 00:33:26.520 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70392026-02-24T00:33:27.196Z[ recovery-image] Feb 24 00:33:26.532 INFO O| Feb 24 00:33:26.532 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
70402026-02-24T00:33:27.196Z[ recovery-image] Feb 24 00:33:26.532 INFO O| Feb 24 00:33:26.532 INFO STEP 728 (remove_files) COMPLETE
70412026-02-24T00:33:27.196Z[ recovery-image] Feb 24 00:33:26.532 INFO O| Feb 24 00:33:26.532 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70422026-02-24T00:33:27.209Z[ recovery-image] Feb 24 00:33:26.545 INFO O| Feb 24 00:33:26.545 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
70432026-02-24T00:33:27.209Z[ recovery-image] Feb 24 00:33:26.545 INFO O| Feb 24 00:33:26.545 INFO STEP 729 (remove_files) COMPLETE
70442026-02-24T00:33:27.210Z[ recovery-image] Feb 24 00:33:26.545 INFO O| Feb 24 00:33:26.545 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70452026-02-24T00:33:27.222Z[ recovery-image] Feb 24 00:33:26.558 INFO O| Feb 24 00:33:26.558 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
70462026-02-24T00:33:27.222Z[ recovery-image] Feb 24 00:33:26.558 INFO O| Feb 24 00:33:26.558 INFO STEP 730 (remove_files) COMPLETE
70472026-02-24T00:33:27.222Z[ recovery-image] Feb 24 00:33:26.558 INFO O| Feb 24 00:33:26.558 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70482026-02-24T00:33:27.235Z[ recovery-image] Feb 24 00:33:26.571 INFO O| Feb 24 00:33:26.571 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
70492026-02-24T00:33:27.238Z[ recovery-image] Feb 24 00:33:26.571 INFO O| Feb 24 00:33:26.571 INFO STEP 731 (remove_files) COMPLETE
70502026-02-24T00:33:27.238Z[ recovery-image] Feb 24 00:33:26.571 INFO O| Feb 24 00:33:26.571 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70512026-02-24T00:33:27.247Z[ recovery-image] Feb 24 00:33:26.582 INFO O| Feb 24 00:33:26.582 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
70522026-02-24T00:33:27.247Z[ recovery-image] Feb 24 00:33:26.582 INFO O| Feb 24 00:33:26.582 INFO STEP 732 (remove_files) COMPLETE
70532026-02-24T00:33:27.247Z[ recovery-image] Feb 24 00:33:26.583 INFO O| Feb 24 00:33:26.582 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70542026-02-24T00:33:27.259Z[ recovery-image] Feb 24 00:33:26.595 INFO O| Feb 24 00:33:26.595 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
70552026-02-24T00:33:27.259Z[ recovery-image] Feb 24 00:33:26.595 INFO O| Feb 24 00:33:26.595 INFO STEP 733 (remove_files) COMPLETE
70562026-02-24T00:33:27.262Z[ recovery-image] Feb 24 00:33:26.595 INFO O| Feb 24 00:33:26.595 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70572026-02-24T00:33:27.271Z[ recovery-image] Feb 24 00:33:26.607 INFO O| Feb 24 00:33:26.607 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
70582026-02-24T00:33:27.271Z[ recovery-image] Feb 24 00:33:26.607 INFO O| Feb 24 00:33:26.607 INFO STEP 734 (remove_files) COMPLETE
70592026-02-24T00:33:27.271Z[ recovery-image] Feb 24 00:33:26.607 INFO O| Feb 24 00:33:26.607 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70602026-02-24T00:33:27.284Z[ recovery-image] Feb 24 00:33:26.620 INFO O| Feb 24 00:33:26.620 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
70612026-02-24T00:33:27.284Z[ recovery-image] Feb 24 00:33:26.620 INFO O| Feb 24 00:33:26.620 INFO STEP 735 (remove_files) COMPLETE
70622026-02-24T00:33:27.284Z[ recovery-image] Feb 24 00:33:26.620 INFO O| Feb 24 00:33:26.620 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70632026-02-24T00:33:27.315Z[ recovery-image] Feb 24 00:33:26.633 INFO O| Feb 24 00:33:26.633 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
70642026-02-24T00:33:27.315Z[ recovery-image] Feb 24 00:33:26.633 INFO O| Feb 24 00:33:26.633 INFO STEP 736 (remove_files) COMPLETE
70652026-02-24T00:33:27.315Z[ recovery-image] Feb 24 00:33:26.633 INFO O| Feb 24 00:33:26.633 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70662026-02-24T00:33:27.315Z[ recovery-image] Feb 24 00:33:26.647 INFO O| Feb 24 00:33:26.647 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
70672026-02-24T00:33:27.315Z[ recovery-image] Feb 24 00:33:26.647 INFO O| Feb 24 00:33:26.647 INFO STEP 737 (remove_files) COMPLETE
70682026-02-24T00:33:27.315Z[ recovery-image] Feb 24 00:33:26.647 INFO O| Feb 24 00:33:26.647 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70692026-02-24T00:33:27.324Z[ recovery-image] Feb 24 00:33:26.659 INFO O| Feb 24 00:33:26.659 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
70702026-02-24T00:33:27.324Z[ recovery-image] Feb 24 00:33:26.660 INFO O| Feb 24 00:33:26.660 INFO STEP 738 (remove_files) COMPLETE
70712026-02-24T00:33:27.324Z[ recovery-image] Feb 24 00:33:26.660 INFO O| Feb 24 00:33:26.660 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70722026-02-24T00:33:27.336Z[ recovery-image] Feb 24 00:33:26.672 INFO O| Feb 24 00:33:26.672 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
70732026-02-24T00:33:27.336Z[ recovery-image] Feb 24 00:33:26.672 INFO O| Feb 24 00:33:26.672 INFO STEP 739 (remove_files) COMPLETE
70742026-02-24T00:33:27.337Z[ recovery-image] Feb 24 00:33:26.672 INFO O| Feb 24 00:33:26.672 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70752026-02-24T00:33:27.348Z[ recovery-image] Feb 24 00:33:26.684 INFO O| Feb 24 00:33:26.684 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
70762026-02-24T00:33:27.348Z[ recovery-image] Feb 24 00:33:26.684 INFO O| Feb 24 00:33:26.684 INFO STEP 740 (remove_files) COMPLETE
70772026-02-24T00:33:27.348Z[ recovery-image] Feb 24 00:33:26.684 INFO O| Feb 24 00:33:26.684 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70782026-02-24T00:33:27.359Z[ recovery-image] Feb 24 00:33:26.695 INFO O| Feb 24 00:33:26.695 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
70792026-02-24T00:33:27.359Z[ recovery-image] Feb 24 00:33:26.695 INFO O| Feb 24 00:33:26.695 INFO STEP 741 (remove_files) COMPLETE
70802026-02-24T00:33:27.363Z[ recovery-image] Feb 24 00:33:26.695 INFO O| Feb 24 00:33:26.695 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70812026-02-24T00:33:27.372Z[ recovery-image] Feb 24 00:33:26.707 INFO O| Feb 24 00:33:26.707 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
70822026-02-24T00:33:27.372Z[ recovery-image] Feb 24 00:33:26.708 INFO O| Feb 24 00:33:26.708 INFO STEP 742 (remove_files) COMPLETE
70832026-02-24T00:33:27.372Z[ recovery-image] Feb 24 00:33:26.708 INFO O| Feb 24 00:33:26.708 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70842026-02-24T00:33:27.385Z[ recovery-image] Feb 24 00:33:26.721 INFO O| Feb 24 00:33:26.721 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
70852026-02-24T00:33:27.385Z[ recovery-image] Feb 24 00:33:26.721 INFO O| Feb 24 00:33:26.721 INFO STEP 743 (remove_files) COMPLETE
70862026-02-24T00:33:27.385Z[ recovery-image] Feb 24 00:33:26.721 INFO O| Feb 24 00:33:26.721 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70872026-02-24T00:33:27.400Z[ recovery-image] Feb 24 00:33:26.736 INFO O| Feb 24 00:33:26.735 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
70882026-02-24T00:33:27.400Z[ recovery-image] Feb 24 00:33:26.736 INFO O| Feb 24 00:33:26.736 INFO STEP 744 (remove_files) COMPLETE
70892026-02-24T00:33:27.400Z[ recovery-image] Feb 24 00:33:26.736 INFO O| Feb 24 00:33:26.736 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70902026-02-24T00:33:27.414Z[ recovery-image] Feb 24 00:33:26.750 INFO O| Feb 24 00:33:26.750 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libdiskstatus.so.1"
70912026-02-24T00:33:27.414Z[ recovery-image] Feb 24 00:33:26.750 INFO O| Feb 24 00:33:26.750 INFO STEP 745 (remove_files) COMPLETE
70922026-02-24T00:33:27.414Z[ recovery-image] Feb 24 00:33:26.750 INFO O| Feb 24 00:33:26.750 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70932026-02-24T00:33:27.426Z[ recovery-image] Feb 24 00:33:26.762 INFO O| Feb 24 00:33:26.762 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_adm.so.1"
70942026-02-24T00:33:27.426Z[ recovery-image] Feb 24 00:33:26.762 INFO O| Feb 24 00:33:26.762 INFO STEP 746 (remove_files) COMPLETE
70952026-02-24T00:33:27.430Z[ recovery-image] Feb 24 00:33:26.762 INFO O| Feb 24 00:33:26.762 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70962026-02-24T00:33:27.451Z[ recovery-image] Feb 24 00:33:26.775 INFO O| Feb 24 00:33:26.774 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_log.so.1"
70972026-02-24T00:33:27.451Z[ recovery-image] Feb 24 00:33:26.775 INFO O| Feb 24 00:33:26.775 INFO STEP 747 (remove_files) COMPLETE
70982026-02-24T00:33:27.451Z[ recovery-image] Feb 24 00:33:26.775 INFO O| Feb 24 00:33:26.775 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70992026-02-24T00:33:27.451Z[ recovery-image] Feb 24 00:33:26.786 INFO O| Feb 24 00:33:26.786 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
71002026-02-24T00:33:27.451Z[ recovery-image] Feb 24 00:33:26.786 INFO O| Feb 24 00:33:26.786 INFO STEP 748 (remove_files) COMPLETE
71012026-02-24T00:33:27.451Z[ recovery-image] Feb 24 00:33:26.786 INFO O| Feb 24 00:33:26.786 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71022026-02-24T00:33:27.464Z[ recovery-image] Feb 24 00:33:26.799 INFO O| Feb 24 00:33:26.799 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmnotify.so.1"
71032026-02-24T00:33:27.464Z[ recovery-image] Feb 24 00:33:26.800 INFO O| Feb 24 00:33:26.800 INFO STEP 749 (remove_files) COMPLETE
71042026-02-24T00:33:27.464Z[ recovery-image] Feb 24 00:33:26.800 INFO O| Feb 24 00:33:26.800 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71052026-02-24T00:33:27.478Z[ recovery-image] Feb 24 00:33:26.813 INFO O| Feb 24 00:33:26.813 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libseslog.so.1"
71062026-02-24T00:33:27.478Z[ recovery-image] Feb 24 00:33:26.813 INFO O| Feb 24 00:33:26.813 INFO STEP 750 (remove_files) COMPLETE
71072026-02-24T00:33:27.478Z[ recovery-image] Feb 24 00:33:26.813 INFO O| Feb 24 00:33:26.813 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71082026-02-24T00:33:27.491Z[ recovery-image] Feb 24 00:33:26.827 INFO O| Feb 24 00:33:26.827 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
71092026-02-24T00:33:27.494Z[ recovery-image] Feb 24 00:33:26.827 INFO O| Feb 24 00:33:26.827 INFO STEP 751 (remove_files) COMPLETE
71102026-02-24T00:33:27.495Z[ recovery-image] Feb 24 00:33:26.827 INFO O| Feb 24 00:33:26.827 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71112026-02-24T00:33:27.505Z[ recovery-image] Feb 24 00:33:26.840 INFO O| Feb 24 00:33:26.840 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/disk.so"
71122026-02-24T00:33:27.505Z[ recovery-image] Feb 24 00:33:26.841 INFO O| Feb 24 00:33:26.841 INFO STEP 752 (remove_files) COMPLETE
71132026-02-24T00:33:27.508Z[ recovery-image] Feb 24 00:33:26.841 INFO O| Feb 24 00:33:26.841 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71142026-02-24T00:33:27.518Z[ recovery-image] Feb 24 00:33:26.854 INFO O| Feb 24 00:33:26.853 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
71152026-02-24T00:33:27.518Z[ recovery-image] Feb 24 00:33:26.854 INFO O| Feb 24 00:33:26.854 INFO STEP 753 (remove_files) COMPLETE
71162026-02-24T00:33:27.518Z[ recovery-image] Feb 24 00:33:26.854 INFO O| Feb 24 00:33:26.854 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71172026-02-24T00:33:27.531Z[ recovery-image] Feb 24 00:33:26.867 INFO O| Feb 24 00:33:26.867 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
71182026-02-24T00:33:27.531Z[ recovery-image] Feb 24 00:33:26.867 INFO O| Feb 24 00:33:26.867 INFO STEP 754 (remove_files) COMPLETE
71192026-02-24T00:33:27.534Z[ recovery-image] Feb 24 00:33:26.867 INFO O| Feb 24 00:33:26.867 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71202026-02-24T00:33:27.544Z[ recovery-image] Feb 24 00:33:26.879 INFO O| Feb 24 00:33:26.879 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
71212026-02-24T00:33:27.544Z[ recovery-image] Feb 24 00:33:26.879 INFO O| Feb 24 00:33:26.879 INFO STEP 755 (remove_files) COMPLETE
71222026-02-24T00:33:27.544Z[ recovery-image] Feb 24 00:33:26.879 INFO O| Feb 24 00:33:26.879 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71232026-02-24T00:33:27.555Z[ recovery-image] Feb 24 00:33:26.891 INFO O| Feb 24 00:33:26.891 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
71242026-02-24T00:33:27.556Z[ recovery-image] Feb 24 00:33:26.891 INFO O| Feb 24 00:33:26.891 INFO STEP 756 (remove_files) COMPLETE
71252026-02-24T00:33:27.559Z[ recovery-image] Feb 24 00:33:26.891 INFO O| Feb 24 00:33:26.891 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71262026-02-24T00:33:27.569Z[ recovery-image] Feb 24 00:33:26.905 INFO O| Feb 24 00:33:26.904 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/nic.so"
71272026-02-24T00:33:27.569Z[ recovery-image] Feb 24 00:33:26.905 INFO O| Feb 24 00:33:26.905 INFO STEP 757 (remove_files) COMPLETE
71282026-02-24T00:33:27.569Z[ recovery-image] Feb 24 00:33:26.905 INFO O| Feb 24 00:33:26.905 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71292026-02-24T00:33:27.584Z[ recovery-image] Feb 24 00:33:26.918 INFO O| Feb 24 00:33:26.918 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ses.so"
71302026-02-24T00:33:27.585Z[ recovery-image] Feb 24 00:33:26.918 INFO O| Feb 24 00:33:26.918 INFO STEP 758 (remove_files) COMPLETE
71312026-02-24T00:33:27.585Z[ recovery-image] Feb 24 00:33:26.918 INFO O| Feb 24 00:33:26.918 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71322026-02-24T00:33:27.595Z[ recovery-image] Feb 24 00:33:26.930 INFO O| Feb 24 00:33:26.930 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
71332026-02-24T00:33:27.595Z[ recovery-image] Feb 24 00:33:26.930 INFO O| Feb 24 00:33:26.930 INFO STEP 759 (remove_files) COMPLETE
71342026-02-24T00:33:27.598Z[ recovery-image] Feb 24 00:33:26.930 INFO O| Feb 24 00:33:26.930 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71352026-02-24T00:33:27.608Z[ recovery-image] Feb 24 00:33:26.943 INFO O| Feb 24 00:33:26.943 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/usb.so"
71362026-02-24T00:33:27.608Z[ recovery-image] Feb 24 00:33:26.943 INFO O| Feb 24 00:33:26.943 INFO STEP 760 (remove_files) COMPLETE
71372026-02-24T00:33:27.608Z[ recovery-image] Feb 24 00:33:26.943 INFO O| Feb 24 00:33:26.943 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71382026-02-24T00:33:27.620Z[ recovery-image] Feb 24 00:33:26.955 INFO O| Feb 24 00:33:26.955 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
71392026-02-24T00:33:27.620Z[ recovery-image] Feb 24 00:33:26.956 INFO O| Feb 24 00:33:26.955 INFO STEP 761 (remove_files) COMPLETE
71402026-02-24T00:33:27.620Z[ recovery-image] Feb 24 00:33:26.956 INFO O| Feb 24 00:33:26.956 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71412026-02-24T00:33:27.633Z[ recovery-image] Feb 24 00:33:26.969 INFO O| Feb 24 00:33:26.969 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/bootfs/mount"
71422026-02-24T00:33:27.637Z[ recovery-image] Feb 24 00:33:26.970 INFO O| Feb 24 00:33:26.970 INFO STEP 762 (remove_files) COMPLETE
71432026-02-24T00:33:27.637Z[ recovery-image] Feb 24 00:33:26.970 INFO O| Feb 24 00:33:26.970 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71442026-02-24T00:33:27.646Z[ recovery-image] Feb 24 00:33:26.982 INFO O| Feb 24 00:33:26.982 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp"
71452026-02-24T00:33:27.646Z[ recovery-image] Feb 24 00:33:26.982 INFO O| Feb 24 00:33:26.982 INFO STEP 763 (remove_files) COMPLETE
71462026-02-24T00:33:27.646Z[ recovery-image] Feb 24 00:33:26.982 INFO O| Feb 24 00:33:26.982 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71472026-02-24T00:33:27.659Z[ recovery-image] Feb 24 00:33:26.995 INFO O| Feb 24 00:33:26.995 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
71482026-02-24T00:33:27.662Z[ recovery-image] Feb 24 00:33:26.996 INFO O| Feb 24 00:33:26.996 INFO STEP 764 (remove_files) COMPLETE
71492026-02-24T00:33:27.662Z[ recovery-image] Feb 24 00:33:26.996 INFO O| Feb 24 00:33:26.996 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71502026-02-24T00:33:27.673Z[ recovery-image] Feb 24 00:33:27.009 INFO O| Feb 24 00:33:27.009 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/labelit"
71512026-02-24T00:33:27.673Z[ recovery-image] Feb 24 00:33:27.009 INFO O| Feb 24 00:33:27.009 INFO STEP 765 (remove_files) COMPLETE
71522026-02-24T00:33:27.673Z[ recovery-image] Feb 24 00:33:27.009 INFO O| Feb 24 00:33:27.009 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71532026-02-24T00:33:27.686Z[ recovery-image] Feb 24 00:33:27.022 INFO O| Feb 24 00:33:27.022 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/lofs/mount"
71542026-02-24T00:33:27.686Z[ recovery-image] Feb 24 00:33:27.022 INFO O| Feb 24 00:33:27.022 INFO STEP 766 (remove_files) COMPLETE
71552026-02-24T00:33:27.686Z[ recovery-image] Feb 24 00:33:27.022 INFO O| Feb 24 00:33:27.022 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71562026-02-24T00:33:27.699Z[ recovery-image] Feb 24 00:33:27.035 INFO O| Feb 24 00:33:27.035 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/mntfs/mount"
71572026-02-24T00:33:27.699Z[ recovery-image] Feb 24 00:33:27.035 INFO O| Feb 24 00:33:27.035 INFO STEP 767 (remove_files) COMPLETE
71582026-02-24T00:33:27.702Z[ recovery-image] Feb 24 00:33:27.035 INFO O| Feb 24 00:33:27.035 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71592026-02-24T00:33:27.714Z[ recovery-image] Feb 24 00:33:27.049 INFO O| Feb 24 00:33:27.049 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fsck"
71602026-02-24T00:33:27.714Z[ recovery-image] Feb 24 00:33:27.049 INFO O| Feb 24 00:33:27.049 INFO STEP 768 (remove_files) COMPLETE
71612026-02-24T00:33:27.714Z[ recovery-image] Feb 24 00:33:27.049 INFO O| Feb 24 00:33:27.049 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71622026-02-24T00:33:27.726Z[ recovery-image] Feb 24 00:33:27.062 INFO O| Feb 24 00:33:27.062 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp"
71632026-02-24T00:33:27.726Z[ recovery-image] Feb 24 00:33:27.062 INFO O| Feb 24 00:33:27.062 INFO STEP 769 (remove_files) COMPLETE
71642026-02-24T00:33:27.726Z[ recovery-image] Feb 24 00:33:27.062 INFO O| Feb 24 00:33:27.062 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71652026-02-24T00:33:27.739Z[ recovery-image] Feb 24 00:33:27.075 INFO O| Feb 24 00:33:27.075 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
71662026-02-24T00:33:27.739Z[ recovery-image] Feb 24 00:33:27.075 INFO O| Feb 24 00:33:27.075 INFO STEP 770 (remove_files) COMPLETE
71672026-02-24T00:33:27.739Z[ recovery-image] Feb 24 00:33:27.075 INFO O| Feb 24 00:33:27.075 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71682026-02-24T00:33:27.771Z[ recovery-image] Feb 24 00:33:27.106 INFO O| Feb 24 00:33:27.106 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mkfs"
71692026-02-24T00:33:27.771Z[ recovery-image] Feb 24 00:33:27.106 INFO O| Feb 24 00:33:27.106 INFO STEP 771 (remove_files) COMPLETE
71702026-02-24T00:33:27.774Z[ recovery-image] Feb 24 00:33:27.106 INFO O| Feb 24 00:33:27.106 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71712026-02-24T00:33:27.790Z[ recovery-image] Feb 24 00:33:27.126 INFO O| Feb 24 00:33:27.125 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mount"
71722026-02-24T00:33:27.790Z[ recovery-image] Feb 24 00:33:27.126 INFO O| Feb 24 00:33:27.126 INFO STEP 772 (remove_files) COMPLETE
71732026-02-24T00:33:27.790Z[ recovery-image] Feb 24 00:33:27.126 INFO O| Feb 24 00:33:27.126 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71742026-02-24T00:33:27.803Z[ recovery-image] Feb 24 00:33:27.139 INFO O| Feb 24 00:33:27.139 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/sharefs/mount"
71752026-02-24T00:33:27.803Z[ recovery-image] Feb 24 00:33:27.139 INFO O| Feb 24 00:33:27.139 INFO STEP 773 (remove_files) COMPLETE
71762026-02-24T00:33:27.803Z[ recovery-image] Feb 24 00:33:27.139 INFO O| Feb 24 00:33:27.139 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71772026-02-24T00:33:27.816Z[ recovery-image] Feb 24 00:33:27.152 INFO O| Feb 24 00:33:27.152 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
71782026-02-24T00:33:27.816Z[ recovery-image] Feb 24 00:33:27.152 INFO O| Feb 24 00:33:27.152 INFO STEP 774 (remove_files) COMPLETE
71792026-02-24T00:33:27.816Z[ recovery-image] Feb 24 00:33:27.152 INFO O| Feb 24 00:33:27.152 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71802026-02-24T00:33:27.830Z[ recovery-image] Feb 24 00:33:27.166 INFO O| Feb 24 00:33:27.166 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
71812026-02-24T00:33:27.830Z[ recovery-image] Feb 24 00:33:27.166 INFO O| Feb 24 00:33:27.166 INFO STEP 775 (remove_files) COMPLETE
71822026-02-24T00:33:27.833Z[ recovery-image] Feb 24 00:33:27.166 INFO O| Feb 24 00:33:27.166 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71832026-02-24T00:33:27.842Z[ recovery-image] Feb 24 00:33:27.178 INFO O| Feb 24 00:33:27.178 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
71842026-02-24T00:33:27.845Z[ recovery-image] Feb 24 00:33:27.178 INFO O| Feb 24 00:33:27.178 INFO STEP 776 (remove_files) COMPLETE
71852026-02-24T00:33:27.845Z[ recovery-image] Feb 24 00:33:27.178 INFO O| Feb 24 00:33:27.178 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71862026-02-24T00:33:27.855Z[ recovery-image] Feb 24 00:33:27.191 INFO O| Feb 24 00:33:27.190 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/dfshares"
71872026-02-24T00:33:27.855Z[ recovery-image] Feb 24 00:33:27.191 INFO O| Feb 24 00:33:27.191 INFO STEP 777 (remove_files) COMPLETE
71882026-02-24T00:33:27.855Z[ recovery-image] Feb 24 00:33:27.191 INFO O| Feb 24 00:33:27.191 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71892026-02-24T00:33:27.871Z[ recovery-image] Feb 24 00:33:27.205 INFO O| Feb 24 00:33:27.205 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
71902026-02-24T00:33:27.871Z[ recovery-image] Feb 24 00:33:27.205 INFO O| Feb 24 00:33:27.205 INFO STEP 778 (remove_files) COMPLETE
71912026-02-24T00:33:27.871Z[ recovery-image] Feb 24 00:33:27.205 INFO O| Feb 24 00:33:27.205 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71922026-02-24T00:33:27.884Z[ recovery-image] Feb 24 00:33:27.219 INFO O| Feb 24 00:33:27.219 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/mount"
71932026-02-24T00:33:27.884Z[ recovery-image] Feb 24 00:33:27.219 INFO O| Feb 24 00:33:27.219 INFO STEP 779 (remove_files) COMPLETE
71942026-02-24T00:33:27.884Z[ recovery-image] Feb 24 00:33:27.219 INFO O| Feb 24 00:33:27.219 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71952026-02-24T00:33:27.897Z[ recovery-image] Feb 24 00:33:27.233 INFO O| Feb 24 00:33:27.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/share"
71962026-02-24T00:33:27.897Z[ recovery-image] Feb 24 00:33:27.233 INFO O| Feb 24 00:33:27.233 INFO STEP 780 (remove_files) COMPLETE
71972026-02-24T00:33:27.897Z[ recovery-image] Feb 24 00:33:27.233 INFO O| Feb 24 00:33:27.233 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71982026-02-24T00:33:27.912Z[ recovery-image] Feb 24 00:33:27.246 INFO O| Feb 24 00:33:27.246 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/umount"
71992026-02-24T00:33:27.912Z[ recovery-image] Feb 24 00:33:27.246 INFO O| Feb 24 00:33:27.246 INFO STEP 781 (remove_files) COMPLETE
72002026-02-24T00:33:27.915Z[ recovery-image] Feb 24 00:33:27.246 INFO O| Feb 24 00:33:27.246 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72012026-02-24T00:33:27.924Z[ recovery-image] Feb 24 00:33:27.260 INFO O| Feb 24 00:33:27.260 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/unshare"
72022026-02-24T00:33:27.924Z[ recovery-image] Feb 24 00:33:27.260 INFO O| Feb 24 00:33:27.260 INFO STEP 782 (remove_files) COMPLETE
72032026-02-24T00:33:27.924Z[ recovery-image] Feb 24 00:33:27.260 INFO O| Feb 24 00:33:27.260 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72042026-02-24T00:33:27.939Z[ recovery-image] Feb 24 00:33:27.274 INFO O| Feb 24 00:33:27.274 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/clri"
72052026-02-24T00:33:27.939Z[ recovery-image] Feb 24 00:33:27.274 INFO O| Feb 24 00:33:27.274 INFO STEP 783 (remove_files) COMPLETE
72062026-02-24T00:33:27.939Z[ recovery-image] Feb 24 00:33:27.274 INFO O| Feb 24 00:33:27.274 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72072026-02-24T00:33:27.952Z[ recovery-image] Feb 24 00:33:27.288 INFO O| Feb 24 00:33:27.288 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/dcopy"
72082026-02-24T00:33:27.952Z[ recovery-image] Feb 24 00:33:27.288 INFO O| Feb 24 00:33:27.288 INFO STEP 784 (remove_files) COMPLETE
72092026-02-24T00:33:27.955Z[ recovery-image] Feb 24 00:33:27.288 INFO O| Feb 24 00:33:27.288 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72102026-02-24T00:33:27.966Z[ recovery-image] Feb 24 00:33:27.302 INFO O| Feb 24 00:33:27.301 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/df"
72112026-02-24T00:33:27.966Z[ recovery-image] Feb 24 00:33:27.302 INFO O| Feb 24 00:33:27.302 INFO STEP 785 (remove_files) COMPLETE
72122026-02-24T00:33:27.969Z[ recovery-image] Feb 24 00:33:27.302 INFO O| Feb 24 00:33:27.302 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72132026-02-24T00:33:27.979Z[ recovery-image] Feb 24 00:33:27.315 INFO O| Feb 24 00:33:27.315 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/edquota"
72142026-02-24T00:33:27.982Z[ recovery-image] Feb 24 00:33:27.316 INFO O| Feb 24 00:33:27.316 INFO STEP 786 (remove_files) COMPLETE
72152026-02-24T00:33:27.982Z[ recovery-image] Feb 24 00:33:27.316 INFO O| Feb 24 00:33:27.316 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72162026-02-24T00:33:28.048Z[ recovery-image] Feb 24 00:33:27.330 INFO O| Feb 24 00:33:27.330 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ff"
72172026-02-24T00:33:28.048Z[ recovery-image] Feb 24 00:33:27.330 INFO O| Feb 24 00:33:27.330 INFO STEP 787 (remove_files) COMPLETE
72182026-02-24T00:33:28.048Z[ recovery-image] Feb 24 00:33:27.330 INFO O| Feb 24 00:33:27.330 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72192026-02-24T00:33:28.048Z[ recovery-image] Feb 24 00:33:27.344 INFO O| Feb 24 00:33:27.344 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsck"
72202026-02-24T00:33:28.048Z[ recovery-image] Feb 24 00:33:27.344 INFO O| Feb 24 00:33:27.344 INFO STEP 788 (remove_files) COMPLETE
72212026-02-24T00:33:28.048Z[ recovery-image] Feb 24 00:33:27.344 INFO O| Feb 24 00:33:27.344 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72222026-02-24T00:33:28.048Z[ recovery-image] Feb 24 00:33:27.359 INFO O| Feb 24 00:33:27.359 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsckall"
72232026-02-24T00:33:28.048Z[ recovery-image] Feb 24 00:33:27.359 INFO O| Feb 24 00:33:27.359 INFO STEP 789 (remove_files) COMPLETE
72242026-02-24T00:33:28.048Z[ recovery-image] Feb 24 00:33:27.359 INFO O| Feb 24 00:33:27.359 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72252026-02-24T00:33:28.048Z[ recovery-image] Feb 24 00:33:27.373 INFO O| Feb 24 00:33:27.373 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsdb"
72262026-02-24T00:33:28.048Z[ recovery-image] Feb 24 00:33:27.373 INFO O| Feb 24 00:33:27.373 INFO STEP 790 (remove_files) COMPLETE
72272026-02-24T00:33:28.048Z[ recovery-image] Feb 24 00:33:27.373 INFO O| Feb 24 00:33:27.373 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72282026-02-24T00:33:28.052Z[ recovery-image] Feb 24 00:33:27.386 INFO O| Feb 24 00:33:27.386 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsirand"
72292026-02-24T00:33:28.052Z[ recovery-image] Feb 24 00:33:27.386 INFO O| Feb 24 00:33:27.386 INFO STEP 791 (remove_files) COMPLETE
72302026-02-24T00:33:28.052Z[ recovery-image] Feb 24 00:33:27.386 INFO O| Feb 24 00:33:27.386 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72312026-02-24T00:33:28.064Z[ recovery-image] Feb 24 00:33:27.400 INFO O| Feb 24 00:33:27.400 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fssnap"
72322026-02-24T00:33:28.064Z[ recovery-image] Feb 24 00:33:27.400 INFO O| Feb 24 00:33:27.400 INFO STEP 792 (remove_files) COMPLETE
72332026-02-24T00:33:28.064Z[ recovery-image] Feb 24 00:33:27.400 INFO O| Feb 24 00:33:27.400 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72342026-02-24T00:33:28.077Z[ recovery-image] Feb 24 00:33:27.413 INFO O| Feb 24 00:33:27.413 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp"
72352026-02-24T00:33:28.077Z[ recovery-image] Feb 24 00:33:27.413 INFO O| Feb 24 00:33:27.413 INFO STEP 793 (remove_files) COMPLETE
72362026-02-24T00:33:28.080Z[ recovery-image] Feb 24 00:33:27.413 INFO O| Feb 24 00:33:27.413 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72372026-02-24T00:33:28.090Z[ recovery-image] Feb 24 00:33:27.426 INFO O| Feb 24 00:33:27.426 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
72382026-02-24T00:33:28.090Z[ recovery-image] Feb 24 00:33:27.426 INFO O| Feb 24 00:33:27.426 INFO STEP 794 (remove_files) COMPLETE
72392026-02-24T00:33:28.093Z[ recovery-image] Feb 24 00:33:27.426 INFO O| Feb 24 00:33:27.426 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72402026-02-24T00:33:28.104Z[ recovery-image] Feb 24 00:33:27.440 INFO O| Feb 24 00:33:27.439 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/labelit"
72412026-02-24T00:33:28.104Z[ recovery-image] Feb 24 00:33:27.440 INFO O| Feb 24 00:33:27.440 INFO STEP 795 (remove_files) COMPLETE
72422026-02-24T00:33:28.104Z[ recovery-image] Feb 24 00:33:27.440 INFO O| Feb 24 00:33:27.440 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72432026-02-24T00:33:28.116Z[ recovery-image] Feb 24 00:33:27.452 INFO O| Feb 24 00:33:27.452 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/lockfs"
72442026-02-24T00:33:28.116Z[ recovery-image] Feb 24 00:33:27.452 INFO O| Feb 24 00:33:27.452 INFO STEP 796 (remove_files) COMPLETE
72452026-02-24T00:33:28.116Z[ recovery-image] Feb 24 00:33:27.452 INFO O| Feb 24 00:33:27.452 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72462026-02-24T00:33:28.129Z[ recovery-image] Feb 24 00:33:27.465 INFO O| Feb 24 00:33:27.465 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/mkfs"
72472026-02-24T00:33:28.129Z[ recovery-image] Feb 24 00:33:27.465 INFO O| Feb 24 00:33:27.465 INFO STEP 797 (remove_files) COMPLETE
72482026-02-24T00:33:28.129Z[ recovery-image] Feb 24 00:33:27.465 INFO O| Feb 24 00:33:27.465 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72492026-02-24T00:33:28.143Z[ recovery-image] Feb 24 00:33:27.479 INFO O| Feb 24 00:33:27.479 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ncheck"
72502026-02-24T00:33:28.143Z[ recovery-image] Feb 24 00:33:27.479 INFO O| Feb 24 00:33:27.479 INFO STEP 798 (remove_files) COMPLETE
72512026-02-24T00:33:28.143Z[ recovery-image] Feb 24 00:33:27.479 INFO O| Feb 24 00:33:27.479 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72522026-02-24T00:33:28.157Z[ recovery-image] Feb 24 00:33:27.493 INFO O| Feb 24 00:33:27.493 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/newfs"
72532026-02-24T00:33:28.157Z[ recovery-image] Feb 24 00:33:27.493 INFO O| Feb 24 00:33:27.493 INFO STEP 799 (remove_files) COMPLETE
72542026-02-24T00:33:28.157Z[ recovery-image] Feb 24 00:33:27.493 INFO O| Feb 24 00:33:27.493 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72552026-02-24T00:33:28.188Z[ recovery-image] Feb 24 00:33:27.523 INFO O| Feb 24 00:33:27.523 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quot"
72562026-02-24T00:33:28.188Z[ recovery-image] Feb 24 00:33:27.524 INFO O| Feb 24 00:33:27.523 INFO STEP 800 (remove_files) COMPLETE
72572026-02-24T00:33:28.188Z[ recovery-image] Feb 24 00:33:27.524 INFO O| Feb 24 00:33:27.524 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72582026-02-24T00:33:28.200Z[ recovery-image] Feb 24 00:33:27.536 INFO O| Feb 24 00:33:27.535 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotacheck"
72592026-02-24T00:33:28.200Z[ recovery-image] Feb 24 00:33:27.536 INFO O| Feb 24 00:33:27.536 INFO STEP 801 (remove_files) COMPLETE
72602026-02-24T00:33:28.200Z[ recovery-image] Feb 24 00:33:27.536 INFO O| Feb 24 00:33:27.536 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72612026-02-24T00:33:28.211Z[ recovery-image] Feb 24 00:33:27.546 INFO O| Feb 24 00:33:27.546 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaoff"
72622026-02-24T00:33:28.211Z[ recovery-image] Feb 24 00:33:27.547 INFO O| Feb 24 00:33:27.547 INFO STEP 802 (remove_files) COMPLETE
72632026-02-24T00:33:28.211Z[ recovery-image] Feb 24 00:33:27.547 INFO O| Feb 24 00:33:27.547 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72642026-02-24T00:33:28.223Z[ recovery-image] Feb 24 00:33:27.557 INFO O| Feb 24 00:33:27.557 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaon"
72652026-02-24T00:33:28.223Z[ recovery-image] Feb 24 00:33:27.557 INFO O| Feb 24 00:33:27.557 INFO STEP 803 (remove_files) COMPLETE
72662026-02-24T00:33:28.223Z[ recovery-image] Feb 24 00:33:27.557 INFO O| Feb 24 00:33:27.557 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72672026-02-24T00:33:28.232Z[ recovery-image] Feb 24 00:33:27.567 INFO O| Feb 24 00:33:27.567 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/repquota"
72682026-02-24T00:33:28.235Z[ recovery-image] Feb 24 00:33:27.568 INFO O| Feb 24 00:33:27.568 INFO STEP 804 (remove_files) COMPLETE
72692026-02-24T00:33:28.235Z[ recovery-image] Feb 24 00:33:27.568 INFO O| Feb 24 00:33:27.568 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72702026-02-24T00:33:28.246Z[ recovery-image] Feb 24 00:33:27.582 INFO O| Feb 24 00:33:27.581 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/tunefs"
72712026-02-24T00:33:28.246Z[ recovery-image] Feb 24 00:33:27.582 INFO O| Feb 24 00:33:27.582 INFO STEP 805 (remove_files) COMPLETE
72722026-02-24T00:33:28.246Z[ recovery-image] Feb 24 00:33:27.582 INFO O| Feb 24 00:33:27.582 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72732026-02-24T00:33:28.259Z[ recovery-image] Feb 24 00:33:27.595 INFO O| Feb 24 00:33:27.594 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsdump"
72742026-02-24T00:33:28.259Z[ recovery-image] Feb 24 00:33:27.595 INFO O| Feb 24 00:33:27.595 INFO STEP 806 (remove_files) COMPLETE
72752026-02-24T00:33:28.259Z[ recovery-image] Feb 24 00:33:27.595 INFO O| Feb 24 00:33:27.595 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72762026-02-24T00:33:28.272Z[ recovery-image] Feb 24 00:33:27.607 INFO O| Feb 24 00:33:27.607 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsrestore"
72772026-02-24T00:33:28.272Z[ recovery-image] Feb 24 00:33:27.607 INFO O| Feb 24 00:33:27.607 INFO STEP 807 (remove_files) COMPLETE
72782026-02-24T00:33:28.275Z[ recovery-image] Feb 24 00:33:27.607 INFO O| Feb 24 00:33:27.607 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72792026-02-24T00:33:28.285Z[ recovery-image] Feb 24 00:33:27.621 INFO O| Feb 24 00:33:27.621 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/volcopy"
72802026-02-24T00:33:28.288Z[ recovery-image] Feb 24 00:33:27.622 INFO O| Feb 24 00:33:27.622 INFO STEP 808 (remove_files) COMPLETE
72812026-02-24T00:33:28.288Z[ recovery-image] Feb 24 00:33:27.622 INFO O| Feb 24 00:33:27.622 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72822026-02-24T00:33:28.299Z[ recovery-image] Feb 24 00:33:27.635 INFO O| Feb 24 00:33:27.635 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh1024-0.so.1"
72832026-02-24T00:33:28.299Z[ recovery-image] Feb 24 00:33:27.635 INFO O| Feb 24 00:33:27.635 INFO STEP 809 (remove_files) COMPLETE
72842026-02-24T00:33:28.299Z[ recovery-image] Feb 24 00:33:27.635 INFO O| Feb 24 00:33:27.635 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72852026-02-24T00:33:28.312Z[ recovery-image] Feb 24 00:33:27.648 INFO O| Feb 24 00:33:27.648 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh640-0.so.1"
72862026-02-24T00:33:28.312Z[ recovery-image] Feb 24 00:33:27.648 INFO O| Feb 24 00:33:27.648 INFO STEP 810 (remove_files) COMPLETE
72872026-02-24T00:33:28.315Z[ recovery-image] Feb 24 00:33:27.648 INFO O| Feb 24 00:33:27.648 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72882026-02-24T00:33:28.326Z[ recovery-image] Feb 24 00:33:27.662 INFO O| Feb 24 00:33:27.662 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gsscred_clean"
72892026-02-24T00:33:28.326Z[ recovery-image] Feb 24 00:33:27.662 INFO O| Feb 24 00:33:27.662 INFO STEP 811 (remove_files) COMPLETE
72902026-02-24T00:33:28.330Z[ recovery-image] Feb 24 00:33:27.662 INFO O| Feb 24 00:33:27.662 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72912026-02-24T00:33:28.340Z[ recovery-image] Feb 24 00:33:27.676 INFO O| Feb 24 00:33:27.676 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gssd"
72922026-02-24T00:33:28.340Z[ recovery-image] Feb 24 00:33:27.676 INFO O| Feb 24 00:33:27.676 INFO STEP 812 (remove_files) COMPLETE
72932026-02-24T00:33:28.340Z[ recovery-image] Feb 24 00:33:27.676 INFO O| Feb 24 00:33:27.676 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72942026-02-24T00:33:28.356Z[ recovery-image] Feb 24 00:33:27.689 INFO O| Feb 24 00:33:27.689 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_dh.so.1"
72952026-02-24T00:33:28.356Z[ recovery-image] Feb 24 00:33:27.689 INFO O| Feb 24 00:33:27.689 INFO STEP 813 (remove_files) COMPLETE
72962026-02-24T00:33:28.359Z[ recovery-image] Feb 24 00:33:27.689 INFO O| Feb 24 00:33:27.689 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72972026-02-24T00:33:28.367Z[ recovery-image] Feb 24 00:33:27.703 INFO O| Feb 24 00:33:27.703 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_krb5.so.1"
72982026-02-24T00:33:28.367Z[ recovery-image] Feb 24 00:33:27.703 INFO O| Feb 24 00:33:27.703 INFO STEP 814 (remove_files) COMPLETE
72992026-02-24T00:33:28.367Z[ recovery-image] Feb 24 00:33:27.703 INFO O| Feb 24 00:33:27.703 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73002026-02-24T00:33:28.381Z[ recovery-image] Feb 24 00:33:27.717 INFO O| Feb 24 00:33:27.716 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_spnego.so.1"
73012026-02-24T00:33:28.381Z[ recovery-image] Feb 24 00:33:27.717 INFO O| Feb 24 00:33:27.717 INFO STEP 815 (remove_files) COMPLETE
73022026-02-24T00:33:28.384Z[ recovery-image] Feb 24 00:33:27.717 INFO O| Feb 24 00:33:27.717 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73032026-02-24T00:33:28.394Z[ recovery-image] Feb 24 00:33:27.729 INFO O| Feb 24 00:33:27.729 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/amd64/in.iked"
73042026-02-24T00:33:28.394Z[ recovery-image] Feb 24 00:33:27.730 INFO O| Feb 24 00:33:27.730 INFO STEP 816 (remove_files) COMPLETE
73052026-02-24T00:33:28.394Z[ recovery-image] Feb 24 00:33:27.730 INFO O| Feb 24 00:33:27.730 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73062026-02-24T00:33:28.406Z[ recovery-image] Feb 24 00:33:27.742 INFO O| Feb 24 00:33:27.742 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certdb"
73072026-02-24T00:33:28.406Z[ recovery-image] Feb 24 00:33:27.742 INFO O| Feb 24 00:33:27.742 INFO STEP 817 (remove_files) COMPLETE
73082026-02-24T00:33:28.410Z[ recovery-image] Feb 24 00:33:27.742 INFO O| Feb 24 00:33:27.742 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73092026-02-24T00:33:28.418Z[ recovery-image] Feb 24 00:33:27.754 INFO O| Feb 24 00:33:27.753 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certlocal"
73102026-02-24T00:33:28.418Z[ recovery-image] Feb 24 00:33:27.754 INFO O| Feb 24 00:33:27.754 INFO STEP 818 (remove_files) COMPLETE
73112026-02-24T00:33:28.418Z[ recovery-image] Feb 24 00:33:27.754 INFO O| Feb 24 00:33:27.754 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73122026-02-24T00:33:28.429Z[ recovery-image] Feb 24 00:33:27.765 INFO O| Feb 24 00:33:27.765 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certrldb"
73132026-02-24T00:33:28.429Z[ recovery-image] Feb 24 00:33:27.765 INFO O| Feb 24 00:33:27.765 INFO STEP 819 (remove_files) COMPLETE
73142026-02-24T00:33:28.429Z[ recovery-image] Feb 24 00:33:27.765 INFO O| Feb 24 00:33:27.765 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73152026-02-24T00:33:28.441Z[ recovery-image] Feb 24 00:33:27.777 INFO O| Feb 24 00:33:27.777 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.iked"
73162026-02-24T00:33:28.441Z[ recovery-image] Feb 24 00:33:27.777 INFO O| Feb 24 00:33:27.777 INFO STEP 820 (remove_files) COMPLETE
73172026-02-24T00:33:28.444Z[ recovery-image] Feb 24 00:33:27.777 INFO O| Feb 24 00:33:27.777 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73182026-02-24T00:33:28.452Z[ recovery-image] Feb 24 00:33:27.788 INFO O| Feb 24 00:33:27.788 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.ripngd"
73192026-02-24T00:33:28.452Z[ recovery-image] Feb 24 00:33:27.788 INFO O| Feb 24 00:33:27.788 INFO STEP 821 (remove_files) COMPLETE
73202026-02-24T00:33:28.456Z[ recovery-image] Feb 24 00:33:27.788 INFO O| Feb 24 00:33:27.788 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73212026-02-24T00:33:28.465Z[ recovery-image] Feb 24 00:33:27.801 INFO O| Feb 24 00:33:27.800 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/inetd"
73222026-02-24T00:33:28.465Z[ recovery-image] Feb 24 00:33:27.801 INFO O| Feb 24 00:33:27.801 INFO STEP 822 (remove_files) COMPLETE
73232026-02-24T00:33:28.465Z[ recovery-image] Feb 24 00:33:27.801 INFO O| Feb 24 00:33:27.801 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73242026-02-24T00:33:28.477Z[ recovery-image] Feb 24 00:33:27.813 INFO O| Feb 24 00:33:27.813 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
73252026-02-24T00:33:28.480Z[ recovery-image] Feb 24 00:33:27.813 INFO O| Feb 24 00:33:27.813 INFO STEP 823 (remove_files) COMPLETE
73262026-02-24T00:33:28.480Z[ recovery-image] Feb 24 00:33:27.814 INFO O| Feb 24 00:33:27.813 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73272026-02-24T00:33:28.490Z[ recovery-image] Feb 24 00:33:27.826 INFO O| Feb 24 00:33:27.825 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/ktkt_warnd"
73282026-02-24T00:33:28.490Z[ recovery-image] Feb 24 00:33:27.826 INFO O| Feb 24 00:33:27.826 INFO STEP 824 (remove_files) COMPLETE
73292026-02-24T00:33:28.490Z[ recovery-image] Feb 24 00:33:27.826 INFO O| Feb 24 00:33:27.826 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73302026-02-24T00:33:28.502Z[ recovery-image] Feb 24 00:33:27.838 INFO O| Feb 24 00:33:27.838 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
73312026-02-24T00:33:28.502Z[ recovery-image] Feb 24 00:33:27.838 INFO O| Feb 24 00:33:27.838 INFO STEP 825 (remove_files) COMPLETE
73322026-02-24T00:33:28.505Z[ recovery-image] Feb 24 00:33:27.838 INFO O| Feb 24 00:33:27.838 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73332026-02-24T00:33:28.515Z[ recovery-image] Feb 24 00:33:27.851 INFO O| Feb 24 00:33:27.851 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libss.so.1"
73342026-02-24T00:33:28.515Z[ recovery-image] Feb 24 00:33:27.851 INFO O| Feb 24 00:33:27.851 INFO STEP 826 (remove_files) COMPLETE
73352026-02-24T00:33:28.516Z[ recovery-image] Feb 24 00:33:27.851 INFO O| Feb 24 00:33:27.851 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73362026-02-24T00:33:28.528Z[ recovery-image] Feb 24 00:33:27.864 INFO O| Feb 24 00:33:27.864 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
73372026-02-24T00:33:28.528Z[ recovery-image] Feb 24 00:33:27.864 INFO O| Feb 24 00:33:27.864 INFO STEP 827 (remove_files) COMPLETE
73382026-02-24T00:33:28.531Z[ recovery-image] Feb 24 00:33:27.864 INFO O| Feb 24 00:33:27.864 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73392026-02-24T00:33:28.541Z[ recovery-image] Feb 24 00:33:27.877 INFO O| Feb 24 00:33:27.876 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.above4G"
73402026-02-24T00:33:28.541Z[ recovery-image] Feb 24 00:33:27.877 INFO O| Feb 24 00:33:27.877 INFO STEP 828 (remove_files) COMPLETE
73412026-02-24T00:33:28.545Z[ recovery-image] Feb 24 00:33:27.877 INFO O| Feb 24 00:33:27.877 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73422026-02-24T00:33:28.554Z[ recovery-image] Feb 24 00:33:27.890 INFO O| Feb 24 00:33:27.890 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.below4G"
73432026-02-24T00:33:28.554Z[ recovery-image] Feb 24 00:33:27.890 INFO O| Feb 24 00:33:27.890 INFO STEP 829 (remove_files) COMPLETE
73442026-02-24T00:33:28.557Z[ recovery-image] Feb 24 00:33:27.890 INFO O| Feb 24 00:33:27.890 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73452026-02-24T00:33:28.567Z[ recovery-image] Feb 24 00:33:27.902 INFO O| Feb 24 00:33:27.902 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.bssalign"
73462026-02-24T00:33:28.567Z[ recovery-image] Feb 24 00:33:27.903 INFO O| Feb 24 00:33:27.903 INFO STEP 830 (remove_files) COMPLETE
73472026-02-24T00:33:28.567Z[ recovery-image] Feb 24 00:33:27.903 INFO O| Feb 24 00:33:27.903 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73482026-02-24T00:33:28.580Z[ recovery-image] Feb 24 00:33:27.916 INFO O| Feb 24 00:33:27.916 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.default"
73492026-02-24T00:33:28.580Z[ recovery-image] Feb 24 00:33:27.916 INFO O| Feb 24 00:33:27.916 INFO STEP 831 (remove_files) COMPLETE
73502026-02-24T00:33:28.580Z[ recovery-image] Feb 24 00:33:27.916 INFO O| Feb 24 00:33:27.916 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73512026-02-24T00:33:28.593Z[ recovery-image] Feb 24 00:33:27.929 INFO O| Feb 24 00:33:27.929 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.execdata"
73522026-02-24T00:33:28.594Z[ recovery-image] Feb 24 00:33:27.929 INFO O| Feb 24 00:33:27.929 INFO STEP 832 (remove_files) COMPLETE
73532026-02-24T00:33:28.594Z[ recovery-image] Feb 24 00:33:27.929 INFO O| Feb 24 00:33:27.929 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73542026-02-24T00:33:28.608Z[ recovery-image] Feb 24 00:33:27.942 INFO O| Feb 24 00:33:27.942 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.filter"
73552026-02-24T00:33:28.608Z[ recovery-image] Feb 24 00:33:27.942 INFO O| Feb 24 00:33:27.942 INFO STEP 833 (remove_files) COMPLETE
73562026-02-24T00:33:28.608Z[ recovery-image] Feb 24 00:33:27.942 INFO O| Feb 24 00:33:27.942 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73572026-02-24T00:33:28.620Z[ recovery-image] Feb 24 00:33:27.956 INFO O| Feb 24 00:33:27.956 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexbss"
73582026-02-24T00:33:28.623Z[ recovery-image] Feb 24 00:33:27.957 INFO O| Feb 24 00:33:27.956 INFO STEP 834 (remove_files) COMPLETE
73592026-02-24T00:33:28.623Z[ recovery-image] Feb 24 00:33:27.957 INFO O| Feb 24 00:33:27.956 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73602026-02-24T00:33:28.634Z[ recovery-image] Feb 24 00:33:27.970 INFO O| Feb 24 00:33:27.969 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexdata"
73612026-02-24T00:33:28.634Z[ recovery-image] Feb 24 00:33:27.970 INFO O| Feb 24 00:33:27.970 INFO STEP 835 (remove_files) COMPLETE
73622026-02-24T00:33:28.636Z[ recovery-image] Feb 24 00:33:27.970 INFO O| Feb 24 00:33:27.970 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73632026-02-24T00:33:28.648Z[ recovery-image] Feb 24 00:33:27.983 INFO O| Feb 24 00:33:27.983 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexstk"
73642026-02-24T00:33:28.648Z[ recovery-image] Feb 24 00:33:27.983 INFO O| Feb 24 00:33:27.983 INFO STEP 836 (remove_files) COMPLETE
73652026-02-24T00:33:28.648Z[ recovery-image] Feb 24 00:33:27.983 INFO O| Feb 24 00:33:27.983 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73662026-02-24T00:33:28.662Z[ recovery-image] Feb 24 00:33:27.998 INFO O| Feb 24 00:33:27.998 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.pagealign"
73672026-02-24T00:33:28.662Z[ recovery-image] Feb 24 00:33:27.998 INFO O| Feb 24 00:33:27.998 INFO STEP 837 (remove_files) COMPLETE
73682026-02-24T00:33:28.662Z[ recovery-image] Feb 24 00:33:27.998 INFO O| Feb 24 00:33:27.998 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73692026-02-24T00:33:28.677Z[ recovery-image] Feb 24 00:33:28.013 INFO O| Feb 24 00:33:28.012 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
73702026-02-24T00:33:28.677Z[ recovery-image] Feb 24 00:33:28.013 INFO O| Feb 24 00:33:28.013 INFO STEP 838 (remove_files) COMPLETE
73712026-02-24T00:33:28.677Z[ recovery-image] Feb 24 00:33:28.013 INFO O| Feb 24 00:33:28.013 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73722026-02-24T00:33:28.690Z[ recovery-image] Feb 24 00:33:28.026 INFO O| Feb 24 00:33:28.026 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
73732026-02-24T00:33:28.690Z[ recovery-image] Feb 24 00:33:28.026 INFO O| Feb 24 00:33:28.026 INFO STEP 839 (remove_files) COMPLETE
73742026-02-24T00:33:28.694Z[ recovery-image] Feb 24 00:33:28.026 INFO O| Feb 24 00:33:28.026 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73752026-02-24T00:33:28.705Z[ recovery-image] Feb 24 00:33:28.041 INFO O| Feb 24 00:33:28.041 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
73762026-02-24T00:33:28.705Z[ recovery-image] Feb 24 00:33:28.041 INFO O| Feb 24 00:33:28.041 INFO STEP 840 (remove_files) COMPLETE
73772026-02-24T00:33:28.708Z[ recovery-image] Feb 24 00:33:28.041 INFO O| Feb 24 00:33:28.041 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73782026-02-24T00:33:28.720Z[ recovery-image] Feb 24 00:33:28.056 INFO O| Feb 24 00:33:28.056 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
73792026-02-24T00:33:28.720Z[ recovery-image] Feb 24 00:33:28.056 INFO O| Feb 24 00:33:28.056 INFO STEP 841 (remove_files) COMPLETE
73802026-02-24T00:33:28.720Z[ recovery-image] Feb 24 00:33:28.056 INFO O| Feb 24 00:33:28.056 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73812026-02-24T00:33:28.734Z[ recovery-image] Feb 24 00:33:28.069 INFO O| Feb 24 00:33:28.069 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/who.so.1"
73822026-02-24T00:33:28.734Z[ recovery-image] Feb 24 00:33:28.069 INFO O| Feb 24 00:33:28.069 INFO STEP 842 (remove_files) COMPLETE
73832026-02-24T00:33:28.734Z[ recovery-image] Feb 24 00:33:28.069 INFO O| Feb 24 00:33:28.069 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73842026-02-24T00:33:28.747Z[ recovery-image] Feb 24 00:33:28.083 INFO O| Feb 24 00:33:28.083 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/ldprof.so.1"
73852026-02-24T00:33:28.747Z[ recovery-image] Feb 24 00:33:28.083 INFO O| Feb 24 00:33:28.083 INFO STEP 843 (remove_files) COMPLETE
73862026-02-24T00:33:28.750Z[ recovery-image] Feb 24 00:33:28.083 INFO O| Feb 24 00:33:28.083 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73872026-02-24T00:33:28.761Z[ recovery-image] Feb 24 00:33:28.097 INFO O| Feb 24 00:33:28.096 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/truss.so.1"
73882026-02-24T00:33:28.761Z[ recovery-image] Feb 24 00:33:28.097 INFO O| Feb 24 00:33:28.097 INFO STEP 844 (remove_files) COMPLETE
73892026-02-24T00:33:28.761Z[ recovery-image] Feb 24 00:33:28.097 INFO O| Feb 24 00:33:28.097 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73902026-02-24T00:33:28.774Z[ recovery-image] Feb 24 00:33:28.110 INFO O| Feb 24 00:33:28.110 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/who.so.1"
73912026-02-24T00:33:28.774Z[ recovery-image] Feb 24 00:33:28.110 INFO O| Feb 24 00:33:28.110 INFO STEP 845 (remove_files) COMPLETE
73922026-02-24T00:33:28.774Z[ recovery-image] Feb 24 00:33:28.110 INFO O| Feb 24 00:33:28.110 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73932026-02-24T00:33:28.786Z[ recovery-image] Feb 24 00:33:28.122 INFO O| Feb 24 00:33:28.122 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidb"
73942026-02-24T00:33:28.786Z[ recovery-image] Feb 24 00:33:28.122 INFO O| Feb 24 00:33:28.122 INFO STEP 846 (remove_files) COMPLETE
73952026-02-24T00:33:28.786Z[ recovery-image] Feb 24 00:33:28.122 INFO O| Feb 24 00:33:28.122 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73962026-02-24T00:33:28.800Z[ recovery-image] Feb 24 00:33:28.135 INFO O| Feb 24 00:33:28.135 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidr_plugin.so"
73972026-02-24T00:33:28.800Z[ recovery-image] Feb 24 00:33:28.135 INFO O| Feb 24 00:33:28.135 INFO STEP 847 (remove_files) COMPLETE
73982026-02-24T00:33:28.800Z[ recovery-image] Feb 24 00:33:28.135 INFO O| Feb 24 00:33:28.135 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73992026-02-24T00:33:28.812Z[ recovery-image] Feb 24 00:33:28.148 INFO O| Feb 24 00:33:28.148 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcieb"
74002026-02-24T00:33:28.812Z[ recovery-image] Feb 24 00:33:28.148 INFO O| Feb 24 00:33:28.148 INFO STEP 848 (remove_files) COMPLETE
74012026-02-24T00:33:28.812Z[ recovery-image] Feb 24 00:33:28.148 INFO O| Feb 24 00:33:28.148 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74022026-02-24T00:33:28.828Z[ recovery-image] Feb 24 00:33:28.163 INFO O| Feb 24 00:33:28.163 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
74032026-02-24T00:33:28.828Z[ recovery-image] Feb 24 00:33:28.163 INFO O| Feb 24 00:33:28.163 INFO STEP 849 (remove_files) COMPLETE
74042026-02-24T00:33:28.832Z[ recovery-image] Feb 24 00:33:28.163 INFO O| Feb 24 00:33:28.163 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74052026-02-24T00:33:28.842Z[ recovery-image] Feb 24 00:33:28.178 INFO O| Feb 24 00:33:28.177 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/mpt.so.1"
74062026-02-24T00:33:28.842Z[ recovery-image] Feb 24 00:33:28.178 INFO O| Feb 24 00:33:28.178 INFO STEP 850 (remove_files) COMPLETE
74072026-02-24T00:33:28.845Z[ recovery-image] Feb 24 00:33:28.178 INFO O| Feb 24 00:33:28.178 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74082026-02-24T00:33:28.857Z[ recovery-image] Feb 24 00:33:28.193 INFO O| Feb 24 00:33:28.193 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
74092026-02-24T00:33:28.857Z[ recovery-image] Feb 24 00:33:28.193 INFO O| Feb 24 00:33:28.193 INFO STEP 851 (remove_files) COMPLETE
74102026-02-24T00:33:28.860Z[ recovery-image] Feb 24 00:33:28.193 INFO O| Feb 24 00:33:28.193 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74112026-02-24T00:33:28.871Z[ recovery-image] Feb 24 00:33:28.206 INFO O| Feb 24 00:33:28.206 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/reparsed"
74122026-02-24T00:33:28.871Z[ recovery-image] Feb 24 00:33:28.207 INFO O| Feb 24 00:33:28.206 INFO STEP 852 (remove_files) COMPLETE
74132026-02-24T00:33:28.871Z[ recovery-image] Feb 24 00:33:28.207 INFO O| Feb 24 00:33:28.207 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74142026-02-24T00:33:28.885Z[ recovery-image] Feb 24 00:33:28.221 INFO O| Feb 24 00:33:28.220 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/listen"
74152026-02-24T00:33:28.885Z[ recovery-image] Feb 24 00:33:28.221 INFO O| Feb 24 00:33:28.221 INFO STEP 853 (remove_files) COMPLETE
74162026-02-24T00:33:28.885Z[ recovery-image] Feb 24 00:33:28.221 INFO O| Feb 24 00:33:28.221 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74172026-02-24T00:33:28.899Z[ recovery-image] Feb 24 00:33:28.235 INFO O| Feb 24 00:33:28.235 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/nlps_server"
74182026-02-24T00:33:28.900Z[ recovery-image] Feb 24 00:33:28.235 INFO O| Feb 24 00:33:28.235 INFO STEP 854 (remove_files) COMPLETE
74192026-02-24T00:33:28.903Z[ recovery-image] Feb 24 00:33:28.235 INFO O| Feb 24 00:33:28.235 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74202026-02-24T00:33:28.913Z[ recovery-image] Feb 24 00:33:28.249 INFO O| Feb 24 00:33:28.248 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
74212026-02-24T00:33:28.913Z[ recovery-image] Feb 24 00:33:28.249 INFO O| Feb 24 00:33:28.249 INFO STEP 855 (remove_files) COMPLETE
74222026-02-24T00:33:28.913Z[ recovery-image] Feb 24 00:33:28.249 INFO O| Feb 24 00:33:28.249 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74232026-02-24T00:33:28.928Z[ recovery-image] Feb 24 00:33:28.264 INFO O| Feb 24 00:33:28.263 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
74242026-02-24T00:33:28.928Z[ recovery-image] Feb 24 00:33:28.264 INFO O| Feb 24 00:33:28.264 INFO STEP 856 (remove_files) COMPLETE
74252026-02-24T00:33:28.931Z[ recovery-image] Feb 24 00:33:28.264 INFO O| Feb 24 00:33:28.264 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74262026-02-24T00:33:28.943Z[ recovery-image] Feb 24 00:33:28.279 INFO O| Feb 24 00:33:28.279 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
74272026-02-24T00:33:28.943Z[ recovery-image] Feb 24 00:33:28.279 INFO O| Feb 24 00:33:28.279 INFO STEP 857 (remove_files) COMPLETE
74282026-02-24T00:33:28.943Z[ recovery-image] Feb 24 00:33:28.279 INFO O| Feb 24 00:33:28.279 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74292026-02-24T00:33:28.957Z[ recovery-image] Feb 24 00:33:28.293 INFO O| Feb 24 00:33:28.293 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/login.so.1"
74302026-02-24T00:33:28.957Z[ recovery-image] Feb 24 00:33:28.293 INFO O| Feb 24 00:33:28.293 INFO STEP 858 (remove_files) COMPLETE
74312026-02-24T00:33:28.957Z[ recovery-image] Feb 24 00:33:28.293 INFO O| Feb 24 00:33:28.293 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74322026-02-24T00:33:28.970Z[ recovery-image] Feb 24 00:33:28.306 INFO O| Feb 24 00:33:28.306 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/plain.so.1"
74332026-02-24T00:33:28.970Z[ recovery-image] Feb 24 00:33:28.306 INFO O| Feb 24 00:33:28.306 INFO STEP 859 (remove_files) COMPLETE
74342026-02-24T00:33:28.970Z[ recovery-image] Feb 24 00:33:28.306 INFO O| Feb 24 00:33:28.306 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74352026-02-24T00:33:28.983Z[ recovery-image] Feb 24 00:33:28.318 INFO O| Feb 24 00:33:28.318 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/crammd5.so.1"
74362026-02-24T00:33:28.983Z[ recovery-image] Feb 24 00:33:28.319 INFO O| Feb 24 00:33:28.318 INFO STEP 860 (remove_files) COMPLETE
74372026-02-24T00:33:28.983Z[ recovery-image] Feb 24 00:33:28.319 INFO O| Feb 24 00:33:28.319 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74382026-02-24T00:33:28.996Z[ recovery-image] Feb 24 00:33:28.332 INFO O| Feb 24 00:33:28.332 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/digestmd5.so.1"
74392026-02-24T00:33:28.996Z[ recovery-image] Feb 24 00:33:28.332 INFO O| Feb 24 00:33:28.332 INFO STEP 861 (remove_files) COMPLETE
74402026-02-24T00:33:28.996Z[ recovery-image] Feb 24 00:33:28.332 INFO O| Feb 24 00:33:28.332 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74412026-02-24T00:33:29.009Z[ recovery-image] Feb 24 00:33:28.344 INFO O| Feb 24 00:33:28.344 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/gssapi.so.1"
74422026-02-24T00:33:29.009Z[ recovery-image] Feb 24 00:33:28.345 INFO O| Feb 24 00:33:28.345 INFO STEP 862 (remove_files) COMPLETE
74432026-02-24T00:33:29.012Z[ recovery-image] Feb 24 00:33:28.345 INFO O| Feb 24 00:33:28.345 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74442026-02-24T00:33:29.021Z[ recovery-image] Feb 24 00:33:28.357 INFO O| Feb 24 00:33:28.357 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/login.so.1"
74452026-02-24T00:33:29.024Z[ recovery-image] Feb 24 00:33:28.357 INFO O| Feb 24 00:33:28.357 INFO STEP 863 (remove_files) COMPLETE
74462026-02-24T00:33:29.024Z[ recovery-image] Feb 24 00:33:28.357 INFO O| Feb 24 00:33:28.357 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74472026-02-24T00:33:29.034Z[ recovery-image] Feb 24 00:33:28.370 INFO O| Feb 24 00:33:28.370 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/plain.so.1"
74482026-02-24T00:33:29.034Z[ recovery-image] Feb 24 00:33:28.370 INFO O| Feb 24 00:33:28.370 INFO STEP 864 (remove_files) COMPLETE
74492026-02-24T00:33:29.037Z[ recovery-image] Feb 24 00:33:28.370 INFO O| Feb 24 00:33:28.370 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74502026-02-24T00:33:29.046Z[ recovery-image] Feb 24 00:33:28.382 INFO O| Feb 24 00:33:28.382 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
74512026-02-24T00:33:29.049Z[ recovery-image] Feb 24 00:33:28.382 INFO O| Feb 24 00:33:28.382 INFO STEP 865 (remove_files) COMPLETE
74522026-02-24T00:33:29.049Z[ recovery-image] Feb 24 00:33:28.382 INFO O| Feb 24 00:33:28.382 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74532026-02-24T00:33:29.058Z[ recovery-image] Feb 24 00:33:28.394 INFO O| Feb 24 00:33:28.394 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
74542026-02-24T00:33:29.059Z[ recovery-image] Feb 24 00:33:28.394 INFO O| Feb 24 00:33:28.394 INFO STEP 866 (remove_files) COMPLETE
74552026-02-24T00:33:29.059Z[ recovery-image] Feb 24 00:33:28.394 INFO O| Feb 24 00:33:28.394 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74562026-02-24T00:33:29.070Z[ recovery-image] Feb 24 00:33:28.406 INFO O| Feb 24 00:33:28.406 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
74572026-02-24T00:33:29.070Z[ recovery-image] Feb 24 00:33:28.406 INFO O| Feb 24 00:33:28.406 INFO STEP 867 (remove_files) COMPLETE
74582026-02-24T00:33:29.070Z[ recovery-image] Feb 24 00:33:28.406 INFO O| Feb 24 00:33:28.406 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74592026-02-24T00:33:29.082Z[ recovery-image] Feb 24 00:33:28.418 INFO O| Feb 24 00:33:28.418 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
74602026-02-24T00:33:29.082Z[ recovery-image] Feb 24 00:33:28.418 INFO O| Feb 24 00:33:28.418 INFO STEP 868 (remove_files) COMPLETE
74612026-02-24T00:33:29.083Z[ recovery-image] Feb 24 00:33:28.418 INFO O| Feb 24 00:33:28.418 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74622026-02-24T00:33:29.094Z[ recovery-image] Feb 24 00:33:28.430 INFO O| Feb 24 00:33:28.430 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
74632026-02-24T00:33:29.097Z[ recovery-image] Feb 24 00:33:28.430 INFO O| Feb 24 00:33:28.430 INFO STEP 869 (remove_files) COMPLETE
74642026-02-24T00:33:29.097Z[ recovery-image] Feb 24 00:33:28.430 INFO O| Feb 24 00:33:28.430 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74652026-02-24T00:33:29.106Z[ recovery-image] Feb 24 00:33:28.441 INFO O| Feb 24 00:33:28.441 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
74662026-02-24T00:33:29.106Z[ recovery-image] Feb 24 00:33:28.442 INFO O| Feb 24 00:33:28.441 INFO STEP 870 (remove_files) COMPLETE
74672026-02-24T00:33:29.106Z[ recovery-image] Feb 24 00:33:28.442 INFO O| Feb 24 00:33:28.442 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74682026-02-24T00:33:29.117Z[ recovery-image] Feb 24 00:33:28.453 INFO O| Feb 24 00:33:28.453 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
74692026-02-24T00:33:29.117Z[ recovery-image] Feb 24 00:33:28.453 INFO O| Feb 24 00:33:28.453 INFO STEP 871 (remove_files) COMPLETE
74702026-02-24T00:33:29.117Z[ recovery-image] Feb 24 00:33:28.453 INFO O| Feb 24 00:33:28.453 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74712026-02-24T00:33:29.129Z[ recovery-image] Feb 24 00:33:28.465 INFO O| Feb 24 00:33:28.465 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
74722026-02-24T00:33:29.129Z[ recovery-image] Feb 24 00:33:28.465 INFO O| Feb 24 00:33:28.465 INFO STEP 872 (remove_files) COMPLETE
74732026-02-24T00:33:29.129Z[ recovery-image] Feb 24 00:33:28.465 INFO O| Feb 24 00:33:28.465 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74742026-02-24T00:33:29.141Z[ recovery-image] Feb 24 00:33:28.477 INFO O| Feb 24 00:33:28.476 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
74752026-02-24T00:33:29.141Z[ recovery-image] Feb 24 00:33:28.477 INFO O| Feb 24 00:33:28.477 INFO STEP 873 (remove_files) COMPLETE
74762026-02-24T00:33:29.141Z[ recovery-image] Feb 24 00:33:28.477 INFO O| Feb 24 00:33:28.477 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74772026-02-24T00:33:29.152Z[ recovery-image] Feb 24 00:33:28.488 INFO O| Feb 24 00:33:28.488 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
74782026-02-24T00:33:29.152Z[ recovery-image] Feb 24 00:33:28.488 INFO O| Feb 24 00:33:28.488 INFO STEP 874 (remove_files) COMPLETE
74792026-02-24T00:33:29.152Z[ recovery-image] Feb 24 00:33:28.488 INFO O| Feb 24 00:33:28.488 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74802026-02-24T00:33:29.166Z[ recovery-image] Feb 24 00:33:28.502 INFO O| Feb 24 00:33:28.501 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
74812026-02-24T00:33:29.166Z[ recovery-image] Feb 24 00:33:28.502 INFO O| Feb 24 00:33:28.502 INFO STEP 875 (remove_files) COMPLETE
74822026-02-24T00:33:29.166Z[ recovery-image] Feb 24 00:33:28.502 INFO O| Feb 24 00:33:28.502 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74832026-02-24T00:33:29.178Z[ recovery-image] Feb 24 00:33:28.514 INFO O| Feb 24 00:33:28.514 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
74842026-02-24T00:33:29.178Z[ recovery-image] Feb 24 00:33:28.514 INFO O| Feb 24 00:33:28.514 INFO STEP 876 (remove_files) COMPLETE
74852026-02-24T00:33:29.178Z[ recovery-image] Feb 24 00:33:28.514 INFO O| Feb 24 00:33:28.514 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74862026-02-24T00:33:29.191Z[ recovery-image] Feb 24 00:33:28.527 INFO O| Feb 24 00:33:28.527 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
74872026-02-24T00:33:29.191Z[ recovery-image] Feb 24 00:33:28.527 INFO O| Feb 24 00:33:28.527 INFO STEP 877 (remove_files) COMPLETE
74882026-02-24T00:33:29.191Z[ recovery-image] Feb 24 00:33:28.527 INFO O| Feb 24 00:33:28.527 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74892026-02-24T00:33:29.205Z[ recovery-image] Feb 24 00:33:28.540 INFO O| Feb 24 00:33:28.540 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
74902026-02-24T00:33:29.205Z[ recovery-image] Feb 24 00:33:28.541 INFO O| Feb 24 00:33:28.540 INFO STEP 878 (remove_files) COMPLETE
74912026-02-24T00:33:29.205Z[ recovery-image] Feb 24 00:33:28.541 INFO O| Feb 24 00:33:28.541 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74922026-02-24T00:33:29.218Z[ recovery-image] Feb 24 00:33:28.553 INFO O| Feb 24 00:33:28.553 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
74932026-02-24T00:33:29.218Z[ recovery-image] Feb 24 00:33:28.553 INFO O| Feb 24 00:33:28.553 INFO STEP 879 (remove_files) COMPLETE
74942026-02-24T00:33:29.218Z[ recovery-image] Feb 24 00:33:28.553 INFO O| Feb 24 00:33:28.553 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74952026-02-24T00:33:29.231Z[ recovery-image] Feb 24 00:33:28.566 INFO O| Feb 24 00:33:28.566 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_list.so.1"
74962026-02-24T00:33:29.231Z[ recovery-image] Feb 24 00:33:28.567 INFO O| Feb 24 00:33:28.566 INFO STEP 880 (remove_files) COMPLETE
74972026-02-24T00:33:29.231Z[ recovery-image] Feb 24 00:33:28.567 INFO O| Feb 24 00:33:28.567 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74982026-02-24T00:33:29.243Z[ recovery-image] Feb 24 00:33:28.578 INFO O| Feb 24 00:33:28.578 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
74992026-02-24T00:33:29.243Z[ recovery-image] Feb 24 00:33:28.579 INFO O| Feb 24 00:33:28.579 INFO STEP 881 (remove_files) COMPLETE
75002026-02-24T00:33:29.243Z[ recovery-image] Feb 24 00:33:28.579 INFO O| Feb 24 00:33:28.579 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75012026-02-24T00:33:29.254Z[ recovery-image] Feb 24 00:33:28.589 INFO O| Feb 24 00:33:28.589 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
75022026-02-24T00:33:29.254Z[ recovery-image] Feb 24 00:33:28.590 INFO O| Feb 24 00:33:28.590 INFO STEP 882 (remove_files) COMPLETE
75032026-02-24T00:33:29.254Z[ recovery-image] Feb 24 00:33:28.590 INFO O| Feb 24 00:33:28.590 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75042026-02-24T00:33:29.266Z[ recovery-image] Feb 24 00:33:28.602 INFO O| Feb 24 00:33:28.602 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
75052026-02-24T00:33:29.266Z[ recovery-image] Feb 24 00:33:28.602 INFO O| Feb 24 00:33:28.602 INFO STEP 883 (remove_files) COMPLETE
75062026-02-24T00:33:29.269Z[ recovery-image] Feb 24 00:33:28.602 INFO O| Feb 24 00:33:28.602 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75072026-02-24T00:33:29.279Z[ recovery-image] Feb 24 00:33:28.615 INFO O| Feb 24 00:33:28.614 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
75082026-02-24T00:33:29.279Z[ recovery-image] Feb 24 00:33:28.615 INFO O| Feb 24 00:33:28.615 INFO STEP 884 (remove_files) COMPLETE
75092026-02-24T00:33:29.279Z[ recovery-image] Feb 24 00:33:28.615 INFO O| Feb 24 00:33:28.615 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75102026-02-24T00:33:29.299Z[ recovery-image] Feb 24 00:33:28.627 INFO O| Feb 24 00:33:28.627 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
75112026-02-24T00:33:29.299Z[ recovery-image] Feb 24 00:33:28.627 INFO O| Feb 24 00:33:28.627 INFO STEP 885 (remove_files) COMPLETE
75122026-02-24T00:33:29.299Z[ recovery-image] Feb 24 00:33:28.627 INFO O| Feb 24 00:33:28.627 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75132026-02-24T00:33:29.305Z[ recovery-image] Feb 24 00:33:28.641 INFO O| Feb 24 00:33:28.641 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
75142026-02-24T00:33:29.305Z[ recovery-image] Feb 24 00:33:28.641 INFO O| Feb 24 00:33:28.641 INFO STEP 886 (remove_files) COMPLETE
75152026-02-24T00:33:29.305Z[ recovery-image] Feb 24 00:33:28.641 INFO O| Feb 24 00:33:28.641 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75162026-02-24T00:33:29.318Z[ recovery-image] Feb 24 00:33:28.654 INFO O| Feb 24 00:33:28.654 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
75172026-02-24T00:33:29.321Z[ recovery-image] Feb 24 00:33:28.654 INFO O| Feb 24 00:33:28.654 INFO STEP 887 (remove_files) COMPLETE
75182026-02-24T00:33:29.321Z[ recovery-image] Feb 24 00:33:28.654 INFO O| Feb 24 00:33:28.654 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75192026-02-24T00:33:29.330Z[ recovery-image] Feb 24 00:33:28.666 INFO O| Feb 24 00:33:28.666 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
75202026-02-24T00:33:29.333Z[ recovery-image] Feb 24 00:33:28.667 INFO O| Feb 24 00:33:28.667 INFO STEP 888 (remove_files) COMPLETE
75212026-02-24T00:33:29.333Z[ recovery-image] Feb 24 00:33:28.667 INFO O| Feb 24 00:33:28.667 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75222026-02-24T00:33:29.344Z[ recovery-image] Feb 24 00:33:28.679 INFO O| Feb 24 00:33:28.679 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
75232026-02-24T00:33:29.344Z[ recovery-image] Feb 24 00:33:28.679 INFO O| Feb 24 00:33:28.679 INFO STEP 889 (remove_files) COMPLETE
75242026-02-24T00:33:29.346Z[ recovery-image] Feb 24 00:33:28.679 INFO O| Feb 24 00:33:28.679 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75252026-02-24T00:33:29.355Z[ recovery-image] Feb 24 00:33:28.691 INFO O| Feb 24 00:33:28.691 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
75262026-02-24T00:33:29.355Z[ recovery-image] Feb 24 00:33:28.691 INFO O| Feb 24 00:33:28.691 INFO STEP 890 (remove_files) COMPLETE
75272026-02-24T00:33:29.356Z[ recovery-image] Feb 24 00:33:28.691 INFO O| Feb 24 00:33:28.691 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75282026-02-24T00:33:29.368Z[ recovery-image] Feb 24 00:33:28.704 INFO O| Feb 24 00:33:28.704 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
75292026-02-24T00:33:29.368Z[ recovery-image] Feb 24 00:33:28.704 INFO O| Feb 24 00:33:28.704 INFO STEP 891 (remove_files) COMPLETE
75302026-02-24T00:33:29.368Z[ recovery-image] Feb 24 00:33:28.704 INFO O| Feb 24 00:33:28.704 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75312026-02-24T00:33:29.380Z[ recovery-image] Feb 24 00:33:28.716 INFO O| Feb 24 00:33:28.716 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
75322026-02-24T00:33:29.380Z[ recovery-image] Feb 24 00:33:28.716 INFO O| Feb 24 00:33:28.716 INFO STEP 892 (remove_files) COMPLETE
75332026-02-24T00:33:29.383Z[ recovery-image] Feb 24 00:33:28.716 INFO O| Feb 24 00:33:28.716 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75342026-02-24T00:33:29.392Z[ recovery-image] Feb 24 00:33:28.728 INFO O| Feb 24 00:33:28.728 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
75352026-02-24T00:33:29.392Z[ recovery-image] Feb 24 00:33:28.728 INFO O| Feb 24 00:33:28.728 INFO STEP 893 (remove_files) COMPLETE
75362026-02-24T00:33:29.397Z[ recovery-image] Feb 24 00:33:28.728 INFO O| Feb 24 00:33:28.728 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75372026-02-24T00:33:29.405Z[ recovery-image] Feb 24 00:33:28.741 INFO O| Feb 24 00:33:28.741 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
75382026-02-24T00:33:29.408Z[ recovery-image] Feb 24 00:33:28.741 INFO O| Feb 24 00:33:28.741 INFO STEP 894 (remove_files) COMPLETE
75392026-02-24T00:33:29.408Z[ recovery-image] Feb 24 00:33:28.741 INFO O| Feb 24 00:33:28.741 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75402026-02-24T00:33:29.418Z[ recovery-image] Feb 24 00:33:28.752 INFO O| Feb 24 00:33:28.752 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
75412026-02-24T00:33:29.418Z[ recovery-image] Feb 24 00:33:28.753 INFO O| Feb 24 00:33:28.752 INFO STEP 895 (remove_files) COMPLETE
75422026-02-24T00:33:29.418Z[ recovery-image] Feb 24 00:33:28.753 INFO O| Feb 24 00:33:28.753 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75432026-02-24T00:33:29.430Z[ recovery-image] Feb 24 00:33:28.766 INFO O| Feb 24 00:33:28.766 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_binfile.so.1"
75442026-02-24T00:33:29.430Z[ recovery-image] Feb 24 00:33:28.766 INFO O| Feb 24 00:33:28.766 INFO STEP 896 (remove_files) COMPLETE
75452026-02-24T00:33:29.430Z[ recovery-image] Feb 24 00:33:28.766 INFO O| Feb 24 00:33:28.766 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75462026-02-24T00:33:29.443Z[ recovery-image] Feb 24 00:33:28.779 INFO O| Feb 24 00:33:28.779 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_remote.so.1"
75472026-02-24T00:33:29.443Z[ recovery-image] Feb 24 00:33:28.779 INFO O| Feb 24 00:33:28.779 INFO STEP 897 (remove_files) COMPLETE
75482026-02-24T00:33:29.447Z[ recovery-image] Feb 24 00:33:28.779 INFO O| Feb 24 00:33:28.779 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75492026-02-24T00:33:29.457Z[ recovery-image] Feb 24 00:33:28.792 INFO O| Feb 24 00:33:28.792 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_syslog.so.1"
75502026-02-24T00:33:29.457Z[ recovery-image] Feb 24 00:33:28.793 INFO O| Feb 24 00:33:28.793 INFO STEP 898 (remove_files) COMPLETE
75512026-02-24T00:33:29.457Z[ recovery-image] Feb 24 00:33:28.793 INFO O| Feb 24 00:33:28.793 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75522026-02-24T00:33:29.470Z[ recovery-image] Feb 24 00:33:28.806 INFO O| Feb 24 00:33:28.806 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
75532026-02-24T00:33:29.470Z[ recovery-image] Feb 24 00:33:28.806 INFO O| Feb 24 00:33:28.806 INFO STEP 899 (remove_files) COMPLETE
75542026-02-24T00:33:29.470Z[ recovery-image] Feb 24 00:33:28.806 INFO O| Feb 24 00:33:28.806 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75552026-02-24T00:33:29.483Z[ recovery-image] Feb 24 00:33:28.818 INFO O| Feb 24 00:33:28.818 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
75562026-02-24T00:33:29.483Z[ recovery-image] Feb 24 00:33:28.819 INFO O| Feb 24 00:33:28.818 INFO STEP 900 (remove_files) COMPLETE
75572026-02-24T00:33:29.483Z[ recovery-image] Feb 24 00:33:28.819 INFO O| Feb 24 00:33:28.819 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75582026-02-24T00:33:29.495Z[ recovery-image] Feb 24 00:33:28.831 INFO O| Feb 24 00:33:28.831 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha256.so.1"
75592026-02-24T00:33:29.495Z[ recovery-image] Feb 24 00:33:28.831 INFO O| Feb 24 00:33:28.831 INFO STEP 901 (remove_files) COMPLETE
75602026-02-24T00:33:29.495Z[ recovery-image] Feb 24 00:33:28.831 INFO O| Feb 24 00:33:28.831 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75612026-02-24T00:33:29.508Z[ recovery-image] Feb 24 00:33:28.844 INFO O| Feb 24 00:33:28.844 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha512.so.1"
75622026-02-24T00:33:29.508Z[ recovery-image] Feb 24 00:33:28.844 INFO O| Feb 24 00:33:28.844 INFO STEP 902 (remove_files) COMPLETE
75632026-02-24T00:33:29.508Z[ recovery-image] Feb 24 00:33:28.844 INFO O| Feb 24 00:33:28.844 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75642026-02-24T00:33:29.522Z[ recovery-image] Feb 24 00:33:28.857 INFO O| Feb 24 00:33:28.857 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
75652026-02-24T00:33:29.522Z[ recovery-image] Feb 24 00:33:28.857 INFO O| Feb 24 00:33:28.857 INFO STEP 903 (remove_files) COMPLETE
75662026-02-24T00:33:29.522Z[ recovery-image] Feb 24 00:33:28.857 INFO O| Feb 24 00:33:28.857 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75672026-02-24T00:33:29.535Z[ recovery-image] Feb 24 00:33:28.871 INFO O| Feb 24 00:33:28.871 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_allow.so.1"
75682026-02-24T00:33:29.535Z[ recovery-image] Feb 24 00:33:28.871 INFO O| Feb 24 00:33:28.871 INFO STEP 904 (remove_files) COMPLETE
75692026-02-24T00:33:29.535Z[ recovery-image] Feb 24 00:33:28.871 INFO O| Feb 24 00:33:28.871 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75702026-02-24T00:33:29.548Z[ recovery-image] Feb 24 00:33:28.884 INFO O| Feb 24 00:33:28.884 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_check.so.1"
75712026-02-24T00:33:29.549Z[ recovery-image] Feb 24 00:33:28.884 INFO O| Feb 24 00:33:28.884 INFO STEP 905 (remove_files) COMPLETE
75722026-02-24T00:33:29.551Z[ recovery-image] Feb 24 00:33:28.884 INFO O| Feb 24 00:33:28.884 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75732026-02-24T00:33:29.561Z[ recovery-image] Feb 24 00:33:28.897 INFO O| Feb 24 00:33:28.897 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_store.so.1"
75742026-02-24T00:33:29.561Z[ recovery-image] Feb 24 00:33:28.897 INFO O| Feb 24 00:33:28.897 INFO STEP 906 (remove_files) COMPLETE
75752026-02-24T00:33:29.561Z[ recovery-image] Feb 24 00:33:28.897 INFO O| Feb 24 00:33:28.897 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75762026-02-24T00:33:29.574Z[ recovery-image] Feb 24 00:33:28.910 INFO O| Feb 24 00:33:28.910 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_deny.so.1"
75772026-02-24T00:33:29.574Z[ recovery-image] Feb 24 00:33:28.910 INFO O| Feb 24 00:33:28.910 INFO STEP 907 (remove_files) COMPLETE
75782026-02-24T00:33:29.574Z[ recovery-image] Feb 24 00:33:28.910 INFO O| Feb 24 00:33:28.910 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75792026-02-24T00:33:29.587Z[ recovery-image] Feb 24 00:33:28.923 INFO O| Feb 24 00:33:28.923 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5.so.1"
75802026-02-24T00:33:29.587Z[ recovery-image] Feb 24 00:33:28.923 INFO O| Feb 24 00:33:28.923 INFO STEP 908 (remove_files) COMPLETE
75812026-02-24T00:33:29.587Z[ recovery-image] Feb 24 00:33:28.923 INFO O| Feb 24 00:33:28.923 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75822026-02-24T00:33:30.603Z[ recovery-image] Feb 24 00:33:28.935 INFO O| Feb 24 00:33:28.935 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
75832026-02-24T00:33:30.603Z[ recovery-image] Feb 24 00:33:28.935 INFO O| Feb 24 00:33:28.935 INFO STEP 909 (remove_files) COMPLETE
75842026-02-24T00:33:30.609Z[ recovery-image] Feb 24 00:33:28.935 INFO O| Feb 24 00:33:28.935 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75852026-02-24T00:33:30.609Z[ recovery-image] Feb 24 00:33:28.947 INFO O| Feb 24 00:33:28.947 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_ldap.so.1"
75862026-02-24T00:33:30.609Z[ recovery-image] Feb 24 00:33:28.947 INFO O| Feb 24 00:33:28.947 INFO STEP 910 (remove_files) COMPLETE
75872026-02-24T00:33:30.609Z[ recovery-image] Feb 24 00:33:28.947 INFO O| Feb 24 00:33:28.947 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75882026-02-24T00:33:30.609Z[ recovery-image] Feb 24 00:33:28.958 INFO O| Feb 24 00:33:28.958 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_list.so.1"
75892026-02-24T00:33:30.609Z[ recovery-image] Feb 24 00:33:28.958 INFO O| Feb 24 00:33:28.958 INFO STEP 911 (remove_files) COMPLETE
75902026-02-24T00:33:30.609Z[ recovery-image] Feb 24 00:33:28.958 INFO O| Feb 24 00:33:28.958 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75912026-02-24T00:33:30.609Z[ recovery-image] Feb 24 00:33:28.971 INFO O| Feb 24 00:33:28.971 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
75922026-02-24T00:33:30.609Z[ recovery-image] Feb 24 00:33:28.971 INFO O| Feb 24 00:33:28.971 INFO STEP 912 (remove_files) COMPLETE
75932026-02-24T00:33:30.609Z[ recovery-image] Feb 24 00:33:28.971 INFO O| Feb 24 00:33:28.971 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75942026-02-24T00:33:30.609Z[ recovery-image] Feb 24 00:33:28.983 INFO O| Feb 24 00:33:28.983 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
75952026-02-24T00:33:30.609Z[ recovery-image] Feb 24 00:33:28.983 INFO O| Feb 24 00:33:28.983 INFO STEP 913 (remove_files) COMPLETE
75962026-02-24T00:33:30.609Z[ recovery-image] Feb 24 00:33:28.983 INFO O| Feb 24 00:33:28.983 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75972026-02-24T00:33:30.609Z[ recovery-image] Feb 24 00:33:28.995 INFO O| Feb 24 00:33:28.995 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_sample.so.1"
75982026-02-24T00:33:30.609Z[ recovery-image] Feb 24 00:33:28.995 INFO O| Feb 24 00:33:28.995 INFO STEP 914 (remove_files) COMPLETE
75992026-02-24T00:33:30.609Z[ recovery-image] Feb 24 00:33:28.996 INFO O| Feb 24 00:33:28.995 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76002026-02-24T00:33:30.609Z[ recovery-image] Feb 24 00:33:29.008 INFO O| Feb 24 00:33:29.008 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
76012026-02-24T00:33:30.609Z[ recovery-image] Feb 24 00:33:29.008 INFO O| Feb 24 00:33:29.008 INFO STEP 915 (remove_files) COMPLETE
76022026-02-24T00:33:30.609Z[ recovery-image] Feb 24 00:33:29.008 INFO O| Feb 24 00:33:29.008 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76032026-02-24T00:33:30.609Z[ recovery-image] Feb 24 00:33:29.020 INFO O| Feb 24 00:33:29.019 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
76042026-02-24T00:33:30.609Z[ recovery-image] Feb 24 00:33:29.020 INFO O| Feb 24 00:33:29.020 INFO STEP 916 (remove_files) COMPLETE
76052026-02-24T00:33:30.610Z[ recovery-image] Feb 24 00:33:29.020 INFO O| Feb 24 00:33:29.020 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76062026-02-24T00:33:30.610Z[ recovery-image] Feb 24 00:33:29.032 INFO O| Feb 24 00:33:29.032 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_timestamp.so.1"
76072026-02-24T00:33:30.610Z[ recovery-image] Feb 24 00:33:29.032 INFO O| Feb 24 00:33:29.032 INFO STEP 917 (remove_files) COMPLETE
76082026-02-24T00:33:30.610Z[ recovery-image] Feb 24 00:33:29.032 INFO O| Feb 24 00:33:29.032 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76092026-02-24T00:33:30.610Z[ recovery-image] Feb 24 00:33:29.044 INFO O| Feb 24 00:33:29.044 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_tsol_account.so.1"
76102026-02-24T00:33:30.611Z[ recovery-image] Feb 24 00:33:29.045 INFO O| Feb 24 00:33:29.045 INFO STEP 918 (remove_files) COMPLETE
76112026-02-24T00:33:30.611Z[ recovery-image] Feb 24 00:33:29.045 INFO O| Feb 24 00:33:29.045 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76122026-02-24T00:33:30.611Z[ recovery-image] Feb 24 00:33:29.057 INFO O| Feb 24 00:33:29.057 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
76132026-02-24T00:33:30.611Z[ recovery-image] Feb 24 00:33:29.057 INFO O| Feb 24 00:33:29.057 INFO STEP 919 (remove_files) COMPLETE
76142026-02-24T00:33:30.611Z[ recovery-image] Feb 24 00:33:29.057 INFO O| Feb 24 00:33:29.057 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76152026-02-24T00:33:30.611Z[ recovery-image] Feb 24 00:33:29.070 INFO O| Feb 24 00:33:29.069 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
76162026-02-24T00:33:30.611Z[ recovery-image] Feb 24 00:33:29.070 INFO O| Feb 24 00:33:29.070 INFO STEP 920 (remove_files) COMPLETE
76172026-02-24T00:33:30.611Z[ recovery-image] Feb 24 00:33:29.070 INFO O| Feb 24 00:33:29.070 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76182026-02-24T00:33:30.611Z[ recovery-image] Feb 24 00:33:29.082 INFO O| Feb 24 00:33:29.082 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
76192026-02-24T00:33:30.611Z[ recovery-image] Feb 24 00:33:29.082 INFO O| Feb 24 00:33:29.082 INFO STEP 921 (remove_files) COMPLETE
76202026-02-24T00:33:30.611Z[ recovery-image] Feb 24 00:33:29.082 INFO O| Feb 24 00:33:29.082 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76212026-02-24T00:33:30.611Z[ recovery-image] Feb 24 00:33:29.095 INFO O| Feb 24 00:33:29.095 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/compress"
76222026-02-24T00:33:30.611Z[ recovery-image] Feb 24 00:33:29.095 INFO O| Feb 24 00:33:29.095 INFO STEP 922 (remove_files) COMPLETE
76232026-02-24T00:33:30.611Z[ recovery-image] Feb 24 00:33:29.095 INFO O| Feb 24 00:33:29.095 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76242026-02-24T00:33:30.611Z[ recovery-image] Feb 24 00:33:29.108 INFO O| Feb 24 00:33:29.108 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashcheck"
76252026-02-24T00:33:30.611Z[ recovery-image] Feb 24 00:33:29.108 INFO O| Feb 24 00:33:29.108 INFO STEP 923 (remove_files) COMPLETE
76262026-02-24T00:33:30.611Z[ recovery-image] Feb 24 00:33:29.108 INFO O| Feb 24 00:33:29.108 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76272026-02-24T00:33:30.611Z[ recovery-image] Feb 24 00:33:29.121 INFO O| Feb 24 00:33:29.121 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashmake"
76282026-02-24T00:33:30.611Z[ recovery-image] Feb 24 00:33:29.121 INFO O| Feb 24 00:33:29.121 INFO STEP 924 (remove_files) COMPLETE
76292026-02-24T00:33:30.611Z[ recovery-image] Feb 24 00:33:29.121 INFO O| Feb 24 00:33:29.121 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76302026-02-24T00:33:30.611Z[ recovery-image] Feb 24 00:33:29.134 INFO O| Feb 24 00:33:29.133 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlista"
76312026-02-24T00:33:30.611Z[ recovery-image] Feb 24 00:33:29.134 INFO O| Feb 24 00:33:29.134 INFO STEP 925 (remove_files) COMPLETE
76322026-02-24T00:33:30.611Z[ recovery-image] Feb 24 00:33:29.134 INFO O| Feb 24 00:33:29.134 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76332026-02-24T00:33:30.611Z[ recovery-image] Feb 24 00:33:29.147 INFO O| Feb 24 00:33:29.147 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlistb"
76342026-02-24T00:33:30.611Z[ recovery-image] Feb 24 00:33:29.147 INFO O| Feb 24 00:33:29.147 INFO STEP 926 (remove_files) COMPLETE
76352026-02-24T00:33:30.611Z[ recovery-image] Feb 24 00:33:29.147 INFO O| Feb 24 00:33:29.147 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76362026-02-24T00:33:30.611Z[ recovery-image] Feb 24 00:33:29.160 INFO O| Feb 24 00:33:29.160 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hstop"
76372026-02-24T00:33:30.611Z[ recovery-image] Feb 24 00:33:29.160 INFO O| Feb 24 00:33:29.160 INFO STEP 927 (remove_files) COMPLETE
76382026-02-24T00:33:30.611Z[ recovery-image] Feb 24 00:33:29.160 INFO O| Feb 24 00:33:29.160 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76392026-02-24T00:33:30.611Z[ recovery-image] Feb 24 00:33:29.174 INFO O| Feb 24 00:33:29.174 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellin"
76402026-02-24T00:33:30.611Z[ recovery-image] Feb 24 00:33:29.174 INFO O| Feb 24 00:33:29.174 INFO STEP 928 (remove_files) COMPLETE
76412026-02-24T00:33:30.611Z[ recovery-image] Feb 24 00:33:29.174 INFO O| Feb 24 00:33:29.174 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76422026-02-24T00:33:30.611Z[ recovery-image] Feb 24 00:33:29.187 INFO O| Feb 24 00:33:29.186 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellprog"
76432026-02-24T00:33:30.611Z[ recovery-image] Feb 24 00:33:29.187 INFO O| Feb 24 00:33:29.187 INFO STEP 929 (remove_files) COMPLETE
76442026-02-24T00:33:30.611Z[ recovery-image] Feb 24 00:33:29.187 INFO O| Feb 24 00:33:29.187 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76452026-02-24T00:33:30.611Z[ recovery-image] Feb 24 00:33:29.200 INFO O| Feb 24 00:33:29.200 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sysevent/syseventconfd"
76462026-02-24T00:33:30.612Z[ recovery-image] Feb 24 00:33:29.200 INFO O| Feb 24 00:33:29.200 INFO STEP 930 (remove_files) COMPLETE
76472026-02-24T00:33:30.612Z[ recovery-image] Feb 24 00:33:29.200 INFO O| Feb 24 00:33:29.200 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76482026-02-24T00:33:30.612Z[ recovery-image] Feb 24 00:33:29.212 INFO O| Feb 24 00:33:29.212 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
76492026-02-24T00:33:30.612Z[ recovery-image] Feb 24 00:33:29.213 INFO O| Feb 24 00:33:29.213 INFO STEP 931 (remove_files) COMPLETE
76502026-02-24T00:33:30.612Z[ recovery-image] Feb 24 00:33:29.213 INFO O| Feb 24 00:33:29.213 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76512026-02-24T00:33:30.612Z[ recovery-image] Feb 24 00:33:29.224 INFO O| Feb 24 00:33:29.224 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
76522026-02-24T00:33:30.612Z[ recovery-image] Feb 24 00:33:29.225 INFO O| Feb 24 00:33:29.225 INFO STEP 932 (remove_files) COMPLETE
76532026-02-24T00:33:30.612Z[ recovery-image] Feb 24 00:33:29.225 INFO O| Feb 24 00:33:29.225 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76542026-02-24T00:33:30.612Z[ recovery-image] Feb 24 00:33:29.237 INFO O| Feb 24 00:33:29.237 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
76552026-02-24T00:33:30.612Z[ recovery-image] Feb 24 00:33:29.237 INFO O| Feb 24 00:33:29.237 INFO STEP 933 (remove_files) COMPLETE
76562026-02-24T00:33:30.612Z[ recovery-image] Feb 24 00:33:29.237 INFO O| Feb 24 00:33:29.237 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76572026-02-24T00:33:30.612Z[ recovery-image] Feb 24 00:33:29.249 INFO O| Feb 24 00:33:29.249 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
76582026-02-24T00:33:30.612Z[ recovery-image] Feb 24 00:33:29.249 INFO O| Feb 24 00:33:29.249 INFO STEP 934 (remove_files) COMPLETE
76592026-02-24T00:33:30.612Z[ recovery-image] Feb 24 00:33:29.250 INFO O| Feb 24 00:33:29.249 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76602026-02-24T00:33:30.612Z[ recovery-image] Feb 24 00:33:29.262 INFO O| Feb 24 00:33:29.262 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/varpd"
76612026-02-24T00:33:30.612Z[ recovery-image] Feb 24 00:33:29.262 INFO O| Feb 24 00:33:29.262 INFO STEP 935 (remove_files) COMPLETE
76622026-02-24T00:33:30.612Z[ recovery-image] Feb 24 00:33:29.262 INFO O| Feb 24 00:33:29.262 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76632026-02-24T00:33:30.612Z[ recovery-image] Feb 24 00:33:29.274 INFO O| Feb 24 00:33:29.274 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/xhci/xhci_portsc"
76642026-02-24T00:33:30.612Z[ recovery-image] Feb 24 00:33:29.274 INFO O| Feb 24 00:33:29.274 INFO STEP 936 (remove_files) COMPLETE
76652026-02-24T00:33:30.612Z[ recovery-image] Feb 24 00:33:29.274 INFO O| Feb 24 00:33:29.274 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76662026-02-24T00:33:30.612Z[ recovery-image] Feb 24 00:33:29.286 INFO O| Feb 24 00:33:29.286 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zfs/availdevs"
76672026-02-24T00:33:30.612Z[ recovery-image] Feb 24 00:33:29.286 INFO O| Feb 24 00:33:29.286 INFO STEP 937 (remove_files) COMPLETE
76682026-02-24T00:33:30.612Z[ recovery-image] Feb 24 00:33:29.286 INFO O| Feb 24 00:33:29.286 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76692026-02-24T00:33:30.612Z[ recovery-image] Feb 24 00:33:29.298 INFO O| Feb 24 00:33:29.298 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zones/zoneadmd"
76702026-02-24T00:33:30.612Z[ recovery-image] Feb 24 00:33:29.299 INFO O| Feb 24 00:33:29.299 INFO STEP 938 (remove_files) COMPLETE
76712026-02-24T00:33:30.612Z[ recovery-image] Feb 24 00:33:29.299 INFO O| Feb 24 00:33:29.299 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76722026-02-24T00:33:30.612Z[ recovery-image] Feb 24 00:33:29.311 INFO O| Feb 24 00:33:29.311 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/sftp-server"
76732026-02-24T00:33:30.612Z[ recovery-image] Feb 24 00:33:29.311 INFO O| Feb 24 00:33:29.311 INFO STEP 939 (remove_files) COMPLETE
76742026-02-24T00:33:30.612Z[ recovery-image] Feb 24 00:33:29.311 INFO O| Feb 24 00:33:29.311 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76752026-02-24T00:33:30.612Z[ recovery-image] Feb 24 00:33:29.323 INFO O| Feb 24 00:33:29.323 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-keysign"
76762026-02-24T00:33:30.612Z[ recovery-image] Feb 24 00:33:29.324 INFO O| Feb 24 00:33:29.323 INFO STEP 940 (remove_files) COMPLETE
76772026-02-24T00:33:30.612Z[ recovery-image] Feb 24 00:33:29.324 INFO O| Feb 24 00:33:29.323 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76782026-02-24T00:33:30.612Z[ recovery-image] Feb 24 00:33:29.336 INFO O| Feb 24 00:33:29.336 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
76792026-02-24T00:33:30.612Z[ recovery-image] Feb 24 00:33:29.336 INFO O| Feb 24 00:33:29.336 INFO STEP 941 (remove_files) COMPLETE
76802026-02-24T00:33:30.612Z[ recovery-image] Feb 24 00:33:29.336 INFO O| Feb 24 00:33:29.336 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76812026-02-24T00:33:30.612Z[ recovery-image] Feb 24 00:33:29.349 INFO O| Feb 24 00:33:29.349 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-sk-helper"
76822026-02-24T00:33:30.612Z[ recovery-image] Feb 24 00:33:29.349 INFO O| Feb 24 00:33:29.349 INFO STEP 942 (remove_files) COMPLETE
76832026-02-24T00:33:30.612Z[ recovery-image] Feb 24 00:33:29.349 INFO O| Feb 24 00:33:29.349 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76842026-02-24T00:33:30.617Z[ recovery-image] Feb 24 00:33:29.362 INFO O| Feb 24 00:33:29.362 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispgid"
76852026-02-24T00:33:30.618Z[ recovery-image] Feb 24 00:33:29.362 INFO O| Feb 24 00:33:29.362 INFO STEP 943 (remove_files) COMPLETE
76862026-02-24T00:33:30.618Z[ recovery-image] Feb 24 00:33:29.362 INFO O| Feb 24 00:33:29.362 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76872026-02-24T00:33:30.618Z[ recovery-image] Feb 24 00:33:29.376 INFO O| Feb 24 00:33:29.376 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispuid"
76882026-02-24T00:33:30.618Z[ recovery-image] Feb 24 00:33:29.377 INFO O| Feb 24 00:33:29.377 INFO STEP 944 (remove_files) COMPLETE
76892026-02-24T00:33:30.618Z[ recovery-image] Feb 24 00:33:29.377 INFO O| Feb 24 00:33:29.377 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76902026-02-24T00:33:30.618Z[ recovery-image] Feb 24 00:33:29.390 INFO O| Feb 24 00:33:29.390 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errange"
76912026-02-24T00:33:30.618Z[ recovery-image] Feb 24 00:33:29.390 INFO O| Feb 24 00:33:29.390 INFO STEP 945 (remove_files) COMPLETE
76922026-02-24T00:33:30.618Z[ recovery-image] Feb 24 00:33:29.390 INFO O| Feb 24 00:33:29.390 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76932026-02-24T00:33:30.618Z[ recovery-image] Feb 24 00:33:29.403 INFO O| Feb 24 00:33:29.402 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errdate"
76942026-02-24T00:33:30.618Z[ recovery-image] Feb 24 00:33:29.403 INFO O| Feb 24 00:33:29.403 INFO STEP 946 (remove_files) COMPLETE
76952026-02-24T00:33:30.618Z[ recovery-image] Feb 24 00:33:29.403 INFO O| Feb 24 00:33:29.403 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76962026-02-24T00:33:30.618Z[ recovery-image] Feb 24 00:33:29.415 INFO O| Feb 24 00:33:29.415 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errgid"
76972026-02-24T00:33:30.618Z[ recovery-image] Feb 24 00:33:29.415 INFO O| Feb 24 00:33:29.415 INFO STEP 947 (remove_files) COMPLETE
76982026-02-24T00:33:30.618Z[ recovery-image] Feb 24 00:33:29.415 INFO O| Feb 24 00:33:29.415 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76992026-02-24T00:33:30.618Z[ recovery-image] Feb 24 00:33:29.427 INFO O| Feb 24 00:33:29.427 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errint"
77002026-02-24T00:33:30.618Z[ recovery-image] Feb 24 00:33:29.427 INFO O| Feb 24 00:33:29.427 INFO STEP 948 (remove_files) COMPLETE
77012026-02-24T00:33:30.618Z[ recovery-image] Feb 24 00:33:29.427 INFO O| Feb 24 00:33:29.427 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77022026-02-24T00:33:30.618Z[ recovery-image] Feb 24 00:33:29.439 INFO O| Feb 24 00:33:29.439 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erritem"
77032026-02-24T00:33:30.618Z[ recovery-image] Feb 24 00:33:29.439 INFO O| Feb 24 00:33:29.439 INFO STEP 949 (remove_files) COMPLETE
77042026-02-24T00:33:30.618Z[ recovery-image] Feb 24 00:33:29.439 INFO O| Feb 24 00:33:29.439 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77052026-02-24T00:33:30.618Z[ recovery-image] Feb 24 00:33:29.451 INFO O| Feb 24 00:33:29.451 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errpath"
77062026-02-24T00:33:30.619Z[ recovery-image] Feb 24 00:33:29.451 INFO O| Feb 24 00:33:29.451 INFO STEP 950 (remove_files) COMPLETE
77072026-02-24T00:33:30.619Z[ recovery-image] Feb 24 00:33:29.451 INFO O| Feb 24 00:33:29.451 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77082026-02-24T00:33:30.619Z[ recovery-image] Feb 24 00:33:29.463 INFO O| Feb 24 00:33:29.463 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errstr"
77092026-02-24T00:33:30.619Z[ recovery-image] Feb 24 00:33:29.463 INFO O| Feb 24 00:33:29.463 INFO STEP 951 (remove_files) COMPLETE
77102026-02-24T00:33:30.619Z[ recovery-image] Feb 24 00:33:29.463 INFO O| Feb 24 00:33:29.463 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77112026-02-24T00:33:30.619Z[ recovery-image] Feb 24 00:33:29.474 INFO O| Feb 24 00:33:29.474 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errtime"
77122026-02-24T00:33:30.619Z[ recovery-image] Feb 24 00:33:29.474 INFO O| Feb 24 00:33:29.474 INFO STEP 952 (remove_files) COMPLETE
77132026-02-24T00:33:30.620Z[ recovery-image] Feb 24 00:33:29.474 INFO O| Feb 24 00:33:29.474 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77142026-02-24T00:33:30.620Z[ recovery-image] Feb 24 00:33:29.484 INFO O| Feb 24 00:33:29.484 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erruid"
77152026-02-24T00:33:30.620Z[ recovery-image] Feb 24 00:33:29.484 INFO O| Feb 24 00:33:29.484 INFO STEP 953 (remove_files) COMPLETE
77162026-02-24T00:33:30.620Z[ recovery-image] Feb 24 00:33:29.485 INFO O| Feb 24 00:33:29.484 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77172026-02-24T00:33:30.620Z[ recovery-image] Feb 24 00:33:29.495 INFO O| Feb 24 00:33:29.495 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erryorn"
77182026-02-24T00:33:30.620Z[ recovery-image] Feb 24 00:33:29.495 INFO O| Feb 24 00:33:29.495 INFO STEP 954 (remove_files) COMPLETE
77192026-02-24T00:33:30.620Z[ recovery-image] Feb 24 00:33:29.495 INFO O| Feb 24 00:33:29.495 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77202026-02-24T00:33:30.620Z[ recovery-image] Feb 24 00:33:29.506 INFO O| Feb 24 00:33:29.506 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpdate"
77212026-02-24T00:33:30.620Z[ recovery-image] Feb 24 00:33:29.506 INFO O| Feb 24 00:33:29.506 INFO STEP 955 (remove_files) COMPLETE
77222026-02-24T00:33:30.620Z[ recovery-image] Feb 24 00:33:29.506 INFO O| Feb 24 00:33:29.506 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77232026-02-24T00:33:30.620Z[ recovery-image] Feb 24 00:33:29.519 INFO O| Feb 24 00:33:29.519 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpgid"
77242026-02-24T00:33:30.620Z[ recovery-image] Feb 24 00:33:29.519 INFO O| Feb 24 00:33:29.519 INFO STEP 956 (remove_files) COMPLETE
77252026-02-24T00:33:30.620Z[ recovery-image] Feb 24 00:33:29.519 INFO O| Feb 24 00:33:29.519 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77262026-02-24T00:33:30.620Z[ recovery-image] Feb 24 00:33:29.530 INFO O| Feb 24 00:33:29.530 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpint"
77272026-02-24T00:33:30.620Z[ recovery-image] Feb 24 00:33:29.531 INFO O| Feb 24 00:33:29.530 INFO STEP 957 (remove_files) COMPLETE
77282026-02-24T00:33:30.620Z[ recovery-image] Feb 24 00:33:29.531 INFO O| Feb 24 00:33:29.531 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77292026-02-24T00:33:30.620Z[ recovery-image] Feb 24 00:33:29.543 INFO O| Feb 24 00:33:29.543 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpitem"
77302026-02-24T00:33:30.620Z[ recovery-image] Feb 24 00:33:29.543 INFO O| Feb 24 00:33:29.543 INFO STEP 958 (remove_files) COMPLETE
77312026-02-24T00:33:30.620Z[ recovery-image] Feb 24 00:33:29.543 INFO O| Feb 24 00:33:29.543 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77322026-02-24T00:33:30.620Z[ recovery-image] Feb 24 00:33:29.558 INFO O| Feb 24 00:33:29.558 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helppath"
77332026-02-24T00:33:30.620Z[ recovery-image] Feb 24 00:33:29.558 INFO O| Feb 24 00:33:29.558 INFO STEP 959 (remove_files) COMPLETE
77342026-02-24T00:33:30.620Z[ recovery-image] Feb 24 00:33:29.558 INFO O| Feb 24 00:33:29.558 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77352026-02-24T00:33:30.620Z[ recovery-image] Feb 24 00:33:29.572 INFO O| Feb 24 00:33:29.572 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helprange"
77362026-02-24T00:33:30.620Z[ recovery-image] Feb 24 00:33:29.572 INFO O| Feb 24 00:33:29.572 INFO STEP 960 (remove_files) COMPLETE
77372026-02-24T00:33:30.620Z[ recovery-image] Feb 24 00:33:29.572 INFO O| Feb 24 00:33:29.572 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77382026-02-24T00:33:30.620Z[ recovery-image] Feb 24 00:33:29.585 INFO O| Feb 24 00:33:29.585 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpstr"
77392026-02-24T00:33:30.620Z[ recovery-image] Feb 24 00:33:29.585 INFO O| Feb 24 00:33:29.585 INFO STEP 961 (remove_files) COMPLETE
77402026-02-24T00:33:30.620Z[ recovery-image] Feb 24 00:33:29.585 INFO O| Feb 24 00:33:29.585 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77412026-02-24T00:33:30.620Z[ recovery-image] Feb 24 00:33:29.598 INFO O| Feb 24 00:33:29.598 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helptime"
77422026-02-24T00:33:30.620Z[ recovery-image] Feb 24 00:33:29.598 INFO O| Feb 24 00:33:29.598 INFO STEP 962 (remove_files) COMPLETE
77432026-02-24T00:33:30.620Z[ recovery-image] Feb 24 00:33:29.598 INFO O| Feb 24 00:33:29.598 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77442026-02-24T00:33:30.620Z[ recovery-image] Feb 24 00:33:29.611 INFO O| Feb 24 00:33:29.611 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpuid"
77452026-02-24T00:33:30.620Z[ recovery-image] Feb 24 00:33:29.612 INFO O| Feb 24 00:33:29.612 INFO STEP 963 (remove_files) COMPLETE
77462026-02-24T00:33:30.620Z[ recovery-image] Feb 24 00:33:29.612 INFO O| Feb 24 00:33:29.612 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77472026-02-24T00:33:30.620Z[ recovery-image] Feb 24 00:33:29.624 INFO O| Feb 24 00:33:29.624 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpyorn"
77482026-02-24T00:33:30.620Z[ recovery-image] Feb 24 00:33:29.624 INFO O| Feb 24 00:33:29.624 INFO STEP 964 (remove_files) COMPLETE
77492026-02-24T00:33:30.620Z[ recovery-image] Feb 24 00:33:29.624 INFO O| Feb 24 00:33:29.624 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77502026-02-24T00:33:30.620Z[ recovery-image] Feb 24 00:33:29.636 INFO O| Feb 24 00:33:29.636 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/puttext"
77512026-02-24T00:33:30.620Z[ recovery-image] Feb 24 00:33:29.637 INFO O| Feb 24 00:33:29.636 INFO STEP 965 (remove_files) COMPLETE
77522026-02-24T00:33:30.621Z[ recovery-image] Feb 24 00:33:29.637 INFO O| Feb 24 00:33:29.637 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77532026-02-24T00:33:30.621Z[ recovery-image] Feb 24 00:33:29.649 INFO O| Feb 24 00:33:29.649 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valdate"
77542026-02-24T00:33:30.621Z[ recovery-image] Feb 24 00:33:29.649 INFO O| Feb 24 00:33:29.649 INFO STEP 966 (remove_files) COMPLETE
77552026-02-24T00:33:30.621Z[ recovery-image] Feb 24 00:33:29.649 INFO O| Feb 24 00:33:29.649 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77562026-02-24T00:33:30.622Z[ recovery-image] Feb 24 00:33:29.661 INFO O| Feb 24 00:33:29.661 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valgid"
77572026-02-24T00:33:30.622Z[ recovery-image] Feb 24 00:33:29.661 INFO O| Feb 24 00:33:29.661 INFO STEP 967 (remove_files) COMPLETE
77582026-02-24T00:33:30.622Z[ recovery-image] Feb 24 00:33:29.661 INFO O| Feb 24 00:33:29.661 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77592026-02-24T00:33:30.622Z[ recovery-image] Feb 24 00:33:29.674 INFO O| Feb 24 00:33:29.674 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valint"
77602026-02-24T00:33:30.622Z[ recovery-image] Feb 24 00:33:29.674 INFO O| Feb 24 00:33:29.674 INFO STEP 968 (remove_files) COMPLETE
77612026-02-24T00:33:30.622Z[ recovery-image] Feb 24 00:33:29.674 INFO O| Feb 24 00:33:29.674 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77622026-02-24T00:33:30.622Z[ recovery-image] Feb 24 00:33:29.686 INFO O| Feb 24 00:33:29.686 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valpath"
77632026-02-24T00:33:30.622Z[ recovery-image] Feb 24 00:33:29.686 INFO O| Feb 24 00:33:29.686 INFO STEP 969 (remove_files) COMPLETE
77642026-02-24T00:33:30.622Z[ recovery-image] Feb 24 00:33:29.686 INFO O| Feb 24 00:33:29.686 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77652026-02-24T00:33:30.622Z[ recovery-image] Feb 24 00:33:29.698 INFO O| Feb 24 00:33:29.698 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valrange"
77662026-02-24T00:33:30.622Z[ recovery-image] Feb 24 00:33:29.699 INFO O| Feb 24 00:33:29.699 INFO STEP 970 (remove_files) COMPLETE
77672026-02-24T00:33:30.622Z[ recovery-image] Feb 24 00:33:29.699 INFO O| Feb 24 00:33:29.699 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77682026-02-24T00:33:30.622Z[ recovery-image] Feb 24 00:33:29.711 INFO O| Feb 24 00:33:29.711 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valstr"
77692026-02-24T00:33:30.622Z[ recovery-image] Feb 24 00:33:29.711 INFO O| Feb 24 00:33:29.711 INFO STEP 971 (remove_files) COMPLETE
77702026-02-24T00:33:30.622Z[ recovery-image] Feb 24 00:33:29.711 INFO O| Feb 24 00:33:29.711 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77712026-02-24T00:33:30.622Z[ recovery-image] Feb 24 00:33:29.724 INFO O| Feb 24 00:33:29.724 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valtime"
77722026-02-24T00:33:30.622Z[ recovery-image] Feb 24 00:33:29.724 INFO O| Feb 24 00:33:29.724 INFO STEP 972 (remove_files) COMPLETE
77732026-02-24T00:33:30.622Z[ recovery-image] Feb 24 00:33:29.724 INFO O| Feb 24 00:33:29.724 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77742026-02-24T00:33:30.622Z[ recovery-image] Feb 24 00:33:29.737 INFO O| Feb 24 00:33:29.737 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valuid"
77752026-02-24T00:33:30.622Z[ recovery-image] Feb 24 00:33:29.737 INFO O| Feb 24 00:33:29.737 INFO STEP 973 (remove_files) COMPLETE
77762026-02-24T00:33:30.622Z[ recovery-image] Feb 24 00:33:29.737 INFO O| Feb 24 00:33:29.737 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77772026-02-24T00:33:30.622Z[ recovery-image] Feb 24 00:33:29.749 INFO O| Feb 24 00:33:29.749 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valyorn"
77782026-02-24T00:33:30.622Z[ recovery-image] Feb 24 00:33:29.750 INFO O| Feb 24 00:33:29.749 INFO STEP 974 (remove_files) COMPLETE
77792026-02-24T00:33:30.622Z[ recovery-image] Feb 24 00:33:29.750 INFO O| Feb 24 00:33:29.750 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77802026-02-24T00:33:30.622Z[ recovery-image] Feb 24 00:33:29.762 INFO O| Feb 24 00:33:29.762 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkginstall"
77812026-02-24T00:33:30.622Z[ recovery-image] Feb 24 00:33:29.762 INFO O| Feb 24 00:33:29.762 INFO STEP 975 (remove_files) COMPLETE
77822026-02-24T00:33:30.622Z[ recovery-image] Feb 24 00:33:29.762 INFO O| Feb 24 00:33:29.762 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77832026-02-24T00:33:30.623Z[ recovery-image] Feb 24 00:33:29.774 INFO O| Feb 24 00:33:29.774 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgname"
77842026-02-24T00:33:30.627Z[ recovery-image] Feb 24 00:33:29.774 INFO O| Feb 24 00:33:29.774 INFO STEP 976 (remove_files) COMPLETE
77852026-02-24T00:33:30.627Z[ recovery-image] Feb 24 00:33:29.775 INFO O| Feb 24 00:33:29.774 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77862026-02-24T00:33:30.627Z[ recovery-image] Feb 24 00:33:29.785 INFO O| Feb 24 00:33:29.785 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgremove"
77872026-02-24T00:33:30.627Z[ recovery-image] Feb 24 00:33:29.786 INFO O| Feb 24 00:33:29.786 INFO STEP 977 (remove_files) COMPLETE
77882026-02-24T00:33:30.627Z[ recovery-image] Feb 24 00:33:29.786 INFO O| Feb 24 00:33:29.786 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77892026-02-24T00:33:30.627Z[ recovery-image] Feb 24 00:33:29.797 INFO O| Feb 24 00:33:29.797 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgserv"
77902026-02-24T00:33:30.627Z[ recovery-image] Feb 24 00:33:29.797 INFO O| Feb 24 00:33:29.797 INFO STEP 978 (remove_files) COMPLETE
77912026-02-24T00:33:30.627Z[ recovery-image] Feb 24 00:33:29.797 INFO O| Feb 24 00:33:29.797 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77922026-02-24T00:33:30.627Z[ recovery-image] Feb 24 00:33:29.809 INFO O| Feb 24 00:33:29.809 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/miniroot.db"
77932026-02-24T00:33:30.627Z[ recovery-image] Feb 24 00:33:29.809 INFO O| Feb 24 00:33:29.809 INFO STEP 979 (remove_files) COMPLETE
77942026-02-24T00:33:30.627Z[ recovery-image] Feb 24 00:33:29.809 INFO O| Feb 24 00:33:29.809 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77952026-02-24T00:33:30.627Z[ recovery-image] Feb 24 00:33:29.822 INFO O| Feb 24 00:33:29.822 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/scripts/i.preserve"
77962026-02-24T00:33:30.627Z[ recovery-image] Feb 24 00:33:29.822 INFO O| Feb 24 00:33:29.822 INFO STEP 980 (remove_files) COMPLETE
77972026-02-24T00:33:30.627Z[ recovery-image] Feb 24 00:33:29.822 INFO O| Feb 24 00:33:29.822 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77982026-02-24T00:33:30.627Z[ recovery-image] Feb 24 00:33:29.834 INFO O| Feb 24 00:33:29.833 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/ugdates"
77992026-02-24T00:33:30.627Z[ recovery-image] Feb 24 00:33:29.834 INFO O| Feb 24 00:33:29.834 INFO STEP 981 (remove_files) COMPLETE
78002026-02-24T00:33:30.627Z[ recovery-image] Feb 24 00:33:29.834 INFO O| Feb 24 00:33:29.834 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78012026-02-24T00:33:30.627Z[ recovery-image] Feb 24 00:33:29.846 INFO O| Feb 24 00:33:29.846 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/6to4relay"
78022026-02-24T00:33:30.628Z[ recovery-image] Feb 24 00:33:29.846 INFO O| Feb 24 00:33:29.846 INFO STEP 982 (remove_files) COMPLETE
78032026-02-24T00:33:30.628Z[ recovery-image] Feb 24 00:33:29.846 INFO O| Feb 24 00:33:29.846 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78042026-02-24T00:33:30.628Z[ recovery-image] Feb 24 00:33:29.858 INFO O| Feb 24 00:33:29.857 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acctadm"
78052026-02-24T00:33:30.628Z[ recovery-image] Feb 24 00:33:29.858 INFO O| Feb 24 00:33:29.858 INFO STEP 983 (remove_files) COMPLETE
78062026-02-24T00:33:30.628Z[ recovery-image] Feb 24 00:33:29.858 INFO O| Feb 24 00:33:29.858 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78072026-02-24T00:33:30.628Z[ recovery-image] Feb 24 00:33:29.869 INFO O| Feb 24 00:33:29.869 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpidump"
78082026-02-24T00:33:30.628Z[ recovery-image] Feb 24 00:33:29.869 INFO O| Feb 24 00:33:29.869 INFO STEP 984 (remove_files) COMPLETE
78092026-02-24T00:33:30.628Z[ recovery-image] Feb 24 00:33:29.869 INFO O| Feb 24 00:33:29.869 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78102026-02-24T00:33:30.628Z[ recovery-image] Feb 24 00:33:29.882 INFO O| Feb 24 00:33:29.882 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpixtract"
78112026-02-24T00:33:30.628Z[ recovery-image] Feb 24 00:33:29.882 INFO O| Feb 24 00:33:29.882 INFO STEP 985 (remove_files) COMPLETE
78122026-02-24T00:33:30.628Z[ recovery-image] Feb 24 00:33:29.882 INFO O| Feb 24 00:33:29.882 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78132026-02-24T00:33:30.628Z[ recovery-image] Feb 24 00:33:29.893 INFO O| Feb 24 00:33:29.893 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/add_drv"
78142026-02-24T00:33:30.628Z[ recovery-image] Feb 24 00:33:29.893 INFO O| Feb 24 00:33:29.893 INFO STEP 986 (remove_files) COMPLETE
78152026-02-24T00:33:30.628Z[ recovery-image] Feb 24 00:33:29.893 INFO O| Feb 24 00:33:29.893 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78162026-02-24T00:33:30.628Z[ recovery-image] Feb 24 00:33:29.906 INFO O| Feb 24 00:33:29.906 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/allocate"
78172026-02-24T00:33:30.628Z[ recovery-image] Feb 24 00:33:29.906 INFO O| Feb 24 00:33:29.906 INFO STEP 987 (remove_files) COMPLETE
78182026-02-24T00:33:30.628Z[ recovery-image] Feb 24 00:33:29.906 INFO O| Feb 24 00:33:29.906 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78192026-02-24T00:33:30.628Z[ recovery-image] Feb 24 00:33:29.920 INFO O| Feb 24 00:33:29.920 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/intrstat"
78202026-02-24T00:33:30.628Z[ recovery-image] Feb 24 00:33:29.920 INFO O| Feb 24 00:33:29.920 INFO STEP 988 (remove_files) COMPLETE
78212026-02-24T00:33:30.628Z[ recovery-image] Feb 24 00:33:29.920 INFO O| Feb 24 00:33:29.920 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78222026-02-24T00:33:30.628Z[ recovery-image] Feb 24 00:33:29.934 INFO O| Feb 24 00:33:29.934 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/lockstat"
78232026-02-24T00:33:30.628Z[ recovery-image] Feb 24 00:33:29.934 INFO O| Feb 24 00:33:29.934 INFO STEP 989 (remove_files) COMPLETE
78242026-02-24T00:33:30.628Z[ recovery-image] Feb 24 00:33:29.934 INFO O| Feb 24 00:33:29.934 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78252026-02-24T00:33:30.628Z[ recovery-image] Feb 24 00:33:29.949 INFO O| Feb 24 00:33:29.949 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/plockstat"
78262026-02-24T00:33:30.628Z[ recovery-image] Feb 24 00:33:29.949 INFO O| Feb 24 00:33:29.949 INFO STEP 990 (remove_files) COMPLETE
78272026-02-24T00:33:30.628Z[ recovery-image] Feb 24 00:33:29.949 INFO O| Feb 24 00:33:29.949 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78282026-02-24T00:33:30.632Z[ recovery-image] Feb 24 00:33:29.963 INFO O| Feb 24 00:33:29.963 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/arp"
78292026-02-24T00:33:30.632Z[ recovery-image] Feb 24 00:33:29.963 INFO O| Feb 24 00:33:29.963 INFO STEP 991 (remove_files) COMPLETE
78302026-02-24T00:33:30.632Z[ recovery-image] Feb 24 00:33:29.963 INFO O| Feb 24 00:33:29.963 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78312026-02-24T00:33:30.640Z[ recovery-image] Feb 24 00:33:29.976 INFO O| Feb 24 00:33:29.976 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audit"
78322026-02-24T00:33:30.640Z[ recovery-image] Feb 24 00:33:29.976 INFO O| Feb 24 00:33:29.976 INFO STEP 992 (remove_files) COMPLETE
78332026-02-24T00:33:30.643Z[ recovery-image] Feb 24 00:33:29.976 INFO O| Feb 24 00:33:29.976 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78342026-02-24T00:33:30.654Z[ recovery-image] Feb 24 00:33:29.989 INFO O| Feb 24 00:33:29.989 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditconfig"
78352026-02-24T00:33:30.654Z[ recovery-image] Feb 24 00:33:29.989 INFO O| Feb 24 00:33:29.989 INFO STEP 993 (remove_files) COMPLETE
78362026-02-24T00:33:30.654Z[ recovery-image] Feb 24 00:33:29.989 INFO O| Feb 24 00:33:29.989 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78372026-02-24T00:33:30.730Z[ recovery-image] Feb 24 00:33:30.002 INFO O| Feb 24 00:33:30.002 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditd"
78382026-02-24T00:33:30.730Z[ recovery-image] Feb 24 00:33:30.003 INFO O| Feb 24 00:33:30.003 INFO STEP 994 (remove_files) COMPLETE
78392026-02-24T00:33:30.730Z[ recovery-image] Feb 24 00:33:30.003 INFO O| Feb 24 00:33:30.003 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78402026-02-24T00:33:30.730Z[ recovery-image] Feb 24 00:33:30.016 INFO O| Feb 24 00:33:30.015 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditrecord"
78412026-02-24T00:33:30.730Z[ recovery-image] Feb 24 00:33:30.016 INFO O| Feb 24 00:33:30.016 INFO STEP 995 (remove_files) COMPLETE
78422026-02-24T00:33:30.730Z[ recovery-image] Feb 24 00:33:30.016 INFO O| Feb 24 00:33:30.016 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78432026-02-24T00:33:30.730Z[ recovery-image] Feb 24 00:33:30.028 INFO O| Feb 24 00:33:30.028 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditreduce"
78442026-02-24T00:33:30.730Z[ recovery-image] Feb 24 00:33:30.029 INFO O| Feb 24 00:33:30.029 INFO STEP 996 (remove_files) COMPLETE
78452026-02-24T00:33:30.730Z[ recovery-image] Feb 24 00:33:30.029 INFO O| Feb 24 00:33:30.029 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78462026-02-24T00:33:30.731Z[ recovery-image] Feb 24 00:33:30.042 INFO O| Feb 24 00:33:30.042 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditstat"
78472026-02-24T00:33:30.731Z[ recovery-image] Feb 24 00:33:30.042 INFO O| Feb 24 00:33:30.042 INFO STEP 997 (remove_files) COMPLETE
78482026-02-24T00:33:30.731Z[ recovery-image] Feb 24 00:33:30.042 INFO O| Feb 24 00:33:30.042 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78492026-02-24T00:33:30.731Z[ recovery-image] Feb 24 00:33:30.056 INFO O| Feb 24 00:33:30.055 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audlinks"
78502026-02-24T00:33:30.731Z[ recovery-image] Feb 24 00:33:30.056 INFO O| Feb 24 00:33:30.056 INFO STEP 998 (remove_files) COMPLETE
78512026-02-24T00:33:30.731Z[ recovery-image] Feb 24 00:33:30.056 INFO O| Feb 24 00:33:30.056 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78522026-02-24T00:33:30.734Z[ recovery-image] Feb 24 00:33:30.069 INFO O| Feb 24 00:33:30.069 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyve"
78532026-02-24T00:33:30.734Z[ recovery-image] Feb 24 00:33:30.069 INFO O| Feb 24 00:33:30.069 INFO STEP 999 (remove_files) COMPLETE
78542026-02-24T00:33:30.734Z[ recovery-image] Feb 24 00:33:30.069 INFO O| Feb 24 00:33:30.069 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78552026-02-24T00:33:30.748Z[ recovery-image] Feb 24 00:33:30.084 INFO O| Feb 24 00:33:30.084 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyvectl"
78562026-02-24T00:33:30.748Z[ recovery-image] Feb 24 00:33:30.084 INFO O| Feb 24 00:33:30.084 INFO STEP 1000 (remove_files) COMPLETE
78572026-02-24T00:33:30.748Z[ recovery-image] Feb 24 00:33:30.084 INFO O| Feb 24 00:33:30.084 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78582026-02-24T00:33:30.764Z[ recovery-image] Feb 24 00:33:30.099 INFO O| Feb 24 00:33:30.099 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/cfgadm"
78592026-02-24T00:33:30.764Z[ recovery-image] Feb 24 00:33:30.099 INFO O| Feb 24 00:33:30.099 INFO STEP 1001 (remove_files) COMPLETE
78602026-02-24T00:33:30.764Z[ recovery-image] Feb 24 00:33:30.099 INFO O| Feb 24 00:33:30.099 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78612026-02-24T00:33:30.782Z[ recovery-image] Feb 24 00:33:30.117 INFO O| Feb 24 00:33:30.117 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chronyd"
78622026-02-24T00:33:30.786Z[ recovery-image] Feb 24 00:33:30.122 INFO O| Feb 24 00:33:30.122 INFO STEP 1002 (remove_files) COMPLETE
78632026-02-24T00:33:30.786Z[ recovery-image] Feb 24 00:33:30.122 INFO O| Feb 24 00:33:30.122 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78642026-02-24T00:33:30.802Z[ recovery-image] Feb 24 00:33:30.138 INFO O| Feb 24 00:33:30.138 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chroot"
78652026-02-24T00:33:30.802Z[ recovery-image] Feb 24 00:33:30.138 INFO O| Feb 24 00:33:30.138 INFO STEP 1003 (remove_files) COMPLETE
78662026-02-24T00:33:30.802Z[ recovery-image] Feb 24 00:33:30.138 INFO O| Feb 24 00:33:30.138 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78672026-02-24T00:33:30.817Z[ recovery-image] Feb 24 00:33:30.152 INFO O| Feb 24 00:33:30.152 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clear_locks"
78682026-02-24T00:33:30.817Z[ recovery-image] Feb 24 00:33:30.153 INFO O| Feb 24 00:33:30.152 INFO STEP 1004 (remove_files) COMPLETE
78692026-02-24T00:33:30.817Z[ recovery-image] Feb 24 00:33:30.153 INFO O| Feb 24 00:33:30.153 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78702026-02-24T00:33:30.832Z[ recovery-image] Feb 24 00:33:30.167 INFO O| Feb 24 00:33:30.167 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clinfo"
78712026-02-24T00:33:30.832Z[ recovery-image] Feb 24 00:33:30.168 INFO O| Feb 24 00:33:30.168 INFO STEP 1005 (remove_files) COMPLETE
78722026-02-24T00:33:30.832Z[ recovery-image] Feb 24 00:33:30.168 INFO O| Feb 24 00:33:30.168 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78732026-02-24T00:33:30.847Z[ recovery-image] Feb 24 00:33:30.182 INFO O| Feb 24 00:33:30.182 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clri"
78742026-02-24T00:33:30.847Z[ recovery-image] Feb 24 00:33:30.182 INFO O| Feb 24 00:33:30.182 INFO STEP 1006 (remove_files) COMPLETE
78752026-02-24T00:33:30.847Z[ recovery-image] Feb 24 00:33:30.182 INFO O| Feb 24 00:33:30.182 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78762026-02-24T00:33:30.862Z[ recovery-image] Feb 24 00:33:30.197 INFO O| Feb 24 00:33:30.197 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadm"
78772026-02-24T00:33:30.862Z[ recovery-image] Feb 24 00:33:30.197 INFO O| Feb 24 00:33:30.197 INFO STEP 1007 (remove_files) COMPLETE
78782026-02-24T00:33:30.862Z[ recovery-image] Feb 24 00:33:30.197 INFO O| Feb 24 00:33:30.197 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78792026-02-24T00:33:30.877Z[ recovery-image] Feb 24 00:33:30.213 INFO O| Feb 24 00:33:30.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadmd"
78802026-02-24T00:33:30.877Z[ recovery-image] Feb 24 00:33:30.213 INFO O| Feb 24 00:33:30.213 INFO STEP 1008 (remove_files) COMPLETE
78812026-02-24T00:33:30.877Z[ recovery-image] Feb 24 00:33:30.213 INFO O| Feb 24 00:33:30.213 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78822026-02-24T00:33:30.892Z[ recovery-image] Feb 24 00:33:30.228 INFO O| Feb 24 00:33:30.228 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/cpustat"
78832026-02-24T00:33:30.895Z[ recovery-image] Feb 24 00:33:30.228 INFO O| Feb 24 00:33:30.228 INFO STEP 1009 (remove_files) COMPLETE
78842026-02-24T00:33:30.896Z[ recovery-image] Feb 24 00:33:30.228 INFO O| Feb 24 00:33:30.228 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78852026-02-24T00:33:30.908Z[ recovery-image] Feb 24 00:33:30.244 INFO O| Feb 24 00:33:30.244 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/deallocate"
78862026-02-24T00:33:30.908Z[ recovery-image] Feb 24 00:33:30.244 INFO O| Feb 24 00:33:30.244 INFO STEP 1010 (remove_files) COMPLETE
78872026-02-24T00:33:30.908Z[ recovery-image] Feb 24 00:33:30.244 INFO O| Feb 24 00:33:30.244 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78882026-02-24T00:33:30.922Z[ recovery-image] Feb 24 00:33:30.258 INFO O| Feb 24 00:33:30.258 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devinfo"
78892026-02-24T00:33:30.922Z[ recovery-image] Feb 24 00:33:30.258 INFO O| Feb 24 00:33:30.258 INFO STEP 1011 (remove_files) COMPLETE
78902026-02-24T00:33:30.922Z[ recovery-image] Feb 24 00:33:30.258 INFO O| Feb 24 00:33:30.258 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78912026-02-24T00:33:30.937Z[ recovery-image] Feb 24 00:33:30.273 INFO O| Feb 24 00:33:30.273 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devlinks"
78922026-02-24T00:33:30.937Z[ recovery-image] Feb 24 00:33:30.273 INFO O| Feb 24 00:33:30.273 INFO STEP 1012 (remove_files) COMPLETE
78932026-02-24T00:33:30.937Z[ recovery-image] Feb 24 00:33:30.273 INFO O| Feb 24 00:33:30.273 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78942026-02-24T00:33:30.952Z[ recovery-image] Feb 24 00:33:30.288 INFO O| Feb 24 00:33:30.288 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/df"
78952026-02-24T00:33:30.952Z[ recovery-image] Feb 24 00:33:30.288 INFO O| Feb 24 00:33:30.288 INFO STEP 1013 (remove_files) COMPLETE
78962026-02-24T00:33:30.952Z[ recovery-image] Feb 24 00:33:30.288 INFO O| Feb 24 00:33:30.288 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78972026-02-24T00:33:30.966Z[ recovery-image] Feb 24 00:33:30.302 INFO O| Feb 24 00:33:30.302 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfmounts"
78982026-02-24T00:33:30.966Z[ recovery-image] Feb 24 00:33:30.302 INFO O| Feb 24 00:33:30.302 INFO STEP 1014 (remove_files) COMPLETE
78992026-02-24T00:33:30.966Z[ recovery-image] Feb 24 00:33:30.302 INFO O| Feb 24 00:33:30.302 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79002026-02-24T00:33:30.980Z[ recovery-image] Feb 24 00:33:30.315 INFO O| Feb 24 00:33:30.315 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfshares"
79012026-02-24T00:33:30.980Z[ recovery-image] Feb 24 00:33:30.316 INFO O| Feb 24 00:33:30.315 INFO STEP 1015 (remove_files) COMPLETE
79022026-02-24T00:33:30.980Z[ recovery-image] Feb 24 00:33:30.316 INFO O| Feb 24 00:33:30.316 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79032026-02-24T00:33:30.994Z[ recovery-image] Feb 24 00:33:30.330 INFO O| Feb 24 00:33:30.329 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/disks"
79042026-02-24T00:33:30.994Z[ recovery-image] Feb 24 00:33:30.330 INFO O| Feb 24 00:33:30.330 INFO STEP 1016 (remove_files) COMPLETE
79052026-02-24T00:33:30.994Z[ recovery-image] Feb 24 00:33:30.330 INFO O| Feb 24 00:33:30.330 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79062026-02-24T00:33:31.008Z[ recovery-image] Feb 24 00:33:30.344 INFO O| Feb 24 00:33:30.344 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dispadmin"
79072026-02-24T00:33:31.008Z[ recovery-image] Feb 24 00:33:30.344 INFO O| Feb 24 00:33:30.344 INFO STEP 1017 (remove_files) COMPLETE
79082026-02-24T00:33:31.008Z[ recovery-image] Feb 24 00:33:30.344 INFO O| Feb 24 00:33:30.344 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79092026-02-24T00:33:31.022Z[ recovery-image] Feb 24 00:33:30.358 INFO O| Feb 24 00:33:30.358 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dminfo"
79102026-02-24T00:33:31.022Z[ recovery-image] Feb 24 00:33:30.358 INFO O| Feb 24 00:33:30.358 INFO STEP 1018 (remove_files) COMPLETE
79112026-02-24T00:33:31.023Z[ recovery-image] Feb 24 00:33:30.358 INFO O| Feb 24 00:33:30.358 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79122026-02-24T00:33:31.036Z[ recovery-image] Feb 24 00:33:30.372 INFO O| Feb 24 00:33:30.372 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/drvconfig"
79132026-02-24T00:33:31.036Z[ recovery-image] Feb 24 00:33:30.372 INFO O| Feb 24 00:33:30.372 INFO STEP 1019 (remove_files) COMPLETE
79142026-02-24T00:33:31.036Z[ recovery-image] Feb 24 00:33:30.372 INFO O| Feb 24 00:33:30.372 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79152026-02-24T00:33:31.051Z[ recovery-image] Feb 24 00:33:30.385 INFO O| Feb 24 00:33:30.385 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/eeprom"
79162026-02-24T00:33:31.051Z[ recovery-image] Feb 24 00:33:30.385 INFO O| Feb 24 00:33:30.385 INFO STEP 1020 (remove_files) COMPLETE
79172026-02-24T00:33:31.051Z[ recovery-image] Feb 24 00:33:30.385 INFO O| Feb 24 00:33:30.385 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79182026-02-24T00:33:31.063Z[ recovery-image] Feb 24 00:33:30.399 INFO O| Feb 24 00:33:30.399 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ff"
79192026-02-24T00:33:31.063Z[ recovery-image] Feb 24 00:33:30.399 INFO O| Feb 24 00:33:30.399 INFO STEP 1021 (remove_files) COMPLETE
79202026-02-24T00:33:31.063Z[ recovery-image] Feb 24 00:33:30.399 INFO O| Feb 24 00:33:30.399 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79212026-02-24T00:33:31.077Z[ recovery-image] Feb 24 00:33:30.413 INFO O| Feb 24 00:33:30.413 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmadm"
79222026-02-24T00:33:31.077Z[ recovery-image] Feb 24 00:33:30.413 INFO O| Feb 24 00:33:30.413 INFO STEP 1022 (remove_files) COMPLETE
79232026-02-24T00:33:31.077Z[ recovery-image] Feb 24 00:33:30.413 INFO O| Feb 24 00:33:30.413 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79242026-02-24T00:33:31.091Z[ recovery-image] Feb 24 00:33:30.427 INFO O| Feb 24 00:33:30.427 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmdump"
79252026-02-24T00:33:31.094Z[ recovery-image] Feb 24 00:33:30.428 INFO O| Feb 24 00:33:30.428 INFO STEP 1023 (remove_files) COMPLETE
79262026-02-24T00:33:31.095Z[ recovery-image] Feb 24 00:33:30.428 INFO O| Feb 24 00:33:30.428 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79272026-02-24T00:33:31.107Z[ recovery-image] Feb 24 00:33:30.442 INFO O| Feb 24 00:33:30.442 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmstat"
79282026-02-24T00:33:31.107Z[ recovery-image] Feb 24 00:33:30.442 INFO O| Feb 24 00:33:30.442 INFO STEP 1024 (remove_files) COMPLETE
79292026-02-24T00:33:31.110Z[ recovery-image] Feb 24 00:33:30.442 INFO O| Feb 24 00:33:30.442 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79302026-02-24T00:33:31.121Z[ recovery-image] Feb 24 00:33:30.456 INFO O| Feb 24 00:33:30.456 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmthard"
79312026-02-24T00:33:31.121Z[ recovery-image] Feb 24 00:33:30.457 INFO O| Feb 24 00:33:30.457 INFO STEP 1025 (remove_files) COMPLETE
79322026-02-24T00:33:31.124Z[ recovery-image] Feb 24 00:33:30.457 INFO O| Feb 24 00:33:30.457 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79332026-02-24T00:33:31.135Z[ recovery-image] Feb 24 00:33:30.471 INFO O| Feb 24 00:33:30.471 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/format"
79342026-02-24T00:33:31.135Z[ recovery-image] Feb 24 00:33:30.471 INFO O| Feb 24 00:33:30.471 INFO STEP 1026 (remove_files) COMPLETE
79352026-02-24T00:33:31.135Z[ recovery-image] Feb 24 00:33:30.471 INFO O| Feb 24 00:33:30.471 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79362026-02-24T00:33:31.149Z[ recovery-image] Feb 24 00:33:30.485 INFO O| Feb 24 00:33:30.485 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fsck"
79372026-02-24T00:33:31.149Z[ recovery-image] Feb 24 00:33:30.485 INFO O| Feb 24 00:33:30.485 INFO STEP 1027 (remove_files) COMPLETE
79382026-02-24T00:33:31.149Z[ recovery-image] Feb 24 00:33:30.485 INFO O| Feb 24 00:33:30.485 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79392026-02-24T00:33:31.163Z[ recovery-image] Feb 24 00:33:30.499 INFO O| Feb 24 00:33:30.499 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fuser"
79402026-02-24T00:33:31.163Z[ recovery-image] Feb 24 00:33:30.499 INFO O| Feb 24 00:33:30.499 INFO STEP 1028 (remove_files) COMPLETE
79412026-02-24T00:33:31.163Z[ recovery-image] Feb 24 00:33:30.499 INFO O| Feb 24 00:33:30.499 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79422026-02-24T00:33:31.177Z[ recovery-image] Feb 24 00:33:30.513 INFO O| Feb 24 00:33:30.513 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getdevpolicy"
79432026-02-24T00:33:31.177Z[ recovery-image] Feb 24 00:33:30.513 INFO O| Feb 24 00:33:30.513 INFO STEP 1029 (remove_files) COMPLETE
79442026-02-24T00:33:31.177Z[ recovery-image] Feb 24 00:33:30.513 INFO O| Feb 24 00:33:30.513 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79452026-02-24T00:33:31.191Z[ recovery-image] Feb 24 00:33:30.527 INFO O| Feb 24 00:33:30.527 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getmajor"
79462026-02-24T00:33:31.191Z[ recovery-image] Feb 24 00:33:30.527 INFO O| Feb 24 00:33:30.527 INFO STEP 1030 (remove_files) COMPLETE
79472026-02-24T00:33:31.191Z[ recovery-image] Feb 24 00:33:30.527 INFO O| Feb 24 00:33:30.527 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79482026-02-24T00:33:31.205Z[ recovery-image] Feb 24 00:33:30.541 INFO O| Feb 24 00:33:30.541 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupadd"
79492026-02-24T00:33:31.209Z[ recovery-image] Feb 24 00:33:30.541 INFO O| Feb 24 00:33:30.541 INFO STEP 1031 (remove_files) COMPLETE
79502026-02-24T00:33:31.209Z[ recovery-image] Feb 24 00:33:30.541 INFO O| Feb 24 00:33:30.541 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79512026-02-24T00:33:31.219Z[ recovery-image] Feb 24 00:33:30.555 INFO O| Feb 24 00:33:30.555 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupdel"
79522026-02-24T00:33:31.219Z[ recovery-image] Feb 24 00:33:30.555 INFO O| Feb 24 00:33:30.555 INFO STEP 1032 (remove_files) COMPLETE
79532026-02-24T00:33:31.219Z[ recovery-image] Feb 24 00:33:30.555 INFO O| Feb 24 00:33:30.555 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79542026-02-24T00:33:31.233Z[ recovery-image] Feb 24 00:33:30.569 INFO O| Feb 24 00:33:30.569 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupmod"
79552026-02-24T00:33:31.233Z[ recovery-image] Feb 24 00:33:30.569 INFO O| Feb 24 00:33:30.569 INFO STEP 1033 (remove_files) COMPLETE
79562026-02-24T00:33:31.233Z[ recovery-image] Feb 24 00:33:30.569 INFO O| Feb 24 00:33:30.569 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79572026-02-24T00:33:31.247Z[ recovery-image] Feb 24 00:33:30.583 INFO O| Feb 24 00:33:30.582 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/growfs"
79582026-02-24T00:33:31.250Z[ recovery-image] Feb 24 00:33:30.583 INFO O| Feb 24 00:33:30.583 INFO STEP 1034 (remove_files) COMPLETE
79592026-02-24T00:33:31.250Z[ recovery-image] Feb 24 00:33:30.584 INFO O| Feb 24 00:33:30.583 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79602026-02-24T00:33:31.263Z[ recovery-image] Feb 24 00:33:30.598 INFO O| Feb 24 00:33:30.598 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/grpck"
79612026-02-24T00:33:31.263Z[ recovery-image] Feb 24 00:33:30.598 INFO O| Feb 24 00:33:30.598 INFO STEP 1035 (remove_files) COMPLETE
79622026-02-24T00:33:31.266Z[ recovery-image] Feb 24 00:33:30.598 INFO O| Feb 24 00:33:30.598 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79632026-02-24T00:33:31.276Z[ recovery-image] Feb 24 00:33:30.612 INFO O| Feb 24 00:33:30.612 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/gsscred"
79642026-02-24T00:33:31.276Z[ recovery-image] Feb 24 00:33:30.612 INFO O| Feb 24 00:33:30.612 INFO STEP 1036 (remove_files) COMPLETE
79652026-02-24T00:33:31.276Z[ recovery-image] Feb 24 00:33:30.612 INFO O| Feb 24 00:33:30.612 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79662026-02-24T00:33:31.290Z[ recovery-image] Feb 24 00:33:30.625 INFO O| Feb 24 00:33:30.625 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/halt"
79672026-02-24T00:33:31.290Z[ recovery-image] Feb 24 00:33:30.626 INFO O| Feb 24 00:33:30.625 INFO STEP 1037 (remove_files) COMPLETE
79682026-02-24T00:33:31.290Z[ recovery-image] Feb 24 00:33:30.626 INFO O| Feb 24 00:33:30.626 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79692026-02-24T00:33:31.303Z[ recovery-image] Feb 24 00:33:30.639 INFO O| Feb 24 00:33:30.639 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/hotplug"
79702026-02-24T00:33:31.303Z[ recovery-image] Feb 24 00:33:30.639 INFO O| Feb 24 00:33:30.639 INFO STEP 1038 (remove_files) COMPLETE
79712026-02-24T00:33:31.303Z[ recovery-image] Feb 24 00:33:30.639 INFO O| Feb 24 00:33:30.639 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79722026-02-24T00:33:31.317Z[ recovery-image] Feb 24 00:33:30.652 INFO O| Feb 24 00:33:30.652 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/iasl"
79732026-02-24T00:33:31.317Z[ recovery-image] Feb 24 00:33:30.652 INFO O| Feb 24 00:33:30.652 INFO STEP 1039 (remove_files) COMPLETE
79742026-02-24T00:33:31.320Z[ recovery-image] Feb 24 00:33:30.652 INFO O| Feb 24 00:33:30.652 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79752026-02-24T00:33:31.331Z[ recovery-image] Feb 24 00:33:30.667 INFO O| Feb 24 00:33:30.667 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/idmap"
79762026-02-24T00:33:31.334Z[ recovery-image] Feb 24 00:33:30.667 INFO O| Feb 24 00:33:30.667 INFO STEP 1040 (remove_files) COMPLETE
79772026-02-24T00:33:31.334Z[ recovery-image] Feb 24 00:33:30.667 INFO O| Feb 24 00:33:30.667 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79782026-02-24T00:33:31.345Z[ recovery-image] Feb 24 00:33:30.680 INFO O| Feb 24 00:33:30.680 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/if_mpadm"
79792026-02-24T00:33:31.345Z[ recovery-image] Feb 24 00:33:30.680 INFO O| Feb 24 00:33:30.680 INFO STEP 1041 (remove_files) COMPLETE
79802026-02-24T00:33:31.345Z[ recovery-image] Feb 24 00:33:30.680 INFO O| Feb 24 00:33:30.680 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79812026-02-24T00:33:31.360Z[ recovery-image] Feb 24 00:33:30.695 INFO O| Feb 24 00:33:30.695 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikeadm"
79822026-02-24T00:33:31.360Z[ recovery-image] Feb 24 00:33:30.695 INFO O| Feb 24 00:33:30.695 INFO STEP 1042 (remove_files) COMPLETE
79832026-02-24T00:33:31.360Z[ recovery-image] Feb 24 00:33:30.695 INFO O| Feb 24 00:33:30.695 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79842026-02-24T00:33:31.373Z[ recovery-image] Feb 24 00:33:30.709 INFO O| Feb 24 00:33:30.709 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikecert"
79852026-02-24T00:33:31.373Z[ recovery-image] Feb 24 00:33:30.709 INFO O| Feb 24 00:33:30.709 INFO STEP 1043 (remove_files) COMPLETE
79862026-02-24T00:33:31.373Z[ recovery-image] Feb 24 00:33:30.709 INFO O| Feb 24 00:33:30.709 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79872026-02-24T00:33:31.386Z[ recovery-image] Feb 24 00:33:30.722 INFO O| Feb 24 00:33:30.722 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.rdisc"
79882026-02-24T00:33:31.386Z[ recovery-image] Feb 24 00:33:30.722 INFO O| Feb 24 00:33:30.722 INFO STEP 1044 (remove_files) COMPLETE
79892026-02-24T00:33:31.386Z[ recovery-image] Feb 24 00:33:30.722 INFO O| Feb 24 00:33:30.722 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79902026-02-24T00:33:31.400Z[ recovery-image] Feb 24 00:33:30.736 INFO O| Feb 24 00:33:30.735 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.routed"
79912026-02-24T00:33:31.400Z[ recovery-image] Feb 24 00:33:30.736 INFO O| Feb 24 00:33:30.736 INFO STEP 1045 (remove_files) COMPLETE
79922026-02-24T00:33:31.400Z[ recovery-image] Feb 24 00:33:30.736 INFO O| Feb 24 00:33:30.736 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79932026-02-24T00:33:31.415Z[ recovery-image] Feb 24 00:33:30.750 INFO O| Feb 24 00:33:30.750 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetadm"
79942026-02-24T00:33:31.415Z[ recovery-image] Feb 24 00:33:30.750 INFO O| Feb 24 00:33:30.750 INFO STEP 1046 (remove_files) COMPLETE
79952026-02-24T00:33:31.415Z[ recovery-image] Feb 24 00:33:30.751 INFO O| Feb 24 00:33:30.750 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79962026-02-24T00:33:31.442Z[ recovery-image] Feb 24 00:33:30.765 INFO O| Feb 24 00:33:30.765 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetconv"
79972026-02-24T00:33:31.442Z[ recovery-image] Feb 24 00:33:30.765 INFO O| Feb 24 00:33:30.765 INFO STEP 1047 (remove_files) COMPLETE
79982026-02-24T00:33:31.442Z[ recovery-image] Feb 24 00:33:30.765 INFO O| Feb 24 00:33:30.765 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79992026-02-24T00:33:31.447Z[ recovery-image] Feb 24 00:33:30.779 INFO O| Feb 24 00:33:30.779 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/install"
80002026-02-24T00:33:31.447Z[ recovery-image] Feb 24 00:33:30.779 INFO O| Feb 24 00:33:30.779 INFO STEP 1048 (remove_files) COMPLETE
80012026-02-24T00:33:31.447Z[ recovery-image] Feb 24 00:33:30.780 INFO O| Feb 24 00:33:30.779 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80022026-02-24T00:33:31.460Z[ recovery-image] Feb 24 00:33:30.793 INFO O| Feb 24 00:33:30.793 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installboot"
80032026-02-24T00:33:31.460Z[ recovery-image] Feb 24 00:33:30.793 INFO O| Feb 24 00:33:30.793 INFO STEP 1049 (remove_files) COMPLETE
80042026-02-24T00:33:31.460Z[ recovery-image] Feb 24 00:33:30.793 INFO O| Feb 24 00:33:30.793 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80052026-02-24T00:33:31.470Z[ recovery-image] Feb 24 00:33:30.806 INFO O| Feb 24 00:33:30.806 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installf"
80062026-02-24T00:33:31.470Z[ recovery-image] Feb 24 00:33:30.806 INFO O| Feb 24 00:33:30.806 INFO STEP 1050 (remove_files) COMPLETE
80072026-02-24T00:33:31.470Z[ recovery-image] Feb 24 00:33:30.806 INFO O| Feb 24 00:33:30.806 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80082026-02-24T00:33:31.483Z[ recovery-image] Feb 24 00:33:30.819 INFO O| Feb 24 00:33:30.818 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/intrstat"
80092026-02-24T00:33:31.486Z[ recovery-image] Feb 24 00:33:30.819 INFO O| Feb 24 00:33:30.819 INFO STEP 1051 (remove_files) COMPLETE
80102026-02-24T00:33:31.486Z[ recovery-image] Feb 24 00:33:30.819 INFO O| Feb 24 00:33:30.819 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80112026-02-24T00:33:31.498Z[ recovery-image] Feb 24 00:33:30.834 INFO O| Feb 24 00:33:30.834 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecalgs"
80122026-02-24T00:33:31.498Z[ recovery-image] Feb 24 00:33:30.834 INFO O| Feb 24 00:33:30.834 INFO STEP 1052 (remove_files) COMPLETE
80132026-02-24T00:33:31.498Z[ recovery-image] Feb 24 00:33:30.834 INFO O| Feb 24 00:33:30.834 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80142026-02-24T00:33:31.511Z[ recovery-image] Feb 24 00:33:30.847 INFO O| Feb 24 00:33:30.847 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecconf"
80152026-02-24T00:33:31.511Z[ recovery-image] Feb 24 00:33:30.847 INFO O| Feb 24 00:33:30.847 INFO STEP 1053 (remove_files) COMPLETE
80162026-02-24T00:33:31.512Z[ recovery-image] Feb 24 00:33:30.847 INFO O| Feb 24 00:33:30.847 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80172026-02-24T00:33:31.525Z[ recovery-image] Feb 24 00:33:30.860 INFO O| Feb 24 00:33:30.860 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipseckey"
80182026-02-24T00:33:31.528Z[ recovery-image] Feb 24 00:33:30.861 INFO O| Feb 24 00:33:30.861 INFO STEP 1054 (remove_files) COMPLETE
80192026-02-24T00:33:31.528Z[ recovery-image] Feb 24 00:33:30.861 INFO O| Feb 24 00:33:30.861 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80202026-02-24T00:33:31.539Z[ recovery-image] Feb 24 00:33:30.875 INFO O| Feb 24 00:33:30.875 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/keyserv"
80212026-02-24T00:33:31.539Z[ recovery-image] Feb 24 00:33:30.875 INFO O| Feb 24 00:33:30.875 INFO STEP 1055 (remove_files) COMPLETE
80222026-02-24T00:33:31.539Z[ recovery-image] Feb 24 00:33:30.875 INFO O| Feb 24 00:33:30.875 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80232026-02-24T00:33:31.553Z[ recovery-image] Feb 24 00:33:30.889 INFO O| Feb 24 00:33:30.888 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/killall"
80242026-02-24T00:33:31.553Z[ recovery-image] Feb 24 00:33:30.889 INFO O| Feb 24 00:33:30.889 INFO STEP 1056 (remove_files) COMPLETE
80252026-02-24T00:33:31.556Z[ recovery-image] Feb 24 00:33:30.889 INFO O| Feb 24 00:33:30.889 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80262026-02-24T00:33:31.566Z[ recovery-image] Feb 24 00:33:30.902 INFO O| Feb 24 00:33:30.902 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/link"
80272026-02-24T00:33:31.566Z[ recovery-image] Feb 24 00:33:30.902 INFO O| Feb 24 00:33:30.902 INFO STEP 1057 (remove_files) COMPLETE
80282026-02-24T00:33:31.570Z[ recovery-image] Feb 24 00:33:30.902 INFO O| Feb 24 00:33:30.902 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80292026-02-24T00:33:31.580Z[ recovery-image] Feb 24 00:33:30.916 INFO O| Feb 24 00:33:30.916 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/list_devices"
80302026-02-24T00:33:31.580Z[ recovery-image] Feb 24 00:33:30.916 INFO O| Feb 24 00:33:30.916 INFO STEP 1058 (remove_files) COMPLETE
80312026-02-24T00:33:31.580Z[ recovery-image] Feb 24 00:33:30.916 INFO O| Feb 24 00:33:30.916 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80322026-02-24T00:33:31.594Z[ recovery-image] Feb 24 00:33:30.930 INFO O| Feb 24 00:33:30.930 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/locator"
80332026-02-24T00:33:31.594Z[ recovery-image] Feb 24 00:33:30.930 INFO O| Feb 24 00:33:30.930 INFO STEP 1059 (remove_files) COMPLETE
80342026-02-24T00:33:31.594Z[ recovery-image] Feb 24 00:33:30.930 INFO O| Feb 24 00:33:30.930 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80352026-02-24T00:33:31.607Z[ recovery-image] Feb 24 00:33:30.943 INFO O| Feb 24 00:33:30.943 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lockstat"
80362026-02-24T00:33:31.607Z[ recovery-image] Feb 24 00:33:30.943 INFO O| Feb 24 00:33:30.943 INFO STEP 1060 (remove_files) COMPLETE
80372026-02-24T00:33:31.607Z[ recovery-image] Feb 24 00:33:30.943 INFO O| Feb 24 00:33:30.943 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80382026-02-24T00:33:31.621Z[ recovery-image] Feb 24 00:33:30.957 INFO O| Feb 24 00:33:30.957 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lofiadm"
80392026-02-24T00:33:31.621Z[ recovery-image] Feb 24 00:33:30.957 INFO O| Feb 24 00:33:30.957 INFO STEP 1061 (remove_files) COMPLETE
80402026-02-24T00:33:31.621Z[ recovery-image] Feb 24 00:33:30.957 INFO O| Feb 24 00:33:30.957 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80412026-02-24T00:33:31.635Z[ recovery-image] Feb 24 00:33:30.971 INFO O| Feb 24 00:33:30.971 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/logadm"
80422026-02-24T00:33:31.635Z[ recovery-image] Feb 24 00:33:30.971 INFO O| Feb 24 00:33:30.971 INFO STEP 1062 (remove_files) COMPLETE
80432026-02-24T00:33:31.635Z[ recovery-image] Feb 24 00:33:30.971 INFO O| Feb 24 00:33:30.971 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80442026-02-24T00:33:31.650Z[ recovery-image] Feb 24 00:33:30.985 INFO O| Feb 24 00:33:30.985 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/makedbm"
80452026-02-24T00:33:31.650Z[ recovery-image] Feb 24 00:33:30.986 INFO O| Feb 24 00:33:30.986 INFO STEP 1063 (remove_files) COMPLETE
80462026-02-24T00:33:31.650Z[ recovery-image] Feb 24 00:33:30.986 INFO O| Feb 24 00:33:30.986 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80472026-02-24T00:33:31.663Z[ recovery-image] Feb 24 00:33:30.999 INFO O| Feb 24 00:33:30.999 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevalloc"
80482026-02-24T00:33:31.663Z[ recovery-image] Feb 24 00:33:30.999 INFO O| Feb 24 00:33:30.999 INFO STEP 1064 (remove_files) COMPLETE
80492026-02-24T00:33:31.666Z[ recovery-image] Feb 24 00:33:30.999 INFO O| Feb 24 00:33:30.999 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80502026-02-24T00:33:31.677Z[ recovery-image] Feb 24 00:33:31.013 INFO O| Feb 24 00:33:31.013 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevmaps"
80512026-02-24T00:33:31.680Z[ recovery-image] Feb 24 00:33:31.013 INFO O| Feb 24 00:33:31.013 INFO STEP 1065 (remove_files) COMPLETE
80522026-02-24T00:33:31.680Z[ recovery-image] Feb 24 00:33:31.013 INFO O| Feb 24 00:33:31.013 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80532026-02-24T00:33:31.690Z[ recovery-image] Feb 24 00:33:31.026 INFO O| Feb 24 00:33:31.026 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkfile"
80542026-02-24T00:33:31.690Z[ recovery-image] Feb 24 00:33:31.026 INFO O| Feb 24 00:33:31.026 INFO STEP 1066 (remove_files) COMPLETE
80552026-02-24T00:33:31.690Z[ recovery-image] Feb 24 00:33:31.026 INFO O| Feb 24 00:33:31.026 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80562026-02-24T00:33:31.704Z[ recovery-image] Feb 24 00:33:31.040 INFO O| Feb 24 00:33:31.039 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mknod"
80572026-02-24T00:33:31.704Z[ recovery-image] Feb 24 00:33:31.040 INFO O| Feb 24 00:33:31.040 INFO STEP 1067 (remove_files) COMPLETE
80582026-02-24T00:33:31.704Z[ recovery-image] Feb 24 00:33:31.040 INFO O| Feb 24 00:33:31.040 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80592026-02-24T00:33:31.718Z[ recovery-image] Feb 24 00:33:31.053 INFO O| Feb 24 00:33:31.053 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modinfo"
80602026-02-24T00:33:31.718Z[ recovery-image] Feb 24 00:33:31.053 INFO O| Feb 24 00:33:31.053 INFO STEP 1068 (remove_files) COMPLETE
80612026-02-24T00:33:31.718Z[ recovery-image] Feb 24 00:33:31.053 INFO O| Feb 24 00:33:31.053 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80622026-02-24T00:33:31.732Z[ recovery-image] Feb 24 00:33:31.067 INFO O| Feb 24 00:33:31.067 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modload"
80632026-02-24T00:33:31.732Z[ recovery-image] Feb 24 00:33:31.067 INFO O| Feb 24 00:33:31.067 INFO STEP 1069 (remove_files) COMPLETE
80642026-02-24T00:33:31.735Z[ recovery-image] Feb 24 00:33:31.067 INFO O| Feb 24 00:33:31.067 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80652026-02-24T00:33:31.745Z[ recovery-image] Feb 24 00:33:31.081 INFO O| Feb 24 00:33:31.081 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mountall"
80662026-02-24T00:33:31.745Z[ recovery-image] Feb 24 00:33:31.081 INFO O| Feb 24 00:33:31.081 INFO STEP 1070 (remove_files) COMPLETE
80672026-02-24T00:33:31.746Z[ recovery-image] Feb 24 00:33:31.081 INFO O| Feb 24 00:33:31.081 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80682026-02-24T00:33:31.759Z[ recovery-image] Feb 24 00:33:31.095 INFO O| Feb 24 00:33:31.095 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/msgid"
80692026-02-24T00:33:31.760Z[ recovery-image] Feb 24 00:33:31.095 INFO O| Feb 24 00:33:31.095 INFO STEP 1071 (remove_files) COMPLETE
80702026-02-24T00:33:31.760Z[ recovery-image] Feb 24 00:33:31.095 INFO O| Feb 24 00:33:31.095 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80712026-02-24T00:33:31.773Z[ recovery-image] Feb 24 00:33:31.109 INFO O| Feb 24 00:33:31.109 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mvdir"
80722026-02-24T00:33:31.773Z[ recovery-image] Feb 24 00:33:31.109 INFO O| Feb 24 00:33:31.109 INFO STEP 1072 (remove_files) COMPLETE
80732026-02-24T00:33:31.776Z[ recovery-image] Feb 24 00:33:31.109 INFO O| Feb 24 00:33:31.109 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80742026-02-24T00:33:31.786Z[ recovery-image] Feb 24 00:33:31.121 INFO O| Feb 24 00:33:31.121 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ndp"
80752026-02-24T00:33:31.789Z[ recovery-image] Feb 24 00:33:31.121 INFO O| Feb 24 00:33:31.121 INFO STEP 1073 (remove_files) COMPLETE
80762026-02-24T00:33:31.789Z[ recovery-image] Feb 24 00:33:31.121 INFO O| Feb 24 00:33:31.121 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80772026-02-24T00:33:31.799Z[ recovery-image] Feb 24 00:33:31.135 INFO O| Feb 24 00:33:31.134 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nlsadmin"
80782026-02-24T00:33:31.799Z[ recovery-image] Feb 24 00:33:31.135 INFO O| Feb 24 00:33:31.135 INFO STEP 1074 (remove_files) COMPLETE
80792026-02-24T00:33:31.799Z[ recovery-image] Feb 24 00:33:31.135 INFO O| Feb 24 00:33:31.135 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80802026-02-24T00:33:31.812Z[ recovery-image] Feb 24 00:33:31.147 INFO O| Feb 24 00:33:31.147 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nltest"
80812026-02-24T00:33:31.812Z[ recovery-image] Feb 24 00:33:31.148 INFO O| Feb 24 00:33:31.148 INFO STEP 1075 (remove_files) COMPLETE
80822026-02-24T00:33:31.812Z[ recovery-image] Feb 24 00:33:31.148 INFO O| Feb 24 00:33:31.148 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80832026-02-24T00:33:31.824Z[ recovery-image] Feb 24 00:33:31.160 INFO O| Feb 24 00:33:31.160 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamadm"
80842026-02-24T00:33:31.827Z[ recovery-image] Feb 24 00:33:31.161 INFO O| Feb 24 00:33:31.161 INFO STEP 1076 (remove_files) COMPLETE
80852026-02-24T00:33:31.828Z[ recovery-image] Feb 24 00:33:31.161 INFO O| Feb 24 00:33:31.161 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80862026-02-24T00:33:31.838Z[ recovery-image] Feb 24 00:33:31.174 INFO O| Feb 24 00:33:31.174 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamcfg"
80872026-02-24T00:33:31.842Z[ recovery-image] Feb 24 00:33:31.174 INFO O| Feb 24 00:33:31.174 INFO STEP 1077 (remove_files) COMPLETE
80882026-02-24T00:33:31.842Z[ recovery-image] Feb 24 00:33:31.174 INFO O| Feb 24 00:33:31.174 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80892026-02-24T00:33:31.852Z[ recovery-image] Feb 24 00:33:31.187 INFO O| Feb 24 00:33:31.187 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pbind"
80902026-02-24T00:33:31.852Z[ recovery-image] Feb 24 00:33:31.187 INFO O| Feb 24 00:33:31.187 INFO STEP 1078 (remove_files) COMPLETE
80912026-02-24T00:33:31.855Z[ recovery-image] Feb 24 00:33:31.187 INFO O| Feb 24 00:33:31.187 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80922026-02-24T00:33:31.873Z[ recovery-image] Feb 24 00:33:31.199 INFO O| Feb 24 00:33:31.199 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ping"
80932026-02-24T00:33:31.873Z[ recovery-image] Feb 24 00:33:31.200 INFO O| Feb 24 00:33:31.200 INFO STEP 1079 (remove_files) COMPLETE
80942026-02-24T00:33:31.878Z[ recovery-image] Feb 24 00:33:31.200 INFO O| Feb 24 00:33:31.200 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80952026-02-24T00:33:31.881Z[ recovery-image] Feb 24 00:33:31.213 INFO O| Feb 24 00:33:31.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgadd"
80962026-02-24T00:33:31.881Z[ recovery-image] Feb 24 00:33:31.213 INFO O| Feb 24 00:33:31.213 INFO STEP 1080 (remove_files) COMPLETE
80972026-02-24T00:33:31.881Z[ recovery-image] Feb 24 00:33:31.213 INFO O| Feb 24 00:33:31.213 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80982026-02-24T00:33:31.893Z[ recovery-image] Feb 24 00:33:31.226 INFO O| Feb 24 00:33:31.226 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgask"
80992026-02-24T00:33:31.893Z[ recovery-image] Feb 24 00:33:31.226 INFO O| Feb 24 00:33:31.226 INFO STEP 1081 (remove_files) COMPLETE
81002026-02-24T00:33:31.893Z[ recovery-image] Feb 24 00:33:31.226 INFO O| Feb 24 00:33:31.226 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81012026-02-24T00:33:31.904Z[ recovery-image] Feb 24 00:33:31.240 INFO O| Feb 24 00:33:31.240 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgchk"
81022026-02-24T00:33:31.905Z[ recovery-image] Feb 24 00:33:31.240 INFO O| Feb 24 00:33:31.240 INFO STEP 1082 (remove_files) COMPLETE
81032026-02-24T00:33:31.905Z[ recovery-image] Feb 24 00:33:31.240 INFO O| Feb 24 00:33:31.240 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81042026-02-24T00:33:31.917Z[ recovery-image] Feb 24 00:33:31.253 INFO O| Feb 24 00:33:31.253 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgrm"
81052026-02-24T00:33:31.917Z[ recovery-image] Feb 24 00:33:31.253 INFO O| Feb 24 00:33:31.253 INFO STEP 1083 (remove_files) COMPLETE
81062026-02-24T00:33:31.917Z[ recovery-image] Feb 24 00:33:31.253 INFO O| Feb 24 00:33:31.253 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81072026-02-24T00:33:31.931Z[ recovery-image] Feb 24 00:33:31.266 INFO O| Feb 24 00:33:31.266 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/plockstat"
81082026-02-24T00:33:31.931Z[ recovery-image] Feb 24 00:33:31.266 INFO O| Feb 24 00:33:31.266 INFO STEP 1084 (remove_files) COMPLETE
81092026-02-24T00:33:31.931Z[ recovery-image] Feb 24 00:33:31.266 INFO O| Feb 24 00:33:31.266 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81102026-02-24T00:33:31.944Z[ recovery-image] Feb 24 00:33:31.279 INFO O| Feb 24 00:33:31.279 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pooladm"
81112026-02-24T00:33:31.944Z[ recovery-image] Feb 24 00:33:31.279 INFO O| Feb 24 00:33:31.279 INFO STEP 1085 (remove_files) COMPLETE
81122026-02-24T00:33:31.944Z[ recovery-image] Feb 24 00:33:31.279 INFO O| Feb 24 00:33:31.279 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81132026-02-24T00:33:31.957Z[ recovery-image] Feb 24 00:33:31.293 INFO O| Feb 24 00:33:31.292 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolbind"
81142026-02-24T00:33:31.957Z[ recovery-image] Feb 24 00:33:31.293 INFO O| Feb 24 00:33:31.293 INFO STEP 1086 (remove_files) COMPLETE
81152026-02-24T00:33:31.957Z[ recovery-image] Feb 24 00:33:31.293 INFO O| Feb 24 00:33:31.293 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81162026-02-24T00:33:31.970Z[ recovery-image] Feb 24 00:33:31.305 INFO O| Feb 24 00:33:31.305 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolcfg"
81172026-02-24T00:33:31.970Z[ recovery-image] Feb 24 00:33:31.305 INFO O| Feb 24 00:33:31.305 INFO STEP 1087 (remove_files) COMPLETE
81182026-02-24T00:33:31.973Z[ recovery-image] Feb 24 00:33:31.305 INFO O| Feb 24 00:33:31.305 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81192026-02-24T00:33:31.982Z[ recovery-image] Feb 24 00:33:31.318 INFO O| Feb 24 00:33:31.318 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ports"
81202026-02-24T00:33:31.982Z[ recovery-image] Feb 24 00:33:31.318 INFO O| Feb 24 00:33:31.318 INFO STEP 1088 (remove_files) COMPLETE
81212026-02-24T00:33:31.982Z[ recovery-image] Feb 24 00:33:31.318 INFO O| Feb 24 00:33:31.318 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81222026-02-24T00:33:31.995Z[ recovery-image] Feb 24 00:33:31.331 INFO O| Feb 24 00:33:31.331 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poweroff"
81232026-02-24T00:33:31.995Z[ recovery-image] Feb 24 00:33:31.331 INFO O| Feb 24 00:33:31.331 INFO STEP 1089 (remove_files) COMPLETE
81242026-02-24T00:33:31.998Z[ recovery-image] Feb 24 00:33:31.331 INFO O| Feb 24 00:33:31.331 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81252026-02-24T00:33:32.008Z[ recovery-image] Feb 24 00:33:31.344 INFO O| Feb 24 00:33:31.344 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pptadm"
81262026-02-24T00:33:32.008Z[ recovery-image] Feb 24 00:33:31.344 INFO O| Feb 24 00:33:31.344 INFO STEP 1090 (remove_files) COMPLETE
81272026-02-24T00:33:32.008Z[ recovery-image] Feb 24 00:33:31.344 INFO O| Feb 24 00:33:31.344 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81282026-02-24T00:33:32.023Z[ recovery-image] Feb 24 00:33:31.359 INFO O| Feb 24 00:33:31.358 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/praudit"
81292026-02-24T00:33:32.023Z[ recovery-image] Feb 24 00:33:31.359 INFO O| Feb 24 00:33:31.359 INFO STEP 1091 (remove_files) COMPLETE
81302026-02-24T00:33:32.023Z[ recovery-image] Feb 24 00:33:31.359 INFO O| Feb 24 00:33:31.359 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81312026-02-24T00:33:32.037Z[ recovery-image] Feb 24 00:33:31.373 INFO O| Feb 24 00:33:31.373 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projadd"
81322026-02-24T00:33:32.037Z[ recovery-image] Feb 24 00:33:31.373 INFO O| Feb 24 00:33:31.373 INFO STEP 1092 (remove_files) COMPLETE
81332026-02-24T00:33:32.037Z[ recovery-image] Feb 24 00:33:31.373 INFO O| Feb 24 00:33:31.373 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81342026-02-24T00:33:32.051Z[ recovery-image] Feb 24 00:33:31.386 INFO O| Feb 24 00:33:31.386 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projdel"
81352026-02-24T00:33:32.051Z[ recovery-image] Feb 24 00:33:31.386 INFO O| Feb 24 00:33:31.386 INFO STEP 1093 (remove_files) COMPLETE
81362026-02-24T00:33:32.054Z[ recovery-image] Feb 24 00:33:31.386 INFO O| Feb 24 00:33:31.386 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81372026-02-24T00:33:32.065Z[ recovery-image] Feb 24 00:33:31.400 INFO O| Feb 24 00:33:31.400 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projmod"
81382026-02-24T00:33:32.065Z[ recovery-image] Feb 24 00:33:31.401 INFO O| Feb 24 00:33:31.400 INFO STEP 1094 (remove_files) COMPLETE
81392026-02-24T00:33:32.065Z[ recovery-image] Feb 24 00:33:31.401 INFO O| Feb 24 00:33:31.401 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81402026-02-24T00:33:32.090Z[ recovery-image] Feb 24 00:33:31.426 INFO O| Feb 24 00:33:31.414 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtdiag"
81412026-02-24T00:33:32.090Z[ recovery-image] Feb 24 00:33:31.426 INFO O| Feb 24 00:33:31.414 INFO STEP 1095 (remove_files) COMPLETE
81422026-02-24T00:33:32.093Z[ recovery-image] Feb 24 00:33:31.426 INFO O| Feb 24 00:33:31.414 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81432026-02-24T00:33:32.097Z[ recovery-image] Feb 24 00:33:31.432 INFO O| Feb 24 00:33:31.427 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtpicl"
81442026-02-24T00:33:32.097Z[ recovery-image] Feb 24 00:33:31.433 INFO O| Feb 24 00:33:31.427 INFO STEP 1096 (remove_files) COMPLETE
81452026-02-24T00:33:32.097Z[ recovery-image] Feb 24 00:33:31.433 INFO O| Feb 24 00:33:31.427 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81462026-02-24T00:33:32.135Z[ recovery-image] Feb 24 00:33:31.471 INFO O| Feb 24 00:33:31.471 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtvtoc"
81472026-02-24T00:33:32.135Z[ recovery-image] Feb 24 00:33:31.471 INFO O| Feb 24 00:33:31.471 INFO STEP 1097 (remove_files) COMPLETE
81482026-02-24T00:33:32.138Z[ recovery-image] Feb 24 00:33:31.471 INFO O| Feb 24 00:33:31.471 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81492026-02-24T00:33:32.149Z[ recovery-image] Feb 24 00:33:31.485 INFO O| Feb 24 00:33:31.485 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psradm"
81502026-02-24T00:33:32.149Z[ recovery-image] Feb 24 00:33:31.485 INFO O| Feb 24 00:33:31.485 INFO STEP 1098 (remove_files) COMPLETE
81512026-02-24T00:33:32.152Z[ recovery-image] Feb 24 00:33:31.485 INFO O| Feb 24 00:33:31.485 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81522026-02-24T00:33:32.162Z[ recovery-image] Feb 24 00:33:31.498 INFO O| Feb 24 00:33:31.498 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrinfo"
81532026-02-24T00:33:32.162Z[ recovery-image] Feb 24 00:33:31.498 INFO O| Feb 24 00:33:31.498 INFO STEP 1099 (remove_files) COMPLETE
81542026-02-24T00:33:32.162Z[ recovery-image] Feb 24 00:33:31.498 INFO O| Feb 24 00:33:31.498 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81552026-02-24T00:33:32.175Z[ recovery-image] Feb 24 00:33:31.510 INFO O| Feb 24 00:33:31.510 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrset"
81562026-02-24T00:33:32.175Z[ recovery-image] Feb 24 00:33:31.510 INFO O| Feb 24 00:33:31.510 INFO STEP 1100 (remove_files) COMPLETE
81572026-02-24T00:33:32.178Z[ recovery-image] Feb 24 00:33:31.510 INFO O| Feb 24 00:33:31.510 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81582026-02-24T00:33:32.188Z[ recovery-image] Feb 24 00:33:31.523 INFO O| Feb 24 00:33:31.523 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwck"
81592026-02-24T00:33:32.188Z[ recovery-image] Feb 24 00:33:31.524 INFO O| Feb 24 00:33:31.524 INFO STEP 1101 (remove_files) COMPLETE
81602026-02-24T00:33:32.191Z[ recovery-image] Feb 24 00:33:31.524 INFO O| Feb 24 00:33:31.524 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81612026-02-24T00:33:32.201Z[ recovery-image] Feb 24 00:33:31.536 INFO O| Feb 24 00:33:31.536 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwconv"
81622026-02-24T00:33:32.201Z[ recovery-image] Feb 24 00:33:31.536 INFO O| Feb 24 00:33:31.536 INFO STEP 1102 (remove_files) COMPLETE
81632026-02-24T00:33:32.201Z[ recovery-image] Feb 24 00:33:31.536 INFO O| Feb 24 00:33:31.536 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81642026-02-24T00:33:32.213Z[ recovery-image] Feb 24 00:33:31.549 INFO O| Feb 24 00:33:31.549 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/raidctl"
81652026-02-24T00:33:32.213Z[ recovery-image] Feb 24 00:33:31.549 INFO O| Feb 24 00:33:31.549 INFO STEP 1103 (remove_files) COMPLETE
81662026-02-24T00:33:32.217Z[ recovery-image] Feb 24 00:33:31.549 INFO O| Feb 24 00:33:31.549 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81672026-02-24T00:33:32.226Z[ recovery-image] Feb 24 00:33:31.561 INFO O| Feb 24 00:33:31.561 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ramdiskadm"
81682026-02-24T00:33:32.226Z[ recovery-image] Feb 24 00:33:31.561 INFO O| Feb 24 00:33:31.561 INFO STEP 1104 (remove_files) COMPLETE
81692026-02-24T00:33:32.226Z[ recovery-image] Feb 24 00:33:31.562 INFO O| Feb 24 00:33:31.561 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81702026-02-24T00:33:32.238Z[ recovery-image] Feb 24 00:33:31.574 INFO O| Feb 24 00:33:31.574 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rctladm"
81712026-02-24T00:33:32.243Z[ recovery-image] Feb 24 00:33:31.574 INFO O| Feb 24 00:33:31.574 INFO STEP 1105 (remove_files) COMPLETE
81722026-02-24T00:33:32.243Z[ recovery-image] Feb 24 00:33:31.574 INFO O| Feb 24 00:33:31.574 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81732026-02-24T00:33:32.251Z[ recovery-image] Feb 24 00:33:31.587 INFO O| Feb 24 00:33:31.587 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rdmsr"
81742026-02-24T00:33:32.251Z[ recovery-image] Feb 24 00:33:31.587 INFO O| Feb 24 00:33:31.587 INFO STEP 1106 (remove_files) COMPLETE
81752026-02-24T00:33:32.251Z[ recovery-image] Feb 24 00:33:31.587 INFO O| Feb 24 00:33:31.587 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81762026-02-24T00:33:32.264Z[ recovery-image] Feb 24 00:33:31.600 INFO O| Feb 24 00:33:31.600 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/reboot"
81772026-02-24T00:33:32.268Z[ recovery-image] Feb 24 00:33:31.600 INFO O| Feb 24 00:33:31.600 INFO STEP 1107 (remove_files) COMPLETE
81782026-02-24T00:33:32.268Z[ recovery-image] Feb 24 00:33:31.600 INFO O| Feb 24 00:33:31.600 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81792026-02-24T00:33:32.277Z[ recovery-image] Feb 24 00:33:31.612 INFO O| Feb 24 00:33:31.612 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rem_drv"
81802026-02-24T00:33:32.277Z[ recovery-image] Feb 24 00:33:31.612 INFO O| Feb 24 00:33:31.612 INFO STEP 1108 (remove_files) COMPLETE
81812026-02-24T00:33:32.280Z[ recovery-image] Feb 24 00:33:31.612 INFO O| Feb 24 00:33:31.612 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81822026-02-24T00:33:32.290Z[ recovery-image] Feb 24 00:33:31.626 INFO O| Feb 24 00:33:31.625 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/removef"
81832026-02-24T00:33:32.290Z[ recovery-image] Feb 24 00:33:31.626 INFO O| Feb 24 00:33:31.626 INFO STEP 1109 (remove_files) COMPLETE
81842026-02-24T00:33:32.293Z[ recovery-image] Feb 24 00:33:31.626 INFO O| Feb 24 00:33:31.626 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81852026-02-24T00:33:32.303Z[ recovery-image] Feb 24 00:33:31.639 INFO O| Feb 24 00:33:31.638 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roleadd"
81862026-02-24T00:33:32.303Z[ recovery-image] Feb 24 00:33:31.639 INFO O| Feb 24 00:33:31.639 INFO STEP 1110 (remove_files) COMPLETE
81872026-02-24T00:33:32.307Z[ recovery-image] Feb 24 00:33:31.639 INFO O| Feb 24 00:33:31.639 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81882026-02-24T00:33:32.316Z[ recovery-image] Feb 24 00:33:31.652 INFO O| Feb 24 00:33:31.652 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roledel"
81892026-02-24T00:33:32.316Z[ recovery-image] Feb 24 00:33:31.652 INFO O| Feb 24 00:33:31.652 INFO STEP 1111 (remove_files) COMPLETE
81902026-02-24T00:33:32.316Z[ recovery-image] Feb 24 00:33:31.652 INFO O| Feb 24 00:33:31.652 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81912026-02-24T00:33:32.329Z[ recovery-image] Feb 24 00:33:31.665 INFO O| Feb 24 00:33:31.664 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rolemod"
81922026-02-24T00:33:32.329Z[ recovery-image] Feb 24 00:33:31.665 INFO O| Feb 24 00:33:31.665 INFO STEP 1112 (remove_files) COMPLETE
81932026-02-24T00:33:32.329Z[ recovery-image] Feb 24 00:33:31.665 INFO O| Feb 24 00:33:31.665 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81942026-02-24T00:33:32.342Z[ recovery-image] Feb 24 00:33:31.677 INFO O| Feb 24 00:33:31.677 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/root_archive"
81952026-02-24T00:33:32.342Z[ recovery-image] Feb 24 00:33:31.678 INFO O| Feb 24 00:33:31.678 INFO STEP 1113 (remove_files) COMPLETE
81962026-02-24T00:33:32.342Z[ recovery-image] Feb 24 00:33:31.678 INFO O| Feb 24 00:33:31.678 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81972026-02-24T00:33:32.355Z[ recovery-image] Feb 24 00:33:31.690 INFO O| Feb 24 00:33:31.690 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rpcbind"
81982026-02-24T00:33:32.355Z[ recovery-image] Feb 24 00:33:31.690 INFO O| Feb 24 00:33:31.690 INFO STEP 1114 (remove_files) COMPLETE
81992026-02-24T00:33:32.357Z[ recovery-image] Feb 24 00:33:31.690 INFO O| Feb 24 00:33:31.690 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82002026-02-24T00:33:32.419Z[ recovery-image] Feb 24 00:33:31.703 INFO O| Feb 24 00:33:31.702 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtc"
82012026-02-24T00:33:32.419Z[ recovery-image] Feb 24 00:33:31.703 INFO O| Feb 24 00:33:31.703 INFO STEP 1115 (remove_files) COMPLETE
82022026-02-24T00:33:32.419Z[ recovery-image] Feb 24 00:33:31.703 INFO O| Feb 24 00:33:31.703 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82032026-02-24T00:33:32.419Z[ recovery-image] Feb 24 00:33:31.715 INFO O| Feb 24 00:33:31.715 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtquery"
82042026-02-24T00:33:32.419Z[ recovery-image] Feb 24 00:33:31.715 INFO O| Feb 24 00:33:31.715 INFO STEP 1116 (remove_files) COMPLETE
82052026-02-24T00:33:32.419Z[ recovery-image] Feb 24 00:33:31.715 INFO O| Feb 24 00:33:31.715 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82062026-02-24T00:33:32.419Z[ recovery-image] Feb 24 00:33:31.728 INFO O| Feb 24 00:33:31.728 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/setmnt"
82072026-02-24T00:33:32.419Z[ recovery-image] Feb 24 00:33:31.729 INFO O| Feb 24 00:33:31.728 INFO STEP 1117 (remove_files) COMPLETE
82082026-02-24T00:33:32.419Z[ recovery-image] Feb 24 00:33:31.729 INFO O| Feb 24 00:33:31.729 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82092026-02-24T00:33:32.419Z[ recovery-image] Feb 24 00:33:31.741 INFO O| Feb 24 00:33:31.741 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/share"
82102026-02-24T00:33:32.419Z[ recovery-image] Feb 24 00:33:31.741 INFO O| Feb 24 00:33:31.741 INFO STEP 1118 (remove_files) COMPLETE
82112026-02-24T00:33:32.419Z[ recovery-image] Feb 24 00:33:31.741 INFO O| Feb 24 00:33:31.741 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82122026-02-24T00:33:32.423Z[ recovery-image] Feb 24 00:33:31.754 INFO O| Feb 24 00:33:31.754 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shareall"
82132026-02-24T00:33:32.423Z[ recovery-image] Feb 24 00:33:31.754 INFO O| Feb 24 00:33:31.754 INFO STEP 1119 (remove_files) COMPLETE
82142026-02-24T00:33:32.423Z[ recovery-image] Feb 24 00:33:31.754 INFO O| Feb 24 00:33:31.754 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82152026-02-24T00:33:32.431Z[ recovery-image] Feb 24 00:33:31.767 INFO O| Feb 24 00:33:31.766 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharectl"
82162026-02-24T00:33:32.434Z[ recovery-image] Feb 24 00:33:31.767 INFO O| Feb 24 00:33:31.767 INFO STEP 1120 (remove_files) COMPLETE
82172026-02-24T00:33:32.434Z[ recovery-image] Feb 24 00:33:31.767 INFO O| Feb 24 00:33:31.767 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82182026-02-24T00:33:32.445Z[ recovery-image] Feb 24 00:33:31.781 INFO O| Feb 24 00:33:31.780 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharemgr"
82192026-02-24T00:33:32.445Z[ recovery-image] Feb 24 00:33:31.781 INFO O| Feb 24 00:33:31.781 INFO STEP 1121 (remove_files) COMPLETE
82202026-02-24T00:33:32.445Z[ recovery-image] Feb 24 00:33:31.781 INFO O| Feb 24 00:33:31.781 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82212026-02-24T00:33:32.458Z[ recovery-image] Feb 24 00:33:31.794 INFO O| Feb 24 00:33:31.794 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shutdown"
82222026-02-24T00:33:32.458Z[ recovery-image] Feb 24 00:33:31.794 INFO O| Feb 24 00:33:31.794 INFO STEP 1122 (remove_files) COMPLETE
82232026-02-24T00:33:32.462Z[ recovery-image] Feb 24 00:33:31.794 INFO O| Feb 24 00:33:31.794 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82242026-02-24T00:33:32.472Z[ recovery-image] Feb 24 00:33:31.808 INFO O| Feb 24 00:33:31.808 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbadm"
82252026-02-24T00:33:32.472Z[ recovery-image] Feb 24 00:33:31.808 INFO O| Feb 24 00:33:31.808 INFO STEP 1123 (remove_files) COMPLETE
82262026-02-24T00:33:32.475Z[ recovery-image] Feb 24 00:33:31.808 INFO O| Feb 24 00:33:31.808 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82272026-02-24T00:33:32.486Z[ recovery-image] Feb 24 00:33:31.822 INFO O| Feb 24 00:33:31.822 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbios"
82282026-02-24T00:33:32.489Z[ recovery-image] Feb 24 00:33:31.822 INFO O| Feb 24 00:33:31.822 INFO STEP 1124 (remove_files) COMPLETE
82292026-02-24T00:33:32.489Z[ recovery-image] Feb 24 00:33:31.822 INFO O| Feb 24 00:33:31.822 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82302026-02-24T00:33:32.500Z[ recovery-image] Feb 24 00:33:31.835 INFO O| Feb 24 00:33:31.835 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbstat"
82312026-02-24T00:33:32.500Z[ recovery-image] Feb 24 00:33:31.835 INFO O| Feb 24 00:33:31.835 INFO STEP 1125 (remove_files) COMPLETE
82322026-02-24T00:33:32.500Z[ recovery-image] Feb 24 00:33:31.835 INFO O| Feb 24 00:33:31.835 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82332026-02-24T00:33:32.513Z[ recovery-image] Feb 24 00:33:31.849 INFO O| Feb 24 00:33:31.849 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmpd"
82342026-02-24T00:33:32.514Z[ recovery-image] Feb 24 00:33:31.849 INFO O| Feb 24 00:33:31.849 INFO STEP 1126 (remove_files) COMPLETE
82352026-02-24T00:33:32.514Z[ recovery-image] Feb 24 00:33:31.849 INFO O| Feb 24 00:33:31.849 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82362026-02-24T00:33:32.527Z[ recovery-image] Feb 24 00:33:31.863 INFO O| Feb 24 00:33:31.863 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmptrapd"
82372026-02-24T00:33:32.527Z[ recovery-image] Feb 24 00:33:31.863 INFO O| Feb 24 00:33:31.863 INFO STEP 1127 (remove_files) COMPLETE
82382026-02-24T00:33:32.527Z[ recovery-image] Feb 24 00:33:31.863 INFO O| Feb 24 00:33:31.863 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82392026-02-24T00:33:32.541Z[ recovery-image] Feb 24 00:33:31.876 INFO O| Feb 24 00:33:31.876 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snoop"
82402026-02-24T00:33:32.541Z[ recovery-image] Feb 24 00:33:31.877 INFO O| Feb 24 00:33:31.877 INFO STEP 1128 (remove_files) COMPLETE
82412026-02-24T00:33:32.544Z[ recovery-image] Feb 24 00:33:31.877 INFO O| Feb 24 00:33:31.877 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82422026-02-24T00:33:32.555Z[ recovery-image] Feb 24 00:33:31.890 INFO O| Feb 24 00:33:31.890 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sshd"
82432026-02-24T00:33:32.555Z[ recovery-image] Feb 24 00:33:31.890 INFO O| Feb 24 00:33:31.890 INFO STEP 1129 (remove_files) COMPLETE
82442026-02-24T00:33:32.555Z[ recovery-image] Feb 24 00:33:31.890 INFO O| Feb 24 00:33:31.890 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82452026-02-24T00:33:32.566Z[ recovery-image] Feb 24 00:33:31.902 INFO O| Feb 24 00:33:31.902 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/stmsboot"
82462026-02-24T00:33:32.566Z[ recovery-image] Feb 24 00:33:31.902 INFO O| Feb 24 00:33:31.902 INFO STEP 1130 (remove_files) COMPLETE
82472026-02-24T00:33:32.566Z[ recovery-image] Feb 24 00:33:31.902 INFO O| Feb 24 00:33:31.902 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82482026-02-24T00:33:32.580Z[ recovery-image] Feb 24 00:33:31.915 INFO O| Feb 24 00:33:31.915 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strace"
82492026-02-24T00:33:32.580Z[ recovery-image] Feb 24 00:33:31.916 INFO O| Feb 24 00:33:31.915 INFO STEP 1131 (remove_files) COMPLETE
82502026-02-24T00:33:32.580Z[ recovery-image] Feb 24 00:33:31.916 INFO O| Feb 24 00:33:31.915 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82512026-02-24T00:33:32.594Z[ recovery-image] Feb 24 00:33:31.929 INFO O| Feb 24 00:33:31.929 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strclean"
82522026-02-24T00:33:32.597Z[ recovery-image] Feb 24 00:33:31.929 INFO O| Feb 24 00:33:31.929 INFO STEP 1132 (remove_files) COMPLETE
82532026-02-24T00:33:32.597Z[ recovery-image] Feb 24 00:33:31.929 INFO O| Feb 24 00:33:31.929 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82542026-02-24T00:33:32.607Z[ recovery-image] Feb 24 00:33:31.943 INFO O| Feb 24 00:33:31.943 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strerr"
82552026-02-24T00:33:32.608Z[ recovery-image] Feb 24 00:33:31.943 INFO O| Feb 24 00:33:31.943 INFO STEP 1133 (remove_files) COMPLETE
82562026-02-24T00:33:32.611Z[ recovery-image] Feb 24 00:33:31.943 INFO O| Feb 24 00:33:31.943 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82572026-02-24T00:33:32.622Z[ recovery-image] Feb 24 00:33:31.958 INFO O| Feb 24 00:33:31.958 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sttydefs"
82582026-02-24T00:33:32.622Z[ recovery-image] Feb 24 00:33:31.958 INFO O| Feb 24 00:33:31.958 INFO STEP 1134 (remove_files) COMPLETE
82592026-02-24T00:33:32.626Z[ recovery-image] Feb 24 00:33:31.958 INFO O| Feb 24 00:33:31.958 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82602026-02-24T00:33:32.637Z[ recovery-image] Feb 24 00:33:31.973 INFO O| Feb 24 00:33:31.973 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncinit"
82612026-02-24T00:33:32.637Z[ recovery-image] Feb 24 00:33:31.973 INFO O| Feb 24 00:33:31.973 INFO STEP 1135 (remove_files) COMPLETE
82622026-02-24T00:33:32.637Z[ recovery-image] Feb 24 00:33:31.973 INFO O| Feb 24 00:33:31.973 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82632026-02-24T00:33:32.652Z[ recovery-image] Feb 24 00:33:31.988 INFO O| Feb 24 00:33:31.988 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncloop"
82642026-02-24T00:33:32.652Z[ recovery-image] Feb 24 00:33:31.988 INFO O| Feb 24 00:33:31.988 INFO STEP 1136 (remove_files) COMPLETE
82652026-02-24T00:33:32.652Z[ recovery-image] Feb 24 00:33:31.988 INFO O| Feb 24 00:33:31.988 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82662026-02-24T00:33:32.667Z[ recovery-image] Feb 24 00:33:32.002 INFO O| Feb 24 00:33:32.002 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncstat"
82672026-02-24T00:33:32.667Z[ recovery-image] Feb 24 00:33:32.002 INFO O| Feb 24 00:33:32.002 INFO STEP 1137 (remove_files) COMPLETE
82682026-02-24T00:33:32.667Z[ recovery-image] Feb 24 00:33:32.002 INFO O| Feb 24 00:33:32.002 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82692026-02-24T00:33:32.692Z[ recovery-image] Feb 24 00:33:32.016 INFO O| Feb 24 00:33:32.016 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sysdef"
82702026-02-24T00:33:32.692Z[ recovery-image] Feb 24 00:33:32.016 INFO O| Feb 24 00:33:32.016 INFO STEP 1138 (remove_files) COMPLETE
82712026-02-24T00:33:32.692Z[ recovery-image] Feb 24 00:33:32.016 INFO O| Feb 24 00:33:32.016 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82722026-02-24T00:33:32.707Z[ recovery-image] Feb 24 00:33:32.028 INFO O| Feb 24 00:33:32.028 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syseventadm"
82732026-02-24T00:33:32.707Z[ recovery-image] Feb 24 00:33:32.029 INFO O| Feb 24 00:33:32.028 INFO STEP 1139 (remove_files) COMPLETE
82742026-02-24T00:33:32.707Z[ recovery-image] Feb 24 00:33:32.029 INFO O| Feb 24 00:33:32.029 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82752026-02-24T00:33:32.707Z[ recovery-image] Feb 24 00:33:32.041 INFO O| Feb 24 00:33:32.041 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/t6mfgadm"
82762026-02-24T00:33:32.707Z[ recovery-image] Feb 24 00:33:32.041 INFO O| Feb 24 00:33:32.041 INFO STEP 1140 (remove_files) COMPLETE
82772026-02-24T00:33:32.707Z[ recovery-image] Feb 24 00:33:32.041 INFO O| Feb 24 00:33:32.041 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82782026-02-24T00:33:32.717Z[ recovery-image] Feb 24 00:33:32.053 INFO O| Feb 24 00:33:32.053 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tapes"
82792026-02-24T00:33:32.718Z[ recovery-image] Feb 24 00:33:32.053 INFO O| Feb 24 00:33:32.053 INFO STEP 1141 (remove_files) COMPLETE
82802026-02-24T00:33:32.718Z[ recovery-image] Feb 24 00:33:32.053 INFO O| Feb 24 00:33:32.053 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82812026-02-24T00:33:32.730Z[ recovery-image] Feb 24 00:33:32.065 INFO O| Feb 24 00:33:32.065 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tar"
82822026-02-24T00:33:32.730Z[ recovery-image] Feb 24 00:33:32.065 INFO O| Feb 24 00:33:32.065 INFO STEP 1142 (remove_files) COMPLETE
82832026-02-24T00:33:32.730Z[ recovery-image] Feb 24 00:33:32.065 INFO O| Feb 24 00:33:32.065 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82842026-02-24T00:33:32.743Z[ recovery-image] Feb 24 00:33:32.078 INFO O| Feb 24 00:33:32.078 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tcsd"
82852026-02-24T00:33:32.743Z[ recovery-image] Feb 24 00:33:32.078 INFO O| Feb 24 00:33:32.078 INFO STEP 1143 (remove_files) COMPLETE
82862026-02-24T00:33:32.743Z[ recovery-image] Feb 24 00:33:32.078 INFO O| Feb 24 00:33:32.078 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82872026-02-24T00:33:32.767Z[ recovery-image] Feb 24 00:33:32.102 INFO O| Feb 24 00:33:32.102 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/traceroute"
82882026-02-24T00:33:32.771Z[ recovery-image] Feb 24 00:33:32.102 INFO O| Feb 24 00:33:32.102 INFO STEP 1144 (remove_files) COMPLETE
82892026-02-24T00:33:32.771Z[ recovery-image] Feb 24 00:33:32.102 INFO O| Feb 24 00:33:32.102 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82902026-02-24T00:33:32.786Z[ recovery-image] Feb 24 00:33:32.122 INFO O| Feb 24 00:33:32.122 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/trapstat"
82912026-02-24T00:33:32.786Z[ recovery-image] Feb 24 00:33:32.122 INFO O| Feb 24 00:33:32.122 INFO STEP 1145 (remove_files) COMPLETE
82922026-02-24T00:33:32.789Z[ recovery-image] Feb 24 00:33:32.122 INFO O| Feb 24 00:33:32.122 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82932026-02-24T00:33:32.801Z[ recovery-image] Feb 24 00:33:32.136 INFO O| Feb 24 00:33:32.136 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ttyadm"
82942026-02-24T00:33:32.801Z[ recovery-image] Feb 24 00:33:32.136 INFO O| Feb 24 00:33:32.136 INFO STEP 1146 (remove_files) COMPLETE
82952026-02-24T00:33:32.804Z[ recovery-image] Feb 24 00:33:32.136 INFO O| Feb 24 00:33:32.136 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82962026-02-24T00:33:32.813Z[ recovery-image] Feb 24 00:33:32.149 INFO O| Feb 24 00:33:32.149 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ucodeadm"
82972026-02-24T00:33:32.813Z[ recovery-image] Feb 24 00:33:32.149 INFO O| Feb 24 00:33:32.149 INFO STEP 1147 (remove_files) COMPLETE
82982026-02-24T00:33:32.813Z[ recovery-image] Feb 24 00:33:32.149 INFO O| Feb 24 00:33:32.149 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82992026-02-24T00:33:32.827Z[ recovery-image] Feb 24 00:33:32.162 INFO O| Feb 24 00:33:32.162 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/umountall"
83002026-02-24T00:33:32.827Z[ recovery-image] Feb 24 00:33:32.162 INFO O| Feb 24 00:33:32.162 INFO STEP 1148 (remove_files) COMPLETE
83012026-02-24T00:33:32.831Z[ recovery-image] Feb 24 00:33:32.162 INFO O| Feb 24 00:33:32.162 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83022026-02-24T00:33:32.839Z[ recovery-image] Feb 24 00:33:32.175 INFO O| Feb 24 00:33:32.175 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unlink"
83032026-02-24T00:33:32.842Z[ recovery-image] Feb 24 00:33:32.175 INFO O| Feb 24 00:33:32.175 INFO STEP 1149 (remove_files) COMPLETE
83042026-02-24T00:33:32.842Z[ recovery-image] Feb 24 00:33:32.175 INFO O| Feb 24 00:33:32.175 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83052026-02-24T00:33:32.852Z[ recovery-image] Feb 24 00:33:32.188 INFO O| Feb 24 00:33:32.188 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshare"
83062026-02-24T00:33:32.852Z[ recovery-image] Feb 24 00:33:32.188 INFO O| Feb 24 00:33:32.188 INFO STEP 1150 (remove_files) COMPLETE
83072026-02-24T00:33:32.852Z[ recovery-image] Feb 24 00:33:32.188 INFO O| Feb 24 00:33:32.188 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83082026-02-24T00:33:32.865Z[ recovery-image] Feb 24 00:33:32.201 INFO O| Feb 24 00:33:32.201 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshareall"
83092026-02-24T00:33:32.865Z[ recovery-image] Feb 24 00:33:32.201 INFO O| Feb 24 00:33:32.201 INFO STEP 1151 (remove_files) COMPLETE
83102026-02-24T00:33:32.865Z[ recovery-image] Feb 24 00:33:32.201 INFO O| Feb 24 00:33:32.201 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83112026-02-24T00:33:32.878Z[ recovery-image] Feb 24 00:33:32.214 INFO O| Feb 24 00:33:32.214 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/update_drv"
83122026-02-24T00:33:32.878Z[ recovery-image] Feb 24 00:33:32.214 INFO O| Feb 24 00:33:32.214 INFO STEP 1152 (remove_files) COMPLETE
83132026-02-24T00:33:32.881Z[ recovery-image] Feb 24 00:33:32.214 INFO O| Feb 24 00:33:32.214 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83142026-02-24T00:33:32.892Z[ recovery-image] Feb 24 00:33:32.227 INFO O| Feb 24 00:33:32.227 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/useradd"
83152026-02-24T00:33:32.892Z[ recovery-image] Feb 24 00:33:32.227 INFO O| Feb 24 00:33:32.227 INFO STEP 1153 (remove_files) COMPLETE
83162026-02-24T00:33:32.892Z[ recovery-image] Feb 24 00:33:32.227 INFO O| Feb 24 00:33:32.227 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83172026-02-24T00:33:32.906Z[ recovery-image] Feb 24 00:33:32.242 INFO O| Feb 24 00:33:32.241 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/userdel"
83182026-02-24T00:33:32.906Z[ recovery-image] Feb 24 00:33:32.242 INFO O| Feb 24 00:33:32.242 INFO STEP 1154 (remove_files) COMPLETE
83192026-02-24T00:33:32.909Z[ recovery-image] Feb 24 00:33:32.242 INFO O| Feb 24 00:33:32.242 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83202026-02-24T00:33:32.918Z[ recovery-image] Feb 24 00:33:32.254 INFO O| Feb 24 00:33:32.254 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/usermod"
83212026-02-24T00:33:32.918Z[ recovery-image] Feb 24 00:33:32.254 INFO O| Feb 24 00:33:32.254 INFO STEP 1155 (remove_files) COMPLETE
83222026-02-24T00:33:32.918Z[ recovery-image] Feb 24 00:33:32.254 INFO O| Feb 24 00:33:32.254 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83232026-02-24T00:33:32.932Z[ recovery-image] Feb 24 00:33:32.267 INFO O| Feb 24 00:33:32.267 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/volcopy"
83242026-02-24T00:33:32.932Z[ recovery-image] Feb 24 00:33:32.267 INFO O| Feb 24 00:33:32.267 INFO STEP 1156 (remove_files) COMPLETE
83252026-02-24T00:33:32.939Z[ recovery-image] Feb 24 00:33:32.267 INFO O| Feb 24 00:33:32.267 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83262026-02-24T00:33:32.945Z[ recovery-image] Feb 24 00:33:32.280 INFO O| Feb 24 00:33:32.280 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/wall"
83272026-02-24T00:33:32.948Z[ recovery-image] Feb 24 00:33:32.281 INFO O| Feb 24 00:33:32.281 INFO STEP 1157 (remove_files) COMPLETE
83282026-02-24T00:33:32.948Z[ recovery-image] Feb 24 00:33:32.281 INFO O| Feb 24 00:33:32.281 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83292026-02-24T00:33:32.958Z[ recovery-image] Feb 24 00:33:32.293 INFO O| Feb 24 00:33:32.293 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/whodo"
83302026-02-24T00:33:32.958Z[ recovery-image] Feb 24 00:33:32.294 INFO O| Feb 24 00:33:32.293 INFO STEP 1158 (remove_files) COMPLETE
83312026-02-24T00:33:32.958Z[ recovery-image] Feb 24 00:33:32.294 INFO O| Feb 24 00:33:32.294 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83322026-02-24T00:33:32.970Z[ recovery-image] Feb 24 00:33:32.306 INFO O| Feb 24 00:33:32.306 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdb"
83332026-02-24T00:33:32.970Z[ recovery-image] Feb 24 00:33:32.306 INFO O| Feb 24 00:33:32.306 INFO STEP 1159 (remove_files) COMPLETE
83342026-02-24T00:33:32.970Z[ recovery-image] Feb 24 00:33:32.306 INFO O| Feb 24 00:33:32.306 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83352026-02-24T00:33:32.984Z[ recovery-image] Feb 24 00:33:32.319 INFO O| Feb 24 00:33:32.319 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdump"
83362026-02-24T00:33:32.984Z[ recovery-image] Feb 24 00:33:32.319 INFO O| Feb 24 00:33:32.319 INFO STEP 1160 (remove_files) COMPLETE
83372026-02-24T00:33:32.984Z[ recovery-image] Feb 24 00:33:32.319 INFO O| Feb 24 00:33:32.319 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83382026-02-24T00:33:32.998Z[ recovery-image] Feb 24 00:33:32.333 INFO O| Feb 24 00:33:32.333 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zic"
83392026-02-24T00:33:32.998Z[ recovery-image] Feb 24 00:33:32.333 INFO O| Feb 24 00:33:32.333 INFO STEP 1161 (remove_files) COMPLETE
83402026-02-24T00:33:32.998Z[ recovery-image] Feb 24 00:33:32.333 INFO O| Feb 24 00:33:32.333 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83412026-02-24T00:33:33.012Z[ recovery-image] Feb 24 00:33:32.346 INFO O| Feb 24 00:33:32.346 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zlogin"
83422026-02-24T00:33:33.012Z[ recovery-image] Feb 24 00:33:32.346 INFO O| Feb 24 00:33:32.346 INFO STEP 1162 (remove_files) COMPLETE
83432026-02-24T00:33:33.012Z[ recovery-image] Feb 24 00:33:32.346 INFO O| Feb 24 00:33:32.346 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83442026-02-24T00:33:33.025Z[ recovery-image] Feb 24 00:33:32.359 INFO O| Feb 24 00:33:32.359 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zoneadm"
83452026-02-24T00:33:33.025Z[ recovery-image] Feb 24 00:33:32.359 INFO O| Feb 24 00:33:32.359 INFO STEP 1163 (remove_files) COMPLETE
83462026-02-24T00:33:33.029Z[ recovery-image] Feb 24 00:33:32.359 INFO O| Feb 24 00:33:32.359 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83472026-02-24T00:33:33.037Z[ recovery-image] Feb 24 00:33:32.372 INFO O| Feb 24 00:33:32.372 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zonecfg"
83482026-02-24T00:33:33.037Z[ recovery-image] Feb 24 00:33:32.373 INFO O| Feb 24 00:33:32.373 INFO STEP 1164 (remove_files) COMPLETE
83492026-02-24T00:33:33.043Z[ recovery-image] Feb 24 00:33:32.373 INFO O| Feb 24 00:33:32.373 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
83502026-02-24T00:33:33.051Z[ recovery-image] Feb 24 00:33:32.386 INFO O| Feb 24 00:33:32.386 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zstreamdump"
83512026-02-24T00:33:33.051Z[ recovery-image] Feb 24 00:33:32.386 INFO O| Feb 24 00:33:32.386 INFO STEP 1165 (remove_files) COMPLETE
83522026-02-24T00:33:33.055Z[ recovery-image] Feb 24 00:33:32.386 INFO O| Feb 24 00:33:32.386 INFO STEP 1166: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-03-recovery-trim.json
83532026-02-24T00:33:33.070Z[ recovery-image] Feb 24 00:33:32.406 INFO O| Feb 24 00:33:32.406 INFO file /rpool/images/build/recovery/output/sled-recovery-ramdisk.tar does not already exist, skipping removal
83542026-02-24T00:33:33.070Z[ recovery-image] Feb 24 00:33:32.406 INFO O| Feb 24 00:33:32.406 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
83552026-02-24T00:33:34.624Z[ recovery-image] Feb 24 00:33:33.960 INFO O| Feb 24 00:33:33.959 INFO STEP 1166 (pack_tar) COMPLETE
83562026-02-24T00:33:34.624Z[ recovery-image] Feb 24 00:33:33.960 INFO O| Feb 24 00:33:33.960 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
83572026-02-24T00:33:34.624Z[ recovery-image] Feb 24 00:33:33.960 INFO O| Feb 24 00:33:33.960 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
83582026-02-24T00:33:34.971Z[ recovery-image] Feb 24 00:33:34.307 INFO O| Feb 24 00:33:34.307 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
83592026-02-24T00:33:35.096Z[ recovery-image] Feb 24 00:33:34.432 INFO O| Feb 24 00:33:34.432 INFO completed processing sled/ramdisk-03-recovery-trim
83602026-02-24T00:33:35.101Z[ recovery-image] Feb 24 00:33:34.437 INFO image builder template: zfs-recovery...
83612026-02-24T00:33:35.104Z[ recovery-image] Feb 24 00:33:34.437 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/.tmpE6HfSF/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
83622026-02-24T00:33:35.157Z[ recovery-image] Feb 24 00:33:34.493 INFO O| Feb 24 00:33:34.493 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/zfs-recovery
83632026-02-24T00:33:35.162Z[ recovery-image] Feb 24 00:33:34.498 INFO O| Feb 24 00:33:34.498 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
83642026-02-24T00:33:35.246Z[ recovery-image] Feb 24 00:33:34.582 INFO O| Feb 24 00:33:34.582 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/zfs-recovery: sync = disabled
83652026-02-24T00:33:35.318Z[ recovery-image] Feb 24 00:33:34.654 INFO O| Feb 24 00:33:34.654 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/zfs-recovery
83662026-02-24T00:33:35.318Z[ recovery-image] Feb 24 00:33:34.654 INFO O| Feb 24 00:33:34.654 INFO work dataset: rpool/images/build/recovery/work/sled/zfs-recovery
83672026-02-24T00:33:35.323Z[ recovery-image] Feb 24 00:33:34.659 INFO O| Feb 24 00:33:34.659 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
83682026-02-24T00:33:35.416Z[ recovery-image] Feb 24 00:33:34.751 INFO O| Feb 24 00:33:34.751 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/sled/zfs-recovery: sync = disabled
83692026-02-24T00:33:35.481Z[ recovery-image] Feb 24 00:33:34.817 INFO O| Feb 24 00:33:34.817 INFO DESTROY POOL: TEMPORARY-sled-zfs-recovery
83702026-02-24T00:33:35.497Z[ recovery-image] Feb 24 00:33:34.832 INFO O| Feb 24 00:33:34.832 INFO image file: /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
83712026-02-24T00:33:35.503Z[ recovery-image] Feb 24 00:33:34.839 INFO O| Feb 24 00:33:34.839 INFO pool altroot: /rpool/images/build/recovery/work/sled/zfs-recovery/altroot
83722026-02-24T00:33:35.516Z[ recovery-image] Feb 24 00:33:34.852 INFO O| Feb 24 00:33:34.852 INFO no lofi found
83732026-02-24T00:33:35.517Z[ recovery-image] Feb 24 00:33:34.852 INFO O| Feb 24 00:33:34.852 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw does not already exist, skipping removal
83742026-02-24T00:33:35.517Z[ recovery-image] Feb 24 00:33:34.852 INFO O| Feb 24 00:33:34.852 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
83752026-02-24T00:33:37.669Z[ recovery-image] Feb 24 00:33:37.004 INFO O| Feb 24 00:33:37.004 INFO lofi device = /dev/dsk/c2t1d0p0
83762026-02-24T00:33:37.669Z[ recovery-image] Feb 24 00:33:37.004 INFO O| Feb 24 00:33:37.004 INFO pool device = /dev/dsk/c2t1d0p0
83772026-02-24T00:33:37.672Z[ recovery-image] Feb 24 00:33:37.004 INFO O| Feb 24 00:33:37.004 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-sled-zfs-recovery", "-O", "compression=off", "-R", "/rpool/images/build/recovery/work/sled/zfs-recovery/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"]
83782026-02-24T00:33:37.983Z[ recovery-image] Feb 24 00:33:37.319 INFO O| Feb 24 00:33:37.319 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
83792026-02-24T00:33:37.983Z[ recovery-image] Feb 24 00:33:37.319 INFO O| Feb 24 00:33:37.319 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT
83802026-02-24T00:33:38.019Z[ recovery-image] Feb 24 00:33:37.355 INFO O| Feb 24 00:33:37.354 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: canmount = off
83812026-02-24T00:33:38.484Z[ recovery-image] Feb 24 00:33:37.819 INFO O| Feb 24 00:33:37.819 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: mountpoint = legacy
83822026-02-24T00:33:38.538Z[ recovery-image] Feb 24 00:33:37.874 INFO O| Feb 24 00:33:37.874 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT/ramdisk
83832026-02-24T00:33:38.565Z[ recovery-image] Feb 24 00:33:37.899 INFO O| Feb 24 00:33:37.899 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: canmount = noauto
83842026-02-24T00:33:38.584Z[ recovery-image] Feb 24 00:33:37.919 INFO O| Feb 24 00:33:37.919 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
83852026-02-24T00:33:38.648Z[ recovery-image] Feb 24 00:33:37.984 INFO O| Feb 24 00:33:37.984 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a
83862026-02-24T00:33:38.651Z[ recovery-image] Feb 24 00:33:37.984 INFO O| Feb 24 00:33:37.984 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a
83872026-02-24T00:33:38.651Z[ recovery-image] Feb 24 00:33:37.984 INFO O| Feb 24 00:33:37.984 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
83882026-02-24T00:33:38.666Z[ recovery-image] Feb 24 00:33:38.001 INFO O| Feb 24 00:33:38.001 INFO boot environment UUID: 963fc657-40ea-4f25-bcb6-444e6847c50d
83892026-02-24T00:33:38.666Z[ recovery-image] Feb 24 00:33:38.001 INFO O| Feb 24 00:33:38.001 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 963fc657-40ea-4f25-bcb6-444e6847c50d
83902026-02-24T00:33:38.685Z[ recovery-image] Feb 24 00:33:38.020 INFO O| Feb 24 00:33:38.020 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
83912026-02-24T00:33:38.704Z[ recovery-image] Feb 24 00:33:38.040 INFO O| Feb 24 00:33:38.039 INFO STEP 0 (create_be) COMPLETE
83922026-02-24T00:33:38.709Z[ recovery-image] Feb 24 00:33:38.040 INFO O| Feb 24 00:33:38.040 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
83932026-02-24T00:33:38.726Z[ recovery-image] Feb 24 00:33:38.061 INFO O| Feb 24 00:33:38.061 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/recovery/output/sled-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
83942026-02-24T00:33:45.481Z[ recovery-image] Feb 24 00:33:44.817 INFO O| Feb 24 00:33:44.817 INFO STEP 1 (unpack_tar) COMPLETE
83952026-02-24T00:33:45.482Z[ recovery-image] Feb 24 00:33:44.817 INFO O| Feb 24 00:33:44.817 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83962026-02-24T00:33:45.496Z[ recovery-image] Feb 24 00:33:44.832 INFO O| Feb 24 00:33:44.831 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
83972026-02-24T00:33:47.011Z[ recovery-image] Feb 24 00:33:46.346 INFO O| Feb 24 00:33:46.346 INFO STEP 2 (devfsadm) COMPLETE
83982026-02-24T00:33:47.011Z[ recovery-image] Feb 24 00:33:46.346 INFO O| Feb 24 00:33:46.346 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83992026-02-24T00:33:47.025Z[ recovery-image] Feb 24 00:33:46.360 INFO O| Feb 24 00:33:46.360 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
84002026-02-24T00:33:47.025Z[ recovery-image] Feb 24 00:33:46.361 INFO O| Feb 24 00:33:46.361 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
84012026-02-24T00:33:47.029Z[ recovery-image] Feb 24 00:33:46.361 INFO O| Feb 24 00:33:46.361 INFO STEP 3 (ensure_dir) COMPLETE
84022026-02-24T00:33:47.029Z[ recovery-image] Feb 24 00:33:46.361 INFO O| Feb 24 00:33:46.361 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84032026-02-24T00:33:47.040Z[ recovery-image] Feb 24 00:33:46.375 INFO O| Feb 24 00:33:46.375 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
84042026-02-24T00:33:47.040Z[ recovery-image] Feb 24 00:33:46.375 INFO O| Feb 24 00:33:46.375 INFO STEP 4 (ensure_dir) COMPLETE
84052026-02-24T00:33:47.043Z[ recovery-image] Feb 24 00:33:46.375 INFO O| Feb 24 00:33:46.375 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84062026-02-24T00:33:47.054Z[ recovery-image] Feb 24 00:33:46.389 INFO O| Feb 24 00:33:46.389 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
84072026-02-24T00:33:47.054Z[ recovery-image] Feb 24 00:33:46.389 INFO O| Feb 24 00:33:46.389 INFO STEP 5 (ensure_dir) COMPLETE
84082026-02-24T00:33:47.057Z[ recovery-image] Feb 24 00:33:46.389 INFO O| Feb 24 00:33:46.389 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84092026-02-24T00:33:47.067Z[ recovery-image] Feb 24 00:33:46.402 INFO O| Feb 24 00:33:46.402 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
84102026-02-24T00:33:47.067Z[ recovery-image] Feb 24 00:33:46.403 INFO O| Feb 24 00:33:46.402 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
84112026-02-24T00:33:47.067Z[ recovery-image] Feb 24 00:33:46.403 INFO O| Feb 24 00:33:46.403 INFO STEP 6 (ensure_dir) COMPLETE
84122026-02-24T00:33:47.070Z[ recovery-image] Feb 24 00:33:46.403 INFO O| Feb 24 00:33:46.403 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84132026-02-24T00:33:47.080Z[ recovery-image] Feb 24 00:33:46.416 INFO O| Feb 24 00:33:46.416 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
84142026-02-24T00:33:47.080Z[ recovery-image] Feb 24 00:33:46.416 INFO O| Feb 24 00:33:46.416 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
84152026-02-24T00:33:47.080Z[ recovery-image] Feb 24 00:33:46.416 INFO O| Feb 24 00:33:46.416 INFO STEP 7 (ensure_dir) COMPLETE
84162026-02-24T00:33:47.083Z[ recovery-image] Feb 24 00:33:46.416 INFO O| Feb 24 00:33:46.416 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84172026-02-24T00:33:47.094Z[ recovery-image] Feb 24 00:33:46.429 INFO O| Feb 24 00:33:46.429 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg"
84182026-02-24T00:33:47.094Z[ recovery-image] Feb 24 00:33:46.429 INFO O| Feb 24 00:33:46.429 INFO STEP 8 (remove_files) COMPLETE
84192026-02-24T00:33:47.097Z[ recovery-image] Feb 24 00:33:46.429 INFO O| Feb 24 00:33:46.429 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84202026-02-24T00:33:47.108Z[ recovery-image] Feb 24 00:33:46.443 INFO O| Feb 24 00:33:46.443 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk"
84212026-02-24T00:33:47.113Z[ recovery-image] Feb 24 00:33:46.444 INFO O| Feb 24 00:33:46.444 INFO STEP 9 (remove_files) COMPLETE
84222026-02-24T00:33:47.113Z[ recovery-image] Feb 24 00:33:46.444 INFO O| Feb 24 00:33:46.444 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84232026-02-24T00:33:47.123Z[ recovery-image] Feb 24 00:33:46.458 INFO O| Feb 24 00:33:46.458 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk"
84242026-02-24T00:33:47.126Z[ recovery-image] Feb 24 00:33:46.459 INFO O| Feb 24 00:33:46.459 INFO STEP 10 (remove_files) COMPLETE
84252026-02-24T00:33:47.126Z[ recovery-image] Feb 24 00:33:46.459 INFO O| Feb 24 00:33:46.459 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84262026-02-24T00:33:47.137Z[ recovery-image] Feb 24 00:33:46.473 INFO O| Feb 24 00:33:46.473 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors"
84272026-02-24T00:33:47.138Z[ recovery-image] Feb 24 00:33:46.473 INFO O| Feb 24 00:33:46.473 INFO STEP 11 (remove_files) COMPLETE
84282026-02-24T00:33:47.140Z[ recovery-image] Feb 24 00:33:46.473 INFO O| Feb 24 00:33:46.473 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84292026-02-24T00:33:47.151Z[ recovery-image] Feb 24 00:33:46.486 INFO O| Feb 24 00:33:46.486 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb"
84302026-02-24T00:33:47.151Z[ recovery-image] Feb 24 00:33:46.486 INFO O| Feb 24 00:33:46.486 INFO STEP 12 (remove_files) COMPLETE
84312026-02-24T00:33:47.154Z[ recovery-image] Feb 24 00:33:46.486 INFO O| Feb 24 00:33:46.486 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84322026-02-24T00:33:47.164Z[ recovery-image] Feb 24 00:33:46.499 INFO O| Feb 24 00:33:46.499 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
84332026-02-24T00:33:47.164Z[ recovery-image] Feb 24 00:33:46.499 INFO O| Feb 24 00:33:46.499 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
84342026-02-24T00:33:47.164Z[ recovery-image] Feb 24 00:33:46.499 INFO O| Feb 24 00:33:46.499 INFO STEP 13 (ensure_dir) COMPLETE
84352026-02-24T00:33:47.167Z[ recovery-image] Feb 24 00:33:46.499 INFO O| Feb 24 00:33:46.499 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84362026-02-24T00:33:47.177Z[ recovery-image] Feb 24 00:33:46.512 INFO O| Feb 24 00:33:46.512 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
84372026-02-24T00:33:47.177Z[ recovery-image] Feb 24 00:33:46.512 INFO O| Feb 24 00:33:46.512 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
84382026-02-24T00:33:47.177Z[ recovery-image] Feb 24 00:33:46.512 INFO O| Feb 24 00:33:46.512 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
84392026-02-24T00:33:47.180Z[ recovery-image] Feb 24 00:33:46.512 INFO O| Feb 24 00:33:46.512 INFO STEP 14 (ensure_dir) COMPLETE
84402026-02-24T00:33:47.180Z[ recovery-image] Feb 24 00:33:46.512 INFO O| Feb 24 00:33:46.512 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84412026-02-24T00:33:47.191Z[ recovery-image] Feb 24 00:33:46.526 INFO O| Feb 24 00:33:46.526 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
84422026-02-24T00:33:47.191Z[ recovery-image] Feb 24 00:33:46.526 INFO O| Feb 24 00:33:46.526 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
84432026-02-24T00:33:47.191Z[ recovery-image] Feb 24 00:33:46.526 INFO O| Feb 24 00:33:46.526 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
84442026-02-24T00:33:47.191Z[ recovery-image] Feb 24 00:33:46.526 INFO O| Feb 24 00:33:46.526 INFO STEP 15 (ensure_dir) COMPLETE
84452026-02-24T00:33:47.194Z[ recovery-image] Feb 24 00:33:46.526 INFO O| Feb 24 00:33:46.526 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84462026-02-24T00:33:47.207Z[ recovery-image] Feb 24 00:33:46.542 INFO O| Feb 24 00:33:46.542 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
84472026-02-24T00:33:47.207Z[ recovery-image] Feb 24 00:33:46.542 INFO O| Feb 24 00:33:46.542 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
84482026-02-24T00:33:47.210Z[ recovery-image] Feb 24 00:33:46.542 INFO O| Feb 24 00:33:46.542 INFO STEP 16 (ensure_dir) COMPLETE
84492026-02-24T00:33:47.210Z[ recovery-image] Feb 24 00:33:46.542 INFO O| Feb 24 00:33:46.542 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84502026-02-24T00:33:47.222Z[ recovery-image] Feb 24 00:33:46.558 INFO O| Feb 24 00:33:46.558 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
84512026-02-24T00:33:47.222Z[ recovery-image] Feb 24 00:33:46.558 INFO O| Feb 24 00:33:46.558 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
84522026-02-24T00:33:47.226Z[ recovery-image] Feb 24 00:33:46.558 INFO O| Feb 24 00:33:46.558 INFO STEP 17 (ensure_dir) COMPLETE
84532026-02-24T00:33:47.226Z[ recovery-image] Feb 24 00:33:46.558 INFO O| Feb 24 00:33:46.558 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84542026-02-24T00:33:47.238Z[ recovery-image] Feb 24 00:33:46.573 INFO O| Feb 24 00:33:46.573 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
84552026-02-24T00:33:47.238Z[ recovery-image] Feb 24 00:33:46.573 INFO O| Feb 24 00:33:46.573 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/msglog
84562026-02-24T00:33:47.241Z[ recovery-image] Feb 24 00:33:46.573 INFO O| Feb 24 00:33:46.573 INFO ok!
84572026-02-24T00:33:47.241Z[ recovery-image] Feb 24 00:33:46.573 INFO O| Feb 24 00:33:46.573 INFO STEP 18 (ensure_symlink) COMPLETE
84582026-02-24T00:33:47.241Z[ recovery-image] Feb 24 00:33:46.573 INFO O| Feb 24 00:33:46.573 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
84592026-02-24T00:33:47.252Z[ recovery-image] Feb 24 00:33:46.587 INFO O| Feb 24 00:33:46.587 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure exists, with correct contents
84602026-02-24T00:33:47.252Z[ recovery-image] Feb 24 00:33:46.587 INFO O| Feb 24 00:33:46.587 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure
84612026-02-24T00:33:47.252Z[ recovery-image] Feb 24 00:33:46.587 INFO O| Feb 24 00:33:46.587 INFO ok!
84622026-02-24T00:33:47.252Z[ recovery-image] Feb 24 00:33:46.587 INFO O| Feb 24 00:33:46.587 INFO STEP 19 (ensure_file) COMPLETE
84632026-02-24T00:33:47.255Z[ recovery-image] Feb 24 00:33:46.587 INFO O| Feb 24 00:33:46.587 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
84642026-02-24T00:33:47.265Z[ recovery-image] Feb 24 00:33:46.600 INFO O| Feb 24 00:33:46.600 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
84652026-02-24T00:33:47.265Z[ recovery-image] Feb 24 00:33:46.600 INFO O| Feb 24 00:33:46.600 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
84662026-02-24T00:33:47.268Z[ recovery-image] Feb 24 00:33:46.600 INFO O| Feb 24 00:33:46.600 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml
84672026-02-24T00:33:47.268Z[ recovery-image] Feb 24 00:33:46.600 INFO O| Feb 24 00:33:46.600 INFO ok!
84682026-02-24T00:33:47.268Z[ recovery-image] Feb 24 00:33:46.600 INFO O| Feb 24 00:33:46.600 INFO STEP 20 (ensure_symlink) COMPLETE
84692026-02-24T00:33:47.268Z[ recovery-image] Feb 24 00:33:46.600 INFO O| Feb 24 00:33:46.600 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
84702026-02-24T00:33:47.278Z[ recovery-image] Feb 24 00:33:46.613 INFO O| Feb 24 00:33:46.613 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
84712026-02-24T00:33:47.278Z[ recovery-image] Feb 24 00:33:46.613 INFO O| Feb 24 00:33:46.613 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
84722026-02-24T00:33:47.281Z[ recovery-image] Feb 24 00:33:46.613 INFO O| Feb 24 00:33:46.613 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml
84732026-02-24T00:33:47.281Z[ recovery-image] Feb 24 00:33:46.613 INFO O| Feb 24 00:33:46.613 INFO ok!
84742026-02-24T00:33:47.281Z[ recovery-image] Feb 24 00:33:46.613 INFO O| Feb 24 00:33:46.613 INFO STEP 21 (ensure_symlink) COMPLETE
84752026-02-24T00:33:47.281Z[ recovery-image] Feb 24 00:33:46.613 INFO O| Feb 24 00:33:46.613 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
84762026-02-24T00:33:47.292Z[ recovery-image] Feb 24 00:33:46.627 INFO O| Feb 24 00:33:46.627 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
84772026-02-24T00:33:47.292Z[ recovery-image] Feb 24 00:33:46.627 INFO O| Feb 24 00:33:46.627 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
84782026-02-24T00:33:47.295Z[ recovery-image] Feb 24 00:33:46.627 INFO O| Feb 24 00:33:46.627 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml
84792026-02-24T00:33:47.295Z[ recovery-image] Feb 24 00:33:46.627 INFO O| Feb 24 00:33:46.627 INFO ok!
84802026-02-24T00:33:47.295Z[ recovery-image] Feb 24 00:33:46.627 INFO O| Feb 24 00:33:46.627 INFO STEP 22 (ensure_symlink) COMPLETE
84812026-02-24T00:33:47.295Z[ recovery-image] Feb 24 00:33:46.627 INFO O| Feb 24 00:33:46.627 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
84822026-02-24T00:33:47.305Z[ recovery-image] Feb 24 00:33:46.640 INFO O| Feb 24 00:33:46.640 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
84832026-02-24T00:33:47.305Z[ recovery-image] Feb 24 00:33:46.640 INFO O| Feb 24 00:33:46.640 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
84842026-02-24T00:33:47.308Z[ recovery-image] Feb 24 00:33:46.641 INFO O| Feb 24 00:33:46.641 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml
84852026-02-24T00:33:47.308Z[ recovery-image] Feb 24 00:33:46.641 INFO O| Feb 24 00:33:46.641 INFO ok!
84862026-02-24T00:33:47.309Z[ recovery-image] Feb 24 00:33:46.641 INFO O| Feb 24 00:33:46.641 INFO STEP 23 (ensure_symlink) COMPLETE
84872026-02-24T00:33:47.309Z[ recovery-image] Feb 24 00:33:46.641 INFO O| Feb 24 00:33:46.641 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
84882026-02-24T00:33:47.318Z[ recovery-image] Feb 24 00:33:46.653 INFO O| Feb 24 00:33:46.653 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
84892026-02-24T00:33:47.318Z[ recovery-image] Feb 24 00:33:46.653 INFO O| Feb 24 00:33:46.653 INFO copying /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.dns -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf ...
84902026-02-24T00:33:47.322Z[ recovery-image] Feb 24 00:33:46.654 INFO O| Feb 24 00:33:46.654 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf
84912026-02-24T00:33:47.322Z[ recovery-image] Feb 24 00:33:46.654 INFO O| Feb 24 00:33:46.654 INFO ok!
84922026-02-24T00:33:47.322Z[ recovery-image] Feb 24 00:33:46.654 INFO O| Feb 24 00:33:46.654 INFO STEP 24 (ensure_file) COMPLETE
84932026-02-24T00:33:47.322Z[ recovery-image] Feb 24 00:33:46.654 INFO O| Feb 24 00:33:46.654 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
84942026-02-24T00:33:47.333Z[ recovery-image] Feb 24 00:33:46.668 INFO O| Feb 24 00:33:46.668 INFO updating shadow file
84952026-02-24T00:33:47.336Z[ recovery-image] Feb 24 00:33:46.668 INFO O| Feb 24 00:33:46.668 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
84962026-02-24T00:33:47.336Z[ recovery-image] Feb 24 00:33:46.668 INFO O| Feb 24 00:33:46.668 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
84972026-02-24T00:33:47.336Z[ recovery-image] Feb 24 00:33:46.668 INFO O| Feb 24 00:33:46.668 INFO STEP 25 (shadow) COMPLETE
84982026-02-24T00:33:47.336Z[ recovery-image] Feb 24 00:33:46.668 INFO O| Feb 24 00:33:46.668 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
84992026-02-24T00:33:47.348Z[ recovery-image] Feb 24 00:33:46.681 INFO O| Feb 24 00:33:46.681 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
85002026-02-24T00:33:47.348Z[ recovery-image] Feb 24 00:33:46.681 INFO O| Feb 24 00:33:46.681 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts ...
85012026-02-24T00:33:47.348Z[ recovery-image] Feb 24 00:33:46.682 INFO O| Feb 24 00:33:46.682 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts
85022026-02-24T00:33:47.348Z[ recovery-image] Feb 24 00:33:46.682 INFO O| Feb 24 00:33:46.682 INFO ok!
85032026-02-24T00:33:47.351Z[ recovery-image] Feb 24 00:33:46.682 INFO O| Feb 24 00:33:46.682 INFO STEP 26 (ensure_file) COMPLETE
85042026-02-24T00:33:47.351Z[ recovery-image] Feb 24 00:33:46.682 INFO O| Feb 24 00:33:46.682 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
85052026-02-24T00:33:47.360Z[ recovery-image] Feb 24 00:33:46.695 INFO O| Feb 24 00:33:46.695 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename does not exist
85062026-02-24T00:33:47.360Z[ recovery-image] Feb 24 00:33:46.695 INFO O| Feb 24 00:33:46.695 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename ...
85072026-02-24T00:33:47.360Z[ recovery-image] Feb 24 00:33:46.695 INFO O| Feb 24 00:33:46.695 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename
85082026-02-24T00:33:47.363Z[ recovery-image] Feb 24 00:33:46.695 INFO O| Feb 24 00:33:46.695 INFO ok!
85092026-02-24T00:33:47.363Z[ recovery-image] Feb 24 00:33:46.695 INFO O| Feb 24 00:33:46.695 INFO STEP 27 (ensure_file) COMPLETE
85102026-02-24T00:33:47.363Z[ recovery-image] Feb 24 00:33:46.695 INFO O| Feb 24 00:33:46.695 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
85112026-02-24T00:33:47.374Z[ recovery-image] Feb 24 00:33:46.709 INFO O| Feb 24 00:33:46.709 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
85122026-02-24T00:33:47.374Z[ recovery-image] Feb 24 00:33:46.709 INFO O| Feb 24 00:33:46.709 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent ...
85132026-02-24T00:33:47.374Z[ recovery-image] Feb 24 00:33:46.709 INFO O| Feb 24 00:33:46.709 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
85142026-02-24T00:33:47.374Z[ recovery-image] Feb 24 00:33:46.709 INFO O| Feb 24 00:33:46.709 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
85152026-02-24T00:33:47.377Z[ recovery-image] Feb 24 00:33:46.709 INFO O| Feb 24 00:33:46.709 INFO ok!
85162026-02-24T00:33:47.377Z[ recovery-image] Feb 24 00:33:46.709 INFO O| Feb 24 00:33:46.709 INFO STEP 28 (ensure_file) COMPLETE
85172026-02-24T00:33:47.377Z[ recovery-image] Feb 24 00:33:46.709 INFO O| Feb 24 00:33:46.709 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
85182026-02-24T00:33:47.388Z[ recovery-image] Feb 24 00:33:46.722 INFO O| Feb 24 00:33:46.722 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf does not exist
85192026-02-24T00:33:47.388Z[ recovery-image] Feb 24 00:33:46.722 INFO O| Feb 24 00:33:46.722 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf ...
85202026-02-24T00:33:47.388Z[ recovery-image] Feb 24 00:33:46.723 INFO O| Feb 24 00:33:46.722 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf
85212026-02-24T00:33:47.391Z[ recovery-image] Feb 24 00:33:46.723 INFO O| Feb 24 00:33:46.723 INFO ok!
85222026-02-24T00:33:47.391Z[ recovery-image] Feb 24 00:33:46.723 INFO O| Feb 24 00:33:46.723 INFO STEP 29 (ensure_file) COMPLETE
85232026-02-24T00:33:47.391Z[ recovery-image] Feb 24 00:33:46.723 INFO O| Feb 24 00:33:46.723 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
85242026-02-24T00:33:47.401Z[ recovery-image] Feb 24 00:33:46.736 INFO O| Feb 24 00:33:46.736 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
85252026-02-24T00:33:47.401Z[ recovery-image] Feb 24 00:33:46.736 INFO O| Feb 24 00:33:46.736 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
85262026-02-24T00:33:47.401Z[ recovery-image] Feb 24 00:33:46.736 INFO O| Feb 24 00:33:46.736 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
85272026-02-24T00:33:47.402Z[ recovery-image] Feb 24 00:33:46.737 INFO O| Feb 24 00:33:46.736 INFO STEP 30 (ensure_dir) COMPLETE
85282026-02-24T00:33:47.402Z[ recovery-image] Feb 24 00:33:46.737 INFO O| Feb 24 00:33:46.737 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
85292026-02-24T00:33:47.415Z[ recovery-image] Feb 24 00:33:46.750 INFO O| Feb 24 00:33:46.750 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup does not exist
85302026-02-24T00:33:47.415Z[ recovery-image] Feb 24 00:33:46.750 INFO O| Feb 24 00:33:46.750 INFO copying /work/oxidecomputer/helios/image/templates/files/net-setup.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup ...
85312026-02-24T00:33:47.421Z[ recovery-image] Feb 24 00:33:46.751 INFO O| Feb 24 00:33:46.751 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup
85322026-02-24T00:33:47.421Z[ recovery-image] Feb 24 00:33:46.751 INFO O| Feb 24 00:33:46.751 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup
85332026-02-24T00:33:47.421Z[ recovery-image] Feb 24 00:33:46.751 INFO O| Feb 24 00:33:46.751 INFO ok!
85342026-02-24T00:33:47.421Z[ recovery-image] Feb 24 00:33:46.751 INFO O| Feb 24 00:33:46.751 INFO STEP 31 (ensure_file) COMPLETE
85352026-02-24T00:33:47.421Z[ recovery-image] Feb 24 00:33:46.751 INFO O| Feb 24 00:33:46.751 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
85362026-02-24T00:33:47.429Z[ recovery-image] Feb 24 00:33:46.765 INFO O| Feb 24 00:33:46.765 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
85372026-02-24T00:33:47.430Z[ recovery-image] Feb 24 00:33:46.765 INFO O| Feb 24 00:33:46.765 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
85382026-02-24T00:33:47.433Z[ recovery-image] Feb 24 00:33:46.765 INFO O| Feb 24 00:33:46.765 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
85392026-02-24T00:33:47.433Z[ recovery-image] Feb 24 00:33:46.765 INFO O| Feb 24 00:33:46.765 INFO STEP 32 (ensure_dir) COMPLETE
85402026-02-24T00:33:47.433Z[ recovery-image] Feb 24 00:33:46.765 INFO O| Feb 24 00:33:46.765 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
85412026-02-24T00:33:47.443Z[ recovery-image] Feb 24 00:33:46.778 INFO O| Feb 24 00:33:46.778 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml does not exist
85422026-02-24T00:33:47.443Z[ recovery-image] Feb 24 00:33:46.778 INFO O| Feb 24 00:33:46.778 INFO copying /work/oxidecomputer/helios/image/templates/files/net-setup.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml ...
85432026-02-24T00:33:47.446Z[ recovery-image] Feb 24 00:33:46.779 INFO O| Feb 24 00:33:46.779 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml
85442026-02-24T00:33:47.446Z[ recovery-image] Feb 24 00:33:46.779 INFO O| Feb 24 00:33:46.779 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml
85452026-02-24T00:33:47.446Z[ recovery-image] Feb 24 00:33:46.779 INFO O| Feb 24 00:33:46.779 INFO ok!
85462026-02-24T00:33:47.446Z[ recovery-image] Feb 24 00:33:46.779 INFO O| Feb 24 00:33:46.779 INFO STEP 33 (ensure_file) COMPLETE
85472026-02-24T00:33:47.446Z[ recovery-image] Feb 24 00:33:46.779 INFO O| Feb 24 00:33:46.779 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
85482026-02-24T00:33:47.457Z[ recovery-image] Feb 24 00:33:46.793 INFO O| Feb 24 00:33:46.792 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master does not exist
85492026-02-24T00:33:47.457Z[ recovery-image] Feb 24 00:33:46.793 INFO O| Feb 24 00:33:46.793 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master ...
85502026-02-24T00:33:47.460Z[ recovery-image] Feb 24 00:33:46.793 INFO O| Feb 24 00:33:46.793 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master
85512026-02-24T00:33:47.460Z[ recovery-image] Feb 24 00:33:46.793 INFO O| Feb 24 00:33:46.793 INFO ok!
85522026-02-24T00:33:47.461Z[ recovery-image] Feb 24 00:33:46.793 INFO O| Feb 24 00:33:46.793 INFO STEP 34 (ensure_file) COMPLETE
85532026-02-24T00:33:47.461Z[ recovery-image] Feb 24 00:33:46.793 INFO O| Feb 24 00:33:46.793 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
85542026-02-24T00:33:47.472Z[ recovery-image] Feb 24 00:33:46.807 INFO O| Feb 24 00:33:46.807 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
85552026-02-24T00:33:47.472Z[ recovery-image] Feb 24 00:33:46.807 INFO O| Feb 24 00:33:46.807 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs ...
85562026-02-24T00:33:47.475Z[ recovery-image] Feb 24 00:33:46.807 INFO O| Feb 24 00:33:46.807 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
85572026-02-24T00:33:47.475Z[ recovery-image] Feb 24 00:33:46.807 INFO O| Feb 24 00:33:46.807 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
85582026-02-24T00:33:47.475Z[ recovery-image] Feb 24 00:33:46.807 INFO O| Feb 24 00:33:46.807 INFO ok!
85592026-02-24T00:33:47.475Z[ recovery-image] Feb 24 00:33:46.807 INFO O| Feb 24 00:33:46.807 INFO STEP 35 (ensure_file) COMPLETE
85602026-02-24T00:33:47.475Z[ recovery-image] Feb 24 00:33:46.807 INFO O| Feb 24 00:33:46.807 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
85612026-02-24T00:33:47.486Z[ recovery-image] Feb 24 00:33:46.821 INFO O| Feb 24 00:33:46.821 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
85622026-02-24T00:33:47.486Z[ recovery-image] Feb 24 00:33:46.821 INFO O| Feb 24 00:33:46.821 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init ...
85632026-02-24T00:33:47.486Z[ recovery-image] Feb 24 00:33:46.821 INFO O| Feb 24 00:33:46.821 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init
85642026-02-24T00:33:47.490Z[ recovery-image] Feb 24 00:33:46.821 INFO O| Feb 24 00:33:46.821 INFO ok!
85652026-02-24T00:33:47.490Z[ recovery-image] Feb 24 00:33:46.821 INFO O| Feb 24 00:33:46.821 INFO STEP 36 (ensure_file) COMPLETE
85662026-02-24T00:33:47.490Z[ recovery-image] Feb 24 00:33:46.821 INFO O| Feb 24 00:33:46.821 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
85672026-02-24T00:33:47.499Z[ recovery-image] Feb 24 00:33:46.834 INFO O| Feb 24 00:33:46.834 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
85682026-02-24T00:33:47.499Z[ recovery-image] Feb 24 00:33:46.834 INFO O| Feb 24 00:33:46.834 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config ...
85692026-02-24T00:33:47.502Z[ recovery-image] Feb 24 00:33:46.835 INFO O| Feb 24 00:33:46.835 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config
85702026-02-24T00:33:47.502Z[ recovery-image] Feb 24 00:33:46.835 INFO O| Feb 24 00:33:46.835 INFO ok!
85712026-02-24T00:33:47.502Z[ recovery-image] Feb 24 00:33:46.835 INFO O| Feb 24 00:33:46.835 INFO STEP 37 (ensure_file) COMPLETE
85722026-02-24T00:33:47.502Z[ recovery-image] Feb 24 00:33:46.835 INFO O| Feb 24 00:33:46.835 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
85732026-02-24T00:33:47.512Z[ recovery-image] Feb 24 00:33:46.848 INFO O| Feb 24 00:33:46.848 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams does not exist
85742026-02-24T00:33:47.512Z[ recovery-image] Feb 24 00:33:46.848 INFO O| Feb 24 00:33:46.848 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams ...
85752026-02-24T00:33:47.516Z[ recovery-image] Feb 24 00:33:46.849 INFO O| Feb 24 00:33:46.849 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
85762026-02-24T00:33:47.516Z[ recovery-image] Feb 24 00:33:46.849 INFO O| Feb 24 00:33:46.849 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
85772026-02-24T00:33:47.516Z[ recovery-image] Feb 24 00:33:46.849 INFO O| Feb 24 00:33:46.849 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
85782026-02-24T00:33:47.516Z[ recovery-image] Feb 24 00:33:46.849 INFO O| Feb 24 00:33:46.849 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
85792026-02-24T00:33:47.516Z[ recovery-image] Feb 24 00:33:46.849 INFO O| Feb 24 00:33:46.849 INFO ok!
85802026-02-24T00:33:47.516Z[ recovery-image] Feb 24 00:33:46.849 INFO O| Feb 24 00:33:46.849 INFO STEP 38 (ensure_file) COMPLETE
85812026-02-24T00:33:47.516Z[ recovery-image] Feb 24 00:33:46.849 INFO O| Feb 24 00:33:46.849 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
85822026-02-24T00:33:47.527Z[ recovery-image] Feb 24 00:33:46.862 INFO O| Feb 24 00:33:46.862 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
85832026-02-24T00:33:47.527Z[ recovery-image] Feb 24 00:33:46.862 INFO O| Feb 24 00:33:46.862 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
85842026-02-24T00:33:47.530Z[ recovery-image] Feb 24 00:33:46.862 INFO O| Feb 24 00:33:46.862 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
85852026-02-24T00:33:47.530Z[ recovery-image] Feb 24 00:33:46.862 INFO O| Feb 24 00:33:46.862 INFO STEP 39 (ensure_dir) COMPLETE
85862026-02-24T00:33:47.530Z[ recovery-image] Feb 24 00:33:46.862 INFO O| Feb 24 00:33:46.862 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
85872026-02-24T00:33:47.544Z[ recovery-image] Feb 24 00:33:46.878 INFO O| Feb 24 00:33:46.878 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin does not exist
85882026-02-24T00:33:47.544Z[ recovery-image] Feb 24 00:33:46.878 INFO O| Feb 24 00:33:46.878 INFO copying /work/oxidecomputer/helios/projects/chelsio-t6-roms/srom/bins/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin ...
85892026-02-24T00:33:47.548Z[ recovery-image] Feb 24 00:33:46.879 INFO O| Feb 24 00:33:46.879 INFO perms are 644, should be 555, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin
85902026-02-24T00:33:47.548Z[ recovery-image] Feb 24 00:33:46.879 INFO O| Feb 24 00:33:46.879 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin
85912026-02-24T00:33:47.548Z[ recovery-image] Feb 24 00:33:46.879 INFO O| Feb 24 00:33:46.879 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin
85922026-02-24T00:33:47.548Z[ recovery-image] Feb 24 00:33:46.879 INFO O| Feb 24 00:33:46.879 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin
85932026-02-24T00:33:47.548Z[ recovery-image] Feb 24 00:33:46.879 INFO O| Feb 24 00:33:46.879 INFO ok!
85942026-02-24T00:33:47.548Z[ recovery-image] Feb 24 00:33:46.879 INFO O| Feb 24 00:33:46.879 INFO STEP 40 (ensure_file) COMPLETE
85952026-02-24T00:33:47.549Z[ recovery-image] Feb 24 00:33:46.879 INFO O| Feb 24 00:33:46.879 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
85962026-02-24T00:33:47.557Z[ recovery-image] Feb 24 00:33:46.892 INFO O| Feb 24 00:33:46.892 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
85972026-02-24T00:33:47.557Z[ recovery-image] Feb 24 00:33:46.892 INFO O| Feb 24 00:33:46.892 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin -> Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin ...
85982026-02-24T00:33:47.560Z[ recovery-image] Feb 24 00:33:46.892 INFO O| Feb 24 00:33:46.892 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
85992026-02-24T00:33:47.560Z[ recovery-image] Feb 24 00:33:46.892 INFO O| Feb 24 00:33:46.892 INFO ok!
86002026-02-24T00:33:47.560Z[ recovery-image] Feb 24 00:33:46.892 INFO O| Feb 24 00:33:46.892 INFO STEP 41 (ensure_symlink) COMPLETE
86012026-02-24T00:33:47.561Z[ recovery-image] Feb 24 00:33:46.892 INFO O| Feb 24 00:33:46.892 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
86022026-02-24T00:33:47.571Z[ recovery-image] Feb 24 00:33:46.905 INFO O| Feb 24 00:33:46.905 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo does not exist
86032026-02-24T00:33:47.571Z[ recovery-image] Feb 24 00:33:46.905 INFO O| Feb 24 00:33:46.905 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
86042026-02-24T00:33:47.572Z[ recovery-image] Feb 24 00:33:46.906 INFO O| Feb 24 00:33:46.905 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo
86052026-02-24T00:33:47.575Z[ recovery-image] Feb 24 00:33:46.906 INFO O| Feb 24 00:33:46.906 INFO ok!
86062026-02-24T00:33:47.575Z[ recovery-image] Feb 24 00:33:46.906 INFO O| Feb 24 00:33:46.906 INFO STEP 42 (ensure_symlink) COMPLETE
86072026-02-24T00:33:47.575Z[ recovery-image] Feb 24 00:33:46.906 INFO O| Feb 24 00:33:46.906 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
86082026-02-24T00:33:47.583Z[ recovery-image] Feb 24 00:33:46.919 INFO O| Feb 24 00:33:46.919 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname does not exist
86092026-02-24T00:33:47.584Z[ recovery-image] Feb 24 00:33:46.919 INFO O| Feb 24 00:33:46.919 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname ...
86102026-02-24T00:33:47.587Z[ recovery-image] Feb 24 00:33:46.920 INFO O| Feb 24 00:33:46.920 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
86112026-02-24T00:33:47.587Z[ recovery-image] Feb 24 00:33:46.920 INFO O| Feb 24 00:33:46.920 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
86122026-02-24T00:33:47.587Z[ recovery-image] Feb 24 00:33:46.920 INFO O| Feb 24 00:33:46.920 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
86132026-02-24T00:33:47.587Z[ recovery-image] Feb 24 00:33:46.920 INFO O| Feb 24 00:33:46.920 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
86142026-02-24T00:33:47.587Z[ recovery-image] Feb 24 00:33:46.920 INFO O| Feb 24 00:33:46.920 INFO ok!
86152026-02-24T00:33:47.587Z[ recovery-image] Feb 24 00:33:46.920 INFO O| Feb 24 00:33:46.920 INFO STEP 43 (ensure_file) COMPLETE
86162026-02-24T00:33:47.587Z[ recovery-image] Feb 24 00:33:46.920 INFO O| Feb 24 00:33:46.920 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
86172026-02-24T00:33:47.599Z[ recovery-image] Feb 24 00:33:46.934 INFO O| Feb 24 00:33:46.934 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
86182026-02-24T00:33:47.599Z[ recovery-image] Feb 24 00:33:46.934 INFO O| Feb 24 00:33:46.934 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml ...
86192026-02-24T00:33:47.603Z[ recovery-image] Feb 24 00:33:46.935 INFO O| Feb 24 00:33:46.935 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
86202026-02-24T00:33:47.603Z[ recovery-image] Feb 24 00:33:46.935 INFO O| Feb 24 00:33:46.935 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
86212026-02-24T00:33:47.603Z[ recovery-image] Feb 24 00:33:46.935 INFO O| Feb 24 00:33:46.935 INFO ok!
86222026-02-24T00:33:47.603Z[ recovery-image] Feb 24 00:33:46.935 INFO O| Feb 24 00:33:46.935 INFO STEP 44 (ensure_file) COMPLETE
86232026-02-24T00:33:47.603Z[ recovery-image] Feb 24 00:33:46.935 INFO O| Feb 24 00:33:46.935 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
86242026-02-24T00:33:47.613Z[ recovery-image] Feb 24 00:33:46.948 INFO O| Feb 24 00:33:46.948 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml does not exist
86252026-02-24T00:33:47.616Z[ recovery-image] Feb 24 00:33:46.948 INFO O| Feb 24 00:33:46.948 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml ...
86262026-02-24T00:33:47.616Z[ recovery-image] Feb 24 00:33:46.949 INFO O| Feb 24 00:33:46.949 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml
86272026-02-24T00:33:47.616Z[ recovery-image] Feb 24 00:33:46.949 INFO O| Feb 24 00:33:46.949 INFO ok!
86282026-02-24T00:33:47.616Z[ recovery-image] Feb 24 00:33:46.949 INFO O| Feb 24 00:33:46.949 INFO STEP 45 (ensure_file) COMPLETE
86292026-02-24T00:33:47.616Z[ recovery-image] Feb 24 00:33:46.949 INFO O| Feb 24 00:33:46.949 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
86302026-02-24T00:33:47.627Z[ recovery-image] Feb 24 00:33:46.962 INFO O| Feb 24 00:33:46.962 INFO updating shadow file
86312026-02-24T00:33:47.627Z[ recovery-image] Feb 24 00:33:46.962 INFO O| Feb 24 00:33:46.962 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
86322026-02-24T00:33:47.630Z[ recovery-image] Feb 24 00:33:46.963 INFO O| Feb 24 00:33:46.962 INFO STEP 46 (shadow) COMPLETE
86332026-02-24T00:33:47.630Z[ recovery-image] Feb 24 00:33:46.963 INFO O| Feb 24 00:33:46.962 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
86342026-02-24T00:33:47.641Z[ recovery-image] Feb 24 00:33:46.976 INFO O| Feb 24 00:33:46.976 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
86352026-02-24T00:33:47.641Z[ recovery-image] Feb 24 00:33:46.976 INFO O| Feb 24 00:33:46.976 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login ...
86362026-02-24T00:33:47.644Z[ recovery-image] Feb 24 00:33:46.977 INFO O| Feb 24 00:33:46.977 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
86372026-02-24T00:33:47.644Z[ recovery-image] Feb 24 00:33:46.977 INFO O| Feb 24 00:33:46.977 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
86382026-02-24T00:33:47.644Z[ recovery-image] Feb 24 00:33:46.977 INFO O| Feb 24 00:33:46.977 INFO ok!
86392026-02-24T00:33:47.644Z[ recovery-image] Feb 24 00:33:46.977 INFO O| Feb 24 00:33:46.977 INFO STEP 47 (ensure_file) COMPLETE
86402026-02-24T00:33:47.644Z[ recovery-image] Feb 24 00:33:46.977 INFO O| Feb 24 00:33:46.977 INFO STEP 48: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86412026-02-24T00:33:47.655Z[ recovery-image] Feb 24 00:33:46.990 INFO O| Feb 24 00:33:46.990 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt
86422026-02-24T00:33:47.655Z[ recovery-image] Feb 24 00:33:46.990 INFO O| Feb 24 00:33:46.990 INFO STEP 48 (ensure_dir) COMPLETE
86432026-02-24T00:33:47.658Z[ recovery-image] Feb 24 00:33:46.990 INFO O| Feb 24 00:33:46.990 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86442026-02-24T00:33:47.668Z[ recovery-image] Feb 24 00:33:47.003 INFO O| Feb 24 00:33:47.003 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
86452026-02-24T00:33:47.671Z[ recovery-image] Feb 24 00:33:47.003 INFO O| Feb 24 00:33:47.003 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
86462026-02-24T00:33:47.671Z[ recovery-image] Feb 24 00:33:47.003 INFO O| Feb 24 00:33:47.003 INFO STEP 49 (ensure_dir) COMPLETE
86472026-02-24T00:33:47.671Z[ recovery-image] Feb 24 00:33:47.003 INFO O| Feb 24 00:33:47.003 INFO STEP 50: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86482026-02-24T00:33:47.681Z[ recovery-image] Feb 24 00:33:47.016 INFO O| Feb 24 00:33:47.016 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
86492026-02-24T00:33:47.681Z[ recovery-image] Feb 24 00:33:47.016 INFO O| Feb 24 00:33:47.016 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
86502026-02-24T00:33:47.684Z[ recovery-image] Feb 24 00:33:47.016 INFO O| Feb 24 00:33:47.016 INFO STEP 50 (ensure_dir) COMPLETE
86512026-02-24T00:33:47.684Z[ recovery-image] Feb 24 00:33:47.016 INFO O| Feb 24 00:33:47.016 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86522026-02-24T00:33:47.694Z[ recovery-image] Feb 24 00:33:47.029 INFO O| Feb 24 00:33:47.029 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
86532026-02-24T00:33:47.694Z[ recovery-image] Feb 24 00:33:47.029 INFO O| Feb 24 00:33:47.029 INFO copying /tmp/.tmpE6HfSF/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator ...
86542026-02-24T00:33:47.771Z[ recovery-image] Feb 24 00:33:47.106 INFO O| Feb 24 00:33:47.106 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator
86552026-02-24T00:33:47.771Z[ recovery-image] Feb 24 00:33:47.106 INFO O| Feb 24 00:33:47.106 INFO ok!
86562026-02-24T00:33:47.771Z[ recovery-image] Feb 24 00:33:47.106 INFO O| Feb 24 00:33:47.106 INFO STEP 51 (ensure_file) COMPLETE
86572026-02-24T00:33:47.774Z[ recovery-image] Feb 24 00:33:47.106 INFO O| Feb 24 00:33:47.106 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86582026-02-24T00:33:47.790Z[ recovery-image] Feb 24 00:33:47.125 INFO O| Feb 24 00:33:47.125 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
86592026-02-24T00:33:47.790Z[ recovery-image] Feb 24 00:33:47.125 INFO O| Feb 24 00:33:47.125 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
86602026-02-24T00:33:47.790Z[ recovery-image] Feb 24 00:33:47.125 INFO O| Feb 24 00:33:47.125 INFO STEP 52 (ensure_dir) COMPLETE
86612026-02-24T00:33:47.793Z[ recovery-image] Feb 24 00:33:47.125 INFO O| Feb 24 00:33:47.125 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86622026-02-24T00:33:47.804Z[ recovery-image] Feb 24 00:33:47.140 INFO O| Feb 24 00:33:47.139 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
86632026-02-24T00:33:47.805Z[ recovery-image] Feb 24 00:33:47.140 INFO O| Feb 24 00:33:47.140 INFO copying /tmp/.tmpE6HfSF/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION ...
86642026-02-24T00:33:47.805Z[ recovery-image] Feb 24 00:33:47.140 INFO O| Feb 24 00:33:47.140 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION
86652026-02-24T00:33:47.808Z[ recovery-image] Feb 24 00:33:47.140 INFO O| Feb 24 00:33:47.140 INFO ok!
86662026-02-24T00:33:47.808Z[ recovery-image] Feb 24 00:33:47.140 INFO O| Feb 24 00:33:47.140 INFO STEP 53 (ensure_file) COMPLETE
86672026-02-24T00:33:47.808Z[ recovery-image] Feb 24 00:33:47.140 INFO O| Feb 24 00:33:47.140 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86682026-02-24T00:33:47.818Z[ recovery-image] Feb 24 00:33:47.153 INFO O| Feb 24 00:33:47.153 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
86692026-02-24T00:33:47.818Z[ recovery-image] Feb 24 00:33:47.153 INFO O| Feb 24 00:33:47.153 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
86702026-02-24T00:33:47.821Z[ recovery-image] Feb 24 00:33:47.153 INFO O| Feb 24 00:33:47.153 INFO STEP 54 (ensure_dir) COMPLETE
86712026-02-24T00:33:47.821Z[ recovery-image] Feb 24 00:33:47.153 INFO O| Feb 24 00:33:47.153 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86722026-02-24T00:33:47.832Z[ recovery-image] Feb 24 00:33:47.167 INFO O| Feb 24 00:33:47.167 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
86732026-02-24T00:33:47.832Z[ recovery-image] Feb 24 00:33:47.167 INFO O| Feb 24 00:33:47.167 INFO copying /tmp/.tmpE6HfSF/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
86742026-02-24T00:33:49.772Z[ recovery-image] Feb 24 00:33:49.107 INFO O| Feb 24 00:33:49.107 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
86752026-02-24T00:33:49.772Z[ recovery-image] Feb 24 00:33:49.107 INFO O| Feb 24 00:33:49.107 INFO ok!
86762026-02-24T00:33:49.772Z[ recovery-image] Feb 24 00:33:49.107 INFO O| Feb 24 00:33:49.107 INFO STEP 55 (ensure_file) COMPLETE
86772026-02-24T00:33:49.772Z[ recovery-image] Feb 24 00:33:49.107 INFO O| Feb 24 00:33:49.107 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86782026-02-24T00:33:49.787Z[ recovery-image] Feb 24 00:33:49.122 INFO O| Feb 24 00:33:49.122 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
86792026-02-24T00:33:49.787Z[ recovery-image] Feb 24 00:33:49.122 INFO O| Feb 24 00:33:49.122 INFO copying /tmp/.tmpE6HfSF/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
86802026-02-24T00:33:51.647Z[ recovery-image] Feb 24 00:33:50.982 INFO O| Feb 24 00:33:50.982 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
86812026-02-24T00:33:51.647Z[ recovery-image] Feb 24 00:33:50.982 INFO O| Feb 24 00:33:50.982 INFO ok!
86822026-02-24T00:33:51.650Z[ recovery-image] Feb 24 00:33:50.982 INFO O| Feb 24 00:33:50.982 INFO STEP 56 (ensure_file) COMPLETE
86832026-02-24T00:33:51.651Z[ recovery-image] Feb 24 00:33:50.982 INFO O| Feb 24 00:33:50.982 INFO STEP 57: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86842026-02-24T00:33:51.661Z[ recovery-image] Feb 24 00:33:50.996 INFO O| Feb 24 00:33:50.996 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
86852026-02-24T00:33:51.661Z[ recovery-image] Feb 24 00:33:50.996 INFO O| Feb 24 00:33:50.996 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
86862026-02-24T00:33:51.661Z[ recovery-image] Feb 24 00:33:50.996 INFO O| Feb 24 00:33:50.996 INFO STEP 57 (ensure_dir) COMPLETE
86872026-02-24T00:33:51.664Z[ recovery-image] Feb 24 00:33:50.996 INFO O| Feb 24 00:33:50.996 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86882026-02-24T00:33:51.678Z[ recovery-image] Feb 24 00:33:51.012 INFO O| Feb 24 00:33:51.012 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
86892026-02-24T00:33:51.681Z[ recovery-image] Feb 24 00:33:51.012 INFO O| Feb 24 00:33:51.012 INFO copying /tmp/.tmpE6HfSF/proto/recovery/root/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh ...
86902026-02-24T00:33:51.681Z[ recovery-image] Feb 24 00:33:51.012 INFO O| Feb 24 00:33:51.012 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
86912026-02-24T00:33:51.681Z[ recovery-image] Feb 24 00:33:51.012 INFO O| Feb 24 00:33:51.012 INFO ok!
86922026-02-24T00:33:51.682Z[ recovery-image] Feb 24 00:33:51.012 INFO O| Feb 24 00:33:51.012 INFO STEP 58 (ensure_file) COMPLETE
86932026-02-24T00:33:51.682Z[ recovery-image] Feb 24 00:33:51.012 INFO O| Feb 24 00:33:51.012 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86942026-02-24T00:33:51.692Z[ recovery-image] Feb 24 00:33:51.027 INFO O| Feb 24 00:33:51.027 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
86952026-02-24T00:33:51.692Z[ recovery-image] Feb 24 00:33:51.027 INFO O| Feb 24 00:33:51.027 INFO copying /tmp/.tmpE6HfSF/proto/recovery/root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh ...
86962026-02-24T00:33:51.695Z[ recovery-image] Feb 24 00:33:51.027 INFO O| Feb 24 00:33:51.027 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
86972026-02-24T00:33:51.696Z[ recovery-image] Feb 24 00:33:51.027 INFO O| Feb 24 00:33:51.027 INFO ok!
86982026-02-24T00:33:51.696Z[ recovery-image] Feb 24 00:33:51.027 INFO O| Feb 24 00:33:51.027 INFO STEP 59 (ensure_file) COMPLETE
86992026-02-24T00:33:51.696Z[ recovery-image] Feb 24 00:33:51.027 INFO O| Feb 24 00:33:51.027 INFO STEP 60: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87002026-02-24T00:33:51.707Z[ recovery-image] Feb 24 00:33:51.042 INFO O| Feb 24 00:33:51.042 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
87012026-02-24T00:33:51.707Z[ recovery-image] Feb 24 00:33:51.042 INFO O| Feb 24 00:33:51.042 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
87022026-02-24T00:33:51.707Z[ recovery-image] Feb 24 00:33:51.042 INFO O| Feb 24 00:33:51.042 INFO STEP 60 (ensure_dir) COMPLETE
87032026-02-24T00:33:51.711Z[ recovery-image] Feb 24 00:33:51.042 INFO O| Feb 24 00:33:51.042 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87042026-02-24T00:33:51.721Z[ recovery-image] Feb 24 00:33:51.056 INFO O| Feb 24 00:33:51.056 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
87052026-02-24T00:33:51.722Z[ recovery-image] Feb 24 00:33:51.057 INFO O| Feb 24 00:33:51.056 INFO copying /tmp/.tmpE6HfSF/proto/recovery/root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml ...
87062026-02-24T00:33:51.722Z[ recovery-image] Feb 24 00:33:51.057 INFO O| Feb 24 00:33:51.057 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
87072026-02-24T00:33:51.722Z[ recovery-image] Feb 24 00:33:51.057 INFO O| Feb 24 00:33:51.057 INFO ok!
87082026-02-24T00:33:51.725Z[ recovery-image] Feb 24 00:33:51.057 INFO O| Feb 24 00:33:51.057 INFO STEP 61 (ensure_file) COMPLETE
87092026-02-24T00:33:51.725Z[ recovery-image] Feb 24 00:33:51.057 INFO O| Feb 24 00:33:51.057 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87102026-02-24T00:33:51.737Z[ recovery-image] Feb 24 00:33:51.072 INFO O| Feb 24 00:33:51.071 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
87112026-02-24T00:33:51.737Z[ recovery-image] Feb 24 00:33:51.072 INFO O| Feb 24 00:33:51.072 INFO copying /tmp/.tmpE6HfSF/proto/recovery/root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh ...
87122026-02-24T00:33:51.737Z[ recovery-image] Feb 24 00:33:51.072 INFO O| Feb 24 00:33:51.072 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
87132026-02-24T00:33:51.737Z[ recovery-image] Feb 24 00:33:51.072 INFO O| Feb 24 00:33:51.072 INFO ok!
87142026-02-24T00:33:51.740Z[ recovery-image] Feb 24 00:33:51.072 INFO O| Feb 24 00:33:51.072 INFO STEP 62 (ensure_file) COMPLETE
87152026-02-24T00:33:51.740Z[ recovery-image] Feb 24 00:33:51.072 INFO O| Feb 24 00:33:51.072 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87162026-02-24T00:33:51.752Z[ recovery-image] Feb 24 00:33:51.087 INFO O| Feb 24 00:33:51.087 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
87172026-02-24T00:33:51.752Z[ recovery-image] Feb 24 00:33:51.087 INFO O| Feb 24 00:33:51.087 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
87182026-02-24T00:33:51.752Z[ recovery-image] Feb 24 00:33:51.087 INFO O| Feb 24 00:33:51.087 INFO STEP 63 (ensure_dir) COMPLETE
87192026-02-24T00:33:51.755Z[ recovery-image] Feb 24 00:33:51.087 INFO O| Feb 24 00:33:51.087 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87202026-02-24T00:33:51.766Z[ recovery-image] Feb 24 00:33:51.101 INFO O| Feb 24 00:33:51.101 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
87212026-02-24T00:33:51.770Z[ recovery-image] Feb 24 00:33:51.101 INFO O| Feb 24 00:33:51.101 INFO copying /tmp/.tmpE6HfSF/proto/recovery/root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml ...
87222026-02-24T00:33:51.771Z[ recovery-image] Feb 24 00:33:51.101 INFO O| Feb 24 00:33:51.101 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
87232026-02-24T00:33:51.771Z[ recovery-image] Feb 24 00:33:51.101 INFO O| Feb 24 00:33:51.101 INFO ok!
87242026-02-24T00:33:51.771Z[ recovery-image] Feb 24 00:33:51.101 INFO O| Feb 24 00:33:51.101 INFO STEP 64 (ensure_file) COMPLETE
87252026-02-24T00:33:51.771Z[ recovery-image] Feb 24 00:33:51.101 INFO O| Feb 24 00:33:51.101 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87262026-02-24T00:33:51.779Z[ recovery-image] Feb 24 00:33:51.114 INFO O| Feb 24 00:33:51.114 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
87272026-02-24T00:33:51.779Z[ recovery-image] Feb 24 00:33:51.114 INFO O| Feb 24 00:33:51.114 INFO copying /tmp/.tmpE6HfSF/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
87282026-02-24T00:33:51.779Z[ recovery-image] Feb 24 00:33:51.114 INFO O| Feb 24 00:33:51.114 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
87292026-02-24T00:33:51.783Z[ recovery-image] Feb 24 00:33:51.114 INFO O| Feb 24 00:33:51.114 INFO ok!
87302026-02-24T00:33:51.783Z[ recovery-image] Feb 24 00:33:51.114 INFO O| Feb 24 00:33:51.114 INFO STEP 65 (ensure_file) COMPLETE
87312026-02-24T00:33:51.783Z[ recovery-image] Feb 24 00:33:51.114 INFO O| Feb 24 00:33:51.114 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87322026-02-24T00:33:51.794Z[ recovery-image] Feb 24 00:33:51.129 INFO O| Feb 24 00:33:51.129 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib
87332026-02-24T00:33:51.794Z[ recovery-image] Feb 24 00:33:51.129 INFO O| Feb 24 00:33:51.129 INFO STEP 66 (ensure_dir) COMPLETE
87342026-02-24T00:33:51.794Z[ recovery-image] Feb 24 00:33:51.129 INFO O| Feb 24 00:33:51.129 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87352026-02-24T00:33:51.807Z[ recovery-image] Feb 24 00:33:51.142 INFO O| Feb 24 00:33:51.142 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc
87362026-02-24T00:33:51.807Z[ recovery-image] Feb 24 00:33:51.142 INFO O| Feb 24 00:33:51.142 INFO STEP 67 (ensure_dir) COMPLETE
87372026-02-24T00:33:51.810Z[ recovery-image] Feb 24 00:33:51.142 INFO O| Feb 24 00:33:51.142 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87382026-02-24T00:33:51.820Z[ recovery-image] Feb 24 00:33:51.155 INFO O| Feb 24 00:33:51.155 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest
87392026-02-24T00:33:51.820Z[ recovery-image] Feb 24 00:33:51.155 INFO O| Feb 24 00:33:51.155 INFO STEP 68 (ensure_dir) COMPLETE
87402026-02-24T00:33:51.820Z[ recovery-image] Feb 24 00:33:51.155 INFO O| Feb 24 00:33:51.155 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87412026-02-24T00:33:51.834Z[ recovery-image] Feb 24 00:33:51.169 INFO O| Feb 24 00:33:51.169 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site
87422026-02-24T00:33:51.835Z[ recovery-image] Feb 24 00:33:51.169 INFO O| Feb 24 00:33:51.169 INFO STEP 69 (ensure_dir) COMPLETE
87432026-02-24T00:33:51.835Z[ recovery-image] Feb 24 00:33:51.169 INFO O| Feb 24 00:33:51.169 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
87442026-02-24T00:33:51.847Z[ recovery-image] Feb 24 00:33:51.182 INFO O| Feb 24 00:33:51.182 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
87452026-02-24T00:33:51.847Z[ recovery-image] Feb 24 00:33:51.182 INFO O| Feb 24 00:33:51.182 INFO copying /tmp/.tmpE6HfSF/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
87462026-02-24T00:33:51.850Z[ recovery-image] Feb 24 00:33:51.182 INFO O| Feb 24 00:33:51.182 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
87472026-02-24T00:33:51.850Z[ recovery-image] Feb 24 00:33:51.182 INFO O| Feb 24 00:33:51.182 INFO ok!
87482026-02-24T00:33:51.851Z[ recovery-image] Feb 24 00:33:51.182 INFO O| Feb 24 00:33:51.182 INFO STEP 70 (ensure_file) COMPLETE
87492026-02-24T00:33:51.851Z[ recovery-image] Feb 24 00:33:51.182 INFO O| Feb 24 00:33:51.182 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87502026-02-24T00:33:51.861Z[ recovery-image] Feb 24 00:33:51.196 INFO O| Feb 24 00:33:51.195 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ipsec"
87512026-02-24T00:33:51.864Z[ recovery-image] Feb 24 00:33:51.196 INFO O| Feb 24 00:33:51.196 INFO STEP 71 (remove_files) COMPLETE
87522026-02-24T00:33:51.864Z[ recovery-image] Feb 24 00:33:51.196 INFO O| Feb 24 00:33:51.196 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87532026-02-24T00:33:51.874Z[ recovery-image] Feb 24 00:33:51.209 INFO O| Feb 24 00:33:51.209 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ldap"
87542026-02-24T00:33:51.874Z[ recovery-image] Feb 24 00:33:51.209 INFO O| Feb 24 00:33:51.209 INFO STEP 72 (remove_files) COMPLETE
87552026-02-24T00:33:51.878Z[ recovery-image] Feb 24 00:33:51.210 INFO O| Feb 24 00:33:51.209 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87562026-02-24T00:33:51.888Z[ recovery-image] Feb 24 00:33:51.223 INFO O| Feb 24 00:33:51.223 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/rpc"
87572026-02-24T00:33:51.891Z[ recovery-image] Feb 24 00:33:51.223 INFO O| Feb 24 00:33:51.223 INFO STEP 73 (remove_files) COMPLETE
87582026-02-24T00:33:51.891Z[ recovery-image] Feb 24 00:33:51.223 INFO O| Feb 24 00:33:51.223 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87592026-02-24T00:33:51.902Z[ recovery-image] Feb 24 00:33:51.237 INFO O| Feb 24 00:33:51.237 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/security"
87602026-02-24T00:33:51.905Z[ recovery-image] Feb 24 00:33:51.237 INFO O| Feb 24 00:33:51.237 INFO STEP 74 (remove_files) COMPLETE
87612026-02-24T00:33:51.905Z[ recovery-image] Feb 24 00:33:51.237 INFO O| Feb 24 00:33:51.237 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87622026-02-24T00:33:51.916Z[ recovery-image] Feb 24 00:33:51.251 INFO O| Feb 24 00:33:51.251 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/shares"
87632026-02-24T00:33:51.919Z[ recovery-image] Feb 24 00:33:51.251 INFO O| Feb 24 00:33:51.251 INFO STEP 75 (remove_files) COMPLETE
87642026-02-24T00:33:51.919Z[ recovery-image] Feb 24 00:33:51.251 INFO O| Feb 24 00:33:51.251 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87652026-02-24T00:33:51.930Z[ recovery-image] Feb 24 00:33:51.265 INFO O| Feb 24 00:33:51.265 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/smb"
87662026-02-24T00:33:51.933Z[ recovery-image] Feb 24 00:33:51.265 INFO O| Feb 24 00:33:51.265 INFO STEP 76 (remove_files) COMPLETE
87672026-02-24T00:33:51.933Z[ recovery-image] Feb 24 00:33:51.265 INFO O| Feb 24 00:33:51.265 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87682026-02-24T00:33:51.942Z[ recovery-image] Feb 24 00:33:51.277 INFO O| Feb 24 00:33:51.277 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
87692026-02-24T00:33:51.942Z[ recovery-image] Feb 24 00:33:51.277 INFO O| Feb 24 00:33:51.277 INFO STEP 77 (remove_files) COMPLETE
87702026-02-24T00:33:51.942Z[ recovery-image] Feb 24 00:33:51.277 INFO O| Feb 24 00:33:51.277 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87712026-02-24T00:33:51.955Z[ recovery-image] Feb 24 00:33:51.290 INFO O| Feb 24 00:33:51.290 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
87722026-02-24T00:33:51.955Z[ recovery-image] Feb 24 00:33:51.290 INFO O| Feb 24 00:33:51.290 INFO STEP 78 (remove_files) COMPLETE
87732026-02-24T00:33:51.958Z[ recovery-image] Feb 24 00:33:51.290 INFO O| Feb 24 00:33:51.290 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87742026-02-24T00:33:51.968Z[ recovery-image] Feb 24 00:33:51.302 INFO O| Feb 24 00:33:51.302 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
87752026-02-24T00:33:51.968Z[ recovery-image] Feb 24 00:33:51.303 INFO O| Feb 24 00:33:51.303 INFO STEP 79 (remove_files) COMPLETE
87762026-02-24T00:33:51.969Z[ recovery-image] Feb 24 00:33:51.303 INFO O| Feb 24 00:33:51.303 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87772026-02-24T00:33:51.980Z[ recovery-image] Feb 24 00:33:51.315 INFO O| Feb 24 00:33:51.315 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
87782026-02-24T00:33:51.980Z[ recovery-image] Feb 24 00:33:51.315 INFO O| Feb 24 00:33:51.315 INFO STEP 80 (remove_files) COMPLETE
87792026-02-24T00:33:51.980Z[ recovery-image] Feb 24 00:33:51.315 INFO O| Feb 24 00:33:51.315 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87802026-02-24T00:33:51.993Z[ recovery-image] Feb 24 00:33:51.328 INFO O| Feb 24 00:33:51.328 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
87812026-02-24T00:33:51.993Z[ recovery-image] Feb 24 00:33:51.328 INFO O| Feb 24 00:33:51.328 INFO STEP 81 (remove_files) COMPLETE
87822026-02-24T00:33:51.993Z[ recovery-image] Feb 24 00:33:51.328 INFO O| Feb 24 00:33:51.328 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87832026-02-24T00:33:52.006Z[ recovery-image] Feb 24 00:33:51.341 INFO O| Feb 24 00:33:51.341 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
87842026-02-24T00:33:52.006Z[ recovery-image] Feb 24 00:33:51.341 INFO O| Feb 24 00:33:51.341 INFO STEP 82 (remove_files) COMPLETE
87852026-02-24T00:33:52.007Z[ recovery-image] Feb 24 00:33:51.341 INFO O| Feb 24 00:33:51.341 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87862026-02-24T00:33:52.020Z[ recovery-image] Feb 24 00:33:51.355 INFO O| Feb 24 00:33:51.355 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
87872026-02-24T00:33:52.020Z[ recovery-image] Feb 24 00:33:51.355 INFO O| Feb 24 00:33:51.355 INFO STEP 83 (remove_files) COMPLETE
87882026-02-24T00:33:52.020Z[ recovery-image] Feb 24 00:33:51.355 INFO O| Feb 24 00:33:51.355 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87892026-02-24T00:33:52.034Z[ recovery-image] Feb 24 00:33:51.369 INFO O| Feb 24 00:33:51.369 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
87902026-02-24T00:33:52.035Z[ recovery-image] Feb 24 00:33:51.369 INFO O| Feb 24 00:33:51.369 INFO STEP 84 (remove_files) COMPLETE
87912026-02-24T00:33:52.038Z[ recovery-image] Feb 24 00:33:51.369 INFO O| Feb 24 00:33:51.369 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87922026-02-24T00:33:52.049Z[ recovery-image] Feb 24 00:33:51.383 INFO O| Feb 24 00:33:51.382 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
87932026-02-24T00:33:52.049Z[ recovery-image] Feb 24 00:33:51.383 INFO O| Feb 24 00:33:51.383 INFO STEP 85 (remove_files) COMPLETE
87942026-02-24T00:33:52.049Z[ recovery-image] Feb 24 00:33:51.383 INFO O| Feb 24 00:33:51.383 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87952026-02-24T00:33:52.061Z[ recovery-image] Feb 24 00:33:51.396 INFO O| Feb 24 00:33:51.396 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
87962026-02-24T00:33:52.061Z[ recovery-image] Feb 24 00:33:51.396 INFO O| Feb 24 00:33:51.396 INFO STEP 86 (remove_files) COMPLETE
87972026-02-24T00:33:52.067Z[ recovery-image] Feb 24 00:33:51.396 INFO O| Feb 24 00:33:51.396 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87982026-02-24T00:33:52.074Z[ recovery-image] Feb 24 00:33:51.409 INFO O| Feb 24 00:33:51.409 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
87992026-02-24T00:33:52.074Z[ recovery-image] Feb 24 00:33:51.409 INFO O| Feb 24 00:33:51.409 INFO STEP 87 (remove_files) COMPLETE
88002026-02-24T00:33:52.074Z[ recovery-image] Feb 24 00:33:51.409 INFO O| Feb 24 00:33:51.409 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88012026-02-24T00:33:52.087Z[ recovery-image] Feb 24 00:33:51.421 INFO O| Feb 24 00:33:51.421 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
88022026-02-24T00:33:52.087Z[ recovery-image] Feb 24 00:33:51.422 INFO O| Feb 24 00:33:51.422 INFO STEP 88 (remove_files) COMPLETE
88032026-02-24T00:33:52.090Z[ recovery-image] Feb 24 00:33:51.422 INFO O| Feb 24 00:33:51.422 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88042026-02-24T00:33:52.100Z[ recovery-image] Feb 24 00:33:51.435 INFO O| Feb 24 00:33:51.435 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
88052026-02-24T00:33:52.103Z[ recovery-image] Feb 24 00:33:51.435 INFO O| Feb 24 00:33:51.435 INFO STEP 89 (remove_files) COMPLETE
88062026-02-24T00:33:52.103Z[ recovery-image] Feb 24 00:33:51.435 INFO O| Feb 24 00:33:51.435 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88072026-02-24T00:33:52.114Z[ recovery-image] Feb 24 00:33:51.449 INFO O| Feb 24 00:33:51.449 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
88082026-02-24T00:33:52.117Z[ recovery-image] Feb 24 00:33:51.449 INFO O| Feb 24 00:33:51.449 INFO STEP 90 (remove_files) COMPLETE
88092026-02-24T00:33:52.117Z[ recovery-image] Feb 24 00:33:51.449 INFO O| Feb 24 00:33:51.449 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88102026-02-24T00:33:52.128Z[ recovery-image] Feb 24 00:33:51.463 INFO O| Feb 24 00:33:51.463 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
88112026-02-24T00:33:52.128Z[ recovery-image] Feb 24 00:33:51.463 INFO O| Feb 24 00:33:51.463 INFO STEP 91 (remove_files) COMPLETE
88122026-02-24T00:33:52.128Z[ recovery-image] Feb 24 00:33:51.463 INFO O| Feb 24 00:33:51.463 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88132026-02-24T00:33:52.142Z[ recovery-image] Feb 24 00:33:51.477 INFO O| Feb 24 00:33:51.477 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sndstat"
88142026-02-24T00:33:52.142Z[ recovery-image] Feb 24 00:33:51.477 INFO O| Feb 24 00:33:51.477 INFO STEP 92 (remove_files) COMPLETE
88152026-02-24T00:33:52.142Z[ recovery-image] Feb 24 00:33:51.477 INFO O| Feb 24 00:33:51.477 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88162026-02-24T00:33:52.156Z[ recovery-image] Feb 24 00:33:51.491 INFO O| Feb 24 00:33:51.491 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
88172026-02-24T00:33:52.157Z[ recovery-image] Feb 24 00:33:51.492 INFO O| Feb 24 00:33:51.491 INFO STEP 93 (remove_files) COMPLETE
88182026-02-24T00:33:52.160Z[ recovery-image] Feb 24 00:33:51.492 INFO O| Feb 24 00:33:51.491 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88192026-02-24T00:33:52.170Z[ recovery-image] Feb 24 00:33:51.505 INFO O| Feb 24 00:33:51.505 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
88202026-02-24T00:33:52.170Z[ recovery-image] Feb 24 00:33:51.505 INFO O| Feb 24 00:33:51.505 INFO STEP 94 (remove_files) COMPLETE
88212026-02-24T00:33:52.170Z[ recovery-image] Feb 24 00:33:51.505 INFO O| Feb 24 00:33:51.505 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88222026-02-24T00:33:52.183Z[ recovery-image] Feb 24 00:33:51.518 INFO O| Feb 24 00:33:51.518 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
88232026-02-24T00:33:52.183Z[ recovery-image] Feb 24 00:33:51.518 INFO O| Feb 24 00:33:51.518 INFO STEP 95 (remove_files) COMPLETE
88242026-02-24T00:33:52.186Z[ recovery-image] Feb 24 00:33:51.518 INFO O| Feb 24 00:33:51.518 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88252026-02-24T00:33:52.198Z[ recovery-image] Feb 24 00:33:51.533 INFO O| Feb 24 00:33:51.533 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
88262026-02-24T00:33:52.198Z[ recovery-image] Feb 24 00:33:51.533 INFO O| Feb 24 00:33:51.533 INFO STEP 96 (remove_files) COMPLETE
88272026-02-24T00:33:52.198Z[ recovery-image] Feb 24 00:33:51.533 INFO O| Feb 24 00:33:51.533 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88282026-02-24T00:33:52.229Z[ recovery-image] Feb 24 00:33:51.564 INFO O| Feb 24 00:33:51.564 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
88292026-02-24T00:33:52.229Z[ recovery-image] Feb 24 00:33:51.564 INFO O| Feb 24 00:33:51.564 INFO STEP 97 (remove_files) COMPLETE
88302026-02-24T00:33:52.229Z[ recovery-image] Feb 24 00:33:51.564 INFO O| Feb 24 00:33:51.564 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88312026-02-24T00:33:52.242Z[ recovery-image] Feb 24 00:33:51.577 INFO O| Feb 24 00:33:51.577 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
88322026-02-24T00:33:52.242Z[ recovery-image] Feb 24 00:33:51.577 INFO O| Feb 24 00:33:51.577 INFO STEP 98 (remove_files) COMPLETE
88332026-02-24T00:33:52.245Z[ recovery-image] Feb 24 00:33:51.577 INFO O| Feb 24 00:33:51.577 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
88342026-02-24T00:33:52.256Z[ recovery-image] Feb 24 00:33:51.591 INFO O| Feb 24 00:33:51.591 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
88352026-02-24T00:33:52.256Z[ recovery-image] Feb 24 00:33:51.591 INFO O| Feb 24 00:33:51.591 INFO STEP 99 (remove_files) COMPLETE
88362026-02-24T00:33:52.259Z[ recovery-image] Feb 24 00:33:51.591 INFO O| Feb 24 00:33:51.591 INFO STEP 100: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
88372026-02-24T00:33:52.276Z[ recovery-image] Feb 24 00:33:51.610 INFO O| Feb 24 00:33:51.610 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db does not already exist, skipping removal
88382026-02-24T00:33:52.279Z[ recovery-image] Feb 24 00:33:51.613 INFO O| Feb 24 00:33:51.612 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_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"}
88392026-02-24T00:34:00.487Z[ recovery-image] Feb 24 00:33:59.810 INFO O| Feb 24 00:33:59.810 INFO O| Loading smf(7) service descriptions: 1/682/683/684/685/686/687/688/689/6810/6811/6812/6813/6814/6815/6816/6817/6818/6819/6820/6821/6822/6823/6824/6825/6826/6827/6828/6829/6830/6831/6832/6833/6834/6835/6836/6837/6838/6839/6840/6841/6842/6843/6844/6845/6846/6847/6848/6849/6850/6851/6852/6853/6854/6855/6856/6857/6858/6859/6860/6861/6862/6863/6864/6865/6866/6867/6868/68
88402026-02-24T00:34:00.488Z[ recovery-image] Feb 24 00:33:59.810 INFO O| Feb 24 00:33:59.810 INFO E| svccfg: Loaded 68 smf(7) service descriptions
88412026-02-24T00:34:00.504Z[ recovery-image] Feb 24 00:33:59.838 INFO O| Feb 24 00:33:59.838 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
88422026-02-24T00:34:00.771Z[ recovery-image] Feb 24 00:34:00.102 INFO O| Feb 24 00:34:00.102 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
88432026-02-24T00:34:00.968Z[ recovery-image] Feb 24 00:34:00.303 INFO O| Feb 24 00:34:00.303 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a"}
88442026-02-24T00:34:01.157Z[ recovery-image] Feb 24 00:34:00.490 INFO O| Feb 24 00:34:00.490 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db does not exist
88452026-02-24T00:34:01.160Z[ recovery-image] Feb 24 00:34:00.490 INFO O| Feb 24 00:34:00.490 INFO copying /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db ...
88462026-02-24T00:34:01.160Z[ recovery-image] Feb 24 00:34:00.493 INFO O| Feb 24 00:34:00.493 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db
88472026-02-24T00:34:01.160Z[ recovery-image] Feb 24 00:34:00.493 INFO O| Feb 24 00:34:00.493 INFO ok!
88482026-02-24T00:34:01.160Z[ recovery-image] Feb 24 00:34:00.493 INFO O| Feb 24 00:34:00.493 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db exists (as File), removing
88492026-02-24T00:34:01.160Z[ recovery-image] Feb 24 00:34:00.493 INFO O| Feb 24 00:34:00.493 INFO STEP 100 (seed_smf) COMPLETE
88502026-02-24T00:34:01.160Z[ recovery-image] Feb 24 00:34:00.493 INFO O| Feb 24 00:34:00.493 INFO steps complete; finalising image!
88512026-02-24T00:34:01.160Z[ recovery-image] Feb 24 00:34:00.493 INFO O| Feb 24 00:34:00.493 INFO TRIM POOL: TEMPORARY-sled-zfs-recovery
88522026-02-24T00:34:01.235Z[ recovery-image] Feb 24 00:34:00.569 INFO O| Feb 24 00:34:00.569 INFO trim TEMPORARY-sled-zfs-recovery: (0% trimmed, started at Tue Feb 24 00:34:00 2026)
88532026-02-24T00:34:01.446Z[ recovery-image] Feb 24 00:34:00.779 INFO O| Feb 24 00:34:00.779 INFO trim TEMPORARY-sled-zfs-recovery: (76% trimmed, started at Tue Feb 24 00:34:00 2026)
88542026-02-24T00:34:01.674Z[ recovery-image] Feb 24 00:34:01.008 INFO O| Feb 24 00:34:01.008 INFO temporary pool has 431M used, 1.33G avail, 1.00x compressratio
88552026-02-24T00:34:01.674Z[ recovery-image] Feb 24 00:34:01.008 INFO O| Feb 24 00:34:01.008 INFO EXPORT POOL: TEMPORARY-sled-zfs-recovery
88562026-02-24T00:34:02.355Z[ recovery-image] Feb 24 00:34:01.690 INFO O| Feb 24 00:34:01.690 INFO copying image /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw to output file /rpool/images/build/recovery/output/sled-zfs-recovery.raw
88572026-02-24T00:34:02.356Z[ recovery-image] Feb 24 00:34:01.690 INFO O| Feb 24 00:34:01.690 INFO file /rpool/images/build/recovery/output/sled-zfs-recovery.raw does not already exist, skipping removal
88582026-02-24T00:34:02.360Z[ host-image] Feb 24 00:34:01.693 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.23794:20260223T133121Z
88592026-02-24T00:34:02.360Z[ host-image] Feb 24 00:34:01.693 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.23794:20260223T133121Z
88602026-02-24T00:34:02.360Z[ host-image] Feb 24 00:34:01.693 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z
88612026-02-24T00:34:02.360Z[ host-image] Feb 24 00:34:01.693 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z
88622026-02-24T00:34:02.360Z[ host-image] Feb 24 00:34:01.693 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z
88632026-02-24T00:34:02.360Z[ host-image] Feb 24 00:34:01.693 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z
88642026-02-24T00:34:02.360Z[ host-image] Feb 24 00:34:01.694 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z
88652026-02-24T00:34:02.360Z[ host-image] Feb 24 00:34:01.694 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z
88662026-02-24T00:34:02.363Z[ host-image] Feb 24 00:34:01.695 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron-release-incorporation@19.0.0.0:20260223T233431Z
88672026-02-24T00:34:02.363Z[ host-image] Feb 24 00:34:01.695 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.25:20250809T001145Z
88682026-02-24T00:34:02.363Z[ host-image] Feb 24 00:34:01.696 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z
88692026-02-24T00:34:02.363Z[ host-image] Feb 24 00:34:01.696 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.23794:20260223T133122Z
88702026-02-24T00:34:02.363Z[ host-image] Feb 24 00:34:01.697 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.23794:20260223T133122Z
88712026-02-24T00:34:02.363Z[ host-image] Feb 24 00:34:01.697 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.23794:20260223T133122Z
88722026-02-24T00:34:02.363Z[ host-image] Feb 24 00:34:01.698 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.23794:20260223T133123Z
88732026-02-24T00:34:02.363Z[ host-image] Feb 24 00:34:01.698 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z
88742026-02-24T00:34:02.366Z[ host-image] Feb 24 00:34:01.698 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.23794:20260223T133123Z
88752026-02-24T00:34:02.366Z[ host-image] Feb 24 00:34:01.699 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.23794:20260223T133123Z
88762026-02-24T00:34:02.367Z[ host-image] Feb 24 00:34:01.699 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.23794:20260223T133123Z
88772026-02-24T00:34:02.367Z[ host-image] Feb 24 00:34:01.699 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.23794:20260223T133123Z
88782026-02-24T00:34:02.367Z[ host-image] Feb 24 00:34:01.699 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.23794:20260223T133124Z
88792026-02-24T00:34:02.367Z[ host-image] Feb 24 00:34:01.699 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.23794:20260223T133124Z
88802026-02-24T00:34:02.367Z[ host-image] Feb 24 00:34:01.699 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.23794:20260223T133124Z
88812026-02-24T00:34:02.367Z[ host-image] Feb 24 00:34:01.699 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.23794:20260223T133125Z
88822026-02-24T00:34:02.367Z[ host-image] Feb 24 00:34:01.700 INFO O| install = pkg://helios-dev/driver/ktest@0.5.11-2.0.23794:20260223T133125Z
88832026-02-24T00:34:02.367Z[ host-image] Feb 24 00:34:01.700 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.23794:20260223T133126Z
88842026-02-24T00:34:02.367Z[ host-image] Feb 24 00:34:01.700 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.23794:20260223T133127Z
88852026-02-24T00:34:02.367Z[ host-image] Feb 24 00:34:01.700 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.23794:20260223T133127Z
88862026-02-24T00:34:02.367Z[ host-image] Feb 24 00:34:01.700 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.23794:20260223T133128Z
88872026-02-24T00:34:02.367Z[ host-image] Feb 24 00:34:01.700 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.23794:20260223T133129Z
88882026-02-24T00:34:02.367Z[ host-image] Feb 24 00:34:01.700 INFO O| install = pkg://helios-dev/driver/network/opte@0.39.455:20260129T171925Z
88892026-02-24T00:34:02.367Z[ host-image] Feb 24 00:34:01.700 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.23794:20260223T133130Z
88902026-02-24T00:34:02.367Z[ host-image] Feb 24 00:34:01.700 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.23794:20260223T133132Z
88912026-02-24T00:34:02.367Z[ host-image] Feb 24 00:34:01.700 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.23794:20260223T133133Z
88922026-02-24T00:34:02.367Z[ host-image] Feb 24 00:34:01.701 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.23794:20260223T133134Z
88932026-02-24T00:34:02.367Z[ host-image] Feb 24 00:34:01.701 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.23794:20260223T133135Z
88942026-02-24T00:34:02.367Z[ host-image] Feb 24 00:34:01.701 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.23794:20260223T133135Z
88952026-02-24T00:34:02.373Z[ host-image] Feb 24 00:34:01.707 INFO O| install = pkg://helios-dev/editor/vim@9.0.2136-2.0:20250221T133345Z
88962026-02-24T00:34:02.373Z[ host-image] Feb 24 00:34:01.708 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.23794:20260223T133135Z
88972026-02-24T00:34:02.375Z[ host-image] Feb 24 00:34:01.708 INFO O| install = pkg://helios-dev/library/expat@2.7.2-2.0:20250922T152653Z
88982026-02-24T00:34:02.375Z[ host-image] Feb 24 00:34:01.708 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z
88992026-02-24T00:34:02.376Z[ host-image] Feb 24 00:34:01.708 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z
89002026-02-24T00:34:02.376Z[ host-image] Feb 24 00:34:01.708 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.23794:20260223T133136Z
89012026-02-24T00:34:02.376Z[ host-image] Feb 24 00:34:01.708 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z
89022026-02-24T00:34:02.376Z[ host-image] Feb 24 00:34:01.709 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z
89032026-02-24T00:34:02.376Z[ host-image] Feb 24 00:34:01.709 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z
89042026-02-24T00:34:02.376Z[ host-image] Feb 24 00:34:01.710 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z
89052026-02-24T00:34:02.383Z[ host-image] Feb 24 00:34:01.718 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z
89062026-02-24T00:34:02.383Z[ host-image] Feb 24 00:34:01.718 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z
89072026-02-24T00:34:02.386Z[ host-image] Feb 24 00:34:01.718 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z
89082026-02-24T00:34:02.386Z[ host-image] Feb 24 00:34:01.718 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z
89092026-02-24T00:34:02.386Z[ host-image] Feb 24 00:34:01.719 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z
89102026-02-24T00:34:02.386Z[ host-image] Feb 24 00:34:01.719 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z
89112026-02-24T00:34:02.410Z[ host-image] Feb 24 00:34:01.745 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.19-2.0:20260128T223505Z
89122026-02-24T00:34:02.413Z[ host-image] Feb 24 00:34:01.745 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z
89132026-02-24T00:34:02.413Z[ host-image] Feb 24 00:34:01.745 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z
89142026-02-24T00:34:02.413Z[ host-image] Feb 24 00:34:01.746 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.23794:20260223T133137Z
89152026-02-24T00:34:02.413Z[ host-image] Feb 24 00:34:01.746 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.23794:20260223T133143Z
89162026-02-24T00:34:02.414Z[ host-image] Feb 24 00:34:01.746 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z
89172026-02-24T00:34:02.414Z[ host-image] Feb 24 00:34:01.746 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.23794:20260223T133144Z
89182026-02-24T00:34:02.414Z[ host-image] Feb 24 00:34:01.746 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.2:20250218T230209Z
89192026-02-24T00:34:02.414Z[ host-image] Feb 24 00:34:01.746 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.2:20250218T230219Z
89202026-02-24T00:34:02.414Z[ host-image] Feb 24 00:34:01.746 INFO O| install = pkg://helios-dev/network/overwatch@0.1.0.42:20260217T052359Z
89212026-02-24T00:34:02.414Z[ host-image] Feb 24 00:34:01.746 INFO O| install = pkg://helios-dev/network/rsync@3.4.1-2.0:20250117T201332Z
89222026-02-24T00:34:02.414Z[ host-image] Feb 24 00:34:01.746 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.23794:20260223T133144Z
89232026-02-24T00:34:02.414Z[ host-image] Feb 24 00:34:01.746 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z
89242026-02-24T00:34:02.417Z[ host-image] Feb 24 00:34:01.749 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z
89252026-02-24T00:34:02.417Z[ host-image] Feb 24 00:34:01.749 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z
89262026-02-24T00:34:02.417Z[ host-image] Feb 24 00:34:01.749 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z
89272026-02-24T00:34:02.417Z[ host-image] Feb 24 00:34:01.750 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.23794:20260223T133144Z
89282026-02-24T00:34:02.417Z[ host-image] Feb 24 00:34:01.750 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z
89292026-02-24T00:34:02.424Z[ host-image] Feb 24 00:34:01.759 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z
89302026-02-24T00:34:02.424Z[ host-image] Feb 24 00:34:01.759 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.23794:20260223T133145Z
89312026-02-24T00:34:02.427Z[ host-image] Feb 24 00:34:01.761 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.23794:20260223T133145Z
89322026-02-24T00:34:02.427Z[ host-image] Feb 24 00:34:01.761 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.23794:20260223T133145Z
89332026-02-24T00:34:02.427Z[ host-image] Feb 24 00:34:01.761 INFO O| install = pkg://helios-dev/service/network/chrony@4.6.1-2.0:20250326T213914Z
89342026-02-24T00:34:02.428Z[ host-image] Feb 24 00:34:01.761 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.23794:20260223T133147Z
89352026-02-24T00:34:02.428Z[ host-image] Feb 24 00:34:01.762 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.23794:20260223T133147Z
89362026-02-24T00:34:02.428Z[ host-image] Feb 24 00:34:01.762 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.23794:20260223T133147Z
89372026-02-24T00:34:02.428Z[ host-image] Feb 24 00:34:01.762 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.23794:20260223T133147Z
89382026-02-24T00:34:02.435Z[ host-image] Feb 24 00:34:01.770 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z
89392026-02-24T00:34:02.439Z[ host-image] Feb 24 00:34:01.771 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.23794:20260223T133147Z
89402026-02-24T00:34:02.439Z[ host-image] Feb 24 00:34:01.771 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.23794:20260223T133149Z
89412026-02-24T00:34:02.439Z[ host-image] Feb 24 00:34:01.771 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z
89422026-02-24T00:34:02.439Z[ host-image] Feb 24 00:34:01.771 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.23794:20260223T133149Z
89432026-02-24T00:34:02.439Z[ host-image] Feb 24 00:34:01.772 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.23794:20260223T133149Z
89442026-02-24T00:34:02.439Z[ host-image] Feb 24 00:34:01.772 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2025.6.9-2.0.23794:20260223T133149Z
89452026-02-24T00:34:02.439Z[ host-image] Feb 24 00:34:01.772 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.23794:20260223T133149Z
89462026-02-24T00:34:02.443Z[ host-image] Feb 24 00:34:01.778 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.23794:20260223T133149Z
89472026-02-24T00:34:02.443Z[ host-image] Feb 24 00:34:01.778 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z
89482026-02-24T00:34:02.446Z[ host-image] Feb 24 00:34:01.779 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2025.2-2.0.23794:20260223T133149Z
89492026-02-24T00:34:02.446Z[ host-image] Feb 24 00:34:01.780 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.23794:20260223T133149Z
89502026-02-24T00:34:02.446Z[ host-image] Feb 24 00:34:01.780 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.23794:20260223T133150Z
89512026-02-24T00:34:02.449Z[ host-image] Feb 24 00:34:01.781 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.23794:20260223T133150Z
89522026-02-24T00:34:02.449Z[ host-image] Feb 24 00:34:01.781 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.23794:20260223T133150Z
89532026-02-24T00:34:02.449Z[ host-image] Feb 24 00:34:01.781 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.23794:20260223T133150Z
89542026-02-24T00:34:02.450Z[ host-image] Feb 24 00:34:01.782 INFO O| install = pkg://helios-dev/system/i2c@0.5.11-2.0.23794:20260223T133151Z
89552026-02-24T00:34:02.454Z[ host-image] Feb 24 00:34:01.789 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.23794:20260223T133152Z
89562026-02-24T00:34:02.454Z[ host-image] Feb 24 00:34:01.789 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.23794:20260223T133151Z
89572026-02-24T00:34:02.457Z[ host-image] Feb 24 00:34:01.789 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.23794:20260223T133151Z
89582026-02-24T00:34:02.457Z[ host-image] Feb 24 00:34:01.790 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.23794:20260223T133151Z
89592026-02-24T00:34:02.457Z[ host-image] Feb 24 00:34:01.790 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.23794:20260223T133152Z
89602026-02-24T00:34:02.471Z[ host-image] Feb 24 00:34:01.806 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.23794:20260223T133155Z
89612026-02-24T00:34:02.471Z[ host-image] Feb 24 00:34:01.806 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.23794:20260223T133152Z
89622026-02-24T00:34:02.474Z[ host-image] Feb 24 00:34:01.806 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.23794:20260223T133152Z
89632026-02-24T00:34:02.474Z[ host-image] Feb 24 00:34:01.806 INFO O| install = pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z
89642026-02-24T00:34:02.474Z[ host-image] Feb 24 00:34:01.806 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z
89652026-02-24T00:34:02.557Z[ host-image] Feb 24 00:34:01.842 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.23794:20260223T133152Z
89662026-02-24T00:34:02.557Z[ host-image] Feb 24 00:34:01.842 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z
89672026-02-24T00:34:02.557Z[ host-image] Feb 24 00:34:01.842 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.23794:20260223T133153Z
89682026-02-24T00:34:02.557Z[ host-image] Feb 24 00:34:01.842 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.23794:20260223T133153Z
89692026-02-24T00:34:02.557Z[ host-image] Feb 24 00:34:01.843 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.23794:20260223T133153Z
89702026-02-24T00:34:02.557Z[ host-image] Feb 24 00:34:01.843 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z
89712026-02-24T00:34:02.557Z[ host-image] Feb 24 00:34:01.844 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z
89722026-02-24T00:34:02.557Z[ host-image] Feb 24 00:34:01.844 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.23794:20260223T133154Z
89732026-02-24T00:34:02.557Z[ host-image] Feb 24 00:34:01.844 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.23794:20260223T133154Z
89742026-02-24T00:34:02.557Z[ host-image] Feb 24 00:34:01.844 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.23794:20260223T133154Z
89752026-02-24T00:34:02.557Z[ host-image] Feb 24 00:34:01.844 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.23794:20260223T133154Z
89762026-02-24T00:34:02.557Z[ host-image] Feb 24 00:34:01.845 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.23794:20260223T133155Z
89772026-02-24T00:34:02.557Z[ host-image] Feb 24 00:34:01.845 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.23794:20260223T133155Z
89782026-02-24T00:34:02.557Z[ host-image] Feb 24 00:34:01.846 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z
89792026-02-24T00:34:02.557Z[ host-image] Feb 24 00:34:01.847 INFO O| install = pkg://helios-dev/system/microcode/amd@20251202-2.0.23794:20260223T133155Z
89802026-02-24T00:34:02.557Z[ host-image] Feb 24 00:34:01.847 INFO O| install = pkg://helios-dev/system/microcode/intel@20260210-2.0.23794:20260223T133155Z
89812026-02-24T00:34:02.557Z[ host-image] Feb 24 00:34:01.848 INFO O| install = pkg://helios-dev/system/microcode/oxide@20251202-2.0.23794:20260223T133156Z
89822026-02-24T00:34:02.558Z[ host-image] Feb 24 00:34:01.848 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.23794:20260223T133157Z
89832026-02-24T00:34:02.558Z[ host-image] Feb 24 00:34:01.848 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.23794:20260223T133156Z
89842026-02-24T00:34:02.558Z[ host-image] Feb 24 00:34:01.848 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.23794:20260223T133156Z
89852026-02-24T00:34:02.558Z[ host-image] Feb 24 00:34:01.848 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z
89862026-02-24T00:34:02.558Z[ host-image] Feb 24 00:34:01.848 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z
89872026-02-24T00:34:02.558Z[ host-image] Feb 24 00:34:01.849 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.23794:20260223T133159Z
89882026-02-24T00:34:02.558Z[ host-image] Feb 24 00:34:01.849 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.23794:20260223T133159Z
89892026-02-24T00:34:02.558Z[ host-image] Feb 24 00:34:01.849 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.25:20250809T001126Z
89902026-02-24T00:34:02.558Z[ host-image] Feb 24 00:34:01.849 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z
89912026-02-24T00:34:02.558Z[ host-image] Feb 24 00:34:01.849 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z
89922026-02-24T00:34:02.558Z[ host-image] Feb 24 00:34:01.849 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z
89932026-02-24T00:34:02.558Z[ host-image] Feb 24 00:34:01.849 INFO O| install = pkg://helios-dev/text/looker@0.1.0.13-2.0:20250303T182037Z
89942026-02-24T00:34:02.558Z[ host-image] Feb 24 00:34:01.850 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z
89952026-02-24T00:34:02.558Z[ host-image] Feb 24 00:34:01.852 INFO O| install = pkg://helios-dev/web/curl@8.18.0-2.0:20260121T125903Z
89962026-02-24T00:34:02.558Z[ host-image] Feb 24 00:34:01.852 INFO O| tempdir @ "/tmp/.tmpJapOcR/tmp"
89972026-02-24T00:34:02.558Z[ host-image] Feb 24 00:34:01.852 INFO O| image root @ "/tmp/.tmpJapOcR/tmp/root"
89982026-02-24T00:34:02.558Z[ host-image] Feb 24 00:34:01.852 INFO O| creating image...
89992026-02-24T00:34:03.538Z[ host-image] Feb 24 00:34:02.873 INFO O| copying publishers...
90002026-02-24T00:34:07.529Z[ recovery-image] Feb 24 00:34:06.863 INFO O| Feb 24 00:34:06.863 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
90012026-02-24T00:34:07.529Z[ recovery-image] Feb 24 00:34:06.863 INFO O| Feb 24 00:34:06.863 INFO chmod ok, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
90022026-02-24T00:34:07.532Z[ recovery-image] Feb 24 00:34:06.863 INFO O| Feb 24 00:34:06.863 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
90032026-02-24T00:34:07.532Z[ recovery-image] Feb 24 00:34:06.863 INFO O| Feb 24 00:34:06.863 INFO completed processing sled/zfs-recovery
90042026-02-24T00:34:07.532Z[ recovery-image] Feb 24 00:34:06.863 INFO O| Feb 24 00:34:06.863 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
90052026-02-24T00:34:09.290Z[ recovery-image] Feb 24 00:34:08.624 INFO O| Feb 24 00:34:08.624 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
90062026-02-24T00:34:09.388Z[ recovery-image] Feb 24 00:34:08.723 INFO BUILD STRING "heads/stlouis-0-g877900aeb7\n"
90072026-02-24T00:34:09.391Z[ recovery-image] Feb 24 00:34:08.725 INFO expanded image name: "recovery 408a9bf/${os_short_commit} 2026-02-23 23:33" -> "recovery 408a9bf/877900a 2026-02-23 23:33"
90082026-02-24T00:34:09.394Z[ recovery-image] Feb 24 00:34:08.726 INFO output artefacts stored in: "/work/os-recovery"
90092026-02-24T00:34:09.394Z[ recovery-image] Feb 24 00:34:08.727 INFO collecting git info from project "phbl"...
90102026-02-24T00:34:09.463Z[ recovery-image] Feb 24 00:34:08.798 INFO collecting git info from project "amd-host-image-builder"...
90112026-02-24T00:34:09.650Z[ recovery-image] Feb 24 00:34:08.984 INFO collecting git info from project "pinprick"...
90122026-02-24T00:34:09.668Z[ recovery-image] Feb 24 00:34:09.002 INFO collecting git info from project "pilot"...
90132026-02-24T00:34:09.729Z[ recovery-image] Feb 24 00:34:09.063 INFO collecting git info from project "chelsio-t6-roms"...
90142026-02-24T00:34:09.801Z[ recovery-image] Feb 24 00:34:09.134 INFO collecting git info from project "amd-firmware"...
90152026-02-24T00:34:10.909Z[ recovery-image] Feb 24 00:34:10.244 INFO collecting git info from project "image-builder"...
90162026-02-24T00:34:10.933Z[ recovery-image] Feb 24 00:34:10.268 INFO collecting git info from project "dmar-report"...
90172026-02-24T00:34:10.975Z[ recovery-image] Feb 24 00:34:10.309 INFO collecting git info from project "bootserver"...
90182026-02-24T00:34:10.999Z[ recovery-image] Feb 24 00:34:10.332 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
90192026-02-24T00:34:11.380Z[ recovery-image] Feb 24 00:34:10.715 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
90202026-02-24T00:34:11.757Z[ recovery-image] Feb 24 00:34:11.091 INFO creating Oxide boot image...
90212026-02-24T00:34:11.760Z[ recovery-image] Feb 24 00:34:11.092 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/sled-zfs-recovery.raw", "-N", "recovery 408a9bf/877900a 2026-02-23 23:33", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
90222026-02-24T00:34:16.697Z[verify-libraries] Finished `release` profile [optimized] target(s) in 30m 16s
90232026-02-24T00:34:17.262ZFeb 24 00:34:16.596 INFO [verify-libraries] process exited with exit status: 0 (1824.272551057s)
90242026-02-24T00:34:41.707Z[ host-image] Feb 24 00:34:41.040 INFO O| adding properties...
90252026-02-24T00:34:42.676Z[ host-image] Feb 24 00:34:42.008 INFO O| installing packages...
90262026-02-24T00:35:06.141Z[ host-image] Feb 24 00:35:05.474 INFO O| seeding SMF database...
90272026-02-24T00:35:10.964Z[ recovery-image] Feb 24 00:35:10.296 INFO O| ok, image written!
90282026-02-24T00:35:10.967Z[ recovery-image] Feb 24 00:35:10.296 INFO O| ok, boot_image_csum file written!
90292026-02-24T00:35:10.975Z[ recovery-image] Feb 24 00:35:10.308 INFO creating boot archive (CPIO)...
90302026-02-24T00:35:10.978Z[ recovery-image] Feb 24 00:35:10.308 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
90312026-02-24T00:35:10.986Z[ recovery-image] Feb 24 00:35:10.318 INFO E| + root=/rpool/images/build/recovery/work/sled/ramdisk
90322026-02-24T00:35:10.989Z[ recovery-image] Feb 24 00:35:10.318 INFO E| + outfile=/work/os-recovery/cpio
90332026-02-24T00:35:10.989Z[ recovery-image] Feb 24 00:35:10.318 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
90342026-02-24T00:35:10.992Z[ recovery-image] Feb 24 00:35:10.322 INFO E| + cd /rpool/images/build/recovery/work/sled/ramdisk
90352026-02-24T00:35:10.992Z[ recovery-image] Feb 24 00:35:10.322 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
90362026-02-24T00:35:11.024Z[ recovery-image] Feb 24 00:35:10.356 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
90372026-02-24T00:35:11.024Z[ recovery-image] Feb 24 00:35:10.356 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
90382026-02-24T00:35:11.030Z[ recovery-image] Feb 24 00:35:10.363 INFO creating compressed cpio/unix for dev loaders...
90392026-02-24T00:35:11.030Z[ recovery-image] Feb 24 00:35:10.363 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
90402026-02-24T00:35:11.331Z[ recovery-image] Feb 24 00:35:10.663 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None
90412026-02-24T00:35:13.289Z[ host-image] Feb 24 00:35:12.621 INFO O| configuring SMF profile...
90422026-02-24T00:35:13.292Z[ host-image] Feb 24 00:35:12.621 INFO O| modifying shadow(5)...
90432026-02-24T00:35:13.292Z[ host-image] Feb 24 00:35:12.621 INFO O| loading user and group database...
90442026-02-24T00:35:13.292Z[ host-image] Feb 24 00:35:12.621 INFO O| loading facet selections...
90452026-02-24T00:35:13.666Z[ host-image] Feb 24 00:35:12.998 INFO O| devel -> true
90462026-02-24T00:35:13.666Z[ host-image] Feb 24 00:35:12.998 INFO O| doc.man -> true
90472026-02-24T00:35:13.669Z[ host-image] Feb 24 00:35:12.998 INFO O| version-lock.shell/ksh93 -> true
90482026-02-24T00:35:13.669Z[ host-image] Feb 24 00:35:12.998 INFO O| version-lock.system/data/hardware-registry -> true
90492026-02-24T00:35:13.669Z[ host-image] Feb 24 00:35:12.998 INFO O| version-lock.system/data/zoneinfo -> true
90502026-02-24T00:35:13.669Z[ host-image] Feb 24 00:35:12.998 INFO O| version-lock.system/microcode/amd -> true
90512026-02-24T00:35:13.669Z[ host-image] Feb 24 00:35:12.998 INFO O| version-lock.system/microcode/intel -> true
90522026-02-24T00:35:13.669Z[ host-image] Feb 24 00:35:12.998 INFO O| version-lock.system/microcode/oxide -> true
90532026-02-24T00:35:13.669Z[ host-image] Feb 24 00:35:12.998 INFO O| assessing packaged files...
90542026-02-24T00:35:15.747Z[ recovery-image] Feb 24 00:35:15.079 INFO creating reset image...
90552026-02-24T00:35:15.751Z[ recovery-image] Feb 24 00:35:15.079 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl"
90562026-02-24T00:35:15.898Z[ host-image] Feb 24 00:35:15.231 INFO O| creating archive...
90572026-02-24T00:35:15.926Z[ host-image] Feb 24 00:35:15.259 INFO O| missing from packaging:
90582026-02-24T00:35:15.926Z[ host-image] Feb 24 00:35:15.259 INFO O| "etc/.pwd.lock"
90592026-02-24T00:35:15.929Z[ host-image] Feb 24 00:35:15.259 INFO O| "etc/bash"
90602026-02-24T00:35:15.932Z[ host-image] Feb 24 00:35:15.264 INFO O| "etc/svc/profile/generic.xml"
90612026-02-24T00:35:15.932Z[ host-image] Feb 24 00:35:15.264 INFO O| "etc/svc/profile/inetd_services.xml"
90622026-02-24T00:35:15.932Z[ host-image] Feb 24 00:35:15.264 INFO O| "etc/svc/profile/name_service.xml"
90632026-02-24T00:35:15.932Z[ host-image] Feb 24 00:35:15.264 INFO O| "etc/svc/profile/platform.xml"
90642026-02-24T00:35:15.932Z[ host-image] Feb 24 00:35:15.264 INFO O| "etc/svc/profile/platform_omicron1.xml"
90652026-02-24T00:35:15.932Z[ host-image] Feb 24 00:35:15.264 INFO O| "etc/svc/repository.db"
90662026-02-24T00:35:15.940Z[ host-image] Feb 24 00:35:15.272 INFO O| "opt/ooce/share"
90672026-02-24T00:35:15.943Z[ host-image] Feb 24 00:35:15.272 INFO O| "opt/ooce/share/man"
90682026-02-24T00:35:15.943Z[ host-image] Feb 24 00:35:15.272 INFO O| "opt/ooce/share/man/man1"
90692026-02-24T00:35:15.949Z[ host-image] Feb 24 00:35:15.282 INFO O| finishing archive...
90702026-02-24T00:35:18.995Z[ host-image] Feb 24 00:35:18.326 INFO O| creating gzonly manifest...
90712026-02-24T00:35:19.002Z[ host-image] Feb 24 00:35:18.333 INFO O| ok
90722026-02-24T00:35:19.149Z[ host-image] Feb 24 00:35:18.481 INFO image builder template: ramdisk-02-trim...
90732026-02-24T00:35:19.149Z[ host-image] Feb 24 00:35:18.481 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/.tmpE6HfSF/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "publisher_0_name=helios-dev", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@19.0.0.0", "-F", "optever=0.39.455", "-n", "ramdisk-02-trim"], pwd: None
90742026-02-24T00:35:19.168Z[ host-image] Feb 24 00:35:18.501 INFO O| Feb 24 00:35:18.501 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-02-trim
90752026-02-24T00:35:19.172Z[ host-image] Feb 24 00:35:18.504 INFO O| Feb 24 00:35:18.504 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
90762026-02-24T00:35:19.450Z[ host-image] Feb 24 00:35:18.782 INFO O| Feb 24 00:35:18.782 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-02-trim: sync = disabled
90772026-02-24T00:35:19.535Z[ host-image] Feb 24 00:35:18.867 INFO O| Feb 24 00:35:18.867 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-02-trim
90782026-02-24T00:35:19.535Z[ host-image] Feb 24 00:35:18.867 INFO O| Feb 24 00:35:18.867 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
90792026-02-24T00:35:19.539Z[ host-image] Feb 24 00:35:18.872 INFO O| Feb 24 00:35:18.872 INFO looking for output snapshot rpool/images/build/host/work/sled/ramdisk@trim
90802026-02-24T00:35:19.543Z[ host-image] Feb 24 00:35:18.875 INFO O| Feb 24 00:35:18.875 INFO looking for input snapshot rpool/images/build/host/work/sled/ramdisk@os
90812026-02-24T00:35:19.547Z[ host-image] Feb 24 00:35:18.879 INFO O| Feb 24 00:35:18.879 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
90822026-02-24T00:35:20.062Z[ host-image] Feb 24 00:35:19.394 INFO O| Feb 24 00:35:19.394 INFO rolled back to input snapshot; work may begin
90832026-02-24T00:35:20.063Z[ host-image] Feb 24 00:35:19.394 INFO O| Feb 24 00:35:19.394 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
90842026-02-24T00:35:20.067Z[ host-image] Feb 24 00:35:19.399 INFO O| Feb 24 00:35:19.399 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90852026-02-24T00:35:20.076Z[ host-image] Feb 24 00:35:19.408 INFO O| Feb 24 00:35:19.408 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/var/pkg"
90862026-02-24T00:35:20.127Z[ host-image] Feb 24 00:35:19.459 INFO O| Feb 24 00:35:19.459 INFO STEP 0 (remove_files) COMPLETE
90872026-02-24T00:35:20.127Z[ host-image] Feb 24 00:35:19.459 INFO O| Feb 24 00:35:19.459 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90882026-02-24T00:35:20.136Z[ host-image] Feb 24 00:35:19.469 INFO O| Feb 24 00:35:19.469 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/xpg4"
90892026-02-24T00:35:20.139Z[ host-image] Feb 24 00:35:19.470 INFO O| Feb 24 00:35:19.470 INFO STEP 1 (remove_files) COMPLETE
90902026-02-24T00:35:20.139Z[ host-image] Feb 24 00:35:19.470 INFO O| Feb 24 00:35:19.470 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90912026-02-24T00:35:20.146Z[ host-image] Feb 24 00:35:19.478 INFO O| Feb 24 00:35:19.478 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/include"
90922026-02-24T00:35:20.161Z[ host-image] Feb 24 00:35:19.493 INFO O| Feb 24 00:35:19.493 INFO STEP 2 (remove_files) COMPLETE
90932026-02-24T00:35:20.161Z[ host-image] Feb 24 00:35:19.493 INFO O| Feb 24 00:35:19.493 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90942026-02-24T00:35:20.169Z[ host-image] Feb 24 00:35:19.501 INFO O| Feb 24 00:35:19.501 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/demo"
90952026-02-24T00:35:20.172Z[ host-image] Feb 24 00:35:19.503 INFO O| Feb 24 00:35:19.503 INFO STEP 3 (remove_files) COMPLETE
90962026-02-24T00:35:20.172Z[ host-image] Feb 24 00:35:19.503 INFO O| Feb 24 00:35:19.503 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
90972026-02-24T00:35:20.178Z[ host-image] Feb 24 00:35:19.511 INFO O| Feb 24 00:35:19.511 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/help"
90982026-02-24T00:35:20.183Z[ host-image] Feb 24 00:35:19.515 INFO O| Feb 24 00:35:19.515 INFO STEP 4 (remove_files) COMPLETE
90992026-02-24T00:35:20.183Z[ host-image] Feb 24 00:35:19.515 INFO O| Feb 24 00:35:19.515 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91002026-02-24T00:35:20.190Z[ host-image] Feb 24 00:35:19.523 INFO O| Feb 24 00:35:19.523 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/doc"
91012026-02-24T00:35:20.194Z[ host-image] Feb 24 00:35:19.525 INFO O| Feb 24 00:35:19.525 INFO STEP 5 (remove_files) COMPLETE
91022026-02-24T00:35:20.194Z[ host-image] Feb 24 00:35:19.525 INFO O| Feb 24 00:35:19.525 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91032026-02-24T00:35:20.200Z[ host-image] Feb 24 00:35:19.533 INFO O| Feb 24 00:35:19.533 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/bash-completion"
91042026-02-24T00:35:20.210Z[ host-image] Feb 24 00:35:19.542 INFO O| Feb 24 00:35:19.542 INFO STEP 6 (remove_files) COMPLETE
91052026-02-24T00:35:20.210Z[ host-image] Feb 24 00:35:19.542 INFO O| Feb 24 00:35:19.542 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91062026-02-24T00:35:20.217Z[ host-image] Feb 24 00:35:19.550 INFO O| Feb 24 00:35:19.550 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/perl5/5.36/man"
91072026-02-24T00:35:20.230Z[ host-image] Feb 24 00:35:19.562 INFO O| Feb 24 00:35:19.562 INFO STEP 7 (remove_files) COMPLETE
91082026-02-24T00:35:20.230Z[ host-image] Feb 24 00:35:19.562 INFO O| Feb 24 00:35:19.562 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91092026-02-24T00:35:20.237Z[ host-image] Feb 24 00:35:19.569 INFO O| Feb 24 00:35:19.569 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/man/man3ssl"
91102026-02-24T00:35:20.311Z[ host-image] Feb 24 00:35:19.643 INFO O| Feb 24 00:35:19.643 INFO STEP 8 (remove_files) COMPLETE
91112026-02-24T00:35:20.311Z[ host-image] Feb 24 00:35:19.643 INFO O| Feb 24 00:35:19.643 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91122026-02-24T00:35:20.320Z[ host-image] Feb 24 00:35:19.652 INFO O| Feb 24 00:35:19.652 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/ssl-3/man"
91132026-02-24T00:35:20.409Z[ host-image] Feb 24 00:35:19.741 INFO O| Feb 24 00:35:19.741 INFO STEP 9 (remove_files) COMPLETE
91142026-02-24T00:35:20.409Z[ host-image] Feb 24 00:35:19.741 INFO O| Feb 24 00:35:19.741 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91152026-02-24T00:35:20.417Z[ host-image] Feb 24 00:35:19.750 INFO O| Feb 24 00:35:19.750 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/etc/net-snmp"
91162026-02-24T00:35:20.421Z[ host-image] Feb 24 00:35:19.753 INFO O| Feb 24 00:35:19.753 INFO STEP 10 (remove_files) COMPLETE
91172026-02-24T00:35:20.421Z[ host-image] Feb 24 00:35:19.753 INFO O| Feb 24 00:35:19.753 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91182026-02-24T00:35:20.428Z[ host-image] Feb 24 00:35:19.761 INFO O| Feb 24 00:35:19.761 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/bin/i386"
91192026-02-24T00:35:20.431Z[ host-image] Feb 24 00:35:19.762 INFO O| Feb 24 00:35:19.762 INFO STEP 11 (remove_files) COMPLETE
91202026-02-24T00:35:20.431Z[ host-image] Feb 24 00:35:19.762 INFO O| Feb 24 00:35:19.762 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91212026-02-24T00:35:20.437Z[ host-image] Feb 24 00:35:19.769 INFO O| Feb 24 00:35:19.769 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86xpv"
91222026-02-24T00:35:20.440Z[ host-image] Feb 24 00:35:19.771 INFO O| Feb 24 00:35:19.771 INFO STEP 12 (remove_files) COMPLETE
91232026-02-24T00:35:20.440Z[ host-image] Feb 24 00:35:19.771 INFO O| Feb 24 00:35:19.771 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91242026-02-24T00:35:20.472Z[ host-image] Feb 24 00:35:19.804 INFO O| Feb 24 00:35:19.804 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/libtddl.a"
91252026-02-24T00:35:20.499Z[ host-image] Feb 24 00:35:19.832 INFO O| Feb 24 00:35:19.832 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/libncurses++.a"
91262026-02-24T00:35:20.514Z[ host-image] Feb 24 00:35:19.846 INFO O| Feb 24 00:35:19.846 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/amd64/libncurses++.a"
91272026-02-24T00:35:20.517Z[ host-image] Feb 24 00:35:19.847 INFO O| Feb 24 00:35:19.847 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
91282026-02-24T00:35:20.734Z[ host-image] Feb 24 00:35:20.066 INFO O| Feb 24 00:35:20.066 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
91292026-02-24T00:35:20.738Z[ host-image] Feb 24 00:35:20.067 INFO O| Feb 24 00:35:20.067 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
91302026-02-24T00:35:20.738Z[ host-image] Feb 24 00:35:20.067 INFO O| Feb 24 00:35:20.067 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
91312026-02-24T00:35:20.738Z[ host-image] Feb 24 00:35:20.067 INFO O| Feb 24 00:35:20.067 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
91322026-02-24T00:35:20.738Z[ host-image] Feb 24 00:35:20.068 INFO O| Feb 24 00:35:20.068 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
91332026-02-24T00:35:20.738Z[ host-image] Feb 24 00:35:20.068 INFO O| Feb 24 00:35:20.068 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
91342026-02-24T00:35:20.738Z[ host-image] Feb 24 00:35:20.068 INFO O| Feb 24 00:35:20.068 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
91352026-02-24T00:35:20.738Z[ host-image] Feb 24 00:35:20.068 INFO O| Feb 24 00:35:20.068 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
91362026-02-24T00:35:20.738Z[ host-image] Feb 24 00:35:20.068 INFO O| Feb 24 00:35:20.068 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
91372026-02-24T00:35:20.738Z[ host-image] Feb 24 00:35:20.068 INFO O| Feb 24 00:35:20.068 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
91382026-02-24T00:35:20.738Z[ host-image] Feb 24 00:35:20.068 INFO O| Feb 24 00:35:20.068 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
91392026-02-24T00:35:20.738Z[ host-image] Feb 24 00:35:20.068 INFO O| Feb 24 00:35:20.068 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
91402026-02-24T00:35:20.738Z[ host-image] Feb 24 00:35:20.068 INFO O| Feb 24 00:35:20.068 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
91412026-02-24T00:35:20.738Z[ host-image] Feb 24 00:35:20.069 INFO O| Feb 24 00:35:20.069 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
91422026-02-24T00:35:20.738Z[ host-image] Feb 24 00:35:20.069 INFO O| Feb 24 00:35:20.069 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
91432026-02-24T00:35:20.738Z[ host-image] Feb 24 00:35:20.069 INFO O| Feb 24 00:35:20.069 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
91442026-02-24T00:35:20.738Z[ host-image] Feb 24 00:35:20.069 INFO O| Feb 24 00:35:20.069 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
91452026-02-24T00:35:20.751Z[ host-image] Feb 24 00:35:20.083 INFO O| Feb 24 00:35:20.083 INFO STEP 13 (remove_files) COMPLETE
91462026-02-24T00:35:20.754Z[ host-image] Feb 24 00:35:20.083 INFO O| Feb 24 00:35:20.083 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91472026-02-24T00:35:20.760Z[ host-image] Feb 24 00:35:20.093 INFO O| Feb 24 00:35:20.093 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/boot"
91482026-02-24T00:35:20.763Z[ host-image] Feb 24 00:35:20.094 INFO O| Feb 24 00:35:20.094 INFO STEP 14 (remove_files) COMPLETE
91492026-02-24T00:35:20.763Z[ host-image] Feb 24 00:35:20.094 INFO O| Feb 24 00:35:20.094 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91502026-02-24T00:35:20.770Z[ host-image] Feb 24 00:35:20.103 INFO O| Feb 24 00:35:20.103 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86pc"
91512026-02-24T00:35:20.777Z[ host-image] Feb 24 00:35:20.110 INFO O| Feb 24 00:35:20.110 INFO STEP 15 (remove_files) COMPLETE
91522026-02-24T00:35:20.780Z[ host-image] Feb 24 00:35:20.110 INFO O| Feb 24 00:35:20.110 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91532026-02-24T00:35:20.785Z[ host-image] Feb 24 00:35:20.117 INFO O| Feb 24 00:35:20.117 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86xpv"
91542026-02-24T00:35:20.788Z[ host-image] Feb 24 00:35:20.117 INFO O| Feb 24 00:35:20.117 INFO STEP 16 (remove_files) COMPLETE
91552026-02-24T00:35:20.788Z[ host-image] Feb 24 00:35:20.117 INFO O| Feb 24 00:35:20.117 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91562026-02-24T00:35:20.792Z[ host-image] Feb 24 00:35:20.125 INFO O| Feb 24 00:35:20.125 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86pc"
91572026-02-24T00:35:20.795Z[ host-image] Feb 24 00:35:20.126 INFO O| Feb 24 00:35:20.126 INFO STEP 17 (remove_files) COMPLETE
91582026-02-24T00:35:20.795Z[ host-image] Feb 24 00:35:20.126 INFO O| Feb 24 00:35:20.126 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91592026-02-24T00:35:20.801Z[ host-image] Feb 24 00:35:20.134 INFO O| Feb 24 00:35:20.134 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/acpica"
91602026-02-24T00:35:20.804Z[ host-image] Feb 24 00:35:20.134 INFO O| Feb 24 00:35:20.134 INFO STEP 18 (remove_files) COMPLETE
91612026-02-24T00:35:20.804Z[ host-image] Feb 24 00:35:20.134 INFO O| Feb 24 00:35:20.134 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91622026-02-24T00:35:20.809Z[ host-image] Feb 24 00:35:20.141 INFO O| Feb 24 00:35:20.141 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/tem"
91632026-02-24T00:35:20.812Z[ host-image] Feb 24 00:35:20.141 INFO O| Feb 24 00:35:20.141 INFO STEP 19 (remove_files) COMPLETE
91642026-02-24T00:35:20.812Z[ host-image] Feb 24 00:35:20.141 INFO O| Feb 24 00:35:20.141 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91652026-02-24T00:35:20.816Z[ host-image] Feb 24 00:35:20.148 INFO O| Feb 24 00:35:20.148 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
91662026-02-24T00:35:20.819Z[ host-image] Feb 24 00:35:20.148 INFO O| Feb 24 00:35:20.148 INFO STEP 20 (remove_files) COMPLETE
91672026-02-24T00:35:20.819Z[ host-image] Feb 24 00:35:20.148 INFO O| Feb 24 00:35:20.148 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91682026-02-24T00:35:20.824Z[ host-image] Feb 24 00:35:20.156 INFO O| Feb 24 00:35:20.156 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/wc"
91692026-02-24T00:35:20.824Z[ host-image] Feb 24 00:35:20.156 INFO O| Feb 24 00:35:20.156 INFO STEP 21 (remove_files) COMPLETE
91702026-02-24T00:35:20.827Z[ host-image] Feb 24 00:35:20.156 INFO O| Feb 24 00:35:20.156 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91712026-02-24T00:35:20.832Z[ host-image] Feb 24 00:35:20.164 INFO O| Feb 24 00:35:20.164 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
91722026-02-24T00:35:20.832Z[ host-image] Feb 24 00:35:20.164 INFO O| Feb 24 00:35:20.164 INFO STEP 22 (remove_files) COMPLETE
91732026-02-24T00:35:20.832Z[ host-image] Feb 24 00:35:20.164 INFO O| Feb 24 00:35:20.164 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91742026-02-24T00:35:20.839Z[ host-image] Feb 24 00:35:20.171 INFO O| Feb 24 00:35:20.171 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/conskbd"
91752026-02-24T00:35:20.839Z[ host-image] Feb 24 00:35:20.171 INFO O| Feb 24 00:35:20.171 INFO STEP 23 (remove_files) COMPLETE
91762026-02-24T00:35:20.842Z[ host-image] Feb 24 00:35:20.171 INFO O| Feb 24 00:35:20.171 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91772026-02-24T00:35:20.847Z[ host-image] Feb 24 00:35:20.179 INFO O| Feb 24 00:35:20.179 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/tzmon"
91782026-02-24T00:35:20.850Z[ host-image] Feb 24 00:35:20.179 INFO O| Feb 24 00:35:20.179 INFO STEP 24 (remove_files) COMPLETE
91792026-02-24T00:35:20.850Z[ host-image] Feb 24 00:35:20.179 INFO O| Feb 24 00:35:20.179 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91802026-02-24T00:35:20.854Z[ host-image] Feb 24 00:35:20.187 INFO O| Feb 24 00:35:20.187 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/power"
91812026-02-24T00:35:20.857Z[ host-image] Feb 24 00:35:20.187 INFO O| Feb 24 00:35:20.187 INFO STEP 25 (remove_files) COMPLETE
91822026-02-24T00:35:20.857Z[ host-image] Feb 24 00:35:20.187 INFO O| Feb 24 00:35:20.187 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91832026-02-24T00:35:20.862Z[ host-image] Feb 24 00:35:20.194 INFO O| Feb 24 00:35:20.194 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio"
91842026-02-24T00:35:20.862Z[ host-image] Feb 24 00:35:20.194 INFO O| Feb 24 00:35:20.194 INFO STEP 26 (remove_files) COMPLETE
91852026-02-24T00:35:20.862Z[ host-image] Feb 24 00:35:20.194 INFO O| Feb 24 00:35:20.194 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91862026-02-24T00:35:20.870Z[ host-image] Feb 24 00:35:20.202 INFO O| Feb 24 00:35:20.202 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio1575"
91872026-02-24T00:35:20.870Z[ host-image] Feb 24 00:35:20.202 INFO O| Feb 24 00:35:20.202 INFO STEP 27 (remove_files) COMPLETE
91882026-02-24T00:35:20.873Z[ host-image] Feb 24 00:35:20.202 INFO O| Feb 24 00:35:20.202 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91892026-02-24T00:35:20.878Z[ host-image] Feb 24 00:35:20.210 INFO O| Feb 24 00:35:20.210 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audioens"
91902026-02-24T00:35:20.881Z[ host-image] Feb 24 00:35:20.210 INFO O| Feb 24 00:35:20.210 INFO STEP 28 (remove_files) COMPLETE
91912026-02-24T00:35:20.881Z[ host-image] Feb 24 00:35:20.210 INFO O| Feb 24 00:35:20.210 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91922026-02-24T00:35:20.886Z[ host-image] Feb 24 00:35:20.218 INFO O| Feb 24 00:35:20.218 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiopci"
91932026-02-24T00:35:20.886Z[ host-image] Feb 24 00:35:20.218 INFO O| Feb 24 00:35:20.218 INFO STEP 29 (remove_files) COMPLETE
91942026-02-24T00:35:20.888Z[ host-image] Feb 24 00:35:20.218 INFO O| Feb 24 00:35:20.218 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91952026-02-24T00:35:20.893Z[ host-image] Feb 24 00:35:20.226 INFO O| Feb 24 00:35:20.226 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiots"
91962026-02-24T00:35:20.893Z[ host-image] Feb 24 00:35:20.226 INFO O| Feb 24 00:35:20.226 INFO STEP 30 (remove_files) COMPLETE
91972026-02-24T00:35:20.897Z[ host-image] Feb 24 00:35:20.226 INFO O| Feb 24 00:35:20.226 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
91982026-02-24T00:35:20.901Z[ host-image] Feb 24 00:35:20.233 INFO O| Feb 24 00:35:20.233 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ehci"
91992026-02-24T00:35:20.904Z[ host-image] Feb 24 00:35:20.233 INFO O| Feb 24 00:35:20.233 INFO STEP 31 (remove_files) COMPLETE
92002026-02-24T00:35:20.904Z[ host-image] Feb 24 00:35:20.234 INFO O| Feb 24 00:35:20.233 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92012026-02-24T00:35:20.909Z[ host-image] Feb 24 00:35:20.241 INFO O| Feb 24 00:35:20.241 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hid"
92022026-02-24T00:35:20.909Z[ host-image] Feb 24 00:35:20.241 INFO O| Feb 24 00:35:20.241 INFO STEP 32 (remove_files) COMPLETE
92032026-02-24T00:35:20.912Z[ host-image] Feb 24 00:35:20.241 INFO O| Feb 24 00:35:20.241 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92042026-02-24T00:35:20.916Z[ host-image] Feb 24 00:35:20.249 INFO O| Feb 24 00:35:20.248 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hubd"
92052026-02-24T00:35:20.916Z[ host-image] Feb 24 00:35:20.249 INFO O| Feb 24 00:35:20.249 INFO STEP 33 (remove_files) COMPLETE
92062026-02-24T00:35:20.919Z[ host-image] Feb 24 00:35:20.249 INFO O| Feb 24 00:35:20.249 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92072026-02-24T00:35:20.924Z[ host-image] Feb 24 00:35:20.256 INFO O| Feb 24 00:35:20.256 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ohci"
92082026-02-24T00:35:20.924Z[ host-image] Feb 24 00:35:20.256 INFO O| Feb 24 00:35:20.256 INFO STEP 34 (remove_files) COMPLETE
92092026-02-24T00:35:20.927Z[ host-image] Feb 24 00:35:20.256 INFO O| Feb 24 00:35:20.256 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92102026-02-24T00:35:20.931Z[ host-image] Feb 24 00:35:20.263 INFO O| Feb 24 00:35:20.263 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
92112026-02-24T00:35:20.931Z[ host-image] Feb 24 00:35:20.263 INFO O| Feb 24 00:35:20.263 INFO STEP 35 (remove_files) COMPLETE
92122026-02-24T00:35:20.934Z[ host-image] Feb 24 00:35:20.263 INFO O| Feb 24 00:35:20.263 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92132026-02-24T00:35:20.938Z[ host-image] Feb 24 00:35:20.270 INFO O| Feb 24 00:35:20.270 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/uhci"
92142026-02-24T00:35:20.938Z[ host-image] Feb 24 00:35:20.270 INFO O| Feb 24 00:35:20.270 INFO STEP 36 (remove_files) COMPLETE
92152026-02-24T00:35:20.938Z[ host-image] Feb 24 00:35:20.270 INFO O| Feb 24 00:35:20.270 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92162026-02-24T00:35:20.946Z[ host-image] Feb 24 00:35:20.278 INFO O| Feb 24 00:35:20.278 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
92172026-02-24T00:35:20.949Z[ host-image] Feb 24 00:35:20.278 INFO O| Feb 24 00:35:20.278 INFO STEP 37 (remove_files) COMPLETE
92182026-02-24T00:35:20.949Z[ host-image] Feb 24 00:35:20.278 INFO O| Feb 24 00:35:20.278 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92192026-02-24T00:35:20.953Z[ host-image] Feb 24 00:35:20.286 INFO O| Feb 24 00:35:20.286 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_as"
92202026-02-24T00:35:20.956Z[ host-image] Feb 24 00:35:20.286 INFO O| Feb 24 00:35:20.286 INFO STEP 38 (remove_files) COMPLETE
92212026-02-24T00:35:20.956Z[ host-image] Feb 24 00:35:20.286 INFO O| Feb 24 00:35:20.286 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92222026-02-24T00:35:20.961Z[ host-image] Feb 24 00:35:20.293 INFO O| Feb 24 00:35:20.293 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
92232026-02-24T00:35:20.961Z[ host-image] Feb 24 00:35:20.293 INFO O| Feb 24 00:35:20.293 INFO STEP 39 (remove_files) COMPLETE
92242026-02-24T00:35:20.964Z[ host-image] Feb 24 00:35:20.293 INFO O| Feb 24 00:35:20.293 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92252026-02-24T00:35:20.968Z[ host-image] Feb 24 00:35:20.300 INFO O| Feb 24 00:35:20.300 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
92262026-02-24T00:35:20.968Z[ host-image] Feb 24 00:35:20.300 INFO O| Feb 24 00:35:20.300 INFO STEP 40 (remove_files) COMPLETE
92272026-02-24T00:35:20.968Z[ host-image] Feb 24 00:35:20.300 INFO O| Feb 24 00:35:20.300 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92282026-02-24T00:35:20.976Z[ host-image] Feb 24 00:35:20.308 INFO O| Feb 24 00:35:20.308 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usbprn"
92292026-02-24T00:35:20.976Z[ host-image] Feb 24 00:35:20.308 INFO O| Feb 24 00:35:20.308 INFO STEP 41 (remove_files) COMPLETE
92302026-02-24T00:35:20.979Z[ host-image] Feb 24 00:35:20.308 INFO O| Feb 24 00:35:20.308 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92312026-02-24T00:35:20.983Z[ host-image] Feb 24 00:35:20.315 INFO O| Feb 24 00:35:20.315 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/xhci"
92322026-02-24T00:35:20.986Z[ host-image] Feb 24 00:35:20.315 INFO O| Feb 24 00:35:20.315 INFO STEP 42 (remove_files) COMPLETE
92332026-02-24T00:35:20.986Z[ host-image] Feb 24 00:35:20.316 INFO O| Feb 24 00:35:20.315 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92342026-02-24T00:35:20.991Z[ host-image] Feb 24 00:35:20.323 INFO O| Feb 24 00:35:20.323 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
92352026-02-24T00:35:20.991Z[ host-image] Feb 24 00:35:20.323 INFO O| Feb 24 00:35:20.323 INFO STEP 43 (remove_files) COMPLETE
92362026-02-24T00:35:20.993Z[ host-image] Feb 24 00:35:20.323 INFO O| Feb 24 00:35:20.323 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92372026-02-24T00:35:20.998Z[ host-image] Feb 24 00:35:20.331 INFO O| Feb 24 00:35:20.330 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
92382026-02-24T00:35:21.001Z[ host-image] Feb 24 00:35:20.331 INFO O| Feb 24 00:35:20.331 INFO STEP 44 (remove_files) COMPLETE
92392026-02-24T00:35:21.001Z[ host-image] Feb 24 00:35:20.331 INFO O| Feb 24 00:35:20.331 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92402026-02-24T00:35:21.006Z[ host-image] Feb 24 00:35:20.338 INFO O| Feb 24 00:35:20.338 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
92412026-02-24T00:35:21.006Z[ host-image] Feb 24 00:35:20.338 INFO O| Feb 24 00:35:20.338 INFO STEP 45 (remove_files) COMPLETE
92422026-02-24T00:35:21.042Z[ host-image] Feb 24 00:35:20.338 INFO O| Feb 24 00:35:20.338 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92432026-02-24T00:35:21.043Z[ host-image] Feb 24 00:35:20.345 INFO O| Feb 24 00:35:20.345 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
92442026-02-24T00:35:21.043Z[ host-image] Feb 24 00:35:20.345 INFO O| Feb 24 00:35:20.345 INFO STEP 46 (remove_files) COMPLETE
92452026-02-24T00:35:21.043Z[ host-image] Feb 24 00:35:20.345 INFO O| Feb 24 00:35:20.345 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92462026-02-24T00:35:21.043Z[ host-image] Feb 24 00:35:20.353 INFO O| Feb 24 00:35:20.353 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
92472026-02-24T00:35:21.043Z[ host-image] Feb 24 00:35:20.353 INFO O| Feb 24 00:35:20.353 INFO STEP 47 (remove_files) COMPLETE
92482026-02-24T00:35:21.043Z[ host-image] Feb 24 00:35:20.353 INFO O| Feb 24 00:35:20.353 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92492026-02-24T00:35:21.043Z[ host-image] Feb 24 00:35:20.361 INFO O| Feb 24 00:35:20.361 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
92502026-02-24T00:35:21.043Z[ host-image] Feb 24 00:35:20.361 INFO O| Feb 24 00:35:20.361 INFO STEP 48 (remove_files) COMPLETE
92512026-02-24T00:35:21.043Z[ host-image] Feb 24 00:35:20.361 INFO O| Feb 24 00:35:20.361 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92522026-02-24T00:35:21.043Z[ host-image] Feb 24 00:35:20.368 INFO O| Feb 24 00:35:20.368 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mpt"
92532026-02-24T00:35:21.043Z[ host-image] Feb 24 00:35:20.368 INFO O| Feb 24 00:35:20.368 INFO STEP 49 (remove_files) COMPLETE
92542026-02-24T00:35:21.043Z[ host-image] Feb 24 00:35:20.368 INFO O| Feb 24 00:35:20.368 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92552026-02-24T00:35:21.047Z[ host-image] Feb 24 00:35:20.376 INFO O| Feb 24 00:35:20.376 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/mpt.conf"
92562026-02-24T00:35:21.047Z[ host-image] Feb 24 00:35:20.376 INFO O| Feb 24 00:35:20.376 INFO STEP 50 (remove_files) COMPLETE
92572026-02-24T00:35:21.047Z[ host-image] Feb 24 00:35:20.376 INFO O| Feb 24 00:35:20.376 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92582026-02-24T00:35:21.051Z[ host-image] Feb 24 00:35:20.383 INFO O| Feb 24 00:35:20.383 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
92592026-02-24T00:35:21.051Z[ host-image] Feb 24 00:35:20.383 INFO O| Feb 24 00:35:20.383 INFO STEP 51 (remove_files) COMPLETE
92602026-02-24T00:35:21.054Z[ host-image] Feb 24 00:35:20.383 INFO O| Feb 24 00:35:20.383 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92612026-02-24T00:35:21.058Z[ host-image] Feb 24 00:35:20.391 INFO O| Feb 24 00:35:20.391 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
92622026-02-24T00:35:21.059Z[ host-image] Feb 24 00:35:20.391 INFO O| Feb 24 00:35:20.391 INFO STEP 52 (remove_files) COMPLETE
92632026-02-24T00:35:21.062Z[ host-image] Feb 24 00:35:20.391 INFO O| Feb 24 00:35:20.391 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92642026-02-24T00:35:21.066Z[ host-image] Feb 24 00:35:20.398 INFO O| Feb 24 00:35:20.398 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/bootadm"
92652026-02-24T00:35:21.069Z[ host-image] Feb 24 00:35:20.398 INFO O| Feb 24 00:35:20.398 INFO STEP 53 (remove_files) COMPLETE
92662026-02-24T00:35:21.069Z[ host-image] Feb 24 00:35:20.398 INFO O| Feb 24 00:35:20.398 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92672026-02-24T00:35:21.073Z[ host-image] Feb 24 00:35:20.406 INFO O| Feb 24 00:35:20.406 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/bootadm"
92682026-02-24T00:35:21.074Z[ host-image] Feb 24 00:35:20.406 INFO O| Feb 24 00:35:20.406 INFO STEP 54 (remove_files) COMPLETE
92692026-02-24T00:35:21.074Z[ host-image] Feb 24 00:35:20.406 INFO O| Feb 24 00:35:20.406 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92702026-02-24T00:35:21.081Z[ host-image] Feb 24 00:35:20.413 INFO O| Feb 24 00:35:20.413 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/beadm"
92712026-02-24T00:35:21.084Z[ host-image] Feb 24 00:35:20.413 INFO O| Feb 24 00:35:20.413 INFO STEP 55 (remove_files) COMPLETE
92722026-02-24T00:35:21.084Z[ host-image] Feb 24 00:35:20.413 INFO O| Feb 24 00:35:20.413 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92732026-02-24T00:35:21.088Z[ host-image] Feb 24 00:35:20.420 INFO O| Feb 24 00:35:20.420 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/beadm"
92742026-02-24T00:35:21.088Z[ host-image] Feb 24 00:35:20.420 INFO O| Feb 24 00:35:20.420 INFO STEP 56 (remove_files) COMPLETE
92752026-02-24T00:35:21.088Z[ host-image] Feb 24 00:35:20.420 INFO O| Feb 24 00:35:20.420 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92762026-02-24T00:35:21.096Z[ host-image] Feb 24 00:35:20.428 INFO O| Feb 24 00:35:20.428 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/etc/default/tar"
92772026-02-24T00:35:21.098Z[ host-image] Feb 24 00:35:20.428 INFO O| Feb 24 00:35:20.428 INFO STEP 57 (remove_files) COMPLETE
92782026-02-24T00:35:21.098Z[ host-image] Feb 24 00:35:20.428 INFO O| Feb 24 00:35:20.428 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92792026-02-24T00:35:21.103Z[ host-image] Feb 24 00:35:20.436 INFO O| Feb 24 00:35:20.436 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
92802026-02-24T00:35:21.106Z[ host-image] Feb 24 00:35:20.436 INFO O| Feb 24 00:35:20.436 INFO writing /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap ...
92812026-02-24T00:35:21.106Z[ host-image] Feb 24 00:35:20.436 INFO O| Feb 24 00:35:20.436 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
92822026-02-24T00:35:21.107Z[ host-image] Feb 24 00:35:20.436 INFO O| Feb 24 00:35:20.436 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
92832026-02-24T00:35:21.107Z[ host-image] Feb 24 00:35:20.436 INFO O| Feb 24 00:35:20.436 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
92842026-02-24T00:35:21.107Z[ host-image] Feb 24 00:35:20.436 INFO O| Feb 24 00:35:20.436 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
92852026-02-24T00:35:21.107Z[ host-image] Feb 24 00:35:20.436 INFO O| Feb 24 00:35:20.436 INFO ok!
92862026-02-24T00:35:21.107Z[ host-image] Feb 24 00:35:20.436 INFO O| Feb 24 00:35:20.436 INFO STEP 58 (ensure_file) COMPLETE
92872026-02-24T00:35:21.107Z[ host-image] Feb 24 00:35:20.436 INFO O| Feb 24 00:35:20.436 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92882026-02-24T00:35:21.112Z[ host-image] Feb 24 00:35:20.444 INFO O| Feb 24 00:35:20.444 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
92892026-02-24T00:35:21.112Z[ host-image] Feb 24 00:35:20.444 INFO O| Feb 24 00:35:20.444 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
92902026-02-24T00:35:21.115Z[ host-image] Feb 24 00:35:20.445 INFO O| Feb 24 00:35:20.444 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
92912026-02-24T00:35:21.115Z[ host-image] Feb 24 00:35:20.445 INFO O| Feb 24 00:35:20.445 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
92922026-02-24T00:35:21.115Z[ host-image] Feb 24 00:35:20.445 INFO O| Feb 24 00:35:20.445 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
92932026-02-24T00:35:21.115Z[ host-image] Feb 24 00:35:20.445 INFO O| Feb 24 00:35:20.445 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
92942026-02-24T00:35:21.115Z[ host-image] Feb 24 00:35:20.445 INFO O| Feb 24 00:35:20.445 INFO ok!
92952026-02-24T00:35:21.115Z[ host-image] Feb 24 00:35:20.445 INFO O| Feb 24 00:35:20.445 INFO STEP 59 (ensure_file) COMPLETE
92962026-02-24T00:35:21.115Z[ host-image] Feb 24 00:35:20.445 INFO O| Feb 24 00:35:20.445 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
92972026-02-24T00:35:21.120Z[ host-image] Feb 24 00:35:20.452 INFO O| Feb 24 00:35:20.452 INFO file /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile does not exist
92982026-02-24T00:35:21.123Z[ host-image] Feb 24 00:35:20.452 INFO O| Feb 24 00:35:20.452 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile ...
92992026-02-24T00:35:21.123Z[ host-image] Feb 24 00:35:20.453 INFO O| Feb 24 00:35:20.453 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile
93002026-02-24T00:35:21.123Z[ host-image] Feb 24 00:35:20.453 INFO O| Feb 24 00:35:20.453 INFO ok!
93012026-02-24T00:35:21.123Z[ host-image] Feb 24 00:35:20.453 INFO O| Feb 24 00:35:20.453 INFO STEP 60 (ensure_file) COMPLETE
93022026-02-24T00:35:21.123Z[ host-image] Feb 24 00:35:20.453 INFO O| Feb 24 00:35:20.453 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93032026-02-24T00:35:21.128Z[ host-image] Feb 24 00:35:20.460 INFO O| Feb 24 00:35:20.460 WARN file /rpool/images/build/host/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
93042026-02-24T00:35:21.131Z[ host-image] Feb 24 00:35:20.460 INFO O| Feb 24 00:35:20.460 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/sled/ramdisk/root/.bashrc ...
93052026-02-24T00:35:21.131Z[ host-image] Feb 24 00:35:20.460 INFO O| Feb 24 00:35:20.460 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bashrc
93062026-02-24T00:35:21.131Z[ host-image] Feb 24 00:35:20.460 INFO O| Feb 24 00:35:20.460 INFO ok!
93072026-02-24T00:35:21.131Z[ host-image] Feb 24 00:35:20.460 INFO O| Feb 24 00:35:20.460 INFO STEP 61 (ensure_file) COMPLETE
93082026-02-24T00:35:21.131Z[ host-image] Feb 24 00:35:20.460 INFO O| Feb 24 00:35:20.460 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93092026-02-24T00:35:21.135Z[ host-image] Feb 24 00:35:20.468 INFO O| Feb 24 00:35:20.468 WARN file /rpool/images/build/host/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
93102026-02-24T00:35:21.135Z[ host-image] Feb 24 00:35:20.468 INFO O| Feb 24 00:35:20.468 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/sled/ramdisk/etc/motd ...
93112026-02-24T00:35:21.138Z[ host-image] Feb 24 00:35:20.468 INFO O| Feb 24 00:35:20.468 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
93122026-02-24T00:35:21.138Z[ host-image] Feb 24 00:35:20.468 INFO O| Feb 24 00:35:20.468 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
93132026-02-24T00:35:21.138Z[ host-image] Feb 24 00:35:20.468 INFO O| Feb 24 00:35:20.468 INFO ok!
93142026-02-24T00:35:21.138Z[ host-image] Feb 24 00:35:20.468 INFO O| Feb 24 00:35:20.468 INFO STEP 62 (ensure_file) COMPLETE
93152026-02-24T00:35:21.138Z[ host-image] Feb 24 00:35:20.468 INFO O| Feb 24 00:35:20.468 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93162026-02-24T00:35:21.143Z[ host-image] Feb 24 00:35:20.476 INFO O| Feb 24 00:35:20.476 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
93172026-02-24T00:35:21.144Z[ host-image] Feb 24 00:35:20.476 INFO O| Feb 24 00:35:20.476 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
93182026-02-24T00:35:21.146Z[ host-image] Feb 24 00:35:20.476 INFO O| Feb 24 00:35:20.476 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
93192026-02-24T00:35:21.147Z[ host-image] Feb 24 00:35:20.476 INFO O| Feb 24 00:35:20.476 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
93202026-02-24T00:35:21.147Z[ host-image] Feb 24 00:35:20.476 INFO O| Feb 24 00:35:20.476 INFO ok!
93212026-02-24T00:35:21.147Z[ host-image] Feb 24 00:35:20.476 INFO O| Feb 24 00:35:20.476 INFO STEP 63 (ensure_file) COMPLETE
93222026-02-24T00:35:21.147Z[ host-image] Feb 24 00:35:20.476 INFO O| Feb 24 00:35:20.476 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93232026-02-24T00:35:21.151Z[ host-image] Feb 24 00:35:20.484 INFO O| Feb 24 00:35:20.483 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
93242026-02-24T00:35:21.155Z[ host-image] Feb 24 00:35:20.484 INFO O| Feb 24 00:35:20.484 INFO writing /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly ...
93252026-02-24T00:35:21.155Z[ host-image] Feb 24 00:35:20.484 INFO O| Feb 24 00:35:20.484 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly
93262026-02-24T00:35:21.155Z[ host-image] Feb 24 00:35:20.484 INFO O| Feb 24 00:35:20.484 INFO ok!
93272026-02-24T00:35:21.155Z[ host-image] Feb 24 00:35:20.484 INFO O| Feb 24 00:35:20.484 INFO STEP 64 (assemble_files) COMPLETE
93282026-02-24T00:35:21.155Z[ host-image] Feb 24 00:35:20.484 INFO O| Feb 24 00:35:20.484 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93292026-02-24T00:35:21.159Z[ host-image] Feb 24 00:35:20.491 INFO O| Feb 24 00:35:20.491 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf does not exist
93302026-02-24T00:35:21.159Z[ host-image] Feb 24 00:35:20.491 INFO O| Feb 24 00:35:20.491 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf ...
93312026-02-24T00:35:21.162Z[ host-image] Feb 24 00:35:20.491 INFO O| Feb 24 00:35:20.491 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
93322026-02-24T00:35:21.162Z[ host-image] Feb 24 00:35:20.491 INFO O| Feb 24 00:35:20.491 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
93332026-02-24T00:35:21.162Z[ host-image] Feb 24 00:35:20.491 INFO O| Feb 24 00:35:20.491 INFO ok!
93342026-02-24T00:35:21.162Z[ host-image] Feb 24 00:35:20.491 INFO O| Feb 24 00:35:20.491 INFO STEP 65 (ensure_file) COMPLETE
93352026-02-24T00:35:21.162Z[ host-image] Feb 24 00:35:20.491 INFO O| Feb 24 00:35:20.491 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93362026-02-24T00:35:21.166Z[ host-image] Feb 24 00:35:20.499 INFO O| Feb 24 00:35:20.499 INFO creating directory: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
93372026-02-24T00:35:21.170Z[ host-image] Feb 24 00:35:20.499 INFO O| Feb 24 00:35:20.499 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
93382026-02-24T00:35:21.170Z[ host-image] Feb 24 00:35:20.499 INFO O| Feb 24 00:35:20.499 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
93392026-02-24T00:35:21.170Z[ host-image] Feb 24 00:35:20.499 INFO O| Feb 24 00:35:20.499 INFO STEP 66 (ensure_dir) COMPLETE
93402026-02-24T00:35:21.170Z[ host-image] Feb 24 00:35:20.499 INFO O| Feb 24 00:35:20.499 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93412026-02-24T00:35:21.173Z[ host-image] Feb 24 00:35:20.506 INFO O| Feb 24 00:35:20.506 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
93422026-02-24T00:35:21.174Z[ host-image] Feb 24 00:35:20.506 INFO O| Feb 24 00:35:20.506 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 ...
93432026-02-24T00:35:21.181Z[ host-image] Feb 24 00:35:20.513 INFO O| Feb 24 00:35:20.513 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
93442026-02-24T00:35:21.184Z[ host-image] Feb 24 00:35:20.513 INFO O| Feb 24 00:35:20.513 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
93452026-02-24T00:35:21.184Z[ host-image] Feb 24 00:35:20.513 INFO O| Feb 24 00:35:20.513 INFO ok!
93462026-02-24T00:35:21.184Z[ host-image] Feb 24 00:35:20.513 INFO O| Feb 24 00:35:20.513 INFO STEP 67 (ensure_file) COMPLETE
93472026-02-24T00:35:21.184Z[ host-image] Feb 24 00:35:20.513 INFO O| Feb 24 00:35:20.513 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93482026-02-24T00:35:21.188Z[ host-image] Feb 24 00:35:20.520 INFO O| Feb 24 00:35:20.520 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
93492026-02-24T00:35:21.188Z[ host-image] Feb 24 00:35:20.520 INFO O| Feb 24 00:35:20.520 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 ...
93502026-02-24T00:35:21.191Z[ host-image] Feb 24 00:35:20.521 INFO O| Feb 24 00:35:20.521 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
93512026-02-24T00:35:21.191Z[ host-image] Feb 24 00:35:20.521 INFO O| Feb 24 00:35:20.521 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
93522026-02-24T00:35:21.191Z[ host-image] Feb 24 00:35:20.521 INFO O| Feb 24 00:35:20.521 INFO ok!
93532026-02-24T00:35:21.191Z[ host-image] Feb 24 00:35:20.521 INFO O| Feb 24 00:35:20.521 INFO STEP 68 (ensure_file) COMPLETE
93542026-02-24T00:35:21.191Z[ host-image] Feb 24 00:35:20.521 INFO O| Feb 24 00:35:20.521 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93552026-02-24T00:35:21.199Z[ host-image] Feb 24 00:35:20.531 INFO O| Feb 24 00:35:20.531 INFO file /rpool/images/build/host/output/sled-ramdisk.tar does not already exist, skipping removal
93562026-02-24T00:35:21.199Z[ host-image] Feb 24 00:35:20.531 INFO O| Feb 24 00:35:20.531 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/ramdisk", "."]
93572026-02-24T00:35:23.370Z[ host-image] Feb 24 00:35:22.702 INFO O| Feb 24 00:35:22.702 INFO STEP 69 (pack_tar) COMPLETE
93582026-02-24T00:35:23.370Z[ host-image] Feb 24 00:35:22.702 INFO O| Feb 24 00:35:22.702 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@trim
93592026-02-24T00:35:23.370Z[ host-image] Feb 24 00:35:22.702 INFO O| Feb 24 00:35:22.702 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@trim
93602026-02-24T00:35:23.662Z[ host-image] Feb 24 00:35:22.993 INFO O| Feb 24 00:35:22.993 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
93612026-02-24T00:35:23.754Z[ host-image] Feb 24 00:35:23.086 INFO O| Feb 24 00:35:23.086 INFO completed processing sled/ramdisk-02-trim
93622026-02-24T00:35:23.758Z[ host-image] Feb 24 00:35:23.088 INFO image builder template: zfs...
93632026-02-24T00:35:23.758Z[ host-image] Feb 24 00:35:23.088 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/.tmpE6HfSF/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "publisher_0_name=helios-dev", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@19.0.0.0", "-F", "optever=0.39.455", "-n", "zfs"], pwd: None
93642026-02-24T00:35:23.770Z[ host-image] Feb 24 00:35:23.102 INFO O| Feb 24 00:35:23.102 INFO skip include "stress" because feature "stress" is not enabled
93652026-02-24T00:35:23.774Z[ host-image] Feb 24 00:35:23.102 INFO O| Feb 24 00:35:23.102 INFO skip include "stress" because feature "compliance" is not enabled
93662026-02-24T00:35:23.805Z[ host-image] Feb 24 00:35:23.137 INFO O| Feb 24 00:35:23.137 INFO temporary dataset: rpool/images/build/host/tmp/sled/zfs
93672026-02-24T00:35:23.808Z[ host-image] Feb 24 00:35:23.140 INFO O| Feb 24 00:35:23.140 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/zfs
93682026-02-24T00:35:23.902Z[ host-image] Feb 24 00:35:23.234 INFO O| Feb 24 00:35:23.234 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/zfs: sync = disabled
93692026-02-24T00:35:23.976Z[ host-image] Feb 24 00:35:23.308 INFO O| Feb 24 00:35:23.308 INFO temporary directory: /rpool/images/build/host/tmp/sled/zfs
93702026-02-24T00:35:23.976Z[ host-image] Feb 24 00:35:23.308 INFO O| Feb 24 00:35:23.308 INFO work dataset: rpool/images/build/host/work/sled/zfs
93712026-02-24T00:35:23.979Z[ host-image] Feb 24 00:35:23.311 INFO O| Feb 24 00:35:23.311 INFO CREATE DATASET: rpool/images/build/host/work/sled/zfs
93722026-02-24T00:35:24.129Z[ host-image] Feb 24 00:35:23.461 INFO O| Feb 24 00:35:23.461 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/sled/zfs: sync = disabled
93732026-02-24T00:35:24.251Z[ host-image] Feb 24 00:35:23.583 INFO O| Feb 24 00:35:23.583 INFO DESTROY POOL: TEMPORARY-sled-zfs
93742026-02-24T00:35:24.259Z[ host-image] Feb 24 00:35:23.591 INFO O| Feb 24 00:35:23.591 INFO image file: /rpool/images/build/host/work/sled/zfs/lofi.raw
93752026-02-24T00:35:24.263Z[ host-image] Feb 24 00:35:23.595 INFO O| Feb 24 00:35:23.595 INFO pool altroot: /rpool/images/build/host/work/sled/zfs/altroot
93762026-02-24T00:35:24.263Z[ host-image] Feb 24 00:35:23.595 INFO O| Feb 24 00:35:23.595 INFO no lofi found
93772026-02-24T00:35:24.266Z[ host-image] Feb 24 00:35:23.595 INFO O| Feb 24 00:35:23.595 INFO file /rpool/images/build/host/work/sled/zfs/lofi.raw does not already exist, skipping removal
93782026-02-24T00:35:24.266Z[ host-image] Feb 24 00:35:23.595 INFO O| Feb 24 00:35:23.595 INFO CREATE IMAGE (1050MB): /rpool/images/build/host/work/sled/zfs/lofi.raw
93792026-02-24T00:35:25.671Z[ host-image] Feb 24 00:35:25.003 INFO O| Feb 24 00:35:25.003 INFO lofi device = /dev/dsk/c2t1d0p0
93802026-02-24T00:35:25.671Z[ host-image] Feb 24 00:35:25.003 INFO O| Feb 24 00:35:25.003 INFO pool device = /dev/dsk/c2t1d0p0
93812026-02-24T00:35:25.674Z[ host-image] Feb 24 00:35:25.003 INFO O| Feb 24 00:35:25.003 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-sled-zfs", "-O", "compression=gzip-9", "-R", "/rpool/images/build/host/work/sled/zfs/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"]
93822026-02-24T00:35:25.777Z[ host-image] Feb 24 00:35:25.109 INFO O| Feb 24 00:35:25.109 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
93832026-02-24T00:35:25.777Z[ host-image] Feb 24 00:35:25.109 INFO O| Feb 24 00:35:25.109 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT
93842026-02-24T00:35:25.792Z[ host-image] Feb 24 00:35:25.124 INFO O| Feb 24 00:35:25.124 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: canmount = off
93852026-02-24T00:35:25.841Z[ host-image] Feb 24 00:35:25.173 INFO O| Feb 24 00:35:25.172 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: mountpoint = legacy
93862026-02-24T00:35:25.873Z[ host-image] Feb 24 00:35:25.205 INFO O| Feb 24 00:35:25.205 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT/ramdisk
93872026-02-24T00:35:25.884Z[ host-image] Feb 24 00:35:25.216 INFO O| Feb 24 00:35:25.216 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: canmount = noauto
93882026-02-24T00:35:25.893Z[ host-image] Feb 24 00:35:25.225 INFO O| Feb 24 00:35:25.225 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: mountpoint = legacy
93892026-02-24T00:35:25.934Z[ host-image] Feb 24 00:35:25.266 INFO O| Feb 24 00:35:25.266 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a
93902026-02-24T00:35:25.934Z[ host-image] Feb 24 00:35:25.266 INFO O| Feb 24 00:35:25.266 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a
93912026-02-24T00:35:25.937Z[ host-image] Feb 24 00:35:25.266 INFO O| Feb 24 00:35:25.266 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/sled/zfs/a"]
93922026-02-24T00:35:25.944Z[ host-image] Feb 24 00:35:25.276 INFO O| Feb 24 00:35:25.276 INFO boot environment UUID: 92483c2a-a940-4279-b0d4-d0dae3ad4b6a
93932026-02-24T00:35:25.944Z[ host-image] Feb 24 00:35:25.276 INFO O| Feb 24 00:35:25.276 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = 92483c2a-a940-4279-b0d4-d0dae3ad4b6a
93942026-02-24T00:35:25.951Z[ host-image] Feb 24 00:35:25.283 INFO O| Feb 24 00:35:25.283 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
93952026-02-24T00:35:25.958Z[ host-image] Feb 24 00:35:25.290 INFO O| Feb 24 00:35:25.290 INFO STEP 0 (create_be) COMPLETE
93962026-02-24T00:35:25.958Z[ host-image] Feb 24 00:35:25.290 INFO O| Feb 24 00:35:25.290 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
93972026-02-24T00:35:25.970Z[ host-image] Feb 24 00:35:25.302 INFO O| Feb 24 00:35:25.302 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/zfs/a"]
93982026-02-24T00:35:43.543Z[ host-image] Feb 24 00:35:42.874 INFO O| Feb 24 00:35:42.874 INFO STEP 1 (unpack_tar) COMPLETE
93992026-02-24T00:35:43.546Z[ host-image] Feb 24 00:35:42.874 INFO O| Feb 24 00:35:42.874 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94002026-02-24T00:35:43.552Z[ host-image] Feb 24 00:35:42.883 INFO O| Feb 24 00:35:42.883 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/sled/zfs/a"]
94012026-02-24T00:35:44.439Z[ host-image] Feb 24 00:35:43.770 INFO O| Feb 24 00:35:43.770 INFO STEP 2 (devfsadm) COMPLETE
94022026-02-24T00:35:44.442Z[ host-image] Feb 24 00:35:43.770 INFO O| Feb 24 00:35:43.770 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94032026-02-24T00:35:44.447Z[ host-image] Feb 24 00:35:43.779 INFO O| Feb 24 00:35:43.778 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
94042026-02-24T00:35:44.455Z[ host-image] Feb 24 00:35:43.779 INFO O| Feb 24 00:35:43.779 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
94052026-02-24T00:35:44.455Z[ host-image] Feb 24 00:35:43.779 INFO O| Feb 24 00:35:43.779 INFO STEP 3 (ensure_dir) COMPLETE
94062026-02-24T00:35:44.455Z[ host-image] Feb 24 00:35:43.779 INFO O| Feb 24 00:35:43.779 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94072026-02-24T00:35:44.466Z[ host-image] Feb 24 00:35:43.793 INFO O| Feb 24 00:35:43.793 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
94082026-02-24T00:35:44.466Z[ host-image] Feb 24 00:35:43.793 INFO O| Feb 24 00:35:43.793 INFO STEP 4 (ensure_dir) COMPLETE
94092026-02-24T00:35:44.466Z[ host-image] Feb 24 00:35:43.793 INFO O| Feb 24 00:35:43.793 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94102026-02-24T00:35:44.473Z[ host-image] Feb 24 00:35:43.805 INFO O| Feb 24 00:35:43.805 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
94112026-02-24T00:35:44.477Z[ host-image] Feb 24 00:35:43.805 INFO O| Feb 24 00:35:43.805 INFO STEP 5 (ensure_dir) COMPLETE
94122026-02-24T00:35:44.477Z[ host-image] Feb 24 00:35:43.805 INFO O| Feb 24 00:35:43.805 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94132026-02-24T00:35:44.486Z[ host-image] Feb 24 00:35:43.815 INFO O| Feb 24 00:35:43.815 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
94142026-02-24T00:35:44.486Z[ host-image] Feb 24 00:35:43.815 INFO O| Feb 24 00:35:43.815 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
94152026-02-24T00:35:44.486Z[ host-image] Feb 24 00:35:43.815 INFO O| Feb 24 00:35:43.815 INFO STEP 6 (ensure_dir) COMPLETE
94162026-02-24T00:35:44.490Z[ host-image] Feb 24 00:35:43.815 INFO O| Feb 24 00:35:43.815 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94172026-02-24T00:35:44.495Z[ host-image] Feb 24 00:35:43.826 INFO O| Feb 24 00:35:43.826 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
94182026-02-24T00:35:44.495Z[ host-image] Feb 24 00:35:43.826 INFO O| Feb 24 00:35:43.826 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
94192026-02-24T00:35:44.495Z[ host-image] Feb 24 00:35:43.826 INFO O| Feb 24 00:35:43.826 INFO STEP 7 (ensure_dir) COMPLETE
94202026-02-24T00:35:44.495Z[ host-image] Feb 24 00:35:43.826 INFO O| Feb 24 00:35:43.826 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94212026-02-24T00:35:44.507Z[ host-image] Feb 24 00:35:43.837 INFO O| Feb 24 00:35:43.836 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/cfg"
94222026-02-24T00:35:44.507Z[ host-image] Feb 24 00:35:43.837 INFO O| Feb 24 00:35:43.837 INFO STEP 8 (remove_files) COMPLETE
94232026-02-24T00:35:44.507Z[ host-image] Feb 24 00:35:43.837 INFO O| Feb 24 00:35:43.837 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94242026-02-24T00:35:44.516Z[ host-image] Feb 24 00:35:43.848 INFO O| Feb 24 00:35:43.847 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/dsk"
94252026-02-24T00:35:44.517Z[ host-image] Feb 24 00:35:43.848 INFO O| Feb 24 00:35:43.848 INFO STEP 9 (remove_files) COMPLETE
94262026-02-24T00:35:44.517Z[ host-image] Feb 24 00:35:43.848 INFO O| Feb 24 00:35:43.848 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94272026-02-24T00:35:44.531Z[ host-image] Feb 24 00:35:43.859 INFO O| Feb 24 00:35:43.858 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/rdsk"
94282026-02-24T00:35:44.531Z[ host-image] Feb 24 00:35:43.859 INFO O| Feb 24 00:35:43.859 INFO STEP 10 (remove_files) COMPLETE
94292026-02-24T00:35:44.531Z[ host-image] Feb 24 00:35:43.859 INFO O| Feb 24 00:35:43.859 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94302026-02-24T00:35:44.539Z[ host-image] Feb 24 00:35:43.868 INFO O| Feb 24 00:35:43.868 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/sensors"
94312026-02-24T00:35:44.539Z[ host-image] Feb 24 00:35:43.869 INFO O| Feb 24 00:35:43.869 INFO STEP 11 (remove_files) COMPLETE
94322026-02-24T00:35:44.539Z[ host-image] Feb 24 00:35:43.869 INFO O| Feb 24 00:35:43.869 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94332026-02-24T00:35:44.549Z[ host-image] Feb 24 00:35:43.878 INFO O| Feb 24 00:35:43.878 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/usb"
94342026-02-24T00:35:44.549Z[ host-image] Feb 24 00:35:43.878 INFO O| Feb 24 00:35:43.878 INFO STEP 12 (remove_files) COMPLETE
94352026-02-24T00:35:44.554Z[ host-image] Feb 24 00:35:43.878 INFO O| Feb 24 00:35:43.878 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94362026-02-24T00:35:44.558Z[ host-image] Feb 24 00:35:43.888 INFO O| Feb 24 00:35:43.888 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
94372026-02-24T00:35:44.558Z[ host-image] Feb 24 00:35:43.888 INFO O| Feb 24 00:35:43.888 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
94382026-02-24T00:35:44.558Z[ host-image] Feb 24 00:35:43.888 INFO O| Feb 24 00:35:43.888 INFO STEP 13 (ensure_dir) COMPLETE
94392026-02-24T00:35:44.558Z[ host-image] Feb 24 00:35:43.888 INFO O| Feb 24 00:35:43.888 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94402026-02-24T00:35:44.571Z[ host-image] Feb 24 00:35:43.898 INFO O| Feb 24 00:35:43.898 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
94412026-02-24T00:35:44.571Z[ host-image] Feb 24 00:35:43.899 INFO O| Feb 24 00:35:43.898 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
94422026-02-24T00:35:44.575Z[ host-image] Feb 24 00:35:43.899 INFO O| Feb 24 00:35:43.899 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
94432026-02-24T00:35:44.575Z[ host-image] Feb 24 00:35:43.899 INFO O| Feb 24 00:35:43.899 INFO STEP 14 (ensure_dir) COMPLETE
94442026-02-24T00:35:44.575Z[ host-image] Feb 24 00:35:43.899 INFO O| Feb 24 00:35:43.899 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94452026-02-24T00:35:44.579Z[ host-image] Feb 24 00:35:43.910 INFO O| Feb 24 00:35:43.909 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
94462026-02-24T00:35:44.579Z[ host-image] Feb 24 00:35:43.910 INFO O| Feb 24 00:35:43.910 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
94472026-02-24T00:35:44.579Z[ host-image] Feb 24 00:35:43.910 INFO O| Feb 24 00:35:43.910 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
94482026-02-24T00:35:44.579Z[ host-image] Feb 24 00:35:43.910 INFO O| Feb 24 00:35:43.910 INFO STEP 15 (ensure_dir) COMPLETE
94492026-02-24T00:35:44.579Z[ host-image] Feb 24 00:35:43.910 INFO O| Feb 24 00:35:43.910 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94502026-02-24T00:35:44.589Z[ host-image] Feb 24 00:35:43.920 INFO O| Feb 24 00:35:43.920 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
94512026-02-24T00:35:44.589Z[ host-image] Feb 24 00:35:43.920 INFO O| Feb 24 00:35:43.920 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
94522026-02-24T00:35:44.589Z[ host-image] Feb 24 00:35:43.920 INFO O| Feb 24 00:35:43.920 INFO STEP 16 (ensure_dir) COMPLETE
94532026-02-24T00:35:44.589Z[ host-image] Feb 24 00:35:43.920 INFO O| Feb 24 00:35:43.920 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94542026-02-24T00:35:44.601Z[ host-image] Feb 24 00:35:43.931 INFO O| Feb 24 00:35:43.930 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
94552026-02-24T00:35:44.601Z[ host-image] Feb 24 00:35:43.931 INFO O| Feb 24 00:35:43.931 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
94562026-02-24T00:35:44.601Z[ host-image] Feb 24 00:35:43.931 INFO O| Feb 24 00:35:43.931 INFO STEP 17 (ensure_dir) COMPLETE
94572026-02-24T00:35:44.605Z[ host-image] Feb 24 00:35:43.931 INFO O| Feb 24 00:35:43.931 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94582026-02-24T00:35:44.609Z[ host-image] Feb 24 00:35:43.941 INFO O| Feb 24 00:35:43.940 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
94592026-02-24T00:35:44.609Z[ host-image] Feb 24 00:35:43.941 INFO O| Feb 24 00:35:43.941 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/msglog
94602026-02-24T00:35:44.609Z[ host-image] Feb 24 00:35:43.941 INFO O| Feb 24 00:35:43.941 INFO ok!
94612026-02-24T00:35:44.609Z[ host-image] Feb 24 00:35:43.941 INFO O| Feb 24 00:35:43.941 INFO STEP 18 (ensure_symlink) COMPLETE
94622026-02-24T00:35:44.609Z[ host-image] Feb 24 00:35:43.941 INFO O| Feb 24 00:35:43.941 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
94632026-02-24T00:35:44.620Z[ host-image] Feb 24 00:35:43.951 INFO O| Feb 24 00:35:43.951 INFO file /rpool/images/build/host/work/sled/zfs/a/reconfigure exists, with correct contents
94642026-02-24T00:35:44.620Z[ host-image] Feb 24 00:35:43.951 INFO O| Feb 24 00:35:43.951 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/reconfigure
94652026-02-24T00:35:44.620Z[ host-image] Feb 24 00:35:43.951 INFO O| Feb 24 00:35:43.951 INFO ok!
94662026-02-24T00:35:44.620Z[ host-image] Feb 24 00:35:43.951 INFO O| Feb 24 00:35:43.951 INFO STEP 19 (ensure_file) COMPLETE
94672026-02-24T00:35:44.620Z[ host-image] Feb 24 00:35:43.951 INFO O| Feb 24 00:35:43.951 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
94682026-02-24T00:35:44.631Z[ host-image] Feb 24 00:35:43.962 INFO O| Feb 24 00:35:43.962 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml does not exist
94692026-02-24T00:35:44.631Z[ host-image] Feb 24 00:35:43.962 INFO O| Feb 24 00:35:43.962 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
94702026-02-24T00:35:44.634Z[ host-image] Feb 24 00:35:43.962 INFO O| Feb 24 00:35:43.962 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml
94712026-02-24T00:35:44.634Z[ host-image] Feb 24 00:35:43.962 INFO O| Feb 24 00:35:43.962 INFO ok!
94722026-02-24T00:35:44.634Z[ host-image] Feb 24 00:35:43.962 INFO O| Feb 24 00:35:43.962 INFO STEP 20 (ensure_symlink) COMPLETE
94732026-02-24T00:35:44.634Z[ host-image] Feb 24 00:35:43.962 INFO O| Feb 24 00:35:43.962 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
94742026-02-24T00:35:44.639Z[ host-image] Feb 24 00:35:43.971 INFO O| Feb 24 00:35:43.971 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml does not exist
94752026-02-24T00:35:44.639Z[ host-image] Feb 24 00:35:43.971 INFO O| Feb 24 00:35:43.971 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
94762026-02-24T00:35:44.642Z[ host-image] Feb 24 00:35:43.971 INFO O| Feb 24 00:35:43.971 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml
94772026-02-24T00:35:44.642Z[ host-image] Feb 24 00:35:43.971 INFO O| Feb 24 00:35:43.971 INFO ok!
94782026-02-24T00:35:44.643Z[ host-image] Feb 24 00:35:43.971 INFO O| Feb 24 00:35:43.971 INFO STEP 21 (ensure_symlink) COMPLETE
94792026-02-24T00:35:44.643Z[ host-image] Feb 24 00:35:43.971 INFO O| Feb 24 00:35:43.971 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
94802026-02-24T00:35:44.647Z[ host-image] Feb 24 00:35:43.979 INFO O| Feb 24 00:35:43.979 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml does not exist
94812026-02-24T00:35:44.647Z[ host-image] Feb 24 00:35:43.979 INFO O| Feb 24 00:35:43.979 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
94822026-02-24T00:35:44.650Z[ host-image] Feb 24 00:35:43.979 INFO O| Feb 24 00:35:43.979 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml
94832026-02-24T00:35:44.650Z[ host-image] Feb 24 00:35:43.979 INFO O| Feb 24 00:35:43.979 INFO ok!
94842026-02-24T00:35:44.650Z[ host-image] Feb 24 00:35:43.979 INFO O| Feb 24 00:35:43.979 INFO STEP 22 (ensure_symlink) COMPLETE
94852026-02-24T00:35:44.650Z[ host-image] Feb 24 00:35:43.979 INFO O| Feb 24 00:35:43.979 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
94862026-02-24T00:35:44.655Z[ host-image] Feb 24 00:35:43.987 INFO O| Feb 24 00:35:43.987 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml does not exist
94872026-02-24T00:35:44.655Z[ host-image] Feb 24 00:35:43.987 INFO O| Feb 24 00:35:43.987 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
94882026-02-24T00:35:44.659Z[ host-image] Feb 24 00:35:43.987 INFO O| Feb 24 00:35:43.987 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml
94892026-02-24T00:35:44.659Z[ host-image] Feb 24 00:35:43.987 INFO O| Feb 24 00:35:43.987 INFO ok!
94902026-02-24T00:35:44.659Z[ host-image] Feb 24 00:35:43.987 INFO O| Feb 24 00:35:43.987 INFO STEP 23 (ensure_symlink) COMPLETE
94912026-02-24T00:35:44.659Z[ host-image] Feb 24 00:35:43.987 INFO O| Feb 24 00:35:43.987 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
94922026-02-24T00:35:44.664Z[ host-image] Feb 24 00:35:43.995 INFO O| Feb 24 00:35:43.995 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
94932026-02-24T00:35:44.666Z[ host-image] Feb 24 00:35:43.995 INFO O| Feb 24 00:35:43.995 INFO copying /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf ...
94942026-02-24T00:35:44.666Z[ host-image] Feb 24 00:35:43.995 INFO O| Feb 24 00:35:43.995 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf
94952026-02-24T00:35:44.666Z[ host-image] Feb 24 00:35:43.996 INFO O| Feb 24 00:35:43.995 INFO ok!
94962026-02-24T00:35:44.666Z[ host-image] Feb 24 00:35:43.996 INFO O| Feb 24 00:35:43.995 INFO STEP 24 (ensure_file) COMPLETE
94972026-02-24T00:35:44.667Z[ host-image] Feb 24 00:35:43.996 INFO O| Feb 24 00:35:43.995 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
94982026-02-24T00:35:44.672Z[ host-image] Feb 24 00:35:44.003 INFO O| Feb 24 00:35:44.003 INFO updating shadow file
94992026-02-24T00:35:44.675Z[ host-image] Feb 24 00:35:44.004 INFO O| Feb 24 00:35:44.004 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
95002026-02-24T00:35:44.675Z[ host-image] Feb 24 00:35:44.004 INFO O| Feb 24 00:35:44.004 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
95012026-02-24T00:35:44.675Z[ host-image] Feb 24 00:35:44.004 INFO O| Feb 24 00:35:44.004 INFO STEP 25 (shadow) COMPLETE
95022026-02-24T00:35:44.675Z[ host-image] Feb 24 00:35:44.004 INFO O| Feb 24 00:35:44.004 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
95032026-02-24T00:35:44.680Z[ host-image] Feb 24 00:35:44.012 INFO O| Feb 24 00:35:44.011 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
95042026-02-24T00:35:44.683Z[ host-image] Feb 24 00:35:44.012 INFO O| Feb 24 00:35:44.012 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts ...
95052026-02-24T00:35:44.683Z[ host-image] Feb 24 00:35:44.012 INFO O| Feb 24 00:35:44.012 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts
95062026-02-24T00:35:44.683Z[ host-image] Feb 24 00:35:44.012 INFO O| Feb 24 00:35:44.012 INFO ok!
95072026-02-24T00:35:44.683Z[ host-image] Feb 24 00:35:44.012 INFO O| Feb 24 00:35:44.012 INFO STEP 26 (ensure_file) COMPLETE
95082026-02-24T00:35:44.683Z[ host-image] Feb 24 00:35:44.012 INFO O| Feb 24 00:35:44.012 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
95092026-02-24T00:35:44.688Z[ host-image] Feb 24 00:35:44.020 INFO O| Feb 24 00:35:44.019 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/nodename does not exist
95102026-02-24T00:35:44.691Z[ host-image] Feb 24 00:35:44.020 INFO O| Feb 24 00:35:44.020 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/nodename ...
95112026-02-24T00:35:44.691Z[ host-image] Feb 24 00:35:44.020 INFO O| Feb 24 00:35:44.020 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nodename
95122026-02-24T00:35:44.691Z[ host-image] Feb 24 00:35:44.020 INFO O| Feb 24 00:35:44.020 INFO ok!
95132026-02-24T00:35:44.691Z[ host-image] Feb 24 00:35:44.020 INFO O| Feb 24 00:35:44.020 INFO STEP 27 (ensure_file) COMPLETE
95142026-02-24T00:35:44.691Z[ host-image] Feb 24 00:35:44.020 INFO O| Feb 24 00:35:44.020 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
95152026-02-24T00:35:44.696Z[ host-image] Feb 24 00:35:44.028 INFO O| Feb 24 00:35:44.028 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
95162026-02-24T00:35:44.696Z[ host-image] Feb 24 00:35:44.028 INFO O| Feb 24 00:35:44.028 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent ...
95172026-02-24T00:35:44.699Z[ host-image] Feb 24 00:35:44.028 INFO O| Feb 24 00:35:44.028 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
95182026-02-24T00:35:44.699Z[ host-image] Feb 24 00:35:44.028 INFO O| Feb 24 00:35:44.028 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
95192026-02-24T00:35:44.699Z[ host-image] Feb 24 00:35:44.028 INFO O| Feb 24 00:35:44.028 INFO ok!
95202026-02-24T00:35:44.699Z[ host-image] Feb 24 00:35:44.028 INFO O| Feb 24 00:35:44.028 INFO STEP 28 (ensure_file) COMPLETE
95212026-02-24T00:35:44.699Z[ host-image] Feb 24 00:35:44.028 INFO O| Feb 24 00:35:44.028 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
95222026-02-24T00:35:44.705Z[ host-image] Feb 24 00:35:44.036 INFO O| Feb 24 00:35:44.036 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf does not exist
95232026-02-24T00:35:44.705Z[ host-image] Feb 24 00:35:44.036 INFO O| Feb 24 00:35:44.036 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf ...
95242026-02-24T00:35:44.708Z[ host-image] Feb 24 00:35:44.037 INFO O| Feb 24 00:35:44.037 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf
95252026-02-24T00:35:44.708Z[ host-image] Feb 24 00:35:44.037 INFO O| Feb 24 00:35:44.037 INFO ok!
95262026-02-24T00:35:44.708Z[ host-image] Feb 24 00:35:44.037 INFO O| Feb 24 00:35:44.037 INFO STEP 29 (ensure_file) COMPLETE
95272026-02-24T00:35:44.708Z[ host-image] Feb 24 00:35:44.037 INFO O| Feb 24 00:35:44.037 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
95282026-02-24T00:35:44.713Z[ host-image] Feb 24 00:35:44.045 INFO O| Feb 24 00:35:44.045 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
95292026-02-24T00:35:44.713Z[ host-image] Feb 24 00:35:44.045 INFO O| Feb 24 00:35:44.045 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
95302026-02-24T00:35:44.717Z[ host-image] Feb 24 00:35:44.045 INFO O| Feb 24 00:35:44.045 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
95312026-02-24T00:35:44.717Z[ host-image] Feb 24 00:35:44.045 INFO O| Feb 24 00:35:44.045 INFO STEP 30 (ensure_dir) COMPLETE
95322026-02-24T00:35:44.717Z[ host-image] Feb 24 00:35:44.045 INFO O| Feb 24 00:35:44.045 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
95332026-02-24T00:35:44.723Z[ host-image] Feb 24 00:35:44.054 INFO O| Feb 24 00:35:44.054 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup does not exist
95342026-02-24T00:35:44.723Z[ host-image] Feb 24 00:35:44.054 INFO O| Feb 24 00:35:44.054 INFO copying /work/oxidecomputer/helios/image/templates/files/net-setup.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup ...
95352026-02-24T00:35:44.726Z[ host-image] Feb 24 00:35:44.054 INFO O| Feb 24 00:35:44.054 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
95362026-02-24T00:35:44.726Z[ host-image] Feb 24 00:35:44.054 INFO O| Feb 24 00:35:44.054 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
95372026-02-24T00:35:44.726Z[ host-image] Feb 24 00:35:44.054 INFO O| Feb 24 00:35:44.054 INFO ok!
95382026-02-24T00:35:44.726Z[ host-image] Feb 24 00:35:44.054 INFO O| Feb 24 00:35:44.054 INFO STEP 31 (ensure_file) COMPLETE
95392026-02-24T00:35:44.726Z[ host-image] Feb 24 00:35:44.054 INFO O| Feb 24 00:35:44.054 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
95402026-02-24T00:35:44.731Z[ host-image] Feb 24 00:35:44.062 INFO O| Feb 24 00:35:44.062 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
95412026-02-24T00:35:44.734Z[ host-image] Feb 24 00:35:44.062 INFO O| Feb 24 00:35:44.062 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
95422026-02-24T00:35:44.734Z[ host-image] Feb 24 00:35:44.062 INFO O| Feb 24 00:35:44.062 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
95432026-02-24T00:35:44.734Z[ host-image] Feb 24 00:35:44.062 INFO O| Feb 24 00:35:44.062 INFO STEP 32 (ensure_dir) COMPLETE
95442026-02-24T00:35:44.734Z[ host-image] Feb 24 00:35:44.062 INFO O| Feb 24 00:35:44.062 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
95452026-02-24T00:35:44.740Z[ host-image] Feb 24 00:35:44.070 INFO O| Feb 24 00:35:44.070 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml does not exist
95462026-02-24T00:35:44.743Z[ host-image] Feb 24 00:35:44.070 INFO O| Feb 24 00:35:44.070 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 ...
95472026-02-24T00:35:44.743Z[ host-image] Feb 24 00:35:44.070 INFO O| Feb 24 00:35:44.070 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
95482026-02-24T00:35:44.743Z[ host-image] Feb 24 00:35:44.070 INFO O| Feb 24 00:35:44.070 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml
95492026-02-24T00:35:44.743Z[ host-image] Feb 24 00:35:44.070 INFO O| Feb 24 00:35:44.070 INFO ok!
95502026-02-24T00:35:44.743Z[ host-image] Feb 24 00:35:44.070 INFO O| Feb 24 00:35:44.070 INFO STEP 33 (ensure_file) COMPLETE
95512026-02-24T00:35:44.743Z[ host-image] Feb 24 00:35:44.070 INFO O| Feb 24 00:35:44.070 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
95522026-02-24T00:35:44.748Z[ host-image] Feb 24 00:35:44.079 INFO O| Feb 24 00:35:44.079 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/auto_master does not exist
95532026-02-24T00:35:44.748Z[ host-image] Feb 24 00:35:44.079 INFO O| Feb 24 00:35:44.079 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/sled/zfs/a/etc/auto_master ...
95542026-02-24T00:35:44.751Z[ host-image] Feb 24 00:35:44.079 INFO O| Feb 24 00:35:44.079 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/auto_master
95552026-02-24T00:35:44.751Z[ host-image] Feb 24 00:35:44.079 INFO O| Feb 24 00:35:44.079 INFO ok!
95562026-02-24T00:35:44.751Z[ host-image] Feb 24 00:35:44.079 INFO O| Feb 24 00:35:44.079 INFO STEP 34 (ensure_file) COMPLETE
95572026-02-24T00:35:44.751Z[ host-image] Feb 24 00:35:44.079 INFO O| Feb 24 00:35:44.079 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
95582026-02-24T00:35:44.756Z[ host-image] Feb 24 00:35:44.087 INFO O| Feb 24 00:35:44.087 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
95592026-02-24T00:35:44.756Z[ host-image] Feb 24 00:35:44.087 INFO O| Feb 24 00:35:44.087 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs ...
95602026-02-24T00:35:44.759Z[ host-image] Feb 24 00:35:44.087 INFO O| Feb 24 00:35:44.087 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
95612026-02-24T00:35:44.759Z[ host-image] Feb 24 00:35:44.087 INFO O| Feb 24 00:35:44.087 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
95622026-02-24T00:35:44.759Z[ host-image] Feb 24 00:35:44.087 INFO O| Feb 24 00:35:44.087 INFO ok!
95632026-02-24T00:35:44.759Z[ host-image] Feb 24 00:35:44.087 INFO O| Feb 24 00:35:44.087 INFO STEP 35 (ensure_file) COMPLETE
95642026-02-24T00:35:44.759Z[ host-image] Feb 24 00:35:44.087 INFO O| Feb 24 00:35:44.087 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
95652026-02-24T00:35:44.763Z[ host-image] Feb 24 00:35:44.095 INFO O| Feb 24 00:35:44.095 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/init exists, with wrong contents, unlinking
95662026-02-24T00:35:44.766Z[ host-image] Feb 24 00:35:44.095 INFO O| Feb 24 00:35:44.095 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/sled/zfs/a/etc/default/init ...
95672026-02-24T00:35:44.766Z[ host-image] Feb 24 00:35:44.095 INFO O| Feb 24 00:35:44.095 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/init
95682026-02-24T00:35:44.766Z[ host-image] Feb 24 00:35:44.095 INFO O| Feb 24 00:35:44.095 INFO ok!
95692026-02-24T00:35:44.766Z[ host-image] Feb 24 00:35:44.095 INFO O| Feb 24 00:35:44.095 INFO STEP 36 (ensure_file) COMPLETE
95702026-02-24T00:35:44.766Z[ host-image] Feb 24 00:35:44.095 INFO O| Feb 24 00:35:44.095 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
95712026-02-24T00:35:44.771Z[ host-image] Feb 24 00:35:44.102 INFO O| Feb 24 00:35:44.102 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
95722026-02-24T00:35:44.774Z[ host-image] Feb 24 00:35:44.102 INFO O| Feb 24 00:35:44.102 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config ...
95732026-02-24T00:35:44.774Z[ host-image] Feb 24 00:35:44.102 INFO O| Feb 24 00:35:44.102 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config
95742026-02-24T00:35:44.774Z[ host-image] Feb 24 00:35:44.103 INFO O| Feb 24 00:35:44.102 INFO ok!
95752026-02-24T00:35:44.774Z[ host-image] Feb 24 00:35:44.103 INFO O| Feb 24 00:35:44.102 INFO STEP 37 (ensure_file) COMPLETE
95762026-02-24T00:35:44.774Z[ host-image] Feb 24 00:35:44.103 INFO O| Feb 24 00:35:44.103 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
95772026-02-24T00:35:44.778Z[ host-image] Feb 24 00:35:44.110 INFO O| Feb 24 00:35:44.110 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams does not exist
95782026-02-24T00:35:44.778Z[ host-image] Feb 24 00:35:44.110 INFO O| Feb 24 00:35:44.110 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams ...
95792026-02-24T00:35:44.781Z[ host-image] Feb 24 00:35:44.110 INFO O| Feb 24 00:35:44.110 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
95802026-02-24T00:35:44.781Z[ host-image] Feb 24 00:35:44.110 INFO O| Feb 24 00:35:44.110 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
95812026-02-24T00:35:44.781Z[ host-image] Feb 24 00:35:44.110 INFO O| Feb 24 00:35:44.110 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
95822026-02-24T00:35:44.781Z[ host-image] Feb 24 00:35:44.110 INFO O| Feb 24 00:35:44.110 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
95832026-02-24T00:35:44.781Z[ host-image] Feb 24 00:35:44.110 INFO O| Feb 24 00:35:44.110 INFO ok!
95842026-02-24T00:35:44.781Z[ host-image] Feb 24 00:35:44.110 INFO O| Feb 24 00:35:44.110 INFO STEP 38 (ensure_file) COMPLETE
95852026-02-24T00:35:44.781Z[ host-image] Feb 24 00:35:44.110 INFO O| Feb 24 00:35:44.110 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
95862026-02-24T00:35:44.786Z[ host-image] Feb 24 00:35:44.117 INFO O| Feb 24 00:35:44.117 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
95872026-02-24T00:35:44.789Z[ host-image] Feb 24 00:35:44.118 INFO O| Feb 24 00:35:44.118 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
95882026-02-24T00:35:44.789Z[ host-image] Feb 24 00:35:44.118 INFO O| Feb 24 00:35:44.118 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
95892026-02-24T00:35:44.789Z[ host-image] Feb 24 00:35:44.118 INFO O| Feb 24 00:35:44.118 INFO STEP 39 (ensure_dir) COMPLETE
95902026-02-24T00:35:44.789Z[ host-image] Feb 24 00:35:44.118 INFO O| Feb 24 00:35:44.118 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
95912026-02-24T00:35:44.794Z[ host-image] Feb 24 00:35:44.125 INFO O| Feb 24 00:35:44.125 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
95922026-02-24T00:35:44.794Z[ host-image] Feb 24 00:35:44.125 INFO O| Feb 24 00:35:44.125 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 ...
95932026-02-24T00:35:44.797Z[ host-image] Feb 24 00:35:44.125 INFO O| Feb 24 00:35:44.125 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
95942026-02-24T00:35:44.797Z[ host-image] Feb 24 00:35:44.125 INFO O| Feb 24 00:35:44.125 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
95952026-02-24T00:35:44.797Z[ host-image] Feb 24 00:35:44.125 INFO O| Feb 24 00:35:44.125 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
95962026-02-24T00:35:44.797Z[ host-image] Feb 24 00:35:44.126 INFO O| Feb 24 00:35:44.125 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
95972026-02-24T00:35:44.797Z[ host-image] Feb 24 00:35:44.126 INFO O| Feb 24 00:35:44.125 INFO ok!
95982026-02-24T00:35:44.797Z[ host-image] Feb 24 00:35:44.126 INFO O| Feb 24 00:35:44.125 INFO STEP 40 (ensure_file) COMPLETE
95992026-02-24T00:35:44.797Z[ host-image] Feb 24 00:35:44.126 INFO O| Feb 24 00:35:44.125 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
96002026-02-24T00:35:44.803Z[ host-image] Feb 24 00:35:44.135 INFO O| Feb 24 00:35:44.134 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
96012026-02-24T00:35:44.806Z[ host-image] Feb 24 00:35:44.135 INFO O| Feb 24 00:35:44.134 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 ...
96022026-02-24T00:35:44.806Z[ host-image] Feb 24 00:35:44.135 INFO O| Feb 24 00:35:44.135 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
96032026-02-24T00:35:44.806Z[ host-image] Feb 24 00:35:44.135 INFO O| Feb 24 00:35:44.135 INFO ok!
96042026-02-24T00:35:44.806Z[ host-image] Feb 24 00:35:44.135 INFO O| Feb 24 00:35:44.135 INFO STEP 41 (ensure_symlink) COMPLETE
96052026-02-24T00:35:44.806Z[ host-image] Feb 24 00:35:44.135 INFO O| Feb 24 00:35:44.135 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
96062026-02-24T00:35:44.811Z[ host-image] Feb 24 00:35:44.143 INFO O| Feb 24 00:35:44.142 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo does not exist
96072026-02-24T00:35:44.811Z[ host-image] Feb 24 00:35:44.143 INFO O| Feb 24 00:35:44.142 INFO linking /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
96082026-02-24T00:35:44.814Z[ host-image] Feb 24 00:35:44.143 INFO O| Feb 24 00:35:44.143 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo
96092026-02-24T00:35:44.814Z[ host-image] Feb 24 00:35:44.143 INFO O| Feb 24 00:35:44.143 INFO ok!
96102026-02-24T00:35:44.814Z[ host-image] Feb 24 00:35:44.143 INFO O| Feb 24 00:35:44.143 INFO STEP 42 (ensure_symlink) COMPLETE
96112026-02-24T00:35:44.814Z[ host-image] Feb 24 00:35:44.143 INFO O| Feb 24 00:35:44.143 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
96122026-02-24T00:35:44.820Z[ host-image] Feb 24 00:35:44.151 INFO O| Feb 24 00:35:44.151 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot does not exist
96132026-02-24T00:35:44.820Z[ host-image] Feb 24 00:35:44.151 INFO O| Feb 24 00:35:44.151 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-postboot.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot ...
96142026-02-24T00:35:44.823Z[ host-image] Feb 24 00:35:44.152 INFO O| Feb 24 00:35:44.152 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
96152026-02-24T00:35:44.823Z[ host-image] Feb 24 00:35:44.152 INFO O| Feb 24 00:35:44.152 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
96162026-02-24T00:35:44.823Z[ host-image] Feb 24 00:35:44.152 INFO O| Feb 24 00:35:44.152 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
96172026-02-24T00:35:44.823Z[ host-image] Feb 24 00:35:44.152 INFO O| Feb 24 00:35:44.152 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
96182026-02-24T00:35:44.823Z[ host-image] Feb 24 00:35:44.152 INFO O| Feb 24 00:35:44.152 INFO ok!
96192026-02-24T00:35:44.823Z[ host-image] Feb 24 00:35:44.152 INFO O| Feb 24 00:35:44.152 INFO STEP 43 (ensure_file) COMPLETE
96202026-02-24T00:35:44.823Z[ host-image] Feb 24 00:35:44.152 INFO O| Feb 24 00:35:44.152 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
96212026-02-24T00:35:44.828Z[ host-image] Feb 24 00:35:44.160 INFO O| Feb 24 00:35:44.160 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
96222026-02-24T00:35:44.828Z[ host-image] Feb 24 00:35:44.160 INFO O| Feb 24 00:35:44.160 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 ...
96232026-02-24T00:35:44.832Z[ host-image] Feb 24 00:35:44.161 INFO O| Feb 24 00:35:44.160 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
96242026-02-24T00:35:44.832Z[ host-image] Feb 24 00:35:44.161 INFO O| Feb 24 00:35:44.161 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml
96252026-02-24T00:35:44.832Z[ host-image] Feb 24 00:35:44.161 INFO O| Feb 24 00:35:44.161 INFO ok!
96262026-02-24T00:35:44.832Z[ host-image] Feb 24 00:35:44.161 INFO O| Feb 24 00:35:44.161 INFO STEP 44 (ensure_file) COMPLETE
96272026-02-24T00:35:44.832Z[ host-image] Feb 24 00:35:44.161 INFO O| Feb 24 00:35:44.161 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
96282026-02-24T00:35:44.836Z[ host-image] Feb 24 00:35:44.168 INFO O| Feb 24 00:35:44.168 INFO file /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml does not exist
96292026-02-24T00:35:44.836Z[ host-image] Feb 24 00:35:44.168 INFO O| Feb 24 00:35:44.168 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml ...
96302026-02-24T00:35:44.839Z[ host-image] Feb 24 00:35:44.168 INFO O| Feb 24 00:35:44.168 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml
96312026-02-24T00:35:44.839Z[ host-image] Feb 24 00:35:44.168 INFO O| Feb 24 00:35:44.168 INFO ok!
96322026-02-24T00:35:44.839Z[ host-image] Feb 24 00:35:44.168 INFO O| Feb 24 00:35:44.168 INFO STEP 45 (ensure_file) COMPLETE
96332026-02-24T00:35:44.839Z[ host-image] Feb 24 00:35:44.168 INFO O| Feb 24 00:35:44.168 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
96342026-02-24T00:35:44.844Z[ host-image] Feb 24 00:35:44.176 INFO O| Feb 24 00:35:44.176 INFO updating shadow file
96352026-02-24T00:35:44.847Z[ host-image] Feb 24 00:35:44.176 INFO O| Feb 24 00:35:44.176 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
96362026-02-24T00:35:44.847Z[ host-image] Feb 24 00:35:44.176 INFO O| Feb 24 00:35:44.176 INFO STEP 46 (shadow) COMPLETE
96372026-02-24T00:35:44.847Z[ host-image] Feb 24 00:35:44.176 INFO O| Feb 24 00:35:44.176 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
96382026-02-24T00:35:44.852Z[ host-image] Feb 24 00:35:44.184 INFO O| Feb 24 00:35:44.184 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/login exists, with wrong contents, unlinking
96392026-02-24T00:35:44.852Z[ host-image] Feb 24 00:35:44.184 INFO O| Feb 24 00:35:44.184 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/sled/zfs/a/etc/default/login ...
96402026-02-24T00:35:44.856Z[ host-image] Feb 24 00:35:44.184 INFO O| Feb 24 00:35:44.184 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
96412026-02-24T00:35:44.856Z[ host-image] Feb 24 00:35:44.184 INFO O| Feb 24 00:35:44.184 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
96422026-02-24T00:35:44.856Z[ host-image] Feb 24 00:35:44.184 INFO O| Feb 24 00:35:44.184 INFO ok!
96432026-02-24T00:35:44.856Z[ host-image] Feb 24 00:35:44.184 INFO O| Feb 24 00:35:44.184 INFO STEP 47 (ensure_file) COMPLETE
96442026-02-24T00:35:44.856Z[ host-image] Feb 24 00:35:44.184 INFO O| Feb 24 00:35:44.184 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
96452026-02-24T00:35:44.856Z[ host-image] Feb 24 00:35:44.184 INFO O| Feb 24 00:35:44.184 INFO skip step because feature "mfg" is not enabled
96462026-02-24T00:35:44.856Z[ host-image] Feb 24 00:35:44.184 INFO O| Feb 24 00:35:44.184 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
96472026-02-24T00:35:44.856Z[ host-image] Feb 24 00:35:44.184 INFO O| Feb 24 00:35:44.184 INFO skip step because feature "mfg" is not enabled
96482026-02-24T00:35:44.856Z[ host-image] Feb 24 00:35:44.184 INFO O| Feb 24 00:35:44.184 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
96492026-02-24T00:35:44.861Z[ host-image] Feb 24 00:35:44.193 INFO O| Feb 24 00:35:44.193 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot does not exist
96502026-02-24T00:35:44.861Z[ host-image] Feb 24 00:35:44.193 INFO O| Feb 24 00:35:44.193 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot ...
96512026-02-24T00:35:44.999Z[ host-image] Feb 24 00:35:44.330 INFO O| Feb 24 00:35:44.330 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
96522026-02-24T00:35:44.999Z[ host-image] Feb 24 00:35:44.330 INFO O| Feb 24 00:35:44.330 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
96532026-02-24T00:35:45.002Z[ host-image] Feb 24 00:35:44.330 INFO O| Feb 24 00:35:44.330 INFO ok!
96542026-02-24T00:35:45.002Z[ host-image] Feb 24 00:35:44.330 INFO O| Feb 24 00:35:44.330 INFO STEP 50 (ensure_file) COMPLETE
96552026-02-24T00:35:45.002Z[ host-image] Feb 24 00:35:44.330 INFO O| Feb 24 00:35:44.330 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
96562026-02-24T00:35:45.002Z[ host-image] Feb 24 00:35:44.330 INFO O| Feb 24 00:35:44.330 INFO skip step because feature "compliance" is not enabled
96572026-02-24T00:35:45.003Z[ host-image] Feb 24 00:35:44.330 INFO O| Feb 24 00:35:44.330 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
96582026-02-24T00:35:45.008Z[ host-image] Feb 24 00:35:44.339 INFO O| Feb 24 00:35:44.339 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname does not exist
96592026-02-24T00:35:45.008Z[ host-image] Feb 24 00:35:44.339 INFO O| Feb 24 00:35:44.339 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname ...
96602026-02-24T00:35:45.011Z[ host-image] Feb 24 00:35:44.340 INFO O| Feb 24 00:35:44.340 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
96612026-02-24T00:35:45.011Z[ host-image] Feb 24 00:35:44.340 INFO O| Feb 24 00:35:44.340 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
96622026-02-24T00:35:45.011Z[ host-image] Feb 24 00:35:44.340 INFO O| Feb 24 00:35:44.340 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
96632026-02-24T00:35:45.011Z[ host-image] Feb 24 00:35:44.340 INFO O| Feb 24 00:35:44.340 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
96642026-02-24T00:35:45.011Z[ host-image] Feb 24 00:35:44.340 INFO O| Feb 24 00:35:44.340 INFO ok!
96652026-02-24T00:35:45.011Z[ host-image] Feb 24 00:35:44.340 INFO O| Feb 24 00:35:44.340 INFO STEP 52 (ensure_file) COMPLETE
96662026-02-24T00:35:45.012Z[ host-image] Feb 24 00:35:44.340 INFO O| Feb 24 00:35:44.340 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
96672026-02-24T00:35:45.017Z[ host-image] Feb 24 00:35:44.348 INFO O| Feb 24 00:35:44.348 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
96682026-02-24T00:35:45.017Z[ host-image] Feb 24 00:35:44.348 INFO O| Feb 24 00:35:44.348 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 ...
96692026-02-24T00:35:45.020Z[ host-image] Feb 24 00:35:44.349 INFO O| Feb 24 00:35:44.349 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
96702026-02-24T00:35:45.020Z[ host-image] Feb 24 00:35:44.349 INFO O| Feb 24 00:35:44.349 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
96712026-02-24T00:35:45.020Z[ host-image] Feb 24 00:35:44.349 INFO O| Feb 24 00:35:44.349 INFO ok!
96722026-02-24T00:35:45.020Z[ host-image] Feb 24 00:35:44.349 INFO O| Feb 24 00:35:44.349 INFO STEP 53 (ensure_file) COMPLETE
96732026-02-24T00:35:45.020Z[ host-image] Feb 24 00:35:44.349 INFO O| Feb 24 00:35:44.349 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
96742026-02-24T00:35:45.025Z[ host-image] Feb 24 00:35:44.357 INFO O| Feb 24 00:35:44.357 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen does not exist
96752026-02-24T00:35:45.025Z[ host-image] Feb 24 00:35:44.357 INFO O| Feb 24 00:35:44.357 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 ...
96762026-02-24T00:35:45.028Z[ host-image] Feb 24 00:35:44.357 INFO O| Feb 24 00:35:44.357 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
96772026-02-24T00:35:45.028Z[ host-image] Feb 24 00:35:44.357 INFO O| Feb 24 00:35:44.357 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
96782026-02-24T00:35:45.028Z[ host-image] Feb 24 00:35:44.357 INFO O| Feb 24 00:35:44.357 INFO ok!
96792026-02-24T00:35:45.028Z[ host-image] Feb 24 00:35:44.357 INFO O| Feb 24 00:35:44.357 INFO STEP 54 (ensure_file) COMPLETE
96802026-02-24T00:35:45.028Z[ host-image] Feb 24 00:35:44.357 INFO O| Feb 24 00:35:44.357 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
96812026-02-24T00:35:45.034Z[ host-image] Feb 24 00:35:44.365 INFO O| Feb 24 00:35:44.365 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml does not exist
96822026-02-24T00:35:45.034Z[ host-image] Feb 24 00:35:44.365 INFO O| Feb 24 00:35:44.365 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 ...
96832026-02-24T00:35:45.037Z[ host-image] Feb 24 00:35:44.366 INFO O| Feb 24 00:35:44.366 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
96842026-02-24T00:35:45.037Z[ host-image] Feb 24 00:35:44.366 INFO O| Feb 24 00:35:44.366 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml
96852026-02-24T00:35:45.037Z[ host-image] Feb 24 00:35:44.366 INFO O| Feb 24 00:35:44.366 INFO ok!
96862026-02-24T00:35:45.037Z[ host-image] Feb 24 00:35:44.366 INFO O| Feb 24 00:35:44.366 INFO STEP 55 (ensure_file) COMPLETE
96872026-02-24T00:35:45.037Z[ host-image] Feb 24 00:35:44.366 INFO O| Feb 24 00:35:44.366 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
96882026-02-24T00:35:45.045Z[ host-image] Feb 24 00:35:44.376 INFO O| Feb 24 00:35:44.376 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen does not exist
96892026-02-24T00:35:45.048Z[ host-image] Feb 24 00:35:44.376 INFO O| Feb 24 00:35:44.376 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 ...
96902026-02-24T00:35:45.048Z[ host-image] Feb 24 00:35:44.377 INFO O| Feb 24 00:35:44.377 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
96912026-02-24T00:35:45.048Z[ host-image] Feb 24 00:35:44.377 INFO O| Feb 24 00:35:44.377 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
96922026-02-24T00:35:45.048Z[ host-image] Feb 24 00:35:44.377 INFO O| Feb 24 00:35:44.377 INFO ok!
96932026-02-24T00:35:45.048Z[ host-image] Feb 24 00:35:44.377 INFO O| Feb 24 00:35:44.377 INFO STEP 56 (ensure_file) COMPLETE
96942026-02-24T00:35:45.048Z[ host-image] Feb 24 00:35:44.377 INFO O| Feb 24 00:35:44.377 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
96952026-02-24T00:35:45.056Z[ host-image] Feb 24 00:35:44.388 INFO O| Feb 24 00:35:44.387 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml does not exist
96962026-02-24T00:35:45.056Z[ host-image] Feb 24 00:35:44.388 INFO O| Feb 24 00:35:44.388 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 ...
96972026-02-24T00:35:45.059Z[ host-image] Feb 24 00:35:44.388 INFO O| Feb 24 00:35:44.388 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
96982026-02-24T00:35:45.059Z[ host-image] Feb 24 00:35:44.388 INFO O| Feb 24 00:35:44.388 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml
96992026-02-24T00:35:45.059Z[ host-image] Feb 24 00:35:44.388 INFO O| Feb 24 00:35:44.388 INFO ok!
97002026-02-24T00:35:45.059Z[ host-image] Feb 24 00:35:44.388 INFO O| Feb 24 00:35:44.388 INFO STEP 57 (ensure_file) COMPLETE
97012026-02-24T00:35:45.059Z[ host-image] Feb 24 00:35:44.388 INFO O| Feb 24 00:35:44.388 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
97022026-02-24T00:35:45.066Z[ host-image] Feb 24 00:35:44.398 INFO O| Feb 24 00:35:44.398 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen does not exist
97032026-02-24T00:35:45.066Z[ host-image] Feb 24 00:35:44.398 INFO O| Feb 24 00:35:44.398 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 ...
97042026-02-24T00:35:45.069Z[ host-image] Feb 24 00:35:44.399 INFO O| Feb 24 00:35:44.399 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
97052026-02-24T00:35:45.069Z[ host-image] Feb 24 00:35:44.399 INFO O| Feb 24 00:35:44.399 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
97062026-02-24T00:35:45.069Z[ host-image] Feb 24 00:35:44.399 INFO O| Feb 24 00:35:44.399 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
97072026-02-24T00:35:45.069Z[ host-image] Feb 24 00:35:44.399 INFO O| Feb 24 00:35:44.399 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
97082026-02-24T00:35:45.069Z[ host-image] Feb 24 00:35:44.399 INFO O| Feb 24 00:35:44.399 INFO ok!
97092026-02-24T00:35:45.069Z[ host-image] Feb 24 00:35:44.399 INFO O| Feb 24 00:35:44.399 INFO STEP 58 (ensure_file) COMPLETE
97102026-02-24T00:35:45.069Z[ host-image] Feb 24 00:35:44.399 INFO O| Feb 24 00:35:44.399 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
97112026-02-24T00:35:45.075Z[ host-image] Feb 24 00:35:44.407 INFO O| Feb 24 00:35:44.407 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml does not exist
97122026-02-24T00:35:45.075Z[ host-image] Feb 24 00:35:44.407 INFO O| Feb 24 00:35:44.407 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 ...
97132026-02-24T00:35:45.078Z[ host-image] Feb 24 00:35:44.408 INFO O| Feb 24 00:35:44.408 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
97142026-02-24T00:35:45.078Z[ host-image] Feb 24 00:35:44.408 INFO O| Feb 24 00:35:44.408 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml
97152026-02-24T00:35:45.078Z[ host-image] Feb 24 00:35:44.408 INFO O| Feb 24 00:35:44.408 INFO ok!
97162026-02-24T00:35:45.078Z[ host-image] Feb 24 00:35:44.408 INFO O| Feb 24 00:35:44.408 INFO STEP 59 (ensure_file) COMPLETE
97172026-02-24T00:35:45.078Z[ host-image] Feb 24 00:35:44.408 INFO O| Feb 24 00:35:44.408 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
97182026-02-24T00:35:45.085Z[ host-image] Feb 24 00:35:44.416 INFO O| Feb 24 00:35:44.416 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger does not exist
97192026-02-24T00:35:45.085Z[ host-image] Feb 24 00:35:44.416 INFO O| Feb 24 00:35:44.416 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-pinger.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger ...
97202026-02-24T00:35:45.088Z[ host-image] Feb 24 00:35:44.417 INFO O| Feb 24 00:35:44.417 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
97212026-02-24T00:35:45.088Z[ host-image] Feb 24 00:35:44.417 INFO O| Feb 24 00:35:44.417 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
97222026-02-24T00:35:45.088Z[ host-image] Feb 24 00:35:44.417 INFO O| Feb 24 00:35:44.417 INFO ok!
97232026-02-24T00:35:45.088Z[ host-image] Feb 24 00:35:44.417 INFO O| Feb 24 00:35:44.417 INFO STEP 60 (ensure_file) COMPLETE
97242026-02-24T00:35:45.088Z[ host-image] Feb 24 00:35:44.417 INFO O| Feb 24 00:35:44.417 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
97252026-02-24T00:35:45.094Z[ host-image] Feb 24 00:35:44.425 INFO O| Feb 24 00:35:44.425 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml does not exist
97262026-02-24T00:35:45.094Z[ host-image] Feb 24 00:35:44.425 INFO O| Feb 24 00:35:44.425 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 ...
97272026-02-24T00:35:45.097Z[ host-image] Feb 24 00:35:44.426 INFO O| Feb 24 00:35:44.426 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
97282026-02-24T00:35:45.097Z[ host-image] Feb 24 00:35:44.426 INFO O| Feb 24 00:35:44.426 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml
97292026-02-24T00:35:45.097Z[ host-image] Feb 24 00:35:44.426 INFO O| Feb 24 00:35:44.426 INFO ok!
97302026-02-24T00:35:45.097Z[ host-image] Feb 24 00:35:44.426 INFO O| Feb 24 00:35:44.426 INFO STEP 61 (ensure_file) COMPLETE
97312026-02-24T00:35:45.097Z[ host-image] Feb 24 00:35:44.426 INFO O| Feb 24 00:35:44.426 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
97322026-02-24T00:35:45.103Z[ host-image] Feb 24 00:35:44.434 INFO O| Feb 24 00:35:44.434 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon does not exist
97332026-02-24T00:35:45.103Z[ host-image] Feb 24 00:35:44.434 INFO O| Feb 24 00:35:44.434 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon ...
97342026-02-24T00:35:45.106Z[ host-image] Feb 24 00:35:44.435 INFO O| Feb 24 00:35:44.435 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
97352026-02-24T00:35:45.106Z[ host-image] Feb 24 00:35:44.435 INFO O| Feb 24 00:35:44.435 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
97362026-02-24T00:35:45.106Z[ host-image] Feb 24 00:35:44.435 INFO O| Feb 24 00:35:44.435 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
97372026-02-24T00:35:45.106Z[ host-image] Feb 24 00:35:44.435 INFO O| Feb 24 00:35:44.435 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
97382026-02-24T00:35:45.106Z[ host-image] Feb 24 00:35:44.435 INFO O| Feb 24 00:35:44.435 INFO ok!
97392026-02-24T00:35:45.106Z[ host-image] Feb 24 00:35:44.435 INFO O| Feb 24 00:35:44.435 INFO STEP 62 (ensure_file) COMPLETE
97402026-02-24T00:35:45.106Z[ host-image] Feb 24 00:35:44.435 INFO O| Feb 24 00:35:44.435 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
97412026-02-24T00:35:45.111Z[ host-image] Feb 24 00:35:44.443 INFO O| Feb 24 00:35:44.443 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
97422026-02-24T00:35:45.114Z[ host-image] Feb 24 00:35:44.443 INFO O| Feb 24 00:35:44.443 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 ...
97432026-02-24T00:35:45.114Z[ host-image] Feb 24 00:35:44.444 INFO O| Feb 24 00:35:44.444 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
97442026-02-24T00:35:45.114Z[ host-image] Feb 24 00:35:44.444 INFO O| Feb 24 00:35:44.444 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
97452026-02-24T00:35:45.114Z[ host-image] Feb 24 00:35:44.444 INFO O| Feb 24 00:35:44.444 INFO ok!
97462026-02-24T00:35:45.114Z[ host-image] Feb 24 00:35:44.444 INFO O| Feb 24 00:35:44.444 INFO STEP 63 (ensure_file) COMPLETE
97472026-02-24T00:35:45.114Z[ host-image] Feb 24 00:35:44.444 INFO O| Feb 24 00:35:44.444 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
97482026-02-24T00:35:45.120Z[ host-image] Feb 24 00:35:44.451 INFO O| Feb 24 00:35:44.451 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
97492026-02-24T00:35:45.120Z[ host-image] Feb 24 00:35:44.451 INFO O| Feb 24 00:35:44.451 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 ...
97502026-02-24T00:35:45.123Z[ host-image] Feb 24 00:35:44.452 INFO O| Feb 24 00:35:44.452 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
97512026-02-24T00:35:45.123Z[ host-image] Feb 24 00:35:44.452 INFO O| Feb 24 00:35:44.452 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml
97522026-02-24T00:35:45.123Z[ host-image] Feb 24 00:35:44.452 INFO O| Feb 24 00:35:44.452 INFO ok!
97532026-02-24T00:35:45.123Z[ host-image] Feb 24 00:35:44.452 INFO O| Feb 24 00:35:44.452 INFO STEP 64 (ensure_file) COMPLETE
97542026-02-24T00:35:45.123Z[ host-image] Feb 24 00:35:44.452 INFO O| Feb 24 00:35:44.452 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
97552026-02-24T00:35:45.128Z[ host-image] Feb 24 00:35:44.460 INFO O| Feb 24 00:35:44.459 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
97562026-02-24T00:35:45.128Z[ host-image] Feb 24 00:35:44.460 INFO O| Feb 24 00:35:44.459 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 ...
97572026-02-24T00:35:45.131Z[ host-image] Feb 24 00:35:44.460 INFO O| Feb 24 00:35:44.460 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
97582026-02-24T00:35:45.131Z[ host-image] Feb 24 00:35:44.460 INFO O| Feb 24 00:35:44.460 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml
97592026-02-24T00:35:45.131Z[ host-image] Feb 24 00:35:44.460 INFO O| Feb 24 00:35:44.460 INFO ok!
97602026-02-24T00:35:45.131Z[ host-image] Feb 24 00:35:44.460 INFO O| Feb 24 00:35:44.460 INFO STEP 65 (ensure_file) COMPLETE
97612026-02-24T00:35:45.131Z[ host-image] Feb 24 00:35:44.460 INFO O| Feb 24 00:35:44.460 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
97622026-02-24T00:35:45.131Z[ host-image] Feb 24 00:35:44.460 INFO O| Feb 24 00:35:44.460 INFO skip step because feature "mbist" is not enabled
97632026-02-24T00:35:45.131Z[ host-image] Feb 24 00:35:44.460 INFO O| Feb 24 00:35:44.460 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97642026-02-24T00:35:45.137Z[ host-image] Feb 24 00:35:44.468 INFO O| Feb 24 00:35:44.468 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/opt
97652026-02-24T00:35:45.140Z[ host-image] Feb 24 00:35:44.468 INFO O| Feb 24 00:35:44.468 INFO STEP 67 (ensure_dir) COMPLETE
97662026-02-24T00:35:45.140Z[ host-image] Feb 24 00:35:44.468 INFO O| Feb 24 00:35:44.468 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97672026-02-24T00:35:45.146Z[ host-image] Feb 24 00:35:44.477 INFO O| Feb 24 00:35:44.477 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
97682026-02-24T00:35:45.146Z[ host-image] Feb 24 00:35:44.477 INFO O| Feb 24 00:35:44.477 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
97692026-02-24T00:35:45.146Z[ host-image] Feb 24 00:35:44.477 INFO O| Feb 24 00:35:44.477 INFO STEP 68 (ensure_dir) COMPLETE
97702026-02-24T00:35:45.146Z[ host-image] Feb 24 00:35:44.477 INFO O| Feb 24 00:35:44.477 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97712026-02-24T00:35:45.154Z[ host-image] Feb 24 00:35:44.485 INFO O| Feb 24 00:35:44.485 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
97722026-02-24T00:35:45.154Z[ host-image] Feb 24 00:35:44.485 INFO O| Feb 24 00:35:44.485 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
97732026-02-24T00:35:45.157Z[ host-image] Feb 24 00:35:44.485 INFO O| Feb 24 00:35:44.485 INFO STEP 69 (ensure_dir) COMPLETE
97742026-02-24T00:35:45.157Z[ host-image] Feb 24 00:35:44.485 INFO O| Feb 24 00:35:44.485 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97752026-02-24T00:35:45.162Z[ host-image] Feb 24 00:35:44.494 INFO O| Feb 24 00:35:44.494 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
97762026-02-24T00:35:45.162Z[ host-image] Feb 24 00:35:44.494 INFO O| Feb 24 00:35:44.494 INFO copying /tmp/.tmpE6HfSF/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm ...
97772026-02-24T00:35:45.883Z[ host-image] Feb 24 00:35:45.214 INFO O| Feb 24 00:35:45.214 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm
97782026-02-24T00:35:45.883Z[ host-image] Feb 24 00:35:45.214 INFO O| Feb 24 00:35:45.214 INFO ok!
97792026-02-24T00:35:45.883Z[ host-image] Feb 24 00:35:45.214 INFO O| Feb 24 00:35:45.214 INFO STEP 70 (ensure_file) COMPLETE
97802026-02-24T00:35:45.887Z[ host-image] Feb 24 00:35:45.214 INFO O| Feb 24 00:35:45.214 INFO STEP 71: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97812026-02-24T00:35:45.897Z[ host-image] Feb 24 00:35:45.228 INFO O| Feb 24 00:35:45.228 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
97822026-02-24T00:35:45.900Z[ host-image] Feb 24 00:35:45.228 INFO O| Feb 24 00:35:45.228 INFO copying /tmp/.tmpE6HfSF/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd ...
97832026-02-24T00:35:47.117Z[ host-image] Feb 24 00:35:46.448 INFO O| Feb 24 00:35:46.448 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd
97842026-02-24T00:35:47.117Z[ host-image] Feb 24 00:35:46.448 INFO O| Feb 24 00:35:46.448 INFO ok!
97852026-02-24T00:35:47.117Z[ host-image] Feb 24 00:35:46.448 INFO O| Feb 24 00:35:46.448 INFO STEP 71 (ensure_file) COMPLETE
97862026-02-24T00:35:47.121Z[ host-image] Feb 24 00:35:46.448 INFO O| Feb 24 00:35:46.448 INFO STEP 72: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97872026-02-24T00:35:47.129Z[ host-image] Feb 24 00:35:46.460 INFO O| Feb 24 00:35:46.460 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
97882026-02-24T00:35:47.129Z[ host-image] Feb 24 00:35:46.460 INFO O| Feb 24 00:35:46.460 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
97892026-02-24T00:35:47.132Z[ host-image] Feb 24 00:35:46.460 INFO O| Feb 24 00:35:46.460 INFO STEP 72 (ensure_dir) COMPLETE
97902026-02-24T00:35:47.132Z[ host-image] Feb 24 00:35:46.460 INFO O| Feb 24 00:35:46.460 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97912026-02-24T00:35:47.137Z[ host-image] Feb 24 00:35:46.468 INFO O| Feb 24 00:35:46.468 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
97922026-02-24T00:35:47.140Z[ host-image] Feb 24 00:35:46.468 INFO O| Feb 24 00:35:46.468 INFO copying /tmp/.tmpE6HfSF/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 ...
97932026-02-24T00:35:47.140Z[ host-image] Feb 24 00:35:46.468 INFO O| Feb 24 00:35:46.468 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
97942026-02-24T00:35:47.140Z[ host-image] Feb 24 00:35:46.468 INFO O| Feb 24 00:35:46.468 INFO ok!
97952026-02-24T00:35:47.140Z[ host-image] Feb 24 00:35:46.469 INFO O| Feb 24 00:35:46.468 INFO STEP 73 (ensure_file) COMPLETE
97962026-02-24T00:35:47.140Z[ host-image] Feb 24 00:35:46.469 INFO O| Feb 24 00:35:46.468 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97972026-02-24T00:35:47.146Z[ host-image] Feb 24 00:35:46.477 INFO O| Feb 24 00:35:46.477 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
97982026-02-24T00:35:47.146Z[ host-image] Feb 24 00:35:46.477 INFO O| Feb 24 00:35:46.477 INFO copying /tmp/.tmpE6HfSF/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 ...
97992026-02-24T00:35:47.149Z[ host-image] Feb 24 00:35:46.477 INFO O| Feb 24 00:35:46.477 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
98002026-02-24T00:35:47.149Z[ host-image] Feb 24 00:35:46.477 INFO O| Feb 24 00:35:46.477 INFO ok!
98012026-02-24T00:35:47.149Z[ host-image] Feb 24 00:35:46.477 INFO O| Feb 24 00:35:46.477 INFO STEP 74 (ensure_file) COMPLETE
98022026-02-24T00:35:47.149Z[ host-image] Feb 24 00:35:46.477 INFO O| Feb 24 00:35:46.477 INFO STEP 75: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98032026-02-24T00:35:47.155Z[ host-image] Feb 24 00:35:46.487 INFO O| Feb 24 00:35:46.487 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
98042026-02-24T00:35:47.155Z[ host-image] Feb 24 00:35:46.487 INFO O| Feb 24 00:35:46.487 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
98052026-02-24T00:35:47.158Z[ host-image] Feb 24 00:35:46.487 INFO O| Feb 24 00:35:46.487 INFO STEP 75 (ensure_dir) COMPLETE
98062026-02-24T00:35:47.158Z[ host-image] Feb 24 00:35:46.487 INFO O| Feb 24 00:35:46.487 INFO STEP 76: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98072026-02-24T00:35:47.165Z[ host-image] Feb 24 00:35:46.497 INFO O| Feb 24 00:35:46.496 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
98082026-02-24T00:35:47.168Z[ host-image] Feb 24 00:35:46.497 INFO O| Feb 24 00:35:46.497 INFO copying /tmp/.tmpE6HfSF/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 ...
98092026-02-24T00:35:47.168Z[ host-image] Feb 24 00:35:46.497 INFO O| Feb 24 00:35:46.497 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
98102026-02-24T00:35:47.168Z[ host-image] Feb 24 00:35:46.497 INFO O| Feb 24 00:35:46.497 INFO ok!
98112026-02-24T00:35:47.168Z[ host-image] Feb 24 00:35:46.497 INFO O| Feb 24 00:35:46.497 INFO STEP 76 (ensure_file) COMPLETE
98122026-02-24T00:35:47.168Z[ host-image] Feb 24 00:35:46.497 INFO O| Feb 24 00:35:46.497 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98132026-02-24T00:35:47.177Z[ host-image] Feb 24 00:35:46.508 INFO O| Feb 24 00:35:46.508 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
98142026-02-24T00:35:47.177Z[ host-image] Feb 24 00:35:46.508 INFO O| Feb 24 00:35:46.508 INFO copying /tmp/.tmpE6HfSF/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 ...
98152026-02-24T00:35:47.180Z[ host-image] Feb 24 00:35:46.508 INFO O| Feb 24 00:35:46.508 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
98162026-02-24T00:35:47.180Z[ host-image] Feb 24 00:35:46.508 INFO O| Feb 24 00:35:46.508 INFO ok!
98172026-02-24T00:35:47.180Z[ host-image] Feb 24 00:35:46.508 INFO O| Feb 24 00:35:46.508 INFO STEP 77 (ensure_file) COMPLETE
98182026-02-24T00:35:47.180Z[ host-image] Feb 24 00:35:46.508 INFO O| Feb 24 00:35:46.508 INFO STEP 78: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98192026-02-24T00:35:47.189Z[ host-image] Feb 24 00:35:46.520 INFO O| Feb 24 00:35:46.520 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
98202026-02-24T00:35:47.189Z[ host-image] Feb 24 00:35:46.520 INFO O| Feb 24 00:35:46.520 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
98212026-02-24T00:35:47.192Z[ host-image] Feb 24 00:35:46.520 INFO O| Feb 24 00:35:46.520 INFO STEP 78 (ensure_dir) COMPLETE
98222026-02-24T00:35:47.192Z[ host-image] Feb 24 00:35:46.520 INFO O| Feb 24 00:35:46.520 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98232026-02-24T00:35:47.199Z[ host-image] Feb 24 00:35:46.530 INFO O| Feb 24 00:35:46.530 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
98242026-02-24T00:35:47.202Z[ host-image] Feb 24 00:35:46.530 INFO O| Feb 24 00:35:46.530 INFO copying /tmp/.tmpE6HfSF/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 ...
98252026-02-24T00:35:47.202Z[ host-image] Feb 24 00:35:46.530 INFO O| Feb 24 00:35:46.530 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
98262026-02-24T00:35:47.202Z[ host-image] Feb 24 00:35:46.530 INFO O| Feb 24 00:35:46.530 INFO ok!
98272026-02-24T00:35:47.202Z[ host-image] Feb 24 00:35:46.530 INFO O| Feb 24 00:35:46.530 INFO STEP 79 (ensure_file) COMPLETE
98282026-02-24T00:35:47.202Z[ host-image] Feb 24 00:35:46.530 INFO O| Feb 24 00:35:46.530 INFO STEP 80: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98292026-02-24T00:35:47.207Z[ host-image] Feb 24 00:35:46.538 INFO O| Feb 24 00:35:46.538 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
98302026-02-24T00:35:47.207Z[ host-image] Feb 24 00:35:46.538 INFO O| Feb 24 00:35:46.538 INFO copying /tmp/.tmpE6HfSF/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION ...
98312026-02-24T00:35:47.210Z[ host-image] Feb 24 00:35:46.538 INFO O| Feb 24 00:35:46.538 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION
98322026-02-24T00:35:47.210Z[ host-image] Feb 24 00:35:46.538 INFO O| Feb 24 00:35:46.538 INFO ok!
98332026-02-24T00:35:47.210Z[ host-image] Feb 24 00:35:46.538 INFO O| Feb 24 00:35:46.538 INFO STEP 80 (ensure_file) COMPLETE
98342026-02-24T00:35:47.210Z[ host-image] Feb 24 00:35:46.538 INFO O| Feb 24 00:35:46.538 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98352026-02-24T00:35:47.215Z[ host-image] Feb 24 00:35:46.547 INFO O| Feb 24 00:35:46.547 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
98362026-02-24T00:35:47.216Z[ host-image] Feb 24 00:35:46.547 INFO O| Feb 24 00:35:46.547 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
98372026-02-24T00:35:47.216Z[ host-image] Feb 24 00:35:46.547 INFO O| Feb 24 00:35:46.547 INFO STEP 81 (ensure_dir) COMPLETE
98382026-02-24T00:35:47.218Z[ host-image] Feb 24 00:35:46.547 INFO O| Feb 24 00:35:46.547 INFO STEP 82: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98392026-02-24T00:35:47.223Z[ host-image] Feb 24 00:35:46.555 INFO O| Feb 24 00:35:46.555 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
98402026-02-24T00:35:47.223Z[ host-image] Feb 24 00:35:46.555 INFO O| Feb 24 00:35:46.555 INFO copying /tmp/.tmpE6HfSF/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle ...
98412026-02-24T00:35:48.482Z[ host-image] Feb 24 00:35:47.813 INFO O| Feb 24 00:35:47.812 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle
98422026-02-24T00:35:48.482Z[ host-image] Feb 24 00:35:47.813 INFO O| Feb 24 00:35:47.813 INFO ok!
98432026-02-24T00:35:48.485Z[ host-image] Feb 24 00:35:47.813 INFO O| Feb 24 00:35:47.813 INFO STEP 82 (ensure_file) COMPLETE
98442026-02-24T00:35:48.485Z[ host-image] Feb 24 00:35:47.813 INFO O| Feb 24 00:35:47.813 INFO STEP 83: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98452026-02-24T00:35:48.493Z[ host-image] Feb 24 00:35:47.824 INFO O| Feb 24 00:35:47.824 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor does not exist
98462026-02-24T00:35:48.493Z[ host-image] Feb 24 00:35:47.824 INFO O| Feb 24 00:35:47.824 INFO copying /tmp/.tmpE6HfSF/proto/host/root/opt/oxide/sled-agent/tofino-monitor -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor ...
98472026-02-24T00:35:49.129Z[ host-image] Feb 24 00:35:48.460 INFO O| Feb 24 00:35:48.460 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor
98482026-02-24T00:35:49.129Z[ host-image] Feb 24 00:35:48.460 INFO O| Feb 24 00:35:48.460 INFO ok!
98492026-02-24T00:35:49.129Z[ host-image] Feb 24 00:35:48.460 INFO O| Feb 24 00:35:48.460 INFO STEP 83 (ensure_file) COMPLETE
98502026-02-24T00:35:49.133Z[ host-image] Feb 24 00:35:48.460 INFO O| Feb 24 00:35:48.460 INFO STEP 84: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98512026-02-24T00:35:49.141Z[ host-image] Feb 24 00:35:48.472 INFO O| Feb 24 00:35:48.472 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
98522026-02-24T00:35:49.141Z[ host-image] Feb 24 00:35:48.473 INFO O| Feb 24 00:35:48.472 INFO copying /tmp/.tmpE6HfSF/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent ...
98532026-02-24T00:35:51.765Z[ host-image] Feb 24 00:35:51.096 INFO O| Feb 24 00:35:51.096 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent
98542026-02-24T00:35:51.765Z[ host-image] Feb 24 00:35:51.096 INFO O| Feb 24 00:35:51.096 INFO ok!
98552026-02-24T00:35:51.768Z[ host-image] Feb 24 00:35:51.096 INFO O| Feb 24 00:35:51.096 INFO STEP 84 (ensure_file) COMPLETE
98562026-02-24T00:35:51.768Z[ host-image] Feb 24 00:35:51.096 INFO O| Feb 24 00:35:51.096 INFO STEP 85: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98572026-02-24T00:35:51.774Z[ host-image] Feb 24 00:35:51.105 INFO O| Feb 24 00:35:51.105 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
98582026-02-24T00:35:51.777Z[ host-image] Feb 24 00:35:51.105 INFO O| Feb 24 00:35:51.105 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
98592026-02-24T00:35:51.777Z[ host-image] Feb 24 00:35:51.105 INFO O| Feb 24 00:35:51.105 INFO STEP 85 (ensure_dir) COMPLETE
98602026-02-24T00:35:51.777Z[ host-image] Feb 24 00:35:51.105 INFO O| Feb 24 00:35:51.105 INFO STEP 86: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98612026-02-24T00:35:51.781Z[ host-image] Feb 24 00:35:51.112 INFO O| Feb 24 00:35:51.112 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
98622026-02-24T00:35:51.781Z[ host-image] Feb 24 00:35:51.112 INFO O| Feb 24 00:35:51.112 INFO copying /tmp/.tmpE6HfSF/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 ...
98632026-02-24T00:35:51.784Z[ host-image] Feb 24 00:35:51.112 INFO O| Feb 24 00:35:51.112 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml
98642026-02-24T00:35:51.784Z[ host-image] Feb 24 00:35:51.113 INFO O| Feb 24 00:35:51.112 INFO ok!
98652026-02-24T00:35:51.784Z[ host-image] Feb 24 00:35:51.113 INFO O| Feb 24 00:35:51.112 INFO STEP 86 (ensure_file) COMPLETE
98662026-02-24T00:35:51.784Z[ host-image] Feb 24 00:35:51.113 INFO O| Feb 24 00:35:51.112 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98672026-02-24T00:35:51.789Z[ host-image] Feb 24 00:35:51.120 INFO O| Feb 24 00:35:51.120 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
98682026-02-24T00:35:51.789Z[ host-image] Feb 24 00:35:51.120 INFO O| Feb 24 00:35:51.120 INFO copying /tmp/.tmpE6HfSF/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 ...
98692026-02-24T00:35:51.792Z[ host-image] Feb 24 00:35:51.120 INFO O| Feb 24 00:35:51.120 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md
98702026-02-24T00:35:51.792Z[ host-image] Feb 24 00:35:51.120 INFO O| Feb 24 00:35:51.120 INFO ok!
98712026-02-24T00:35:51.792Z[ host-image] Feb 24 00:35:51.120 INFO O| Feb 24 00:35:51.120 INFO STEP 87 (ensure_file) COMPLETE
98722026-02-24T00:35:51.792Z[ host-image] Feb 24 00:35:51.120 INFO O| Feb 24 00:35:51.120 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98732026-02-24T00:35:51.796Z[ host-image] Feb 24 00:35:51.127 INFO O| Feb 24 00:35:51.127 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION does not exist
98742026-02-24T00:35:51.796Z[ host-image] Feb 24 00:35:51.127 INFO O| Feb 24 00:35:51.127 INFO copying /tmp/.tmpE6HfSF/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION ...
98752026-02-24T00:35:51.799Z[ host-image] Feb 24 00:35:51.127 INFO O| Feb 24 00:35:51.127 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION
98762026-02-24T00:35:51.799Z[ host-image] Feb 24 00:35:51.127 INFO O| Feb 24 00:35:51.127 INFO ok!
98772026-02-24T00:35:51.799Z[ host-image] Feb 24 00:35:51.127 INFO O| Feb 24 00:35:51.127 INFO STEP 88 (ensure_file) COMPLETE
98782026-02-24T00:35:51.799Z[ host-image] Feb 24 00:35:51.127 INFO O| Feb 24 00:35:51.127 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98792026-02-24T00:35:51.805Z[ host-image] Feb 24 00:35:51.136 INFO O| Feb 24 00:35:51.136 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz does not exist
98802026-02-24T00:35:51.808Z[ host-image] Feb 24 00:35:51.136 INFO O| Feb 24 00:35:51.136 INFO copying /tmp/.tmpE6HfSF/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz ...
98812026-02-24T00:35:51.808Z[ host-image] Feb 24 00:35:51.136 INFO O| Feb 24 00:35:51.136 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz
98822026-02-24T00:35:51.808Z[ host-image] Feb 24 00:35:51.136 INFO O| Feb 24 00:35:51.136 INFO ok!
98832026-02-24T00:35:51.808Z[ host-image] Feb 24 00:35:51.136 INFO O| Feb 24 00:35:51.136 INFO STEP 89 (ensure_file) COMPLETE
98842026-02-24T00:35:51.808Z[ host-image] Feb 24 00:35:51.136 INFO O| Feb 24 00:35:51.136 INFO STEP 90: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98852026-02-24T00:35:51.813Z[ host-image] Feb 24 00:35:51.144 INFO O| Feb 24 00:35:51.144 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
98862026-02-24T00:35:51.813Z[ host-image] Feb 24 00:35:51.144 INFO O| Feb 24 00:35:51.144 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
98872026-02-24T00:35:51.815Z[ host-image] Feb 24 00:35:51.144 INFO O| Feb 24 00:35:51.144 INFO STEP 90 (ensure_dir) COMPLETE
98882026-02-24T00:35:51.815Z[ host-image] Feb 24 00:35:51.144 INFO O| Feb 24 00:35:51.144 INFO STEP 91: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98892026-02-24T00:35:51.820Z[ host-image] Feb 24 00:35:51.151 INFO O| Feb 24 00:35:51.151 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog does not exist
98902026-02-24T00:35:51.820Z[ host-image] Feb 24 00:35:51.152 INFO O| Feb 24 00:35:51.151 INFO copying /tmp/.tmpE6HfSF/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog ...
98912026-02-24T00:35:51.824Z[ host-image] Feb 24 00:35:51.155 INFO O| Feb 24 00:35:51.155 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog
98922026-02-24T00:35:51.827Z[ host-image] Feb 24 00:35:51.155 INFO O| Feb 24 00:35:51.155 INFO ok!
98932026-02-24T00:35:51.827Z[ host-image] Feb 24 00:35:51.155 INFO O| Feb 24 00:35:51.155 INFO STEP 91 (ensure_file) COMPLETE
98942026-02-24T00:35:51.827Z[ host-image] Feb 24 00:35:51.155 INFO O| Feb 24 00:35:51.155 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98952026-02-24T00:35:51.833Z[ host-image] Feb 24 00:35:51.164 INFO O| Feb 24 00:35:51.164 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION does not exist
98962026-02-24T00:35:51.836Z[ host-image] Feb 24 00:35:51.164 INFO O| Feb 24 00:35:51.164 INFO copying /tmp/.tmpE6HfSF/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION ...
98972026-02-24T00:35:51.836Z[ host-image] Feb 24 00:35:51.164 INFO O| Feb 24 00:35:51.164 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION
98982026-02-24T00:35:51.836Z[ host-image] Feb 24 00:35:51.164 INFO O| Feb 24 00:35:51.164 INFO ok!
98992026-02-24T00:35:51.836Z[ host-image] Feb 24 00:35:51.164 INFO O| Feb 24 00:35:51.164 INFO STEP 92 (ensure_file) COMPLETE
99002026-02-24T00:35:51.836Z[ host-image] Feb 24 00:35:51.164 INFO O| Feb 24 00:35:51.164 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99012026-02-24T00:35:51.841Z[ host-image] Feb 24 00:35:51.172 INFO O| Feb 24 00:35:51.172 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
99022026-02-24T00:35:51.845Z[ host-image] Feb 24 00:35:51.172 INFO O| Feb 24 00:35:51.172 INFO copying /tmp/.tmpE6HfSF/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz ...
99032026-02-24T00:35:53.083Z[ host-image] Feb 24 00:35:52.414 INFO O| Feb 24 00:35:52.414 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz
99042026-02-24T00:35:53.083Z[ host-image] Feb 24 00:35:52.414 INFO O| Feb 24 00:35:52.414 INFO ok!
99052026-02-24T00:35:53.083Z[ host-image] Feb 24 00:35:52.414 INFO O| Feb 24 00:35:52.414 INFO STEP 93 (ensure_file) COMPLETE
99062026-02-24T00:35:53.087Z[ host-image] Feb 24 00:35:52.414 INFO O| Feb 24 00:35:52.414 INFO STEP 94: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99072026-02-24T00:35:53.094Z[ host-image] Feb 24 00:35:52.425 INFO O| Feb 24 00:35:52.425 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
99082026-02-24T00:35:53.097Z[ host-image] Feb 24 00:35:52.425 INFO O| Feb 24 00:35:52.425 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
99092026-02-24T00:35:53.097Z[ host-image] Feb 24 00:35:52.425 INFO O| Feb 24 00:35:52.425 INFO STEP 94 (ensure_dir) COMPLETE
99102026-02-24T00:35:53.097Z[ host-image] Feb 24 00:35:52.425 INFO O| Feb 24 00:35:52.425 INFO STEP 95: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99112026-02-24T00:35:53.102Z[ host-image] Feb 24 00:35:52.433 INFO O| Feb 24 00:35:52.433 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
99122026-02-24T00:35:53.102Z[ host-image] Feb 24 00:35:52.434 INFO O| Feb 24 00:35:52.433 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
99132026-02-24T00:35:53.105Z[ host-image] Feb 24 00:35:52.434 INFO O| Feb 24 00:35:52.434 INFO STEP 95 (ensure_dir) COMPLETE
99142026-02-24T00:35:53.105Z[ host-image] Feb 24 00:35:52.434 INFO O| Feb 24 00:35:52.434 INFO STEP 96: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99152026-02-24T00:35:53.111Z[ host-image] Feb 24 00:35:52.441 INFO O| Feb 24 00:35:52.441 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
99162026-02-24T00:35:53.114Z[ host-image] Feb 24 00:35:52.441 INFO O| Feb 24 00:35:52.441 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
99172026-02-24T00:35:53.114Z[ host-image] Feb 24 00:35:52.441 INFO O| Feb 24 00:35:52.441 INFO STEP 96 (ensure_dir) COMPLETE
99182026-02-24T00:35:53.114Z[ host-image] Feb 24 00:35:52.441 INFO O| Feb 24 00:35:52.441 INFO STEP 97: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99192026-02-24T00:35:53.119Z[ host-image] Feb 24 00:35:52.450 INFO O| Feb 24 00:35:52.450 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
99202026-02-24T00:35:53.119Z[ host-image] Feb 24 00:35:52.450 INFO O| Feb 24 00:35:52.450 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
99212026-02-24T00:35:53.122Z[ host-image] Feb 24 00:35:52.450 INFO O| Feb 24 00:35:52.450 INFO STEP 97 (ensure_dir) COMPLETE
99222026-02-24T00:35:53.122Z[ host-image] Feb 24 00:35:52.450 INFO O| Feb 24 00:35:52.450 INFO STEP 98: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99232026-02-24T00:35:53.128Z[ host-image] Feb 24 00:35:52.459 INFO O| Feb 24 00:35:52.459 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
99242026-02-24T00:35:53.128Z[ host-image] Feb 24 00:35:52.460 INFO O| Feb 24 00:35:52.460 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
99252026-02-24T00:35:53.131Z[ host-image] Feb 24 00:35:52.460 INFO O| Feb 24 00:35:52.460 INFO STEP 98 (ensure_dir) COMPLETE
99262026-02-24T00:35:53.132Z[ host-image] Feb 24 00:35:52.460 INFO O| Feb 24 00:35:52.460 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99272026-02-24T00:35:53.137Z[ host-image] Feb 24 00:35:52.468 INFO O| Feb 24 00:35:52.468 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
99282026-02-24T00:35:53.140Z[ host-image] Feb 24 00:35:52.468 INFO O| Feb 24 00:35:52.468 INFO copying /tmp/.tmpE6HfSF/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 ...
99292026-02-24T00:35:53.140Z[ host-image] Feb 24 00:35:52.468 INFO O| Feb 24 00:35:52.468 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
99302026-02-24T00:35:53.140Z[ host-image] Feb 24 00:35:52.468 INFO O| Feb 24 00:35:52.468 INFO ok!
99312026-02-24T00:35:53.140Z[ host-image] Feb 24 00:35:52.468 INFO O| Feb 24 00:35:52.468 INFO STEP 99 (ensure_file) COMPLETE
99322026-02-24T00:35:53.140Z[ host-image] Feb 24 00:35:52.468 INFO O| Feb 24 00:35:52.468 INFO STEP 100: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99332026-02-24T00:35:53.146Z[ host-image] Feb 24 00:35:52.477 INFO O| Feb 24 00:35:52.477 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
99342026-02-24T00:35:53.146Z[ host-image] Feb 24 00:35:52.477 INFO O| Feb 24 00:35:52.477 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
99352026-02-24T00:35:53.149Z[ host-image] Feb 24 00:35:52.477 INFO O| Feb 24 00:35:52.477 INFO STEP 100 (ensure_dir) COMPLETE
99362026-02-24T00:35:53.149Z[ host-image] Feb 24 00:35:52.478 INFO O| Feb 24 00:35:52.477 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99372026-02-24T00:35:53.155Z[ host-image] Feb 24 00:35:52.486 INFO O| Feb 24 00:35:52.486 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
99382026-02-24T00:35:53.158Z[ host-image] Feb 24 00:35:52.486 INFO O| Feb 24 00:35:52.486 INFO copying /tmp/.tmpE6HfSF/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
99392026-02-24T00:35:53.176Z[ host-image] Feb 24 00:35:52.507 INFO O| Feb 24 00:35:52.507 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind
99402026-02-24T00:35:53.176Z[ host-image] Feb 24 00:35:52.507 INFO O| Feb 24 00:35:52.507 INFO ok!
99412026-02-24T00:35:53.179Z[ host-image] Feb 24 00:35:52.507 INFO O| Feb 24 00:35:52.507 INFO STEP 101 (ensure_file) COMPLETE
99422026-02-24T00:35:53.179Z[ host-image] Feb 24 00:35:52.507 INFO O| Feb 24 00:35:52.507 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99432026-02-24T00:35:53.185Z[ host-image] Feb 24 00:35:52.516 INFO O| Feb 24 00:35:52.516 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
99442026-02-24T00:35:53.188Z[ host-image] Feb 24 00:35:52.516 INFO O| Feb 24 00:35:52.516 INFO copying /tmp/.tmpE6HfSF/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
99452026-02-24T00:35:53.188Z[ host-image] Feb 24 00:35:52.516 INFO O| Feb 24 00:35:52.516 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
99462026-02-24T00:35:53.188Z[ host-image] Feb 24 00:35:52.516 INFO O| Feb 24 00:35:52.516 INFO ok!
99472026-02-24T00:35:53.188Z[ host-image] Feb 24 00:35:52.516 INFO O| Feb 24 00:35:52.516 INFO STEP 102 (ensure_file) COMPLETE
99482026-02-24T00:35:53.188Z[ host-image] Feb 24 00:35:52.516 INFO O| Feb 24 00:35:52.516 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99492026-02-24T00:35:53.194Z[ host-image] Feb 24 00:35:52.525 INFO O| Feb 24 00:35:52.524 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
99502026-02-24T00:35:53.198Z[ host-image] Feb 24 00:35:52.525 INFO O| Feb 24 00:35:52.525 INFO copying /tmp/.tmpE6HfSF/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
99512026-02-24T00:35:53.650Z[ host-image] Feb 24 00:35:52.981 INFO O| Feb 24 00:35:52.981 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
99522026-02-24T00:35:53.650Z[ host-image] Feb 24 00:35:52.981 INFO O| Feb 24 00:35:52.981 INFO ok!
99532026-02-24T00:35:53.654Z[ host-image] Feb 24 00:35:52.981 INFO O| Feb 24 00:35:52.981 INFO STEP 103 (ensure_file) COMPLETE
99542026-02-24T00:35:53.654Z[ host-image] Feb 24 00:35:52.981 INFO O| Feb 24 00:35:52.981 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99552026-02-24T00:35:53.661Z[ host-image] Feb 24 00:35:52.992 INFO O| Feb 24 00:35:52.992 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION does not exist
99562026-02-24T00:35:53.661Z[ host-image] Feb 24 00:35:52.992 INFO O| Feb 24 00:35:52.992 INFO copying /tmp/.tmpE6HfSF/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION ...
99572026-02-24T00:35:53.663Z[ host-image] Feb 24 00:35:52.992 INFO O| Feb 24 00:35:52.992 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION
99582026-02-24T00:35:53.664Z[ host-image] Feb 24 00:35:52.992 INFO O| Feb 24 00:35:52.992 INFO ok!
99592026-02-24T00:35:53.664Z[ host-image] Feb 24 00:35:52.992 INFO O| Feb 24 00:35:52.992 INFO STEP 104 (ensure_file) COMPLETE
99602026-02-24T00:35:53.664Z[ host-image] Feb 24 00:35:52.992 INFO O| Feb 24 00:35:52.992 INFO STEP 105: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99612026-02-24T00:35:53.671Z[ host-image] Feb 24 00:35:53.002 INFO O| Feb 24 00:35:53.002 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
99622026-02-24T00:35:53.671Z[ host-image] Feb 24 00:35:53.002 INFO O| Feb 24 00:35:53.002 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
99632026-02-24T00:35:53.671Z[ host-image] Feb 24 00:35:53.002 INFO O| Feb 24 00:35:53.002 INFO STEP 105 (ensure_dir) COMPLETE
99642026-02-24T00:35:53.671Z[ host-image] Feb 24 00:35:53.002 INFO O| Feb 24 00:35:53.002 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99652026-02-24T00:35:53.680Z[ host-image] Feb 24 00:35:53.011 INFO O| Feb 24 00:35:53.011 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw does not exist
99662026-02-24T00:35:53.680Z[ host-image] Feb 24 00:35:53.011 INFO O| Feb 24 00:35:53.011 INFO copying /tmp/.tmpE6HfSF/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 ...
99672026-02-24T00:35:54.201Z[ host-image] Feb 24 00:35:53.532 INFO O| Feb 24 00:35:53.531 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw
99682026-02-24T00:35:54.201Z[ host-image] Feb 24 00:35:53.532 INFO O| Feb 24 00:35:53.532 INFO ok!
99692026-02-24T00:35:54.204Z[ host-image] Feb 24 00:35:53.532 INFO O| Feb 24 00:35:53.532 INFO STEP 106 (ensure_file) COMPLETE
99702026-02-24T00:35:54.204Z[ host-image] Feb 24 00:35:53.532 INFO O| Feb 24 00:35:53.532 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99712026-02-24T00:35:54.210Z[ host-image] Feb 24 00:35:53.541 INFO O| Feb 24 00:35:53.541 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d does not exist
99722026-02-24T00:35:54.213Z[ host-image] Feb 24 00:35:53.541 INFO O| Feb 24 00:35:53.541 INFO copying /tmp/.tmpE6HfSF/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 ...
99732026-02-24T00:35:54.214Z[ host-image] Feb 24 00:35:53.541 INFO O| Feb 24 00:35:53.541 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d
99742026-02-24T00:35:54.214Z[ host-image] Feb 24 00:35:53.541 INFO O| Feb 24 00:35:53.541 INFO ok!
99752026-02-24T00:35:54.214Z[ host-image] Feb 24 00:35:53.541 INFO O| Feb 24 00:35:53.541 INFO STEP 107 (ensure_file) COMPLETE
99762026-02-24T00:35:54.214Z[ host-image] Feb 24 00:35:53.541 INFO O| Feb 24 00:35:53.541 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99772026-02-24T00:35:54.218Z[ host-image] Feb 24 00:35:53.549 INFO O| Feb 24 00:35:53.549 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d does not exist
99782026-02-24T00:35:54.218Z[ host-image] Feb 24 00:35:53.549 INFO O| Feb 24 00:35:53.549 INFO copying /tmp/.tmpE6HfSF/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 ...
99792026-02-24T00:35:54.222Z[ host-image] Feb 24 00:35:53.549 INFO O| Feb 24 00:35:53.549 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d
99802026-02-24T00:35:54.222Z[ host-image] Feb 24 00:35:53.550 INFO O| Feb 24 00:35:53.549 INFO ok!
99812026-02-24T00:35:54.222Z[ host-image] Feb 24 00:35:53.550 INFO O| Feb 24 00:35:53.549 INFO STEP 108 (ensure_file) COMPLETE
99822026-02-24T00:35:54.222Z[ host-image] Feb 24 00:35:53.550 INFO O| Feb 24 00:35:53.550 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99832026-02-24T00:35:54.226Z[ host-image] Feb 24 00:35:53.557 INFO O| Feb 24 00:35:53.557 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d does not exist
99842026-02-24T00:35:54.226Z[ host-image] Feb 24 00:35:53.557 INFO O| Feb 24 00:35:53.557 INFO copying /tmp/.tmpE6HfSF/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 ...
99852026-02-24T00:35:54.231Z[ host-image] Feb 24 00:35:53.558 INFO O| Feb 24 00:35:53.557 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d
99862026-02-24T00:35:54.231Z[ host-image] Feb 24 00:35:53.558 INFO O| Feb 24 00:35:53.557 INFO ok!
99872026-02-24T00:35:54.231Z[ host-image] Feb 24 00:35:53.558 INFO O| Feb 24 00:35:53.557 INFO STEP 109 (ensure_file) COMPLETE
99882026-02-24T00:35:54.231Z[ host-image] Feb 24 00:35:53.558 INFO O| Feb 24 00:35:53.558 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99892026-02-24T00:35:54.236Z[ host-image] Feb 24 00:35:53.567 INFO O| Feb 24 00:35:53.567 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d does not exist
99902026-02-24T00:35:54.239Z[ host-image] Feb 24 00:35:53.567 INFO O| Feb 24 00:35:53.567 INFO copying /tmp/.tmpE6HfSF/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 ...
99912026-02-24T00:35:54.239Z[ host-image] Feb 24 00:35:53.568 INFO O| Feb 24 00:35:53.568 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d
99922026-02-24T00:35:54.239Z[ host-image] Feb 24 00:35:53.568 INFO O| Feb 24 00:35:53.568 INFO ok!
99932026-02-24T00:35:54.239Z[ host-image] Feb 24 00:35:53.568 INFO O| Feb 24 00:35:53.568 INFO STEP 110 (ensure_file) COMPLETE
99942026-02-24T00:35:54.239Z[ host-image] Feb 24 00:35:53.568 INFO O| Feb 24 00:35:53.568 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
99952026-02-24T00:35:54.246Z[ host-image] Feb 24 00:35:53.577 INFO O| Feb 24 00:35:53.577 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d does not exist
99962026-02-24T00:35:54.246Z[ host-image] Feb 24 00:35:53.577 INFO O| Feb 24 00:35:53.577 INFO copying /tmp/.tmpE6HfSF/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 ...
99972026-02-24T00:35:54.249Z[ host-image] Feb 24 00:35:53.577 INFO O| Feb 24 00:35:53.577 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d
99982026-02-24T00:35:54.249Z[ host-image] Feb 24 00:35:53.577 INFO O| Feb 24 00:35:53.577 INFO ok!
99992026-02-24T00:35:54.249Z[ host-image] Feb 24 00:35:53.577 INFO O| Feb 24 00:35:53.577 INFO STEP 111 (ensure_file) COMPLETE
100002026-02-24T00:35:54.249Z[ host-image] Feb 24 00:35:53.577 INFO O| Feb 24 00:35:53.577 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100012026-02-24T00:35:54.253Z[ host-image] Feb 24 00:35:53.585 INFO O| Feb 24 00:35:53.585 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d does not exist
100022026-02-24T00:35:54.256Z[ host-image] Feb 24 00:35:53.585 INFO O| Feb 24 00:35:53.585 INFO copying /tmp/.tmpE6HfSF/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 ...
100032026-02-24T00:35:54.256Z[ host-image] Feb 24 00:35:53.585 INFO O| Feb 24 00:35:53.585 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d
100042026-02-24T00:35:54.256Z[ host-image] Feb 24 00:35:53.585 INFO O| Feb 24 00:35:53.585 INFO ok!
100052026-02-24T00:35:54.257Z[ host-image] Feb 24 00:35:53.585 INFO O| Feb 24 00:35:53.585 INFO STEP 112 (ensure_file) COMPLETE
100062026-02-24T00:35:54.257Z[ host-image] Feb 24 00:35:53.585 INFO O| Feb 24 00:35:53.585 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100072026-02-24T00:35:54.264Z[ host-image] Feb 24 00:35:53.595 INFO O| Feb 24 00:35:53.595 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d does not exist
100082026-02-24T00:35:54.264Z[ host-image] Feb 24 00:35:53.595 INFO O| Feb 24 00:35:53.595 INFO copying /tmp/.tmpE6HfSF/proto/host/root/opt/oxide/crucible_utils/tracegw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d ...
100092026-02-24T00:35:54.267Z[ host-image] Feb 24 00:35:53.595 INFO O| Feb 24 00:35:53.595 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d
100102026-02-24T00:35:54.267Z[ host-image] Feb 24 00:35:53.595 INFO O| Feb 24 00:35:53.595 INFO ok!
100112026-02-24T00:35:54.267Z[ host-image] Feb 24 00:35:53.595 INFO O| Feb 24 00:35:53.595 INFO STEP 113 (ensure_file) COMPLETE
100122026-02-24T00:35:54.267Z[ host-image] Feb 24 00:35:53.595 INFO O| Feb 24 00:35:53.595 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100132026-02-24T00:35:54.273Z[ host-image] Feb 24 00:35:53.604 INFO O| Feb 24 00:35:53.604 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d does not exist
100142026-02-24T00:35:54.273Z[ host-image] Feb 24 00:35:53.604 INFO O| Feb 24 00:35:53.604 INFO copying /tmp/.tmpE6HfSF/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 ...
100152026-02-24T00:35:54.275Z[ host-image] Feb 24 00:35:53.604 INFO O| Feb 24 00:35:53.604 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d
100162026-02-24T00:35:54.276Z[ host-image] Feb 24 00:35:53.604 INFO O| Feb 24 00:35:53.604 INFO ok!
100172026-02-24T00:35:54.276Z[ host-image] Feb 24 00:35:53.604 INFO O| Feb 24 00:35:53.604 INFO STEP 114 (ensure_file) COMPLETE
100182026-02-24T00:35:54.276Z[ host-image] Feb 24 00:35:53.604 INFO O| Feb 24 00:35:53.604 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100192026-02-24T00:35:54.280Z[ host-image] Feb 24 00:35:53.611 INFO O| Feb 24 00:35:53.611 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d does not exist
100202026-02-24T00:35:54.280Z[ host-image] Feb 24 00:35:53.611 INFO O| Feb 24 00:35:53.611 INFO copying /tmp/.tmpE6HfSF/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 ...
100212026-02-24T00:35:54.284Z[ host-image] Feb 24 00:35:53.611 INFO O| Feb 24 00:35:53.611 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d
100222026-02-24T00:35:54.284Z[ host-image] Feb 24 00:35:53.611 INFO O| Feb 24 00:35:53.611 INFO ok!
100232026-02-24T00:35:54.284Z[ host-image] Feb 24 00:35:53.611 INFO O| Feb 24 00:35:53.611 INFO STEP 115 (ensure_file) COMPLETE
100242026-02-24T00:35:54.284Z[ host-image] Feb 24 00:35:53.611 INFO O| Feb 24 00:35:53.611 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100252026-02-24T00:35:54.288Z[ host-image] Feb 24 00:35:53.619 INFO O| Feb 24 00:35:53.619 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d does not exist
100262026-02-24T00:35:54.288Z[ host-image] Feb 24 00:35:53.619 INFO O| Feb 24 00:35:53.619 INFO copying /tmp/.tmpE6HfSF/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 ...
100272026-02-24T00:35:54.291Z[ host-image] Feb 24 00:35:53.619 INFO O| Feb 24 00:35:53.619 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d
100282026-02-24T00:35:54.291Z[ host-image] Feb 24 00:35:53.619 INFO O| Feb 24 00:35:53.619 INFO ok!
100292026-02-24T00:35:54.291Z[ host-image] Feb 24 00:35:53.619 INFO O| Feb 24 00:35:53.619 INFO STEP 116 (ensure_file) COMPLETE
100302026-02-24T00:35:54.291Z[ host-image] Feb 24 00:35:53.619 INFO O| Feb 24 00:35:53.619 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100312026-02-24T00:35:54.297Z[ host-image] Feb 24 00:35:53.628 INFO O| Feb 24 00:35:53.628 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d does not exist
100322026-02-24T00:35:54.300Z[ host-image] Feb 24 00:35:53.628 INFO O| Feb 24 00:35:53.628 INFO copying /tmp/.tmpE6HfSF/proto/host/root/opt/oxide/crucible_utils/perfgw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d ...
100332026-02-24T00:35:54.300Z[ host-image] Feb 24 00:35:53.628 INFO O| Feb 24 00:35:53.628 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d
100342026-02-24T00:35:54.300Z[ host-image] Feb 24 00:35:53.628 INFO O| Feb 24 00:35:53.628 INFO ok!
100352026-02-24T00:35:54.300Z[ host-image] Feb 24 00:35:53.628 INFO O| Feb 24 00:35:53.628 INFO STEP 117 (ensure_file) COMPLETE
100362026-02-24T00:35:54.300Z[ host-image] Feb 24 00:35:53.628 INFO O| Feb 24 00:35:53.628 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100372026-02-24T00:35:54.305Z[ host-image] Feb 24 00:35:53.636 INFO O| Feb 24 00:35:53.636 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d does not exist
100382026-02-24T00:35:54.305Z[ host-image] Feb 24 00:35:53.636 INFO O| Feb 24 00:35:53.636 INFO copying /tmp/.tmpE6HfSF/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 ...
100392026-02-24T00:35:54.307Z[ host-image] Feb 24 00:35:53.636 INFO O| Feb 24 00:35:53.636 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d
100402026-02-24T00:35:54.307Z[ host-image] Feb 24 00:35:53.636 INFO O| Feb 24 00:35:53.636 INFO ok!
100412026-02-24T00:35:54.307Z[ host-image] Feb 24 00:35:53.636 INFO O| Feb 24 00:35:53.636 INFO STEP 118 (ensure_file) COMPLETE
100422026-02-24T00:35:54.307Z[ host-image] Feb 24 00:35:53.636 INFO O| Feb 24 00:35:53.636 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100432026-02-24T00:35:54.313Z[ host-image] Feb 24 00:35:53.645 INFO O| Feb 24 00:35:53.644 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d does not exist
100442026-02-24T00:35:54.316Z[ host-image] Feb 24 00:35:53.645 INFO O| Feb 24 00:35:53.644 INFO copying /tmp/.tmpE6HfSF/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 ...
100452026-02-24T00:35:54.316Z[ host-image] Feb 24 00:35:53.645 INFO O| Feb 24 00:35:53.645 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d
100462026-02-24T00:35:54.317Z[ host-image] Feb 24 00:35:53.645 INFO O| Feb 24 00:35:53.645 INFO ok!
100472026-02-24T00:35:54.317Z[ host-image] Feb 24 00:35:53.645 INFO O| Feb 24 00:35:53.645 INFO STEP 119 (ensure_file) COMPLETE
100482026-02-24T00:35:54.317Z[ host-image] Feb 24 00:35:53.645 INFO O| Feb 24 00:35:53.645 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100492026-02-24T00:35:54.322Z[ host-image] Feb 24 00:35:53.652 INFO O| Feb 24 00:35:53.652 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d does not exist
100502026-02-24T00:35:54.322Z[ host-image] Feb 24 00:35:53.652 INFO O| Feb 24 00:35:53.652 INFO copying /tmp/.tmpE6HfSF/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 ...
100512026-02-24T00:35:54.325Z[ host-image] Feb 24 00:35:53.652 INFO O| Feb 24 00:35:53.652 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d
100522026-02-24T00:35:54.325Z[ host-image] Feb 24 00:35:53.652 INFO O| Feb 24 00:35:53.652 INFO ok!
100532026-02-24T00:35:54.325Z[ host-image] Feb 24 00:35:53.652 INFO O| Feb 24 00:35:53.652 INFO STEP 120 (ensure_file) COMPLETE
100542026-02-24T00:35:54.325Z[ host-image] Feb 24 00:35:53.652 INFO O| Feb 24 00:35:53.652 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100552026-02-24T00:35:54.360Z[ host-image] Feb 24 00:35:53.691 INFO O| Feb 24 00:35:53.666 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d does not exist
100562026-02-24T00:35:54.363Z[ host-image] Feb 24 00:35:53.691 INFO O| Feb 24 00:35:53.666 INFO copying /tmp/.tmpE6HfSF/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 ...
100572026-02-24T00:35:54.363Z[ host-image] Feb 24 00:35:53.691 INFO O| Feb 24 00:35:53.666 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d
100582026-02-24T00:35:54.363Z[ host-image] Feb 24 00:35:53.691 INFO O| Feb 24 00:35:53.666 INFO ok!
100592026-02-24T00:35:54.363Z[ host-image] Feb 24 00:35:53.691 INFO O| Feb 24 00:35:53.666 INFO STEP 121 (ensure_file) COMPLETE
100602026-02-24T00:35:54.363Z[ host-image] Feb 24 00:35:53.691 INFO O| Feb 24 00:35:53.666 INFO STEP 122: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100612026-02-24T00:35:54.375Z[ host-image] Feb 24 00:35:53.703 INFO O| Feb 24 00:35:53.702 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d does not exist
100622026-02-24T00:35:54.380Z[ host-image] Feb 24 00:35:53.703 INFO O| Feb 24 00:35:53.702 INFO copying /tmp/.tmpE6HfSF/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 ...
100632026-02-24T00:35:54.380Z[ host-image] Feb 24 00:35:53.703 INFO O| Feb 24 00:35:53.702 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d
100642026-02-24T00:35:54.380Z[ host-image] Feb 24 00:35:53.703 INFO O| Feb 24 00:35:53.702 INFO ok!
100652026-02-24T00:35:54.380Z[ host-image] Feb 24 00:35:53.703 INFO O| Feb 24 00:35:53.702 INFO STEP 122 (ensure_file) COMPLETE
100662026-02-24T00:35:54.380Z[ host-image] Feb 24 00:35:53.703 INFO O| Feb 24 00:35:53.702 INFO STEP 123: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100672026-02-24T00:35:54.389Z[ host-image] Feb 24 00:35:53.716 INFO O| Feb 24 00:35:53.715 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d does not exist
100682026-02-24T00:35:54.389Z[ host-image] Feb 24 00:35:53.716 INFO O| Feb 24 00:35:53.715 INFO copying /tmp/.tmpE6HfSF/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 ...
100692026-02-24T00:35:54.389Z[ host-image] Feb 24 00:35:53.716 INFO O| Feb 24 00:35:53.715 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d
100702026-02-24T00:35:54.424Z[ host-image] Feb 24 00:35:53.716 INFO O| Feb 24 00:35:53.715 INFO ok!
100712026-02-24T00:35:54.424Z[ host-image] Feb 24 00:35:53.716 INFO O| Feb 24 00:35:53.715 INFO STEP 123 (ensure_file) COMPLETE
100722026-02-24T00:35:54.424Z[ host-image] Feb 24 00:35:53.716 INFO O| Feb 24 00:35:53.715 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100732026-02-24T00:35:54.427Z[ host-image] Feb 24 00:35:53.728 INFO O| Feb 24 00:35:53.726 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d does not exist
100742026-02-24T00:35:54.427Z[ host-image] Feb 24 00:35:53.728 INFO O| Feb 24 00:35:53.726 INFO copying /tmp/.tmpE6HfSF/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 ...
100752026-02-24T00:35:54.427Z[ host-image] Feb 24 00:35:53.728 INFO O| Feb 24 00:35:53.726 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d
100762026-02-24T00:35:54.427Z[ host-image] Feb 24 00:35:53.728 INFO O| Feb 24 00:35:53.726 INFO ok!
100772026-02-24T00:35:54.427Z[ host-image] Feb 24 00:35:53.728 INFO O| Feb 24 00:35:53.726 INFO STEP 124 (ensure_file) COMPLETE
100782026-02-24T00:35:54.427Z[ host-image] Feb 24 00:35:53.728 INFO O| Feb 24 00:35:53.726 INFO STEP 125: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100792026-02-24T00:35:54.427Z[ host-image] Feb 24 00:35:53.739 INFO O| Feb 24 00:35:53.737 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d does not exist
100802026-02-24T00:35:54.427Z[ host-image] Feb 24 00:35:53.739 INFO O| Feb 24 00:35:53.737 INFO copying /tmp/.tmpE6HfSF/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 ...
100812026-02-24T00:35:54.427Z[ host-image] Feb 24 00:35:53.739 INFO O| Feb 24 00:35:53.738 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d
100822026-02-24T00:35:54.427Z[ host-image] Feb 24 00:35:53.739 INFO O| Feb 24 00:35:53.738 INFO ok!
100832026-02-24T00:35:54.427Z[ host-image] Feb 24 00:35:53.739 INFO O| Feb 24 00:35:53.738 INFO STEP 125 (ensure_file) COMPLETE
100842026-02-24T00:35:54.427Z[ host-image] Feb 24 00:35:53.739 INFO O| Feb 24 00:35:53.738 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100852026-02-24T00:35:54.427Z[ host-image] Feb 24 00:35:53.751 INFO O| Feb 24 00:35:53.750 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d does not exist
100862026-02-24T00:35:54.427Z[ host-image] Feb 24 00:35:53.751 INFO O| Feb 24 00:35:53.750 INFO copying /tmp/.tmpE6HfSF/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 ...
100872026-02-24T00:35:54.427Z[ host-image] Feb 24 00:35:53.751 INFO O| Feb 24 00:35:53.750 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d
100882026-02-24T00:35:54.427Z[ host-image] Feb 24 00:35:53.751 INFO O| Feb 24 00:35:53.750 INFO ok!
100892026-02-24T00:35:54.427Z[ host-image] Feb 24 00:35:53.751 INFO O| Feb 24 00:35:53.750 INFO STEP 126 (ensure_file) COMPLETE
100902026-02-24T00:35:54.427Z[ host-image] Feb 24 00:35:53.751 INFO O| Feb 24 00:35:53.750 INFO STEP 127: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100912026-02-24T00:35:54.438Z[ host-image] Feb 24 00:35:53.765 INFO O| Feb 24 00:35:53.763 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d does not exist
100922026-02-24T00:35:54.438Z[ host-image] Feb 24 00:35:53.765 INFO O| Feb 24 00:35:53.763 INFO copying /tmp/.tmpE6HfSF/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 ...
100932026-02-24T00:35:54.438Z[ host-image] Feb 24 00:35:53.765 INFO O| Feb 24 00:35:53.763 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d
100942026-02-24T00:35:54.438Z[ host-image] Feb 24 00:35:53.765 INFO O| Feb 24 00:35:53.763 INFO ok!
100952026-02-24T00:35:54.438Z[ host-image] Feb 24 00:35:53.765 INFO O| Feb 24 00:35:53.763 INFO STEP 127 (ensure_file) COMPLETE
100962026-02-24T00:35:54.438Z[ host-image] Feb 24 00:35:53.765 INFO O| Feb 24 00:35:53.763 INFO STEP 128: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100972026-02-24T00:35:54.451Z[ host-image] Feb 24 00:35:53.777 INFO O| Feb 24 00:35:53.775 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh does not exist
100982026-02-24T00:35:54.454Z[ host-image] Feb 24 00:35:53.777 INFO O| Feb 24 00:35:53.775 INFO copying /tmp/.tmpE6HfSF/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 ...
100992026-02-24T00:35:54.454Z[ host-image] Feb 24 00:35:53.777 INFO O| Feb 24 00:35:53.775 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh
101002026-02-24T00:35:54.454Z[ host-image] Feb 24 00:35:53.777 INFO O| Feb 24 00:35:53.775 INFO ok!
101012026-02-24T00:35:54.454Z[ host-image] Feb 24 00:35:53.777 INFO O| Feb 24 00:35:53.775 INFO STEP 128 (ensure_file) COMPLETE
101022026-02-24T00:35:54.454Z[ host-image] Feb 24 00:35:53.777 INFO O| Feb 24 00:35:53.775 INFO STEP 129: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101032026-02-24T00:35:54.463Z[ host-image] Feb 24 00:35:53.790 INFO O| Feb 24 00:35:53.788 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d does not exist
101042026-02-24T00:35:54.463Z[ host-image] Feb 24 00:35:53.790 INFO O| Feb 24 00:35:53.788 INFO copying /tmp/.tmpE6HfSF/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 ...
101052026-02-24T00:35:54.467Z[ host-image] Feb 24 00:35:53.790 INFO O| Feb 24 00:35:53.788 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d
101062026-02-24T00:35:54.471Z[ host-image] Feb 24 00:35:53.790 INFO O| Feb 24 00:35:53.788 INFO ok!
101072026-02-24T00:35:54.471Z[ host-image] Feb 24 00:35:53.790 INFO O| Feb 24 00:35:53.788 INFO STEP 129 (ensure_file) COMPLETE
101082026-02-24T00:35:54.474Z[ host-image] Feb 24 00:35:53.790 INFO O| Feb 24 00:35:53.788 INFO STEP 130: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101092026-02-24T00:35:54.474Z[ host-image] Feb 24 00:35:53.799 INFO O| Feb 24 00:35:53.798 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh does not exist
101102026-02-24T00:35:54.474Z[ host-image] Feb 24 00:35:53.799 INFO O| Feb 24 00:35:53.798 INFO copying /tmp/.tmpE6HfSF/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 ...
101112026-02-24T00:35:54.474Z[ host-image] Feb 24 00:35:53.799 INFO O| Feb 24 00:35:53.798 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh
101122026-02-24T00:35:54.474Z[ host-image] Feb 24 00:35:53.799 INFO O| Feb 24 00:35:53.798 INFO ok!
101132026-02-24T00:35:54.474Z[ host-image] Feb 24 00:35:53.799 INFO O| Feb 24 00:35:53.798 INFO STEP 130 (ensure_file) COMPLETE
101142026-02-24T00:35:54.474Z[ host-image] Feb 24 00:35:53.799 INFO O| Feb 24 00:35:53.798 INFO STEP 131: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101152026-02-24T00:35:54.483Z[ host-image] Feb 24 00:35:53.810 INFO O| Feb 24 00:35:53.808 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d does not exist
101162026-02-24T00:35:54.483Z[ host-image] Feb 24 00:35:53.810 INFO O| Feb 24 00:35:53.808 INFO copying /tmp/.tmpE6HfSF/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 ...
101172026-02-24T00:35:54.483Z[ host-image] Feb 24 00:35:53.810 INFO O| Feb 24 00:35:53.808 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d
101182026-02-24T00:35:54.486Z[ host-image] Feb 24 00:35:53.810 INFO O| Feb 24 00:35:53.808 INFO ok!
101192026-02-24T00:35:54.486Z[ host-image] Feb 24 00:35:53.810 INFO O| Feb 24 00:35:53.808 INFO STEP 131 (ensure_file) COMPLETE
101202026-02-24T00:35:54.486Z[ host-image] Feb 24 00:35:53.810 INFO O| Feb 24 00:35:53.808 INFO STEP 132: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101212026-02-24T00:35:54.489Z[ host-image] Feb 24 00:35:53.820 INFO O| Feb 24 00:35:53.819 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh does not exist
101222026-02-24T00:35:54.490Z[ host-image] Feb 24 00:35:53.820 INFO O| Feb 24 00:35:53.820 INFO copying /tmp/.tmpE6HfSF/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 ...
101232026-02-24T00:35:54.490Z[ host-image] Feb 24 00:35:53.820 INFO O| Feb 24 00:35:53.820 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh
101242026-02-24T00:35:54.490Z[ host-image] Feb 24 00:35:53.820 INFO O| Feb 24 00:35:53.820 INFO ok!
101252026-02-24T00:35:54.490Z[ host-image] Feb 24 00:35:53.820 INFO O| Feb 24 00:35:53.820 INFO STEP 132 (ensure_file) COMPLETE
101262026-02-24T00:35:54.490Z[ host-image] Feb 24 00:35:53.820 INFO O| Feb 24 00:35:53.820 INFO STEP 133: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101272026-02-24T00:35:54.497Z[ host-image] Feb 24 00:35:53.828 INFO O| Feb 24 00:35:53.828 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d does not exist
101282026-02-24T00:35:54.500Z[ host-image] Feb 24 00:35:53.828 INFO O| Feb 24 00:35:53.828 INFO copying /tmp/.tmpE6HfSF/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 ...
101292026-02-24T00:35:54.500Z[ host-image] Feb 24 00:35:53.828 INFO O| Feb 24 00:35:53.828 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d
101302026-02-24T00:35:54.500Z[ host-image] Feb 24 00:35:53.828 INFO O| Feb 24 00:35:53.828 INFO ok!
101312026-02-24T00:35:54.500Z[ host-image] Feb 24 00:35:53.828 INFO O| Feb 24 00:35:53.828 INFO STEP 133 (ensure_file) COMPLETE
101322026-02-24T00:35:54.500Z[ host-image] Feb 24 00:35:53.828 INFO O| Feb 24 00:35:53.828 INFO STEP 134: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101332026-02-24T00:35:54.506Z[ host-image] Feb 24 00:35:53.837 INFO O| Feb 24 00:35:53.837 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d does not exist
101342026-02-24T00:35:54.509Z[ host-image] Feb 24 00:35:53.837 INFO O| Feb 24 00:35:53.837 INFO copying /tmp/.tmpE6HfSF/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 ...
101352026-02-24T00:35:54.509Z[ host-image] Feb 24 00:35:53.837 INFO O| Feb 24 00:35:53.837 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d
101362026-02-24T00:35:54.509Z[ host-image] Feb 24 00:35:53.837 INFO O| Feb 24 00:35:53.837 INFO ok!
101372026-02-24T00:35:54.509Z[ host-image] Feb 24 00:35:53.837 INFO O| Feb 24 00:35:53.837 INFO STEP 134 (ensure_file) COMPLETE
101382026-02-24T00:35:54.509Z[ host-image] Feb 24 00:35:53.837 INFO O| Feb 24 00:35:53.837 INFO STEP 135: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101392026-02-24T00:35:54.515Z[ host-image] Feb 24 00:35:53.844 INFO O| Feb 24 00:35:53.844 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d does not exist
101402026-02-24T00:35:54.515Z[ host-image] Feb 24 00:35:53.844 INFO O| Feb 24 00:35:53.844 INFO copying /tmp/.tmpE6HfSF/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 ...
101412026-02-24T00:35:54.515Z[ host-image] Feb 24 00:35:53.845 INFO O| Feb 24 00:35:53.844 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d
101422026-02-24T00:35:54.515Z[ host-image] Feb 24 00:35:53.845 INFO O| Feb 24 00:35:53.845 INFO ok!
101432026-02-24T00:35:54.515Z[ host-image] Feb 24 00:35:53.845 INFO O| Feb 24 00:35:53.845 INFO STEP 135 (ensure_file) COMPLETE
101442026-02-24T00:35:54.515Z[ host-image] Feb 24 00:35:53.845 INFO O| Feb 24 00:35:53.845 INFO STEP 136: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101452026-02-24T00:35:54.523Z[ host-image] Feb 24 00:35:53.854 INFO O| Feb 24 00:35:53.854 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md does not exist
101462026-02-24T00:35:54.523Z[ host-image] Feb 24 00:35:53.854 INFO O| Feb 24 00:35:53.854 INFO copying /tmp/.tmpE6HfSF/proto/host/root/opt/oxide/crucible_utils/README.md -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md ...
101472026-02-24T00:35:54.528Z[ host-image] Feb 24 00:35:53.854 INFO O| Feb 24 00:35:53.854 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md
101482026-02-24T00:35:54.528Z[ host-image] Feb 24 00:35:53.854 INFO O| Feb 24 00:35:53.854 INFO ok!
101492026-02-24T00:35:54.528Z[ host-image] Feb 24 00:35:53.854 INFO O| Feb 24 00:35:53.854 INFO STEP 136 (ensure_file) COMPLETE
101502026-02-24T00:35:54.528Z[ host-image] Feb 24 00:35:53.854 INFO O| Feb 24 00:35:53.854 INFO STEP 137: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101512026-02-24T00:35:54.532Z[ host-image] Feb 24 00:35:53.863 INFO O| Feb 24 00:35:53.862 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt does not exist
101522026-02-24T00:35:54.532Z[ host-image] Feb 24 00:35:53.863 INFO O| Feb 24 00:35:53.862 INFO copying /tmp/.tmpE6HfSF/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 ...
101532026-02-24T00:35:54.535Z[ host-image] Feb 24 00:35:53.863 INFO O| Feb 24 00:35:53.863 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt
101542026-02-24T00:35:54.535Z[ host-image] Feb 24 00:35:53.863 INFO O| Feb 24 00:35:53.863 INFO ok!
101552026-02-24T00:35:54.535Z[ host-image] Feb 24 00:35:53.863 INFO O| Feb 24 00:35:53.863 INFO STEP 137 (ensure_file) COMPLETE
101562026-02-24T00:35:54.535Z[ host-image] Feb 24 00:35:53.863 INFO O| Feb 24 00:35:53.863 INFO STEP 138: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101572026-02-24T00:35:54.540Z[ host-image] Feb 24 00:35:53.870 INFO O| Feb 24 00:35:53.870 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION does not exist
101582026-02-24T00:35:54.540Z[ host-image] Feb 24 00:35:53.870 INFO O| Feb 24 00:35:53.870 INFO copying /tmp/.tmpE6HfSF/proto/host/root/opt/oxide/crucible_utils/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION ...
101592026-02-24T00:35:54.543Z[ host-image] Feb 24 00:35:53.870 INFO O| Feb 24 00:35:53.870 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION
101602026-02-24T00:35:54.543Z[ host-image] Feb 24 00:35:53.870 INFO O| Feb 24 00:35:53.870 INFO ok!
101612026-02-24T00:35:54.543Z[ host-image] Feb 24 00:35:53.870 INFO O| Feb 24 00:35:53.870 INFO STEP 138 (ensure_file) COMPLETE
101622026-02-24T00:35:54.543Z[ host-image] Feb 24 00:35:53.870 INFO O| Feb 24 00:35:53.870 INFO STEP 139: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101632026-02-24T00:35:54.548Z[ host-image] Feb 24 00:35:53.879 INFO O| Feb 24 00:35:53.879 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz does not exist
101642026-02-24T00:35:54.548Z[ host-image] Feb 24 00:35:53.879 INFO O| Feb 24 00:35:53.879 INFO copying /tmp/.tmpE6HfSF/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz ...
101652026-02-24T00:36:00.678Z[ host-image] Feb 24 00:36:00.006 INFO O| Feb 24 00:36:00.006 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz
101662026-02-24T00:36:00.678Z[ host-image] Feb 24 00:36:00.006 INFO O| Feb 24 00:36:00.006 INFO ok!
101672026-02-24T00:36:00.678Z[ host-image] Feb 24 00:36:00.006 INFO O| Feb 24 00:36:00.006 INFO STEP 139 (ensure_file) COMPLETE
101682026-02-24T00:36:00.678Z[ host-image] Feb 24 00:36:00.006 INFO O| Feb 24 00:36:00.006 INFO STEP 140: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101692026-02-24T00:36:00.686Z[ host-image] Feb 24 00:36:00.017 INFO O| Feb 24 00:36:00.016 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib
101702026-02-24T00:36:00.686Z[ host-image] Feb 24 00:36:00.017 INFO O| Feb 24 00:36:00.017 INFO STEP 140 (ensure_dir) COMPLETE
101712026-02-24T00:36:00.689Z[ host-image] Feb 24 00:36:00.017 INFO O| Feb 24 00:36:00.017 INFO STEP 141: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101722026-02-24T00:36:00.694Z[ host-image] Feb 24 00:36:00.024 INFO O| Feb 24 00:36:00.024 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc
101732026-02-24T00:36:00.697Z[ host-image] Feb 24 00:36:00.024 INFO O| Feb 24 00:36:00.024 INFO STEP 141 (ensure_dir) COMPLETE
101742026-02-24T00:36:00.697Z[ host-image] Feb 24 00:36:00.024 INFO O| Feb 24 00:36:00.024 INFO STEP 142: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101752026-02-24T00:36:00.701Z[ host-image] Feb 24 00:36:00.032 INFO O| Feb 24 00:36:00.032 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest
101762026-02-24T00:36:00.701Z[ host-image] Feb 24 00:36:00.032 INFO O| Feb 24 00:36:00.032 INFO STEP 142 (ensure_dir) COMPLETE
101772026-02-24T00:36:00.701Z[ host-image] Feb 24 00:36:00.032 INFO O| Feb 24 00:36:00.032 INFO STEP 143: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101782026-02-24T00:36:00.709Z[ host-image] Feb 24 00:36:00.040 INFO O| Feb 24 00:36:00.040 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site
101792026-02-24T00:36:00.710Z[ host-image] Feb 24 00:36:00.040 INFO O| Feb 24 00:36:00.040 INFO STEP 143 (ensure_dir) COMPLETE
101802026-02-24T00:36:00.713Z[ host-image] Feb 24 00:36:00.040 INFO O| Feb 24 00:36:00.040 INFO STEP 144: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101812026-02-24T00:36:00.718Z[ host-image] Feb 24 00:36:00.048 INFO O| Feb 24 00:36:00.048 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
101822026-02-24T00:36:00.721Z[ host-image] Feb 24 00:36:00.049 INFO O| Feb 24 00:36:00.048 INFO copying /tmp/.tmpE6HfSF/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 ...
101832026-02-24T00:36:00.721Z[ host-image] Feb 24 00:36:00.049 INFO O| Feb 24 00:36:00.049 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml
101842026-02-24T00:36:00.721Z[ host-image] Feb 24 00:36:00.049 INFO O| Feb 24 00:36:00.049 INFO ok!
101852026-02-24T00:36:00.721Z[ host-image] Feb 24 00:36:00.049 INFO O| Feb 24 00:36:00.049 INFO STEP 144 (ensure_file) COMPLETE
101862026-02-24T00:36:00.721Z[ host-image] Feb 24 00:36:00.049 INFO O| Feb 24 00:36:00.049 INFO STEP 145: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101872026-02-24T00:36:00.726Z[ host-image] Feb 24 00:36:00.057 INFO O| Feb 24 00:36:00.057 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/root
101882026-02-24T00:36:00.729Z[ host-image] Feb 24 00:36:00.057 INFO O| Feb 24 00:36:00.057 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/root
101892026-02-24T00:36:00.729Z[ host-image] Feb 24 00:36:00.057 INFO O| Feb 24 00:36:00.057 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root
101902026-02-24T00:36:00.729Z[ host-image] Feb 24 00:36:00.057 INFO O| Feb 24 00:36:00.057 INFO STEP 145 (ensure_dir) COMPLETE
101912026-02-24T00:36:00.730Z[ host-image] Feb 24 00:36:00.057 INFO O| Feb 24 00:36:00.057 INFO STEP 146: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101922026-02-24T00:36:00.735Z[ host-image] Feb 24 00:36:00.066 INFO O| Feb 24 00:36:00.066 WARN file /rpool/images/build/host/work/sled/zfs/a/root/.profile exists, with wrong contents, unlinking
101932026-02-24T00:36:00.738Z[ host-image] Feb 24 00:36:00.066 INFO O| Feb 24 00:36:00.066 INFO copying /tmp/.tmpE6HfSF/proto/host/root/root/.profile -> /rpool/images/build/host/work/sled/zfs/a/root/.profile ...
101942026-02-24T00:36:00.773Z[ host-image] Feb 24 00:36:00.103 INFO O| Feb 24 00:36:00.103 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root/.profile
101952026-02-24T00:36:00.773Z[ host-image] Feb 24 00:36:00.103 INFO O| Feb 24 00:36:00.103 INFO ok!
101962026-02-24T00:36:00.773Z[ host-image] Feb 24 00:36:00.103 INFO O| Feb 24 00:36:00.103 INFO STEP 146 (ensure_file) COMPLETE
101972026-02-24T00:36:00.773Z[ host-image] Feb 24 00:36:00.103 INFO O| Feb 24 00:36:00.103 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
101982026-02-24T00:36:00.782Z[ host-image] Feb 24 00:36:00.113 INFO O| Feb 24 00:36:00.113 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ipsec"
101992026-02-24T00:36:00.785Z[ host-image] Feb 24 00:36:00.113 INFO O| Feb 24 00:36:00.113 INFO STEP 147 (remove_files) COMPLETE
102002026-02-24T00:36:00.785Z[ host-image] Feb 24 00:36:00.113 INFO O| Feb 24 00:36:00.113 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102012026-02-24T00:36:00.790Z[ host-image] Feb 24 00:36:00.121 INFO O| Feb 24 00:36:00.121 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ldap"
102022026-02-24T00:36:00.793Z[ host-image] Feb 24 00:36:00.121 INFO O| Feb 24 00:36:00.121 INFO STEP 148 (remove_files) COMPLETE
102032026-02-24T00:36:00.793Z[ host-image] Feb 24 00:36:00.121 INFO O| Feb 24 00:36:00.121 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102042026-02-24T00:36:00.798Z[ host-image] Feb 24 00:36:00.129 INFO O| Feb 24 00:36:00.129 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/rpc"
102052026-02-24T00:36:00.801Z[ host-image] Feb 24 00:36:00.129 INFO O| Feb 24 00:36:00.129 INFO STEP 149 (remove_files) COMPLETE
102062026-02-24T00:36:00.801Z[ host-image] Feb 24 00:36:00.129 INFO O| Feb 24 00:36:00.129 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102072026-02-24T00:36:00.805Z[ host-image] Feb 24 00:36:00.136 INFO O| Feb 24 00:36:00.136 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/security"
102082026-02-24T00:36:00.808Z[ host-image] Feb 24 00:36:00.137 INFO O| Feb 24 00:36:00.136 INFO STEP 150 (remove_files) COMPLETE
102092026-02-24T00:36:00.809Z[ host-image] Feb 24 00:36:00.137 INFO O| Feb 24 00:36:00.137 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102102026-02-24T00:36:00.814Z[ host-image] Feb 24 00:36:00.145 INFO O| Feb 24 00:36:00.145 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/shares"
102112026-02-24T00:36:00.817Z[ host-image] Feb 24 00:36:00.145 INFO O| Feb 24 00:36:00.145 INFO STEP 151 (remove_files) COMPLETE
102122026-02-24T00:36:00.817Z[ host-image] Feb 24 00:36:00.145 INFO O| Feb 24 00:36:00.145 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102132026-02-24T00:36:00.822Z[ host-image] Feb 24 00:36:00.153 INFO O| Feb 24 00:36:00.153 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/smb"
102142026-02-24T00:36:00.825Z[ host-image] Feb 24 00:36:00.153 INFO O| Feb 24 00:36:00.153 INFO STEP 152 (remove_files) COMPLETE
102152026-02-24T00:36:00.825Z[ host-image] Feb 24 00:36:00.153 INFO O| Feb 24 00:36:00.153 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102162026-02-24T00:36:00.829Z[ host-image] Feb 24 00:36:00.160 INFO O| Feb 24 00:36:00.160 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
102172026-02-24T00:36:00.832Z[ host-image] Feb 24 00:36:00.160 INFO O| Feb 24 00:36:00.160 INFO STEP 153 (remove_files) COMPLETE
102182026-02-24T00:36:00.832Z[ host-image] Feb 24 00:36:00.160 INFO O| Feb 24 00:36:00.160 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102192026-02-24T00:36:00.837Z[ host-image] Feb 24 00:36:00.167 INFO O| Feb 24 00:36:00.167 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
102202026-02-24T00:36:00.840Z[ host-image] Feb 24 00:36:00.168 INFO O| Feb 24 00:36:00.168 INFO STEP 154 (remove_files) COMPLETE
102212026-02-24T00:36:00.840Z[ host-image] Feb 24 00:36:00.168 INFO O| Feb 24 00:36:00.168 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102222026-02-24T00:36:00.845Z[ host-image] Feb 24 00:36:00.176 INFO O| Feb 24 00:36:00.176 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/dns/install.xml"
102232026-02-24T00:36:00.845Z[ host-image] Feb 24 00:36:00.176 INFO O| Feb 24 00:36:00.176 INFO STEP 155 (remove_files) COMPLETE
102242026-02-24T00:36:00.845Z[ host-image] Feb 24 00:36:00.176 INFO O| Feb 24 00:36:00.176 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102252026-02-24T00:36:00.853Z[ host-image] Feb 24 00:36:00.183 INFO O| Feb 24 00:36:00.183 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
102262026-02-24T00:36:00.853Z[ host-image] Feb 24 00:36:00.183 INFO O| Feb 24 00:36:00.183 INFO STEP 156 (remove_files) COMPLETE
102272026-02-24T00:36:00.857Z[ host-image] Feb 24 00:36:00.183 INFO O| Feb 24 00:36:00.183 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102282026-02-24T00:36:00.862Z[ host-image] Feb 24 00:36:00.193 INFO O| Feb 24 00:36:00.193 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd.xml"
102292026-02-24T00:36:00.862Z[ host-image] Feb 24 00:36:00.193 INFO O| Feb 24 00:36:00.193 INFO STEP 157 (remove_files) COMPLETE
102302026-02-24T00:36:00.862Z[ host-image] Feb 24 00:36:00.193 INFO O| Feb 24 00:36:00.193 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102312026-02-24T00:36:00.870Z[ host-image] Feb 24 00:36:00.201 INFO O| Feb 24 00:36:00.201 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-install.xml"
102322026-02-24T00:36:00.870Z[ host-image] Feb 24 00:36:00.201 INFO O| Feb 24 00:36:00.201 INFO STEP 158 (remove_files) COMPLETE
102332026-02-24T00:36:00.871Z[ host-image] Feb 24 00:36:00.201 INFO O| Feb 24 00:36:00.201 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102342026-02-24T00:36:00.919Z[ host-image] Feb 24 00:36:00.208 INFO O| Feb 24 00:36:00.208 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
102352026-02-24T00:36:00.919Z[ host-image] Feb 24 00:36:00.209 INFO O| Feb 24 00:36:00.208 INFO STEP 159 (remove_files) COMPLETE
102362026-02-24T00:36:00.919Z[ host-image] Feb 24 00:36:00.209 INFO O| Feb 24 00:36:00.209 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102372026-02-24T00:36:00.919Z[ host-image] Feb 24 00:36:00.217 INFO O| Feb 24 00:36:00.217 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-iptun.xml"
102382026-02-24T00:36:00.919Z[ host-image] Feb 24 00:36:00.217 INFO O| Feb 24 00:36:00.217 INFO STEP 160 (remove_files) COMPLETE
102392026-02-24T00:36:00.919Z[ host-image] Feb 24 00:36:00.217 INFO O| Feb 24 00:36:00.217 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102402026-02-24T00:36:00.920Z[ host-image] Feb 24 00:36:00.225 INFO O| Feb 24 00:36:00.225 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-location.xml"
102412026-02-24T00:36:00.920Z[ host-image] Feb 24 00:36:00.225 INFO O| Feb 24 00:36:00.225 INFO STEP 161 (remove_files) COMPLETE
102422026-02-24T00:36:00.920Z[ host-image] Feb 24 00:36:00.225 INFO O| Feb 24 00:36:00.225 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102432026-02-24T00:36:00.920Z[ host-image] Feb 24 00:36:00.232 INFO O| Feb 24 00:36:00.232 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
102442026-02-24T00:36:00.920Z[ host-image] Feb 24 00:36:00.233 INFO O| Feb 24 00:36:00.232 INFO STEP 162 (remove_files) COMPLETE
102452026-02-24T00:36:00.920Z[ host-image] Feb 24 00:36:00.233 INFO O| Feb 24 00:36:00.233 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102462026-02-24T00:36:00.920Z[ host-image] Feb 24 00:36:00.240 INFO O| Feb 24 00:36:00.240 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
102472026-02-24T00:36:00.920Z[ host-image] Feb 24 00:36:00.241 INFO O| Feb 24 00:36:00.240 INFO STEP 163 (remove_files) COMPLETE
102482026-02-24T00:36:00.920Z[ host-image] Feb 24 00:36:00.241 INFO O| Feb 24 00:36:00.241 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102492026-02-24T00:36:00.920Z[ host-image] Feb 24 00:36:00.248 INFO O| Feb 24 00:36:00.248 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/varpd.xml"
102502026-02-24T00:36:00.920Z[ host-image] Feb 24 00:36:00.248 INFO O| Feb 24 00:36:00.248 INFO STEP 164 (remove_files) COMPLETE
102512026-02-24T00:36:00.920Z[ host-image] Feb 24 00:36:00.248 INFO O| Feb 24 00:36:00.248 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102522026-02-24T00:36:00.925Z[ host-image] Feb 24 00:36:00.256 INFO O| Feb 24 00:36:00.255 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/allocate.xml"
102532026-02-24T00:36:00.928Z[ host-image] Feb 24 00:36:00.256 INFO O| Feb 24 00:36:00.256 INFO STEP 165 (remove_files) COMPLETE
102542026-02-24T00:36:00.929Z[ host-image] Feb 24 00:36:00.256 INFO O| Feb 24 00:36:00.256 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102552026-02-24T00:36:00.932Z[ host-image] Feb 24 00:36:00.263 INFO O| Feb 24 00:36:00.263 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
102562026-02-24T00:36:00.935Z[ host-image] Feb 24 00:36:00.263 INFO O| Feb 24 00:36:00.263 INFO STEP 166 (remove_files) COMPLETE
102572026-02-24T00:36:00.935Z[ host-image] Feb 24 00:36:00.263 INFO O| Feb 24 00:36:00.263 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102582026-02-24T00:36:00.940Z[ host-image] Feb 24 00:36:00.271 INFO O| Feb 24 00:36:00.271 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
102592026-02-24T00:36:00.943Z[ host-image] Feb 24 00:36:00.271 INFO O| Feb 24 00:36:00.271 INFO STEP 167 (remove_files) COMPLETE
102602026-02-24T00:36:00.943Z[ host-image] Feb 24 00:36:00.271 INFO O| Feb 24 00:36:00.271 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102612026-02-24T00:36:00.948Z[ host-image] Feb 24 00:36:00.279 INFO O| Feb 24 00:36:00.279 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/dev/sndstat"
102622026-02-24T00:36:00.951Z[ host-image] Feb 24 00:36:00.279 INFO O| Feb 24 00:36:00.279 INFO STEP 168 (remove_files) COMPLETE
102632026-02-24T00:36:00.951Z[ host-image] Feb 24 00:36:00.279 INFO O| Feb 24 00:36:00.279 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102642026-02-24T00:36:00.956Z[ host-image] Feb 24 00:36:00.287 INFO O| Feb 24 00:36:00.286 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
102652026-02-24T00:36:00.959Z[ host-image] Feb 24 00:36:00.287 INFO O| Feb 24 00:36:00.287 INFO STEP 169 (remove_files) COMPLETE
102662026-02-24T00:36:00.959Z[ host-image] Feb 24 00:36:00.287 INFO O| Feb 24 00:36:00.287 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102672026-02-24T00:36:00.963Z[ host-image] Feb 24 00:36:00.294 INFO O| Feb 24 00:36:00.294 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/hostid.xml"
102682026-02-24T00:36:00.963Z[ host-image] Feb 24 00:36:00.294 INFO O| Feb 24 00:36:00.294 INFO STEP 170 (remove_files) COMPLETE
102692026-02-24T00:36:00.967Z[ host-image] Feb 24 00:36:00.294 INFO O| Feb 24 00:36:00.294 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102702026-02-24T00:36:00.971Z[ host-image] Feb 24 00:36:00.302 INFO O| Feb 24 00:36:00.302 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/idmap.xml"
102712026-02-24T00:36:00.971Z[ host-image] Feb 24 00:36:00.302 INFO O| Feb 24 00:36:00.302 INFO STEP 171 (remove_files) COMPLETE
102722026-02-24T00:36:00.974Z[ host-image] Feb 24 00:36:00.302 INFO O| Feb 24 00:36:00.302 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102732026-02-24T00:36:00.979Z[ host-image] Feb 24 00:36:00.310 INFO O| Feb 24 00:36:00.310 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/pkgserv.xml"
102742026-02-24T00:36:00.979Z[ host-image] Feb 24 00:36:00.310 INFO O| Feb 24 00:36:00.310 INFO STEP 172 (remove_files) COMPLETE
102752026-02-24T00:36:00.979Z[ host-image] Feb 24 00:36:00.310 INFO O| Feb 24 00:36:00.310 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102762026-02-24T00:36:00.987Z[ host-image] Feb 24 00:36:00.318 INFO O| Feb 24 00:36:00.318 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/zones.xml"
102772026-02-24T00:36:00.987Z[ host-image] Feb 24 00:36:00.318 INFO O| Feb 24 00:36:00.318 INFO STEP 173 (remove_files) COMPLETE
102782026-02-24T00:36:00.987Z[ host-image] Feb 24 00:36:00.318 INFO O| Feb 24 00:36:00.318 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102792026-02-24T00:36:00.995Z[ host-image] Feb 24 00:36:00.325 INFO O| Feb 24 00:36:00.325 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/intrd.xml"
102802026-02-24T00:36:00.995Z[ host-image] Feb 24 00:36:00.326 INFO O| Feb 24 00:36:00.325 INFO STEP 174 (remove_files) COMPLETE
102812026-02-24T00:36:00.998Z[ host-image] Feb 24 00:36:00.326 INFO O| Feb 24 00:36:00.325 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
102822026-02-24T00:36:01.003Z[ host-image] Feb 24 00:36:00.334 INFO O| Feb 24 00:36:00.334 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/chrony.xml"
102832026-02-24T00:36:01.006Z[ host-image] Feb 24 00:36:00.334 INFO O| Feb 24 00:36:00.334 INFO STEP 175 (remove_files) COMPLETE
102842026-02-24T00:36:01.006Z[ host-image] Feb 24 00:36:00.334 INFO O| Feb 24 00:36:00.334 INFO STEP 176: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
102852026-02-24T00:36:01.015Z[ host-image] Feb 24 00:36:00.345 INFO O| Feb 24 00:36:00.345 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db does not already exist, skipping removal
102862026-02-24T00:36:01.015Z[ host-image] Feb 24 00:36:00.345 INFO O| Feb 24 00:36:00.345 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_CHECKHASH": "1", "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"}
102872026-02-24T00:36:01.948Z[ recovery-image] Feb 24 00:36:01.278 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')"
102882026-02-24T00:36:01.951Z[ recovery-image] Feb 24 00:36:01.278 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")
102892026-02-24T00:36:02.186Z[ recovery-image] Feb 24 00:36:01.516 INFO E| Updating crates.io index
102902026-02-24T00:36:02.554Z[ recovery-image] Feb 24 00:36:01.885 INFO E| Downloading crates ...
102912026-02-24T00:36:02.624Z[ recovery-image] Feb 24 00:36:01.954 INFO E| Downloaded clap v4.5.57
102922026-02-24T00:36:02.633Z[ recovery-image] Feb 24 00:36:01.964 INFO E| Downloaded sigchld v0.2.4
102932026-02-24T00:36:02.636Z[ recovery-image] Feb 24 00:36:01.965 INFO E| Downloaded quote v1.0.44
102942026-02-24T00:36:02.637Z[ recovery-image] Feb 24 00:36:01.967 INFO E| Downloaded clap_lex v0.7.7
102952026-02-24T00:36:02.640Z[ recovery-image] Feb 24 00:36:01.968 INFO E| Downloaded unicode-ident v1.0.23
102962026-02-24T00:36:02.643Z[ recovery-image] Feb 24 00:36:01.971 INFO E| Downloaded clap_derive v4.5.55
102972026-02-24T00:36:02.643Z[ recovery-image] Feb 24 00:36:01.973 INFO E| Downloaded anstyle-query v1.1.5
102982026-02-24T00:36:02.647Z[ recovery-image] Feb 24 00:36:01.974 INFO E| Downloaded shared_thread v0.2.0
102992026-02-24T00:36:02.647Z[ recovery-image] Feb 24 00:36:01.975 INFO E| Downloaded signal-hook-registry v1.4.8
103002026-02-24T00:36:02.647Z[ recovery-image] Feb 24 00:36:01.976 INFO E| Downloaded duct v1.1.1
103012026-02-24T00:36:02.650Z[ recovery-image] Feb 24 00:36:01.978 INFO E| Downloaded proc-macro2 v1.0.106
103022026-02-24T00:36:02.653Z[ recovery-image] Feb 24 00:36:01.981 INFO E| Downloaded shared_child v1.1.1
103032026-02-24T00:36:02.653Z[ recovery-image] Feb 24 00:36:01.982 INFO E| Downloaded os_pipe v1.2.3
103042026-02-24T00:36:02.657Z[ recovery-image] Feb 24 00:36:01.985 INFO E| Downloaded clap_builder v4.5.57
103052026-02-24T00:36:02.704Z[ recovery-image] Feb 24 00:36:02.034 INFO E| Compiling libc v0.2.180
103062026-02-24T00:36:02.704Z[ recovery-image] Feb 24 00:36:02.034 INFO E| Compiling proc-macro2 v1.0.106
103072026-02-24T00:36:02.704Z[ recovery-image] Feb 24 00:36:02.034 INFO E| Compiling unicode-ident v1.0.23
103082026-02-24T00:36:02.707Z[ recovery-image] Feb 24 00:36:02.034 INFO E| Compiling signal-hook v0.3.18
103092026-02-24T00:36:02.707Z[ recovery-image] Feb 24 00:36:02.034 INFO E| Compiling quote v1.0.44
103102026-02-24T00:36:02.707Z[ recovery-image] Feb 24 00:36:02.034 INFO E| Compiling utf8parse v0.2.2
103112026-02-24T00:36:02.707Z[ recovery-image] Feb 24 00:36:02.035 INFO E| Compiling is_terminal_polyfill v1.70.2
103122026-02-24T00:36:02.707Z[ recovery-image] Feb 24 00:36:02.035 INFO E| Compiling anstyle v1.0.13
103132026-02-24T00:36:02.908Z[ recovery-image] Feb 24 00:36:02.239 INFO E| Compiling anstyle-parse v0.2.7
103142026-02-24T00:36:02.943Z[ recovery-image] Feb 24 00:36:02.272 INFO E| Compiling colorchoice v1.0.4
103152026-02-24T00:36:02.964Z[ recovery-image] Feb 24 00:36:02.295 INFO E| Compiling anstyle-query v1.1.5
103162026-02-24T00:36:03.128Z[ recovery-image] Feb 24 00:36:02.458 INFO E| Compiling strsim v0.11.1
103172026-02-24T00:36:03.134Z[ recovery-image] Feb 24 00:36:02.463 INFO E| Compiling heck v0.5.0
103182026-02-24T00:36:03.237Z[ recovery-image] Feb 24 00:36:02.568 INFO E| Compiling anstream v0.6.21
103192026-02-24T00:36:03.261Z[ recovery-image] Feb 24 00:36:02.579 INFO E| Compiling clap_lex v0.7.7
103202026-02-24T00:36:03.265Z[ recovery-image] Feb 24 00:36:02.592 INFO E| Compiling shared_thread v0.2.0
103212026-02-24T00:36:03.696Z[ recovery-image] Feb 24 00:36:03.026 INFO E| Compiling clap_builder v4.5.57
103222026-02-24T00:36:04.198Z[ recovery-image] Feb 24 00:36:03.528 INFO E| Compiling errno v0.3.14
103232026-02-24T00:36:04.198Z[ recovery-image] Feb 24 00:36:03.528 INFO E| Compiling os_pipe v1.2.3
103242026-02-24T00:36:04.371Z[ recovery-image] Feb 24 00:36:03.701 INFO E| Compiling signal-hook-registry v1.4.8
103252026-02-24T00:36:04.568Z[ recovery-image] Feb 24 00:36:03.898 INFO E| Compiling syn v2.0.114
103262026-02-24T00:36:04.790Z[ recovery-image] Feb 24 00:36:04.120 INFO E| Compiling sigchld v0.2.4
103272026-02-24T00:36:04.918Z[ recovery-image] Feb 24 00:36:04.248 INFO E| Compiling shared_child v1.1.1
103282026-02-24T00:36:05.097Z[ recovery-image] Feb 24 00:36:04.427 INFO E| Compiling duct v1.1.1
103292026-02-24T00:36:08.792Z[ recovery-image] Feb 24 00:36:08.122 INFO E| Compiling clap_derive v4.5.55
103302026-02-24T00:36:10.677Z[ recovery-image] Feb 24 00:36:10.007 INFO E| Compiling clap v4.5.57
103312026-02-24T00:36:10.739Z[ recovery-image] Feb 24 00:36:10.069 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
103322026-02-24T00:36:11.778Z[ recovery-image] Feb 24 00:36:11.108 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.76s
103332026-02-24T00:36:11.790Z[ recovery-image] Feb 24 00:36:11.121 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z --target-dir /work/os-recovery/phbl`
103342026-02-24T00:36:11.813Z[ host-image] Feb 24 00:36:11.143 INFO O| Feb 24 00:36:11.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
103352026-02-24T00:36:11.813Z[ host-image] Feb 24 00:36:11.143 INFO O| Feb 24 00:36:11.143 INFO E| svccfg: Loaded 79 smf(7) service descriptions
103362026-02-24T00:36:11.829Z[ host-image] Feb 24 00:36:11.159 INFO O| Feb 24 00:36:11.159 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a"}
103372026-02-24T00:36:11.978Z[ host-image] Feb 24 00:36:11.308 INFO O| Feb 24 00:36:11.308 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", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a"}
103382026-02-24T00:36:12.035Z[ recovery-image] Feb 24 00:36:11.363 INFO E| Downloading crates ...
103392026-02-24T00:36:12.057Z[ host-image] Feb 24 00:36:11.388 INFO O| Feb 24 00:36:11.388 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a"}
103402026-02-24T00:36:12.107Z[ recovery-image] Feb 24 00:36:11.437 INFO E| Downloaded bit_field v0.10.3
103412026-02-24T00:36:12.110Z[ recovery-image] Feb 24 00:36:11.438 INFO E| Downloaded bitstruct v0.1.1
103422026-02-24T00:36:12.116Z[ recovery-image] Feb 24 00:36:11.447 INFO E| Downloaded cpio_reader v0.1.2
103432026-02-24T00:36:12.120Z[ recovery-image] Feb 24 00:36:11.451 INFO E| Downloaded bitstruct_derive v0.1.0
103442026-02-24T00:36:12.129Z[ recovery-image] Feb 24 00:36:11.459 INFO E| Downloaded raw-cpuid v10.7.0
103452026-02-24T00:36:12.132Z[ recovery-image] Feb 24 00:36:11.462 INFO E| Downloaded miniz_oxide v0.9.0
103462026-02-24T00:36:12.143Z[ recovery-image] Feb 24 00:36:11.473 INFO E| Downloaded goblin v0.10.4
103472026-02-24T00:36:12.147Z[ host-image] Feb 24 00:36:11.477 INFO O| Feb 24 00:36:11.477 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db does not exist
103482026-02-24T00:36:12.147Z[ host-image] Feb 24 00:36:11.477 INFO O| Feb 24 00:36:11.477 INFO copying /rpool/images/build/host/tmp/sled/zfs/repo.db -> /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db ...
103492026-02-24T00:36:12.150Z[ host-image] Feb 24 00:36:11.479 INFO O| Feb 24 00:36:11.479 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db
103502026-02-24T00:36:12.150Z[ host-image] Feb 24 00:36:11.479 INFO O| Feb 24 00:36:11.479 INFO ok!
103512026-02-24T00:36:12.150Z[ host-image] Feb 24 00:36:11.479 INFO O| Feb 24 00:36:11.479 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db exists (as File), removing
103522026-02-24T00:36:12.151Z[ host-image] Feb 24 00:36:11.479 INFO O| Feb 24 00:36:11.479 INFO STEP 176 (seed_smf) COMPLETE
103532026-02-24T00:36:12.151Z[ host-image] Feb 24 00:36:11.479 INFO O| Feb 24 00:36:11.479 INFO steps complete; finalising image!
103542026-02-24T00:36:12.151Z[ host-image] Feb 24 00:36:11.479 INFO O| Feb 24 00:36:11.479 INFO TRIM POOL: TEMPORARY-sled-zfs
103552026-02-24T00:36:12.287Z[ recovery-image] Feb 24 00:36:11.616 INFO E| Downloaded x86 v0.52.0
103562026-02-24T00:36:12.315Z[ host-image] Feb 24 00:36:11.645 INFO O| Feb 24 00:36:11.645 INFO trim TEMPORARY-sled-zfs: (2% trimmed, started at Tue Feb 24 00:36:11 2026)
103572026-02-24T00:36:12.346Z[ recovery-image] Feb 24 00:36:11.676 INFO E| Updating crates.io index
103582026-02-24T00:36:12.422Z[ recovery-image] Feb 24 00:36:11.752 INFO E| Downloading crates ...
103592026-02-24T00:36:12.480Z[ recovery-image] Feb 24 00:36:11.810 INFO E| Downloaded rustc-demangle v0.1.27
103602026-02-24T00:36:12.483Z[ recovery-image] Feb 24 00:36:11.812 INFO E| Downloaded rustc-literal-escaper v0.0.7
103612026-02-24T00:36:12.531Z[ recovery-image] Feb 24 00:36:11.861 INFO E| Downloaded libc v0.2.178
103622026-02-24T00:36:12.534Z[ host-image] Feb 24 00:36:11.862 INFO O| Feb 24 00:36:11.862 INFO temporary pool has 808M used, 88.3M avail, 1.80x compressratio
103632026-02-24T00:36:12.534Z[ host-image] Feb 24 00:36:11.862 INFO O| Feb 24 00:36:11.862 INFO EXPORT POOL: TEMPORARY-sled-zfs
103642026-02-24T00:36:12.606Z[ recovery-image] Feb 24 00:36:11.936 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)
103652026-02-24T00:36:12.606Z[ recovery-image] Feb 24 00:36:11.936 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)
103662026-02-24T00:36:12.609Z[ recovery-image] Feb 24 00:36:11.936 INFO E| Compiling proc-macro2 v1.0.106
103672026-02-24T00:36:12.609Z[ recovery-image] Feb 24 00:36:11.936 INFO E| Compiling unicode-ident v1.0.23
103682026-02-24T00:36:12.609Z[ recovery-image] Feb 24 00:36:11.936 INFO E| Compiling quote v1.0.44
103692026-02-24T00:36:12.609Z[ recovery-image] Feb 24 00:36:11.936 INFO E| Compiling syn v1.0.109
103702026-02-24T00:36:12.609Z[ recovery-image] Feb 24 00:36:11.936 INFO E| Compiling x86 v0.52.0
103712026-02-24T00:36:12.609Z[ recovery-image] Feb 24 00:36:11.936 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
103722026-02-24T00:36:12.810Z[ recovery-image] Feb 24 00:36:12.140 INFO E| Compiling seq-macro v0.3.6
103732026-02-24T00:36:12.937Z[ host-image] Feb 24 00:36:12.262 INFO O| Feb 24 00:36:12.262 INFO copying image /rpool/images/build/host/work/sled/zfs/lofi.raw to output file /rpool/images/build/host/output/sled-zfs.raw
103742026-02-24T00:36:12.938Z[ host-image] Feb 24 00:36:12.262 INFO O| Feb 24 00:36:12.262 INFO file /rpool/images/build/host/output/sled-zfs.raw does not already exist, skipping removal
103752026-02-24T00:36:14.160Z[ host-image] Feb 24 00:36:13.490 INFO O| Feb 24 00:36:13.490 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/sled-zfs.raw
103762026-02-24T00:36:14.160Z[ host-image] Feb 24 00:36:13.490 INFO O| Feb 24 00:36:13.490 INFO chmod ok, path: /rpool/images/build/host/output/sled-zfs.raw
103772026-02-24T00:36:14.164Z[ host-image] Feb 24 00:36:13.490 INFO O| Feb 24 00:36:13.490 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/sled-zfs.raw
103782026-02-24T00:36:14.164Z[ host-image] Feb 24 00:36:13.490 INFO O| Feb 24 00:36:13.490 INFO completed processing sled/zfs
103792026-02-24T00:36:14.164Z[ host-image] Feb 24 00:36:13.490 INFO O| Feb 24 00:36:13.490 INFO DESTROY DATASET: rpool/images/build/host/work/sled/zfs
103802026-02-24T00:36:14.319Z[ recovery-image] Feb 24 00:36:13.649 INFO E| Compiling syn v2.0.114
103812026-02-24T00:36:16.844Z[ recovery-image] Feb 24 00:36:16.174 INFO E| Compiling scroll_derive v0.13.1
103822026-02-24T00:36:19.063Z[ recovery-image] Feb 24 00:36:18.393 INFO E| Compiling bitstruct_derive v0.1.0
103832026-02-24T00:36:24.605Z[ host-image] Feb 24 00:36:23.934 INFO O| Feb 24 00:36:23.934 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/zfs
103842026-02-24T00:36:24.693Z[ host-image] Feb 24 00:36:24.023 INFO BUILD STRING "heads/stlouis-0-g877900aeb7\n"
103852026-02-24T00:36:24.694Z[ host-image] Feb 24 00:36:24.023 INFO expanded image name: "ci 408a9bf/${os_short_commit} 2026-02-23 23:33" -> "ci 408a9bf/877900a 2026-02-23 23:33"
103862026-02-24T00:36:24.697Z[ host-image] Feb 24 00:36:24.023 INFO output artefacts stored in: "/work/os-host"
103872026-02-24T00:36:24.697Z[ host-image] Feb 24 00:36:24.024 INFO collecting git info from project "phbl"...
103882026-02-24T00:36:24.700Z[ host-image] Feb 24 00:36:24.030 INFO collecting git info from project "amd-host-image-builder"...
103892026-02-24T00:36:24.705Z[ host-image] Feb 24 00:36:24.035 INFO collecting git info from project "pinprick"...
103902026-02-24T00:36:24.709Z[ host-image] Feb 24 00:36:24.039 INFO collecting git info from project "pilot"...
103912026-02-24T00:36:24.714Z[ host-image] Feb 24 00:36:24.044 INFO collecting git info from project "chelsio-t6-roms"...
103922026-02-24T00:36:24.719Z[ host-image] Feb 24 00:36:24.049 INFO collecting git info from project "amd-firmware"...
103932026-02-24T00:36:24.730Z[ host-image] Feb 24 00:36:24.060 INFO collecting git info from project "image-builder"...
103942026-02-24T00:36:24.735Z[ host-image] Feb 24 00:36:24.065 INFO collecting git info from project "dmar-report"...
103952026-02-24T00:36:24.741Z[ host-image] Feb 24 00:36:24.069 INFO collecting git info from project "bootserver"...
103962026-02-24T00:36:24.744Z[ host-image] Feb 24 00:36:24.074 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
103972026-02-24T00:36:25.139Z[ host-image] Feb 24 00:36:24.469 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
103982026-02-24T00:36:25.506Z[ host-image] Feb 24 00:36:24.835 INFO creating Oxide boot image...
103992026-02-24T00:36:25.506Z[ host-image] Feb 24 00:36:24.835 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/sled-zfs.raw", "-N", "ci 408a9bf/877900a 2026-02-23 23:33", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
104002026-02-24T00:36:26.649Z[ host-image] Feb 24 00:36:25.979 INFO O| ok, image written!
104012026-02-24T00:36:26.650Z[ host-image] Feb 24 00:36:25.979 INFO O| ok, boot_image_csum file written!
104022026-02-24T00:36:26.653Z[ host-image] Feb 24 00:36:25.982 INFO creating boot archive (CPIO)...
104032026-02-24T00:36:26.653Z[ host-image] Feb 24 00:36:25.982 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
104042026-02-24T00:36:26.657Z[ host-image] Feb 24 00:36:25.987 INFO E| + root=/rpool/images/build/host/work/sled/ramdisk
104052026-02-24T00:36:26.657Z[ host-image] Feb 24 00:36:25.987 INFO E| + outfile=/work/os-host/cpio
104062026-02-24T00:36:26.660Z[ host-image] Feb 24 00:36:25.987 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
104072026-02-24T00:36:26.660Z[ host-image] Feb 24 00:36:25.989 INFO E| + cd /rpool/images/build/host/work/sled/ramdisk
104082026-02-24T00:36:26.660Z[ host-image] Feb 24 00:36:25.989 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
104092026-02-24T00:36:26.698Z[ host-image] Feb 24 00:36:26.028 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
104102026-02-24T00:36:26.698Z[ host-image] Feb 24 00:36:26.028 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
104112026-02-24T00:36:26.705Z[ host-image] Feb 24 00:36:26.035 INFO creating compressed cpio/unix for dev loaders...
104122026-02-24T00:36:26.705Z[ host-image] Feb 24 00:36:26.035 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
104132026-02-24T00:36:27.015Z[ host-image] Feb 24 00:36:26.344 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None
104142026-02-24T00:36:31.394Z[ host-image] Feb 24 00:36:30.724 INFO creating reset image...
104152026-02-24T00:36:31.394Z[ host-image] Feb 24 00:36:30.724 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl"
104162026-02-24T00:36:31.445Z[ host-image] Feb 24 00:36:30.775 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')"
104172026-02-24T00:36:31.445Z[ host-image] Feb 24 00:36:30.775 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")
104182026-02-24T00:36:31.551Z[ host-image] Feb 24 00:36:30.880 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.04s
104192026-02-24T00:36:31.554Z[ host-image] Feb 24 00:36:30.883 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-host/cpio.z --target-dir /work/os-host/phbl`
104202026-02-24T00:36:31.886Z[ host-image] Feb 24 00:36:31.216 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)
104212026-02-24T00:36:31.886Z[ host-image] Feb 24 00:36:31.216 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)
104222026-02-24T00:36:31.887Z[ host-image] Feb 24 00:36:31.216 INFO E| Compiling proc-macro2 v1.0.106
104232026-02-24T00:36:31.887Z[ host-image] Feb 24 00:36:31.216 INFO E| Compiling unicode-ident v1.0.23
104242026-02-24T00:36:31.890Z[ host-image] Feb 24 00:36:31.216 INFO E| Compiling quote v1.0.44
104252026-02-24T00:36:31.890Z[ host-image] Feb 24 00:36:31.216 INFO E| Compiling syn v1.0.109
104262026-02-24T00:36:31.890Z[ host-image] Feb 24 00:36:31.216 INFO E| Compiling x86 v0.52.0
104272026-02-24T00:36:31.890Z[ host-image] Feb 24 00:36:31.216 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
104282026-02-24T00:36:32.084Z[ host-image] Feb 24 00:36:31.414 INFO E| Compiling seq-macro v0.3.6
104292026-02-24T00:36:33.653Z[ host-image] Feb 24 00:36:32.982 INFO E| Compiling syn v2.0.114
104302026-02-24T00:36:37.104Z[ recovery-image] Feb 24 00:36:36.433 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)
104312026-02-24T00:36:37.651Z[ host-image] Feb 24 00:36:36.979 INFO E| Compiling scroll_derive v0.13.1
104322026-02-24T00:36:40.391Z[ host-image] Feb 24 00:36:39.720 INFO E| Compiling bitstruct_derive v0.1.0
104332026-02-24T00:36:41.799Z[ recovery-image] Feb 24 00:36:41.128 INFO E| Compiling bitflags v1.3.2
104342026-02-24T00:36:41.799Z[ recovery-image] Feb 24 00:36:41.128 INFO E| Compiling bitflags v2.10.0
104352026-02-24T00:36:41.802Z[ recovery-image] Feb 24 00:36:41.128 INFO E| Compiling bit_field v0.10.3
104362026-02-24T00:36:41.802Z[ recovery-image] Feb 24 00:36:41.128 INFO E| Compiling scroll v0.13.0
104372026-02-24T00:36:41.802Z[ recovery-image] Feb 24 00:36:41.128 INFO E| Compiling adler2 v2.0.1
104382026-02-24T00:36:41.802Z[ recovery-image] Feb 24 00:36:41.129 INFO E| Compiling log v0.4.29
104392026-02-24T00:36:41.803Z[ recovery-image] Feb 24 00:36:41.129 INFO E| Compiling plain v0.2.3
104402026-02-24T00:36:41.919Z[ recovery-image] Feb 24 00:36:41.248 INFO E| Compiling raw-cpuid v10.7.0
104412026-02-24T00:36:42.049Z[ recovery-image] Feb 24 00:36:41.378 INFO E| Compiling miniz_oxide v0.9.0
104422026-02-24T00:36:42.151Z[ recovery-image] Feb 24 00:36:41.480 INFO E| Compiling cpio_reader v0.1.2
104432026-02-24T00:36:42.174Z[ recovery-image] Feb 24 00:36:41.502 INFO E| Compiling bitstruct v0.1.1
104442026-02-24T00:36:42.281Z[ recovery-image] Feb 24 00:36:41.610 INFO E| Compiling static_assertions v1.1.0
104452026-02-24T00:36:42.404Z[ recovery-image] Feb 24 00:36:41.733 INFO E| Compiling goblin v0.10.4
104462026-02-24T00:36:48.192Z[ recovery-image] Feb 24 00:36:47.521 INFO E| Finished `release` profile [optimized] target(s) in 36.38s
104472026-02-24T00:36:48.213Z[ recovery-image] Feb 24 00:36:47.542 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
104482026-02-24T00:36:48.282Z[ recovery-image] Feb 24 00:36:47.611 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')"
104492026-02-24T00:36:48.282Z[ recovery-image] Feb 24 00:36:47.611 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
104502026-02-24T00:36:48.282Z[ recovery-image] Feb 24 00:36:47.611 INFO building ROM for cosmo
104512026-02-24T00:36:48.286Z[ recovery-image] Feb 24 00:36:47.611 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")
104522026-02-24T00:36:48.603Z[ recovery-image] Feb 24 00:36:47.930 INFO E| Downloading crates ...
104532026-02-24T00:36:48.716Z[ recovery-image] Feb 24 00:36:48.044 INFO E| Downloaded anstyle v1.0.10
104542026-02-24T00:36:48.726Z[ recovery-image] Feb 24 00:36:48.055 INFO E| Downloaded colorchoice v1.0.3
104552026-02-24T00:36:48.730Z[ recovery-image] Feb 24 00:36:48.059 INFO E| Downloaded serde_spanned v0.6.8
104562026-02-24T00:36:48.733Z[ recovery-image] Feb 24 00:36:48.060 INFO E| Downloaded anstyle-query v1.1.2
104572026-02-24T00:36:48.733Z[ recovery-image] Feb 24 00:36:48.061 INFO E| Downloaded clap_derive v4.5.32
104582026-02-24T00:36:48.736Z[ recovery-image] Feb 24 00:36:48.063 INFO E| Downloaded anstyle-parse v0.2.6
104592026-02-24T00:36:48.736Z[ recovery-image] Feb 24 00:36:48.065 INFO E| Downloaded clap v4.5.37
104602026-02-24T00:36:48.743Z[ recovery-image] Feb 24 00:36:48.072 INFO E| Downloaded toml_datetime v0.6.9
104612026-02-24T00:36:48.748Z[ recovery-image] Feb 24 00:36:48.073 INFO E| Downloaded toml_write v0.1.1
104622026-02-24T00:36:48.748Z[ recovery-image] Feb 24 00:36:48.075 INFO E| Downloaded shared_child v1.0.1
104632026-02-24T00:36:48.748Z[ recovery-image] Feb 24 00:36:48.076 INFO E| Downloaded os_pipe v1.2.1
104642026-02-24T00:36:48.750Z[ recovery-image] Feb 24 00:36:48.077 INFO E| Downloaded duct v0.13.7
104652026-02-24T00:36:48.758Z[ recovery-image] Feb 24 00:36:48.087 INFO E| Downloaded cc v1.2.20
104662026-02-24T00:36:48.761Z[ recovery-image] Feb 24 00:36:48.090 INFO E| Downloaded toml v0.8.22
104672026-02-24T00:36:48.793Z[ recovery-image] Feb 24 00:36:48.121 INFO E| Downloaded toml_edit v0.22.26
104682026-02-24T00:36:48.825Z[ recovery-image] Feb 24 00:36:48.151 INFO E| Downloaded winnow v0.7.7
104692026-02-24T00:36:48.830Z[ recovery-image] Feb 24 00:36:48.159 INFO E| Downloaded clap_builder v4.5.37
104702026-02-24T00:36:48.867Z[ recovery-image] Feb 24 00:36:48.195 INFO E| Compiling libc v0.2.172
104712026-02-24T00:36:48.867Z[ recovery-image] Feb 24 00:36:48.195 INFO E| Compiling utf8parse v0.2.2
104722026-02-24T00:36:48.871Z[ recovery-image] Feb 24 00:36:48.195 INFO E| Compiling is_terminal_polyfill v1.70.1
104732026-02-24T00:36:48.871Z[ recovery-image] Feb 24 00:36:48.195 INFO E| Compiling shlex v1.3.0
104742026-02-24T00:36:48.871Z[ recovery-image] Feb 24 00:36:48.195 INFO E| Compiling once_cell v1.21.3
104752026-02-24T00:36:48.871Z[ recovery-image] Feb 24 00:36:48.196 INFO E| Compiling colorchoice v1.0.3
104762026-02-24T00:36:48.901Z[ recovery-image] Feb 24 00:36:48.230 INFO E| Compiling anstyle v1.0.10
104772026-02-24T00:36:48.901Z[ recovery-image] Feb 24 00:36:48.230 INFO E| Compiling syn v2.0.101
104782026-02-24T00:36:49.071Z[ recovery-image] Feb 24 00:36:48.400 INFO E| Compiling anstyle-parse v0.2.6
104792026-02-24T00:36:49.110Z[ recovery-image] Feb 24 00:36:48.439 INFO E| Compiling hashbrown v0.15.2
104802026-02-24T00:36:49.143Z[ recovery-image] Feb 24 00:36:48.470 INFO E| Compiling anstyle-query v1.1.2
104812026-02-24T00:36:49.285Z[ recovery-image] Feb 24 00:36:48.613 INFO E| Compiling equivalent v1.0.2
104822026-02-24T00:36:49.317Z[ recovery-image] Feb 24 00:36:48.646 INFO E| Compiling cc v1.2.20
104832026-02-24T00:36:49.388Z[ recovery-image] Feb 24 00:36:48.717 INFO E| Compiling anstream v0.6.18
104842026-02-24T00:36:49.463Z[ recovery-image] Feb 24 00:36:48.791 INFO E| Compiling strsim v0.11.1
104852026-02-24T00:36:49.478Z[ recovery-image] Feb 24 00:36:48.807 INFO E| Compiling anyhow v1.0.98
104862026-02-24T00:36:49.491Z[ recovery-image] Feb 24 00:36:48.817 INFO E| Compiling winnow v0.7.7
104872026-02-24T00:36:50.137Z[ recovery-image] Feb 24 00:36:49.466 INFO E| Compiling clap_lex v0.7.4
104882026-02-24T00:36:50.374Z[ recovery-image] Feb 24 00:36:49.702 INFO E| Compiling toml_write v0.1.1
104892026-02-24T00:36:50.716Z[ recovery-image] Feb 24 00:36:50.044 INFO E| Compiling indexmap v2.9.0
104902026-02-24T00:36:50.804Z[ recovery-image] Feb 24 00:36:50.133 INFO E| Compiling shared_child v1.0.1
104912026-02-24T00:36:50.838Z[ recovery-image] Feb 24 00:36:50.167 INFO E| Compiling os_pipe v1.2.1
104922026-02-24T00:36:50.851Z[ recovery-image] Feb 24 00:36:50.179 INFO E| Compiling clap_builder v4.5.37
104932026-02-24T00:36:51.178Z[ recovery-image] Feb 24 00:36:50.505 INFO E| Compiling duct v0.13.7
104942026-02-24T00:36:52.650Z[ recovery-image] Feb 24 00:36:51.978 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/xtask)
104952026-02-24T00:36:54.695Z[ recovery-image] Feb 24 00:36:54.023 INFO E| Compiling serde_derive v1.0.219
104962026-02-24T00:36:54.695Z[ recovery-image] Feb 24 00:36:54.023 INFO E| Compiling clap_derive v4.5.32
104972026-02-24T00:36:57.304Z[ recovery-image] Feb 24 00:36:56.631 INFO E| Compiling clap v4.5.37
104982026-02-24T00:36:58.597Z[ recovery-image] Feb 24 00:36:57.926 INFO E| Compiling serde v1.0.219
104992026-02-24T00:37:02.287Z[ host-image] Feb 24 00:37:01.615 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)
105002026-02-24T00:37:02.607Z[ recovery-image] Feb 24 00:37:01.936 INFO E| Compiling serde_spanned v0.6.8
105012026-02-24T00:37:02.607Z[ recovery-image] Feb 24 00:37:01.936 INFO E| Compiling toml_datetime v0.6.9
105022026-02-24T00:37:03.031Z[ recovery-image] Feb 24 00:37:02.359 INFO E| Compiling toml_edit v0.22.26
105032026-02-24T00:37:05.356Z[ recovery-image] Feb 24 00:37:04.684 INFO E| Compiling toml v0.8.22
105042026-02-24T00:37:06.848Z[ host-image] Feb 24 00:37:06.177 INFO E| Compiling bitflags v1.3.2
105052026-02-24T00:37:06.849Z[ host-image] Feb 24 00:37:06.177 INFO E| Compiling scroll v0.13.0
105062026-02-24T00:37:06.852Z[ host-image] Feb 24 00:37:06.177 INFO E| Compiling bit_field v0.10.3
105072026-02-24T00:37:06.852Z[ host-image] Feb 24 00:37:06.177 INFO E| Compiling bitflags v2.10.0
105082026-02-24T00:37:06.852Z[ host-image] Feb 24 00:37:06.177 INFO E| Compiling plain v0.2.3
105092026-02-24T00:37:06.852Z[ host-image] Feb 24 00:37:06.177 INFO E| Compiling adler2 v2.0.1
105102026-02-24T00:37:06.853Z[ host-image] Feb 24 00:37:06.177 INFO E| Compiling log v0.4.29
105112026-02-24T00:37:06.961Z[ host-image] Feb 24 00:37:06.290 INFO E| Compiling raw-cpuid v10.7.0
105122026-02-24T00:37:07.034Z[ host-image] Feb 24 00:37:06.362 INFO E| Compiling bitstruct v0.1.1
105132026-02-24T00:37:07.179Z[ host-image] Feb 24 00:37:06.507 INFO E| Compiling cpio_reader v0.1.2
105142026-02-24T00:37:07.232Z[ host-image] Feb 24 00:37:06.561 INFO E| Compiling miniz_oxide v0.9.0
105152026-02-24T00:37:07.238Z[ host-image] Feb 24 00:37:06.566 INFO E| Compiling static_assertions v1.1.0
105162026-02-24T00:37:07.410Z[ host-image] Feb 24 00:37:06.738 INFO E| Compiling goblin v0.10.4
105172026-02-24T00:37:10.048Z[ recovery-image] Feb 24 00:37:09.375 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.69s
105182026-02-24T00:37:10.068Z[ recovery-image] Feb 24 00:37:09.396 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`
105192026-02-24T00:37:10.107Z[ recovery-image] Feb 24 00:37:09.434 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7.toml"
105202026-02-24T00:37:10.570Z[ recovery-image] Feb 24 00:37:09.898 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
105212026-02-24T00:37:10.576Z[ recovery-image] Feb 24 00:37:09.904 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`
105222026-02-24T00:37:11.060Z[ recovery-image] Feb 24 00:37:10.388 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x00_AmdPubKey_BRH.tkn"
105232026-02-24T00:37:11.063Z[ recovery-image] Feb 24 00:37:10.388 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x01_PspBl_BRH.esbin"
105242026-02-24T00:37:11.063Z[ recovery-image] Feb 24 00:37:10.389 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x02_PspOS_BRH.ecsbin"
105252026-02-24T00:37:11.063Z[ recovery-image] Feb 24 00:37:10.390 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x03_PspRecBl_BRH.esbin"
105262026-02-24T00:37:11.063Z[ recovery-image] Feb 24 00:37:10.391 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x08_SmuFirmware_breithorn.ecsbin"
105272026-02-24T00:37:11.067Z[ recovery-image] Feb 24 00:37:10.392 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
105282026-02-24T00:37:11.067Z[ recovery-image] Feb 24 00:37:10.393 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
105292026-02-24T00:37:11.067Z[ recovery-image] Feb 24 00:37:10.394 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x0A_PspAblPubKey_BRH.stkn"
105302026-02-24T00:37:11.067Z[ recovery-image] Feb 24 00:37:10.395 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x13_SduFw_BRH.ecsbin"
105312026-02-24T00:37:11.070Z[ recovery-image] Feb 24 00:37:10.395 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x21_PspAmdIkek_BRH.bin"
105322026-02-24T00:37:11.070Z[ recovery-image] Feb 24 00:37:10.395 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x22_SecureEmptyToken.bin"
105332026-02-24T00:37:11.070Z[ recovery-image] Feb 24 00:37:10.396 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
105342026-02-24T00:37:11.070Z[ recovery-image] Feb 24 00:37:10.396 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
105352026-02-24T00:37:11.070Z[ recovery-image] Feb 24 00:37:10.397 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x28_PspSystemDriver_BRH.ecsbin"
105362026-02-24T00:37:11.070Z[ recovery-image] Feb 24 00:37:10.398 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
105372026-02-24T00:37:11.074Z[ recovery-image] Feb 24 00:37:10.399 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
105382026-02-24T00:37:11.074Z[ recovery-image] Feb 24 00:37:10.400 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x2D_AblRt.ecsbin"
105392026-02-24T00:37:11.074Z[ recovery-image] Feb 24 00:37:10.401 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
105402026-02-24T00:37:11.077Z[ recovery-image] Feb 24 00:37:10.403 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x42_PhyFw_BRH.ecsbin"
105412026-02-24T00:37:11.077Z[ recovery-image] Feb 24 00:37:10.404 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x44_USB_PHY_BRH.esbin"
105422026-02-24T00:37:11.077Z[ recovery-image] Feb 24 00:37:10.404 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
105432026-02-24T00:37:11.077Z[ recovery-image] Feb 24 00:37:10.405 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
105442026-02-24T00:37:11.080Z[ recovery-image] Feb 24 00:37:10.406 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x50_PspKeyDataBase_BRH.sbin"
105452026-02-24T00:37:11.080Z[ recovery-image] Feb 24 00:37:10.407 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
105462026-02-24T00:37:11.080Z[ recovery-image] Feb 24 00:37:10.407 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x55_SPLTable_BRH.sbin"
105472026-02-24T00:37:11.080Z[ recovery-image] Feb 24 00:37:10.408 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x5DMpioFw_BRH.cesbin"
105482026-02-24T00:37:11.084Z[ recovery-image] Feb 24 00:37:10.409 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x64_RasDriver_BRH.ecsbin"
105492026-02-24T00:37:11.084Z[ recovery-image] Feb 24 00:37:10.410 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
105502026-02-24T00:37:11.084Z[ recovery-image] Feb 24 00:37:10.411 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1A_SevDriver_BRH.ecsbin"
105512026-02-24T00:37:11.087Z[ recovery-image] Feb 24 00:37:10.413 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
105522026-02-24T00:37:11.087Z[ recovery-image] Feb 24 00:37:10.413 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1B_BootDriver_BRH.ecsbin"
105532026-02-24T00:37:11.087Z[ recovery-image] Feb 24 00:37:10.414 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1C_SocDriver_BRH.ecsbin"
105542026-02-24T00:37:11.087Z[ recovery-image] Feb 24 00:37:10.415 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1D_HadDriver_BRH.ecsbin"
105552026-02-24T00:37:11.090Z[ recovery-image] Feb 24 00:37:10.416 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
105562026-02-24T00:37:11.090Z[ recovery-image] Feb 24 00:37:10.417 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x38_PspSevEmptyData.bin"
105572026-02-24T00:37:11.090Z[ recovery-image] Feb 24 00:37:10.417 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x47_DRTMDriver_BRH.ecsbin"
105582026-02-24T00:37:11.090Z[ recovery-image] Feb 24 00:37:10.418 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x67_FHPDriver_BRH.ecsbin"
105592026-02-24T00:37:11.093Z[ recovery-image] Feb 24 00:37:10.419 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x68_SPDMDriver_BRH.ecsbin"
105602026-02-24T00:37:11.094Z[ recovery-image] Feb 24 00:37:10.420 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x69_DPEDriver_BRH.ecsbin"
105612026-02-24T00:37:11.094Z[ recovery-image] Feb 24 00:37:10.420 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x73_PspBl_BRH.ecsbin"
105622026-02-24T00:37:11.094Z[ recovery-image] Feb 24 00:37:10.421 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x76_DfRib_BRH.csbin"
105632026-02-24T00:37:11.097Z[ recovery-image] Feb 24 00:37:10.422 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x8C_MPDMATF_BRH.sbin"
105642026-02-24T00:37:11.097Z[ recovery-image] Feb 24 00:37:10.423 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x91_GmiPhyFw_BRH.esbin"
105652026-02-24T00:37:11.097Z[ recovery-image] Feb 24 00:37:10.424 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x92_Page_BRH.sbin"
105662026-02-24T00:37:11.097Z[ recovery-image] Feb 24 00:37:10.425 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x9D_AspSramFwExt_BRH.sbin"
105672026-02-24T00:37:11.100Z[ recovery-image] Feb 24 00:37:10.425 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
105682026-02-24T00:37:11.100Z[ recovery-image] Feb 24 00:37:10.426 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_A0.sbin"
105692026-02-24T00:37:11.100Z[ recovery-image] Feb 24 00:37:10.427 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRHD_A0.sbin"
105702026-02-24T00:37:11.100Z[ recovery-image] Feb 24 00:37:10.428 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_B0.sbin"
105712026-02-24T00:37:11.101Z[ recovery-image] Feb 24 00:37:10.428 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_C0.sbin"
105722026-02-24T00:37:11.104Z[ recovery-image] Feb 24 00:37:10.429 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRHD_B0.sbin"
105732026-02-24T00:37:11.104Z[ recovery-image] Feb 24 00:37:10.430 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_B1.sbin"
105742026-02-24T00:37:11.104Z[ recovery-image] Feb 24 00:37:10.430 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_C1.sbin"
105752026-02-24T00:37:11.104Z[ recovery-image] Feb 24 00:37:10.431 INFO O| Info: ABL version: 0x1007f011
105762026-02-24T00:37:11.104Z[ recovery-image] Feb 24 00:37:10.431 INFO O| Info: For sub_program 0: SMU firmware version: 94.125.0
105772026-02-24T00:37:11.104Z[ recovery-image] Feb 24 00:37:10.431 INFO O| Info: For sub_program 2: SMU firmware version: 99.125.0
105782026-02-24T00:37:11.104Z[ recovery-image] Feb 24 00:37:10.432 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/APOB_NV_BRH.bin"
105792026-02-24T00:37:11.108Z[ recovery-image] Feb 24 00:37:10.434 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
105802026-02-24T00:37:11.108Z[ recovery-image] Feb 24 00:37:10.435 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
105812026-02-24T00:37:11.108Z[ recovery-image] Feb 24 00:37:10.436 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
105822026-02-24T00:37:11.108Z[ recovery-image] Feb 24 00:37:10.436 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
105832026-02-24T00:37:11.111Z[ recovery-image] Feb 24 00:37:10.437 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
105842026-02-24T00:37:11.111Z[ recovery-image] Feb 24 00:37:10.438 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
105852026-02-24T00:37:11.111Z[ recovery-image] Feb 24 00:37:10.439 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
105862026-02-24T00:37:11.111Z[ recovery-image] Feb 24 00:37:10.440 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
105872026-02-24T00:37:11.115Z[ recovery-image] Feb 24 00:37:10.440 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
105882026-02-24T00:37:11.115Z[ recovery-image] Feb 24 00:37:10.441 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
105892026-02-24T00:37:11.115Z[ recovery-image] Feb 24 00:37:10.442 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
105902026-02-24T00:37:11.115Z[ recovery-image] Feb 24 00:37:10.443 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
105912026-02-24T00:37:11.115Z[ recovery-image] Feb 24 00:37:10.443 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
105922026-02-24T00:37:11.118Z[ recovery-image] Feb 24 00:37:10.444 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
105932026-02-24T00:37:11.118Z[ recovery-image] Feb 24 00:37:10.445 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
105942026-02-24T00:37:11.118Z[ recovery-image] Feb 24 00:37:10.445 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
105952026-02-24T00:37:11.118Z[ recovery-image] Feb 24 00:37:10.446 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
105962026-02-24T00:37:11.122Z[ recovery-image] Feb 24 00:37:10.447 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
105972026-02-24T00:37:11.122Z[ recovery-image] Feb 24 00:37:10.447 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
105982026-02-24T00:37:11.159Z[ recovery-image] Feb 24 00:37:10.487 INFO building ROM for gimlet
105992026-02-24T00:37:11.162Z[ recovery-image] Feb 24 00:37:10.487 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")
106002026-02-24T00:37:11.333Z[ recovery-image] Feb 24 00:37:10.661 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.10s
106012026-02-24T00:37:11.339Z[ recovery-image] Feb 24 00:37:10.667 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`
106022026-02-24T00:37:11.354Z[ recovery-image] Feb 24 00:37:10.682 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml"
106032026-02-24T00:37:11.471Z[ recovery-image] Feb 24 00:37:10.799 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.10s
106042026-02-24T00:37:11.474Z[ recovery-image] Feb 24 00:37:10.803 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`
106052026-02-24T00:37:11.689Z[ recovery-image] Feb 24 00:37:11.017 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/AmdPubKey_gn.tkn"
106062026-02-24T00:37:11.689Z[ recovery-image] Feb 24 00:37:11.017 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspBootLoader_gn.sbin"
106072026-02-24T00:37:11.689Z[ recovery-image] Feb 24 00:37:11.017 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspRecoveryBootLoader_gn.sbin"
106082026-02-24T00:37:11.689Z[ recovery-image] Feb 24 00:37:11.017 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SmuFirmwareGn.csbin"
106092026-02-24T00:37:11.693Z[ recovery-image] Feb 24 00:37:11.017 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureDebugToken_gn.stkn"
106102026-02-24T00:37:11.693Z[ recovery-image] Feb 24 00:37:11.017 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspABLFw_gn.stkn"
106112026-02-24T00:37:11.693Z[ recovery-image] Feb 24 00:37:11.017 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SmuFirmware2Gn.csbin"
106122026-02-24T00:37:11.693Z[ recovery-image] Feb 24 00:37:11.017 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureDebugUnlock_gn.sbin"
106132026-02-24T00:37:11.693Z[ recovery-image] Feb 24 00:37:11.018 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspIkek_gn.bin"
106142026-02-24T00:37:11.693Z[ recovery-image] Feb 24 00:37:11.018 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureEmptyToken.bin"
106152026-02-24T00:37:11.693Z[ recovery-image] Feb 24 00:37:11.018 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/RsmuSecPolicy_gn.sbin"
106162026-02-24T00:37:11.693Z[ recovery-image] Feb 24 00:37:11.018 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Mp5Gn.csbin"
106172026-02-24T00:37:11.693Z[ recovery-image] Feb 24 00:37:11.018 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/AgesaBootloader_U_prod_GN.csbin"
106182026-02-24T00:37:11.693Z[ recovery-image] Feb 24 00:37:11.018 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/GnPhyFw.sbin"
106192026-02-24T00:37:11.693Z[ recovery-image] Feb 24 00:37:11.018 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PSP-Key-DB_gn.sbin"
106202026-02-24T00:37:11.693Z[ recovery-image] Feb 24 00:37:11.018 INFO O| Info: ABL version: 0x100f5010
106212026-02-24T00:37:11.693Z[ recovery-image] Feb 24 00:37:11.018 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.0
106222026-02-24T00:37:11.693Z[ recovery-image] Feb 24 00:37:11.018 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
106232026-02-24T00:37:11.693Z[ recovery-image] Feb 24 00:37:11.018 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
106242026-02-24T00:37:11.693Z[ recovery-image] Feb 24 00:37:11.019 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
106252026-02-24T00:37:11.693Z[ recovery-image] Feb 24 00:37:11.019 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
106262026-02-24T00:37:11.693Z[ recovery-image] Feb 24 00:37:11.019 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
106272026-02-24T00:37:11.693Z[ recovery-image] Feb 24 00:37:11.019 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
106282026-02-24T00:37:11.693Z[ recovery-image] Feb 24 00:37:11.019 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
106292026-02-24T00:37:11.694Z[ recovery-image] Feb 24 00:37:11.019 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
106302026-02-24T00:37:11.694Z[ recovery-image] Feb 24 00:37:11.019 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
106312026-02-24T00:37:11.694Z[ recovery-image] Feb 24 00:37:11.019 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
106322026-02-24T00:37:11.694Z[ recovery-image] Feb 24 00:37:11.019 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
106332026-02-24T00:37:11.694Z[ recovery-image] Feb 24 00:37:11.019 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
106342026-02-24T00:37:11.694Z[ recovery-image] Feb 24 00:37:11.019 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
106352026-02-24T00:37:11.694Z[ recovery-image] Feb 24 00:37:11.019 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
106362026-02-24T00:37:11.694Z[ recovery-image] Feb 24 00:37:11.019 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
106372026-02-24T00:37:11.694Z[ recovery-image] Feb 24 00:37:11.019 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
106382026-02-24T00:37:11.694Z[ recovery-image] Feb 24 00:37:11.019 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
106392026-02-24T00:37:11.694Z[ recovery-image] Feb 24 00:37:11.019 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
106402026-02-24T00:37:11.735Z[ recovery-image] Feb 24 00:37:11.063 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
106412026-02-24T00:37:11.735Z[ recovery-image] Feb 24 00:37:11.063 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
106422026-02-24T00:37:13.256Z[ host-image] Feb 24 00:37:12.584 INFO E| Finished `release` profile [optimized] target(s) in 41.68s
106432026-02-24T00:37:13.270Z[ host-image] Feb 24 00:37:12.599 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
106442026-02-24T00:37:13.331Z[ host-image] Feb 24 00:37:12.659 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')"
106452026-02-24T00:37:13.331Z[ host-image] Feb 24 00:37:12.659 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
106462026-02-24T00:37:13.335Z[ host-image] Feb 24 00:37:12.659 INFO building ROM for gimlet
106472026-02-24T00:37:13.335Z[ host-image] Feb 24 00:37:12.659 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")
106482026-02-24T00:37:13.469Z[ host-image] Feb 24 00:37:12.797 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.07s
106492026-02-24T00:37:13.472Z[ host-image] Feb 24 00:37:12.800 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`
106502026-02-24T00:37:13.482Z[ host-image] Feb 24 00:37:12.811 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml"
106512026-02-24T00:37:13.570Z[ host-image] Feb 24 00:37:12.898 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.08s
106522026-02-24T00:37:13.573Z[ host-image] Feb 24 00:37:12.902 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`
106532026-02-24T00:37:13.751Z[ host-image] Feb 24 00:37:13.079 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/AmdPubKey_gn.tkn"
106542026-02-24T00:37:13.751Z[ host-image] Feb 24 00:37:13.079 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspBootLoader_gn.sbin"
106552026-02-24T00:37:13.751Z[ host-image] Feb 24 00:37:13.079 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspRecoveryBootLoader_gn.sbin"
106562026-02-24T00:37:13.754Z[ host-image] Feb 24 00:37:13.079 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SmuFirmwareGn.csbin"
106572026-02-24T00:37:13.754Z[ host-image] Feb 24 00:37:13.079 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureDebugToken_gn.stkn"
106582026-02-24T00:37:13.754Z[ host-image] Feb 24 00:37:13.079 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspABLFw_gn.stkn"
106592026-02-24T00:37:13.754Z[ host-image] Feb 24 00:37:13.079 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SmuFirmware2Gn.csbin"
106602026-02-24T00:37:13.754Z[ host-image] Feb 24 00:37:13.079 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureDebugUnlock_gn.sbin"
106612026-02-24T00:37:13.754Z[ host-image] Feb 24 00:37:13.079 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspIkek_gn.bin"
106622026-02-24T00:37:13.754Z[ host-image] Feb 24 00:37:13.079 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureEmptyToken.bin"
106632026-02-24T00:37:13.754Z[ host-image] Feb 24 00:37:13.079 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/RsmuSecPolicy_gn.sbin"
106642026-02-24T00:37:13.754Z[ host-image] Feb 24 00:37:13.079 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Mp5Gn.csbin"
106652026-02-24T00:37:13.754Z[ host-image] Feb 24 00:37:13.079 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/AgesaBootloader_U_prod_GN.csbin"
106662026-02-24T00:37:13.754Z[ host-image] Feb 24 00:37:13.080 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/GnPhyFw.sbin"
106672026-02-24T00:37:13.754Z[ host-image] Feb 24 00:37:13.080 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PSP-Key-DB_gn.sbin"
106682026-02-24T00:37:13.754Z[ host-image] Feb 24 00:37:13.080 INFO O| Info: ABL version: 0x100f5010
106692026-02-24T00:37:13.754Z[ host-image] Feb 24 00:37:13.080 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.0
106702026-02-24T00:37:13.754Z[ host-image] Feb 24 00:37:13.080 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
106712026-02-24T00:37:13.754Z[ host-image] Feb 24 00:37:13.080 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
106722026-02-24T00:37:13.754Z[ host-image] Feb 24 00:37:13.080 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
106732026-02-24T00:37:13.754Z[ host-image] Feb 24 00:37:13.080 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
106742026-02-24T00:37:13.754Z[ host-image] Feb 24 00:37:13.080 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
106752026-02-24T00:37:13.754Z[ host-image] Feb 24 00:37:13.080 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
106762026-02-24T00:37:13.755Z[ host-image] Feb 24 00:37:13.080 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
106772026-02-24T00:37:13.755Z[ host-image] Feb 24 00:37:13.080 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
106782026-02-24T00:37:13.755Z[ host-image] Feb 24 00:37:13.080 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
106792026-02-24T00:37:13.755Z[ host-image] Feb 24 00:37:13.080 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
106802026-02-24T00:37:13.755Z[ host-image] Feb 24 00:37:13.080 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
106812026-02-24T00:37:13.755Z[ host-image] Feb 24 00:37:13.080 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
106822026-02-24T00:37:13.755Z[ host-image] Feb 24 00:37:13.080 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
106832026-02-24T00:37:13.755Z[ host-image] Feb 24 00:37:13.080 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
106842026-02-24T00:37:13.755Z[ host-image] Feb 24 00:37:13.080 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
106852026-02-24T00:37:13.755Z[ host-image] Feb 24 00:37:13.081 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
106862026-02-24T00:37:13.755Z[ host-image] Feb 24 00:37:13.081 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
106872026-02-24T00:37:13.755Z[ host-image] Feb 24 00:37:13.081 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
106882026-02-24T00:37:13.829Z[ host-image] Feb 24 00:37:13.123 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
106892026-02-24T00:37:13.829Z[ host-image] Feb 24 00:37:13.123 INFO building ROM for cosmo
106902026-02-24T00:37:13.829Z[ host-image] Feb 24 00:37:13.123 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")
106912026-02-24T00:37:13.932Z[ host-image] Feb 24 00:37:13.260 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.07s
106922026-02-24T00:37:13.936Z[ host-image] Feb 24 00:37:13.264 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`
106932026-02-24T00:37:13.948Z[ host-image] Feb 24 00:37:13.276 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7.toml"
106942026-02-24T00:37:14.035Z[ host-image] Feb 24 00:37:13.363 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.08s
106952026-02-24T00:37:14.039Z[ host-image] Feb 24 00:37:13.366 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`
106962026-02-24T00:37:14.377Z[ host-image] Feb 24 00:37:13.705 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x00_AmdPubKey_BRH.tkn"
106972026-02-24T00:37:14.377Z[ host-image] Feb 24 00:37:13.705 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x01_PspBl_BRH.esbin"
106982026-02-24T00:37:14.381Z[ host-image] Feb 24 00:37:13.705 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x02_PspOS_BRH.ecsbin"
106992026-02-24T00:37:14.381Z[ host-image] Feb 24 00:37:13.705 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x03_PspRecBl_BRH.esbin"
107002026-02-24T00:37:14.381Z[ host-image] Feb 24 00:37:13.705 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x08_SmuFirmware_breithorn.ecsbin"
107012026-02-24T00:37:14.381Z[ host-image] Feb 24 00:37:13.705 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
107022026-02-24T00:37:14.381Z[ host-image] Feb 24 00:37:13.705 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
107032026-02-24T00:37:14.381Z[ host-image] Feb 24 00:37:13.705 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x0A_PspAblPubKey_BRH.stkn"
107042026-02-24T00:37:14.381Z[ host-image] Feb 24 00:37:13.705 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x13_SduFw_BRH.ecsbin"
107052026-02-24T00:37:14.381Z[ host-image] Feb 24 00:37:13.705 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x21_PspAmdIkek_BRH.bin"
107062026-02-24T00:37:14.381Z[ host-image] Feb 24 00:37:13.705 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x22_SecureEmptyToken.bin"
107072026-02-24T00:37:14.381Z[ host-image] Feb 24 00:37:13.706 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
107082026-02-24T00:37:14.381Z[ host-image] Feb 24 00:37:13.706 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
107092026-02-24T00:37:14.381Z[ host-image] Feb 24 00:37:13.706 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x28_PspSystemDriver_BRH.ecsbin"
107102026-02-24T00:37:14.381Z[ host-image] Feb 24 00:37:13.706 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
107112026-02-24T00:37:14.381Z[ host-image] Feb 24 00:37:13.706 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
107122026-02-24T00:37:14.381Z[ host-image] Feb 24 00:37:13.706 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x2D_AblRt.ecsbin"
107132026-02-24T00:37:14.382Z[ host-image] Feb 24 00:37:13.706 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
107142026-02-24T00:37:14.382Z[ host-image] Feb 24 00:37:13.706 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x42_PhyFw_BRH.ecsbin"
107152026-02-24T00:37:14.382Z[ host-image] Feb 24 00:37:13.706 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x44_USB_PHY_BRH.esbin"
107162026-02-24T00:37:14.382Z[ host-image] Feb 24 00:37:13.706 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
107172026-02-24T00:37:14.382Z[ host-image] Feb 24 00:37:13.706 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
107182026-02-24T00:37:14.382Z[ host-image] Feb 24 00:37:13.706 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x50_PspKeyDataBase_BRH.sbin"
107192026-02-24T00:37:14.382Z[ host-image] Feb 24 00:37:13.706 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
107202026-02-24T00:37:14.382Z[ host-image] Feb 24 00:37:13.706 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x55_SPLTable_BRH.sbin"
107212026-02-24T00:37:14.382Z[ host-image] Feb 24 00:37:13.706 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x5DMpioFw_BRH.cesbin"
107222026-02-24T00:37:14.382Z[ host-image] Feb 24 00:37:13.706 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x64_RasDriver_BRH.ecsbin"
107232026-02-24T00:37:14.382Z[ host-image] Feb 24 00:37:13.706 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
107242026-02-24T00:37:14.382Z[ host-image] Feb 24 00:37:13.706 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1A_SevDriver_BRH.ecsbin"
107252026-02-24T00:37:14.382Z[ host-image] Feb 24 00:37:13.706 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
107262026-02-24T00:37:14.382Z[ host-image] Feb 24 00:37:13.706 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1B_BootDriver_BRH.ecsbin"
107272026-02-24T00:37:14.383Z[ host-image] Feb 24 00:37:13.706 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1C_SocDriver_BRH.ecsbin"
107282026-02-24T00:37:14.383Z[ host-image] Feb 24 00:37:13.706 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1D_HadDriver_BRH.ecsbin"
107292026-02-24T00:37:14.383Z[ host-image] Feb 24 00:37:13.706 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
107302026-02-24T00:37:14.383Z[ host-image] Feb 24 00:37:13.706 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x38_PspSevEmptyData.bin"
107312026-02-24T00:37:14.383Z[ host-image] Feb 24 00:37:13.706 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x47_DRTMDriver_BRH.ecsbin"
107322026-02-24T00:37:14.383Z[ host-image] Feb 24 00:37:13.706 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x67_FHPDriver_BRH.ecsbin"
107332026-02-24T00:37:14.383Z[ host-image] Feb 24 00:37:13.706 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x68_SPDMDriver_BRH.ecsbin"
107342026-02-24T00:37:14.383Z[ host-image] Feb 24 00:37:13.707 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x69_DPEDriver_BRH.ecsbin"
107352026-02-24T00:37:14.383Z[ host-image] Feb 24 00:37:13.707 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x73_PspBl_BRH.ecsbin"
107362026-02-24T00:37:14.383Z[ host-image] Feb 24 00:37:13.707 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x76_DfRib_BRH.csbin"
107372026-02-24T00:37:14.383Z[ host-image] Feb 24 00:37:13.707 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x8C_MPDMATF_BRH.sbin"
107382026-02-24T00:37:14.383Z[ host-image] Feb 24 00:37:13.707 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x91_GmiPhyFw_BRH.esbin"
107392026-02-24T00:37:14.383Z[ host-image] Feb 24 00:37:13.707 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x92_Page_BRH.sbin"
107402026-02-24T00:37:14.383Z[ host-image] Feb 24 00:37:13.707 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x9D_AspSramFwExt_BRH.sbin"
107412026-02-24T00:37:14.383Z[ host-image] Feb 24 00:37:13.707 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
107422026-02-24T00:37:14.383Z[ host-image] Feb 24 00:37:13.707 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_A0.sbin"
107432026-02-24T00:37:14.383Z[ host-image] Feb 24 00:37:13.707 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRHD_A0.sbin"
107442026-02-24T00:37:14.384Z[ host-image] Feb 24 00:37:13.707 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_B0.sbin"
107452026-02-24T00:37:14.384Z[ host-image] Feb 24 00:37:13.707 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_C0.sbin"
107462026-02-24T00:37:14.384Z[ host-image] Feb 24 00:37:13.707 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRHD_B0.sbin"
107472026-02-24T00:37:14.384Z[ host-image] Feb 24 00:37:13.707 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_B1.sbin"
107482026-02-24T00:37:14.384Z[ host-image] Feb 24 00:37:13.707 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_C1.sbin"
107492026-02-24T00:37:14.384Z[ host-image] Feb 24 00:37:13.707 INFO O| Info: ABL version: 0x1007f011
107502026-02-24T00:37:14.384Z[ host-image] Feb 24 00:37:13.707 INFO O| Info: For sub_program 0: SMU firmware version: 94.125.0
107512026-02-24T00:37:14.384Z[ host-image] Feb 24 00:37:13.707 INFO O| Info: For sub_program 2: SMU firmware version: 99.125.0
107522026-02-24T00:37:14.384Z[ host-image] Feb 24 00:37:13.708 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/APOB_NV_BRH.bin"
107532026-02-24T00:37:14.384Z[ host-image] Feb 24 00:37:13.708 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
107542026-02-24T00:37:14.384Z[ host-image] Feb 24 00:37:13.708 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
107552026-02-24T00:37:14.384Z[ host-image] Feb 24 00:37:13.708 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
107562026-02-24T00:37:14.384Z[ host-image] Feb 24 00:37:13.708 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
107572026-02-24T00:37:14.384Z[ host-image] Feb 24 00:37:13.708 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
107582026-02-24T00:37:14.384Z[ host-image] Feb 24 00:37:13.708 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
107592026-02-24T00:37:14.384Z[ host-image] Feb 24 00:37:13.708 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
107602026-02-24T00:37:14.385Z[ host-image] Feb 24 00:37:13.708 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
107612026-02-24T00:37:14.385Z[ host-image] Feb 24 00:37:13.708 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
107622026-02-24T00:37:14.385Z[ host-image] Feb 24 00:37:13.708 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
107632026-02-24T00:37:14.385Z[ host-image] Feb 24 00:37:13.708 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
107642026-02-24T00:37:14.385Z[ host-image] Feb 24 00:37:13.708 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
107652026-02-24T00:37:14.385Z[ host-image] Feb 24 00:37:13.708 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
107662026-02-24T00:37:14.385Z[ host-image] Feb 24 00:37:13.708 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
107672026-02-24T00:37:14.385Z[ host-image] Feb 24 00:37:13.708 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
107682026-02-24T00:37:14.385Z[ host-image] Feb 24 00:37:13.708 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
107692026-02-24T00:37:14.388Z[ host-image] Feb 24 00:37:13.708 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
107702026-02-24T00:37:14.388Z[ host-image] Feb 24 00:37:13.708 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
107712026-02-24T00:37:14.388Z[ host-image] Feb 24 00:37:13.708 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
107722026-02-24T00:37:14.419Z[ host-image] Feb 24 00:37:13.747 INFO finishing image archive at "/work/os-host/os.tar.gz"...
107732026-02-24T00:37:15.149Z[ recovery-image] Feb 24 00:37:14.477 INFO image complete! materials are in "/work/os-recovery"
107742026-02-24T00:37:15.154Z[ recovery-image]
107752026-02-24T00:37:15.154Z[ recovery-image] real 33:21.778007810
107762026-02-24T00:37:15.158Z[ recovery-image] user 25:00.060778377
107772026-02-24T00:37:15.158Z[ recovery-image] sys 1:36.974189631
107782026-02-24T00:37:15.158Z[ recovery-image] trap 1.168184950
107792026-02-24T00:37:15.158Z[ recovery-image] tflt 0.979199096
107802026-02-24T00:37:15.158Z[ recovery-image] dflt 3.535765190
107812026-02-24T00:37:15.158Z[ recovery-image] kflt 0.071183596
107822026-02-24T00:37:15.158Z[ recovery-image] lock 57:21.928151075
107832026-02-24T00:37:15.158Z[ recovery-image] slp 3:17:51.845437892
107842026-02-24T00:37:15.158Z[ recovery-image] lat 6:40.898190945
107852026-02-24T00:37:15.158ZFeb 24 00:37:14.483 INFO [recovery-image] process exited with exit status: 0 (2001.784707005s)
107862026-02-24T00:37:15.158Z[ recovery-image] stop 8.172155376
107872026-02-24T00:37:34.845Z[ host-image] Feb 24 00:37:34.173 INFO image complete! materials are in "/work/os-host"
107882026-02-24T00:37:34.849Z[ host-image]
107892026-02-24T00:37:34.849Z[ host-image] real 34:28.084558613
107902026-02-24T00:37:34.849Z[ host-image] user 25:44.241453699
107912026-02-24T00:37:34.849Z[ host-image] sys 1:36.783222169
107922026-02-24T00:37:34.849Z[ host-image] trap 1.286125277
107932026-02-24T00:37:34.849Z[ host-image] tflt 0.203644188
107942026-02-24T00:37:34.849Z[ host-image] dflt 0.380644469
107952026-02-24T00:37:34.849Z[ host-image] kflt 0.202243285
107962026-02-24T00:37:34.849Z[ host-image] lock 36:35.593540853
107972026-02-24T00:37:34.849Z[ host-image] slp 3:22:07.590862017
107982026-02-24T00:37:34.849Z[ host-image] lat 7:01.850376300
107992026-02-24T00:37:34.849Z[ host-image] stop 2.973919470
108002026-02-24T00:37:34.849ZFeb 24 00:37:34.177 INFO [host-image] process exited with exit status: 0 (2068.089972012s)
108012026-02-24T00:37:34.849ZFeb 24 00:37:34.177 INFO [tuf-repo] running task
108022026-02-24T00:38:01.792ZFeb 24 00:38:01.119 INFO assembling repository in `/tmp/tufaceousrFWVqS`, component: OmicronRepoAssembler
108032026-02-24T00:38:09.297ZFeb 24 00:38:08.622 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
108042026-02-24T00:38:09.564ZFeb 24 00:38:08.890 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
108052026-02-24T00:38:28.491ZFeb 24 00:38:27.817 INFO extracting uploaded archive to /tmp/.tmp0TCUSq
108062026-02-24T00:38:31.663ZFeb 24 00:38:30.989 INFO created directory to store extracted artifacts, path: /tmp/update-artifacts.fIKCVn
108072026-02-24T00:38:31.746ZFeb 24 00:38:31.071 INFO added artifact, length: 6519345, hash: 30400b0cba8024252ad87988888c0b4ff507f0dbd94de495853438170c48db6f, version: 1.0.62, kind: gimlet_sp, name: cosmo-a
108082026-02-24T00:38:31.891ZFeb 24 00:38:31.216 INFO added artifact, length: 6519269, hash: 45d2c6ecdc073e2d6683df59a9af698ac48354f28db15796e440938c20a14454, version: 1.0.62, kind: gimlet_sp, name: cosmo-b
108092026-02-24T00:38:32.024ZFeb 24 00:38:31.350 INFO added artifact, length: 5466282, hash: 1968dd0fe7c2ea1693a3fcde055a2ae26103be2a550c9bfae3eb2e2851692f6f, version: 1.0.62, kind: gimlet_sp, name: gimlet-b
108102026-02-24T00:38:32.150ZFeb 24 00:38:31.476 INFO added artifact, length: 5468612, hash: 013cf14175743c8a428e478c6174e907b0cecd6734a20606597a0e221ec0dd0b, version: 1.0.62, kind: gimlet_sp, name: gimlet-c
108112026-02-24T00:38:32.275ZFeb 24 00:38:31.600 INFO added artifact, length: 5469365, hash: 57fcfe996814261c37cec77757e089da36932685293b88c1664e514db48ff4e2, version: 1.0.62, kind: gimlet_sp, name: gimlet-d
108122026-02-24T00:38:32.403ZFeb 24 00:38:31.728 INFO added artifact, length: 5469129, hash: f5241e12c502d08476ca232f8125b96ac62b132bac9055f65b843e00aa01576a, version: 1.0.62, kind: gimlet_sp, name: gimlet-e
108132026-02-24T00:38:32.525ZFeb 24 00:38:31.851 INFO added artifact, length: 5469060, hash: 75e5434060e1afa332c010a418bdacd0050bc5040300c46febb67f2b0adba98a, version: 1.0.62, kind: gimlet_sp, name: gimlet-f
108142026-02-24T00:38:32.666ZFeb 24 00:38:31.991 INFO added artifact, length: 1575250, hash: e57c5631d66cbefb69d621c8692d28db6af95672949540dd765a0fe26678ea4b, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-gimlet
108152026-02-24T00:38:32.666ZFeb 24 00:38:31.991 INFO added artifact, length: 1574970, hash: ca76f931699d50646bbbc21b991f41cf6d72dd6950a93be7d94d462ef6debaf7, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-gimlet
108162026-02-24T00:38:32.746ZFeb 24 00:38:32.072 INFO added artifact, length: 1575253, hash: 657ddafd315d3cb9f0521eaec43752b2d3a92d33fe98767eacd3c27c5b790ad7, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-cosmo
108172026-02-24T00:38:32.746ZFeb 24 00:38:32.072 INFO added artifact, length: 1575039, hash: 4ff67dc8de2f937401560c5d13dbcf9b83cbef555be2555581db58083bfaf3c8, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-cosmo
108182026-02-24T00:38:32.829ZFeb 24 00:38:32.154 INFO added artifact, length: 1639595, hash: dc1c96e39338ecc6b9c127b0af4eb2b000dbf4ec76c045274660b1bee5c1e635, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-gimlet
108192026-02-24T00:38:32.829ZFeb 24 00:38:32.154 INFO added artifact, length: 1639767, hash: 6619031a1efbed441aa1297893c94196f2fd8cbc7eb4bd001ec5e88e52c69f1c, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-gimlet
108202026-02-24T00:38:32.913ZFeb 24 00:38:32.238 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-bart
108212026-02-24T00:38:32.913ZFeb 24 00:38:32.238 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-bart
108222026-02-24T00:38:32.996ZFeb 24 00:38:32.321 INFO added artifact, length: 1639535, hash: 5ef57dd074e9efb402502f33c54f79f2c7fbf809598ed32570a7913051806b53, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-cosmo
108232026-02-24T00:38:32.996ZFeb 24 00:38:32.322 INFO added artifact, length: 1639866, hash: 81a6a63cfd2868a872f6b1d35f67f9985f36c80b48a97a285dae0d0b0903c0ef, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-cosmo
108242026-02-24T00:38:33.079ZFeb 24 00:38:32.404 INFO added artifact, length: 1575096, hash: 81a97eee9a4c9f2620ff36d50668c94b4851c87f1c91325e938beb6d716c8ab3, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-gimlet
108252026-02-24T00:38:33.079ZFeb 24 00:38:32.404 INFO added artifact, length: 1574964, hash: a6c298674493ec26424c3c079efa2920ecb557268010a94b793934a875a7e40d, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-gimlet
108262026-02-24T00:38:33.161ZFeb 24 00:38:32.486 INFO added artifact, length: 1575107, hash: 3027a2a8090e6c107e3cf19938bc93319f37c70f6995650c60eea9fd076c9c65, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-cosmo
108272026-02-24T00:38:33.161ZFeb 24 00:38:32.486 INFO added artifact, length: 1574965, hash: 6a8a11a179a6a9b7d2c0ac96e32ea216ccaee0ad7bb5c42333e4f7c422558b2f, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-cosmo
108282026-02-24T00:38:33.164ZFeb 24 00:38:32.487 INFO added artifact, length: 46165, hash: 01bf70ada8937f7adf23a2eb6b5d7c36351cccd6a4aec2af6ab591d0f30902ff, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-gimlet
108292026-02-24T00:38:33.164ZFeb 24 00:38:32.488 INFO added artifact, length: 46156, hash: 6e72ab34b446ec3f82e3bd84644f5ed9706e71c290b6a47b0ed543381d183491, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-cosmo
108302026-02-24T00:38:33.164ZFeb 24 00:38:32.489 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-bart
108312026-02-24T00:38:33.167ZFeb 24 00:38:32.490 INFO added artifact, length: 46378, hash: 0c2a7163e732a8eae7c5a142ce1b743a5bc3bc7a4ee7c8b1dc20ff0c266da879, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-gimlet
108322026-02-24T00:38:33.167ZFeb 24 00:38:32.491 INFO added artifact, length: 46384, hash: 381ccf87f2532d90485ea6238c547e829195f4670f489cfec3ae75094f006797, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-cosmo
108332026-02-24T00:38:42.139ZFeb 24 00:38:41.464 INFO added artifact, length: 33554432, hash: 8fac36c4f25ef8fafbcd498b61c6c4b2ac8021bb32441f0cfe269b99149cb0ee, version: 19.0.0-0.ci+git408a9bf7d1d, kind: gimlet_host_phase_1, name: host
108342026-02-24T00:38:42.139ZFeb 24 00:38:41.464 INFO added artifact, length: 33554432, hash: 3874fa3bcb64466be68fb5376ba35d5bbf63e9afaee1b5755e774a1d4f76e5f3, version: 19.0.0-0.ci+git408a9bf7d1d, kind: cosmo_host_phase_1, name: host
108352026-02-24T00:38:42.143ZFeb 24 00:38:41.464 INFO added artifact, length: 1101008896, hash: 362f66c39a7ffbfef02e195a844197481e24db9e007766c55419b3a1c5683d8b, version: 19.0.0-0.ci+git408a9bf7d1d, kind: host_phase_2, name: host
108362026-02-24T00:38:43.721ZFeb 24 00:38:43.046 INFO added artifact, length: 33554432, hash: 7c6caa5f011539e1fcba17eabf33e3c7420735442c815534bf4222bbfaaed5a8, version: 19.0.0-0.ci+git408a9bf7d1d, kind: gimlet_trampoline_phase_1, name: trampoline
108372026-02-24T00:38:43.721ZFeb 24 00:38:43.046 INFO added artifact, length: 33554432, hash: e26879fa3a53bd1f398452d6297bb11e9c311a611b761b69cffd5d1eb2598d3c, version: 19.0.0-0.ci+git408a9bf7d1d, kind: cosmo_trampoline_phase_1, name: trampoline
108382026-02-24T00:38:43.721ZFeb 24 00:38:43.046 INFO added artifact, length: 147401132, hash: 55156f260008d053c4f2098ead3c523812151543248ab0428cf37952eb578d32, version: 19.0.0-0.ci+git408a9bf7d1d, kind: trampoline_phase_2, name: trampoline
108392026-02-24T00:38:46.933ZFeb 24 00:38:46.258 INFO added artifact, length: 309830894, hash: d31fac67be1053326f8759be4f0dbbc0c0a7acf7499a3c98aa7695755313aaae, version: 19.0.0-0.ci+git408a9bf7d1d, kind: zone, name: clickhouse_keeper
108402026-02-24T00:38:50.697ZFeb 24 00:38:50.022 INFO added artifact, length: 327272011, hash: 7f1648fcc9c8fcd8750e8777452d2c43ab948406016b938509e4aafc97924115, version: 19.0.0-0.ci+git408a9bf7d1d, kind: zone, name: clickhouse_server
108412026-02-24T00:38:53.958ZFeb 24 00:38:53.283 INFO added artifact, length: 327273172, hash: 5795522b6a916e503efbf5fa0b349fce836d7dbec0f5e0361c6e7a98f83e86a2, version: 19.0.0-0.ci+git408a9bf7d1d, kind: zone, name: clickhouse
108422026-02-24T00:38:55.645ZFeb 24 00:38:54.969 INFO added artifact, length: 169128052, hash: 7b62e86b4fb973a93d0c9f44ceea07448e99d92b673c710e7073eaf85ea9e294, version: 19.0.0-0.ci+git408a9bf7d1d, kind: zone, name: cockroachdb
108432026-02-24T00:38:56.069ZFeb 24 00:38:55.394 INFO added artifact, length: 42556658, hash: d0178c633496809c21bf64544978ff566e4af76f86cddceb97cec626762e0442, version: 19.0.0-0.ci+git408a9bf7d1d, kind: zone, name: crucible-pantry-zone
108442026-02-24T00:38:56.658ZFeb 24 00:38:55.983 INFO added artifact, length: 57034115, hash: b4e8ff55eb8f103e940db5d82a72d3c67fdd49d0d5c3d278584bb67bdc9f96e1, version: 19.0.0-0.ci+git408a9bf7d1d, kind: zone, name: crucible-zone
108452026-02-24T00:38:57.166ZFeb 24 00:38:56.491 INFO added artifact, length: 49207130, hash: 1015764ca0121a0bfc34e59f4975eb4812e484676eb9cc760d50c1d3384ddd02, version: 19.0.0-0.ci+git408a9bf7d1d, kind: zone, name: external-dns
108462026-02-24T00:38:57.654ZFeb 24 00:38:56.978 INFO added artifact, length: 49206728, hash: 1ba5ed41726c279c534cf58c0254d3bc26613dafbc53c072def6767678fcc0e5, version: 19.0.0-0.ci+git408a9bf7d1d, kind: zone, name: internal-dns
108472026-02-24T00:38:59.860ZFeb 24 00:38:59.184 INFO added artifact, length: 216248623, hash: af3641f1dcc3af4a59a915ce290d93b8e4bd00f4835e602485a33336166dd943, version: 19.0.0-0.ci+git408a9bf7d1d, kind: zone, name: nexus
108482026-02-24T00:39:00.154ZFeb 24 00:38:59.478 INFO added artifact, length: 29608273, hash: 805877acb3898f06485f8edd253446943e33af0a0a060912845b69bd4ce31237, version: 19.0.0-0.ci+git408a9bf7d1d, kind: zone, name: ntp
108492026-02-24T00:39:00.815ZFeb 24 00:39:00.140 INFO added artifact, length: 66071040, hash: a3ad3186eda2025986ed9f5e301069c11421f6514170a458e4c76df1a9325b92, version: 19.0.0-0.ci+git408a9bf7d1d, kind: zone, name: oximeter
108502026-02-24T00:39:00.846ZFeb 24 00:39:00.170 INFO added artifact, length: 3109590, hash: 32176a463c83ef8c307d38a71e2f2f9c47fe781933863ee29694a7f769fbbf1c, version: 19.0.0-0.ci+git408a9bf7d1d, kind: zone, name: probe
108512026-02-24T00:39:00.849ZFeb 24 00:39:00.171 INFO added artifact, length: 829, hash: d5e00be00aa1c24195355ee30fbe484670dc4af02c7f2b943eaa585a9f8bb199, version: 1.0.62, kind: measurement_corpus, name: staging-corim-all-sp-v1.0.62
108522026-02-24T00:39:00.849ZFeb 24 00:39:00.171 INFO added artifact, length: 992, hash: 6a0944474534a8382709168a3dfbbddd6c65578ce86f9f7c251ec0e09c9a2498, version: 1.0.38, kind: measurement_corpus, name: staging-corim-oxide-rot-1-v1.0.38
108532026-02-24T00:39:00.849ZFeb 24 00:39:00.171 INFO added artifact, length: 456, hash: d5c1a49ec5716f03a2af56789b57950e479843dccf2ef873b4b4cb6eb8720517, version: 1.0.38, kind: measurement_corpus, name: production-corim-oxide-rot-1-v1.0.38
108542026-02-24T00:39:00.895ZFeb 24 00:39:00.220 INFO added artifact, length: 4131834, hash: 80a86837c993d3022d6f87b4a32f95a2cb671c0797f89515f3eb19b3558fbd0e, version: 1.0.62, kind: psc_sp, name: psc-b
108552026-02-24T00:39:00.943ZFeb 24 00:39:00.267 INFO added artifact, length: 4135235, hash: 52d9aae7376e121018c56a7beb4b1f6914f3be2c50e7e46a2e23005d0c6c2f32, version: 1.0.62, kind: psc_sp, name: psc-c
108562026-02-24T00:39:01.024ZFeb 24 00:39:00.349 INFO added artifact, length: 1575251, hash: 182163d70035bac9366199381894a51093e394111061322a5a198d04f55a98fc, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-staging-devel-psc
108572026-02-24T00:39:01.024ZFeb 24 00:39:00.349 INFO added artifact, length: 1575045, hash: 812170d81cac9ac5fc034a33d8f2cd6c8cdcb9f092939f236255007360181924, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-staging-devel-psc
108582026-02-24T00:39:01.106ZFeb 24 00:39:00.431 INFO added artifact, length: 1639642, hash: 50b9ffb723857fd70d900e72825dc2f39784af53367945bed524d4cec01cb87a, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-psc
108592026-02-24T00:39:01.106ZFeb 24 00:39:00.431 INFO added artifact, length: 1639910, hash: 53d5df2c918eb0b56afb2e4b48ef4e4b8f7f66985196f492ae5896c5a979c9f6, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-psc
108602026-02-24T00:39:01.190ZFeb 24 00:39:00.514 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-bart
108612026-02-24T00:39:01.190ZFeb 24 00:39:00.514 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-bart
108622026-02-24T00:39:01.271ZFeb 24 00:39:00.595 INFO added artifact, length: 1575156, hash: 466996e1df22f7c6144d76ca5d9b4e089c0595f61f860fa69fff8584de6a2958, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-production-release-psc
108632026-02-24T00:39:01.271ZFeb 24 00:39:00.595 INFO added artifact, length: 1574986, hash: 90ff730bac85e054613b08ae2bc658a32af777824d87c877167bdc156e0cad55, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-production-release-psc
108642026-02-24T00:39:01.274ZFeb 24 00:39:00.596 INFO added artifact, length: 46144, hash: 030b74a59c274086e4b03f653c071d3d35dcbe3ec5210a9bd892aceb8d9cff70, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-staging-devel-psc
108652026-02-24T00:39:01.274ZFeb 24 00:39:00.597 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-bart
108662026-02-24T00:39:01.274ZFeb 24 00:39:00.598 INFO added artifact, length: 46369, hash: e30af2be77e4b905e9a94a9d115dd7b85b98011b79c104140274ed6e06a6b01f, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-production-release-psc
108672026-02-24T00:39:01.350ZFeb 24 00:39:00.674 INFO added artifact, length: 6945803, hash: 3f7ddcfa1b0feda05904bb501dfac286190496afff4aa207258e275efcbf338e, version: 1.0.62, kind: switch_sp, name: sidecar-b
108682026-02-24T00:39:01.498ZFeb 24 00:39:00.822 INFO added artifact, length: 6962586, hash: c163c1096d32463dee117c56dfc9fac72eaa793c99e0cdd1c4bf238419821ad6, version: 1.0.62, kind: switch_sp, name: sidecar-c
108692026-02-24T00:39:01.646ZFeb 24 00:39:00.970 INFO added artifact, length: 6962589, hash: 4f24734369eaef31fece1c64a2b7d6092926142d9d3d47cccc4862ddf2b3fee6, version: 1.0.62, kind: switch_sp, name: sidecar-d
108702026-02-24T00:39:01.800ZFeb 24 00:39:01.125 INFO added artifact, length: 1575270, hash: 6b3bf44848484d3797819e802b69de68ca67d78abc1cf349ecd0889b0f34c026, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-staging-devel-sidecar
108712026-02-24T00:39:01.800ZFeb 24 00:39:01.125 INFO added artifact, length: 1575150, hash: b1e7c16248710357348f17c24168641c2c8f36de734f263a89a443bffc5554de, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-staging-devel-sidecar
108722026-02-24T00:39:01.883ZFeb 24 00:39:01.207 INFO added artifact, length: 1639647, hash: f4c2337fb91a4bf776f8cd5f8f8517d692459de7c6a473b3696e5ef0432affa5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-sidecar
108732026-02-24T00:39:01.883ZFeb 24 00:39:01.207 INFO added artifact, length: 1639927, hash: 9fc3c7ef8d39c16c4a1a7f3b764c4004e8733acd2b0648371e3dae4d18653ef5, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-sidecar
108742026-02-24T00:39:01.966ZFeb 24 00:39:01.291 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-bart
108752026-02-24T00:39:01.966ZFeb 24 00:39:01.291 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-bart
108762026-02-24T00:39:02.047ZFeb 24 00:39:01.371 INFO added artifact, length: 1575183, hash: 790553ebcf8f07403e0040523f474ea7629b4332de9d0adcbd9215d1020c033d, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-production-release-sidecar
108772026-02-24T00:39:02.047ZFeb 24 00:39:01.371 INFO added artifact, length: 1574959, hash: 2045d4c03e4affd47aea328d644dba12672a06e4e84c22093948789d539057e0, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-production-release-sidecar
108782026-02-24T00:39:02.050ZFeb 24 00:39:01.372 INFO added artifact, length: 46233, hash: 25acd0299fd939abab6defc515fdec31cd7c3c0aa1276994b4f4644728dc2371, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-staging-devel-sidecar
108792026-02-24T00:39:02.050ZFeb 24 00:39:01.373 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-bart
108802026-02-24T00:39:02.051ZFeb 24 00:39:01.374 INFO added artifact, length: 46426, hash: 502bd964c35c7f372a27b6a24e066fa1f987dbad4a791c65f5adc0a1ef3cde6a, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-production-release-sidecar
108812026-02-24T00:39:02.051ZFeb 24 00:39:01.374 INFO added artifact, length: 924, hash: d9b6fb220b3be1712eecef75e7c99eb703f855155e3936b46ebef9b58cb91a79, version: 19.0.0-0.ci+git408a9bf7d1d, kind: installinator_document, name: installinator_document
108822026-02-24T00:39:02.590ZFeb 24 00:39:01.915 INFO extracting uploaded archive to /tmp/.tmpLgLEaG
108832026-02-24T00:39:05.671ZFeb 24 00:39:04.996 INFO created directory to store extracted artifacts, path: /tmp/update-artifacts.qXLIoq
108842026-02-24T00:39:05.744ZFeb 24 00:39:05.068 INFO added artifact, length: 6519345, hash: 30400b0cba8024252ad87988888c0b4ff507f0dbd94de495853438170c48db6f, version: 1.0.62, kind: gimlet_sp, name: cosmo-a
108852026-02-24T00:39:05.885ZFeb 24 00:39:05.209 INFO added artifact, length: 6519269, hash: 45d2c6ecdc073e2d6683df59a9af698ac48354f28db15796e440938c20a14454, version: 1.0.62, kind: gimlet_sp, name: cosmo-b
108862026-02-24T00:39:06.018ZFeb 24 00:39:05.342 INFO added artifact, length: 5466282, hash: 1968dd0fe7c2ea1693a3fcde055a2ae26103be2a550c9bfae3eb2e2851692f6f, version: 1.0.62, kind: gimlet_sp, name: gimlet-b
108872026-02-24T00:39:06.143ZFeb 24 00:39:05.467 INFO added artifact, length: 5468612, hash: 013cf14175743c8a428e478c6174e907b0cecd6734a20606597a0e221ec0dd0b, version: 1.0.62, kind: gimlet_sp, name: gimlet-c
108882026-02-24T00:39:06.264ZFeb 24 00:39:05.589 INFO added artifact, length: 5469365, hash: 57fcfe996814261c37cec77757e089da36932685293b88c1664e514db48ff4e2, version: 1.0.62, kind: gimlet_sp, name: gimlet-d
108892026-02-24T00:39:06.388ZFeb 24 00:39:05.713 INFO added artifact, length: 5469129, hash: f5241e12c502d08476ca232f8125b96ac62b132bac9055f65b843e00aa01576a, version: 1.0.62, kind: gimlet_sp, name: gimlet-e
108902026-02-24T00:39:06.515ZFeb 24 00:39:05.839 INFO added artifact, length: 5469060, hash: 75e5434060e1afa332c010a418bdacd0050bc5040300c46febb67f2b0adba98a, version: 1.0.62, kind: gimlet_sp, name: gimlet-f
108912026-02-24T00:39:06.653ZFeb 24 00:39:05.977 INFO added artifact, length: 1575250, hash: e57c5631d66cbefb69d621c8692d28db6af95672949540dd765a0fe26678ea4b, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-gimlet
108922026-02-24T00:39:06.653ZFeb 24 00:39:05.977 INFO added artifact, length: 1574970, hash: ca76f931699d50646bbbc21b991f41cf6d72dd6950a93be7d94d462ef6debaf7, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-gimlet
108932026-02-24T00:39:06.732ZFeb 24 00:39:06.056 INFO added artifact, length: 1575253, hash: 657ddafd315d3cb9f0521eaec43752b2d3a92d33fe98767eacd3c27c5b790ad7, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-cosmo
108942026-02-24T00:39:06.732ZFeb 24 00:39:06.056 INFO added artifact, length: 1575039, hash: 4ff67dc8de2f937401560c5d13dbcf9b83cbef555be2555581db58083bfaf3c8, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-cosmo
108952026-02-24T00:39:06.816ZFeb 24 00:39:06.141 INFO added artifact, length: 1639595, hash: dc1c96e39338ecc6b9c127b0af4eb2b000dbf4ec76c045274660b1bee5c1e635, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-gimlet
108962026-02-24T00:39:06.816ZFeb 24 00:39:06.141 INFO added artifact, length: 1639767, hash: 6619031a1efbed441aa1297893c94196f2fd8cbc7eb4bd001ec5e88e52c69f1c, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-gimlet
108972026-02-24T00:39:06.899ZFeb 24 00:39:06.223 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-bart
108982026-02-24T00:39:06.899ZFeb 24 00:39:06.223 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-bart
108992026-02-24T00:39:06.980ZFeb 24 00:39:06.305 INFO added artifact, length: 1639535, hash: 5ef57dd074e9efb402502f33c54f79f2c7fbf809598ed32570a7913051806b53, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-cosmo
109002026-02-24T00:39:06.980ZFeb 24 00:39:06.305 INFO added artifact, length: 1639866, hash: 81a6a63cfd2868a872f6b1d35f67f9985f36c80b48a97a285dae0d0b0903c0ef, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-cosmo
109012026-02-24T00:39:07.060ZFeb 24 00:39:06.384 INFO added artifact, length: 1575096, hash: 81a97eee9a4c9f2620ff36d50668c94b4851c87f1c91325e938beb6d716c8ab3, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-gimlet
109022026-02-24T00:39:07.060ZFeb 24 00:39:06.384 INFO added artifact, length: 1574964, hash: a6c298674493ec26424c3c079efa2920ecb557268010a94b793934a875a7e40d, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-gimlet
109032026-02-24T00:39:07.139ZFeb 24 00:39:06.464 INFO added artifact, length: 1575107, hash: 3027a2a8090e6c107e3cf19938bc93319f37c70f6995650c60eea9fd076c9c65, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-cosmo
109042026-02-24T00:39:07.139ZFeb 24 00:39:06.464 INFO added artifact, length: 1574965, hash: 6a8a11a179a6a9b7d2c0ac96e32ea216ccaee0ad7bb5c42333e4f7c422558b2f, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-cosmo
109052026-02-24T00:39:07.142ZFeb 24 00:39:06.465 INFO added artifact, length: 46165, hash: 01bf70ada8937f7adf23a2eb6b5d7c36351cccd6a4aec2af6ab591d0f30902ff, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-gimlet
109062026-02-24T00:39:07.142ZFeb 24 00:39:06.466 INFO added artifact, length: 46156, hash: 6e72ab34b446ec3f82e3bd84644f5ed9706e71c290b6a47b0ed543381d183491, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-cosmo
109072026-02-24T00:39:07.143ZFeb 24 00:39:06.466 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-bart
109082026-02-24T00:39:07.146ZFeb 24 00:39:06.467 INFO added artifact, length: 46378, hash: 0c2a7163e732a8eae7c5a142ce1b743a5bc3bc7a4ee7c8b1dc20ff0c266da879, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-gimlet
109092026-02-24T00:39:07.146ZFeb 24 00:39:06.468 INFO added artifact, length: 46384, hash: 381ccf87f2532d90485ea6238c547e829195f4670f489cfec3ae75094f006797, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-cosmo
109102026-02-24T00:39:15.800ZFeb 24 00:39:15.124 INFO added artifact, length: 33554432, hash: 8fac36c4f25ef8fafbcd498b61c6c4b2ac8021bb32441f0cfe269b99149cb0ee, version: 19.0.0-0.ci+git408a9bf7d1d, kind: gimlet_host_phase_1, name: host
109112026-02-24T00:39:15.800ZFeb 24 00:39:15.124 INFO added artifact, length: 33554432, hash: 3874fa3bcb64466be68fb5376ba35d5bbf63e9afaee1b5755e774a1d4f76e5f3, version: 19.0.0-0.ci+git408a9bf7d1d, kind: cosmo_host_phase_1, name: host
109122026-02-24T00:39:15.800ZFeb 24 00:39:15.124 INFO added artifact, length: 1101008896, hash: 362f66c39a7ffbfef02e195a844197481e24db9e007766c55419b3a1c5683d8b, version: 19.0.0-0.ci+git408a9bf7d1d, kind: host_phase_2, name: host
109132026-02-24T00:39:17.310ZFeb 24 00:39:16.634 INFO added artifact, length: 33554432, hash: 7c6caa5f011539e1fcba17eabf33e3c7420735442c815534bf4222bbfaaed5a8, version: 19.0.0-0.ci+git408a9bf7d1d, kind: gimlet_trampoline_phase_1, name: trampoline
109142026-02-24T00:39:17.310ZFeb 24 00:39:16.634 INFO added artifact, length: 33554432, hash: e26879fa3a53bd1f398452d6297bb11e9c311a611b761b69cffd5d1eb2598d3c, version: 19.0.0-0.ci+git408a9bf7d1d, kind: cosmo_trampoline_phase_1, name: trampoline
109152026-02-24T00:39:17.310ZFeb 24 00:39:16.634 INFO added artifact, length: 147401132, hash: 55156f260008d053c4f2098ead3c523812151543248ab0428cf37952eb578d32, version: 19.0.0-0.ci+git408a9bf7d1d, kind: trampoline_phase_2, name: trampoline
109162026-02-24T00:39:28.309ZFeb 24 00:39:27.633 INFO added artifact, length: 1703827501, hash: 3b180498368879ec13df9df4950f2c0bf236eddd750eb0d98938dd44cf639a58, version: 19.0.0-0.ci+git408a9bf7d1d, kind: control_plane, name: control-plane
109172026-02-24T00:39:28.313ZFeb 24 00:39:27.633 INFO added artifact, length: 829, hash: d5e00be00aa1c24195355ee30fbe484670dc4af02c7f2b943eaa585a9f8bb199, version: 1.0.62, kind: measurement_corpus, name: staging-corim-all-sp-v1.0.62
109182026-02-24T00:39:28.313ZFeb 24 00:39:27.634 INFO added artifact, length: 992, hash: 6a0944474534a8382709168a3dfbbddd6c65578ce86f9f7c251ec0e09c9a2498, version: 1.0.38, kind: measurement_corpus, name: staging-corim-oxide-rot-1-v1.0.38
109192026-02-24T00:39:28.313ZFeb 24 00:39:27.634 INFO added artifact, length: 456, hash: d5c1a49ec5716f03a2af56789b57950e479843dccf2ef873b4b4cb6eb8720517, version: 1.0.38, kind: measurement_corpus, name: production-corim-oxide-rot-1-v1.0.38
109202026-02-24T00:39:28.360ZFeb 24 00:39:27.681 INFO added artifact, length: 4131834, hash: 80a86837c993d3022d6f87b4a32f95a2cb671c0797f89515f3eb19b3558fbd0e, version: 1.0.62, kind: psc_sp, name: psc-b
109212026-02-24T00:39:28.405ZFeb 24 00:39:27.729 INFO added artifact, length: 4135235, hash: 52d9aae7376e121018c56a7beb4b1f6914f3be2c50e7e46a2e23005d0c6c2f32, version: 1.0.62, kind: psc_sp, name: psc-c
109222026-02-24T00:39:28.487ZFeb 24 00:39:27.810 INFO added artifact, length: 1575251, hash: 182163d70035bac9366199381894a51093e394111061322a5a198d04f55a98fc, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-staging-devel-psc
109232026-02-24T00:39:28.488ZFeb 24 00:39:27.810 INFO added artifact, length: 1575045, hash: 812170d81cac9ac5fc034a33d8f2cd6c8cdcb9f092939f236255007360181924, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-staging-devel-psc
109242026-02-24T00:39:28.569ZFeb 24 00:39:27.893 INFO added artifact, length: 1639642, hash: 50b9ffb723857fd70d900e72825dc2f39784af53367945bed524d4cec01cb87a, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-psc
109252026-02-24T00:39:28.570ZFeb 24 00:39:27.893 INFO added artifact, length: 1639910, hash: 53d5df2c918eb0b56afb2e4b48ef4e4b8f7f66985196f492ae5896c5a979c9f6, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-psc
109262026-02-24T00:39:28.650ZFeb 24 00:39:27.974 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-bart
109272026-02-24T00:39:28.650ZFeb 24 00:39:27.974 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-bart
109282026-02-24T00:39:28.730ZFeb 24 00:39:28.053 INFO added artifact, length: 1575156, hash: 466996e1df22f7c6144d76ca5d9b4e089c0595f61f860fa69fff8584de6a2958, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-production-release-psc
109292026-02-24T00:39:28.730ZFeb 24 00:39:28.053 INFO added artifact, length: 1574986, hash: 90ff730bac85e054613b08ae2bc658a32af777824d87c877167bdc156e0cad55, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-production-release-psc
109302026-02-24T00:39:28.733ZFeb 24 00:39:28.054 INFO added artifact, length: 46144, hash: 030b74a59c274086e4b03f653c071d3d35dcbe3ec5210a9bd892aceb8d9cff70, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-staging-devel-psc
109312026-02-24T00:39:28.733ZFeb 24 00:39:28.055 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-bart
109322026-02-24T00:39:28.733ZFeb 24 00:39:28.056 INFO added artifact, length: 46369, hash: e30af2be77e4b905e9a94a9d115dd7b85b98011b79c104140274ed6e06a6b01f, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-production-release-psc
109332026-02-24T00:39:28.807ZFeb 24 00:39:28.131 INFO added artifact, length: 6945803, hash: 3f7ddcfa1b0feda05904bb501dfac286190496afff4aa207258e275efcbf338e, version: 1.0.62, kind: switch_sp, name: sidecar-b
109342026-02-24T00:39:28.956ZFeb 24 00:39:28.280 INFO added artifact, length: 6962586, hash: c163c1096d32463dee117c56dfc9fac72eaa793c99e0cdd1c4bf238419821ad6, version: 1.0.62, kind: switch_sp, name: sidecar-c
109352026-02-24T00:39:29.108ZFeb 24 00:39:28.431 INFO added artifact, length: 6962589, hash: 4f24734369eaef31fece1c64a2b7d6092926142d9d3d47cccc4862ddf2b3fee6, version: 1.0.62, kind: switch_sp, name: sidecar-d
109362026-02-24T00:39:29.260ZFeb 24 00:39:28.583 INFO added artifact, length: 1575270, hash: 6b3bf44848484d3797819e802b69de68ca67d78abc1cf349ecd0889b0f34c026, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-staging-devel-sidecar
109372026-02-24T00:39:29.260ZFeb 24 00:39:28.584 INFO added artifact, length: 1575150, hash: b1e7c16248710357348f17c24168641c2c8f36de734f263a89a443bffc5554de, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-staging-devel-sidecar
109382026-02-24T00:39:29.345ZFeb 24 00:39:28.668 INFO added artifact, length: 1639647, hash: f4c2337fb91a4bf776f8cd5f8f8517d692459de7c6a473b3696e5ef0432affa5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-sidecar
109392026-02-24T00:39:29.345ZFeb 24 00:39:28.668 INFO added artifact, length: 1639927, hash: 9fc3c7ef8d39c16c4a1a7f3b764c4004e8733acd2b0648371e3dae4d18653ef5, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-sidecar
109402026-02-24T00:39:29.428ZFeb 24 00:39:28.751 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-bart
109412026-02-24T00:39:29.428ZFeb 24 00:39:28.751 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-bart
109422026-02-24T00:39:29.508ZFeb 24 00:39:28.831 INFO added artifact, length: 1575183, hash: 790553ebcf8f07403e0040523f474ea7629b4332de9d0adcbd9215d1020c033d, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-production-release-sidecar
109432026-02-24T00:39:29.508ZFeb 24 00:39:28.831 INFO added artifact, length: 1574959, hash: 2045d4c03e4affd47aea328d644dba12672a06e4e84c22093948789d539057e0, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-production-release-sidecar
109442026-02-24T00:39:29.511ZFeb 24 00:39:28.833 INFO added artifact, length: 46233, hash: 25acd0299fd939abab6defc515fdec31cd7c3c0aa1276994b4f4644728dc2371, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-staging-devel-sidecar
109452026-02-24T00:39:29.511ZFeb 24 00:39:28.833 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-bart
109462026-02-24T00:39:29.514ZFeb 24 00:39:28.834 INFO added artifact, length: 46426, hash: 502bd964c35c7f372a27b6a24e066fa1f987dbad4a791c65f5adc0a1ef3cde6a, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-production-release-sidecar
109472026-02-24T00:39:29.514ZFeb 24 00:39:28.835 INFO added artifact, length: 924, hash: d9b6fb220b3be1712eecef75e7c99eb703f855155e3936b46ebef9b58cb91a79, version: 19.0.0-0.ci+git408a9bf7d1d, kind: installinator_document, name: installinator_document
109482026-02-24T00:39:30.065ZFeb 24 00:39:29.388 INFO [tuf-repo] task succeeded (115.211611936s)
109492026-02-24T00:39:30.065ZFeb 24 00:39:29.388 INFO all jobs completed in 3964.843454345s
109502026-02-24T00:39:31.224Zprocess exited: duration 4799327 ms, exit code 0
 
109512026-02-24T00:39:31.244Zfound 41 output files
109522026-02-24T00:39:31.244Zuploading: /work/manifest.toml (17174 bytes)
109532026-02-24T00:39:32.264Zuploaded: /work/manifest.toml
109542026-02-24T00:39:32.264Zuploading: /work/repo.zip (2946637860 bytes)
109552026-02-24T00:40:32.065Zuploaded: /work/repo.zip
109562026-02-24T00:40:32.065Zuploading: /work/repo.zip.sha256.txt (65 bytes)
109572026-02-24T00:40:33.078Zuploaded: /work/repo.zip.sha256.txt
109582026-02-24T00:40:33.078Zuploading: /work/helios.json (647 bytes)
109592026-02-24T00:40:34.088Zuploaded: /work/helios.json
109602026-02-24T00:40:34.088Zuploading: /work/incorporation.p5m (100410 bytes)
109612026-02-24T00:40:35.105Zuploaded: /work/incorporation.p5m
109622026-02-24T00:40:35.108Zuploading: /work/incorporation.p5p (122880 bytes)
109632026-02-24T00:40:36.120Zuploaded: /work/incorporation.p5p
109642026-02-24T00:40:36.120Zuploading: /work/helios-incorp.log (526 bytes)
109652026-02-24T00:40:37.130Zuploaded: /work/helios-incorp.log
109662026-02-24T00:40:37.131Zuploading: /work/helios-setup.log (57881 bytes)
109672026-02-24T00:40:38.144Zuploaded: /work/helios-setup.log
109682026-02-24T00:40:38.148Zuploading: /work/host-image.log (233927 bytes)
109692026-02-24T00:40:39.161Zuploaded: /work/host-image.log
109702026-02-24T00:40:39.161Zuploading: /work/host-package.log (33405 bytes)
109712026-02-24T00:40:40.174Zuploaded: /work/host-package.log
109722026-02-24T00:40:40.174Zuploading: /work/host-target.log (101 bytes)
109732026-02-24T00:40:41.184Zuploaded: /work/host-target.log
109742026-02-24T00:40:41.184Zuploading: /work/incorp-create.log (0 bytes)
109752026-02-24T00:40:42.192Zuploaded: /work/incorp-create.log
109762026-02-24T00:40:42.192Zuploading: /work/incorp-fmt.log (0 bytes)
109772026-02-24T00:40:43.199Zuploaded: /work/incorp-fmt.log
109782026-02-24T00:40:43.199Zuploading: /work/incorp-pkgsend.log (108 bytes)
109792026-02-24T00:40:44.210Zuploaded: /work/incorp-pkgsend.log
109802026-02-24T00:40:44.210Zuploading: /work/incorp-publisher.log (0 bytes)
109812026-02-24T00:40:45.217Zuploaded: /work/incorp-publisher.log
109822026-02-24T00:40:45.217Zuploading: /work/omicron-package.log (6790 bytes)
109832026-02-24T00:40:46.229Zuploaded: /work/omicron-package.log
109842026-02-24T00:40:46.229Zuploading: /work/recovery-image.log (604744 bytes)
109852026-02-24T00:40:47.256Zuploaded: /work/recovery-image.log
109862026-02-24T00:40:47.256Zuploading: /work/recovery-package.log (1870 bytes)
109872026-02-24T00:40:48.267Zuploaded: /work/recovery-package.log
109882026-02-24T00:40:48.267Zuploading: /work/recovery-target.log (98 bytes)
109892026-02-24T00:40:49.276Zuploaded: /work/recovery-target.log
109902026-02-24T00:40:49.276Zuploading: /work/stamp-clickhouse.log (117 bytes)
109912026-02-24T00:40:50.308Zuploaded: /work/stamp-clickhouse.log
109922026-02-24T00:40:50.308Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
109932026-02-24T00:40:51.318Zuploaded: /work/stamp-clickhouse_keeper.log
109942026-02-24T00:40:51.319Zuploading: /work/stamp-clickhouse_server.log (124 bytes)
109952026-02-24T00:40:52.328Zuploaded: /work/stamp-clickhouse_server.log
109962026-02-24T00:40:52.328Zuploading: /work/stamp-cockroachdb.log (118 bytes)
109972026-02-24T00:40:53.338Zuploaded: /work/stamp-cockroachdb.log
109982026-02-24T00:40:53.338Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
109992026-02-24T00:40:54.353Zuploaded: /work/stamp-crucible-pantry-zone.log
110002026-02-24T00:40:54.354Zuploading: /work/stamp-crucible-utils.log (118 bytes)
110012026-02-24T00:40:55.393Zuploaded: /work/stamp-crucible-utils.log
110022026-02-24T00:40:55.393Zuploading: /work/stamp-crucible-zone.log (120 bytes)
110032026-02-24T00:40:56.411Zuploaded: /work/stamp-crucible-zone.log
110042026-02-24T00:40:56.411Zuploading: /work/stamp-external-dns.log (119 bytes)
110052026-02-24T00:40:57.422Zuploaded: /work/stamp-external-dns.log
110062026-02-24T00:40:57.422Zuploading: /work/stamp-installinator.log (103 bytes)
110072026-02-24T00:40:58.433Zuploaded: /work/stamp-installinator.log
110082026-02-24T00:40:58.433Zuploading: /work/stamp-internal-dns.log (119 bytes)
110092026-02-24T00:40:59.447Zuploaded: /work/stamp-internal-dns.log
110102026-02-24T00:40:59.447Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
110112026-02-24T00:41:00.468Zuploaded: /work/stamp-mg-ddm-gz.log
110122026-02-24T00:41:00.468Zuploading: /work/stamp-nexus.log (112 bytes)
110132026-02-24T00:41:01.483Zuploaded: /work/stamp-nexus.log
110142026-02-24T00:41:01.483Zuploading: /work/stamp-ntp.log (110 bytes)
110152026-02-24T00:41:02.497Zuploaded: /work/stamp-ntp.log
110162026-02-24T00:41:02.497Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
110172026-02-24T00:41:03.510Zuploaded: /work/stamp-omicron-sled-agent.log
110182026-02-24T00:41:03.510Zuploading: /work/stamp-overlay.log (114 bytes)
110192026-02-24T00:41:04.524Zuploaded: /work/stamp-overlay.log
110202026-02-24T00:41:04.524Zuploading: /work/stamp-oximeter.log (115 bytes)
110212026-02-24T00:41:05.541Zuploaded: /work/stamp-oximeter.log
110222026-02-24T00:41:05.541Zuploading: /work/stamp-oxlog.log (109 bytes)
110232026-02-24T00:41:06.559Zuploaded: /work/stamp-oxlog.log
110242026-02-24T00:41:06.559Zuploading: /work/stamp-probe.log (112 bytes)
110252026-02-24T00:41:07.578Zuploaded: /work/stamp-probe.log
110262026-02-24T00:41:07.578Zuploading: /work/stamp-propolis-server.log (122 bytes)
110272026-02-24T00:41:08.591Zuploaded: /work/stamp-propolis-server.log
110282026-02-24T00:41:08.591Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
110292026-02-24T00:41:09.603Zuploaded: /work/stamp-pumpkind-gz.log
110302026-02-24T00:41:09.603Zuploading: /work/stamp-switch-asic.log (118 bytes)
110312026-02-24T00:41:10.617Zuploaded: /work/stamp-switch-asic.log
110322026-02-24T00:41:10.618Zuploading: /work/verify-libraries.log (11725 bytes)
110332026-02-24T00:41:11.632Zuploaded: /work/verify-libraries.log