01KK2W8SEZ8FJ55SAT4R62XF5G: 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: 01KK2W9CKGHA1B0PM85X222GC7

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-07T00:49:53.746Zjob assigned to worker 01KK2W9KCMGWX2TGGATG33NVEJ [factory aws, i-0c5fa310f1276d92b] (queued for 1 m 5 s)
 
22026-03-07T00:50:02.381Zstarting task 0: "setup"
32026-03-07T00:50:02.386Z++ uname -s
42026-03-07T00:50:02.389Z+ kern=SunOS
52026-03-07T00:50:02.389Z+ build_user=build
62026-03-07T00:50:02.389Z+ build_uid=12345
72026-03-07T00:50:02.389Z+ work_dir=/work
82026-03-07T00:50:02.389Z+ input_dir=/input
92026-03-07T00:50:02.389Z+ [[ 0 == 12345 ]]
102026-03-07T00:50:02.390Z+ case "$kern" in
112026-03-07T00:50:02.390Z+ groupadd -g 12345 build
122026-03-07T00:50:02.392Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-07T00:50:04.398Z+ zfs create -o mountpoint=/work rpool/work
142026-03-07T00:50:04.518Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-07T00:50:04.521Z+ home_fs=zfs
162026-03-07T00:50:04.521Z+ [[ zfs == autofs ]]
172026-03-07T00:50:04.521Z+ mkdir -p /home/build
182026-03-07T00:50:04.521Z+ chown build:build /home/build /work
192026-03-07T00:50:06.524Z+ chmod 0700 /home/build /work
202026-03-07T00:50:06.527Zprocess exited: duration 4147 ms, exit code 0
 
212026-03-07T00:50:06.534Zstarting task 1: "rust-toolchain"
222026-03-07T00:50:06.540Z+ printf ' * rust toolchain channel = "%s"\n' 1.91.1
232026-03-07T00:50:06.540Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-03-07T00:50:06.540Z * rust toolchain channel = "1.91.1"
252026-03-07T00:50:06.540Z * rust toolchain profile = "default"
262026-03-07T00:50:06.543Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-07T00:50:06.543Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-07T00:50:06.543Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-07T00:50:06.543Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.91.1 --profile default
302026-03-07T00:50:06.832Zinfo: downloading installer
312026-03-07T00:50:08.843Zwarn: It looks like you have an existing installation of Rust at:
322026-03-07T00:50:08.844Zwarn: /opt/ooce/bin
332026-03-07T00:50:08.844Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-07T00:50:08.844Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-07T00:50:08.844Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-07T00:50:08.844Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-07T00:50:08.844Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-07T00:50:08.844Zerror: cannot install while Rust is installed
392026-03-07T00:50:08.844Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-07T00:50:08.862Zinfo: profile set to 'default'
412026-03-07T00:50:08.862Zinfo: default host triple is x86_64-unknown-illumos
422026-03-07T00:50:08.865Zinfo: syncing channel updates for '1.91.1-x86_64-unknown-illumos'
432026-03-07T00:50:09.059Zinfo: latest update on 2025-11-10, rust version 1.91.1 (ed61e7d7e 2025-11-07)
442026-03-07T00:50:09.059Zinfo: downloading component 'cargo'
452026-03-07T00:50:10.207Zinfo: downloading component 'clippy'
462026-03-07T00:50:10.667Zinfo: downloading component 'rust-docs'
472026-03-07T00:50:12.436Zinfo: downloading component 'rust-std'
482026-03-07T00:50:14.204Zinfo: downloading component 'rustc'
492026-03-07T00:50:21.395Zinfo: downloading component 'rustfmt'
502026-03-07T00:50:21.672Zinfo: installing component 'cargo'
512026-03-07T00:50:22.579Zinfo: installing component 'clippy'
522026-03-07T00:50:22.972Zinfo: installing component 'rust-docs'
532026-03-07T00:50:24.892Zinfo: installing component 'rust-std'
542026-03-07T00:50:26.692Zinfo: installing component 'rustc'
552026-03-07T00:50:33.487Zinfo: installing component 'rustfmt'
562026-03-07T00:50:33.829Zinfo: default toolchain set to '1.91.1-x86_64-unknown-illumos'
572026-03-07T00:50:33.829Z
582026-03-07T00:50:34.332Z 1.91.1-x86_64-unknown-illumos installed - rustc 1.91.1 (ed61e7d7e 2025-11-07)
592026-03-07T00:50:34.332Z
602026-03-07T00:50:34.335Z
612026-03-07T00:50:34.335ZRust is installed now. Great!
622026-03-07T00:50:34.335Z
632026-03-07T00:50:34.335ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642026-03-07T00:50:34.335Zenvironment variable. This has not been done automatically.
652026-03-07T00:50:34.335Z
662026-03-07T00:50:34.335ZTo configure your current shell, you need to source
672026-03-07T00:50:34.335Zthe corresponding env file under $HOME/.cargo.
682026-03-07T00:50:34.335Z
692026-03-07T00:50:34.335ZThis is usually done by running one of the following (note the leading DOT):
702026-03-07T00:50:34.335Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712026-03-07T00:50:34.335Zsource "$HOME/.cargo/env.fish" # For fish
722026-03-07T00:50:34.335Zsource $"($nu.home-path)/.cargo/env.nu" # For nushell
732026-03-07T00:50:34.433Z+ rustup --version
742026-03-07T00:50:34.444Zrustup 1.28.2 (e4f3ad6f8 2025-04-28)
752026-03-07T00:50:34.444Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762026-03-07T00:50:34.534Zinfo: The currently active `rustc` version is `rustc 1.91.1 (ed61e7d7e 2025-11-07)`
772026-03-07T00:50:34.538Z+ cargo --version
782026-03-07T00:50:34.611Zcargo 1.91.1 (ea2d97820 2025-10-10)
792026-03-07T00:50:34.614Z+ rustc --version
802026-03-07T00:50:34.690Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
812026-03-07T00:50:34.693Zprocess exited: duration 28154 ms, exit code 0
 
822026-03-07T00:50:34.699Zstarting task 2: "authentication"
832026-03-07T00:50:34.722Zprocess exited: duration 21 ms, exit code 0
 
842026-03-07T00:50:34.730Zstarting task 3: "clone repository"
852026-03-07T00:50:34.733Z+ mkdir -p /work/oxidecomputer/omicron
862026-03-07T00:50:34.735Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
872026-03-07T00:50:34.771ZCloning into '/work/oxidecomputer/omicron'...
882026-03-07T00:50:44.413Z+ cd /work/oxidecomputer/omicron
892026-03-07T00:50:44.416Z+ git fetch origin 4e5301c2bd66f71780176af43b60fa1ac8a8f1a0
902026-03-07T00:50:44.726ZFrom https://github.com/oxidecomputer/omicron
912026-03-07T00:50:44.726Z * branch 4e5301c2bd66f71780176af43b60fa1ac8a8f1a0 -> FETCH_HEAD
922026-03-07T00:50:44.738Z+ [[ -n dropshot-gzip-support ]]
932026-03-07T00:50:44.741Z++ git branch --show-current
942026-03-07T00:50:44.744Z+ current=main
952026-03-07T00:50:44.744Z+ [[ main != dropshot-gzip-support ]]
962026-03-07T00:50:44.744Z+ git branch -f dropshot-gzip-support 4e5301c2bd66f71780176af43b60fa1ac8a8f1a0
972026-03-07T00:50:44.747Z+ git checkout -f dropshot-gzip-support
982026-03-07T00:50:45.101ZSwitched to branch 'dropshot-gzip-support'
992026-03-07T00:50:45.104Z+ git reset --hard 4e5301c2bd66f71780176af43b60fa1ac8a8f1a0
1002026-03-07T00:50:45.123ZHEAD is now at 4e5301c2b test it
1012026-03-07T00:50:45.126Zprocess exited: duration 10395 ms, exit code 0
 
1022026-03-07T00:50:45.131Zstarting task 4: "build"
1032026-03-07T00:50:45.137Z+ source .github/buildomat/ci-env.sh
1042026-03-07T00:50:45.137Z++ export CARGO_TERM_COLOR=always
1052026-03-07T00:50:45.137Z++ CARGO_TERM_COLOR=always
1062026-03-07T00:50:45.140Z+ cargo --version
1072026-03-07T00:50:45.199Zcargo 1.91.1 (ea2d97820 2025-10-10)
1082026-03-07T00:50:45.202Z+ rustc --version
1092026-03-07T00:50:45.278Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
1102026-03-07T00:50:45.281Z+ cargo tree --locked
1112026-03-07T00:50:45.582Z Updating git repository `https://github.com/oxidecomputer/dropshot`
1122026-03-07T00:50:46.471Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
1132026-03-07T00:50:46.753Z Updating crates.io index
1142026-03-07T00:50:46.756Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1152026-03-07T00:50:47.039Z Updating git repository `https://github.com/oxidecomputer/lldp`
1162026-03-07T00:50:47.985Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
1172026-03-07T00:50:48.402Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1182026-03-07T00:50:48.774Z Updating git repository `https://github.com/oxidecomputer/propolis`
1192026-03-07T00:50:50.632Z Updating git repository `https://github.com/oxidecomputer/crucible`
1202026-03-07T00:50:53.137Z Updating git repository `https://github.com/oxidecomputer/opte`
1212026-03-07T00:50:53.923Z Updating git repository `https://github.com/oxidecomputer/tofino`
1222026-03-07T00:50:54.428Z Updating git repository `https://github.com/oxidecomputer/falcon`
1232026-03-07T00:50:55.481Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1242026-03-07T00:50:56.133Z Updating git repository `https://github.com/oxidecomputer/maghemite`
1252026-03-07T00:50:57.151Z Updating git repository `https://github.com/oxidecomputer/clickward`
1262026-03-07T00:50:57.669Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1272026-03-07T00:50:58.383Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1282026-03-07T00:50:58.699Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1292026-03-07T00:50:59.738Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1302026-03-07T00:51:00.245Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1312026-03-07T00:51:00.639Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1322026-03-07T00:51:00.911Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
1332026-03-07T00:51:01.385Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1342026-03-07T00:51:01.777Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1352026-03-07T00:51:01.997Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1362026-03-07T00:51:02.238Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1372026-03-07T00:51:02.642Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1382026-03-07T00:51:03.041Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
1392026-03-07T00:51:03.994Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
1402026-03-07T00:51:04.372Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
1412026-03-07T00:51:04.685Z Updating git repository `https://github.com/oxidecomputer/ispf`
1422026-03-07T00:51:04.972Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1432026-03-07T00:51:06.983Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1442026-03-07T00:51:07.247Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1452026-03-07T00:51:07.619Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1462026-03-07T00:51:07.930Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
1472026-03-07T00:51:08.296Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1482026-03-07T00:51:08.728Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1492026-03-07T00:51:08.969Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1502026-03-07T00:51:09.210Z Updating git repository `https://github.com/illumos/smf-rs`
1512026-03-07T00:51:09.580Z Updating git repository `https://github.com/oxidecomputer/omicron`
1522026-03-07T00:51:28.185Z Downloading crates ...
1532026-03-07T00:51:28.288Z Downloaded addr2line v0.25.1
1542026-03-07T00:51:28.297Z Downloaded bitflags v1.3.2
1552026-03-07T00:51:28.305Z Downloaded buf-list v1.1.2
1562026-03-07T00:51:28.311Z Downloaded aead v0.5.2
1572026-03-07T00:51:28.316Z Downloaded anstyle-query v1.1.5
1582026-03-07T00:51:28.321Z Downloaded async-stream-impl v0.3.6
1592026-03-07T00:51:28.326Z Downloaded aes v0.8.4
1602026-03-07T00:51:28.333Z Downloaded ciborium-io v0.2.2
1612026-03-07T00:51:28.339Z Downloaded cargo_toml v0.22.3
1622026-03-07T00:51:28.344Z Downloaded dof v0.4.0
1632026-03-07T00:51:28.349Z Downloaded bitfield-macros v0.19.4
1642026-03-07T00:51:28.355Z Downloaded colored v3.1.1
1652026-03-07T00:51:28.361Z Downloaded criterion-plot v0.6.0
1662026-03-07T00:51:28.367Z Downloaded convert_case v0.10.0
1672026-03-07T00:51:28.374Z Downloaded crossbeam-utils v0.8.21
1682026-03-07T00:51:28.380Z Downloaded derive_builder v0.20.2
1692026-03-07T00:51:28.387Z Downloaded crypto-bigint v0.5.5
1702026-03-07T00:51:28.398Z Downloaded cpufeatures v0.2.17
1712026-03-07T00:51:28.404Z Downloaded constant_time_eq v0.3.1
1722026-03-07T00:51:28.410Z Downloaded crypto-common v0.1.7
1732026-03-07T00:51:28.414Z Downloaded dropshot-api-manager-types v0.5.2
1742026-03-07T00:51:28.420Z Downloaded cobs v0.3.0
1752026-03-07T00:51:28.425Z Downloaded dyn-clone v1.0.20
1762026-03-07T00:51:28.430Z Downloaded endian-type v0.1.2
1772026-03-07T00:51:28.435Z Downloaded equivalent v1.0.2
1782026-03-07T00:51:28.440Z Downloaded dirs-sys-next v0.1.2
1792026-03-07T00:51:28.444Z Downloaded document-features v0.2.12
1802026-03-07T00:51:28.450Z Downloaded clang-sys v1.8.1
1812026-03-07T00:51:28.455Z Downloaded errno v0.3.14
1822026-03-07T00:51:28.460Z Downloaded display-error-chain v0.2.2
1832026-03-07T00:51:28.465Z Downloaded escape8259 v0.5.3
1842026-03-07T00:51:28.469Z Downloaded foreign-types v0.3.2
1852026-03-07T00:51:28.473Z Downloaded dof v0.3.0
1862026-03-07T00:51:28.478Z Downloaded event-listener-strategy v0.5.4
1872026-03-07T00:51:28.484Z Downloaded fd-lock v4.0.4
1882026-03-07T00:51:28.493Z Downloaded erased-serde v0.3.31
1892026-03-07T00:51:28.496Z Downloaded enum-as-inner v0.6.1
1902026-03-07T00:51:28.500Z Downloaded futures-io v0.3.32
1912026-03-07T00:51:28.504Z Downloaded crc32fast v1.5.0
1922026-03-07T00:51:28.510Z Downloaded form_urlencoded v1.2.2
1932026-03-07T00:51:28.514Z Downloaded funty v2.0.0
1942026-03-07T00:51:28.518Z Downloaded generic-array v0.14.7
1952026-03-07T00:51:28.523Z Downloaded gethostname v0.5.0
1962026-03-07T00:51:28.527Z Downloaded erased-serde v0.4.9
1972026-03-07T00:51:28.532Z Downloaded foldhash v0.2.0
1982026-03-07T00:51:28.537Z Downloaded git-stub v1.0.0
1992026-03-07T00:51:28.541Z Downloaded hash32 v0.3.1
2002026-03-07T00:51:28.546Z Downloaded globwalk v0.9.1
2012026-03-07T00:51:28.554Z Downloaded foldhash v0.1.5
2022026-03-07T00:51:28.557Z Downloaded drift v0.1.3
2032026-03-07T00:51:28.564Z Downloaded hex-literal v0.4.1
2042026-03-07T00:51:28.569Z Downloaded heck v0.4.1
2052026-03-07T00:51:28.573Z Downloaded hostname v0.3.1
2062026-03-07T00:51:28.579Z Downloaded bytes v1.11.1
2072026-03-07T00:51:28.585Z Downloaded hyper-tls v0.6.0
2082026-03-07T00:51:28.589Z Downloaded globset v0.4.18
2092026-03-07T00:51:28.594Z Downloaded fs_extra v1.3.0
2102026-03-07T00:51:28.599Z Downloaded group v0.13.0
2112026-03-07T00:51:28.604Z Downloaded diff v0.1.13
2122026-03-07T00:51:28.609Z Downloaded inout v0.1.4
2132026-03-07T00:51:28.621Z Downloaded is_terminal_polyfill v1.70.2
2142026-03-07T00:51:28.625Z Downloaded is_ci v1.2.0
2152026-03-07T00:51:28.625Z Downloaded indoc v1.0.9
2162026-03-07T00:51:28.629Z Downloaded is-terminal v0.4.17
2172026-03-07T00:51:28.632Z Downloaded internet-checksum v0.2.1
2182026-03-07T00:51:28.637Z Downloaded instability v0.3.11
2192026-03-07T00:51:28.640Z Downloaded futures-channel v0.3.32
2202026-03-07T00:51:28.643Z Downloaded indent_write v2.2.0
2212026-03-07T00:51:28.646Z Downloaded keccak v0.1.6
2222026-03-07T00:51:28.652Z Downloaded libscf-sys v1.1.0
2232026-03-07T00:51:28.654Z Downloaded ff v0.13.1
2242026-03-07T00:51:28.659Z Downloaded hyper-staticfile v0.10.1
2252026-03-07T00:51:28.664Z Downloaded linkme-impl v0.3.35
2262026-03-07T00:51:28.668Z Downloaded aes-gcm v0.10.3
2272026-03-07T00:51:28.674Z Downloaded instant v0.1.13
2282026-03-07T00:51:28.678Z Downloaded match_cfg v0.1.0
2292026-03-07T00:51:28.682Z Downloaded managed v0.8.0
2302026-03-07T00:51:28.686Z Downloaded chacha20poly1305 v0.10.1
2312026-03-07T00:51:28.690Z Downloaded derive_more v0.99.20
2322026-03-07T00:51:28.697Z Downloaded maybe-uninit v2.0.0
2332026-03-07T00:51:28.701Z Downloaded memmap v0.7.0
2342026-03-07T00:51:28.705Z Downloaded ipnetwork v0.21.1
2352026-03-07T00:51:28.709Z Downloaded mime v0.3.17
2362026-03-07T00:51:28.714Z Downloaded itoa v1.0.17
2372026-03-07T00:51:28.717Z Downloaded nested v0.1.1
2382026-03-07T00:51:28.721Z Downloaded linear-map v1.2.0
2392026-03-07T00:51:28.725Z Downloaded num-derive v0.4.2
2402026-03-07T00:51:28.730Z Downloaded nodrop v0.1.14
2412026-03-07T00:51:28.733Z Downloaded nibble_vec v0.1.0
2422026-03-07T00:51:28.737Z Downloaded httparse v1.10.1
2432026-03-07T00:51:28.742Z Downloaded highway v1.3.0
2442026-03-07T00:51:28.747Z Downloaded md-5 v0.10.6
2452026-03-07T00:51:28.750Z Downloaded num_enum_derive v0.5.11
2462026-03-07T00:51:28.754Z Downloaded libsw v3.5.0
2472026-03-07T00:51:28.758Z Downloaded dropshot-api-manager v0.5.2
2482026-03-07T00:51:28.764Z Downloaded num-conv v0.2.0
2492026-03-07T00:51:28.767Z Downloaded derive_more v2.1.1
2502026-03-07T00:51:28.781Z Downloaded opaque-debug v0.3.1
2512026-03-07T00:51:28.785Z Downloaded native-tls v0.2.18
2522026-03-07T00:51:28.789Z Downloaded ingot-macros v0.1.1
2532026-03-07T00:51:28.793Z Downloaded num-integer v0.1.46
2542026-03-07T00:51:28.797Z Downloaded ordered-float v2.10.1
2552026-03-07T00:51:28.801Z Downloaded backtrace v0.3.76
2562026-03-07T00:51:28.807Z Downloaded nanorand v0.7.0
2572026-03-07T00:51:28.812Z Downloaded openssl-probe v0.2.1
2582026-03-07T00:51:28.815Z Downloaded num-rational v0.4.2
2592026-03-07T00:51:28.819Z Downloaded packed_struct_codegen v0.10.1
2602026-03-07T00:51:28.823Z Downloaded parking v2.2.1
2612026-03-07T00:51:28.827Z Downloaded headers v0.4.1
2622026-03-07T00:51:28.834Z Downloaded pathdiff v0.2.3
2632026-03-07T00:51:28.837Z Downloaded parse-size v1.1.0
2642026-03-07T00:51:28.841Z Downloaded peg-runtime v0.8.5
2652026-03-07T00:51:28.844Z Downloaded pbkdf2 v0.12.2
2662026-03-07T00:51:28.848Z Downloaded multimap v0.10.1
2672026-03-07T00:51:28.851Z Downloaded percent-encoding v2.3.2
2682026-03-07T00:51:28.854Z Downloaded pbkdf2 v0.11.0
2692026-03-07T00:51:28.859Z Downloaded phf_shared v0.11.3
2702026-03-07T00:51:28.862Z Downloaded memmap2 v0.9.10
2712026-03-07T00:51:28.866Z Downloaded heapless v0.8.0
2722026-03-07T00:51:28.872Z Downloaded phf_shared v0.12.1
2732026-03-07T00:51:28.875Z Downloaded pin-utils v0.1.0
2742026-03-07T00:51:28.878Z Downloaded plain v0.2.3
2752026-03-07T00:51:28.882Z Downloaded plotters-svg v0.3.7
2762026-03-07T00:51:28.885Z Downloaded owo-colors v3.5.0
2772026-03-07T00:51:28.889Z Downloaded oxide-tokio-rt v0.1.2
2782026-03-07T00:51:28.893Z Downloaded icu_properties v2.1.2
2792026-03-07T00:51:28.898Z Downloaded icu_locale_core v2.1.1
2802026-03-07T00:51:28.905Z Downloaded parse-display-derive v0.10.0
2812026-03-07T00:51:28.908Z Downloaded pem-rfc7468 v0.7.0
2822026-03-07T00:51:28.912Z Downloaded powerfmt v0.2.0
2832026-03-07T00:51:28.915Z Downloaded predicates-tree v1.0.13
2842026-03-07T00:51:28.919Z Downloaded password-hash v0.4.2
2852026-03-07T00:51:28.923Z Downloaded proc-macro-crate v1.3.1
2862026-03-07T00:51:28.926Z Downloaded pretty-hex v0.4.1
2872026-03-07T00:51:28.929Z Downloaded proc-macro-error-attr2 v2.0.0
2882026-03-07T00:51:28.932Z Downloaded proc-macro-error-attr v1.0.4
2892026-03-07T00:51:28.935Z Downloaded pin-project-internal v1.1.11
2902026-03-07T00:51:28.939Z Downloaded phf v0.12.1
2912026-03-07T00:51:28.942Z Downloaded indicatif v0.18.4
2922026-03-07T00:51:28.947Z Downloaded pin-project-lite v0.2.17
2932026-03-07T00:51:28.955Z Downloaded num-traits v0.2.19
2942026-03-07T00:51:28.959Z Downloaded pkg-config v0.3.32
2952026-03-07T00:51:28.963Z Downloaded quick-error v1.2.3
2962026-03-07T00:51:28.966Z Downloaded progenitor-macro v0.13.0
2972026-03-07T00:51:28.969Z Downloaded radium v0.7.0
2982026-03-07T00:51:28.971Z Downloaded progenitor-macro v0.10.0
2992026-03-07T00:51:28.974Z Downloaded progenitor-macro v0.11.2
3002026-03-07T00:51:28.978Z Downloaded pest_derive v2.8.6
3012026-03-07T00:51:28.981Z Downloaded miniz_oxide v0.8.9
3022026-03-07T00:51:28.985Z Downloaded proc-macro-crate v3.4.0
3032026-03-07T00:51:28.988Z Downloaded polyval v0.6.2
3042026-03-07T00:51:28.992Z Downloaded poly1305 v0.8.0
3052026-03-07T00:51:28.996Z Downloaded plotters-backend v0.3.7
3062026-03-07T00:51:28.998Z Downloaded partial-io v0.5.4
3072026-03-07T00:51:29.003Z Downloaded recursive-proc-macro-impl v0.1.1
3082026-03-07T00:51:29.006Z Downloaded recursive v0.1.1
3092026-03-07T00:51:29.009Z Downloaded p256 v0.13.2
3102026-03-07T00:51:29.013Z Downloaded progenitor-client v0.10.0
3112026-03-07T00:51:29.015Z Downloaded progenitor v0.13.0
3122026-03-07T00:51:29.018Z Downloaded ref-cast-impl v1.0.25
3132026-03-07T00:51:29.021Z Downloaded progenitor-extras v0.1.0
3142026-03-07T00:51:29.024Z Downloaded progenitor-client v0.13.0
3152026-03-07T00:51:29.027Z Downloaded postgres-protocol v0.6.10
3162026-03-07T00:51:29.030Z Downloaded jiff-static v0.2.21
3172026-03-07T00:51:29.034Z Downloaded r2d2 v0.8.10
3182026-03-07T00:51:29.037Z Downloaded minimal-lexical v0.2.1
3192026-03-07T00:51:29.042Z Downloaded russh-cryptovec v0.7.3
3202026-03-07T00:51:29.044Z Downloaded rtoolbox v0.0.3
3212026-03-07T00:51:29.047Z Downloaded rfc6979 v0.4.0
3222026-03-07T00:51:29.050Z Downloaded rustc_version v0.4.1
3232026-03-07T00:51:29.053Z Downloaded rustc_version v0.1.7
3242026-03-07T00:51:29.056Z Downloaded hickory-resolver v0.25.2
3252026-03-07T00:51:29.061Z Downloaded rustc-hash v2.1.1
3262026-03-07T00:51:29.064Z Downloaded hickory-resolver v0.24.4
3272026-03-07T00:51:29.068Z Downloaded rand_seeder v0.4.0
3282026-03-07T00:51:29.071Z Downloaded rand_core v0.6.4
3292026-03-07T00:51:29.074Z Downloaded oso v0.27.3
3302026-03-07T00:51:29.079Z Downloaded hyper-util v0.1.20
3312026-03-07T00:51:29.085Z Downloaded rand_chacha v0.3.1
3322026-03-07T00:51:29.088Z Downloaded criterion v0.7.0
3332026-03-07T00:51:29.095Z Downloaded same-file v1.0.6
3342026-03-07T00:51:29.098Z Downloaded miette v5.10.0
3352026-03-07T00:51:29.103Z Downloaded ref-cast v1.0.25
3362026-03-07T00:51:29.107Z Downloaded relative-path v1.9.3
3372026-03-07T00:51:29.118Z Downloaded quinn-udp v0.5.14
3382026-03-07T00:51:29.122Z Downloaded postgres-types v0.2.12
3392026-03-07T00:51:29.122Z Downloaded sapling-renderdag v0.1.0
3402026-03-07T00:51:29.122Z Downloaded resolv-conf v0.7.6
3412026-03-07T00:51:29.134Z Downloaded rustls-native-certs v0.8.3
3422026-03-07T00:51:29.139Z Downloaded scroll_derive v0.13.1
3432026-03-07T00:51:29.144Z Downloaded secrecy v0.10.3
3442026-03-07T00:51:29.149Z Downloaded serde_bytes v0.11.19
3452026-03-07T00:51:29.155Z Downloaded serde_regex v1.1.0
3462026-03-07T00:51:29.158Z Downloaded progenitor-impl v0.10.0
3472026-03-07T00:51:29.162Z Downloaded postcard v1.1.3
3482026-03-07T00:51:29.165Z Downloaded openssl-sys v0.9.111
3492026-03-07T00:51:29.172Z Downloaded serde_repr v0.1.20
3502026-03-07T00:51:29.174Z Downloaded serde_spanned v1.0.4
3512026-03-07T00:51:29.177Z Downloaded serde_spanned v0.6.9
3522026-03-07T00:51:29.181Z Downloaded serde_plain v1.0.2
3532026-03-07T00:51:29.183Z Downloaded sha1 v0.10.6
3542026-03-07T00:51:29.188Z Downloaded rusty-fork v0.3.1
3552026-03-07T00:51:29.188Z Downloaded rustversion v1.0.22
3562026-03-07T00:51:29.192Z Downloaded serde_urlencoded v0.7.1
3572026-03-07T00:51:29.196Z Downloaded shell-words v1.1.1
3582026-03-07T00:51:29.199Z Downloaded libxml v0.3.3
3592026-03-07T00:51:29.204Z Downloaded progenitor-impl v0.11.2
3602026-03-07T00:51:29.208Z Downloaded signature v2.2.0
3612026-03-07T00:51:29.212Z Downloaded hashbrown v0.13.2
3622026-03-07T00:51:29.216Z Downloaded hashbrown v0.15.5
3632026-03-07T00:51:29.221Z Downloaded serde_derive_internals v0.29.1
3642026-03-07T00:51:29.225Z Downloaded siphasher v1.0.2
3652026-03-07T00:51:29.229Z Downloaded slog-envlogger v2.2.0
3662026-03-07T00:51:29.232Z Downloaded serde-hex v0.1.0
3672026-03-07T00:51:29.239Z Downloaded similar-asserts v1.7.0
3682026-03-07T00:51:29.239Z Downloaded sigpipe v0.1.3
3692026-03-07T00:51:29.239Z Downloaded progenitor-impl v0.13.0
3702026-03-07T00:51:29.361Z Downloaded sct v0.7.1
3712026-03-07T00:51:29.361Z Downloaded seq-macro v0.3.6
3722026-03-07T00:51:29.390Z Downloaded slog-bunyan v2.5.0
3732026-03-07T00:51:29.391Z Downloaded serde-untagged v0.1.9
3742026-03-07T00:51:29.391Z Downloaded serde_path_to_error v0.1.20
3752026-03-07T00:51:29.391Z Downloaded rstest v0.25.0
3762026-03-07T00:51:29.391Z Downloaded rustls-pki-types v1.14.0
3772026-03-07T00:51:29.391Z Downloaded sha2 v0.10.9
3782026-03-07T00:51:29.391Z Downloaded rayon-core v1.13.0
3792026-03-07T00:51:29.391Z Downloaded shlex v1.3.0
3802026-03-07T00:51:29.391Z Downloaded smawk v0.3.2
3812026-03-07T00:51:29.391Z Downloaded ssh-encoding v0.2.0
3822026-03-07T00:51:29.391Z Downloaded sqlparser_derive v0.5.0
3832026-03-07T00:51:29.391Z Downloaded futures-util v0.3.32
3842026-03-07T00:51:29.391Z Downloaded ssh-cipher v0.2.0
3852026-03-07T00:51:29.391Z Downloaded slog-dtrace v0.3.0
3862026-03-07T00:51:29.391Z Downloaded guppy v0.17.25
3872026-03-07T00:51:29.391Z Downloaded strum v0.27.2
3882026-03-07T00:51:29.391Z Downloaded strum v0.26.3
3892026-03-07T00:51:29.392Z Downloaded structmeta v0.3.0
3902026-03-07T00:51:29.392Z Downloaded simd-adler32 v0.3.8
3912026-03-07T00:51:29.392Z Downloaded strsim v0.11.1
3922026-03-07T00:51:29.392Z Downloaded slog-json v2.6.1
3932026-03-07T00:51:29.392Z Downloaded serde_tokenstream v0.2.3
3942026-03-07T00:51:29.392Z Downloaded rstest_macros v0.25.0
3952026-03-07T00:51:29.392Z Downloaded slog-scope v4.4.1
3962026-03-07T00:51:29.392Z Downloaded supports-hyperlinks v2.1.0
3972026-03-07T00:51:29.392Z Downloaded sync-ptr v0.1.4
3982026-03-07T00:51:29.392Z Downloaded subtle v2.6.1
3992026-03-07T00:51:29.392Z Downloaded slog-async v2.8.0
4002026-03-07T00:51:29.392Z Downloaded slog-term v2.9.2
4012026-03-07T00:51:29.392Z Downloaded rand v0.8.5
4022026-03-07T00:51:29.392Z Downloaded tabwriter v1.4.1
4032026-03-07T00:51:29.392Z Downloaded sync_wrapper v1.0.2
4042026-03-07T00:51:29.392Z Downloaded tagptr v0.2.0
4052026-03-07T00:51:29.392Z Downloaded take_mut v0.2.2
4062026-03-07T00:51:29.392Z Downloaded iddqd v0.3.17
4072026-03-07T00:51:29.392Z Downloaded serde_cbor v0.11.2
4082026-03-07T00:51:29.392Z Downloaded stable_deref_trait v1.2.1
4092026-03-07T00:51:29.392Z Downloaded target-triple v1.0.0
4102026-03-07T00:51:29.392Z Downloaded tabled_derive v0.11.0
4112026-03-07T00:51:29.392Z Downloaded stacker v0.1.23
4122026-03-07T00:51:29.512Z Downloaded static_assertions v1.1.0
4132026-03-07T00:51:29.512Z Downloaded stringmetrics v2.2.2
4142026-03-07T00:51:29.512Z Downloaded publicsuffix v2.3.0
4152026-03-07T00:51:29.512Z Downloaded rcgen v0.12.1
4162026-03-07T00:51:29.512Z Downloaded hashbrown v0.14.5
4172026-03-07T00:51:29.512Z Downloaded terminal_size v0.4.3
4182026-03-07T00:51:29.512Z Downloaded termtree v0.5.1
4192026-03-07T00:51:29.512Z Downloaded terminal_size v0.1.17
4202026-03-07T00:51:29.512Z Downloaded quinn v0.11.9
4212026-03-07T00:51:29.512Z Downloaded testing_table v0.3.0
4222026-03-07T00:51:29.512Z Downloaded synstructure v0.13.2
4232026-03-07T00:51:29.513Z Downloaded qorb v0.4.1
4242026-03-07T00:51:29.513Z Downloaded nom v7.1.3
4252026-03-07T00:51:29.513Z Downloaded thread-id v4.2.2
4262026-03-07T00:51:29.513Z Downloaded spin v0.9.8
4272026-03-07T00:51:29.513Z Downloaded serde_derive v1.0.228
4282026-03-07T00:51:29.513Z Downloaded tinyvec_macros v0.1.1
4292026-03-07T00:51:29.513Z Downloaded target-lexicon v0.13.3
4302026-03-07T00:51:29.513Z Downloaded time-core v0.1.8
4312026-03-07T00:51:29.513Z Downloaded similar v2.7.0
4322026-03-07T00:51:29.513Z Downloaded thiserror-impl-no-std v2.0.2
4332026-03-07T00:51:29.513Z Downloaded smallvec v1.15.1
4342026-03-07T00:51:29.513Z Downloaded bitvec v1.0.1
4352026-03-07T00:51:29.528Z Downloaded termcolor v1.4.1
4362026-03-07T00:51:29.528Z Downloaded itertools v0.14.0
4372026-03-07T00:51:29.528Z Downloaded termios v0.3.3
4382026-03-07T00:51:29.528Z Downloaded strum_macros v0.26.4
4392026-03-07T00:51:29.528Z Downloaded thiserror-impl v1.0.69
4402026-03-07T00:51:29.528Z Downloaded topological-sort v0.2.2
4412026-03-07T00:51:29.529Z Downloaded toml_write v0.1.2
4422026-03-07T00:51:29.529Z Downloaded schemars v0.9.0
4432026-03-07T00:51:29.529Z Downloaded try-lock v0.2.5
4442026-03-07T00:51:29.529Z Downloaded tower-service v0.3.3
4452026-03-07T00:51:29.529Z Downloaded tower-layer v0.3.3
4462026-03-07T00:51:29.529Z Downloaded toml_datetime v0.6.11
4472026-03-07T00:51:29.529Z Downloaded thiserror-impl v2.0.18
4482026-03-07T00:51:29.529Z Downloaded thread-id v5.1.0
4492026-03-07T00:51:29.529Z Downloaded typeid v1.0.3
4502026-03-07T00:51:29.529Z Downloaded thread_local v1.1.9
4512026-03-07T00:51:29.529Z Downloaded thiserror v2.0.18
4522026-03-07T00:51:29.529Z Downloaded trait-variant v0.1.2
4532026-03-07T00:51:29.529Z Downloaded bindgen v0.71.1
4542026-03-07T00:51:29.538Z Downloaded tokio-dtrace v0.1.1
4552026-03-07T00:51:29.538Z Downloaded unarray v0.1.4
4562026-03-07T00:51:29.538Z Downloaded tokio-native-tls v0.3.1
4572026-03-07T00:51:29.538Z Downloaded tinytemplate v1.2.1
4582026-03-07T00:51:29.538Z Downloaded tokio-tungstenite v0.21.0
4592026-03-07T00:51:29.539Z Downloaded tls_codec v0.4.2
4602026-03-07T00:51:29.542Z Downloaded term v0.7.0
4612026-03-07T00:51:29.542Z Downloaded typify-macro v0.6.1
4622026-03-07T00:51:29.542Z Downloaded goblin v0.8.2
4632026-03-07T00:51:29.545Z Downloaded universal-hash v0.5.1
4642026-03-07T00:51:29.548Z Downloaded unicode-truncate v1.1.0
4652026-03-07T00:51:29.549Z Downloaded unicode-linebreak v0.1.5
4662026-03-07T00:51:29.552Z Downloaded typify-macro v0.4.3
4672026-03-07T00:51:29.552Z Downloaded tokio-tungstenite v0.23.1
4682026-03-07T00:51:29.555Z Downloaded unicode-xid v0.2.6
4692026-03-07T00:51:29.555Z Downloaded russh v0.45.0
4702026-03-07T00:51:29.562Z Downloaded untrusted v0.9.0
4712026-03-07T00:51:29.565Z Downloaded unit-prefix v0.5.2
4722026-03-07T00:51:29.565Z Downloaded toml_writer v1.0.6+spec-1.1.0
4732026-03-07T00:51:29.568Z Downloaded toml_datetime v1.0.0+spec-1.1.0
4742026-03-07T00:51:29.568Z Downloaded usdt v0.5.0
4752026-03-07T00:51:29.571Z Downloaded chrono v0.4.44
4762026-03-07T00:51:29.577Z Downloaded usdt-attr-macro v0.6.0
4772026-03-07T00:51:29.580Z Downloaded usdt v0.6.0
4782026-03-07T00:51:29.580Z Downloaded usdt-macro v0.6.0
4792026-03-07T00:51:29.580Z Downloaded utf-8 v0.7.6
4802026-03-07T00:51:29.584Z Downloaded unicase v2.9.0
4812026-03-07T00:51:29.585Z Downloaded tokio-stream v0.1.18
4822026-03-07T00:51:29.588Z Downloaded tokio-rustls v0.26.4
4832026-03-07T00:51:29.592Z Downloaded textwrap v0.16.2
4842026-03-07T00:51:29.595Z Downloaded usdt-attr-macro v0.5.0
4852026-03-07T00:51:29.595Z Downloaded textwrap v0.15.2
4862026-03-07T00:51:29.598Z Downloaded utf8parse v0.2.2
4872026-03-07T00:51:29.598Z Downloaded icu_properties_data v2.1.2
4882026-03-07T00:51:29.608Z Downloaded snafu v0.8.9
4892026-03-07T00:51:29.614Z Downloaded want v0.3.1
4902026-03-07T00:51:29.617Z Downloaded waitgroup v0.1.2
4912026-03-07T00:51:29.617Z Downloaded wait-timeout v0.2.1
4922026-03-07T00:51:29.620Z Downloaded toml v0.8.23
4932026-03-07T00:51:29.623Z Downloaded void v1.0.2
4942026-03-07T00:51:29.623Z Downloaded steno v0.4.1
4952026-03-07T00:51:29.630Z Downloaded tracing-attributes v0.1.31
4962026-03-07T00:51:29.635Z Downloaded tar v0.4.44
4972026-03-07T00:51:29.635Z Downloaded git2 v0.20.4
4982026-03-07T00:51:29.644Z Downloaded version_check v0.9.5
4992026-03-07T00:51:29.647Z Downloaded xattr v1.6.1
5002026-03-07T00:51:29.647Z Downloaded rustyline v14.0.0
5012026-03-07T00:51:29.655Z Downloaded zerofrom v0.1.6
5022026-03-07T00:51:29.655Z Downloaded toml_parser v1.0.9+spec-1.1.0
5032026-03-07T00:51:29.658Z Downloaded ron v0.12.0
5042026-03-07T00:51:29.661Z Downloaded test-strategy v0.4.5
5052026-03-07T00:51:29.665Z Downloaded yoke-derive v0.8.1
5062026-03-07T00:51:29.669Z Downloaded xshell-macros v0.2.7
5072026-03-07T00:51:29.669Z Downloaded toml v1.0.3+spec-1.1.0
5082026-03-07T00:51:29.672Z Downloaded zerofrom-derive v0.1.6
5092026-03-07T00:51:29.675Z Downloaded vergen-lib v0.1.6
5102026-03-07T00:51:29.675Z Downloaded zeroize_derive v1.4.3
5112026-03-07T00:51:29.678Z Downloaded p521 v0.13.3
5122026-03-07T00:51:29.681Z Downloaded walkdir v2.5.0
5132026-03-07T00:51:29.681Z Downloaded vergen-git2 v1.0.7
5142026-03-07T00:51:29.685Z Downloaded trybuild v1.0.116
5152026-03-07T00:51:29.688Z Downloaded regex v1.12.3
5162026-03-07T00:51:29.691Z Downloaded p384 v0.13.1
5172026-03-07T00:51:29.695Z Downloaded zone_cfg_derive v0.3.1
5182026-03-07T00:51:29.698Z Downloaded utf8_iter v1.0.4
5192026-03-07T00:51:29.698Z Downloaded usdt-impl v0.6.0
5202026-03-07T00:51:29.701Z Downloaded usdt-impl v0.5.0
5212026-03-07T00:51:29.701Z Downloaded portable-atomic v1.13.1
5222026-03-07T00:51:29.708Z Downloaded wyz v0.5.1
5232026-03-07T00:51:29.712Z Downloaded writeable v0.6.2
5242026-03-07T00:51:29.712Z Downloaded tungstenite v0.23.0
5252026-03-07T00:51:29.738Z Downloaded ucd-trie v0.1.7
5262026-03-07T00:51:29.738Z Downloaded unicode-properties v0.1.4
5272026-03-07T00:51:29.738Z Downloaded vergen-gitcl v1.0.8
5282026-03-07T00:51:29.738Z Downloaded yoke v0.8.1
5292026-03-07T00:51:29.738Z Downloaded uzers v0.12.2
5302026-03-07T00:51:29.738Z Downloaded zone v0.3.1
5312026-03-07T00:51:29.738Z Downloaded unicode-ident v1.0.24
5322026-03-07T00:51:29.738Z Downloaded zerovec-derive v0.11.2
5332026-03-07T00:51:29.738Z Downloaded toml v0.7.8
5342026-03-07T00:51:29.738Z Downloaded toml v0.9.12+spec-1.1.0
5352026-03-07T00:51:29.742Z Downloaded vergen v9.0.6
5362026-03-07T00:51:29.742Z Downloaded zstd-safe v7.2.4
5372026-03-07T00:51:29.742Z Downloaded rpassword v7.4.0
5382026-03-07T00:51:29.745Z Downloaded reqwest v0.13.2
5392026-03-07T00:51:29.749Z Downloaded whoami v2.1.0
5402026-03-07T00:51:29.752Z Downloaded whoami v1.6.1
5412026-03-07T00:51:29.752Z Downloaded tungstenite v0.21.0
5422026-03-07T00:51:29.756Z Downloaded tokio-postgres v0.7.16
5432026-03-07T00:51:29.761Z Downloaded yasna v0.5.2
5442026-03-07T00:51:29.764Z Downloaded zerocopy-derive v0.7.35
5452026-03-07T00:51:29.767Z Downloaded uuid v1.21.0
5462026-03-07T00:51:29.770Z Downloaded xshell v0.2.7
5472026-03-07T00:51:29.773Z Downloaded reqwest v0.12.28
5482026-03-07T00:51:29.778Z Downloaded twox-hash v2.1.2
5492026-03-07T00:51:29.781Z Downloaded gimli v0.32.3
5502026-03-07T00:51:29.789Z Downloaded zeroize v1.8.2
5512026-03-07T00:51:29.792Z Downloaded typify v0.6.1
5522026-03-07T00:51:29.795Z Downloaded zstd v0.13.3
5532026-03-07T00:51:29.798Z Downloaded rustls-webpki v0.101.7
5542026-03-07T00:51:29.811Z Downloaded zmij v1.0.21
5552026-03-07T00:51:29.814Z Downloaded zerocopy v0.6.6
5562026-03-07T00:51:29.817Z Downloaded tinyvec v1.10.0
5572026-03-07T00:51:29.817Z Downloaded reedline v0.40.0
5582026-03-07T00:51:29.824Z Downloaded vsss-rs v3.3.4
5592026-03-07T00:51:29.828Z Downloaded zopfli v0.8.3
5602026-03-07T00:51:29.831Z Downloaded unsafe-libyaml v0.2.11
5612026-03-07T00:51:29.834Z Downloaded yansi v1.0.1
5622026-03-07T00:51:29.839Z Downloaded proptest v1.10.0
5632026-03-07T00:51:29.845Z Downloaded zip v0.6.6
5642026-03-07T00:51:29.849Z Downloaded toml_edit v0.22.27
5652026-03-07T00:51:29.852Z Downloaded xz2 v0.1.7
5662026-03-07T00:51:29.856Z Downloaded typify v0.4.3
5672026-03-07T00:51:29.858Z Downloaded typenum v1.19.0
5682026-03-07T00:51:29.862Z Downloaded tracing-core v0.1.36
5692026-03-07T00:51:29.866Z Downloaded rustls-webpki v0.102.8
5702026-03-07T00:51:29.884Z Downloaded vte v0.14.1
5712026-03-07T00:51:29.887Z Downloaded bstr v1.12.1
5722026-03-07T00:51:29.894Z Downloaded toml_edit v0.23.10+spec-1.0.0
5732026-03-07T00:51:29.897Z Downloaded lalrpop v0.19.12
5742026-03-07T00:51:29.907Z Downloaded x509-cert v0.2.5
5752026-03-07T00:51:29.913Z Downloaded unicode-segmentation v1.12.0
5762026-03-07T00:51:29.927Z Downloaded quinn-proto v0.11.13
5772026-03-07T00:51:29.928Z Downloaded unicode-bidi v0.3.18
5782026-03-07T00:51:29.928Z Downloaded tower-http v0.6.8
5792026-03-07T00:51:29.933Z Downloaded ssh-key v0.6.7
5802026-03-07T00:51:29.940Z Downloaded toml_edit v0.19.15
5812026-03-07T00:51:29.956Z Downloaded zip v4.6.1
5822026-03-07T00:51:29.960Z Downloaded zerocopy-derive v0.8.40
5832026-03-07T00:51:29.968Z Downloaded zerovec v0.11.5
5842026-03-07T00:51:29.973Z Downloaded typed-path v0.9.3
5852026-03-07T00:51:29.979Z Downloaded nix v0.30.1
5862026-03-07T00:51:29.993Z Downloaded salty v0.3.0
5872026-03-07T00:51:29.997Z Downloaded winnow v0.5.40
5882026-03-07T00:51:30.005Z Downloaded regex-syntax v0.6.29
5892026-03-07T00:51:30.011Z Downloaded quick-xml v0.37.5
5902026-03-07T00:51:30.017Z Downloaded tabled v0.20.0
5912026-03-07T00:51:30.039Z Downloaded winnow v0.7.14
5922026-03-07T00:51:30.047Z Downloaded hickory-proto v0.25.2
5932026-03-07T00:51:30.062Z Downloaded tower v0.5.3
5942026-03-07T00:51:30.070Z Downloaded rustls v0.22.4
5952026-03-07T00:51:30.081Z Downloaded unicode-normalization v0.1.25
5962026-03-07T00:51:30.093Z Downloaded syn v2.0.117
5972026-03-07T00:51:30.096Z Downloaded object v0.30.4
5982026-03-07T00:51:30.102Z Downloaded unicode-width v0.2.0
5992026-03-07T00:51:30.107Z Downloaded smoltcp v0.11.0
6002026-03-07T00:51:30.140Z Downloaded serde_with v3.17.0
6012026-03-07T00:51:30.144Z Downloaded radix_trie v0.2.1
6022026-03-07T00:51:30.144Z Downloaded nix v0.27.1
6032026-03-07T00:51:30.148Z Downloaded curve25519-dalek v4.1.3
6042026-03-07T00:51:30.161Z Downloaded rustix v1.1.3
6052026-03-07T00:51:30.172Z Downloaded tokio-util v0.7.18
6062026-03-07T00:51:30.179Z Downloaded syn v1.0.109
6072026-03-07T00:51:30.187Z Downloaded petname v2.0.2
6082026-03-07T00:51:30.191Z Downloaded diesel v2.2.12
6092026-03-07T00:51:30.209Z Downloaded polar-core v0.27.3
6102026-03-07T00:51:30.216Z Downloaded sqlparser v0.61.0
6112026-03-07T00:51:30.222Z Downloaded winnow v0.6.26
6122026-03-07T00:51:30.234Z Downloaded bzip2-sys v0.1.13+1.0.8
6132026-03-07T00:51:30.241Z Downloaded nix v0.29.0
6142026-03-07T00:51:30.252Z Downloaded rustls v0.21.12
6152026-03-07T00:51:30.280Z Downloaded tabled v0.15.0
6162026-03-07T00:51:30.354Z Downloaded tracing v0.1.44
6172026-03-07T00:51:30.355Z Downloaded zerocopy v0.7.35
6182026-03-07T00:51:30.355Z Downloaded time v0.3.47
6192026-03-07T00:51:30.355Z Downloaded smoltcp v0.9.1
6202026-03-07T00:51:30.355Z Downloaded regex-automata v0.4.14
6212026-03-07T00:51:30.357Z Downloaded nix v0.31.1
6222026-03-07T00:51:30.357Z Downloaded zlib-rs v0.6.2
6232026-03-07T00:51:30.454Z Downloaded object v0.37.3
6242026-03-07T00:51:30.454Z Downloaded vcpkg v0.2.15
6252026-03-07T00:51:30.454Z Downloaded openapiv3 v2.2.0
6262026-03-07T00:51:30.454Z Downloaded webpki-roots v1.0.6
6272026-03-07T00:51:30.538Z Downloaded regex-syntax v0.8.10
6282026-03-07T00:51:30.538Z Downloaded chrono-tz v0.10.4
6292026-03-07T00:51:30.538Z Downloaded zerocopy v0.8.40
6302026-03-07T00:51:30.539Z Downloaded unicode-width v0.1.14
6312026-03-07T00:51:30.539Z Downloaded rustls v0.23.37
6322026-03-07T00:51:30.558Z Downloaded rustix v0.38.44
6332026-03-07T00:51:30.559Z Downloaded regress v0.10.5
6342026-03-07T00:51:30.559Z Downloaded nix v0.28.0
6352026-03-07T00:51:30.559Z Downloaded serde_json v1.0.149
6362026-03-07T00:51:30.559Z Downloaded hickory-proto v0.24.4
6372026-03-07T00:51:30.559Z Downloaded zerotrie v0.2.3
6382026-03-07T00:51:30.559Z Downloaded sha3 v0.10.8
6392026-03-07T00:51:30.559Z Downloaded url v2.5.8
6402026-03-07T00:51:30.559Z Downloaded unicode_categories v0.1.1
6412026-03-07T00:51:30.559Z Downloaded tough v0.20.0
6422026-03-07T00:51:30.562Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
6432026-03-07T00:51:30.566Z Downloaded moka v0.12.13
6442026-03-07T00:51:30.573Z Downloaded openssl v0.10.75
6452026-03-07T00:51:30.581Z Downloaded goblin v0.10.5
6462026-03-07T00:51:30.588Z Downloaded rayon v1.11.0
6472026-03-07T00:51:30.598Z Downloaded libm v0.2.16
6482026-03-07T00:51:30.607Z Downloaded subprocess v0.2.15
6492026-03-07T00:51:30.610Z Downloaded sled v0.34.7
6502026-03-07T00:51:30.624Z Downloaded usdt-macro v0.5.0
6512026-03-07T00:51:30.628Z Downloaded tokio-rustls v0.24.1
6522026-03-07T00:51:30.628Z Downloaded tls_codec_derive v0.4.2
6532026-03-07T00:51:30.628Z Downloaded untrusted v0.7.1
6542026-03-07T00:51:30.628Z Downloaded tui-tree-widget v0.23.1
6552026-03-07T00:51:30.628Z Downloaded typify-impl v0.6.1
6562026-03-07T00:51:30.639Z Downloaded ratatui v0.29.0
6572026-03-07T00:51:30.656Z Downloaded typify-impl v0.4.3
6582026-03-07T00:51:30.668Z Downloaded tempfile v3.25.0
6592026-03-07T00:51:30.671Z Downloaded aws-lc-rs v1.16.0
6602026-03-07T00:51:30.679Z Downloaded toml_datetime v0.7.5+spec-1.1.0
6612026-03-07T00:51:30.683Z Downloaded hkdf v0.12.4
6622026-03-07T00:51:30.683Z Downloaded tokio-rustls v0.25.0
6632026-03-07T00:51:30.686Z Downloaded tokio-macros v2.6.0
6642026-03-07T00:51:30.686Z Downloaded term v1.2.1
6652026-03-07T00:51:30.689Z Downloaded iri-string v0.7.10
6662026-03-07T00:51:30.695Z Downloaded socket2 v0.6.2
6672026-03-07T00:51:30.698Z Downloaded socket2 v0.5.10
6682026-03-07T00:51:30.701Z Downloaded serde_yaml v0.9.34+deprecated
6692026-03-07T00:51:30.701Z Downloaded schemars v1.2.1
6702026-03-07T00:51:30.714Z Downloaded encoding_rs v0.8.35
6712026-03-07T00:51:30.732Z Downloaded zerocopy-derive v0.6.6
6722026-03-07T00:51:30.740Z Downloaded tinystr v0.8.2
6732026-03-07T00:51:30.743Z Downloaded tiny-keccak v2.0.2
6742026-03-07T00:51:30.746Z Downloaded time-macros v0.2.27
6752026-03-07T00:51:30.749Z Downloaded idna v1.1.0
6762026-03-07T00:51:30.752Z Downloaded petgraph v0.6.5
6772026-03-07T00:51:30.765Z Downloaded rustls-webpki v0.103.9
6782026-03-07T00:51:30.768Z Downloaded lzma-sys v0.1.20
6792026-03-07T00:51:30.793Z Downloaded jiff v0.2.21
6802026-03-07T00:51:30.809Z Downloaded libc v0.2.180
6812026-03-07T00:51:30.839Z Downloaded ring v0.17.14
6822026-03-07T00:51:30.876Z Downloaded petgraph v0.8.3
6832026-03-07T00:51:30.896Z Downloaded thiserror-no-std v2.0.2
6842026-03-07T00:51:30.900Z Downloaded csv v1.4.0
6852026-03-07T00:51:30.916Z Downloaded libz-sys v1.1.24
6862026-03-07T00:51:30.935Z Downloaded serde v1.0.228
6872026-03-07T00:51:30.938Z Downloaded plotters v0.3.7
6882026-03-07T00:51:30.952Z Downloaded thiserror v1.0.69
6892026-03-07T00:51:30.956Z Downloaded rand v0.10.0
6902026-03-07T00:51:30.956Z Downloaded tokio v1.49.0
6912026-03-07T00:51:30.991Z Downloaded rand v0.9.2
6922026-03-07T00:51:30.995Z Downloaded samael v0.0.19
6932026-03-07T00:51:31.003Z Downloaded rsa v0.9.10
6942026-03-07T00:51:31.008Z Downloaded target-spec v3.5.7
6952026-03-07T00:51:31.009Z Downloaded tap v1.0.1
6962026-03-07T00:51:31.009Z Downloaded slog v2.8.2
6972026-03-07T00:51:31.020Z Downloaded serde_core v1.0.228
6982026-03-07T00:51:31.020Z Downloaded strum_macros v0.24.3
6992026-03-07T00:51:31.020Z Downloaded signal-hook v0.3.18
7002026-03-07T00:51:31.020Z Downloaded support-bundle-viewer v0.1.2
7012026-03-07T00:51:31.027Z Downloaded strum_macros v0.27.2
7022026-03-07T00:51:31.027Z Downloaded pest v2.8.6
7032026-03-07T00:51:31.027Z Downloaded structmeta-derive v0.3.0
7042026-03-07T00:51:31.027Z Downloaded stringprep v0.1.5
7052026-03-07T00:51:31.027Z Downloaded string_cache v0.8.9
7062026-03-07T00:51:31.027Z Downloaded libgit2-sys v0.18.3+1.9.2
7072026-03-07T00:51:31.077Z Downloaded schemars v0.8.22
7082026-03-07T00:51:31.087Z Downloaded tabled_derive v0.7.0
7092026-03-07T00:51:31.100Z Downloaded sqlformat v0.3.5
7102026-03-07T00:51:31.100Z Downloaded snafu-derive v0.8.9
7112026-03-07T00:51:31.100Z Downloaded hyper v1.8.1
7122026-03-07T00:51:31.114Z Downloaded h2 v0.4.13
7132026-03-07T00:51:31.114Z Downloaded smf v0.2.3
7142026-03-07T00:51:31.114Z Downloaded swrite v0.1.0
7152026-03-07T00:51:31.114Z Downloaded supports-unicode v2.1.0
7162026-03-07T00:51:31.114Z Downloaded spki v0.7.3
7172026-03-07T00:51:31.114Z Downloaded smallvec v0.6.14
7182026-03-07T00:51:31.114Z Downloaded serde_with_macros v3.17.0
7192026-03-07T00:51:31.114Z Downloaded slog-stdlog v4.1.1
7202026-03-07T00:51:31.114Z Downloaded num-bigint-dig v0.8.6
7212026-03-07T00:51:31.124Z Downloaded supports-color v3.0.2
7222026-03-07T00:51:31.125Z Downloaded supports-color v2.1.0
7232026-03-07T00:51:31.125Z Downloaded strip-ansi-escapes v0.2.1
7242026-03-07T00:51:31.125Z Downloaded sec1 v0.7.3
7252026-03-07T00:51:31.125Z Downloaded scroll v0.12.0
7262026-03-07T00:51:31.125Z Downloaded ryu v1.0.23
7272026-03-07T00:51:31.131Z Downloaded rustls-platform-verifier v0.6.2
7282026-03-07T00:51:31.131Z Downloaded blake3 v1.8.3
7292026-03-07T00:51:31.137Z Downloaded slab v0.4.12
7302026-03-07T00:51:31.137Z Downloaded signal-hook-registry v1.4.8
7312026-03-07T00:51:31.137Z Downloaded rand_distr v0.5.1
7322026-03-07T00:51:31.144Z Downloaded mio v1.1.1
7332026-03-07T00:51:31.144Z Downloaded prefix-trie v0.7.0
7342026-03-07T00:51:31.154Z Downloaded ron v0.8.1
7352026-03-07T00:51:31.154Z Downloaded itertools v0.13.0
7362026-03-07T00:51:31.161Z Downloaded itertools v0.12.1
7372026-03-07T00:51:31.172Z Downloaded semver v1.0.27
7382026-03-07T00:51:31.172Z Downloaded schemars_derive v0.8.22
7392026-03-07T00:51:31.172Z Downloaded russh-keys v0.45.0
7402026-03-07T00:51:31.172Z Downloaded signal-hook-tokio v0.3.1
7412026-03-07T00:51:31.179Z Downloaded httpmock v0.8.3
7422026-03-07T00:51:31.191Z Downloaded signal-hook-mio v0.2.5
7432026-03-07T00:51:31.218Z Downloaded prettyplease v0.2.37
7442026-03-07T00:51:31.218Z Downloaded pretty_assertions v1.4.1
7452026-03-07T00:51:31.218Z Downloaded num-bigint v0.4.6
7462026-03-07T00:51:31.218Z Downloaded memchr v2.8.0
7472026-03-07T00:51:31.218Z Downloaded scroll v0.13.0
7482026-03-07T00:51:31.218Z Downloaded rust-argon2 v2.1.0
7492026-03-07T00:51:31.218Z Downloaded proc-macro2 v1.0.106
7502026-03-07T00:51:31.218Z Downloaded pest_meta v2.8.6
7512026-03-07T00:51:31.218Z Downloaded scheduled-thread-pool v0.2.7
7522026-03-07T00:51:31.219Z Downloaded rustls-pemfile v1.0.4
7532026-03-07T00:51:31.219Z Downloaded crossterm v0.29.0
7542026-03-07T00:51:31.229Z Downloaded hickory-server v0.25.2
7552026-03-07T00:51:31.229Z Downloaded serde-value v0.7.0
7562026-03-07T00:51:31.229Z Downloaded serde-big-array v0.5.1
7572026-03-07T00:51:31.229Z Downloaded semver v0.1.20
7582026-03-07T00:51:31.230Z Downloaded secrecy v0.8.0
7592026-03-07T00:51:31.230Z Downloaded scrypt v0.11.0
7602026-03-07T00:51:31.230Z Downloaded rustls-pemfile v2.2.0
7612026-03-07T00:51:31.230Z Downloaded rustc-demangle v0.1.27
7622026-03-07T00:51:31.230Z Downloaded hashbrown v0.16.1
7632026-03-07T00:51:31.249Z Downloaded scroll_derive v0.12.1
7642026-03-07T00:51:31.249Z Downloaded scopeguard v1.2.0
7652026-03-07T00:51:31.249Z Downloaded rand_core v0.10.0
7662026-03-07T00:51:31.249Z Downloaded psm v0.1.30
7672026-03-07T00:51:31.249Z Downloaded indexmap v2.13.0
7682026-03-07T00:51:31.257Z Downloaded pest_generator v2.8.6
7692026-03-07T00:51:31.257Z Downloaded itertools v0.10.5
7702026-03-07T00:51:31.257Z Downloaded crossterm v0.28.1
7712026-03-07T00:51:31.257Z Downloaded salsa20 v0.10.2
7722026-03-07T00:51:31.257Z Downloaded pin-project v1.1.11
7732026-03-07T00:51:31.271Z Downloaded papergrid v0.17.0
7742026-03-07T00:51:31.279Z Downloaded rand_core v0.9.5
7752026-03-07T00:51:31.279Z Downloaded rand_chacha v0.9.0
7762026-03-07T00:51:31.279Z Downloaded papergrid v0.11.0
7772026-03-07T00:51:31.279Z Downloaded quote v1.0.44
7782026-03-07T00:51:31.279Z Downloaded pkcs8 v0.10.2
7792026-03-07T00:51:31.279Z Downloaded pkcs5 v0.7.1
7802026-03-07T00:51:31.285Z Downloaded pkcs1 v0.7.5
7812026-03-07T00:51:31.285Z Downloaded hashbrown v0.12.3
7822026-03-07T00:51:31.285Z Downloaded progenitor v0.10.0
7832026-03-07T00:51:31.293Z Downloaded proc-macro-error v1.0.4
7842026-03-07T00:51:31.294Z Downloaded progenitor v0.11.2
7852026-03-07T00:51:31.294Z Downloaded proc-macro-error2 v2.0.1
7862026-03-07T00:51:31.294Z Downloaded rand_xorshift v0.4.0
7872026-03-07T00:51:31.301Z Downloaded predicates v3.1.4
7882026-03-07T00:51:31.301Z Downloaded ppv-lite86 v0.2.21
7892026-03-07T00:51:31.301Z Downloaded icu_collections v2.1.1
7902026-03-07T00:51:31.316Z Downloaded http v1.4.0
7912026-03-07T00:51:31.316Z Downloaded omicron-zone-package v0.12.2
7922026-03-07T00:51:31.316Z Downloaded parking_lot_core v0.9.12
7932026-03-07T00:51:31.324Z Downloaded primeorder v0.13.6
7942026-03-07T00:51:31.324Z Downloaded psl-types v2.0.11
7952026-03-07T00:51:31.324Z Downloaded progenitor-client v0.11.2
7962026-03-07T00:51:31.325Z Downloaded path-tree v0.8.3
7972026-03-07T00:51:31.325Z Downloaded parking_lot v0.12.5
7982026-03-07T00:51:31.325Z Downloaded parking_lot v0.11.2
7992026-03-07T00:51:31.325Z Downloaded phf v0.13.1
8002026-03-07T00:51:31.325Z Downloaded icu_normalizer v2.1.1
8012026-03-07T00:51:31.325Z Downloaded log v0.4.29
8022026-03-07T00:51:31.325Z Downloaded paste v1.0.15
8032026-03-07T00:51:31.333Z Downloaded password-hash v0.5.0
8042026-03-07T00:51:31.333Z Downloaded parse-display v0.10.0
8052026-03-07T00:51:31.333Z Downloaded oorandom v11.1.5
8062026-03-07T00:51:31.333Z Downloaded once_cell v1.21.3
8072026-03-07T00:51:31.334Z Downloaded libbz2-rs-sys v0.2.2
8082026-03-07T00:51:31.334Z Downloaded predicates-core v1.0.10
8092026-03-07T00:51:31.334Z Downloaded precomputed-hash v0.1.1
8102026-03-07T00:51:31.353Z Downloaded potential_utf v0.1.4
8112026-03-07T00:51:31.353Z Downloaded knuffel v3.2.0
8122026-03-07T00:51:31.353Z Downloaded pem v3.0.6
8132026-03-07T00:51:31.353Z Downloaded peg-macros v0.8.5
8142026-03-07T00:51:31.353Z Downloaded peg v0.8.5
8152026-03-07T00:51:31.360Z Downloaded parking_lot_core v0.8.6
8162026-03-07T00:51:31.360Z Downloaded packed_struct v0.10.1
8172026-03-07T00:51:31.360Z Downloaded cc v1.2.56
8182026-03-07T00:51:31.360Z Downloaded heapless v0.7.17
8192026-03-07T00:51:31.360Z Downloaded flate2 v1.1.9
8202026-03-07T00:51:31.360Z Downloaded fancy-regex v0.14.0
8212026-03-07T00:51:31.360Z Downloaded phf_shared v0.13.1
8222026-03-07T00:51:31.360Z Downloaded expectorate v1.2.0
8232026-03-07T00:51:31.368Z Downloaded aho-corasick v1.1.4
8242026-03-07T00:51:31.368Z Downloaded oxnet v0.1.4
8252026-03-07T00:51:31.368Z Downloaded owo-colors v4.3.0
8262026-03-07T00:51:31.379Z Downloaded icu_normalizer_data v2.1.1
8272026-03-07T00:51:31.379Z Downloaded linked-hash-map v0.5.6
8282026-03-07T00:51:31.379Z Downloaded olpc-cjson v0.1.4
8292026-03-07T00:51:31.379Z Downloaded num_enum_derive v0.7.5
8302026-03-07T00:51:31.390Z Downloaded path-slash v0.1.5
8312026-03-07T00:51:31.390Z Downloaded litemap v0.8.1
8322026-03-07T00:51:31.390Z Downloaded icu_provider v2.1.1
8332026-03-07T00:51:31.390Z Downloaded num_enum v0.5.11
8342026-03-07T00:51:31.390Z Downloaded num-iter v0.1.45
8352026-03-07T00:51:31.390Z Downloaded num-complex v0.4.6
8362026-03-07T00:51:31.390Z Downloaded nu-ansi-term v0.50.3
8372026-03-07T00:51:31.390Z Downloaded ignore v0.4.25
8382026-03-07T00:51:31.398Z Downloaded half v2.7.1
8392026-03-07T00:51:31.398Z Downloaded ed25519-dalek v2.2.0
8402026-03-07T00:51:31.398Z Downloaded darling_core v0.21.3
8412026-03-07T00:51:31.411Z Downloaded bumpalo v3.20.2
8422026-03-07T00:51:31.411Z Downloaded num_enum v0.7.5
8432026-03-07T00:51:31.422Z Downloaded oso-derive v0.27.3
8442026-03-07T00:51:31.422Z Downloaded newtype-uuid v1.3.2
8452026-03-07T00:51:31.422Z Downloaded litrs v1.0.0
8462026-03-07T00:51:31.422Z Downloaded indexmap v1.9.3
8472026-03-07T00:51:31.422Z Downloaded iana-time-zone v0.1.65
8482026-03-07T00:51:31.429Z Downloaded openssl-probe v0.1.6
8492026-03-07T00:51:31.429Z Downloaded openssl-macros v0.1.1
8502026-03-07T00:51:31.429Z Downloaded clap_builder v4.5.60
8512026-03-07T00:51:31.429Z Downloaded hmac v0.12.1
8522026-03-07T00:51:31.429Z Downloaded crossbeam-channel v0.5.15
8532026-03-07T00:51:31.443Z Downloaded num_threads v0.1.7
8542026-03-07T00:51:31.443Z Downloaded multer v3.1.0
8552026-03-07T00:51:31.443Z Downloaded mime_guess v2.0.5
8562026-03-07T00:51:31.443Z Downloaded memoffset v0.9.1
8572026-03-07T00:51:31.443Z Downloaded async-compression v0.4.41
8582026-03-07T00:51:31.450Z Downloaded num v0.4.3
8592026-03-07T00:51:31.451Z Downloaded lock_api v0.4.14
8602026-03-07T00:51:31.451Z Downloaded linkme v0.3.35
8612026-03-07T00:51:31.451Z Downloaded diesel_derives v2.2.7
8622026-03-07T00:51:31.451Z Downloaded hyper-rustls v0.27.7
8632026-03-07T00:51:31.460Z Downloaded getrandom v0.4.1
8642026-03-07T00:51:31.460Z Downloaded getrandom v0.3.4
8652026-03-07T00:51:31.460Z Downloaded flume v0.11.1
8662026-03-07T00:51:31.460Z Downloaded darling_core v0.23.0
8672026-03-07T00:51:31.468Z Downloaded crc-any v2.5.0
8682026-03-07T00:51:31.469Z Downloaded ar_archive_writer v0.5.1
8692026-03-07T00:51:31.475Z Downloaded libloading v0.8.9
8702026-03-07T00:51:31.475Z Downloaded newtype_derive v0.1.6
8712026-03-07T00:51:31.475Z Downloaded newtype-uuid-macros v0.1.0
8722026-03-07T00:51:31.475Z Downloaded num-derive v0.3.3
8732026-03-07T00:51:31.475Z Downloaded normalize-line-endings v0.3.0
8742026-03-07T00:51:31.486Z Downloaded nonempty v0.12.0
8752026-03-07T00:51:31.486Z Downloaded newline-converter v0.3.0
8762026-03-07T00:51:31.486Z Downloaded new_debug_unreachable v1.0.6
8772026-03-07T00:51:31.486Z Downloaded libsw-core v0.3.2
8782026-03-07T00:51:31.486Z Downloaded libtest-mimic v0.8.1
8792026-03-07T00:51:31.495Z Downloaded libefi-sys v0.1.0
8802026-03-07T00:51:31.495Z Downloaded jobserver v0.1.34
8812026-03-07T00:51:31.495Z Downloaded knuffel-derive v3.2.0
8822026-03-07T00:51:31.495Z Downloaded httptest v0.16.4
8832026-03-07T00:51:31.495Z Downloaded ingot-types v0.1.2
8842026-03-07T00:51:31.495Z Downloaded hickory-client v0.25.2
8852026-03-07T00:51:31.495Z Downloaded miette-derive v5.10.0
8862026-03-07T00:51:31.495Z Downloaded ipnet v2.11.0
8872026-03-07T00:51:31.495Z Downloaded darling_core v0.20.11
8882026-03-07T00:51:31.506Z Downloaded md5 v0.7.0
8892026-03-07T00:51:31.506Z Downloaded futures v0.3.32
8902026-03-07T00:51:31.506Z Downloaded base64 v0.21.7
8912026-03-07T00:51:31.506Z Downloaded maplit v1.0.2
8922026-03-07T00:51:31.507Z Downloaded macaddr v1.0.1
8932026-03-07T00:51:31.521Z Downloaded lzss v0.8.2
8942026-03-07T00:51:31.521Z Downloaded compact_str v0.8.1
8952026-03-07T00:51:31.521Z Downloaded chumsky v0.9.3
8962026-03-07T00:51:31.521Z Downloaded lru-slab v0.1.2
8972026-03-07T00:51:31.521Z Downloaded lru-cache v0.1.2
8982026-03-07T00:51:31.528Z Downloaded lru v0.12.5
8992026-03-07T00:51:31.528Z Downloaded ingot v0.1.1
9002026-03-07T00:51:31.528Z Downloaded impl-trait-for-tuples v0.2.3
9012026-03-07T00:51:31.528Z Downloaded indoc v2.0.7
9022026-03-07T00:51:31.528Z Downloaded half v1.8.3
9032026-03-07T00:51:31.528Z Downloaded des v0.8.1
9042026-03-07T00:51:31.528Z Downloaded git-stub-vcs v0.1.0
9052026-03-07T00:51:31.528Z Downloaded getrandom v0.2.17
9062026-03-07T00:51:31.535Z Downloaded fatfs v0.3.6
9072026-03-07T00:51:31.535Z Downloaded event-listener v5.4.1
9082026-03-07T00:51:31.535Z Downloaded humantime v2.3.0
9092026-03-07T00:51:31.542Z Downloaded http-body-util v0.1.3
9102026-03-07T00:51:31.542Z Downloaded lazy_static v1.5.0
9112026-03-07T00:51:31.542Z Downloaded lalrpop-util v0.19.12
9122026-03-07T00:51:31.542Z Downloaded kstat-rs v0.2.4
9132026-03-07T00:51:31.542Z Downloaded fallible-iterator v0.2.0
9142026-03-07T00:51:31.542Z Downloaded futures-executor v0.3.32
9152026-03-07T00:51:31.554Z Downloaded elliptic-curve v0.13.8
9162026-03-07T00:51:31.554Z Downloaded derive-where v1.6.0
9172026-03-07T00:51:31.566Z Downloaded clap v4.5.60
9182026-03-07T00:51:31.566Z Downloaded idna_adapter v1.2.1
9192026-03-07T00:51:31.566Z Downloaded ident_case v1.0.1
9202026-03-07T00:51:31.566Z Downloaded hubpack_derive v0.1.1
9212026-03-07T00:51:31.566Z Downloaded deranged v0.5.8
9222026-03-07T00:51:31.573Z Downloaded darling v0.21.3
9232026-03-07T00:51:31.573Z Downloaded darling v0.20.11
9242026-03-07T00:51:31.573Z Downloaded corncobs v0.1.4
9252026-03-07T00:51:31.573Z Downloaded glob v0.3.3
9262026-03-07T00:51:31.574Z Downloaded datatest-stable v0.3.3
9272026-03-07T00:51:31.586Z Downloaded darling v0.23.0
9282026-03-07T00:51:31.586Z Downloaded daft v0.1.5
9292026-03-07T00:51:31.593Z Downloaded csv-core v0.1.13
9302026-03-07T00:51:31.593Z Downloaded hubpack v0.1.2
9312026-03-07T00:51:31.593Z Downloaded httpdate v1.0.3
9322026-03-07T00:51:31.593Z Downloaded http-range v0.1.5
9332026-03-07T00:51:31.593Z Downloaded http-body v1.0.1
9342026-03-07T00:51:31.593Z Downloaded hostname v0.4.2
9352026-03-07T00:51:31.593Z Downloaded home v0.5.12
9362026-03-07T00:51:31.593Z Downloaded arc-swap v1.8.2
9372026-03-07T00:51:31.593Z Downloaded hex v0.4.3
9382026-03-07T00:51:31.593Z Downloaded futures-timer v3.0.3
9392026-03-07T00:51:31.600Z Downloaded fs-err v3.3.0
9402026-03-07T00:51:31.600Z Downloaded fs-err v2.11.0
9412026-03-07T00:51:31.600Z Downloaded foreign-types-shared v0.3.1
9422026-03-07T00:51:31.600Z Downloaded filetime v0.2.27
9432026-03-07T00:51:31.600Z Downloaded camino v1.2.2
9442026-03-07T00:51:31.604Z Downloaded bzip2 v0.6.1
9452026-03-07T00:51:31.604Z Downloaded heck v0.5.0
9462026-03-07T00:51:31.604Z Downloaded headers-core v0.3.0
9472026-03-07T00:51:31.607Z Downloaded cookie v0.18.1
9482026-03-07T00:51:31.607Z Downloaded const_format v0.2.35
9492026-03-07T00:51:31.613Z Downloaded ciborium v0.2.2
9502026-03-07T00:51:31.617Z Downloaded crossbeam-epoch v0.9.18
9512026-03-07T00:51:31.617Z Downloaded crossbeam-deque v0.8.6
9522026-03-07T00:51:31.617Z Downloaded der_derive v0.7.3
9532026-03-07T00:51:31.617Z Downloaded daft-derive v0.1.5
9542026-03-07T00:51:31.620Z Downloaded bitflags v2.11.0
9552026-03-07T00:51:31.624Z Downloaded hash32 v0.2.1
9562026-03-07T00:51:31.627Z Downloaded guppy-workspace-hack v0.1.0
9572026-03-07T00:51:31.627Z Downloaded compression-codecs v0.4.37
9582026-03-07T00:51:31.631Z Downloaded ghash v0.5.1
9592026-03-07T00:51:31.631Z Downloaded dirs-next v2.0.0
9602026-03-07T00:51:31.631Z Downloaded diesel-dtrace v0.4.2
9612026-03-07T00:51:31.638Z Downloaded derive_builder_core v0.20.2
9622026-03-07T00:51:31.638Z Downloaded critical-section v1.2.0
9632026-03-07T00:51:31.638Z Downloaded float-ord v0.3.2
9642026-03-07T00:51:31.642Z Downloaded fixedbitset v0.5.7
9652026-03-07T00:51:31.642Z Downloaded find-msvc-tools v0.1.9
9662026-03-07T00:51:31.642Z Downloaded displaydoc v0.2.5
9672026-03-07T00:51:31.642Z Downloaded cfg-expr v0.20.6
9682026-03-07T00:51:31.687Z Downloaded allocator-api2 v0.2.21
9692026-03-07T00:51:31.687Z Downloaded fxhash v0.2.1
9702026-03-07T00:51:31.687Z Downloaded futures-task v0.3.32
9712026-03-07T00:51:31.687Z Downloaded futures-sink v0.3.32
9722026-03-07T00:51:31.687Z Downloaded futures-macro v0.3.32
9732026-03-07T00:51:31.687Z Downloaded env_logger v0.11.9
9742026-03-07T00:51:31.687Z Downloaded env_filter v1.0.0
9752026-03-07T00:51:31.687Z Downloaded ena v0.14.4
9762026-03-07T00:51:31.688Z Downloaded cancel-safe-futures v0.1.5
9772026-03-07T00:51:31.688Z Downloaded foreign-types v0.5.0
9782026-03-07T00:51:31.688Z Downloaded float-cmp v0.10.0
9792026-03-07T00:51:31.688Z Downloaded flagset v0.4.7
9802026-03-07T00:51:31.688Z Downloaded bzip2 v0.4.4
9812026-03-07T00:51:31.688Z Downloaded blake2b_simd v1.0.4
9822026-03-07T00:51:31.688Z Downloaded async-lock v3.4.2
9832026-03-07T00:51:31.688Z Downloaded ahash v0.8.12
9842026-03-07T00:51:31.688Z Downloaded colored v2.2.0
9852026-03-07T00:51:31.688Z Downloaded cbc v0.1.2
9862026-03-07T00:51:31.688Z Downloaded anyhow v1.0.102
9872026-03-07T00:51:31.688Z Downloaded futures-core v0.3.32
9882026-03-07T00:51:31.688Z Downloaded foreign-types-shared v0.1.1
9892026-03-07T00:51:31.688Z Downloaded foreign-types-macros v0.2.3
9902026-03-07T00:51:31.688Z Downloaded fnv v1.0.7
9912026-03-07T00:51:31.688Z Downloaded derive_more-impl v2.1.1
9922026-03-07T00:51:31.688Z Downloaded cmake v0.1.57
9932026-03-07T00:51:31.692Z Downloaded either v1.15.0
9942026-03-07T00:51:31.692Z Downloaded ed25519 v2.2.3
9952026-03-07T00:51:31.692Z Downloaded ecdsa v0.16.9
9962026-03-07T00:51:31.692Z Downloaded digest v0.10.7
9972026-03-07T00:51:31.692Z Downloaded derive-ex v0.1.8
9982026-03-07T00:51:31.692Z Downloaded defmt-macros v1.0.1
9992026-03-07T00:51:31.692Z Downloaded data-encoding v2.10.0
10002026-03-07T00:51:31.692Z Downloaded ctr v0.9.2
10012026-03-07T00:51:31.698Z Downloaded constant_time_eq v0.4.2
10022026-03-07T00:51:31.698Z Downloaded defmt v1.0.1
10032026-03-07T00:51:31.701Z Downloaded chacha20 v0.9.1
10042026-03-07T00:51:31.701Z Downloaded camino-tempfile v1.4.1
10052026-03-07T00:51:31.701Z Downloaded defmt v0.3.100
10062026-03-07T00:51:31.744Z Downloaded cargo_metadata v0.23.1
10072026-03-07T00:51:31.744Z Downloaded embedded-io v0.6.1
10082026-03-07T00:51:31.744Z Downloaded cargo_metadata v0.19.2
10092026-03-07T00:51:31.790Z Downloaded arrayvec v0.7.6
10102026-03-07T00:51:31.790Z Downloaded debug-ignore v1.0.5
10112026-03-07T00:51:31.790Z Downloaded darling_macro v0.23.0
10122026-03-07T00:51:31.790Z Downloaded darling_macro v0.21.3
10132026-03-07T00:51:31.790Z Downloaded crucible-workspace-hack v0.1.0
10142026-03-07T00:51:31.790Z Downloaded fixedbitset v0.4.2
10152026-03-07T00:51:31.790Z Downloaded fastrand v2.3.0
10162026-03-07T00:51:31.790Z Downloaded derive_builder_macro v0.20.2
10172026-03-07T00:51:31.790Z Downloaded crc8 v0.1.1
10182026-03-07T00:51:31.790Z Downloaded crc v3.4.0
10192026-03-07T00:51:31.790Z Downloaded darling_macro v0.20.11
10202026-03-07T00:51:31.790Z Downloaded curve25519-dalek-derive v0.1.1
10212026-03-07T00:51:31.790Z Downloaded crunchy v0.2.4
10222026-03-07T00:51:31.790Z Downloaded camino-tempfile-ext v0.3.3
10232026-03-07T00:51:31.790Z Downloaded cexpr v0.6.0
10242026-03-07T00:51:31.790Z Downloaded bit-vec v0.6.3
10252026-03-07T00:51:31.790Z Downloaded bcs v0.1.6
10262026-03-07T00:51:31.790Z Downloaded der v0.7.10
10272026-03-07T00:51:31.790Z Downloaded concurrent-queue v2.5.0
10282026-03-07T00:51:31.790Z Downloaded colorchoice v1.0.4
10292026-03-07T00:51:31.791Z Downloaded byteorder v1.5.0
10302026-03-07T00:51:31.791Z Downloaded bitfield v0.19.4
10312026-03-07T00:51:31.791Z Downloaded assert_cmd v2.1.2
10322026-03-07T00:51:31.791Z Downloaded defmt-parser v1.0.0
10332026-03-07T00:51:31.791Z Downloaded crc-catalog v2.4.0
10342026-03-07T00:51:31.791Z Downloaded cargo_metadata v0.21.0
10352026-03-07T00:51:31.791Z Downloaded bytecount v0.6.9
10362026-03-07T00:51:31.791Z Downloaded blowfish v0.9.1
10372026-03-07T00:51:31.791Z Downloaded base64 v0.22.1
10382026-03-07T00:51:31.791Z Downloaded backoff v0.4.0
10392026-03-07T00:51:31.791Z Downloaded async-trait v0.1.89
10402026-03-07T00:51:31.791Z Downloaded assert_matches v1.5.0
10412026-03-07T00:51:31.791Z Downloaded embedded-io v0.4.0
10422026-03-07T00:51:31.791Z Downloaded difflib v0.4.0
10432026-03-07T00:51:31.791Z Downloaded diesel_table_macro_syntax v0.2.0
10442026-03-07T00:51:31.791Z Downloaded cstr-argument v0.1.2
10452026-03-07T00:51:31.792Z Downloaded dunce v1.0.5
10462026-03-07T00:51:31.792Z Downloaded dtrace-parser v0.3.0
10472026-03-07T00:51:31.792Z Downloaded dtrace-parser v0.2.0
10482026-03-07T00:51:31.792Z Downloaded dsl_auto_type v0.1.3
10492026-03-07T00:51:31.792Z Downloaded clap_lex v1.0.0
10502026-03-07T00:51:31.792Z Downloaded cargo-platform v0.1.9
10512026-03-07T00:51:31.792Z Downloaded cpufeatures v0.3.0
10522026-03-07T00:51:31.792Z Downloaded cast v0.3.0
10532026-03-07T00:51:31.792Z Downloaded console v0.15.11
10542026-03-07T00:51:31.792Z Downloaded compression-core v0.4.31
10552026-03-07T00:51:31.792Z Downloaded cfg_aliases v0.1.1
10562026-03-07T00:51:31.792Z Downloaded bit-vec v0.8.0
10572026-03-07T00:51:31.792Z Downloaded base64ct v1.8.3
10582026-03-07T00:51:31.792Z Downloaded autocfg v1.5.0
10592026-03-07T00:51:31.915Z Downloaded ascii-canvas v3.0.0
10602026-03-07T00:51:31.915Z Downloaded arrayref v0.3.9
10612026-03-07T00:51:31.915Z Downloaded convert_case v0.4.0
10622026-03-07T00:51:31.915Z Downloaded console v0.16.2
10632026-03-07T00:51:31.915Z Downloaded clap_derive v4.5.55
10642026-03-07T00:51:31.915Z Downloaded chacha20 v0.10.0
10652026-03-07T00:51:31.915Z Downloaded castaway v0.2.4
10662026-03-07T00:51:31.915Z Downloaded cargo-platform v0.2.0
10672026-03-07T00:51:31.915Z Downloaded cfg_aliases v0.2.1
10682026-03-07T00:51:31.915Z Downloaded block-buffer v0.10.4
10692026-03-07T00:51:31.915Z Downloaded bit-set v0.5.3
10702026-03-07T00:51:31.915Z Downloaded bb8 v0.8.6
10712026-03-07T00:51:31.915Z Downloaded base16ct v0.2.0
10722026-03-07T00:51:31.915Z Downloaded approx v0.5.1
10732026-03-07T00:51:31.915Z Downloaded cookie_store v0.22.1
10742026-03-07T00:51:31.915Z Downloaded const-oid v0.9.6
10752026-03-07T00:51:31.915Z Downloaded bitfield-struct v0.6.2
10762026-03-07T00:51:31.915Z Downloaded bit-set v0.8.0
10772026-03-07T00:51:31.915Z Downloaded array-init v0.0.4
10782026-03-07T00:51:31.916Z Downloaded const_format_proc_macros v0.2.34
10792026-03-07T00:51:31.916Z Downloaded ciborium-ll v0.2.2
10802026-03-07T00:51:31.916Z Downloaded cargo-platform v0.3.2
10812026-03-07T00:51:31.916Z Downloaded atomicwrites v0.4.4
10822026-03-07T00:51:31.916Z Downloaded cipher v0.4.4
10832026-03-07T00:51:31.916Z Downloaded backtrace-ext v0.2.1
10842026-03-07T00:51:31.952Z Downloaded cfg-if v1.0.4
10852026-03-07T00:51:31.952Z Downloaded assert-json-diff v2.0.2
10862026-03-07T00:51:31.952Z Downloaded async-recursion v1.1.1
10872026-03-07T00:51:31.952Z Downloaded block-padding v0.3.3
10882026-03-07T00:51:31.952Z Downloaded blake2 v0.10.6
10892026-03-07T00:51:31.952Z Downloaded atomic-waker v1.1.2
10902026-03-07T00:51:31.952Z Downloaded async-stream v0.3.6
10912026-03-07T00:51:31.953Z Downloaded cargo-util-schemas v0.8.2
10922026-03-07T00:51:31.953Z Downloaded argon2 v0.5.3
10932026-03-07T00:51:31.953Z Downloaded cassowary v0.3.0
10942026-03-07T00:51:31.953Z Downloaded atty v0.2.14
10952026-03-07T00:51:31.953Z Downloaded adler2 v2.0.1
10962026-03-07T00:51:31.953Z Downloaded async-object-pool v0.2.0
10972026-03-07T00:51:31.953Z Downloaded anstyle-parse v0.2.7
10982026-03-07T00:51:31.953Z Downloaded anstyle v1.0.13
10992026-03-07T00:51:31.953Z Downloaded anstream v0.6.21
11002026-03-07T00:51:31.953Z Downloaded backon v1.6.0
11012026-03-07T00:51:31.953Z Downloaded anes v0.1.6
11022026-03-07T00:51:31.953Z Downloaded bcrypt-pbkdf v0.10.0
11032026-03-07T00:51:31.953Z Downloaded base16ct v1.0.0
11042026-03-07T00:51:31.953Z Downloaded async-bb8-diesel v0.2.1
11052026-03-07T00:51:31.953Z Downloaded aws-lc-sys v0.37.1
11062026-03-07T00:51:32.705Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
11072026-03-07T00:51:45.528Z Startup: Refreshing catalog 'helios-dev' ... Done
11082026-03-07T00:51:56.146Z Startup: Caching catalogs ... Done
11092026-03-07T00:52:21.017ZPlanning: Solver setup ... Done (23.246s)
11102026-03-07T00:52:21.191ZPlanning: Running solver ... Done (0.172s)
11112026-03-07T00:52:21.365ZPlanning: Finding local manifests ... Done (0.003s)
11122026-03-07T00:52:21.380ZPlanning: Fetching manifests: 0/4 0% complete
11132026-03-07T00:52:21.522ZPlanning: Fetching manifests: 4/4 100% complete
11142026-03-07T00:52:21.571ZPlanning: Package planning ... Done (0.049s)
11152026-03-07T00:52:21.621ZPlanning: Merging actions ... Done (0.050s)
11162026-03-07T00:52:21.901ZPlanning: Checking for conflicting actions ... Done (0.279s)
11172026-03-07T00:52:21.913ZPlanning: Consolidating action changes ... Done (0.011s)
11182026-03-07T00:52:22.928ZPlanning: Evaluating mediators ... Done (1.015s)
11192026-03-07T00:52:22.937ZPlanning: Planning completed in 26.64 seconds
11202026-03-07T00:52:22.953Z Packages to install: 4
11212026-03-07T00:52:22.953Z Mediators to change: 2
11222026-03-07T00:52:22.956Z Services to change: 1
11232026-03-07T00:52:22.956Z Estimated space available: 155.06 GB
11242026-03-07T00:52:22.956ZEstimated space to be consumed: 1.82 GB
11252026-03-07T00:52:22.956Z Create boot environment: No
11262026-03-07T00:52:22.956ZCreate backup boot environment: No
11272026-03-07T00:52:22.956Z Rebuild boot archive: No
11282026-03-07T00:52:22.956Z
11292026-03-07T00:52:22.956ZChanged mediators:
11302026-03-07T00:52:22.956Z mediator clang:
11312026-03-07T00:52:22.956Z version: None -> 15 (system default)
11322026-03-07T00:52:22.956Z
11332026-03-07T00:52:22.956Z mediator llvm:
11342026-03-07T00:52:22.956Z version: 14 (system default) -> 15 (system default)
11352026-03-07T00:52:22.956Z
11362026-03-07T00:52:22.956ZChanged packages:
11372026-03-07T00:52:22.956Zhelios-dev
11382026-03-07T00:52:22.956Z developer/build-essential
11392026-03-07T00:52:22.956Z None -> 11-2.0
11402026-03-07T00:52:22.956Z library/libxmlsec1
11412026-03-07T00:52:22.956Z None -> 1.2.35-2.0
11422026-03-07T00:52:22.956Z ooce/developer/clang-15
11432026-03-07T00:52:22.956Z None -> 15.0.7-2.0
11442026-03-07T00:52:22.956Z ooce/developer/llvm-15
11452026-03-07T00:52:22.957Z None -> 15.0.7-2.0
11462026-03-07T00:52:22.957Z
11472026-03-07T00:52:22.957ZServices:
11482026-03-07T00:52:22.957Z restart_fmri:
11492026-03-07T00:52:22.957Z svc:/system/update-man-index:default
11502026-03-07T00:52:23.008Z
11512026-03-07T00:52:23.008ZDownload: 0/3290 items 0.0/212.6MB 0% complete
11522026-03-07T00:52:28.010ZDownload: 1203/3290 items 84.0/212.6MB 39% complete (17.0M/s)
11532026-03-07T00:52:33.845ZDownload: 3240/3290 items 202.5/212.6MB 95% complete (20.3M/s)
11542026-03-07T00:52:36.478ZDownload: Completed 212.60 MB in 13.47 seconds (15.8M/s)
11552026-03-07T00:52:36.743Z Actions: 1/3689 actions (Installing new actions)
11562026-03-07T00:52:41.285Z Actions: Completed 3689 actions in 4.53 seconds.
11572026-03-07T00:52:41.705Z Done (0.420s)
11582026-03-07T00:52:41.705Z Done (0.000s)
11592026-03-07T00:52:42.832Z Done (1.136s)
11602026-03-07T00:52:47.345Z Done (4.155s)
11612026-03-07T00:52:47.433Z Done (0.020s)
11622026-03-07T00:52:47.437Z Done (0.000s)
11632026-03-07T00:52:47.606Z Done (0.000s)
11642026-03-07T00:52:48.583ZPlanning: Evaluating mediator changes ... Done
11652026-03-07T00:52:48.742ZPlanning: Checking for conflicting actions ... Done
11662026-03-07T00:52:48.746ZPlanning: Consolidating action changes ... Done
11672026-03-07T00:52:49.015ZPlanning: Evaluating mediators ... Done
11682026-03-07T00:52:49.018ZPlanning: Planning completed in 0.43 seconds
11692026-03-07T00:52:49.048Z Mediators to change: 2
11702026-03-07T00:52:49.048Z Create boot environment: No
11712026-03-07T00:52:49.051ZCreate backup boot environment: No
11722026-03-07T00:52:49.122Z Done
11732026-03-07T00:52:49.122Z Done
11742026-03-07T00:52:49.931Z Done
11752026-03-07T00:52:53.637Z Done
11762026-03-07T00:52:53.720Z Done
11772026-03-07T00:52:53.726Z Done
11782026-03-07T00:52:53.886Z Done
11792026-03-07T00:52:54.511ZPlanning: Evaluating mediator changes ... Done
11802026-03-07T00:52:54.515ZPlanning: Merging actions ... Done
11812026-03-07T00:52:54.701ZPlanning: Checking for conflicting actions ... Done
11822026-03-07T00:52:54.707ZPlanning: Consolidating action changes ... Done
11832026-03-07T00:52:54.973ZPlanning: Evaluating mediators ... Done
11842026-03-07T00:52:55.032ZPlanning: Planning completed in 0.77 seconds
11852026-03-07T00:52:55.069Z Packages to change: 1
11862026-03-07T00:52:55.069Z Mediators to change: 1
11872026-03-07T00:52:55.072Z Services to change: 1
11882026-03-07T00:52:55.072Z Create boot environment: No
11892026-03-07T00:52:55.072ZCreate backup boot environment: Yes
11902026-03-07T00:52:57.703Z Actions: 1/6 actions (Updating modified actions)
11912026-03-07T00:52:57.707Z Actions: Completed 6 actions in 0.00 seconds.
11922026-03-07T00:52:57.707Z Done
11932026-03-07T00:52:57.707Z Done
11942026-03-07T00:52:57.925Z Done
11952026-03-07T00:53:01.624Z Done
11962026-03-07T00:53:01.709Z Done
11972026-03-07T00:53:01.712Z Done
11982026-03-07T00:53:02.340Z Done
11992026-03-07T00:53:02.345ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
12002026-03-07T00:53:02.345Zclang system 15 system
12012026-03-07T00:53:02.345Zcsh system system illumos
12022026-03-07T00:53:02.345Zctags system system illumos
12032026-03-07T00:53:02.345Zfile system system illumos
12042026-03-07T00:53:02.345Zgcc vendor 12 vendor
12052026-03-07T00:53:02.345Zgcc system 10 system
12062026-03-07T00:53:02.345Zgcc system 7 system
12072026-03-07T00:53:02.346Zgo system 1.20 system
12082026-03-07T00:53:02.346Zgo system 1.19 system
12092026-03-07T00:53:02.346Zllvm system 15 system
12102026-03-07T00:53:02.346Zllvm system 14 system
12112026-03-07T00:53:02.346Zmariadb system 10.6 system
12122026-03-07T00:53:02.346Zmta vendor vendor dma
12132026-03-07T00:53:02.346Zopenjdk system 17 system
12142026-03-07T00:53:02.346Zopenjdk system 11 system
12152026-03-07T00:53:02.346Zopenjdk system 1.8 system
12162026-03-07T00:53:02.346Zopenssl vendor 3 vendor
12172026-03-07T00:53:02.346Zperl system 5.36 system
12182026-03-07T00:53:02.346Zpostgresql system 15 system
12192026-03-07T00:53:02.346Zpostgresql system 13 system
12202026-03-07T00:53:02.346Zpython vendor 3 vendor
12212026-03-07T00:53:02.346Zpython system 2 system
12222026-03-07T00:53:02.346Zpython3 system 3.11 system
12232026-03-07T00:53:02.346Zruby system 3.0 system
12242026-03-07T00:53:02.346Zwords vendor vendor american-english
12252026-03-07T00:53:02.346Zwords system system australian-english
12262026-03-07T00:53:02.346Zwords system system british-english
12272026-03-07T00:53:02.346Zwords system system canadian-english
12282026-03-07T00:53:02.346Zwords system system french
12292026-03-07T00:53:02.346Zwords system system italian
12302026-03-07T00:53:02.346Zwords system system ngerman
12312026-03-07T00:53:02.346Zwords system system ogerman
12322026-03-07T00:53:02.346Zwords system system spanish
12332026-03-07T00:53:02.663ZPUBLISHER TYPE STATUS P LOCATION
12342026-03-07T00:53:02.663Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
12352026-03-07T00:53:09.385ZFMRI IFO
12362026-03-07T00:53:09.385Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
12372026-03-07T00:53:09.385Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
12382026-03-07T00:53:09.385Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
12392026-03-07T00:53:09.386Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
12402026-03-07T00:53:09.386Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
12412026-03-07T00:53:09.386Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
12422026-03-07T00:53:09.386Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
12432026-03-07T00:53:09.386Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
12442026-03-07T00:53:09.386Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
12452026-03-07T00:53:09.386Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
12462026-03-07T00:53:09.386Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
12472026-03-07T00:53:09.386Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
12482026-03-07T00:53:09.386Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
12492026-03-07T00:53:09.386Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
12502026-03-07T00:53:09.386Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
12512026-03-07T00:53:09.386Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
12522026-03-07T00:53:11.109Z Downloading crates ...
12532026-03-07T00:53:11.192Z Downloaded cargo_toml v0.21.0
12542026-03-07T00:53:11.256Z Compiling proc-macro2 v1.0.106
12552026-03-07T00:53:11.260Z Compiling unicode-ident v1.0.24
12562026-03-07T00:53:11.260Z Compiling quote v1.0.44
12572026-03-07T00:53:11.260Z Compiling serde_core v1.0.228
12582026-03-07T00:53:11.260Z Compiling libc v0.2.180
12592026-03-07T00:53:11.260Z Compiling version_check v0.9.5
12602026-03-07T00:53:11.260Z Compiling memchr v2.8.0
12612026-03-07T00:53:11.260Z Compiling serde v1.0.228
12622026-03-07T00:53:11.635Z Compiling stable_deref_trait v1.2.1
12632026-03-07T00:53:11.750Z Compiling zmij v1.0.21
12642026-03-07T00:53:12.067Z Compiling autocfg v1.5.0
12652026-03-07T00:53:12.081Z Compiling itoa v1.0.17
12662026-03-07T00:53:12.109Z Compiling ucd-trie v0.1.7
12672026-03-07T00:53:12.615Z Compiling thiserror v1.0.69
12682026-03-07T00:53:12.862Z Compiling pest v2.8.6
12692026-03-07T00:53:12.905Z Compiling writeable v0.6.2
12702026-03-07T00:53:12.999Z Compiling litemap v0.8.1
12712026-03-07T00:53:13.182Z Compiling byteorder v1.5.0
12722026-03-07T00:53:13.235Z Compiling rustix v1.1.3
12732026-03-07T00:53:13.663Z Compiling icu_normalizer_data v2.1.1
12742026-03-07T00:53:13.931Z Compiling syn v2.0.117
12752026-03-07T00:53:13.979Z Compiling icu_properties_data v2.1.2
12762026-03-07T00:53:14.065Z Compiling errno v0.3.14
12772026-03-07T00:53:14.094Z Compiling serde_json v1.0.149
12782026-03-07T00:53:14.322Z Compiling bitflags v2.11.0
12792026-03-07T00:53:14.451Z Compiling num-traits v0.2.19
12802026-03-07T00:53:14.499Z Compiling hashbrown v0.16.1
12812026-03-07T00:53:14.776Z Compiling typeid v1.0.3
12822026-03-07T00:53:14.937Z Compiling smallvec v1.15.1
12832026-03-07T00:53:15.296Z Compiling equivalent v1.0.2
12842026-03-07T00:53:15.347Z Compiling pest_meta v2.8.6
12852026-03-07T00:53:15.709Z Compiling indexmap v2.13.0
12862026-03-07T00:53:15.783Z Compiling thread-id v4.2.2
12872026-03-07T00:53:15.814Z Compiling usdt-impl v0.5.0
12882026-03-07T00:53:15.903Z Compiling proc-macro-error-attr v1.0.4
12892026-03-07T00:53:16.179Z Compiling erased-serde v0.4.9
12902026-03-07T00:53:16.217Z Compiling syn v1.0.109
12912026-03-07T00:53:16.717Z Compiling toml_write v0.1.2
12922026-03-07T00:53:16.751Z Compiling winnow v0.7.14
12932026-03-07T00:53:17.557Z Compiling proc-macro-error v1.0.4
12942026-03-07T00:53:17.755Z Compiling plain v0.2.3
12952026-03-07T00:53:17.871Z Compiling utf8_iter v1.0.4
12962026-03-07T00:53:17.926Z Compiling percent-encoding v2.3.2
12972026-03-07T00:53:18.128Z Compiling utf8parse v0.2.2
12982026-03-07T00:53:18.290Z Compiling camino v1.2.2
12992026-03-07T00:53:18.314Z Compiling log v0.4.29
13002026-03-07T00:53:18.663Z Compiling getrandom v0.4.1
13012026-03-07T00:53:18.922Z Compiling thiserror v2.0.18
13022026-03-07T00:53:19.040Z Compiling ordered-float v2.10.1
13032026-03-07T00:53:19.393Z Compiling anstyle-parse v0.2.7
13042026-03-07T00:53:19.567Z Compiling form_urlencoded v1.2.2
13052026-03-07T00:53:19.870Z Compiling terminal_size v0.4.3
13062026-03-07T00:53:20.051Z Compiling colorchoice v1.0.4
13072026-03-07T00:53:20.096Z Compiling is_terminal_polyfill v1.70.2
13082026-03-07T00:53:20.242Z Compiling cfg-if v1.0.4
13092026-03-07T00:53:20.269Z Compiling pretty-hex v0.4.1
13102026-03-07T00:53:20.338Z Compiling anstyle-query v1.1.5
13112026-03-07T00:53:20.383Z Compiling anstyle v1.0.13
13122026-03-07T00:53:20.534Z Compiling semver v1.0.27
13132026-03-07T00:53:20.797Z Compiling synstructure v0.13.2
13142026-03-07T00:53:20.831Z Compiling pest_generator v2.8.6
13152026-03-07T00:53:20.859Z Compiling anstream v0.6.21
13162026-03-07T00:53:21.237Z Compiling serde-untagged v0.1.9
13172026-03-07T00:53:21.375Z Compiling fs-err v3.3.0
13182026-03-07T00:53:21.539Z Compiling heck v0.4.1
13192026-03-07T00:53:21.766Z Compiling heck v0.5.0
13202026-03-07T00:53:21.799Z Compiling unicode-width v0.1.14
13212026-03-07T00:53:22.078Z Compiling fnv v1.0.7
13222026-03-07T00:53:22.123Z Compiling once_cell v1.21.3
13232026-03-07T00:53:22.181Z Compiling strsim v0.11.1
13242026-03-07T00:53:22.254Z Compiling bytecount v0.6.9
13252026-03-07T00:53:22.288Z Compiling fastrand v2.3.0
13262026-03-07T00:53:22.488Z Compiling anyhow v1.0.102
13272026-03-07T00:53:22.555Z Compiling unicode-xid v0.2.6
13282026-03-07T00:53:22.752Z Compiling clap_lex v1.0.0
13292026-03-07T00:53:22.802Z Compiling tempfile v3.25.0
13302026-03-07T00:53:22.881Z Compiling papergrid v0.11.0
13312026-03-07T00:53:23.131Z Compiling clap_builder v4.5.60
13322026-03-07T00:53:23.331Z Compiling memmap v0.7.0
13332026-03-07T00:53:23.469Z Compiling smawk v0.3.2
13342026-03-07T00:53:23.607Z Compiling unicode-linebreak v0.1.5
13352026-03-07T00:53:23.650Z Compiling unicode-width v0.2.0
13362026-03-07T00:53:24.186Z Compiling textwrap v0.16.2
13372026-03-07T00:53:24.464Z Compiling camino-tempfile v1.4.1
13382026-03-07T00:53:24.691Z Compiling swrite v0.1.0
13392026-03-07T00:53:24.836Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
13402026-03-07T00:53:25.116Z Compiling tabled_derive v0.7.0
13412026-03-07T00:53:25.272Z Compiling serde_derive v1.0.228
13422026-03-07T00:53:25.272Z Compiling zerofrom-derive v0.1.6
13432026-03-07T00:53:25.275Z Compiling yoke-derive v0.8.1
13442026-03-07T00:53:25.296Z Compiling zerovec-derive v0.11.2
13452026-03-07T00:53:26.177Z Compiling displaydoc v0.2.5
13462026-03-07T00:53:27.183Z Compiling thiserror-impl v1.0.69
13472026-03-07T00:53:27.763Z Compiling zerocopy-derive v0.7.35
13482026-03-07T00:53:27.974Z Compiling pest_derive v2.8.6
13492026-03-07T00:53:28.086Z Compiling scroll_derive v0.12.1
13502026-03-07T00:53:28.716Z Compiling zerofrom v0.1.6
13512026-03-07T00:53:28.785Z Compiling thiserror-impl v2.0.18
13522026-03-07T00:53:28.957Z Compiling yoke v0.8.1
13532026-03-07T00:53:29.331Z Compiling zerovec v0.11.5
13542026-03-07T00:53:29.529Z Compiling zerotrie v0.2.3
13552026-03-07T00:53:29.666Z Compiling zerocopy v0.7.35
13562026-03-07T00:53:30.075Z Compiling scroll v0.12.0
13572026-03-07T00:53:30.316Z Compiling dtrace-parser v0.2.0
13582026-03-07T00:53:30.540Z Compiling tinystr v0.8.2
13592026-03-07T00:53:30.622Z Compiling potential_utf v0.1.4
13602026-03-07T00:53:30.752Z Compiling goblin v0.8.2
13612026-03-07T00:53:30.916Z Compiling icu_locale_core v2.1.1
13622026-03-07T00:53:30.954Z Compiling icu_collections v2.1.1
13632026-03-07T00:53:31.071Z Compiling clap_derive v4.5.55
13642026-03-07T00:53:31.131Z Compiling tabled v0.15.0
13652026-03-07T00:53:32.425Z Compiling icu_provider v2.1.1
13662026-03-07T00:53:32.851Z Compiling icu_normalizer v2.1.1
13672026-03-07T00:53:32.854Z Compiling icu_properties v2.1.2
13682026-03-07T00:53:33.869Z Compiling toml_datetime v0.6.11
13692026-03-07T00:53:33.946Z Compiling serde_spanned v0.6.9
13702026-03-07T00:53:33.990Z Compiling dof v0.3.0
13712026-03-07T00:53:34.013Z Compiling serde_tokenstream v0.2.3
13722026-03-07T00:53:34.191Z Compiling serde-value v0.7.0
13732026-03-07T00:53:34.385Z Compiling toml_edit v0.22.27
13742026-03-07T00:53:34.729Z Compiling cargo-platform v0.2.0
13752026-03-07T00:53:34.909Z Compiling clap v4.5.60
13762026-03-07T00:53:34.959Z Compiling macaddr v1.0.1
13772026-03-07T00:53:35.034Z Compiling idna_adapter v1.2.1
13782026-03-07T00:53:35.256Z Compiling idna v1.1.0
13792026-03-07T00:53:35.848Z Compiling url v2.5.8
13802026-03-07T00:53:35.887Z Compiling usdt-macro v0.5.0
13812026-03-07T00:53:35.888Z Compiling usdt-attr-macro v0.5.0
13822026-03-07T00:53:37.608Z Compiling usdt v0.5.0
13832026-03-07T00:53:37.667Z Compiling toml v0.8.23
13842026-03-07T00:53:38.391Z Compiling cargo-util-schemas v0.8.2
13852026-03-07T00:53:38.391Z Compiling cargo_toml v0.21.0
13862026-03-07T00:53:39.885Z Compiling cargo_metadata v0.21.0
13872026-03-07T00:53:41.648Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
13882026-03-07T00:53:45.094Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.76s
13892026-03-07T00:53:45.182Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
13902026-03-07T00:53:46.373Z Compiling libc v0.2.180
13912026-03-07T00:53:46.373Z Compiling serde v1.0.228
13922026-03-07T00:53:46.377Z Compiling log v0.4.29
13932026-03-07T00:53:46.377Z Compiling find-msvc-tools v0.1.9
13942026-03-07T00:53:46.509Z Compiling shlex v1.3.0
13952026-03-07T00:53:46.516Z Compiling smallvec v1.15.1
13962026-03-07T00:53:46.533Z Compiling syn v2.0.117
13972026-03-07T00:53:46.548Z Compiling typenum v1.19.0
13982026-03-07T00:53:46.864Z Compiling generic-array v0.14.7
13992026-03-07T00:53:46.931Z Compiling subtle v2.6.1
14002026-03-07T00:53:46.976Z Compiling scopeguard v1.2.0
14012026-03-07T00:53:47.045Z Compiling portable-atomic v1.13.1
14022026-03-07T00:53:47.148Z Compiling lock_api v0.4.14
14032026-03-07T00:53:47.189Z Compiling const-oid v0.9.6
14042026-03-07T00:53:47.268Z Compiling critical-section v1.2.0
14052026-03-07T00:53:47.290Z Compiling zerocopy v0.8.40
14062026-03-07T00:53:47.438Z Compiling pin-project-lite v0.2.17
14072026-03-07T00:53:47.601Z Compiling parking_lot_core v0.9.12
14082026-03-07T00:53:47.605Z Compiling serde_json v1.0.149
14092026-03-07T00:53:48.086Z Compiling pkg-config v0.3.32
14102026-03-07T00:53:48.189Z Compiling libm v0.2.16
14112026-03-07T00:53:48.581Z Compiling getrandom v0.2.17
14122026-03-07T00:53:48.603Z Compiling jobserver v0.1.34
14132026-03-07T00:53:48.798Z Compiling errno v0.3.14
14142026-03-07T00:53:48.987Z Compiling cc v1.2.56
14152026-03-07T00:53:49.060Z Compiling rand_core v0.6.4
14162026-03-07T00:53:49.107Z Compiling signal-hook-registry v1.4.8
14172026-03-07T00:53:49.281Z Compiling once_cell v1.21.3
14182026-03-07T00:53:49.373Z Compiling mio v1.1.1
14192026-03-07T00:53:49.626Z Compiling num-traits v0.2.19
14202026-03-07T00:53:49.645Z Compiling bitflags v2.11.0
14212026-03-07T00:53:49.690Z Compiling parking_lot v0.12.5
14222026-03-07T00:53:49.877Z Compiling futures-core v0.3.32
14232026-03-07T00:53:50.143Z Compiling socket2 v0.6.2
14242026-03-07T00:53:50.241Z Compiling percent-encoding v2.3.2
14252026-03-07T00:53:50.462Z Compiling allocator-api2 v0.2.21
14262026-03-07T00:53:50.486Z Compiling futures-sink v0.3.32
14272026-03-07T00:53:50.596Z Compiling cpufeatures v0.2.17
14282026-03-07T00:53:50.667Z Compiling foldhash v0.2.0
14292026-03-07T00:53:50.717Z Compiling futures-channel v0.3.32
14302026-03-07T00:53:50.760Z Compiling futures-task v0.3.32
14312026-03-07T00:53:51.046Z Compiling getrandom v0.4.1
14322026-03-07T00:53:51.078Z Compiling futures-io v0.3.32
14332026-03-07T00:53:51.099Z Compiling hashbrown v0.16.1
14342026-03-07T00:53:51.147Z Compiling slab v0.4.12
14352026-03-07T00:53:51.179Z Compiling getrandom v0.3.4
14362026-03-07T00:53:51.346Z Compiling rustversion v1.0.22
14372026-03-07T00:53:51.481Z Compiling rand_core v0.10.0
14382026-03-07T00:53:51.827Z Compiling cmake v0.1.57
14392026-03-07T00:53:52.455Z Compiling indexmap v2.13.0
14402026-03-07T00:53:52.662Z Compiling form_urlencoded v1.2.2
14412026-03-07T00:53:52.686Z Compiling base64ct v1.8.3
14422026-03-07T00:53:52.969Z Compiling dunce v1.0.5
14432026-03-07T00:53:52.989Z Compiling fs_extra v1.3.0
14442026-03-07T00:53:53.049Z Compiling ident_case v1.0.1
14452026-03-07T00:53:53.126Z Compiling flagset v0.4.7
14462026-03-07T00:53:53.251Z Compiling pem-rfc7468 v0.7.0
14472026-03-07T00:53:53.272Z Compiling rand_core v0.9.5
14482026-03-07T00:53:53.367Z Compiling rustix v1.1.3
14492026-03-07T00:53:53.486Z Compiling aws-lc-sys v0.37.1
14502026-03-07T00:53:53.519Z Compiling iana-time-zone v0.1.65
14512026-03-07T00:53:53.824Z Compiling synstructure v0.13.2
14522026-03-07T00:53:53.846Z Compiling ring v0.17.14
14532026-03-07T00:53:53.877Z Compiling uuid v1.21.0
14542026-03-07T00:53:53.900Z Compiling rustc_version v0.4.1
14552026-03-07T00:53:53.925Z Compiling aws-lc-rs v1.16.0
14562026-03-07T00:53:54.424Z Compiling vcpkg v0.2.15
14572026-03-07T00:53:54.487Z Compiling regex-syntax v0.8.10
14582026-03-07T00:53:55.218Z Compiling tracing-core v0.1.36
14592026-03-07T00:53:55.338Z Compiling crossbeam-utils v0.8.21
14602026-03-07T00:53:55.929Z Compiling pest_generator v2.8.6
14612026-03-07T00:53:56.094Z Compiling openssl-sys v0.9.111
14622026-03-07T00:53:56.471Z Compiling serde_derive_internals v0.29.1
14632026-03-07T00:53:57.344Z Compiling untrusted v0.7.1
14642026-03-07T00:53:57.427Z Compiling openssl-probe v0.2.1
14652026-03-07T00:53:57.532Z Compiling syn v1.0.109
14662026-03-07T00:53:57.633Z Compiling untrusted v0.9.0
14672026-03-07T00:53:57.757Z Compiling base64 v0.22.1
14682026-03-07T00:53:57.825Z Compiling schemars v0.8.22
14692026-03-07T00:53:58.157Z Compiling httparse v1.10.1
14702026-03-07T00:53:58.267Z Compiling serde_derive v1.0.228
14712026-03-07T00:53:58.320Z Compiling zeroize_derive v1.4.3
14722026-03-07T00:53:58.385Z Compiling zerofrom-derive v0.1.6
14732026-03-07T00:53:58.580Z Compiling yoke-derive v0.8.1
14742026-03-07T00:53:58.854Z Compiling zerocopy-derive v0.8.40
14752026-03-07T00:53:59.659Z Compiling zeroize v1.8.2
14762026-03-07T00:54:00.040Z Compiling zerovec-derive v0.11.2
14772026-03-07T00:54:00.623Z Compiling displaydoc v0.2.5
14782026-03-07T00:54:01.222Z Compiling tokio-macros v2.6.0
14792026-03-07T00:54:01.339Z Compiling crypto-common v0.1.7
14802026-03-07T00:54:01.589Z Compiling block-buffer v0.10.4
14812026-03-07T00:54:01.671Z Compiling zerofrom v0.1.6
14822026-03-07T00:54:01.915Z Compiling yoke v0.8.1
14832026-03-07T00:54:01.940Z Compiling digest v0.10.7
14842026-03-07T00:54:02.210Z Compiling futures-macro v0.3.32
14852026-03-07T00:54:02.301Z Compiling zerotrie v0.2.3
14862026-03-07T00:54:02.437Z Compiling hmac v0.12.1
14872026-03-07T00:54:02.670Z Compiling zerovec v0.11.5
14882026-03-07T00:54:02.723Z Compiling block-padding v0.3.3
14892026-03-07T00:54:02.812Z Compiling sha2 v0.10.9
14902026-03-07T00:54:02.907Z Compiling der_derive v0.7.3
14912026-03-07T00:54:02.998Z Compiling inout v0.1.4
14922026-03-07T00:54:03.302Z Compiling cipher v0.4.4
14932026-03-07T00:54:03.812Z Compiling tinystr v0.8.2
14942026-03-07T00:54:03.847Z Compiling potential_utf v0.1.4
14952026-03-07T00:54:04.066Z Compiling icu_collections v2.1.1
14962026-03-07T00:54:04.126Z Compiling futures-util v0.3.32
14972026-03-07T00:54:04.214Z Compiling icu_locale_core v2.1.1
14982026-03-07T00:54:05.129Z Compiling salsa20 v0.10.2
14992026-03-07T00:54:05.173Z Compiling der v0.7.10
15002026-03-07T00:54:05.383Z Compiling pbkdf2 v0.12.2
15012026-03-07T00:54:05.566Z Compiling thiserror-impl v2.0.18
15022026-03-07T00:54:06.278Z Compiling icu_provider v2.1.1
15032026-03-07T00:54:06.389Z Compiling scrypt v0.11.0
15042026-03-07T00:54:06.635Z Compiling bytes v1.11.1
15052026-03-07T00:54:06.878Z Compiling icu_properties v2.1.2
15062026-03-07T00:54:06.942Z Compiling icu_normalizer v2.1.1
15072026-03-07T00:54:08.090Z Compiling tokio v1.49.0
15082026-03-07T00:54:08.093Z Compiling http v1.4.0
15092026-03-07T00:54:08.133Z Compiling spki v0.7.3
15102026-03-07T00:54:08.518Z Compiling chrono v0.4.44
15112026-03-07T00:54:08.644Z Compiling thiserror v2.0.18
15122026-03-07T00:54:08.817Z Compiling cbc v0.1.2
15132026-03-07T00:54:09.079Z Compiling idna_adapter v1.2.1
15142026-03-07T00:54:09.296Z Compiling idna v1.1.0
15152026-03-07T00:54:09.329Z Compiling aes v0.8.4
15162026-03-07T00:54:09.471Z Compiling rustls-pki-types v1.14.0
15172026-03-07T00:54:10.161Z Compiling ppv-lite86 v0.2.21
15182026-03-07T00:54:10.413Z Compiling url v2.5.8
15192026-03-07T00:54:10.458Z Compiling tracing-attributes v0.1.31
15202026-03-07T00:54:10.723Z Compiling pkcs5 v0.7.1
15212026-03-07T00:54:10.898Z Compiling rand_chacha v0.9.0
15222026-03-07T00:54:11.762Z Compiling rand v0.9.2
15232026-03-07T00:54:11.858Z Compiling http-body v1.0.1
15242026-03-07T00:54:11.929Z Compiling pkcs8 v0.10.2
15252026-03-07T00:54:12.253Z Compiling schemars_derive v0.8.22
15262026-03-07T00:54:12.490Z Compiling pest_derive v2.8.6
15272026-03-07T00:54:12.559Z Compiling scroll_derive v0.13.1
15282026-03-07T00:54:13.524Z Compiling darling_core v0.20.11
15292026-03-07T00:54:13.607Z Compiling tracing v0.1.44
15302026-03-07T00:54:14.123Z Compiling rustls v0.23.37
15312026-03-07T00:54:14.337Z Compiling try-lock v0.2.5
15322026-03-07T00:54:14.405Z Compiling tinyvec_macros v0.1.1
15332026-03-07T00:54:14.433Z Compiling tower-service v0.3.3
15342026-03-07T00:54:14.514Z Compiling tower-layer v0.3.3
15352026-03-07T00:54:14.535Z Compiling atomic-waker v1.1.2
15362026-03-07T00:54:14.581Z Compiling dyn-clone v1.0.20
15372026-03-07T00:54:14.727Z Compiling tinyvec v1.10.0
15382026-03-07T00:54:14.794Z Compiling want v0.3.1
15392026-03-07T00:54:14.816Z Compiling scroll v0.13.0
15402026-03-07T00:54:15.303Z Compiling ipnet v2.11.0
15412026-03-07T00:54:15.703Z Compiling zstd-sys v2.0.16+zstd.1.5.7
15422026-03-07T00:54:16.234Z Compiling spin v0.9.8
15432026-03-07T00:54:16.411Z Compiling aho-corasick v1.1.4
15442026-03-07T00:54:16.464Z Compiling crc32fast v1.5.0
15452026-03-07T00:54:16.613Z Compiling tokio-util v0.7.18
15462026-03-07T00:54:17.022Z Compiling foreign-types-shared v0.1.1
15472026-03-07T00:54:17.144Z Compiling time-core v0.1.8
15482026-03-07T00:54:17.468Z Compiling openssl v0.10.75
15492026-03-07T00:54:17.933Z Compiling httpdate v1.0.3
15502026-03-07T00:54:18.345Z Compiling h2 v0.4.13
15512026-03-07T00:54:18.418Z Compiling num-conv v0.2.0
15522026-03-07T00:54:18.693Z Compiling powerfmt v0.2.0
15532026-03-07T00:54:19.051Z Compiling pin-utils v0.1.0
15542026-03-07T00:54:19.079Z Compiling tempfile v3.25.0
15552026-03-07T00:54:19.167Z Compiling deranged v0.5.8
15562026-03-07T00:54:19.573Z Compiling darling_macro v0.20.11
15572026-03-07T00:54:19.865Z Compiling time-macros v0.2.27
15582026-03-07T00:54:20.492Z Compiling darling v0.20.11
15592026-03-07T00:54:20.593Z Compiling regex-automata v0.4.14
15602026-03-07T00:54:20.757Z Compiling foreign-types v0.3.2
15612026-03-07T00:54:21.606Z Compiling goblin v0.10.5
15622026-03-07T00:54:21.676Z Compiling thiserror-impl v1.0.69
15632026-03-07T00:54:22.484Z Compiling openssl-macros v0.1.1
15642026-03-07T00:54:24.405Z Compiling wait-timeout v0.2.1
15652026-03-07T00:54:24.499Z Compiling bit-vec v0.8.0
15662026-03-07T00:54:24.907Z Compiling native-tls v0.2.18
15672026-03-07T00:54:24.969Z Compiling quick-error v1.2.3
15682026-03-07T00:54:25.137Z Compiling hyper v1.8.1
15692026-03-07T00:54:25.271Z Compiling either v1.15.0
15702026-03-07T00:54:25.708Z Compiling usdt-impl v0.6.0
15712026-03-07T00:54:25.785Z Compiling simd-adler32 v0.3.8
15722026-03-07T00:54:26.071Z Compiling num_threads v0.1.7
15732026-03-07T00:54:26.229Z Compiling siphasher v1.0.2
15742026-03-07T00:54:26.278Z Compiling time v0.3.47
15752026-03-07T00:54:26.672Z Compiling rusty-fork v0.3.1
15762026-03-07T00:54:27.405Z Compiling bit-set v0.8.0
15772026-03-07T00:54:27.539Z Compiling hyper-util v0.1.20
15782026-03-07T00:54:27.674Z Compiling thiserror v1.0.69
15792026-03-07T00:54:28.741Z Compiling dof v0.4.0
15802026-03-07T00:54:30.503Z Compiling derive_builder_core v0.20.2
15812026-03-07T00:54:30.538Z Compiling unicode-normalization v0.1.25
15822026-03-07T00:54:31.477Z Compiling crossbeam-epoch v0.9.18
15832026-03-07T00:54:31.560Z Compiling dtrace-parser v0.3.0
15842026-03-07T00:54:31.735Z Compiling rustls-native-certs v0.8.3
15852026-03-07T00:54:32.166Z Compiling signature v2.2.0
15862026-03-07T00:54:32.324Z Compiling scroll_derive v0.12.1
15872026-03-07T00:54:32.384Z Compiling heapless v0.7.17
15882026-03-07T00:54:32.436Z Compiling rand_xorshift v0.4.0
15892026-03-07T00:54:32.464Z Compiling darling_core v0.21.3
15902026-03-07T00:54:32.713Z Compiling slog v2.8.2
15912026-03-07T00:54:32.786Z Compiling bzip2-sys v0.1.13+1.0.8
15922026-03-07T00:54:33.027Z Compiling sync_wrapper v1.0.2
15932026-03-07T00:54:33.188Z Compiling thread-id v5.1.0
15942026-03-07T00:54:33.305Z Compiling cookie v0.18.1
15952026-03-07T00:54:33.305Z Compiling adler2 v2.0.1
15962026-03-07T00:54:33.308Z Compiling unicode-segmentation v1.12.0
15972026-03-07T00:54:33.557Z Compiling anyhow v1.0.102
15982026-03-07T00:54:33.637Z Compiling signal-hook v0.3.18
15992026-03-07T00:54:33.672Z Compiling unicode-bidi v0.3.18
16002026-03-07T00:54:33.957Z Compiling rayon-core v1.13.0
16012026-03-07T00:54:34.122Z Compiling zstd-safe v7.2.4
16022026-03-07T00:54:34.145Z Compiling paste v1.0.15
16032026-03-07T00:54:34.274Z Compiling unarray v0.1.4
16042026-03-07T00:54:34.295Z Compiling unicode-properties v0.1.4
16052026-03-07T00:54:34.457Z Compiling proptest v1.10.0
16062026-03-07T00:54:34.683Z Compiling stringprep v0.1.5
16072026-03-07T00:54:34.799Z Compiling scroll v0.12.0
16082026-03-07T00:54:34.901Z Compiling miniz_oxide v0.8.9
16092026-03-07T00:54:35.672Z Compiling tower v0.5.3
16102026-03-07T00:54:36.006Z Compiling derive_builder_macro v0.20.2
16112026-03-07T00:54:36.279Z Compiling crossbeam-deque v0.8.6
16122026-03-07T00:54:36.389Z Compiling ipnetwork v0.21.1
16132026-03-07T00:54:36.611Z Compiling http-body-util v0.1.3
16142026-03-07T00:54:36.646Z Compiling rand_chacha v0.3.1
16152026-03-07T00:54:36.679Z Compiling webpki-roots v1.0.6
16162026-03-07T00:54:36.865Z Compiling toml_datetime v0.6.11
16172026-03-07T00:54:36.895Z Compiling serde_spanned v0.6.9
16182026-03-07T00:54:37.154Z Compiling serde_tokenstream v0.2.3
16192026-03-07T00:54:37.157Z Compiling erased-serde v0.3.31
16202026-03-07T00:54:37.250Z Compiling md-5 v0.10.6
16212026-03-07T00:54:37.362Z Compiling zerocopy-derive v0.7.35
16222026-03-07T00:54:37.535Z Compiling curve25519-dalek v4.1.3
16232026-03-07T00:54:37.772Z Compiling num-integer v0.1.46
16242026-03-07T00:54:38.243Z Compiling vergen-lib v0.1.6
16252026-03-07T00:54:38.438Z Compiling hash32 v0.2.1
16262026-03-07T00:54:38.465Z Compiling ff v0.13.1
16272026-03-07T00:54:38.582Z Compiling psl-types v2.0.11
16282026-03-07T00:54:38.641Z Compiling darling_macro v0.21.3
16292026-03-07T00:54:38.680Z Compiling num-bigint-dig v0.8.6
16302026-03-07T00:54:38.703Z Compiling smoltcp v0.9.1
16312026-03-07T00:54:38.791Z Compiling ref-cast v1.0.25
16322026-03-07T00:54:38.795Z Compiling zlib-rs v0.6.2
16332026-03-07T00:54:39.022Z Compiling iri-string v0.7.10
16342026-03-07T00:54:39.293Z Compiling fallible-iterator v0.2.0
16352026-03-07T00:54:39.316Z Compiling litrs v1.0.0
16362026-03-07T00:54:39.344Z Compiling rustix v0.38.44
16372026-03-07T00:54:39.530Z Compiling ryu v1.0.23
16382026-03-07T00:54:39.874Z Compiling base16ct v0.2.0
16392026-03-07T00:54:39.946Z Compiling postgres-protocol v0.6.10
16402026-03-07T00:54:40.183Z Compiling sec1 v0.7.3
16412026-03-07T00:54:40.209Z Compiling newtype-uuid v1.3.2
16422026-03-07T00:54:40.428Z Compiling document-features v0.2.12
16432026-03-07T00:54:40.700Z Compiling serde_urlencoded v0.7.1
16442026-03-07T00:54:40.894Z Compiling darling v0.21.3
16452026-03-07T00:54:41.135Z Compiling zerocopy v0.7.35
16462026-03-07T00:54:41.186Z Compiling publicsuffix v2.3.0
16472026-03-07T00:54:41.504Z Compiling group v0.13.0
16482026-03-07T00:54:41.731Z Compiling num-iter v0.1.45
16492026-03-07T00:54:41.901Z Compiling tower-http v0.6.8
16502026-03-07T00:54:42.257Z Compiling rand v0.8.5
16512026-03-07T00:54:42.482Z Compiling oxnet v0.1.4
16522026-03-07T00:54:42.731Z Compiling derive_builder v0.20.2
16532026-03-07T00:54:42.917Z Compiling proc-macro-error v1.0.4
16542026-03-07T00:54:42.951Z Compiling tokio-native-tls v0.3.1
16552026-03-07T00:54:43.251Z Compiling goblin v0.8.2
16562026-03-07T00:54:44.630Z Compiling heck v0.4.1
16572026-03-07T00:54:44.699Z Compiling phf_shared v0.13.1
16582026-03-07T00:54:44.757Z Compiling hubpack_derive v0.1.1
16592026-03-07T00:54:45.070Z Compiling flate2 v1.1.9
16602026-03-07T00:54:45.221Z Compiling regex v1.12.3
16612026-03-07T00:54:45.250Z Compiling lazy_static v1.5.0
16622026-03-07T00:54:45.402Z Compiling cargo-platform v0.1.9
16632026-03-07T00:54:45.620Z Compiling hkdf v0.12.4
16642026-03-07T00:54:45.918Z Compiling crypto-bigint v0.5.5
16652026-03-07T00:54:45.922Z Compiling async-trait v0.1.89
16662026-03-07T00:54:45.956Z Compiling ref-cast-impl v1.0.25
16672026-03-07T00:54:45.958Z Compiling strum_macros v0.27.2
16682026-03-07T00:54:46.186Z Compiling curve25519-dalek-derive v0.1.1
16692026-03-07T00:54:47.064Z Compiling daft-derive v0.1.5
16702026-03-07T00:54:47.559Z Compiling terminal_size v0.4.3
16712026-03-07T00:54:47.803Z Compiling vergen v9.0.6
16722026-03-07T00:54:48.136Z Compiling fs-err v3.3.0
16732026-03-07T00:54:48.404Z Compiling ahash v0.8.12
16742026-03-07T00:54:48.480Z Compiling object v0.37.3
16752026-03-07T00:54:48.580Z Compiling foldhash v0.1.5
16762026-03-07T00:54:48.794Z Compiling libbz2-rs-sys v0.2.2
16772026-03-07T00:54:48.889Z Compiling bitflags v1.3.2
16782026-03-07T00:54:49.014Z Compiling winnow v0.5.40
16792026-03-07T00:54:49.036Z Compiling bumpalo v3.20.2
16802026-03-07T00:54:49.567Z Compiling managed v0.8.0
16812026-03-07T00:54:50.418Z Compiling bzip2 v0.6.1
16822026-03-07T00:54:50.799Z Compiling strum v0.27.2
16832026-03-07T00:54:50.825Z Compiling zopfli v0.8.3
16842026-03-07T00:54:51.013Z Compiling console v0.16.2
16852026-03-07T00:54:51.730Z Compiling hashbrown v0.15.5
16862026-03-07T00:54:52.040Z Compiling elliptic-curve v0.13.8
16872026-03-07T00:54:52.277Z Compiling dof v0.3.0
16882026-03-07T00:54:52.352Z Compiling toml_edit v0.19.15
16892026-03-07T00:54:52.395Z Compiling daft v0.1.5
16902026-03-07T00:54:52.589Z Compiling clap_builder v4.5.60
16912026-03-07T00:54:53.096Z Compiling cargo_metadata v0.19.2
16922026-03-07T00:54:53.182Z Compiling hubpack v0.1.2
16932026-03-07T00:54:53.993Z Compiling phf v0.13.1
16942026-03-07T00:54:54.313Z Compiling zone_cfg_derive v0.3.1
16952026-03-07T00:54:55.748Z Compiling zstd v0.13.3
16962026-03-07T00:54:56.303Z Compiling signal-hook-mio v0.2.5
16972026-03-07T00:54:56.499Z Compiling cookie_store v0.22.1
16982026-03-07T00:54:57.364Z Compiling rayon v1.11.0
16992026-03-07T00:54:58.013Z Compiling hyper-tls v0.6.0
17002026-03-07T00:54:58.437Z Compiling bzip2 v0.4.4
17012026-03-07T00:54:58.849Z Compiling serde_with_macros v3.17.0
17022026-03-07T00:54:59.094Z Compiling postgres-types v0.2.12
17032026-03-07T00:55:00.311Z Compiling usdt-attr-macro v0.6.0
17042026-03-07T00:55:00.617Z Compiling usdt-macro v0.6.0
17052026-03-07T00:55:00.996Z Compiling ed25519 v2.2.3
17062026-03-07T00:55:01.437Z Compiling dtrace-parser v0.2.0
17072026-03-07T00:55:01.671Z Compiling phf_shared v0.11.3
17082026-03-07T00:55:01.927Z Compiling itertools v0.12.1
17092026-03-07T00:55:02.070Z Compiling bstr v1.12.1
17102026-03-07T00:55:02.092Z Compiling pkcs1 v0.7.5
17112026-03-07T00:55:03.042Z Compiling hex v0.4.3
17122026-03-07T00:55:03.123Z Compiling serde-big-array v0.5.1
17132026-03-07T00:55:03.147Z Compiling rfc6979 v0.4.0
17142026-03-07T00:55:03.317Z Compiling serde_repr v0.1.20
17152026-03-07T00:55:03.362Z Compiling clap_derive v4.5.55
17162026-03-07T00:55:03.382Z Compiling strum_macros v0.26.4
17172026-03-07T00:55:03.570Z Compiling enum-as-inner v0.6.1
17182026-03-07T00:55:03.642Z Compiling float-cmp v0.10.0
17192026-03-07T00:55:03.911Z Compiling memmap2 v0.9.10
17202026-03-07T00:55:04.342Z Compiling thread-id v4.2.2
17212026-03-07T00:55:04.386Z Compiling env_filter v1.0.0
17222026-03-07T00:55:04.479Z Compiling encoding_rs v0.8.35
17232026-03-07T00:55:04.659Z Compiling predicates-core v1.0.10
17242026-03-07T00:55:04.869Z Compiling unit-prefix v0.5.2
17252026-03-07T00:55:04.996Z Compiling static_assertions v1.1.0
17262026-03-07T00:55:05.016Z Compiling fixedbitset v0.4.2
17272026-03-07T00:55:05.116Z Compiling jiff v0.2.21
17282026-03-07T00:55:05.134Z Compiling keccak v0.1.6
17292026-03-07T00:55:05.464Z Compiling fixedbitset v0.5.7
17302026-03-07T00:55:06.102Z Compiling difflib v0.4.0
17312026-03-07T00:55:07.014Z Compiling rustc-hash v2.1.1
17322026-03-07T00:55:07.217Z Compiling precomputed-hash v0.1.1
17332026-03-07T00:55:07.360Z Compiling normalize-line-endings v0.3.0
17342026-03-07T00:55:07.464Z Compiling new_debug_unreachable v1.0.6
17352026-03-07T00:55:07.486Z Compiling data-encoding v2.10.0
17362026-03-07T00:55:07.518Z Compiling whoami v2.1.0
17372026-03-07T00:55:07.581Z Compiling mime v0.3.17
17382026-03-07T00:55:07.623Z Compiling strum v0.26.3
17392026-03-07T00:55:07.646Z Compiling clap v4.5.60
17402026-03-07T00:55:07.782Z Compiling string_cache v0.8.9
17412026-03-07T00:55:07.836Z Compiling predicates v3.1.4
17422026-03-07T00:55:08.093Z Compiling tokio-postgres v0.7.16
17432026-03-07T00:55:08.183Z Compiling hickory-proto v0.25.2
17442026-03-07T00:55:08.216Z Compiling iddqd v0.3.17
17452026-03-07T00:55:08.306Z Compiling petgraph v0.8.3
17462026-03-07T00:55:09.256Z Compiling sha3 v0.10.8
17472026-03-07T00:55:09.358Z Compiling petgraph v0.6.5
17482026-03-07T00:55:10.299Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17492026-03-07T00:55:10.885Z Compiling indicatif v0.18.4
17502026-03-07T00:55:12.901Z Compiling zip v4.6.1
17512026-03-07T00:55:12.994Z Compiling toml_edit v0.22.27
17522026-03-07T00:55:13.021Z Compiling env_logger v0.11.9
17532026-03-07T00:55:13.383Z Compiling zone v0.3.1
17542026-03-07T00:55:13.787Z Compiling usdt-impl v0.5.0
17552026-03-07T00:55:14.988Z Compiling usdt v0.6.0
17562026-03-07T00:55:15.031Z Compiling serde_with v3.17.0
17572026-03-07T00:55:15.127Z Compiling ecdsa v0.16.9
17582026-03-07T00:55:15.478Z Compiling similar v2.7.0
17592026-03-07T00:55:15.828Z Compiling rsa v0.9.10
17602026-03-07T00:55:15.962Z Compiling crossterm v0.28.1
17612026-03-07T00:55:17.322Z Compiling ed25519-dalek v2.2.0
17622026-03-07T00:55:17.525Z Compiling zip v0.6.6
17632026-03-07T00:55:18.863Z Compiling toml v0.7.8
17642026-03-07T00:55:19.881Z Compiling toml_parser v1.0.9+spec-1.1.0
17652026-03-07T00:55:19.901Z Compiling itertools v0.13.0
17662026-03-07T00:55:19.954Z Compiling tokio-stream v0.1.18
17672026-03-07T00:55:20.084Z Compiling buf-list v1.1.2
17682026-03-07T00:55:20.258Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17692026-03-07T00:55:20.626Z Compiling x509-cert v0.2.5
17702026-03-07T00:55:20.930Z Compiling openapiv3 v2.2.0
17712026-03-07T00:55:20.964Z Compiling sha1 v0.10.6
17722026-03-07T00:55:21.325Z Compiling toml_datetime v0.7.5+spec-1.1.0
17732026-03-07T00:55:21.398Z Compiling peg-runtime v0.8.5
17742026-03-07T00:55:21.960Z Compiling lalrpop-util v0.19.12
17752026-03-07T00:55:22.031Z Compiling thread_local v1.1.9
17762026-03-07T00:55:22.350Z Compiling slog-async v2.8.0
17772026-03-07T00:55:22.496Z Compiling crossbeam-channel v0.5.15
17782026-03-07T00:55:22.860Z Compiling futures-executor v0.3.32
17792026-03-07T00:55:22.955Z Compiling filetime v0.2.27
17802026-03-07T00:55:23.280Z Compiling is-terminal v0.4.17
17812026-03-07T00:55:23.370Z Compiling xattr v1.6.1
17822026-03-07T00:55:23.424Z Compiling take_mut v0.2.2
17832026-03-07T00:55:23.495Z Compiling term v1.2.1
17842026-03-07T00:55:23.613Z Compiling tar v0.4.44
17852026-03-07T00:55:23.762Z Compiling futures v0.3.32
17862026-03-07T00:55:24.676Z Compiling slog-term v2.9.2
17872026-03-07T00:55:33.434Z Compiling rustls-webpki v0.103.9
17882026-03-07T00:55:38.485Z Compiling tokio-rustls v0.26.4
17892026-03-07T00:55:38.489Z Compiling rustls-platform-verifier v0.6.2
17902026-03-07T00:55:38.823Z Compiling hyper-rustls v0.27.7
17912026-03-07T00:55:39.196Z Compiling reqwest v0.13.2
17922026-03-07T00:55:39.196Z Compiling reqwest v0.12.28
17932026-03-07T00:55:43.460Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17942026-03-07T00:55:43.758Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17952026-03-07T00:55:48.242Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 03s
17962026-03-07T00:55:48.424Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17972026-03-07T00:55:48.473ZMar 07 00:55:47.442 INFO Starting download, target: Cockroach
17982026-03-07T00:55:48.473ZMar 07 00:55:47.442 INFO Starting download, target: Clickhouse
17992026-03-07T00:55:48.473ZMar 07 00:55:47.442 INFO Starting download, target: Console
18002026-03-07T00:55:48.477ZMar 07 00:55:47.442 INFO Starting download, target: DendriteStub
18012026-03-07T00:55:48.477ZMar 07 00:55:47.443 INFO Starting download, target: MaghemiteMgd
18022026-03-07T00:55:48.477ZMar 07 00:55:47.443 INFO Starting download, target: TransceiverControl
18032026-03-07T00:55:48.477ZMar 07 00:55:47.443 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
18042026-03-07T00:55:48.477ZMar 07 00:55:47.443 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
18052026-03-07T00:55:48.477ZMar 07 00:55:47.443 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
18062026-03-07T00:55:48.477ZMar 07 00:55:47.443 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
18072026-03-07T00:55:48.477ZMar 07 00:55:47.443 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
18082026-03-07T00:55:48.477ZMar 07 00:55:47.443 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18092026-03-07T00:55:49.306ZMar 07 00:55:48.265 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18102026-03-07T00:55:49.494ZMar 07 00:55:48.446 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18112026-03-07T00:55:49.791ZMar 07 00:55:48.759 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18122026-03-07T00:55:49.798ZMar 07 00:55:48.766 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18132026-03-07T00:55:49.973ZMar 07 00:55:48.941 INFO Download complete, target: TransceiverControl
18142026-03-07T00:55:50.115ZMar 07 00:55:49.081 INFO Download complete, target: Console
18152026-03-07T00:55:50.594ZMar 07 00:55:49.563 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18162026-03-07T00:55:50.594ZMar 07 00:55:49.563 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18172026-03-07T00:55:50.898ZMar 07 00:55:49.867 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
18182026-03-07T00:55:54.829ZMar 07 00:55:53.796 INFO Download complete, target: DendriteStub
18192026-03-07T00:55:54.915ZMar 07 00:55:53.882 INFO Download complete, target: MaghemiteMgd
18202026-03-07T00:56:00.520ZMar 07 00:55:59.488 INFO Checking that binary works, target: Cockroach
18212026-03-07T00:56:00.652ZMar 07 00:55:59.619 INFO Download complete, target: Cockroach
18222026-03-07T00:56:05.089ZMar 07 00:56:04.056 INFO Checking that binary works, target: Clickhouse
18232026-03-07T00:56:05.222ZMar 07 00:56:04.189 INFO Download complete, target: Clickhouse
18242026-03-07T00:56:05.228ZAll prerequisites installed successfully
18252026-03-07T00:56:05.231Z
18262026-03-07T00:56:05.231Zreal 4:32.746084240
18272026-03-07T00:56:05.231Zuser 16:54.519516586
18282026-03-07T00:56:05.231Zsys 2:21.465654858
18292026-03-07T00:56:05.231Ztrap 0.596984427
18302026-03-07T00:56:05.231Ztflt 0.724165999
18312026-03-07T00:56:05.231Zdflt 0.986901042
18322026-03-07T00:56:05.231Zkflt 0.022286934
18332026-03-07T00:56:05.231Zlock 42:05.682907333
18342026-03-07T00:56:05.231Zslp 1:02:08.221007495
18352026-03-07T00:56:05.231Zlat 1:06.301148593
18362026-03-07T00:56:05.231Zstop 2:54.599054492
18372026-03-07T00:56:05.231Z+ source ./tools/include/force-git-over-https.sh
18382026-03-07T00:56:05.231Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
18392026-03-07T00:56:05.231Z++ (( i = 0 ))
18402026-03-07T00:56:05.231Z++ (( i < 5 ))
18412026-03-07T00:56:05.231Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
18422026-03-07T00:56:05.235Z++ (( i++ ))
18432026-03-07T00:56:05.235Z++ (( i < 5 ))
18442026-03-07T00:56:05.235Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
18452026-03-07T00:56:05.237Z++ (( i++ ))
18462026-03-07T00:56:05.237Z++ (( i < 5 ))
18472026-03-07T00:56:05.237Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
18482026-03-07T00:56:05.240Z++ (( i++ ))
18492026-03-07T00:56:05.240Z++ (( i < 5 ))
18502026-03-07T00:56:05.240Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
18512026-03-07T00:56:05.243Z++ (( i++ ))
18522026-03-07T00:56:05.243Z++ (( i < 5 ))
18532026-03-07T00:56:05.243Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
18542026-03-07T00:56:05.245Z++ (( i++ ))
18552026-03-07T00:56:05.245Z++ (( i < 5 ))
18562026-03-07T00:56:05.245Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
18572026-03-07T00:56:05.245Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
18582026-03-07T00:56:05.248Z+ rc=0
18592026-03-07T00:56:05.248Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
18602026-03-07T00:56:51.495Z+ case $rc in
18612026-03-07T00:56:51.496Z+ pfexec zfs create -p rpool/images/build/host
18622026-03-07T00:56:51.696Z+ pfexec zfs create -p rpool/images/build/recovery
18632026-03-07T00:56:51.778Z+ cargo xtask releng --output-dir /work --mkincorp
18642026-03-07T00:56:52.564Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
18652026-03-07T00:56:52.594Z Running `target/debug/xtask releng --output-dir /work --mkincorp`
18662026-03-07T00:56:53.863Z Compiling proc-macro2 v1.0.106
18672026-03-07T00:56:53.863Z Compiling quote v1.0.44
18682026-03-07T00:56:53.866Z Compiling unicode-ident v1.0.24
18692026-03-07T00:56:53.866Z Compiling libc v0.2.180
18702026-03-07T00:56:53.866Z Compiling serde_core v1.0.228
18712026-03-07T00:56:53.866Z Compiling serde v1.0.228
18722026-03-07T00:56:53.866Z Compiling cfg-if v1.0.4
18732026-03-07T00:56:54.018Z Compiling version_check v0.9.5
18742026-03-07T00:56:54.232Z Compiling find-msvc-tools v0.1.9
18752026-03-07T00:56:54.331Z Compiling shlex v1.3.0
18762026-03-07T00:56:54.546Z Compiling typenum v1.19.0
18772026-03-07T00:56:54.700Z Compiling generic-array v0.14.7
18782026-03-07T00:56:54.819Z Compiling portable-atomic v1.13.1
18792026-03-07T00:56:55.149Z Compiling autocfg v1.5.0
18802026-03-07T00:56:55.176Z Compiling zerocopy v0.8.40
18812026-03-07T00:56:55.710Z Compiling memchr v2.8.0
18822026-03-07T00:56:55.945Z Compiling zmij v1.0.21
18832026-03-07T00:56:56.466Z Compiling jobserver v0.1.34
18842026-03-07T00:56:56.513Z Compiling serde_json v1.0.149
18852026-03-07T00:56:56.599Z Compiling syn v2.0.117
18862026-03-07T00:56:56.751Z Compiling parking_lot_core v0.9.12
18872026-03-07T00:56:56.937Z Compiling cc v1.2.56
18882026-03-07T00:56:57.201Z Compiling libm v0.2.16
18892026-03-07T00:56:57.243Z Compiling num-traits v0.2.19
18902026-03-07T00:56:57.619Z Compiling getrandom v0.2.17
18912026-03-07T00:56:57.762Z Compiling smallvec v1.15.1
18922026-03-07T00:56:57.907Z Compiling icu_normalizer_data v2.1.1
18932026-03-07T00:56:58.030Z Compiling icu_properties_data v2.1.2
18942026-03-07T00:56:58.313Z Compiling errno v0.3.14
18952026-03-07T00:56:58.316Z Compiling pkg-config v0.3.32
18962026-03-07T00:56:58.436Z Compiling log v0.4.29
18972026-03-07T00:56:58.641Z Compiling itoa v1.0.17
18982026-03-07T00:56:58.967Z Compiling getrandom v0.4.1
18992026-03-07T00:56:59.170Z Compiling subtle v2.6.1
19002026-03-07T00:56:59.379Z Compiling getrandom v0.3.4
19012026-03-07T00:56:59.417Z Compiling scopeguard v1.2.0
19022026-03-07T00:56:59.541Z Compiling rand_core v0.6.4
19032026-03-07T00:56:59.619Z Compiling lock_api v0.4.14
19042026-03-07T00:57:00.011Z Compiling stable_deref_trait v1.2.1
19052026-03-07T00:57:00.251Z Compiling critical-section v1.2.0
19062026-03-07T00:57:00.419Z Compiling rustix v1.1.3
19072026-03-07T00:57:00.604Z Compiling bitflags v2.11.0
19082026-03-07T00:57:00.788Z Compiling ring v0.17.14
19092026-03-07T00:57:01.096Z Compiling cmake v0.1.57
19102026-03-07T00:57:01.484Z Compiling once_cell v1.21.3
19112026-03-07T00:57:01.878Z Compiling dunce v1.0.5
19122026-03-07T00:57:01.913Z Compiling pin-project-lite v0.2.17
19132026-03-07T00:57:01.943Z Compiling fs_extra v1.3.0
19142026-03-07T00:57:02.065Z Compiling semver v1.0.27
19152026-03-07T00:57:02.116Z Compiling const-oid v0.9.6
19162026-03-07T00:57:02.226Z Compiling thiserror v2.0.18
19172026-03-07T00:57:02.622Z Compiling aws-lc-sys v0.37.1
19182026-03-07T00:57:03.005Z Compiling percent-encoding v2.3.2
19192026-03-07T00:57:03.953Z Compiling writeable v0.6.2
19202026-03-07T00:57:04.415Z Compiling synstructure v0.13.2
19212026-03-07T00:57:04.472Z Compiling litemap v0.8.1
19222026-03-07T00:57:04.513Z Compiling rustversion v1.0.22
19232026-03-07T00:57:05.024Z Compiling fnv v1.0.7
19242026-03-07T00:57:05.245Z Compiling signal-hook-registry v1.4.8
19252026-03-07T00:57:05.583Z Compiling heck v0.5.0
19262026-03-07T00:57:05.721Z Compiling parking_lot v0.12.5
19272026-03-07T00:57:06.126Z Compiling mio v1.1.1
19282026-03-07T00:57:06.450Z Compiling futures-core v0.3.32
19292026-03-07T00:57:06.507Z Compiling equivalent v1.0.2
19302026-03-07T00:57:06.685Z Compiling allocator-api2 v0.2.21
19312026-03-07T00:57:06.761Z Compiling aws-lc-rs v1.16.0
19322026-03-07T00:57:07.468Z Compiling foldhash v0.2.0
19332026-03-07T00:57:07.746Z Compiling socket2 v0.6.2
19342026-03-07T00:57:07.816Z Compiling httparse v1.10.1
19352026-03-07T00:57:07.852Z Compiling hashbrown v0.16.1
19362026-03-07T00:57:07.888Z Compiling schemars v0.8.22
19372026-03-07T00:57:08.095Z Compiling serde_derive v1.0.228
19382026-03-07T00:57:08.172Z Compiling zeroize_derive v1.4.3
19392026-03-07T00:57:08.301Z Compiling zerofrom-derive v0.1.6
19402026-03-07T00:57:08.442Z Compiling yoke-derive v0.8.1
19412026-03-07T00:57:09.097Z Compiling zerocopy-derive v0.8.40
19422026-03-07T00:57:09.688Z Compiling zerovec-derive v0.11.2
19432026-03-07T00:57:09.715Z Compiling zeroize v1.8.2
19442026-03-07T00:57:09.753Z Compiling displaydoc v0.2.5
19452026-03-07T00:57:10.276Z Compiling tokio-macros v2.6.0
19462026-03-07T00:57:10.279Z Compiling futures-macro v0.3.32
19472026-03-07T00:57:11.249Z Compiling zerofrom v0.1.6
19482026-03-07T00:57:11.573Z Compiling yoke v0.8.1
19492026-03-07T00:57:11.885Z Compiling der_derive v0.7.3
19502026-03-07T00:57:12.018Z Compiling zerotrie v0.2.3
19512026-03-07T00:57:12.214Z Compiling zerovec v0.11.5
19522026-03-07T00:57:12.243Z Compiling thiserror-impl v2.0.18
19532026-03-07T00:57:12.420Z Compiling crypto-common v0.1.7
19542026-03-07T00:57:12.990Z Compiling block-buffer v0.10.4
19552026-03-07T00:57:13.318Z Compiling digest v0.10.7
19562026-03-07T00:57:13.686Z Compiling tinystr v0.8.2
19572026-03-07T00:57:13.873Z Compiling potential_utf v0.1.4
19582026-03-07T00:57:14.102Z Compiling tracing-attributes v0.1.31
19592026-03-07T00:57:14.184Z Compiling icu_locale_core v2.1.1
19602026-03-07T00:57:14.241Z Compiling icu_collections v2.1.1
19612026-03-07T00:57:14.786Z Compiling vcpkg v0.2.15
19622026-03-07T00:57:16.368Z Compiling icu_provider v2.1.1
19632026-03-07T00:57:16.666Z Compiling bytes v1.11.1
19642026-03-07T00:57:17.339Z Compiling icu_properties v2.1.2
19652026-03-07T00:57:17.376Z Compiling icu_normalizer v2.1.1
19662026-03-07T00:57:17.379Z Compiling openssl-sys v0.9.111
19672026-03-07T00:57:18.552Z Compiling tokio v1.49.0
19682026-03-07T00:57:19.000Z Compiling serde_derive_internals v0.29.1
19692026-03-07T00:57:19.767Z Compiling utf8_iter v1.0.4
19702026-03-07T00:57:20.118Z Compiling idna_adapter v1.2.1
19712026-03-07T00:57:20.406Z Compiling idna v1.1.0
19722026-03-07T00:57:20.640Z Compiling form_urlencoded v1.2.2
19732026-03-07T00:57:21.109Z Compiling schemars_derive v0.8.22
19742026-03-07T00:57:21.389Z Compiling indexmap v2.13.0
19752026-03-07T00:57:22.148Z Compiling rand_core v0.10.0
19762026-03-07T00:57:22.202Z Compiling crc32fast v1.5.0
19772026-03-07T00:57:22.229Z Compiling url v2.5.8
19782026-03-07T00:57:23.187Z Compiling cpufeatures v0.2.17
19792026-03-07T00:57:23.330Z Compiling futures-sink v0.3.32
19802026-03-07T00:57:23.516Z Compiling rustls v0.23.37
19812026-03-07T00:57:23.612Z Compiling crossbeam-utils v0.8.21
19822026-03-07T00:57:23.931Z Compiling futures-channel v0.3.32
19832026-03-07T00:57:25.131Z Compiling futures-task v0.3.32
19842026-03-07T00:57:25.342Z Compiling syn v1.0.109
19852026-03-07T00:57:25.423Z Compiling futures-io v0.3.32
19862026-03-07T00:57:25.932Z Compiling slab v0.4.12
19872026-03-07T00:57:26.477Z Compiling futures-util v0.3.32
19882026-03-07T00:57:26.895Z Compiling ppv-lite86 v0.2.21
19892026-03-07T00:57:27.010Z Compiling rustc_version v0.4.1
19902026-03-07T00:57:28.000Z Compiling thiserror v1.0.69
19912026-03-07T00:57:28.043Z Compiling strsim v0.11.1
19922026-03-07T00:57:28.097Z Compiling ucd-trie v0.1.7
19932026-03-07T00:57:28.161Z Compiling byteorder v1.5.0
19942026-03-07T00:57:28.442Z Compiling pest v2.8.6
19952026-03-07T00:57:29.330Z Compiling hmac v0.12.1
19962026-03-07T00:57:29.990Z Compiling openssl v0.10.75
19972026-03-07T00:57:31.614Z Compiling pest_meta v2.8.6
19982026-03-07T00:57:32.171Z Compiling block-padding v0.3.3
19992026-03-07T00:57:32.485Z Compiling thiserror-impl v1.0.69
20002026-03-07T00:57:33.466Z Compiling iana-time-zone v0.1.65
20012026-03-07T00:57:34.005Z Compiling ident_case v1.0.1
20022026-03-07T00:57:34.335Z Compiling chrono v0.4.44
20032026-03-07T00:57:34.633Z Compiling pest_generator v2.8.6
20042026-03-07T00:57:35.164Z Compiling inout v0.1.4
20052026-03-07T00:57:35.859Z Compiling rustls-pki-types v1.14.0
20062026-03-07T00:57:36.118Z Compiling openssl-macros v0.1.1
20072026-03-07T00:57:36.998Z Compiling native-tls v0.2.18
20082026-03-07T00:57:37.474Z Compiling time-core v0.1.8
20092026-03-07T00:57:37.830Z Compiling num-conv v0.2.0
20102026-03-07T00:57:38.223Z Compiling time-macros v0.2.27
20112026-03-07T00:57:38.493Z Compiling pest_derive v2.8.6
20122026-03-07T00:57:39.496Z Compiling cipher v0.4.4
20132026-03-07T00:57:39.687Z Compiling sha2 v0.10.9
20142026-03-07T00:57:40.136Z Compiling scroll_derive v0.13.1
20152026-03-07T00:57:40.486Z Compiling zstd-sys v2.0.16+zstd.1.5.7
20162026-03-07T00:57:40.723Z Compiling base64 v0.22.1
20172026-03-07T00:57:41.389Z Compiling base64ct v1.8.3
20182026-03-07T00:57:42.131Z Compiling pem-rfc7468 v0.7.0
20192026-03-07T00:57:42.271Z Compiling uuid v1.21.0
20202026-03-07T00:57:42.596Z Compiling http v1.4.0
20212026-03-07T00:57:42.711Z Compiling slog v2.8.2
20222026-03-07T00:57:43.611Z Compiling untrusted v0.9.0
20232026-03-07T00:57:43.718Z Compiling regex-syntax v0.8.10
20242026-03-07T00:57:44.079Z Compiling flagset v0.4.7
20252026-03-07T00:57:44.330Z Compiling der v0.7.10
20262026-03-07T00:57:46.216Z Compiling rand_core v0.9.5
20272026-03-07T00:57:46.939Z Compiling bzip2-sys v0.1.13+1.0.8
20282026-03-07T00:57:47.024Z Compiling plain v0.2.3
20292026-03-07T00:57:47.222Z Compiling rayon-core v1.13.0
20302026-03-07T00:57:47.452Z Compiling camino v1.2.2
20312026-03-07T00:57:47.547Z Compiling paste v1.0.15
20322026-03-07T00:57:48.233Z Compiling spki v0.7.3
20332026-03-07T00:57:48.299Z Compiling salsa20 v0.10.2
20342026-03-07T00:57:48.645Z Compiling tokio-util v0.7.18
20352026-03-07T00:57:48.820Z Compiling pbkdf2 v0.12.2
20362026-03-07T00:57:49.504Z Compiling tracing-core v0.1.36
20372026-03-07T00:57:51.741Z Compiling num-bigint-dig v0.8.6
20382026-03-07T00:57:51.941Z Compiling dyn-clone v1.0.20
20392026-03-07T00:57:53.447Z Compiling tracing v0.1.44
20402026-03-07T00:57:54.712Z Compiling scrypt v0.11.0
20412026-03-07T00:57:55.194Z Compiling rand_chacha v0.9.0
20422026-03-07T00:57:55.248Z Compiling http-body v1.0.1
20432026-03-07T00:57:55.803Z Compiling aes v0.8.4
20442026-03-07T00:57:55.838Z Compiling cbc v0.1.2
20452026-03-07T00:57:57.122Z Compiling cookie v0.18.1
20462026-03-07T00:57:57.497Z Compiling ahash v0.8.12
20472026-03-07T00:57:57.530Z Compiling atomic-waker v1.1.2
20482026-03-07T00:57:57.568Z Compiling unicode-segmentation v1.12.0
20492026-03-07T00:57:57.746Z Compiling anyhow v1.0.102
20502026-03-07T00:57:57.880Z Compiling fastrand v2.3.0
20512026-03-07T00:57:58.278Z Compiling pretty-hex v0.4.1
20522026-03-07T00:57:58.361Z Compiling zstd-safe v7.2.4
20532026-03-07T00:57:58.504Z Compiling usdt-impl v0.6.0
20542026-03-07T00:57:58.721Z Compiling pkcs5 v0.7.1
20552026-03-07T00:58:00.013Z Compiling rand v0.9.2
20562026-03-07T00:58:01.163Z Compiling scroll v0.13.0
20572026-03-07T00:58:01.678Z Compiling heapless v0.7.17
20582026-03-07T00:58:01.924Z Compiling serde_tokenstream v0.2.3
20592026-03-07T00:58:02.145Z Compiling async-trait v0.1.89
20602026-03-07T00:58:02.437Z Compiling clap_derive v4.5.55
20612026-03-07T00:58:02.544Z Compiling daft-derive v0.1.5
20622026-03-07T00:58:03.272Z Compiling scroll_derive v0.12.1
20632026-03-07T00:58:03.311Z Compiling aho-corasick v1.1.4
20642026-03-07T00:58:03.924Z Compiling try-lock v0.2.5
20652026-03-07T00:58:04.144Z Compiling untrusted v0.7.1
20662026-03-07T00:58:04.393Z Compiling openssl-probe v0.2.1
20672026-03-07T00:58:04.736Z Compiling tower-layer v0.3.3
20682026-03-07T00:58:04.894Z Compiling signal-hook v0.3.18
20692026-03-07T00:58:04.920Z Compiling tower-service v0.3.3
20702026-03-07T00:58:05.371Z Compiling regex-automata v0.4.14
20712026-03-07T00:58:05.506Z Compiling want v0.3.1
20722026-03-07T00:58:06.546Z Compiling goblin v0.10.5
20732026-03-07T00:58:08.674Z Compiling pkcs8 v0.10.2
20742026-03-07T00:58:08.887Z Compiling tempfile v3.25.0
20752026-03-07T00:58:09.335Z Compiling heck v0.4.1
20762026-03-07T00:58:09.408Z Compiling h2 v0.4.13
20772026-03-07T00:58:09.786Z Compiling darling_core v0.20.11
20782026-03-07T00:58:10.002Z Compiling ipnet v2.11.0
20792026-03-07T00:58:10.903Z Compiling spin v0.9.8
20802026-03-07T00:58:11.507Z Compiling simd-adler32 v0.3.8
20812026-03-07T00:58:12.913Z Compiling httpdate v1.0.3
20822026-03-07T00:58:13.541Z Compiling pin-utils v0.1.0
20832026-03-07T00:58:13.915Z Compiling tinyvec_macros v0.1.1
20842026-03-07T00:58:14.061Z Compiling tinyvec v1.10.0
20852026-03-07T00:58:14.237Z Compiling dof v0.4.0
20862026-03-07T00:58:15.118Z Compiling darling_macro v0.20.11
20872026-03-07T00:58:16.807Z Compiling dtrace-parser v0.3.0
20882026-03-07T00:58:17.200Z Compiling darling_core v0.21.3
20892026-03-07T00:58:18.113Z Compiling hyper v1.8.1
20902026-03-07T00:58:18.458Z Compiling curve25519-dalek v4.1.3
20912026-03-07T00:58:19.204Z Compiling hex v0.4.3
20922026-03-07T00:58:19.900Z Compiling zerocopy-derive v0.7.35
20932026-03-07T00:58:20.135Z Compiling strum_macros v0.26.4
20942026-03-07T00:58:22.509Z Compiling thread-id v5.1.0
20952026-03-07T00:58:22.700Z Compiling proc-macro-error-attr v1.0.4
20962026-03-07T00:58:23.179Z Compiling smoltcp v0.9.1
20972026-03-07T00:58:23.249Z Compiling anstyle v1.0.13
20982026-03-07T00:58:23.291Z Compiling rustix v0.38.44
20992026-03-07T00:58:23.850Z Compiling utf8parse v0.2.2
21002026-03-07T00:58:23.978Z Compiling adler2 v2.0.1
21012026-03-07T00:58:24.067Z Compiling ref-cast v1.0.25
21022026-03-07T00:58:24.172Z Compiling litrs v1.0.0
21032026-03-07T00:58:24.494Z Compiling foreign-types-shared v0.1.1
21042026-03-07T00:58:24.672Z Compiling foreign-types v0.3.2
21052026-03-07T00:58:24.828Z Compiling miniz_oxide v0.8.9
21062026-03-07T00:58:25.273Z Compiling document-features v0.2.12
21072026-03-07T00:58:25.496Z Compiling anstyle-parse v0.2.7
21082026-03-07T00:58:26.060Z Compiling darling_macro v0.21.3
21092026-03-07T00:58:27.094Z Compiling hyper-util v0.1.20
21102026-03-07T00:58:28.171Z Compiling darling v0.20.11
21112026-03-07T00:58:28.912Z Compiling serde_spanned v0.6.9
21122026-03-07T00:58:29.148Z Compiling toml_datetime v0.6.11
21132026-03-07T00:58:29.207Z Compiling wait-timeout v0.2.1
21142026-03-07T00:58:29.571Z Compiling proc-macro-error v1.0.4
21152026-03-07T00:58:29.824Z Compiling bit-vec v0.8.0
21162026-03-07T00:58:29.992Z Compiling powerfmt v0.2.0
21172026-03-07T00:58:30.046Z Compiling either v1.15.0
21182026-03-07T00:58:30.188Z Compiling anstyle-query v1.1.5
21192026-03-07T00:58:30.308Z Compiling quick-error v1.2.3
21202026-03-07T00:58:30.365Z Compiling is_terminal_polyfill v1.70.2
21212026-03-07T00:58:30.583Z Compiling siphasher v1.0.2
21222026-03-07T00:58:30.731Z Compiling zlib-rs v0.6.2
21232026-03-07T00:58:30.981Z Compiling colorchoice v1.0.4
21242026-03-07T00:58:31.091Z Compiling deranged v0.5.8
21252026-03-07T00:58:31.219Z Compiling anstream v0.6.21
21262026-03-07T00:58:32.459Z Compiling rusty-fork v0.3.1
21272026-03-07T00:58:33.044Z Compiling bit-set v0.8.0
21282026-03-07T00:58:34.670Z Compiling crossbeam-epoch v0.9.18
21292026-03-07T00:58:34.722Z Compiling derive_builder_core v0.20.2
21302026-03-07T00:58:35.278Z Compiling darling v0.21.3
21312026-03-07T00:58:35.422Z Compiling flate2 v1.1.9
21322026-03-07T00:58:36.634Z Compiling unicode-normalization v0.1.25
21332026-03-07T00:58:37.361Z Compiling regex v1.12.3
21342026-03-07T00:58:38.296Z Compiling rustls-native-certs v0.8.3
21352026-03-07T00:58:39.217Z Compiling http-body-util v0.1.3
21362026-03-07T00:58:39.591Z Compiling rand_xorshift v0.4.0
21372026-03-07T00:58:39.828Z Compiling hubpack_derive v0.1.1
21382026-03-07T00:58:39.929Z Compiling sync_wrapper v1.0.2
21392026-03-07T00:58:40.144Z Compiling erased-serde v0.3.31
21402026-03-07T00:58:40.575Z Compiling signature v2.2.0
21412026-03-07T00:58:40.729Z Compiling ref-cast-impl v1.0.25
21422026-03-07T00:58:40.820Z Compiling curve25519-dalek-derive v0.1.1
21432026-03-07T00:58:40.926Z Compiling strum_macros v0.27.2
21442026-03-07T00:58:41.944Z Compiling fs-err v3.3.0
21452026-03-07T00:58:42.159Z Compiling usdt-impl v0.5.0
21462026-03-07T00:58:42.367Z Compiling unicode-bidi v0.3.18
21472026-03-07T00:58:42.715Z Compiling ryu v1.0.23
21482026-03-07T00:58:42.777Z Compiling num_threads v0.1.7
21492026-03-07T00:58:42.823Z Compiling unicode-properties v0.1.4
21502026-03-07T00:58:42.993Z Compiling object v0.37.3
21512026-03-07T00:58:43.455Z Compiling unarray v0.1.4
21522026-03-07T00:58:43.762Z Compiling proptest v1.10.0
21532026-03-07T00:58:43.830Z Compiling time v0.3.47
21542026-03-07T00:58:46.660Z Compiling stringprep v0.1.5
21552026-03-07T00:58:47.581Z Compiling serde_urlencoded v0.7.1
21562026-03-07T00:58:49.747Z Compiling tower v0.5.3
21572026-03-07T00:58:51.876Z Compiling derive_builder_macro v0.20.2
21582026-03-07T00:58:52.141Z Compiling serde_with_macros v3.17.0
21592026-03-07T00:58:52.244Z Compiling crossbeam-deque v0.8.6
21602026-03-07T00:58:52.603Z Compiling usdt-attr-macro v0.6.0
21612026-03-07T00:58:52.728Z Compiling usdt-macro v0.6.0
21622026-03-07T00:58:54.102Z Compiling ipnetwork v0.21.1
21632026-03-07T00:58:54.280Z Compiling scroll v0.12.0
21642026-03-07T00:58:55.085Z Compiling webpki-roots v1.0.6
21652026-03-07T00:58:55.399Z Compiling rand_chacha v0.3.1
21662026-03-07T00:58:55.422Z Compiling terminal_size v0.4.3
21672026-03-07T00:58:55.603Z Compiling hash32 v0.2.1
21682026-03-07T00:58:55.733Z Compiling num-integer v0.1.46
21692026-03-07T00:58:56.447Z Compiling md-5 v0.10.6
21702026-03-07T00:58:56.754Z Compiling vergen-lib v0.1.6
21712026-03-07T00:58:56.930Z Compiling ff v0.13.1
21722026-03-07T00:58:57.220Z Compiling clap_lex v1.0.0
21732026-03-07T00:58:57.258Z Compiling iri-string v0.7.10
21742026-03-07T00:58:57.542Z Compiling base16ct v0.2.0
21752026-03-07T00:58:57.926Z Compiling winnow v0.7.14
21762026-03-07T00:58:58.625Z Compiling fallible-iterator v0.2.0
21772026-03-07T00:58:59.398Z Compiling psl-types v2.0.11
21782026-03-07T00:59:02.850Z Compiling tower-http v0.6.8
21792026-03-07T00:59:03.351Z Compiling publicsuffix v2.3.0
21802026-03-07T00:59:03.706Z Compiling postgres-protocol v0.6.10
21812026-03-07T00:59:04.947Z Compiling clap_builder v4.5.60
21822026-03-07T00:59:05.774Z Compiling sec1 v0.7.3
21832026-03-07T00:59:06.593Z Compiling group v0.13.0
21842026-03-07T00:59:06.908Z Compiling rand v0.8.5
21852026-03-07T00:59:06.940Z Compiling num-iter v0.1.45
21862026-03-07T00:59:09.692Z Compiling goblin v0.8.2
21872026-03-07T00:59:10.038Z Compiling oxnet v0.1.4
21882026-03-07T00:59:10.721Z Compiling derive_builder v0.20.2
21892026-03-07T00:59:10.885Z Compiling zone_cfg_derive v0.3.1
21902026-03-07T00:59:10.938Z Compiling tokio-native-tls v0.3.1
21912026-03-07T00:59:11.743Z Compiling rustls-webpki v0.103.9
21922026-03-07T00:59:12.458Z Compiling newtype-uuid v1.3.2
21932026-03-07T00:59:13.733Z Compiling phf_shared v0.13.1
21942026-03-07T00:59:14.177Z Compiling lazy_static v1.5.0
21952026-03-07T00:59:14.318Z Compiling zerocopy v0.7.35
21962026-03-07T00:59:16.162Z Compiling hkdf v0.12.4
21972026-03-07T00:59:16.460Z Compiling cargo-platform v0.1.9
21982026-03-07T00:59:17.101Z Compiling crypto-bigint v0.5.5
21992026-03-07T00:59:18.514Z Compiling serde_repr v0.1.20
22002026-03-07T00:59:18.662Z Compiling enum-as-inner v0.6.1
22012026-03-07T00:59:19.737Z Compiling vergen v9.0.6
22022026-03-07T00:59:20.663Z Compiling encoding_rs v0.8.35
22032026-03-07T00:59:20.879Z Compiling tokio-rustls v0.26.4
22042026-03-07T00:59:21.039Z Compiling bumpalo v3.20.2
22052026-03-07T00:59:21.390Z Compiling hyper-rustls v0.27.7
22062026-03-07T00:59:21.568Z Compiling bitflags v1.3.2
22072026-03-07T00:59:21.827Z Compiling managed v0.8.0
22082026-03-07T00:59:22.135Z Compiling unicode-width v0.2.0
22092026-03-07T00:59:23.477Z Compiling winnow v0.5.40
22102026-03-07T00:59:24.647Z Compiling foldhash v0.1.5
22112026-03-07T00:59:24.714Z Compiling libbz2-rs-sys v0.2.2
22122026-03-07T00:59:25.009Z Compiling mime v0.3.17
22132026-03-07T00:59:26.284Z Compiling bzip2 v0.6.1
22142026-03-07T00:59:26.458Z Compiling hashbrown v0.15.5
22152026-03-07T00:59:27.341Z Compiling toml_edit v0.19.15
22162026-03-07T00:59:27.828Z Compiling console v0.16.2
22172026-03-07T00:59:31.318Z Compiling zopfli v0.8.3
22182026-03-07T00:59:31.499Z Compiling rustls-platform-verifier v0.6.2
22192026-03-07T00:59:31.984Z Compiling elliptic-curve v0.13.8
22202026-03-07T00:59:32.171Z Compiling cargo_metadata v0.19.2
22212026-03-07T00:59:32.196Z Compiling dof v0.3.0
22222026-03-07T00:59:33.215Z Compiling phf v0.13.1
22232026-03-07T00:59:33.712Z Compiling daft v0.1.5
22242026-03-07T00:59:33.766Z Compiling zstd v0.13.3
22252026-03-07T00:59:34.353Z Compiling hyper-tls v0.6.0
22262026-03-07T00:59:34.928Z Compiling signal-hook-mio v0.2.5
22272026-03-07T00:59:35.096Z Compiling clap v4.5.60
22282026-03-07T00:59:35.211Z Compiling rayon v1.11.0
22292026-03-07T00:59:35.265Z Compiling cookie_store v0.22.1
22302026-03-07T00:59:35.458Z Compiling bzip2 v0.4.4
22312026-03-07T00:59:35.885Z Compiling postgres-types v0.2.12
22322026-03-07T00:59:35.966Z Compiling strum v0.27.2
22332026-03-07T00:59:36.600Z Compiling ed25519 v2.2.3
22342026-03-07T00:59:36.600Z Compiling hubpack v0.1.2
22352026-03-07T00:59:36.673Z Compiling dtrace-parser v0.2.0
22362026-03-07T00:59:36.716Z Compiling phf_shared v0.11.3
22372026-03-07T00:59:37.091Z Compiling itertools v0.12.1
22382026-03-07T00:59:37.193Z Compiling bstr v1.12.1
22392026-03-07T00:59:37.352Z Compiling pkcs1 v0.7.5
22402026-03-07T00:59:38.341Z Compiling rfc6979 v0.4.0
22412026-03-07T00:59:38.362Z Compiling float-cmp v0.10.0
22422026-03-07T00:59:38.567Z Compiling serde-big-array v0.5.1
22432026-03-07T00:59:38.828Z Compiling structmeta-derive v0.3.0
22442026-03-07T00:59:39.249Z Compiling env_filter v1.0.0
22452026-03-07T00:59:39.519Z Compiling memmap2 v0.9.10
22462026-03-07T00:59:39.771Z Compiling thread-id v4.2.2
22472026-03-07T00:59:39.903Z Compiling whoami v2.1.0
22482026-03-07T00:59:39.926Z Compiling radium v0.7.0
22492026-03-07T00:59:39.947Z Compiling predicates-core v1.0.10
22502026-03-07T00:59:40.285Z Compiling difflib v0.4.0
22512026-03-07T00:59:40.453Z Compiling rustc-hash v2.1.1
22522026-03-07T00:59:40.594Z Compiling fixedbitset v0.5.7
22532026-03-07T00:59:40.674Z Compiling keccak v0.1.6
22542026-03-07T00:59:41.038Z Compiling fixedbitset v0.4.2
22552026-03-07T00:59:41.136Z Compiling static_assertions v1.1.0
22562026-03-07T00:59:41.205Z Compiling normalize-line-endings v0.3.0
22572026-03-07T00:59:41.288Z Compiling data-encoding v2.10.0
22582026-03-07T00:59:41.425Z Compiling unit-prefix v0.5.2
22592026-03-07T00:59:41.484Z Compiling jiff v0.2.21
22602026-03-07T00:59:41.702Z Compiling precomputed-hash v0.1.1
22612026-03-07T00:59:41.923Z Compiling new_debug_unreachable v1.0.6
22622026-03-07T00:59:42.127Z Compiling toml_write v0.1.2
22632026-03-07T00:59:42.568Z Compiling toml_edit v0.22.27
22642026-03-07T00:59:42.651Z Compiling reqwest v0.12.28
22652026-03-07T00:59:43.003Z Compiling string_cache v0.8.9
22662026-03-07T00:59:43.402Z Compiling hickory-proto v0.25.2
22672026-03-07T00:59:45.113Z Compiling indicatif v0.18.4
22682026-03-07T00:59:46.851Z Compiling predicates v3.1.4
22692026-03-07T00:59:48.303Z Compiling zip v4.6.1
22702026-03-07T00:59:48.927Z Compiling petgraph v0.6.5
22712026-03-07T00:59:50.511Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22722026-03-07T00:59:51.156Z Compiling structmeta v0.3.0
22732026-03-07T00:59:51.651Z Compiling sha3 v0.10.8
22742026-03-07T00:59:51.705Z Compiling petgraph v0.8.3
22752026-03-07T00:59:53.122Z Compiling iddqd v0.3.17
22762026-03-07T00:59:56.256Z Compiling tokio-postgres v0.7.16
22772026-03-07T00:59:57.934Z Compiling usdt v0.6.0
22782026-03-07T00:59:58.412Z Compiling zone v0.3.1
22792026-03-07T00:59:58.472Z Compiling env_logger v0.11.9
22802026-03-07T00:59:58.512Z Compiling serde_with v3.17.0
22812026-03-07T00:59:59.126Z Compiling ecdsa v0.16.9
22822026-03-07T00:59:59.239Z Compiling similar v2.7.0
22832026-03-07T01:00:00.187Z Compiling rsa v0.9.10
22842026-03-07T01:00:02.144Z Compiling ed25519-dalek v2.2.0
22852026-03-07T01:00:02.823Z Compiling reqwest v0.13.2
22862026-03-07T01:00:03.218Z Compiling crossterm v0.28.1
22872026-03-07T01:00:06.336Z Compiling zip v0.6.6
22882026-03-07T01:00:08.000Z Compiling toml v0.7.8
22892026-03-07T01:00:08.790Z Compiling toml_parser v1.0.9+spec-1.1.0
22902026-03-07T01:00:09.513Z Compiling itertools v0.13.0
22912026-03-07T01:00:10.081Z Compiling strum v0.26.3
22922026-03-07T01:00:10.323Z Compiling tokio-stream v0.1.18
22932026-03-07T01:00:10.832Z Compiling x509-cert v0.2.5
22942026-03-07T01:00:12.169Z Compiling openapiv3 v2.2.0
22952026-03-07T01:00:12.230Z Compiling buf-list v1.1.2
22962026-03-07T01:00:12.557Z Compiling sha1 v0.10.6
22972026-03-07T01:00:12.772Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22982026-03-07T01:00:12.823Z Compiling toml_datetime v0.7.5+spec-1.1.0
22992026-03-07T01:00:13.554Z Compiling tap v1.0.1
23002026-03-07T01:00:13.814Z Compiling peg-runtime v0.8.5
23012026-03-07T01:00:14.008Z Compiling lalrpop-util v0.19.12
23022026-03-07T01:00:14.266Z Compiling maybe-uninit v2.0.0
23032026-03-07T01:00:14.450Z Compiling wyz v0.5.1
23042026-03-07T01:00:16.283Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23052026-03-07T01:00:27.545Z Compiling packed_struct v0.10.1
23062026-03-07T01:00:28.123Z Compiling funty v2.0.0
23072026-03-07T01:00:30.843Z Compiling bitvec v1.0.1
23082026-03-07T01:00:41.053Z Compiling packed_struct_codegen v0.10.1
23092026-03-07T01:00:41.102Z Compiling futures-executor v0.3.32
23102026-03-07T01:00:43.209Z Compiling zerocopy-derive v0.6.6
23112026-03-07T01:00:43.632Z Compiling bitfield-macros v0.19.4
23122026-03-07T01:00:45.246Z Compiling indexmap v1.9.3
23132026-03-07T01:00:45.427Z Compiling typeid v1.0.3
23142026-03-07T01:00:45.677Z Compiling crc-catalog v2.4.0
23152026-03-07T01:00:45.902Z Compiling nodrop v0.1.14
23162026-03-07T01:00:46.136Z Compiling array-init v0.0.4
23172026-03-07T01:00:46.199Z Compiling crc v3.4.0
23182026-03-07T01:00:47.889Z Compiling bitfield v0.19.4
23192026-03-07T01:00:48.604Z Compiling zerocopy v0.6.6
23202026-03-07T01:00:49.579Z Compiling futures v0.3.32
23212026-03-07T01:00:50.872Z Compiling smallvec v0.6.14
23222026-03-07T01:00:52.853Z Compiling derive-ex v0.1.8
23232026-03-07T01:00:56.948Z Compiling erased-serde v0.4.9
23242026-03-07T01:00:57.434Z Compiling hashbrown v0.12.3
23252026-03-07T01:00:57.498Z Compiling rustls v0.22.4
23262026-03-07T01:00:58.282Z Compiling base64 v0.21.7
23272026-03-07T01:00:58.954Z Compiling ron v0.8.1
23282026-03-07T01:01:03.832Z Compiling test-strategy v0.4.5
23292026-03-07T01:01:06.269Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
23302026-03-07T01:01:10.413Z Compiling serde-hex v0.1.0
23312026-03-07T01:01:11.671Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
23322026-03-07T01:01:13.970Z Compiling toml v0.8.23
23332026-03-07T01:01:15.555Z Compiling hashbrown v0.13.2
23342026-03-07T01:01:21.684Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
23352026-03-07T01:01:22.284Z Compiling rustls-webpki v0.102.8
23362026-03-07T01:01:23.882Z Compiling pin-project-internal v1.1.11
23372026-03-07T01:01:24.349Z Compiling filetime v0.2.27
23382026-03-07T01:01:24.962Z Compiling multer v3.1.0
23392026-03-07T01:01:25.455Z Compiling thread_local v1.1.9
23402026-03-07T01:01:26.490Z Compiling same-file v1.0.6
23412026-03-07T01:01:26.640Z Compiling slog-async v2.8.0
23422026-03-07T01:01:27.180Z Compiling match_cfg v0.1.0
23432026-03-07T01:01:27.331Z Compiling compression-core v0.4.31
23442026-03-07T01:01:28.112Z Compiling crc-any v2.5.0
23452026-03-07T01:01:29.219Z Compiling xattr v1.6.1
23462026-03-07T01:01:29.500Z Compiling tar v0.4.44
23472026-03-07T01:01:30.885Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
23482026-03-07T01:01:35.533Z Compiling compression-codecs v0.4.37
23492026-03-07T01:01:38.614Z Compiling hostname v0.3.1
23502026-03-07T01:01:41.841Z Compiling walkdir v2.5.0
23512026-03-07T01:01:43.060Z Compiling pin-project v1.1.11
23522026-03-07T01:01:47.620Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23532026-03-07T01:01:50.327Z Compiling object v0.30.4
23542026-03-07T01:01:52.373Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
23552026-03-07T01:01:53.050Z Compiling slog-json v2.6.1
23562026-03-07T01:01:53.539Z Compiling crossbeam-channel v0.5.15
23572026-03-07T01:01:53.815Z Compiling snafu-derive v0.8.9
23582026-03-07T01:01:55.088Z Compiling async-stream-impl v0.3.6
23592026-03-07T01:01:55.783Z Compiling ordered-float v2.10.1
23602026-03-07T01:01:56.458Z Compiling serde_spanned v1.0.4
23612026-03-07T01:01:56.743Z Compiling serde_path_to_error v0.1.20
23622026-03-07T01:01:57.197Z Compiling toml_datetime v1.0.0+spec-1.1.0
23632026-03-07T01:01:57.730Z Compiling is-terminal v0.4.17
23642026-03-07T01:01:57.781Z Compiling fs-err v2.11.0
23652026-03-07T01:01:57.914Z Compiling dropshot v0.16.7 (https://github.com/oxidecomputer/dropshot?rev=d707f541#d707f541)
23662026-03-07T01:01:58.064Z Compiling take_mut v0.2.2
23672026-03-07T01:01:58.092Z Compiling debug-ignore v1.0.5
23682026-03-07T01:01:58.152Z Compiling term v1.2.1
23692026-03-07T01:01:58.261Z Compiling path-slash v0.1.5
23702026-03-07T01:01:58.519Z Compiling toml_writer v1.0.6+spec-1.1.0
23712026-03-07T01:01:58.765Z Compiling slog-term v2.9.2
23722026-03-07T01:01:59.089Z Compiling toml v1.0.3+spec-1.1.0
23732026-03-07T01:02:00.131Z Compiling snafu v0.8.9
23742026-03-07T01:02:01.391Z Compiling serde-value v0.7.0
23752026-03-07T01:02:01.740Z Compiling async-stream v0.3.6
23762026-03-07T01:02:02.119Z Compiling slog-bunyan v2.5.0
23772026-03-07T01:02:02.432Z Compiling serde-untagged v0.1.9
23782026-03-07T01:02:02.466Z Compiling tokio-rustls v0.25.0
23792026-03-07T01:02:02.827Z Compiling async-compression v0.4.41
23802026-03-07T01:02:02.967Z Compiling globset v0.4.18
23812026-03-07T01:02:03.033Z Compiling camino-tempfile v1.4.1
23822026-03-07T01:02:03.228Z Compiling parse-display-derive v0.10.0
23832026-03-07T01:02:03.491Z Compiling olpc-cjson v0.1.4
23842026-03-07T01:02:03.818Z Compiling dropshot_endpoint v0.16.7 (https://github.com/oxidecomputer/dropshot?rev=d707f541#d707f541)
23852026-03-07T01:02:03.871Z Compiling newtype-uuid-macros v0.1.0
23862026-03-07T01:02:03.898Z Compiling waitgroup v0.1.2
23872026-03-07T01:02:04.170Z Compiling pem v3.0.6
23882026-03-07T01:02:05.349Z Compiling rustls-pemfile v2.2.0
23892026-03-07T01:02:05.445Z Compiling half v2.7.1
23902026-03-07T01:02:05.629Z Compiling serde_plain v1.0.2
23912026-03-07T01:02:05.931Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23922026-03-07T01:02:06.199Z Compiling async-recursion v1.1.1
23932026-03-07T01:02:06.258Z Compiling blake3 v1.8.3
23942026-03-07T01:02:06.663Z Compiling hostname v0.4.2
23952026-03-07T01:02:06.689Z Compiling instant v0.1.13
23962026-03-07T01:02:06.918Z Compiling ciborium-io v0.2.2
23972026-03-07T01:02:06.921Z Compiling unicode-xid v0.2.6
23982026-03-07T01:02:07.008Z Compiling typed-path v0.9.3
23992026-03-07T01:02:07.102Z Compiling cargo-util-schemas v0.8.2
24002026-03-07T01:02:07.179Z Compiling ciborium-ll v0.2.2
24012026-03-07T01:02:07.697Z Compiling backoff v0.4.0
24022026-03-07T01:02:08.087Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24032026-03-07T01:02:08.124Z Compiling parse-display v0.10.0
24042026-03-07T01:02:08.355Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24052026-03-07T01:02:08.640Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
24062026-03-07T01:02:09.425Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
24072026-03-07T01:02:10.112Z Compiling tough v0.20.0
24082026-03-07T01:02:10.207Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
24092026-03-07T01:02:10.771Z Compiling progenitor-client v0.13.0
24102026-03-07T01:02:11.776Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
24112026-03-07T01:02:12.267Z Compiling progenitor-client v0.10.0
24122026-03-07T01:02:12.559Z Compiling itertools v0.14.0
24132026-03-07T01:02:12.954Z Compiling backon v1.6.0
24142026-03-07T01:02:13.257Z Compiling cargo-platform v0.2.0
24152026-03-07T01:02:13.446Z Compiling macaddr v1.0.1
24162026-03-07T01:02:13.894Z Compiling regress v0.10.5
24172026-03-07T01:02:14.041Z Compiling arrayvec v0.7.6
24182026-03-07T01:02:14.478Z Compiling parse-size v1.1.0
24192026-03-07T01:02:14.507Z Compiling arrayref v0.3.9
24202026-03-07T01:02:14.655Z Compiling indent_write v2.2.0
24212026-03-07T01:02:14.848Z Compiling constant_time_eq v0.4.2
24222026-03-07T01:02:14.939Z Compiling cargo_metadata v0.21.0
24232026-03-07T01:02:16.131Z Compiling ciborium v0.2.2
24242026-03-07T01:02:17.822Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
24252026-03-07T01:02:18.184Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24262026-03-07T01:02:19.316Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
24272026-03-07T01:02:24.262Z Compiling topological-sort v0.2.2
24282026-03-07T01:02:24.596Z Compiling display-error-chain v0.2.2
24292026-03-07T01:02:24.862Z Compiling omicron-zone-package v0.12.2
24302026-03-07T01:02:25.521Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
24312026-03-07T01:02:26.064Z Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
24322026-03-07T01:02:30.148Z Compiling shell-words v1.1.1
24332026-03-07T01:02:33.886Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
24342026-03-07T01:02:50.732Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
24352026-03-07T01:03:10.027Z Finished `release` profile [optimized] target(s) in 6m 17s
24362026-03-07T01:03:10.218Z Running `target/release/omicron-releng --output-dir /work --mkincorp`
24372026-03-07T01:03:10.277ZMar 07 01:03:09.182 DEBG changing working directory to /work/oxidecomputer/omicron
24382026-03-07T01:03:10.413ZMar 07 01:03:09.319 DEBG running: git rev-parse HEAD
24392026-03-07T01:03:10.416ZMar 07 01:03:09.322 DEBG process exited with exit status: 0 (3.188557ms)
24402026-03-07T01:03:10.416ZMar 07 01:03:09.322 INFO version: 19.0.0-0.ci+git4e5301c2bd6
24412026-03-07T01:03:10.427ZMar 07 01:03:09.333 INFO cloning helios to /work/oxidecomputer/helios
24422026-03-07T01:03:10.427ZMar 07 01:03:09.333 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
24432026-03-07T01:03:10.430ZCloning into '/work/oxidecomputer/helios'...
24442026-03-07T01:03:10.903ZMar 07 01:03:09.807 DEBG process exited with exit status: 0 (473.892068ms)
24452026-03-07T01:03:10.903ZMar 07 01:03:09.807 DEBG running: git -C /work/oxidecomputer/helios rev-parse --verify HEAD^{commit}
24462026-03-07T01:03:10.906ZMar 07 01:03:09.810 DEBG process exited with exit status: 0 (3.308643ms)
24472026-03-07T01:03:10.907ZMar 07 01:03:09.810 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
24482026-03-07T01:03:12.290ZMar 07 01:03:11.195 DEBG process exited with exit status: 0 (1.38477758s)
24492026-03-07T01:03:12.290ZMar 07 01:03:11.195 DEBG running: zfs list rpool/images/build/host
24502026-03-07T01:03:12.295ZNAME USED AVAIL REFER MOUNTPOINT
24512026-03-07T01:03:12.295Zrpool/images/build/host 24K 151G 24K /rpool/images/build/host
24522026-03-07T01:03:12.298ZMar 07 01:03:11.200 DEBG process exited with exit status: 0 (5.70731ms)
24532026-03-07T01:03:12.298ZMar 07 01:03:11.200 DEBG running: zfs list rpool/images/build/recovery
24542026-03-07T01:03:12.301ZNAME USED AVAIL REFER MOUNTPOINT
24552026-03-07T01:03:12.301Zrpool/images/build/recovery 24K 151G 24K /rpool/images/build/recovery
24562026-03-07T01:03:12.301ZMar 07 01:03:11.205 DEBG process exited with exit status: 0 (5.025036ms)
24572026-03-07T01:03:12.304ZMar 07 01:03:11.206 INFO [incorp-manifest] running task
24582026-03-07T01:03:12.304ZMar 07 01:03:11.206 INFO [hubris-production] running task
24592026-03-07T01:03:12.304ZMar 07 01:03:11.206 INFO [hubris-staging] running task
24602026-03-07T01:03:12.304ZMar 07 01:03:11.207 DEBG running: pkg list -g https://pkg.oxide.computer/helios/2/dev/ -F json -o fmri -n '*'
24612026-03-07T01:03:12.304ZMar 07 01:03:11.207 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
24622026-03-07T01:03:12.304ZMar 07 01:03:11.207 INFO [incorp-create] running: pkgrepo create /work/incorporation
24632026-03-07T01:03:12.304ZMar 07 01:03:11.209 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
24642026-03-07T01:03:12.416Z[ helios-setup] cd tools/helios-build && cargo build --quiet
24652026-03-07T01:03:12.704ZMar 07 01:03:11.609 INFO [incorp-create] process exited with exit status: 0 (401.457703ms)
24662026-03-07T01:03:12.708ZMar 07 01:03:11.609 INFO [incorp-publisher] running: pkgrepo add-publisher -s /work/incorporation helios-dev
24672026-03-07T01:03:13.146ZMar 07 01:03:12.050 INFO [incorp-publisher] process exited with exit status: 0 (441.078496ms)
24682026-03-07T01:03:13.201Z[ omicron-package] Blocking waiting for file lock on package cache
24692026-03-07T01:03:13.582ZMar 07 01:03:12.487 INFO [hubris-production] task succeeded (1.280275138s)
24702026-03-07T01:03:13.977Z[ omicron-package] Blocking waiting for file lock on package cache
24712026-03-07T01:03:14.881Z[ omicron-package] Compiling ring v0.17.14
24722026-03-07T01:03:15.122Z[ omicron-package] Compiling itertools v0.14.0
24732026-03-07T01:03:15.135Z[ omicron-package] Compiling heapless v0.8.0
24742026-03-07T01:03:15.313Z[ omicron-package] Compiling toml_edit v0.23.10+spec-1.0.0
24752026-03-07T01:03:15.313Z[ omicron-package] Compiling hash32 v0.3.1
24762026-03-07T01:03:15.317Z[ omicron-package] Compiling smoltcp v0.11.0
24772026-03-07T01:03:15.360Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24782026-03-07T01:03:16.011Z[ omicron-package] Compiling cobs v0.3.0
24792026-03-07T01:03:17.060Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
24802026-03-07T01:03:17.133Z[ omicron-package] Compiling postcard v1.1.3
24812026-03-07T01:03:17.182Z[ omicron-package] Compiling proc-macro-crate v1.3.1
24822026-03-07T01:03:18.085Z[ omicron-package] Compiling proc-macro-crate v3.4.0
24832026-03-07T01:03:19.120Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
24842026-03-07T01:03:19.205Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
24852026-03-07T01:03:19.947Z[ omicron-package] Compiling foreign-types-macros v0.2.3
24862026-03-07T01:03:20.259Z[ omicron-package] Compiling num_enum_derive v0.7.5
24872026-03-07T01:03:20.923Z[ omicron-package] Compiling cpufeatures v0.3.0
24882026-03-07T01:03:20.990Z[ omicron-package] Compiling foreign-types-shared v0.3.1
24892026-03-07T01:03:21.171Z[ omicron-package] Compiling chacha20 v0.10.0
24902026-03-07T01:03:21.877Z[ omicron-package] Compiling num_enum_derive v0.5.11
24912026-03-07T01:03:22.516Z[ omicron-package] Compiling foreign-types v0.5.0
24922026-03-07T01:03:22.517Z[ omicron-package] Compiling ingot-macros v0.1.1
24932026-03-07T01:03:22.908Z[ omicron-package] Compiling rustls v0.23.37
24942026-03-07T01:03:23.266Z[ omicron-package] Compiling tabwriter v1.4.1
24952026-03-07T01:03:23.923Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24962026-03-07T01:03:24.812Z[ omicron-package] Compiling num_enum v0.7.5
24972026-03-07T01:03:25.145Z[ omicron-package] Compiling memoffset v0.9.1
24982026-03-07T01:03:25.439Z[ omicron-package] Compiling cstr-argument v0.1.2
24992026-03-07T01:03:26.102Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25002026-03-07T01:03:26.186Z[ omicron-package] Compiling cfg_aliases v0.2.1
25012026-03-07T01:03:26.484Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
25022026-03-07T01:03:26.538Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
25032026-03-07T01:03:27.195Z[ omicron-package] Compiling nix v0.30.1
25042026-03-07T01:03:27.955Z[ omicron-package] Compiling num_enum v0.5.11
25052026-03-07T01:03:28.101Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25062026-03-07T01:03:28.165Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25072026-03-07T01:03:28.442Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
25082026-03-07T01:03:28.581Z[ omicron-package] Compiling rustls-webpki v0.103.9
25092026-03-07T01:03:28.804Z[ omicron-package] Compiling rand v0.10.0
25102026-03-07T01:03:29.323Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
25112026-03-07T01:03:30.046Z[ omicron-package] Compiling colored v3.1.1
25122026-03-07T01:03:30.825Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
25132026-03-07T01:03:32.183Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
25142026-03-07T01:03:32.514Z[ omicron-package] Compiling secrecy v0.10.3
25152026-03-07T01:03:32.628Z[ omicron-package] Compiling sigpipe v0.1.3
25162026-03-07T01:03:32.911Z[ omicron-package] Compiling num-derive v0.4.2
25172026-03-07T01:03:32.944Z[ omicron-package] Compiling glob v0.3.3
25182026-03-07T01:03:33.301Z[ omicron-package] Compiling libefi-sys v0.1.0
25192026-03-07T01:03:33.672Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25202026-03-07T01:03:33.880Z[ omicron-package] Compiling ingot-types v0.1.2
25212026-03-07T01:03:34.629Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
25222026-03-07T01:03:35.189ZMar 07 01:03:34.091 INFO [hubris-staging] task succeeded (22.884387043s)
25232026-03-07T01:03:35.507Z[ omicron-package] Compiling ingot v0.1.1
25242026-03-07T01:03:36.077Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
25252026-03-07T01:03:36.263Z[ omicron-package] Compiling usdt-macro v0.5.0
25262026-03-07T01:03:36.314Z[ omicron-package] Compiling usdt-attr-macro v0.5.0
25272026-03-07T01:03:38.362Z[ omicron-package] Compiling rustls v0.22.4
25282026-03-07T01:03:38.476Z[ omicron-package] Compiling smf v0.2.3
25292026-03-07T01:03:38.516Z[ omicron-package] Compiling memmap v0.7.0
25302026-03-07T01:03:38.574Z[ omicron-package] Compiling bitfield-struct v0.6.2
25312026-03-07T01:03:39.340Z[ omicron-package] Compiling whoami v1.6.1
25322026-03-07T01:03:40.426Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25332026-03-07T01:03:40.477Z[ omicron-package] Compiling usdt v0.5.0
25342026-03-07T01:03:41.661Z[ omicron-package] Compiling tokio-rustls v0.26.4
25352026-03-07T01:03:42.084Z[ omicron-package] Compiling rustls-platform-verifier v0.6.2
25362026-03-07T01:03:42.284Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25372026-03-07T01:03:42.407Z[ omicron-package] Compiling hyper-rustls v0.27.7
25382026-03-07T01:03:42.553Z[ omicron-package] Compiling tokio-dtrace v0.1.1
25392026-03-07T01:03:42.822Z[ omicron-package] Compiling rustls-webpki v0.102.8
25402026-03-07T01:03:43.231Z[ omicron-package] Compiling reqwest v0.13.2
25412026-03-07T01:03:43.403Z[ omicron-package] Compiling reqwest v0.12.28
25422026-03-07T01:03:43.616Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25432026-03-07T01:03:50.089Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25442026-03-07T01:03:50.439Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25452026-03-07T01:03:50.887Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25462026-03-07T01:03:51.755Z[ omicron-package] Compiling gethostname v0.5.0
25472026-03-07T01:03:52.190Z[ omicron-package] Compiling oxide-tokio-rt v0.1.2
25482026-03-07T01:03:52.470Z[ omicron-package] Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
25492026-03-07T01:03:54.473Z[ omicron-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25502026-03-07T01:03:54.510Z[ omicron-package] Compiling tokio-rustls v0.25.0
25512026-03-07T01:03:54.601Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25522026-03-07T01:03:55.097Z[ helios-setup] warning: hiding a lifetime that's elided elsewhere is confusing
25532026-03-07T01:03:55.097Z[ helios-setup] --> src/main.rs:79:10
25542026-03-07T01:03:55.097Z[ helios-setup] |
25552026-03-07T01:03:55.100Z[ helios-setup] 79 | fn pc(s: &str) -> Component {
25562026-03-07T01:03:55.100Z[ helios-setup] | ^^^^ ^^^^^^^^^ the same lifetime is hidden here
25572026-03-07T01:03:55.100Z[ helios-setup] | |
25582026-03-07T01:03:55.100Z[ helios-setup] | the lifetime is elided here
25592026-03-07T01:03:55.101Z[ helios-setup] |
25602026-03-07T01:03:55.101Z[ helios-setup] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
25612026-03-07T01:03:55.101Z[ helios-setup] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
25622026-03-07T01:03:55.101Z[ helios-setup] help: use `'_` for type paths
25632026-03-07T01:03:55.101Z[ helios-setup] |
25642026-03-07T01:03:55.101Z[ helios-setup] 79 | fn pc(s: &str) -> Component<'_> {
25652026-03-07T01:03:55.101Z[ helios-setup] | ++++
25662026-03-07T01:03:55.101Z[ helios-setup]
25672026-03-07T01:03:55.133Z[ omicron-package] Compiling dropshot v0.16.7 (https://github.com/oxidecomputer/dropshot?rev=d707f541#d707f541)
25682026-03-07T01:03:55.456Z[ omicron-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
25692026-03-07T01:04:02.128Z[ helios-setup] Mar 07 01:04:01.025 INFO helios repository root is: /work/oxidecomputer/helios
25702026-03-07T01:04:02.131Z[ helios-setup] Mar 07 01:04:01.027 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
25712026-03-07T01:04:02.131Z[ helios-setup] Mar 07 01:04:01.027 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
25722026-03-07T01:04:02.134Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
25732026-03-07T01:04:02.943Z[ helios-setup] Mar 07 01:04:01.840 INFO clone ok!, project: image-builder
25742026-03-07T01:04:02.946Z[ helios-setup] Mar 07 01:04:01.841 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
25752026-03-07T01:04:02.946Z[ helios-setup] Mar 07 01:04:01.841 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
25762026-03-07T01:04:02.950Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
25772026-03-07T01:04:03.609Z[ helios-setup] Mar 07 01:04:02.506 INFO clone ok!, project: bootserver
25782026-03-07T01:04:03.612Z[ helios-setup] Mar 07 01:04:02.506 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
25792026-03-07T01:04:03.612Z[ helios-setup] Mar 07 01:04:02.506 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
25802026-03-07T01:04:03.615Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
25812026-03-07T01:04:04.564Z[ omicron-package] Compiling progenitor-client v0.10.0
25822026-03-07T01:04:04.655Z[ helios-setup] Mar 07 01:04:03.552 INFO clone ok!, project: chelsio-t6-roms
25832026-03-07T01:04:04.658Z[ helios-setup] Mar 07 01:04:03.552 INFO project pilot: Project { github: Some("oxidecomputer/pilot"), url: None, auto_update: true, rev: None, use_ssh: true, site_sh: false, cargo_build: true, use_debug: false, unless_env: Some("OXIDE_STAFF"), fixup: [] }, project: pilot
25842026-03-07T01:04:04.658Z[ helios-setup] Mar 07 01:04:03.552 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
25852026-03-07T01:04:04.661Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
25862026-03-07T01:04:05.610Z[ helios-setup] Mar 07 01:04:04.507 INFO clone ok!, project: pilot
25872026-03-07T01:04:05.614Z[ helios-setup] Mar 07 01:04:04.507 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
25882026-03-07T01:04:05.614Z[ helios-setup] Mar 07 01:04:04.507 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
25892026-03-07T01:04:05.618Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
25902026-03-07T01:04:06.415Z[ omicron-package] Compiling progenitor-client v0.13.0
25912026-03-07T01:04:07.128Z[ helios-setup] Mar 07 01:04:06.025 INFO clone ok!, project: amd-host-image-builder
25922026-03-07T01:04:07.131Z[ helios-setup] Mar 07 01:04:06.025 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
25932026-03-07T01:04:07.131Z[ helios-setup] Mar 07 01:04:06.025 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
25942026-03-07T01:04:07.131Z[ helios-setup] Mar 07 01:04:06.025 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
25952026-03-07T01:04:07.134Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
25962026-03-07T01:04:07.696Z[ omicron-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25972026-03-07T01:04:07.869Z[ helios-setup] Mar 07 01:04:06.766 INFO clone ok!, project: pinprick
25982026-03-07T01:04:07.873Z[ helios-setup] Mar 07 01:04:06.766 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
25992026-03-07T01:04:07.873Z[ helios-setup] Mar 07 01:04:06.766 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
26002026-03-07T01:04:07.873Z[ helios-setup] Mar 07 01:04:06.766 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
26012026-03-07T01:04:07.876Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
26022026-03-07T01:04:08.674Z[ helios-setup] Mar 07 01:04:07.570 INFO clone ok!, project: phbl
26032026-03-07T01:04:08.677Z[ helios-setup] Mar 07 01:04:07.571 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
26042026-03-07T01:04:08.677Z[ helios-setup] Mar 07 01:04:07.571 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
26052026-03-07T01:04:08.680Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
26062026-03-07T01:04:10.306Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26072026-03-07T01:04:15.188Z[ omicron-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
26082026-03-07T01:04:15.510Z[ omicron-package] Compiling omicron-zone-package v0.12.2
26092026-03-07T01:04:19.644ZMar 07 01:04:18.539 DEBG process exited with exit status: 0 (67.332685446s)
26102026-03-07T01:04:19.648ZMar 07 01:04:18.541 INFO [incorp-manifest] task succeeded (67.335293467s)
26112026-03-07T01:04:19.648ZMar 07 01:04:18.542 INFO [incorp-fmt] running: pkgfmt -u -f v2 /work/incorporation.p5m
26122026-03-07T01:04:20.374ZMar 07 01:04:19.269 INFO [incorp-fmt] process exited with exit status: 0 (727.257128ms)
26132026-03-07T01:04:20.378ZMar 07 01:04:19.270 INFO [incorp-pkgsend] running: pkgsend publish -s /work/incorporation /work/incorporation.p5m
26142026-03-07T01:04:20.795Z[ helios-setup] Mar 07 01:04:19.689 INFO clone ok!, project: amd-firmware
26152026-03-07T01:04:20.798Z[ helios-setup] Mar 07 01:04:19.690 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
26162026-03-07T01:04:20.798Z[ helios-setup] Mar 07 01:04:19.690 INFO cloning git@github.com:oxidecomputer/dmar-report.git at "/work/oxidecomputer/helios/projects/dmar-report"..., project: dmar-report
26172026-03-07T01:04:20.801Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/dmar-report'...
26182026-03-07T01:04:21.006Z[ incorp-pkgsend] pkg://helios-dev/consolidation/oxide/omicron-release-incorporation@19.0.0.0,5.11:20260307T010419Z
26192026-03-07T01:04:21.006Z[ incorp-pkgsend] PUBLISHED
26202026-03-07T01:04:21.093ZMar 07 01:04:19.988 INFO [incorp-pkgsend] process exited with exit status: 0 (718.273721ms)
26212026-03-07T01:04:21.096ZMar 07 01:04:19.988 INFO [helios-incorp] running: pkgrecv -s /work/incorporation -a -d /work/incorporation.p5p -m latest -v '*'
26222026-03-07T01:04:21.561Z[ helios-incorp] Retrieving packages for publisher helios-dev ...
26232026-03-07T01:04:21.571Z[ helios-incorp] Retrieving catalog 'helios-dev' ... Done
26242026-03-07T01:04:21.633Z[ helios-incorp] Retrieving and evaluating 1 package(s)...
26252026-03-07T01:04:21.633Z[ helios-incorp] Fetching manifests: 1/1 100% complete
26262026-03-07T01:04:21.636Z[ helios-incorp] Fetching manifests: 1/1 100% complete
26272026-03-07T01:04:21.641Z[ helios-incorp]
26282026-03-07T01:04:21.641Z[ helios-incorp] Archiving packages ...
26292026-03-07T01:04:21.645Z[ helios-incorp] Packages to add: 1
26302026-03-07T01:04:21.645Z[ helios-incorp] Files to retrieve: 0
26312026-03-07T01:04:21.645Z[ helios-incorp] Estimated transfer size: 0.00 B
26322026-03-07T01:04:21.645Z[ helios-incorp]
26332026-03-07T01:04:21.645Z[ helios-incorp] Packages to archive:
26342026-03-07T01:04:21.645Z[ helios-incorp] consolidation/oxide/omicron-release-incorporation@19.0.0.0,5.11:20260307T010419Z
26352026-03-07T01:04:21.645Z[ helios-incorp]
26362026-03-07T01:04:21.645Z[ helios-incorp] Archiving: 1/7 items 0.0/0.1MB 0% complete
26372026-03-07T01:04:21.645Z[ helios-incorp] Archiving: Completed 108.19 kB in 0.00 seconds
26382026-03-07T01:04:21.683Z[ helios-setup] Mar 07 01:04:20.578 INFO clone ok!, project: dmar-report
26392026-03-07T01:04:21.686Z[ helios-setup] Mar 07 01:04:20.578 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
26402026-03-07T01:04:21.686Z[ helios-setup] Mar 07 01:04:20.578 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
26412026-03-07T01:04:21.741ZMar 07 01:04:20.636 INFO [helios-incorp] process exited with exit status: 0 (648.356928ms)
26422026-03-07T01:04:22.339Z[ helios-setup] Mar 07 01:04:21.234 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None
26432026-03-07T01:04:22.925Z[ helios-setup] Mar 07 01:04:21.819 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created
26442026-03-07T01:04:22.928Z[ helios-setup] Mar 07 01:04:21.819 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
26452026-03-07T01:04:23.619Z[ helios-setup] Mar 07 01:04:22.513 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None
26462026-03-07T01:04:24.242Z[ helios-setup] Mar 07 01:04:23.135 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created
26472026-03-07T01:04:24.242Z[ helios-setup] Mar 07 01:04:23.135 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
26482026-03-07T01:04:24.835Z[ helios-setup] Mar 07 01:04:23.729 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None
26492026-03-07T01:04:25.508Z[ helios-setup] Mar 07 01:04:24.402 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created
26502026-03-07T01:04:25.511Z[ helios-setup] Mar 07 01:04:24.402 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
26512026-03-07T01:04:25.512Z[ helios-setup] Mar 07 01:04:24.402 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
26522026-03-07T01:04:25.512Z[ helios-setup] Mar 07 01:04:24.402 INFO ok!
26532026-03-07T01:04:25.512Z[ helios-setup] Mar 07 01:04:24.402 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
26542026-03-07T01:04:25.512Z[ helios-setup] Mar 07 01:04:24.402 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
26552026-03-07T01:04:25.512Z[ helios-setup] Mar 07 01:04:24.402 INFO ok!
26562026-03-07T01:04:25.512Z[ helios-setup] Mar 07 01:04:24.402 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
26572026-03-07T01:04:25.512Z[ helios-setup] Mar 07 01:04:24.402 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
26582026-03-07T01:04:25.512Z[ helios-setup] Mar 07 01:04:24.402 INFO ok!
26592026-03-07T01:04:25.512Z[ helios-setup] Mar 07 01:04:24.402 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/image-builder"
26602026-03-07T01:04:25.627Z[ helios-setup] Mar 07 01:04:24.521 INFO rust toolchain for "/work/oxidecomputer/helios/projects/image-builder": "1.91.1-x86_64-unknown-illumos (default)"
26612026-03-07T01:04:25.627Z[ helios-setup] Mar 07 01:04:24.521 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
26622026-03-07T01:04:25.630Z[ helios-setup] Mar 07 01:04:24.521 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
26632026-03-07T01:04:25.908Z[ helios-setup] Mar 07 01:04:24.802 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
26642026-03-07T01:04:26.262Z[ helios-setup] Mar 07 01:04:25.155 INFO E| From https://github.com/jclulow/rust-jmclib
26652026-03-07T01:04:26.262Z[ helios-setup] Mar 07 01:04:25.155 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
26662026-03-07T01:04:26.282Z[ helios-setup] Mar 07 01:04:25.175 INFO E| Updating crates.io index
26672026-03-07T01:04:26.479Z[ helios-setup] Mar 07 01:04:25.372 INFO E| Downloading crates ...
26682026-03-07T01:04:26.616Z[ helios-setup] Mar 07 01:04:25.510 INFO E| Downloaded walkdir v2.3.3
26692026-03-07T01:04:26.620Z[ helios-setup] Mar 07 01:04:25.514 INFO E| Downloaded glob v0.3.1
26702026-03-07T01:04:26.623Z[ helios-setup] Mar 07 01:04:25.516 INFO E| Downloaded digest v0.9.0
26712026-03-07T01:04:26.626Z[ helios-setup] Mar 07 01:04:25.518 INFO E| Downloaded cpufeatures v0.2.9
26722026-03-07T01:04:26.629Z[ helios-setup] Mar 07 01:04:25.520 INFO E| Downloaded sha-1 v0.9.8
26732026-03-07T01:04:26.632Z[ helios-setup] Mar 07 01:04:25.523 INFO E| Downloaded errno v0.3.1
26742026-03-07T01:04:26.632Z[ helios-setup] Mar 07 01:04:25.525 INFO E| Downloaded opaque-debug v0.3.0
26752026-03-07T01:04:26.635Z[ helios-setup] Mar 07 01:04:25.526 INFO E| Downloaded libdevinfo-sys v1.0.0
26762026-03-07T01:04:26.635Z[ helios-setup] Mar 07 01:04:25.528 INFO E| Downloaded md-5 v0.9.1
26772026-03-07T01:04:26.638Z[ helios-setup] Mar 07 01:04:25.530 INFO E| Downloaded fastrand v2.0.0
26782026-03-07T01:04:26.638Z[ helios-setup] Mar 07 01:04:25.532 INFO E| Downloaded itoa v1.0.9
26792026-03-07T01:04:26.641Z[ helios-setup] Mar 07 01:04:25.534 INFO E| Downloaded unicode-width v0.1.10
26802026-03-07T01:04:26.644Z[ helios-setup] Mar 07 01:04:25.536 INFO E| Downloaded getrandom v0.2.10
26812026-03-07T01:04:26.647Z[ helios-setup] Mar 07 01:04:25.541 INFO E| Downloaded tempfile v3.7.0
26822026-03-07T01:04:26.651Z[ helios-setup] Mar 07 01:04:25.544 INFO E| Downloaded block-buffer v0.9.0
26832026-03-07T01:04:26.680Z[ helios-setup] Mar 07 01:04:25.574 INFO E| Downloaded uuid v0.8.2
26842026-03-07T01:04:26.720Z[ helios-setup] Mar 07 01:04:25.579 INFO E| Downloaded ryu v1.0.15
26852026-03-07T01:04:26.720Z[ helios-setup] Mar 07 01:04:25.583 INFO E| Downloaded proc-macro2 v1.0.66
26862026-03-07T01:04:26.720Z[ helios-setup] Mar 07 01:04:25.587 INFO E| Downloaded toml v0.5.11
26872026-03-07T01:04:26.720Z[ helios-setup] Mar 07 01:04:25.590 INFO E| Downloaded serde_derive v1.0.193
26882026-03-07T01:04:26.720Z[ helios-setup] Mar 07 01:04:25.593 INFO E| Downloaded once_cell v1.18.0
26892026-03-07T01:04:26.720Z[ helios-setup] Mar 07 01:04:25.597 INFO E| Downloaded bitflags v2.3.3
26902026-03-07T01:04:26.720Z[ helios-setup] Mar 07 01:04:25.600 INFO E| Downloaded serde v1.0.193
26912026-03-07T01:04:26.720Z[ helios-setup] Mar 07 01:04:25.604 INFO E| Downloaded anyhow v1.0.72
26922026-03-07T01:04:26.720Z[ helios-setup] Mar 07 01:04:25.610 INFO E| Downloaded unicode-ident v1.0.11
26932026-03-07T01:04:26.724Z[ helios-setup] Mar 07 01:04:25.618 INFO E| Downloaded typenum v1.16.0
26942026-03-07T01:04:26.729Z[ helios-setup] Mar 07 01:04:25.622 INFO E| Downloaded serde_json v1.0.103
26952026-03-07T01:04:26.738Z[ helios-setup] Mar 07 01:04:25.632 INFO E| Downloaded quote v1.0.31
26962026-03-07T01:04:26.742Z[ helios-setup] Mar 07 01:04:25.636 INFO E| Downloaded syn v2.0.32
26972026-03-07T01:04:26.787Z[ helios-setup] Mar 07 01:04:25.680 INFO E| Downloaded rustix v0.38.4
26982026-03-07T01:04:26.852Z[ helios-setup] Mar 07 01:04:25.746 INFO E| Downloaded libc v0.2.147
26992026-03-07T01:04:27.026Z[ helios-setup] Mar 07 01:04:25.920 INFO E| Compiling libc v0.2.147
27002026-03-07T01:04:27.026Z[ helios-setup] Mar 07 01:04:25.920 INFO E| Compiling proc-macro2 v1.0.66
27012026-03-07T01:04:27.026Z[ helios-setup] Mar 07 01:04:25.920 INFO E| Compiling cfg-if v1.0.0
27022026-03-07T01:04:27.030Z[ helios-setup] Mar 07 01:04:25.920 INFO E| Compiling unicode-ident v1.0.11
27032026-03-07T01:04:27.030Z[ helios-setup] Mar 07 01:04:25.920 INFO E| Compiling typenum v1.16.0
27042026-03-07T01:04:27.030Z[ helios-setup] Mar 07 01:04:25.920 INFO E| Compiling version_check v0.9.4
27052026-03-07T01:04:27.030Z[ helios-setup] Mar 07 01:04:25.920 INFO E| Compiling serde v1.0.193
27062026-03-07T01:04:27.030Z[ helios-setup] Mar 07 01:04:25.920 INFO E| Compiling slog v2.7.0
27072026-03-07T01:04:27.298Z[ helios-setup] Mar 07 01:04:26.192 INFO E| Compiling itoa v1.0.9
27082026-03-07T01:04:27.735Z[ helios-setup] Mar 07 01:04:26.626 INFO E| Compiling time-core v0.1.2
27092026-03-07T01:04:27.865Z[ helios-setup] Mar 07 01:04:26.759 INFO E| Compiling num-conv v0.1.0
27102026-03-07T01:04:28.036Z[ helios-setup] Mar 07 01:04:26.929 INFO E| Compiling powerfmt v0.2.0
27112026-03-07T01:04:28.443Z[ helios-setup] Mar 07 01:04:27.336 INFO E| Compiling rustix v0.38.4
27122026-03-07T01:04:28.463Z[ helios-setup] Mar 07 01:04:27.356 INFO E| Compiling generic-array v0.14.7
27132026-03-07T01:04:28.514Z[ helios-setup] Mar 07 01:04:27.408 INFO E| Compiling time-macros v0.2.18
27142026-03-07T01:04:28.598Z[ helios-setup] Mar 07 01:04:27.492 INFO E| Compiling once_cell v1.18.0
27152026-03-07T01:04:29.024Z[ helios-setup] Mar 07 01:04:27.917 INFO E| Compiling deranged v0.3.11
27162026-03-07T01:04:29.349Z[ helios-setup] Mar 07 01:04:28.242 INFO E| Compiling bitflags v2.3.3
27172026-03-07T01:04:29.761Z[ helios-setup] Mar 07 01:04:28.654 INFO E| Compiling num_threads v0.1.6
27182026-03-07T01:04:30.110Z[ helios-setup] Mar 07 01:04:29.003 INFO E| Compiling quote v1.0.31
27192026-03-07T01:04:30.176Z[ helios-setup] Mar 07 01:04:29.070 INFO E| Compiling thread_local v1.1.7
27202026-03-07T01:04:30.886Z[ helios-setup] Mar 07 01:04:29.779 INFO E| Compiling syn v2.0.32
27212026-03-07T01:04:31.128Z[ helios-setup] Mar 07 01:04:30.021 INFO E| Compiling anyhow v1.0.72
27222026-03-07T01:04:31.410Z[ helios-setup] Mar 07 01:04:30.303 INFO E| Compiling dirs-sys-next v0.1.2
27232026-03-07T01:04:31.576Z[ helios-setup] Mar 07 01:04:30.469 INFO E| Compiling errno v0.3.1
27242026-03-07T01:04:31.833Z[ helios-setup] Mar 07 01:04:30.726 INFO E| Compiling dirs-next v2.0.0
27252026-03-07T01:04:32.086Z[ helios-setup] Mar 07 01:04:30.979 INFO E| Compiling term v0.7.0
27262026-03-07T01:04:32.253Z[ helios-setup] Mar 07 01:04:31.146 INFO E| Compiling atty v0.2.14
27272026-03-07T01:04:32.349Z[ helios-setup] Mar 07 01:04:31.242 INFO E| Compiling opaque-debug v0.3.0
27282026-03-07T01:04:32.482Z[ helios-setup] Mar 07 01:04:31.375 INFO E| Compiling fastrand v2.0.0
27292026-03-07T01:04:32.503Z[ helios-setup] Mar 07 01:04:31.395 INFO E| Compiling serde_json v1.0.103
27302026-03-07T01:04:33.285Z[ helios-setup] Mar 07 01:04:32.177 INFO E| Compiling time v0.3.36
27312026-03-07T01:04:33.317Z[ helios-setup] Mar 07 01:04:32.209 INFO E| Compiling digest v0.9.0
27322026-03-07T01:04:33.385Z[ helios-setup] Mar 07 01:04:32.278 INFO E| Compiling block-buffer v0.9.0
27332026-03-07T01:04:33.622Z[ helios-setup] Mar 07 01:04:32.515 INFO E| Compiling getrandom v0.2.10
27342026-03-07T01:04:33.847Z[ helios-setup] Mar 07 01:04:32.724 INFO E| Compiling cpufeatures v0.2.9
27352026-03-07T01:04:33.865Z[ helios-setup] Mar 07 01:04:32.758 INFO E| Compiling same-file v1.0.6
27362026-03-07T01:04:33.929Z[ helios-setup] Mar 07 01:04:32.822 INFO E| Compiling ryu v1.0.15
27372026-03-07T01:04:33.992Z[ helios-setup] Mar 07 01:04:32.885 INFO E| Compiling unicode-width v0.1.10
27382026-03-07T01:04:34.358Z[ helios-setup] Mar 07 01:04:33.251 INFO E| Compiling getopts v0.2.21
27392026-03-07T01:04:34.379Z[ helios-setup] Mar 07 01:04:33.271 INFO E| Compiling walkdir v2.3.3
27402026-03-07T01:04:34.428Z[ helios-setup] Mar 07 01:04:33.321 INFO E| Compiling sha-1 v0.9.8
27412026-03-07T01:04:34.585Z[ helios-setup] Mar 07 01:04:33.478 INFO E| Compiling md-5 v0.9.1
27422026-03-07T01:04:35.471Z[ helios-setup] Mar 07 01:04:34.364 INFO E| Compiling tempfile v3.7.0
27432026-03-07T01:04:35.509Z[ helios-setup] Mar 07 01:04:34.402 INFO E| Compiling libdevinfo-sys v1.0.0
27442026-03-07T01:04:35.742Z[ helios-setup] Mar 07 01:04:34.635 INFO E| Compiling glob v0.3.1
27452026-03-07T01:04:37.120Z[ helios-setup] Mar 07 01:04:36.012 INFO E| Compiling slog-term v2.9.0
27462026-03-07T01:04:37.794Z[ helios-setup] Mar 07 01:04:36.685 INFO E| Compiling serde_derive v1.0.193
27472026-03-07T01:04:41.533Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
27482026-03-07T01:04:43.188Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
27492026-03-07T01:04:46.465Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
27502026-03-07T01:04:49.541Z[ helios-setup] Mar 07 01:04:48.430 INFO E| Compiling toml v0.5.11
27512026-03-07T01:04:49.541Z[ helios-setup] Mar 07 01:04:48.430 INFO E| Compiling uuid v0.8.2
27522026-03-07T01:04:51.229Z[ helios-setup] Mar 07 01:04:50.119 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
27532026-03-07T01:04:52.726Z[ helios-setup] Mar 07 01:04:51.616 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
27542026-03-07T01:05:00.328Z[ helios-setup] Mar 07 01:04:59.217 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.55s
27552026-03-07T01:05:00.359Z[ helios-setup] Mar 07 01:04:59.248 INFO building project "image-builder" ok (34 seconds)
27562026-03-07T01:05:00.359Z[ helios-setup] Mar 07 01:04:59.248 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/bootserver"
27572026-03-07T01:05:00.494Z[ helios-setup] Mar 07 01:04:59.383 INFO rust toolchain for "/work/oxidecomputer/helios/projects/bootserver": "1.91.1-x86_64-unknown-illumos (default)"
27582026-03-07T01:05:00.494Z[ helios-setup] Mar 07 01:04:59.383 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
27592026-03-07T01:05:00.498Z[ helios-setup] Mar 07 01:04:59.383 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
27602026-03-07T01:05:00.760Z[ helios-setup] Mar 07 01:04:59.649 INFO E| Downloading crates ...
27612026-03-07T01:05:00.939Z[ helios-setup] Mar 07 01:04:59.828 INFO E| Downloaded generic-array v0.14.6
27622026-03-07T01:05:00.944Z[ helios-setup] Mar 07 01:04:59.831 INFO E| Downloaded typenum v1.15.0
27632026-03-07T01:05:00.947Z[ helios-setup] Mar 07 01:04:59.835 INFO E| Downloaded anyhow v1.0.62
27642026-03-07T01:05:00.951Z[ helios-setup] Mar 07 01:04:59.841 INFO E| Downloaded sha2 v0.10.5
27652026-03-07T01:05:00.955Z[ helios-setup] Mar 07 01:04:59.844 INFO E| Downloaded miniz_oxide v0.6.2
27662026-03-07T01:05:00.958Z[ helios-setup] Mar 07 01:04:59.847 INFO E| Downloaded flate2 v1.0.25
27672026-03-07T01:05:00.965Z[ helios-setup] Mar 07 01:04:59.854 INFO E| Downloaded bytes v1.2.1
27682026-03-07T01:05:00.970Z[ helios-setup] Mar 07 01:04:59.859 INFO E| Downloaded cpufeatures v0.2.5
27692026-03-07T01:05:00.973Z[ helios-setup] Mar 07 01:04:59.861 INFO E| Downloaded digest v0.10.3
27702026-03-07T01:05:00.976Z[ helios-setup] Mar 07 01:04:59.864 INFO E| Downloaded block-buffer v0.10.3
27712026-03-07T01:05:01.047Z[ helios-setup] Mar 07 01:04:59.935 INFO E| Compiling typenum v1.15.0
27722026-03-07T01:05:01.047Z[ helios-setup] Mar 07 01:04:59.936 INFO E| Compiling version_check v0.9.4
27732026-03-07T01:05:01.051Z[ helios-setup] Mar 07 01:04:59.936 INFO E| Compiling crc32fast v1.3.2
27742026-03-07T01:05:01.051Z[ helios-setup] Mar 07 01:04:59.936 INFO E| Compiling cfg-if v1.0.0
27752026-03-07T01:05:01.051Z[ helios-setup] Mar 07 01:04:59.936 INFO E| Compiling anyhow v1.0.62
27762026-03-07T01:05:01.051Z[ helios-setup] Mar 07 01:04:59.936 INFO E| Compiling adler v1.0.2
27772026-03-07T01:05:01.051Z[ helios-setup] Mar 07 01:04:59.936 INFO E| Compiling cpufeatures v0.2.5
27782026-03-07T01:05:01.051Z[ helios-setup] Mar 07 01:04:59.936 INFO E| Compiling unicode-width v0.1.10
27792026-03-07T01:05:01.344Z[ helios-setup] Mar 07 01:05:00.233 INFO E| Compiling bitflags v1.3.2
27802026-03-07T01:05:01.359Z[ helios-setup] Mar 07 01:05:00.248 INFO E| Compiling bytes v1.2.1
27812026-03-07T01:05:01.516Z[ helios-setup] Mar 07 01:05:00.405 INFO E| Compiling miniz_oxide v0.6.2
27822026-03-07T01:05:01.751Z[ helios-setup] Mar 07 01:05:00.639 INFO E| Compiling getopts v0.2.21
27832026-03-07T01:05:02.018Z[ helios-setup] Mar 07 01:05:00.906 INFO E| Compiling generic-array v0.14.6
27842026-03-07T01:05:02.802Z[ helios-setup] Mar 07 01:05:01.691 INFO E| Compiling flate2 v1.0.25
27852026-03-07T01:05:04.721Z[ helios-setup] Mar 07 01:05:03.609 INFO E| Compiling block-buffer v0.10.3
27862026-03-07T01:05:04.721Z[ helios-setup] Mar 07 01:05:03.609 INFO E| Compiling crypto-common v0.1.6
27872026-03-07T01:05:04.803Z[ omicron-package] Finished `release` profile [optimized] target(s) in 1m 52s
27882026-03-07T01:05:04.855Z[ helios-setup] Mar 07 01:05:03.743 INFO E| Compiling digest v0.10.3
27892026-03-07T01:05:05.069Z[ helios-setup] Mar 07 01:05:03.957 INFO E| Compiling sha2 v0.10.5
27902026-03-07T01:05:05.077Z[ omicron-package]
27912026-03-07T01:05:05.077Z[ omicron-package] real 1:52.702135344
27922026-03-07T01:05:05.081Z[ omicron-package] user 9:08.592688663
27932026-03-07T01:05:05.081Z[ omicron-package] sys 33.844884986
27942026-03-07T01:05:05.081Z[ omicron-package] trap 0.927462848
27952026-03-07T01:05:05.081Z[ omicron-package] tflt 1.488223379
27962026-03-07T01:05:05.081Z[ omicron-package] dflt 1.130520734
27972026-03-07T01:05:05.081Z[ omicron-package] kflt 0.001335510
27982026-03-07T01:05:05.081Z[ omicron-package] lock 30:25.929776930
27992026-03-07T01:05:05.081Z[ omicron-package] slp 35:05.298773408
28002026-03-07T01:05:05.081Z[ omicron-package] lat 4:25.513958027
28012026-03-07T01:05:05.081Z[ omicron-package] stop 1:31.172423772
28022026-03-07T01:05:05.081ZMar 07 01:05:03.967 INFO [omicron-package] process exited with exit status: 0 (112.758060631s)
28032026-03-07T01:05:05.081ZMar 07 01:05:03.967 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --preset recovery
28042026-03-07T01:05:05.081ZMar 07 01:05:03.967 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --preset host
28052026-03-07T01:05:05.094Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
28062026-03-07T01:05:05.094Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
28072026-03-07T01:05:05.097Z[ host-target] Created new build target 'host' and set it as active
28082026-03-07T01:05:05.097Z[ recovery-target] Created new build target 'recovery' and set it as active
28092026-03-07T01:05:05.100ZMar 07 01:05:03.987 INFO [host-target] process exited with exit status: 0 (19.35032ms)
28102026-03-07T01:05:05.100ZMar 07 01:05:03.987 INFO [recovery-target] process exited with exit status: 0 (19.730392ms)
28112026-03-07T01:05:05.100ZMar 07 01:05:03.987 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
28122026-03-07T01:05:05.107Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
28132026-03-07T01:05:05.376Z[ helios-setup] Mar 07 01:05:04.263 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
28142026-03-07T01:05:07.686Z[ helios-setup] Mar 07 01:05:06.574 INFO E| Finished `release` profile [optimized] target(s) in 7.06s
28152026-03-07T01:05:07.696Z[ helios-setup] Mar 07 01:05:06.584 INFO building project "bootserver" ok (7 seconds)
28162026-03-07T01:05:07.699Z[ helios-setup] Mar 07 01:05:06.584 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pilot"
28172026-03-07T01:05:07.731Z[ host-package] Compiling ring v0.17.14
28182026-03-07T01:05:07.757Z[ helios-setup] Mar 07 01:05:06.645 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pilot": "1.91.1-x86_64-unknown-illumos (default)"
28192026-03-07T01:05:07.757Z[ helios-setup] Mar 07 01:05:06.645 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
28202026-03-07T01:05:07.761Z[ helios-setup] Mar 07 01:05:06.645 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
28212026-03-07T01:05:07.913Z[ helios-setup] Mar 07 01:05:06.801 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
28222026-03-07T01:05:08.028Z[ host-package] Compiling regress v0.10.5
28232026-03-07T01:05:08.032Z[ host-package] Compiling heck v0.5.0
28242026-03-07T01:05:08.054Z[ host-package] Compiling unsafe-libyaml v0.2.11
28252026-03-07T01:05:08.110Z[ host-package] Compiling convert_case v0.4.0
28262026-03-07T01:05:08.148Z[ host-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28272026-03-07T01:05:08.151Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
28282026-03-07T01:05:08.260Z[ helios-setup] Mar 07 01:05:07.148 INFO E| From https://github.com/jclulow/hiercmd
28292026-03-07T01:05:08.260Z[ helios-setup] Mar 07 01:05:07.148 INFO E| * [new ref] 8eed23a01e9472183e9278ff456ba2f91e52b0ee -> refs/commit/8eed23a01e9472183e9278ff456ba2f91e52b0ee
28302026-03-07T01:05:08.281Z[ helios-setup] Mar 07 01:05:07.169 INFO E| Updating git repository `https://github.com/oxidecomputer/network-interface`
28312026-03-07T01:05:08.645Z[ helios-setup] Mar 07 01:05:07.531 INFO E| From https://github.com/oxidecomputer/network-interface
28322026-03-07T01:05:08.645Z[ helios-setup] Mar 07 01:05:07.531 INFO E| * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
28332026-03-07T01:05:08.663Z[ helios-setup] Mar 07 01:05:07.550 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
28342026-03-07T01:05:08.787Z[ host-package] Compiling derive_more v0.99.20
28352026-03-07T01:05:09.049Z[ helios-setup] Mar 07 01:05:07.936 INFO E| From https://github.com/oxidecomputer/boot-image-tools
28362026-03-07T01:05:09.051Z[ helios-setup] Mar 07 01:05:07.936 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
28372026-03-07T01:05:09.083Z[ helios-setup] Mar 07 01:05:07.969 INFO E| Updating crates.io index
28382026-03-07T01:05:09.379Z[ helios-setup] Mar 07 01:05:08.267 INFO E| Downloading crates ...
28392026-03-07T01:05:09.441Z[ host-package] Compiling serde_yaml v0.9.34+deprecated
28402026-03-07T01:05:09.547Z[ helios-setup] Mar 07 01:05:08.435 INFO E| Downloaded libdevinfo-sys v1.1.0
28412026-03-07T01:05:09.551Z[ helios-setup] Mar 07 01:05:08.437 INFO E| Downloaded anstyle-query v1.1.4
28422026-03-07T01:05:09.555Z[ helios-setup] Mar 07 01:05:08.440 INFO E| Downloaded getopts v0.2.24
28432026-03-07T01:05:09.555Z[ helios-setup] Mar 07 01:05:08.442 INFO E| Downloaded futures-task v0.3.31
28442026-03-07T01:05:09.558Z[ helios-setup] Mar 07 01:05:08.445 INFO E| Downloaded futures-sink v0.3.31
28452026-03-07T01:05:09.562Z[ helios-setup] Mar 07 01:05:08.447 INFO E| Downloaded futures-macro v0.3.31
28462026-03-07T01:05:09.562Z[ helios-setup] Mar 07 01:05:08.448 INFO E| Downloaded futures-io v0.3.31
28472026-03-07T01:05:09.565Z[ helios-setup] Mar 07 01:05:08.450 INFO E| Downloaded flate2 v1.1.5
28482026-03-07T01:05:09.572Z[ helios-setup] Mar 07 01:05:08.460 INFO E| Downloaded bitfield-macros v0.19.3
28492026-03-07T01:05:09.590Z[ helios-setup] Mar 07 01:05:08.477 INFO E| Downloaded clap_lex v0.7.6
28502026-03-07T01:05:09.598Z[ helios-setup] Mar 07 01:05:08.486 INFO E| Downloaded devinfo v0.1.0
28512026-03-07T01:05:09.602Z[ helios-setup] Mar 07 01:05:08.488 INFO E| Downloaded serde_spanned v1.0.3
28522026-03-07T01:05:09.605Z[ helios-setup] Mar 07 01:05:08.490 INFO E| Downloaded futures-core v0.3.31
28532026-03-07T01:05:09.668Z[ helios-setup] Mar 07 01:05:08.556 INFO E| Downloaded thiserror v2.0.17
28542026-03-07T01:05:09.677Z[ helios-setup] Mar 07 01:05:08.564 INFO E| Downloaded crc v3.3.0
28552026-03-07T01:05:09.680Z[ helios-setup] Mar 07 01:05:08.567 INFO E| Downloaded zeroize_derive v1.4.2
28562026-03-07T01:05:09.683Z[ helios-setup] Mar 07 01:05:08.568 INFO E| Downloaded time-core v0.1.6
28572026-03-07T01:05:09.683Z[ helios-setup] Mar 07 01:05:08.571 INFO E| Downloaded itoa v1.0.15
28582026-03-07T01:05:09.686Z[ helios-setup] Mar 07 01:05:08.573 INFO E| Downloaded memchr v2.7.6
28592026-03-07T01:05:09.693Z[ helios-setup] Mar 07 01:05:08.581 INFO E| Downloaded time-macros v0.2.24
28602026-03-07T01:05:09.697Z[ helios-setup] Mar 07 01:05:08.584 INFO E| Downloaded toml_writer v1.0.4
28612026-03-07T01:05:09.700Z[ helios-setup] Mar 07 01:05:08.586 INFO E| Downloaded toml_datetime v0.7.3
28622026-03-07T01:05:09.703Z[ helios-setup] Mar 07 01:05:08.589 INFO E| Downloaded quote v1.0.41
28632026-03-07T01:05:09.706Z[ helios-setup] Mar 07 01:05:08.593 INFO E| Downloaded toml_parser v1.0.4
28642026-03-07T01:05:09.709Z[ helios-setup] Mar 07 01:05:08.596 INFO E| Downloaded deranged v0.5.5
28652026-03-07T01:05:09.714Z[ helios-setup] Mar 07 01:05:08.599 INFO E| Downloaded uuid v1.18.1
28662026-03-07T01:05:09.717Z[ host-package] Compiling typify-impl v0.6.1
28672026-03-07T01:05:09.717Z[ helios-setup] Mar 07 01:05:08.604 INFO E| Downloaded base64ct v1.8.0
28682026-03-07T01:05:09.720Z[ helios-setup] Mar 07 01:05:08.608 INFO E| Downloaded bitflags v2.10.0
28692026-03-07T01:05:09.727Z[ helios-setup] Mar 07 01:05:08.615 INFO E| Downloaded term v1.2.0
28702026-03-07T01:05:09.732Z[ helios-setup] Mar 07 01:05:08.620 INFO E| Downloaded unicode-ident v1.0.22
28712026-03-07T01:05:09.736Z[ helios-setup] Mar 07 01:05:08.624 INFO E| Downloaded find-msvc-tools v0.1.4
28722026-03-07T01:05:09.739Z[ helios-setup] Mar 07 01:05:08.627 INFO E| Downloaded slab v0.4.11
28732026-03-07T01:05:09.743Z[ helios-setup] Mar 07 01:05:08.629 INFO E| Downloaded getrandom v0.2.16
28742026-03-07T01:05:09.747Z[ helios-setup] Mar 07 01:05:08.634 INFO E| Downloaded clap_derive v4.5.49
28752026-03-07T01:05:09.750Z[ helios-setup] Mar 07 01:05:08.637 INFO E| Downloaded env_logger v0.11.8
28762026-03-07T01:05:09.754Z[ helios-setup] Mar 07 01:05:08.641 INFO E| Downloaded log v0.4.28
28772026-03-07T01:05:09.758Z[ helios-setup] Mar 07 01:05:08.646 INFO E| Downloaded socket2 v0.6.1
28782026-03-07T01:05:09.761Z[ helios-setup] Mar 07 01:05:08.649 INFO E| Downloaded toml v0.9.8
28792026-03-07T01:05:09.768Z[ helios-setup] Mar 07 01:05:08.656 INFO E| Downloaded proc-macro2 v1.0.103
28802026-03-07T01:05:09.774Z[ helios-setup] Mar 07 01:05:08.661 INFO E| Downloaded anyhow v1.0.100
28812026-03-07T01:05:09.793Z[ helios-setup] Mar 07 01:05:08.680 INFO E| Downloaded ryu v1.0.20
28822026-03-07T01:05:09.793Z[ helios-setup] Mar 07 01:05:08.680 INFO E| Downloaded futures v0.3.31
28832026-03-07T01:05:09.796Z[ helios-setup] Mar 07 01:05:08.680 INFO E| Downloaded clap v4.5.51
28842026-03-07T01:05:09.805Z[ helios-setup] Mar 07 01:05:08.693 INFO E| Downloaded zerocopy-derive v0.8.27
28852026-03-07T01:05:09.819Z[ helios-setup] Mar 07 01:05:08.706 INFO E| Downloaded bytes v1.10.1
28862026-03-07T01:05:09.825Z[ helios-setup] Mar 07 01:05:08.713 INFO E| Downloaded rsa v0.9.8
28872026-03-07T01:05:09.836Z[ helios-setup] Mar 07 01:05:08.721 INFO E| Downloaded indexmap v2.12.0
28882026-03-07T01:05:09.840Z[ helios-setup] Mar 07 01:05:08.727 INFO E| Downloaded cc v1.2.44
28892026-03-07T01:05:09.844Z[ helios-setup] Mar 07 01:05:08.732 INFO E| Downloaded iddqd v0.3.14
28902026-03-07T01:05:09.855Z[ helios-setup] Mar 07 01:05:08.743 INFO E| Downloaded num-bigint-dig v0.8.4
28912026-03-07T01:05:09.863Z[ helios-setup] Mar 07 01:05:08.750 INFO E| Downloaded mio v1.1.0
28922026-03-07T01:05:09.871Z[ helios-setup] Mar 07 01:05:08.758 INFO E| Downloaded time v0.3.44
28932026-03-07T01:05:09.883Z[ helios-setup] Mar 07 01:05:08.771 INFO E| Downloaded hashbrown v0.16.0
28942026-03-07T01:05:09.890Z[ helios-setup] Mar 07 01:05:08.778 INFO E| Downloaded winnow v0.7.13
28952026-03-07T01:05:09.903Z[ helios-setup] Mar 07 01:05:08.791 INFO E| Downloaded serde_json v1.0.145
28962026-03-07T01:05:09.913Z[ helios-setup] Mar 07 01:05:08.801 INFO E| Downloaded libm v0.2.15
28972026-03-07T01:05:09.934Z[ helios-setup] Mar 07 01:05:08.822 INFO E| Downloaded clap_builder v4.5.51
28982026-03-07T01:05:09.944Z[ helios-setup] Mar 07 01:05:08.832 INFO E| Downloaded chrono v0.4.42
28992026-03-07T01:05:09.955Z[ helios-setup] Mar 07 01:05:08.843 INFO E| Downloaded futures-util v0.3.31
29002026-03-07T01:05:09.973Z[ helios-setup] Mar 07 01:05:08.861 INFO E| Downloaded zerocopy v0.8.27
29012026-03-07T01:05:10.009Z[ helios-setup] Mar 07 01:05:08.896 INFO E| Downloaded toml_edit v0.23.7
29022026-03-07T01:05:10.014Z[ helios-setup] Mar 07 01:05:08.902 INFO E| Downloaded syn v2.0.108
29032026-03-07T01:05:10.032Z[ helios-setup] Mar 07 01:05:08.920 INFO E| Downloaded thiserror-impl v2.0.17
29042026-03-07T01:05:10.035Z[ helios-setup] Mar 07 01:05:08.922 INFO E| Downloaded signal-hook-registry v1.4.6
29052026-03-07T01:05:10.038Z[ helios-setup] Mar 07 01:05:08.924 INFO E| Downloaded futures-executor v0.3.31
29062026-03-07T01:05:10.038Z[ helios-setup] Mar 07 01:05:08.926 INFO E| Downloaded bitfield v0.19.3
29072026-03-07T01:05:10.042Z[ helios-setup] Mar 07 01:05:08.928 INFO E| Downloaded unicode-width v0.2.2
29082026-03-07T01:05:10.050Z[ helios-setup] Mar 07 01:05:08.938 INFO E| Downloaded simd-adler32 v0.3.7
29092026-03-07T01:05:10.054Z[ helios-setup] Mar 07 01:05:08.941 INFO E| Downloaded pin-project-lite v0.2.16
29102026-03-07T01:05:10.060Z[ helios-setup] Mar 07 01:05:08.947 INFO E| Downloaded iana-time-zone v0.1.64
29112026-03-07T01:05:10.064Z[ helios-setup] Mar 07 01:05:08.952 INFO E| Downloaded generic-array v0.14.9
29122026-03-07T01:05:10.068Z[ helios-setup] Mar 07 01:05:08.954 INFO E| Downloaded futures-channel v0.3.31
29132026-03-07T01:05:10.071Z[ helios-setup] Mar 07 01:05:08.957 INFO E| Downloaded rustix v1.1.2
29142026-03-07T01:05:10.107Z[ helios-setup] Mar 07 01:05:08.994 INFO E| Downloaded env_filter v0.1.4
29152026-03-07T01:05:10.200Z[ helios-setup] Mar 07 01:05:09.086 INFO E| Downloaded tokio v1.48.0
29162026-03-07T01:05:10.257Z[ helios-setup] Mar 07 01:05:09.144 INFO E| Downloaded libc v0.2.177
29172026-03-07T01:05:10.433Z[ helios-setup] Mar 07 01:05:09.320 INFO E| Compiling proc-macro2 v1.0.103
29182026-03-07T01:05:10.436Z[ helios-setup] Mar 07 01:05:09.320 INFO E| Compiling quote v1.0.41
29192026-03-07T01:05:10.436Z[ helios-setup] Mar 07 01:05:09.320 INFO E| Compiling unicode-ident v1.0.22
29202026-03-07T01:05:10.436Z[ helios-setup] Mar 07 01:05:09.321 INFO E| Compiling libc v0.2.177
29212026-03-07T01:05:10.436Z[ helios-setup] Mar 07 01:05:09.321 INFO E| Compiling serde_core v1.0.228
29222026-03-07T01:05:10.436Z[ helios-setup] Mar 07 01:05:09.321 INFO E| Compiling cfg-if v1.0.4
29232026-03-07T01:05:10.436Z[ helios-setup] Mar 07 01:05:09.321 INFO E| Compiling serde v1.0.228
29242026-03-07T01:05:10.436Z[ helios-setup] Mar 07 01:05:09.321 INFO E| Compiling version_check v0.9.5
29252026-03-07T01:05:10.673Z[ host-package] Compiling prettyplease v0.2.37
29262026-03-07T01:05:11.278Z[ host-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
29272026-03-07T01:05:11.295Z[ helios-setup] Mar 07 01:05:10.182 INFO E| Compiling autocfg v1.5.0
29282026-03-07T01:05:11.537Z[ helios-setup] Mar 07 01:05:10.425 INFO E| Compiling typenum v1.19.0
29292026-03-07T01:05:11.609Z[ helios-setup] Mar 07 01:05:10.496 INFO E| Compiling const-oid v0.9.6
29302026-03-07T01:05:11.708Z[ helios-setup] Mar 07 01:05:10.595 INFO E| Compiling generic-array v0.14.9
29312026-03-07T01:05:12.530Z[ helios-setup] Mar 07 01:05:11.417 INFO E| Compiling libm v0.2.15
29322026-03-07T01:05:12.587Z[ helios-setup] Mar 07 01:05:11.474 INFO E| Compiling num-traits v0.2.19
29332026-03-07T01:05:13.339Z[ host-package] Compiling rustls v0.23.37
29342026-03-07T01:05:13.468Z[ helios-setup] Mar 07 01:05:12.355 INFO E| Compiling zerocopy v0.8.27
29352026-03-07T01:05:14.133Z[ helios-setup] Mar 07 01:05:13.020 INFO E| Compiling rustversion v1.0.22
29362026-03-07T01:05:14.214Z[ host-package] Compiling universal-hash v0.5.1
29372026-03-07T01:05:14.706Z[ helios-setup] Mar 07 01:05:13.593 INFO E| Compiling zeroize v1.8.2
29382026-03-07T01:05:15.039Z[ host-package] Compiling thiserror-impl-no-std v2.0.2
29392026-03-07T01:05:15.290Z[ host-package] Compiling unicode-width v0.1.14
29402026-03-07T01:05:15.294Z[ helios-setup] Mar 07 01:05:14.157 INFO E| Compiling base64ct v1.8.0
29412026-03-07T01:05:15.486Z[ helios-setup] Mar 07 01:05:14.373 INFO E| Compiling smallvec v1.15.1
29422026-03-07T01:05:16.449Z[ host-package] Compiling opaque-debug v0.3.1
29432026-03-07T01:05:16.514Z[ helios-setup] Mar 07 01:05:15.400 INFO E| Compiling syn v2.0.108
29442026-03-07T01:05:16.660Z[ host-package] Compiling poly1305 v0.8.0
29452026-03-07T01:05:16.683Z[ helios-setup] Mar 07 01:05:15.556 INFO E| Compiling pem-rfc7468 v0.7.0
29462026-03-07T01:05:16.765Z[ helios-setup] Mar 07 01:05:15.652 INFO E| Compiling getrandom v0.2.16
29472026-03-07T01:05:17.160Z[ host-package] Compiling chacha20 v0.9.1
29482026-03-07T01:05:17.226Z[ helios-setup] Mar 07 01:05:16.113 INFO E| Compiling crc32fast v1.5.0
29492026-03-07T01:05:17.914Z[ helios-setup] Mar 07 01:05:16.801 INFO E| Compiling flagset v0.4.7
29502026-03-07T01:05:18.355Z[ host-package] Compiling rustls-webpki v0.103.9
29512026-03-07T01:05:18.578Z[ helios-setup] Mar 07 01:05:17.464 INFO E| Compiling crypto-common v0.1.6
29522026-03-07T01:05:18.651Z[ helios-setup] Mar 07 01:05:17.537 INFO E| Compiling block-buffer v0.10.4
29532026-03-07T01:05:18.964Z[ helios-setup] Mar 07 01:05:17.850 INFO E| Compiling byteorder v1.5.0
29542026-03-07T01:05:19.087Z[ helios-setup] Mar 07 01:05:17.972 INFO E| Compiling memchr v2.7.6
29552026-03-07T01:05:19.294Z[ host-package] Compiling password-hash v0.5.0
29562026-03-07T01:05:19.408Z[ host-package] Compiling thiserror-no-std v2.0.2
29572026-03-07T01:05:19.538Z[ helios-setup] Mar 07 01:05:18.424 INFO E| Compiling digest v0.10.7
29582026-03-07T01:05:19.551Z[ helios-setup] Mar 07 01:05:18.434 INFO E| Compiling hashbrown v0.16.0
29592026-03-07T01:05:19.923Z[ helios-setup] Mar 07 01:05:18.809 INFO E| Compiling winnow v0.7.13
29602026-03-07T01:05:20.029Z[ host-package] Compiling blake2 v0.10.6
29612026-03-07T01:05:20.301Z[ helios-setup] Mar 07 01:05:19.187 INFO E| Compiling equivalent v1.0.2
29622026-03-07T01:05:20.491Z[ host-package] Compiling aead v0.5.2
29632026-03-07T01:05:20.806Z[ helios-setup] Mar 07 01:05:19.692 INFO E| Compiling anyhow v1.0.100
29642026-03-07T01:05:20.895Z[ helios-setup] Mar 07 01:05:19.781 INFO E| Compiling rustix v1.1.2
29652026-03-07T01:05:21.565Z[ helios-setup] Mar 07 01:05:20.450 INFO E| Compiling utf8parse v0.2.2
29662026-03-07T01:05:22.058Z[ host-package] Compiling serde_spanned v1.0.4
29672026-03-07T01:05:22.108Z[ helios-setup] Mar 07 01:05:20.991 INFO E| Compiling anstyle-parse v0.2.7
29682026-03-07T01:05:22.145Z[ host-package] Compiling is-terminal v0.4.17
29692026-03-07T01:05:22.595Z[ helios-setup] Mar 07 01:05:21.480 INFO E| Compiling indexmap v2.12.0
29702026-03-07T01:05:22.727Z[ host-package] Compiling swrite v0.1.0
29712026-03-07T01:05:22.808Z[ host-package] Compiling toml_writer v1.0.6+spec-1.1.0
29722026-03-07T01:05:22.947Z[ helios-setup] Mar 07 01:05:21.833 INFO E| Compiling bitflags v2.10.0
29732026-03-07T01:05:23.031Z[ helios-setup] Mar 07 01:05:21.916 INFO E| Compiling rand_core v0.6.4
29742026-03-07T01:05:23.259Z[ host-package] Compiling chacha20poly1305 v0.10.1
29752026-03-07T01:05:23.561Z[ helios-setup] Mar 07 01:05:22.447 INFO E| Compiling errno v0.3.14
29762026-03-07T01:05:23.694Z[ helios-setup] Mar 07 01:05:22.580 INFO E| Compiling syn v1.0.109
29772026-03-07T01:05:23.816Z[ helios-setup] Mar 07 01:05:22.701 INFO E| Compiling anstyle-query v1.1.4
29782026-03-07T01:05:23.870Z[ host-package] Compiling argon2 v0.5.3
29792026-03-07T01:05:23.989Z[ host-package] Compiling vsss-rs v3.3.4
29802026-03-07T01:05:24.103Z[ helios-setup] Mar 07 01:05:22.988 INFO E| Compiling colorchoice v1.0.4
29812026-03-07T01:05:24.203Z[ host-package] Compiling typify-impl v0.4.3
29822026-03-07T01:05:24.234Z[ helios-setup] Mar 07 01:05:23.120 INFO E| Compiling radium v0.7.0
29832026-03-07T01:05:24.237Z[ helios-setup] Mar 07 01:05:23.121 INFO E| Compiling allocator-api2 v0.2.21
29842026-03-07T01:05:24.537Z[ helios-setup] Mar 07 01:05:23.422 INFO E| Compiling find-msvc-tools v0.1.4
29852026-03-07T01:05:24.757Z[ helios-setup] Mar 07 01:05:23.642 INFO E| Compiling cpufeatures v0.2.17
29862026-03-07T01:05:25.031Z[ helios-setup] Mar 07 01:05:23.917 INFO E| Compiling is_terminal_polyfill v1.70.2
29872026-03-07T01:05:25.199Z[ helios-setup] Mar 07 01:05:24.084 INFO E| Compiling toml_datetime v0.7.3
29882026-03-07T01:05:25.277Z[ helios-setup] Mar 07 01:05:24.163 INFO E| Compiling shlex v1.3.0
29892026-03-07T01:05:25.339Z[ helios-setup] Mar 07 01:05:24.224 INFO E| Compiling anstyle v1.0.13
29902026-03-07T01:05:25.853Z[ helios-setup] Mar 07 01:05:24.738 INFO E| Compiling cc v1.2.44
29912026-03-07T01:05:25.977Z[ helios-setup] Mar 07 01:05:24.862 INFO E| Compiling sha2 v0.10.9
29922026-03-07T01:05:26.153Z[ helios-setup] Mar 07 01:05:25.039 INFO E| Compiling anstream v0.6.21
29932026-03-07T01:05:27.335Z[ helios-setup] Mar 07 01:05:26.220 INFO E| Compiling toml_parser v1.0.4
29942026-03-07T01:05:28.739Z[ helios-setup] Mar 07 01:05:27.624 INFO E| Compiling slog v2.8.2
29952026-03-07T01:05:28.745Z[ host-package] Compiling rustls v0.22.4
29962026-03-07T01:05:28.848Z[ helios-setup] Mar 07 01:05:27.733 INFO E| Compiling parking_lot_core v0.9.12
29972026-03-07T01:05:28.935Z[ host-package] Compiling bytecount v0.6.9
29982026-03-07T01:05:29.792Z[ host-package] Compiling rustls-webpki v0.102.8
29992026-03-07T01:05:29.823Z[ helios-setup] Mar 07 01:05:28.707 INFO E| Compiling toml_edit v0.23.7
30002026-03-07T01:05:30.241Z[ helios-setup] Mar 07 01:05:29.125 INFO E| Compiling unicode-width v0.2.2
30012026-03-07T01:05:30.303Z[ helios-setup] Mar 07 01:05:29.187 INFO E| Compiling tap v1.0.1
30022026-03-07T01:05:30.680Z[ helios-setup] Mar 07 01:05:29.564 INFO E| Compiling pkg-config v0.3.32
30032026-03-07T01:05:30.719Z[ helios-setup] Mar 07 01:05:29.604 INFO E| Compiling pin-project-lite v0.2.16
30042026-03-07T01:05:30.995Z[ helios-setup] Mar 07 01:05:29.879 INFO E| Compiling futures-sink v0.3.31
30052026-03-07T01:05:31.114Z[ helios-setup] Mar 07 01:05:29.998 INFO E| Compiling maybe-uninit v2.0.0
30062026-03-07T01:05:31.223Z[ helios-setup] Mar 07 01:05:30.107 INFO E| Compiling futures-core v0.3.31
30072026-03-07T01:05:31.250Z[ host-package] Compiling typify-macro v0.6.1
30082026-03-07T01:05:31.401Z[ helios-setup] Mar 07 01:05:30.285 INFO E| Compiling wyz v0.5.1
30092026-03-07T01:05:31.742Z[ helios-setup] Mar 07 01:05:30.625 INFO E| Compiling futures-channel v0.3.31
30102026-03-07T01:05:31.912Z[ helios-setup] Mar 07 01:05:30.796 INFO E| Compiling getopts v0.2.24
30112026-03-07T01:05:32.305Z[ helios-setup] Mar 07 01:05:31.189 INFO E| Compiling terminal_size v0.4.3
30122026-03-07T01:05:32.713Z[ helios-setup] Mar 07 01:05:31.597 INFO E| Compiling proc-macro-crate v3.4.0
30132026-03-07T01:05:32.840Z[ helios-setup] Mar 07 01:05:31.724 INFO E| Compiling bzip2-sys v0.1.13+1.0.8
30142026-03-07T01:05:33.266Z[ helios-setup] Mar 07 01:05:32.150 INFO E| Compiling num-integer v0.1.46
30152026-03-07T01:05:34.019Z[ helios-setup] Mar 07 01:05:32.903 INFO E| Compiling ahash v0.8.12
30162026-03-07T01:05:34.335Z[ helios-setup] Mar 07 01:05:33.218 INFO E| Compiling num-conv v0.1.0
30172026-03-07T01:05:34.502Z[ helios-setup] Mar 07 01:05:33.385 INFO E| Compiling futures-io v0.3.31
30182026-03-07T01:05:34.721Z[ helios-setup] Mar 07 01:05:33.605 INFO E| Compiling funty v2.0.0
30192026-03-07T01:05:35.140Z[ helios-setup] Mar 07 01:05:34.024 INFO E| Compiling thiserror v1.0.69
30202026-03-07T01:05:35.180Z[ helios-setup] Mar 07 01:05:34.064 INFO E| Compiling strsim v0.11.1
30212026-03-07T01:05:35.265Z[ helios-setup] Mar 07 01:05:34.149 INFO E| Compiling pin-utils v0.1.0
30222026-03-07T01:05:35.480Z[ helios-setup] Mar 07 01:05:34.364 INFO E| Compiling getrandom v0.3.4
30232026-03-07T01:05:36.022Z[ helios-setup] Mar 07 01:05:34.905 INFO E| Compiling scopeguard v1.2.0
30242026-03-07T01:05:36.369Z[ helios-setup] Mar 07 01:05:35.253 INFO E| Compiling bytes v1.10.1
30252026-03-07T01:05:36.457Z[ helios-setup] Mar 07 01:05:35.340 INFO E| Compiling powerfmt v0.2.0
30262026-03-07T01:05:36.527Z[ helios-setup] Mar 07 01:05:35.411 INFO E| Compiling time-core v0.1.6
30272026-03-07T01:05:36.790Z[ helios-setup] Mar 07 01:05:35.674 INFO E| Compiling serde_derive v1.0.228
30282026-03-07T01:05:36.977Z[ helios-setup] Mar 07 01:05:35.861 INFO E| Compiling zerocopy-derive v0.8.27
30292026-03-07T01:05:37.304Z[ helios-setup] Mar 07 01:05:36.187 INFO E| Compiling der_derive v0.7.3
30302026-03-07T01:05:37.414Z[ helios-setup] Mar 07 01:05:36.298 INFO E| Compiling futures-macro v0.3.31
30312026-03-07T01:05:38.030Z[ host-package] Compiling tokio-rustls v0.26.4
30322026-03-07T01:05:38.694Z[ helios-setup] Mar 07 01:05:37.577 INFO E| Compiling spin v0.9.8
30332026-03-07T01:05:39.256Z[ helios-setup] Mar 07 01:05:38.139 INFO E| Compiling heck v0.5.0
30342026-03-07T01:05:39.303Z[ host-package] Compiling hyper-rustls v0.27.7
30352026-03-07T01:05:39.800Z[ helios-setup] Mar 07 01:05:38.682 INFO E| Compiling num-bigint-dig v0.8.4
30362026-03-07T01:05:40.204Z[ helios-setup] Mar 07 01:05:39.069 INFO E| Compiling slab v0.4.11
30372026-03-07T01:05:40.569Z[ helios-setup] Mar 07 01:05:39.452 INFO E| Compiling clap_lex v0.7.6
30382026-03-07T01:05:40.656Z[ host-package] Compiling rustls-platform-verifier v0.6.2
30392026-03-07T01:05:40.760Z[ host-package] Compiling reqwest v0.12.28
30402026-03-07T01:05:40.780Z[ helios-setup] Mar 07 01:05:39.663 INFO E| Compiling futures-task v0.3.31
30412026-03-07T01:05:41.361Z[ helios-setup] Mar 07 01:05:40.244 INFO E| Compiling itoa v1.0.15
30422026-03-07T01:05:41.419Z[ helios-setup] Mar 07 01:05:40.301 INFO E| Compiling packed_struct v0.10.1
30432026-03-07T01:05:41.521Z[ helios-setup] Mar 07 01:05:40.403 INFO E| Compiling futures-util v0.3.31
30442026-03-07T01:05:41.574Z[ host-package] Compiling reqwest v0.13.2
30452026-03-07T01:05:41.721Z[ helios-setup] Mar 07 01:05:40.599 INFO E| Compiling clap_builder v4.5.51
30462026-03-07T01:05:41.846Z[ helios-setup] Mar 07 01:05:40.729 INFO E| Compiling clap_derive v4.5.49
30472026-03-07T01:05:42.155Z[ helios-setup] Mar 07 01:05:41.038 INFO E| Compiling der v0.7.10
30482026-03-07T01:05:42.381Z[ helios-setup] Mar 07 01:05:41.263 INFO E| Compiling lazy_static v1.5.0
30492026-03-07T01:05:43.087Z[ helios-setup] Mar 07 01:05:41.955 INFO E| Compiling time-macros v0.2.24
30502026-03-07T01:05:43.547Z[ host-package] Compiling typify v0.6.1
30512026-03-07T01:05:44.261Z[ host-package] Compiling progenitor-impl v0.13.0
30522026-03-07T01:05:45.036Z[ host-package] Compiling typify-macro v0.4.3
30532026-03-07T01:05:47.777Z[ helios-setup] Mar 07 01:05:46.659 INFO E| Compiling spki v0.7.3
30542026-03-07T01:05:48.928Z[ helios-setup] Mar 07 01:05:47.810 INFO E| Compiling packed_struct_codegen v0.10.1
30552026-03-07T01:05:49.273Z[ helios-setup] Mar 07 01:05:48.152 INFO E| Compiling pkcs8 v0.10.2
30562026-03-07T01:05:50.023Z[ helios-setup] Mar 07 01:05:48.905 INFO E| Compiling deranged v0.5.5
30572026-03-07T01:05:51.714Z[ host-package] Compiling derive-where v1.6.0
30582026-03-07T01:05:52.514Z[ helios-setup] Mar 07 01:05:51.395 INFO E| Compiling ppv-lite86 v0.2.21
30592026-03-07T01:05:52.825Z[ helios-setup] Mar 07 01:05:51.706 INFO E| Compiling bitfield-macros v0.19.3
30602026-03-07T01:05:53.604Z[ helios-setup] Mar 07 01:05:52.485 INFO E| Compiling zerocopy-derive v0.6.6
30612026-03-07T01:05:54.386Z[ helios-setup] Mar 07 01:05:53.261 INFO E| Compiling rand_chacha v0.3.1
30622026-03-07T01:05:54.631Z[ helios-setup] Mar 07 01:05:53.493 INFO E| Compiling erased-serde v0.3.31
30632026-03-07T01:05:54.717Z[ helios-setup] Mar 07 01:05:53.587 INFO E| Compiling num_enum_derive v0.7.5
30642026-03-07T01:05:55.178Z[ helios-setup] Mar 07 01:05:54.058 INFO E| Compiling thiserror-impl v1.0.69
30652026-03-07T01:05:55.863Z[ host-package] Compiling tokio-rustls v0.25.0
30662026-03-07T01:05:56.123Z[ helios-setup] Mar 07 01:05:55.003 INFO E| Compiling rand v0.8.5
30672026-03-07T01:05:56.644Z[ helios-setup] Mar 07 01:05:55.524 INFO E| Compiling bitvec v1.0.1
30682026-03-07T01:05:57.069Z[ helios-setup] Mar 07 01:05:55.950 INFO E| Compiling lock_api v0.4.14
30692026-03-07T01:05:57.271Z[ host-package] Compiling dropshot v0.16.7 (https://github.com/oxidecomputer/dropshot?rev=d707f541#d707f541)
30702026-03-07T01:05:57.874Z[ host-package] Compiling progenitor-macro v0.13.0
30712026-03-07T01:05:57.995Z[ helios-setup] Mar 07 01:05:56.875 INFO E| Compiling num-iter v0.1.45
30722026-03-07T01:05:58.695Z[ host-package] Compiling thread_local v1.1.9
30732026-03-07T01:05:59.307Z[ helios-setup] Mar 07 01:05:58.187 INFO E| Compiling indexmap v1.9.3
30742026-03-07T01:05:59.686Z[ helios-setup] Mar 07 01:05:58.566 INFO E| Compiling adler2 v2.0.1
30752026-03-07T01:05:59.734Z[ helios-setup] Mar 07 01:05:58.614 INFO E| Compiling iana-time-zone v0.1.64
30762026-03-07T01:05:59.910Z[ host-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30772026-03-07T01:06:00.155Z[ host-package] Compiling match_cfg v0.1.0
30782026-03-07T01:06:00.225Z[ helios-setup] Mar 07 01:05:59.103 INFO E| Compiling simd-adler32 v0.3.7
30792026-03-07T01:06:00.569Z[ helios-setup] Mar 07 01:05:59.449 INFO E| Compiling log v0.4.28
30802026-03-07T01:06:00.672Z[ host-package] Compiling compression-core v0.4.31
30812026-03-07T01:06:01.046Z[ helios-setup] Mar 07 01:05:59.925 INFO E| Compiling serde_json v1.0.145
30822026-03-07T01:06:01.442Z[ helios-setup] Mar 07 01:06:00.322 INFO E| Compiling nodrop v0.1.14
30832026-03-07T01:06:01.843Z[ helios-setup] Mar 07 01:06:00.722 INFO E| Compiling thiserror v2.0.17
30842026-03-07T01:06:02.319Z[ helios-setup] Mar 07 01:06:01.199 INFO E| Compiling once_cell v1.21.3
30852026-03-07T01:06:02.362Z[ helios-setup] Mar 07 01:06:01.240 INFO E| Compiling crc-catalog v2.4.0
30862026-03-07T01:06:03.667Z[ helios-setup] Mar 07 01:06:02.547 INFO E| Compiling time v0.3.44
30872026-03-07T01:06:04.074Z[ helios-setup] Mar 07 01:06:02.954 INFO E| Compiling crc v3.3.0
30882026-03-07T01:06:04.365Z[ helios-setup] Mar 07 01:06:03.244 INFO E| Compiling array-init v0.0.4
30892026-03-07T01:06:05.109Z[ helios-setup] Mar 07 01:06:03.989 INFO E| Compiling env_filter v0.1.4
30902026-03-07T01:06:05.142Z[ helios-setup] Mar 07 01:06:04.021 INFO E| Compiling miniz_oxide v0.8.9
30912026-03-07T01:06:06.473Z[ helios-setup] Mar 07 01:06:05.352 INFO E| Compiling chrono v0.4.42
30922026-03-07T01:06:08.434Z[ helios-setup] Mar 07 01:06:07.312 INFO E| Compiling num_enum v0.7.5
30932026-03-07T01:06:09.166Z[ helios-setup] Mar 07 01:06:08.045 INFO E| Compiling parking_lot v0.12.5
30942026-03-07T01:06:12.134Z[ helios-setup] Mar 07 01:06:11.012 INFO E| Compiling smallvec v0.6.14
30952026-03-07T01:06:12.992Z[ helios-setup] Mar 07 01:06:11.871 INFO E| Compiling zerocopy v0.6.6
30962026-03-07T01:06:13.071Z[ helios-setup] Mar 07 01:06:11.950 INFO E| Compiling bitfield v0.19.3
30972026-03-07T01:06:13.358Z[ helios-setup] Mar 07 01:06:12.235 INFO E| Compiling serde_spanned v0.6.9
30982026-03-07T01:06:14.106Z[ helios-setup] Mar 07 01:06:12.984 INFO E| Compiling toml_datetime v0.6.11
30992026-03-07T01:06:14.589Z[ helios-setup] Mar 07 01:06:13.467 INFO E| Compiling futures-executor v0.3.31
31002026-03-07T01:06:15.364Z[ helios-setup] Mar 07 01:06:14.242 INFO E| Compiling clap v4.5.51
31012026-03-07T01:06:15.404Z[ helios-setup] Mar 07 01:06:14.281 INFO E| Compiling pkcs1 v0.7.5
31022026-03-07T01:06:15.613Z[ helios-setup] Mar 07 01:06:14.491 INFO E| Compiling thiserror-impl v2.0.17
31032026-03-07T01:06:15.975Z[ helios-setup] Mar 07 01:06:14.853 INFO E| Compiling tokio-macros v2.6.0
31042026-03-07T01:06:16.542Z[ helios-setup] Mar 07 01:06:15.420 INFO E| Compiling signature v2.2.0
31052026-03-07T01:06:19.278Z[ helios-setup] Mar 07 01:06:18.156 INFO E| Compiling serde_spanned v1.0.3
31062026-03-07T01:06:19.282Z[ host-package] Compiling progenitor-client v0.13.0
31072026-03-07T01:06:19.391Z[ helios-setup] Mar 07 01:06:18.268 INFO E| Compiling mio v1.1.0
31082026-03-07T01:06:20.093Z[ helios-setup] Mar 07 01:06:18.971 INFO E| Compiling is-terminal v0.4.17
31092026-03-07T01:06:20.440Z[ helios-setup] Mar 07 01:06:19.317 INFO E| Compiling socket2 v0.6.1
31102026-03-07T01:06:20.671Z[ helios-setup] Mar 07 01:06:19.548 INFO E| Compiling signal-hook-registry v1.4.6
31112026-03-07T01:06:21.013Z[ helios-setup] Mar 07 01:06:19.890 INFO E| Compiling thread_local v1.1.9
31122026-03-07T01:06:22.212Z[ helios-setup] Mar 07 01:06:21.089 INFO E| Compiling hashbrown v0.12.3
31132026-03-07T01:06:22.343Z[ helios-setup] Mar 07 01:06:21.220 INFO E| Compiling subtle v2.6.1
31142026-03-07T01:06:22.470Z[ helios-setup] Mar 07 01:06:21.347 INFO E| Compiling winnow v0.5.40
31152026-03-07T01:06:22.573Z[ host-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
31162026-03-07T01:06:22.735Z[ helios-setup] Mar 07 01:06:21.612 INFO E| Compiling term v1.2.0
31172026-03-07T01:06:23.274Z[ helios-setup] Mar 07 01:06:22.150 INFO E| Compiling base64 v0.21.7
31182026-03-07T01:06:23.847Z[ helios-setup] Mar 07 01:06:22.724 INFO E| Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
31192026-03-07T01:06:23.847Z[ helios-setup] Mar 07 01:06:22.724 INFO E| Compiling ryu v1.0.20
31202026-03-07T01:06:24.378Z[ host-package] Compiling progenitor-client v0.10.0
31212026-03-07T01:06:24.918Z[ helios-setup] Mar 07 01:06:23.795 INFO E| Compiling toml_writer v1.0.4
31222026-03-07T01:06:24.968Z[ helios-setup] Mar 07 01:06:23.845 INFO E| Compiling libdevinfo-sys v1.1.0
31232026-03-07T01:06:25.362Z[ helios-setup] Mar 07 01:06:24.238 INFO E| Compiling devinfo v0.1.0
31242026-03-07T01:06:25.731Z[ helios-setup] Mar 07 01:06:24.607 INFO E| Compiling ron v0.8.1
31252026-03-07T01:06:26.387Z[ helios-setup] Mar 07 01:06:25.263 INFO E| Compiling toml v0.9.8
31262026-03-07T01:06:26.442Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31272026-03-07T01:06:28.528Z[ helios-setup] Mar 07 01:06:27.404 INFO E| Compiling slog-term v2.9.2
31282026-03-07T01:06:30.247Z[ helios-setup] Mar 07 01:06:29.123 INFO E| Compiling rsa v0.9.8
31292026-03-07T01:06:31.470Z[ helios-setup] Mar 07 01:06:30.346 INFO E| Compiling toml_edit v0.19.15
31302026-03-07T01:06:32.502Z[ helios-setup] Mar 07 01:06:31.378 INFO E| Compiling tokio v1.48.0
31312026-03-07T01:06:36.281Z[ helios-setup] Mar 07 01:06:35.156 INFO E| Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
31322026-03-07T01:06:37.217Z[ helios-setup] Mar 07 01:06:36.092 INFO E| Compiling uuid v1.18.1
31332026-03-07T01:06:37.604Z[ helios-setup] Mar 07 01:06:36.479 INFO E| Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
31342026-03-07T01:06:38.362Z[ helios-setup] Mar 07 01:06:37.236 INFO E| Compiling futures v0.3.31
31352026-03-07T01:06:38.775Z[ helios-setup] Mar 07 01:06:37.650 INFO E| Compiling serde-hex v0.1.0
31362026-03-07T01:06:40.031Z[ helios-setup] Mar 07 01:06:38.905 INFO E| Compiling bzip2 v0.4.4
31372026-03-07T01:06:40.538Z[ helios-setup] Mar 07 01:06:39.413 INFO E| Compiling flate2 v1.1.5
31382026-03-07T01:06:41.280Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31392026-03-07T01:06:41.287Z[ helios-setup] Mar 07 01:06:40.161 INFO E| Compiling env_logger v0.11.8
31402026-03-07T01:06:41.523Z[ helios-setup] Mar 07 01:06:40.397 INFO E| Compiling hashbrown v0.13.2
31412026-03-07T01:06:43.527Z[ helios-setup] Mar 07 01:06:42.401 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#8eed23a0)
31422026-03-07T01:06:44.439Z[ helios-setup] Mar 07 01:06:43.313 INFO E| Compiling x509-cert v0.2.5
31432026-03-07T01:06:44.485Z[ helios-setup] Mar 07 01:06:43.359 INFO E| Compiling hex v0.4.3
31442026-03-07T01:06:46.197Z[ helios-setup] Mar 07 01:06:45.071 INFO E| Compiling rustc-hash v2.1.1
31452026-03-07T01:06:47.020Z[ helios-setup] Mar 07 01:06:45.893 INFO E| Compiling crc-any v2.5.0
31462026-03-07T01:06:47.072Z[ helios-setup] Mar 07 01:06:45.945 INFO E| Compiling foldhash v0.2.0
31472026-03-07T01:06:48.541Z[ helios-setup] Mar 07 01:06:47.414 INFO E| Compiling bitflags v1.3.2
31482026-03-07T01:06:48.700Z[ helios-setup] Mar 07 01:06:47.573 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
31492026-03-07T01:06:49.004Z[ helios-setup] Mar 07 01:06:47.877 INFO E| Compiling iddqd v0.3.14
31502026-03-07T01:06:49.149Z[ helios-setup] Mar 07 01:06:48.022 INFO E| Compiling object v0.30.4
31512026-03-07T01:06:49.894Z[ host-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31522026-03-07T01:06:50.311Z[ host-package] Compiling progenitor v0.13.0
31532026-03-07T01:06:51.227Z[ helios-setup] Mar 07 01:06:50.100 INFO E| Compiling zip v0.6.6
31542026-03-07T01:06:51.280Z[ host-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31552026-03-07T01:06:51.322Z[ helios-setup] Mar 07 01:06:50.195 INFO E| Compiling toml v0.7.8
31562026-03-07T01:06:54.977Z[ helios-setup] Mar 07 01:06:53.849 INFO E| Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
31572026-03-07T01:06:56.562Z[ host-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31582026-03-07T01:06:58.028Z[ helios-setup] Mar 07 01:06:56.899 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
31592026-03-07T01:06:58.360Z[ helios-setup] Mar 07 01:06:57.232 INFO E| Compiling path-slash v0.1.5
31602026-03-07T01:06:58.415Z[ helios-setup] Mar 07 01:06:57.287 INFO E| Compiling pilot-disks v0.1.0 (/work/oxidecomputer/helios/projects/pilot/disks)
31612026-03-07T01:06:59.165Z[ helios-setup] Mar 07 01:06:58.036 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
31622026-03-07T01:07:01.172Z[ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31632026-03-07T01:07:02.690Z[ host-package] Compiling compression-codecs v0.4.37
31642026-03-07T01:07:04.115Z[ helios-setup] Mar 07 01:07:02.986 INFO E| Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
31652026-03-07T01:07:04.290Z[ host-package] Compiling hostname v0.3.1
31662026-03-07T01:07:14.423Z[ helios-setup] Mar 07 01:07:13.291 INFO E| Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?rev=cec2560e9a0126e9e687d51b385a57891abc87c3#cec2560e)
31672026-03-07T01:07:20.610Z[ host-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31682026-03-07T01:07:23.156Z[ host-package] Compiling multer v3.1.0
31692026-03-07T01:07:23.562Z[ host-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31702026-03-07T01:07:24.389Z[ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31712026-03-07T01:07:26.083Z[ host-package] Compiling slog-async v2.8.0
31722026-03-07T01:07:26.333Z[ host-package] Compiling slog-json v2.6.1
31732026-03-07T01:07:27.218Z[ host-package] Compiling crossbeam-channel v0.5.15
31742026-03-07T01:07:28.345Z[ host-package] Compiling futures-executor v0.3.32
31752026-03-07T01:07:28.649Z[ host-package] Compiling toml_datetime v1.0.0+spec-1.1.0
31762026-03-07T01:07:28.936Z[ host-package] Compiling term v1.2.1
31772026-03-07T01:07:29.416Z[ host-package] Compiling take_mut v0.2.2
31782026-03-07T01:07:29.693Z[ host-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31792026-03-07T01:07:30.483Z[ helios-setup] Mar 07 01:07:29.332 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
31802026-03-07T01:07:31.524Z[ host-package] Compiling slog-term v2.9.2
31812026-03-07T01:07:32.411Z[ host-package] Compiling toml v1.0.3+spec-1.1.0
31822026-03-07T01:07:32.925Z[ host-package] Compiling futures v0.3.32
31832026-03-07T01:07:33.024Z[ host-package] Compiling slog-bunyan v2.5.0
31842026-03-07T01:07:34.022Z[ host-package] Compiling async-compression v0.4.41
31852026-03-07T01:07:34.289Z[ host-package] Compiling typify v0.4.3
31862026-03-07T01:07:34.719Z[ host-package] Compiling async-stream v0.3.6
31872026-03-07T01:07:34.793Z[ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
31882026-03-07T01:07:35.194Z[ host-package] Compiling waitgroup v0.1.2
31892026-03-07T01:07:35.253Z[ host-package] Compiling rustls-pemfile v2.2.0
31902026-03-07T01:07:35.592Z[ host-package] Compiling serde_path_to_error v0.1.20
31912026-03-07T01:07:35.744Z[ host-package] Compiling instant v0.1.13
31922026-03-07T01:07:35.849Z[ host-package] Compiling hostname v0.4.2
31932026-03-07T01:07:35.973Z[ host-package] Compiling debug-ignore v1.0.5
31942026-03-07T01:07:36.240Z[ host-package] Compiling backoff v0.4.0
31952026-03-07T01:07:36.292Z[ host-package] Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
31962026-03-07T01:07:37.561Z[ host-package] Compiling parse-display v0.10.0
31972026-03-07T01:07:37.708Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
31982026-03-07T01:07:38.159Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
31992026-03-07T01:07:38.511Z[ host-package] Compiling backon v1.6.0
32002026-03-07T01:07:39.006Z[ host-package] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
32012026-03-07T01:07:40.237Z[ host-package] Compiling macaddr v1.0.1
32022026-03-07T01:07:41.244Z[ host-package] Compiling console v0.15.11
32032026-03-07T01:07:42.437Z[ host-package] Compiling newline-converter v0.3.0
32042026-03-07T01:07:43.278Z[ host-package] Compiling atomicwrites v0.4.4
32052026-03-07T01:07:44.890Z[ host-package] Compiling num-rational v0.4.2
32062026-03-07T01:07:46.274Z[ host-package] Compiling num-complex v0.4.6
32072026-03-07T01:07:49.201Z[ host-package] Compiling slog-dtrace v0.3.0
32082026-03-07T01:07:50.700Z[ host-package] Compiling num v0.4.3
32092026-03-07T01:07:51.355Z[ host-package] Compiling expectorate v1.2.0
32102026-03-07T01:07:51.741Z[ host-package] Compiling owo-colors v4.3.0
32112026-03-07T01:07:52.326Z[ host-package] Compiling float-ord v0.3.2
32122026-03-07T01:07:53.277Z[ host-package] Compiling cancel-safe-futures v0.1.5
32132026-03-07T01:07:54.407Z[ host-package] Compiling libsw-core v0.3.2
32142026-03-07T01:07:55.276Z[ host-package] Compiling resolv-conf v0.7.6
32152026-03-07T01:07:56.168Z[ host-package] Compiling libsw v3.5.0
32162026-03-07T01:07:56.411Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32172026-03-07T01:07:58.391Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
32182026-03-07T01:07:58.438Z[ host-package] Compiling toml v0.8.23
32192026-03-07T01:07:58.866Z[ host-package] Compiling linear-map v1.2.0
32202026-03-07T01:07:59.499Z[ host-package] Compiling minimal-lexical v0.2.1
32212026-03-07T01:07:59.558Z[ host-package] Compiling linked-hash-map v0.5.6
32222026-03-07T01:08:00.045Z[ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32232026-03-07T01:08:00.305Z[ host-package] Compiling nom v7.1.3
32242026-03-07T01:08:00.365Z[ host-package] Compiling lru-cache v0.1.2
32252026-03-07T01:08:00.710Z[ host-package] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32262026-03-07T01:08:01.227Z[ helios-setup] Mar 07 01:08:00.090 INFO E| Finished `release` profile [optimized] target(s) in 2m 53s
32272026-03-07T01:08:01.230Z[ helios-setup] Mar 07 01:08:00.090 INFO E| warning: the following packages contain code that will be rejected by a future version of Rust: num-bigint-dig v0.8.4
32282026-03-07T01:08:01.233Z[ helios-setup] Mar 07 01:08:00.093 INFO E| note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
32292026-03-07T01:08:01.359Z[ helios-setup] Mar 07 01:08:00.222 INFO building project "pilot" ok (173 seconds)
32302026-03-07T01:08:01.362Z[ helios-setup] Mar 07 01:08:00.222 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
32312026-03-07T01:08:01.482Z[ helios-setup] Mar 07 01:08:00.344 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')"
32322026-03-07T01:08:01.482Z[ helios-setup] Mar 07 01:08:00.344 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
32332026-03-07T01:08:01.485Z[ helios-setup] Mar 07 01:08:00.344 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
32342026-03-07T01:08:01.867Z[ helios-setup] Mar 07 01:08:00.729 INFO E| Updating crates.io index
32352026-03-07T01:08:01.870Z[ helios-setup] Mar 07 01:08:00.730 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
32362026-03-07T01:08:02.447Z[ helios-setup] Mar 07 01:08:01.308 INFO E| From https://github.com/oxidecomputer/amd-apcb
32372026-03-07T01:08:02.447Z[ helios-setup] Mar 07 01:08:01.308 INFO E| * [new ref] 1ec66d607de2437813cdd9ffa91719a4b163b3cf -> refs/commit/1ec66d607de2437813cdd9ffa91719a4b163b3cf
32382026-03-07T01:08:02.541Z[ helios-setup] Mar 07 01:08:01.401 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-efs.git`
32392026-03-07T01:08:03.181Z[ helios-setup] Mar 07 01:08:02.043 INFO E| From https://github.com/oxidecomputer/amd-efs
32402026-03-07T01:08:03.181Z[ helios-setup] Mar 07 01:08:02.043 INFO E| * [new ref] da9716b305396da455bd7f6f665cec493c780037 -> refs/commit/da9716b305396da455bd7f6f665cec493c780037
32412026-03-07T01:08:03.688Z[ helios-setup] Mar 07 01:08:02.550 INFO E| Downloading crates ...
32422026-03-07T01:08:03.810Z[ helios-setup] Mar 07 01:08:02.673 INFO E| Downloaded autocfg v1.4.0
32432026-03-07T01:08:03.814Z[ helios-setup] Mar 07 01:08:02.676 INFO E| Downloaded proc-macro2 v1.0.95
32442026-03-07T01:08:03.818Z[ helios-setup] Mar 07 01:08:02.680 INFO E| Downloaded unic-ucd-ident v0.9.0
32452026-03-07T01:08:03.821Z[ helios-setup] Mar 07 01:08:02.683 INFO E| Downloaded ansi_term v0.12.1
32462026-03-07T01:08:03.825Z[ helios-setup] Mar 07 01:08:02.685 INFO E| Downloaded bytesize v2.0.1
32472026-03-07T01:08:03.828Z[ helios-setup] Mar 07 01:08:02.688 INFO E| Downloaded four-cc v0.4.0
32482026-03-07T01:08:03.863Z[ helios-setup] Mar 07 01:08:02.725 INFO E| Downloaded vec_map v0.8.2
32492026-03-07T01:08:03.866Z[ helios-setup] Mar 07 01:08:02.727 INFO E| Downloaded dyn-clone v1.0.19
32502026-03-07T01:08:03.869Z[ helios-setup] Mar 07 01:08:02.730 INFO E| Downloaded unic-char-range v0.9.0
32512026-03-07T01:08:03.874Z[ helios-setup] Mar 07 01:08:02.737 INFO E| Downloaded unic-common v0.9.0
32522026-03-07T01:08:03.877Z[ helios-setup] Mar 07 01:08:02.738 INFO E| Downloaded unic-char-property v0.9.0
32532026-03-07T01:08:03.880Z[ helios-setup] Mar 07 01:08:02.740 INFO E| Downloaded strum v0.27.1
32542026-03-07T01:08:03.880Z[ helios-setup] Mar 07 01:08:02.742 INFO E| Downloaded strsim v0.8.0
32552026-03-07T01:08:03.883Z[ helios-setup] Mar 07 01:08:02.744 INFO E| Downloaded unic-ucd-version v0.9.0
32562026-03-07T01:08:03.883Z[ helios-setup] Mar 07 01:08:02.745 INFO E| Downloaded fletcher v1.0.0
32572026-03-07T01:08:03.886Z[ helios-setup] Mar 07 01:08:02.747 INFO E| Downloaded parse_int v0.9.0
32582026-03-07T01:08:03.886Z[ helios-setup] Mar 07 01:08:02.748 INFO E| Downloaded heck v0.3.3
32592026-03-07T01:08:03.889Z[ helios-setup] Mar 07 01:08:02.750 INFO E| Downloaded thiserror v2.0.12
32602026-03-07T01:08:03.932Z[ helios-setup] Mar 07 01:08:02.760 INFO E| Downloaded thiserror-impl v2.0.12
32612026-03-07T01:08:03.932Z[ helios-setup] Mar 07 01:08:02.762 INFO E| Downloaded modular-bitfield-impl v0.13.1
32622026-03-07T01:08:03.932Z[ helios-setup] Mar 07 01:08:02.764 INFO E| Downloaded textwrap v0.11.0
32632026-03-07T01:08:03.932Z[ helios-setup] Mar 07 01:08:02.766 INFO E| Downloaded rustversion v1.0.20
32642026-03-07T01:08:03.932Z[ helios-setup] Mar 07 01:08:02.771 INFO E| Downloaded zerocopy-derive v0.8.25
32652026-03-07T01:08:03.932Z[ helios-setup] Mar 07 01:08:02.781 INFO E| Downloaded unicode-ident v1.0.18
32662026-03-07T01:08:03.932Z[ helios-setup] Mar 07 01:08:02.785 INFO E| Downloaded strum_macros v0.27.1
32672026-03-07T01:08:03.932Z[ helios-setup] Mar 07 01:08:02.788 INFO E| Downloaded pest_meta v2.8.0
32682026-03-07T01:08:03.932Z[ helios-setup] Mar 07 01:08:02.790 INFO E| Downloaded modular-bitfield v0.13.1
32692026-03-07T01:08:03.940Z[ helios-setup] Mar 07 01:08:02.802 INFO E| Downloaded serde_derive v1.0.219
32702026-03-07T01:08:03.943Z[ helios-setup] Mar 07 01:08:02.805 INFO E| Downloaded typenum v1.18.0
32712026-03-07T01:08:03.947Z[ helios-setup] Mar 07 01:08:02.809 INFO E| Downloaded structopt v0.3.26
32722026-03-07T01:08:03.956Z[ helios-setup] Mar 07 01:08:02.818 INFO E| Downloaded serde v1.0.219
32732026-03-07T01:08:03.963Z[ helios-setup] Mar 07 01:08:02.823 INFO E| Downloaded memchr v2.7.4
32742026-03-07T01:08:03.968Z[ helios-setup] Mar 07 01:08:02.830 INFO E| Downloaded log v0.4.27
32752026-03-07T01:08:03.971Z[ helios-setup] Mar 07 01:08:02.833 INFO E| Downloaded modular-bitfield-impl v0.11.2
32762026-03-07T01:08:03.972Z[ helios-setup] Mar 07 01:08:02.834 INFO E| Downloaded modular-bitfield v0.11.2
32772026-03-07T01:08:03.989Z[ helios-setup] Mar 07 01:08:02.851 INFO E| Downloaded pest_derive v2.8.0
32782026-03-07T01:08:03.992Z[ helios-setup] Mar 07 01:08:02.854 INFO E| Downloaded pest v2.8.0
32792026-03-07T01:08:03.998Z[ helios-setup] Mar 07 01:08:02.860 INFO E| Downloaded goblin v0.9.3
32802026-03-07T01:08:04.005Z[ helios-setup] Mar 07 01:08:02.867 INFO E| Downloaded quote v1.0.40
32812026-03-07T01:08:04.008Z[ helios-setup] Mar 07 01:08:02.870 INFO E| Downloaded pest_generator v2.8.0
32822026-03-07T01:08:04.011Z[ helios-setup] Mar 07 01:08:02.872 INFO E| Downloaded serde_json v1.0.140
32832026-03-07T01:08:04.017Z[ helios-setup] Mar 07 01:08:02.880 INFO E| Downloaded structopt-derive v0.4.18
32842026-03-07T01:08:04.020Z[ helios-setup] Mar 07 01:08:02.881 INFO E| Downloaded clap v2.34.0
32852026-03-07T01:08:04.036Z[ host-package] Compiling unicode-xid v0.2.6
32862026-03-07T01:08:04.093Z[ helios-setup] Mar 07 01:08:02.955 INFO E| Downloaded zerocopy v0.8.25
32872026-03-07T01:08:04.128Z[ helios-setup] Mar 07 01:08:02.990 INFO E| Downloaded syn v2.0.101
32882026-03-07T01:08:04.174Z[ helios-setup] Mar 07 01:08:03.036 INFO E| Downloaded libc v0.2.172
32892026-03-07T01:08:04.299Z[ host-package] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32902026-03-07T01:08:04.338Z[ helios-setup] Mar 07 01:08:03.200 INFO E| Compiling proc-macro2 v1.0.95
32912026-03-07T01:08:04.342Z[ helios-setup] Mar 07 01:08:03.200 INFO E| Compiling unicode-ident v1.0.18
32922026-03-07T01:08:04.342Z[ helios-setup] Mar 07 01:08:03.200 INFO E| Compiling memchr v2.7.4
32932026-03-07T01:08:04.342Z[ helios-setup] Mar 07 01:08:03.200 INFO E| Compiling autocfg v1.4.0
32942026-03-07T01:08:04.342Z[ helios-setup] Mar 07 01:08:03.200 INFO E| Compiling thiserror v2.0.12
32952026-03-07T01:08:04.342Z[ helios-setup] Mar 07 01:08:03.200 INFO E| Compiling syn v1.0.109
32962026-03-07T01:08:04.342Z[ helios-setup] Mar 07 01:08:03.200 INFO E| Compiling serde v1.0.219
32972026-03-07T01:08:04.391Z[ helios-setup] Mar 07 01:08:03.253 INFO E| Compiling version_check v0.9.5
32982026-03-07T01:08:04.419Z[ host-package] Compiling hickory-proto v0.24.4
32992026-03-07T01:08:04.790Z[ helios-setup] Mar 07 01:08:03.652 INFO E| Compiling serde_json v1.0.140
33002026-03-07T01:08:05.526Z[ helios-setup] Mar 07 01:08:04.388 INFO E| Compiling ryu v1.0.20
33012026-03-07T01:08:05.709Z[ helios-setup] Mar 07 01:08:04.568 INFO E| Compiling num-traits v0.2.19
33022026-03-07T01:08:06.016Z[ helios-setup] Mar 07 01:08:04.878 INFO E| Compiling itoa v1.0.15
33032026-03-07T01:08:06.052Z[ helios-setup] Mar 07 01:08:04.914 INFO E| Compiling schemars v0.8.22
33042026-03-07T01:08:06.172Z[ helios-setup] Mar 07 01:08:05.033 INFO E| Compiling memoffset v0.9.1
33052026-03-07T01:08:06.362Z[ helios-setup] Mar 07 01:08:05.224 INFO E| Compiling proc-macro-error-attr v1.0.4
33062026-03-07T01:08:06.371Z[ helios-setup] Mar 07 01:08:05.233 INFO E| Compiling rustversion v1.0.20
33072026-03-07T01:08:06.619Z[ helios-setup] Mar 07 01:08:05.480 INFO E| Compiling dyn-clone v1.0.19
33082026-03-07T01:08:06.852Z[ helios-setup] Mar 07 01:08:05.714 INFO E| Compiling zerocopy v0.8.25
33092026-03-07T01:08:07.164Z[ helios-setup] Mar 07 01:08:06.026 INFO E| Compiling paste v1.0.15
33102026-03-07T01:08:07.264Z[ helios-setup] Mar 07 01:08:06.126 INFO E| Compiling ucd-trie v0.1.7
33112026-03-07T01:08:07.300Z[ helios-setup] Mar 07 01:08:06.162 INFO E| Compiling static_assertions v1.1.0
33122026-03-07T01:08:07.417Z[ helios-setup] Mar 07 01:08:06.279 INFO E| Compiling libc v0.2.172
33132026-03-07T01:08:07.951Z[ helios-setup] Mar 07 01:08:06.813 INFO E| Compiling proc-macro-error v1.0.4
33142026-03-07T01:08:08.186Z[ helios-setup] Mar 07 01:08:07.047 INFO E| Compiling once_cell v1.21.3
33152026-03-07T01:08:08.513Z[ helios-setup] Mar 07 01:08:07.374 INFO E| Compiling quote v1.0.40
33162026-03-07T01:08:09.093Z[ helios-setup] Mar 07 01:08:07.955 INFO E| Compiling unicode-segmentation v1.12.0
33172026-03-07T01:08:09.195Z[ helios-setup] Mar 07 01:08:08.057 INFO E| Compiling unicode-width v0.1.14
33182026-03-07T01:08:09.709Z[ helios-setup] Mar 07 01:08:08.547 INFO E| Compiling syn v2.0.101
33192026-03-07T01:08:10.759Z[ helios-setup] Mar 07 01:08:09.621 INFO E| Compiling heck v0.5.0
33202026-03-07T01:08:11.027Z[ helios-setup] Mar 07 01:08:09.887 INFO E| Compiling parse_int v0.9.0
33212026-03-07T01:08:11.301Z[ helios-setup] Mar 07 01:08:10.162 INFO E| Compiling atty v0.2.14
33222026-03-07T01:08:11.398Z[ helios-setup] Mar 07 01:08:10.259 INFO E| Compiling heck v0.3.3
33232026-03-07T01:08:11.451Z[ helios-setup] Mar 07 01:08:10.311 INFO E| Compiling textwrap v0.11.0
33242026-03-07T01:08:11.465Z[ helios-setup] Mar 07 01:08:10.326 INFO E| Compiling strum v0.27.1
33252026-03-07T01:08:11.614Z[ helios-setup] Mar 07 01:08:10.474 INFO E| Compiling bitflags v1.3.2
33262026-03-07T01:08:11.715Z[ helios-setup] Mar 07 01:08:10.576 INFO E| Compiling fletcher v1.0.0
33272026-03-07T01:08:11.869Z[ helios-setup] Mar 07 01:08:10.729 INFO E| Compiling ansi_term v0.12.1
33282026-03-07T01:08:11.993Z[ helios-setup] Mar 07 01:08:10.854 INFO E| Compiling unic-common v0.9.0
33292026-03-07T01:08:12.243Z[ helios-setup] Mar 07 01:08:11.077 INFO E| Compiling strsim v0.8.0
33302026-03-07T01:08:12.291Z[ helios-setup] Mar 07 01:08:11.152 INFO E| Compiling vec_map v0.8.2
33312026-03-07T01:08:12.313Z[ helios-setup] Mar 07 01:08:11.174 INFO E| Compiling byteorder v1.5.0
33322026-03-07T01:08:12.348Z[ helios-setup] Mar 07 01:08:11.209 INFO E| Compiling unic-char-range v0.9.0
33332026-03-07T01:08:12.385Z[ helios-setup] Mar 07 01:08:11.246 INFO E| Compiling unic-ucd-version v0.9.0
33342026-03-07T01:08:12.509Z[ helios-setup] Mar 07 01:08:11.370 INFO E| Compiling plain v0.2.3
33352026-03-07T01:08:12.816Z[ helios-setup] Mar 07 01:08:11.676 INFO E| Compiling unic-char-property v0.9.0
33362026-03-07T01:08:12.889Z[ helios-setup] Mar 07 01:08:11.750 INFO E| Compiling clap v2.34.0
33372026-03-07T01:08:12.941Z[ helios-setup] Mar 07 01:08:11.802 INFO E| Compiling log v0.4.27
33382026-03-07T01:08:12.988Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
33392026-03-07T01:08:13.153Z[ helios-setup] Mar 07 01:08:12.013 INFO E| Compiling lazy_static v1.5.0
33402026-03-07T01:08:13.320Z[ helios-setup] Mar 07 01:08:12.144 INFO E| Compiling unic-ucd-ident v0.9.0
33412026-03-07T01:08:13.326Z[ helios-setup] Mar 07 01:08:12.177 INFO E| Compiling bytesize v2.0.1
33422026-03-07T01:08:14.890Z[ host-package] Compiling progenitor-impl v0.11.2
33432026-03-07T01:08:19.136Z[ helios-setup] Mar 07 01:08:17.996 INFO E| Compiling serde_derive_internals v0.29.1
33442026-03-07T01:08:19.866Z[ helios-setup] Mar 07 01:08:18.726 INFO E| Compiling modular-bitfield-impl v0.11.2
33452026-03-07T01:08:20.343Z[ helios-setup] Mar 07 01:08:19.201 INFO E| Compiling structopt-derive v0.4.18
33462026-03-07T01:08:22.399Z[ helios-setup] Mar 07 01:08:21.259 INFO E| Compiling thiserror-impl v2.0.12
33472026-03-07T01:08:22.400Z[ helios-setup] Mar 07 01:08:21.259 INFO E| Compiling serde_derive v1.0.219
33482026-03-07T01:08:22.403Z[ helios-setup] Mar 07 01:08:21.259 INFO E| Compiling schemars_derive v0.8.22
33492026-03-07T01:08:22.515Z[ helios-setup] Mar 07 01:08:21.374 INFO E| Compiling zerocopy-derive v0.8.25
33502026-03-07T01:08:22.750Z[ helios-setup] Mar 07 01:08:21.610 INFO E| Compiling num-derive v0.4.2
33512026-03-07T01:08:24.002Z[ host-package] Compiling hickory-resolver v0.24.4
33522026-03-07T01:08:25.067Z[ helios-setup] Mar 07 01:08:23.926 INFO E| Compiling modular-bitfield-impl v0.13.1
33532026-03-07T01:08:25.701Z[ helios-setup] Mar 07 01:08:24.560 INFO E| Compiling modular-bitfield v0.11.2
33542026-03-07T01:08:26.627Z[ helios-setup] Mar 07 01:08:25.485 INFO E| Compiling scroll_derive v0.12.1
33552026-03-07T01:08:27.651Z[ helios-setup] Mar 07 01:08:26.510 INFO E| Compiling strum_macros v0.27.1
33562026-03-07T01:08:27.816Z[ helios-setup] Mar 07 01:08:26.675 INFO E| Compiling structopt v0.3.26
33572026-03-07T01:08:28.607Z[ helios-setup] Mar 07 01:08:27.465 INFO E| Compiling pest v2.8.0
33582026-03-07T01:08:29.713Z[ helios-setup] Mar 07 01:08:28.571 INFO E| Compiling scroll v0.12.0
33592026-03-07T01:08:30.512Z[ helios-setup] Mar 07 01:08:29.370 INFO E| Compiling modular-bitfield v0.13.1
33602026-03-07T01:08:31.138Z[ helios-setup] Mar 07 01:08:29.996 INFO E| Compiling goblin v0.9.3
33612026-03-07T01:08:31.198Z[ host-package] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
33622026-03-07T01:08:33.591Z[ helios-setup] Mar 07 01:08:32.449 INFO E| Compiling pest_meta v2.8.0
33632026-03-07T01:08:35.828Z[ helios-setup] Mar 07 01:08:34.686 INFO E| Compiling pest_generator v2.8.0
33642026-03-07T01:08:37.662Z[ host-package] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
33652026-03-07T01:08:38.404Z[ helios-setup] Mar 07 01:08:37.260 INFO E| Compiling pest_derive v2.8.0
33662026-03-07T01:08:39.262Z[ host-package] Compiling convert_case v0.10.0
33672026-03-07T01:08:40.290Z[ host-package] Compiling derive_more-impl v2.1.1
33682026-03-07T01:08:41.199Z[ host-package] Compiling qorb v0.4.1
33692026-03-07T01:08:42.119Z[ helios-setup] Mar 07 01:08:40.976 INFO E| Compiling json5 v0.4.1
33702026-03-07T01:08:42.560Z[ host-package] Compiling progenitor-macro v0.11.2
33712026-03-07T01:08:47.360Z[ helios-setup] Mar 07 01:08:46.216 INFO E| Compiling four-cc v0.4.0
33722026-03-07T01:08:47.360Z[ helios-setup] Mar 07 01:08:46.216 INFO E| Compiling amd-efs v0.4.4 (https://github.com/oxidecomputer/amd-efs.git?branch=main#da9716b3)
33732026-03-07T01:08:47.587Z[ helios-setup] Mar 07 01:08:46.443 INFO E| Compiling amd-apcb v0.5.5 (https://github.com/oxidecomputer/amd-apcb.git?branch=main#1ec66d60)
33742026-03-07T01:08:54.434Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
33752026-03-07T01:08:56.439Z[ host-package] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
33762026-03-07T01:08:56.506Z[ host-package] Compiling progenitor-client v0.11.2
33772026-03-07T01:08:56.661Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
33782026-03-07T01:08:57.028Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
33792026-03-07T01:08:57.512Z[ host-package] Compiling derive_more v2.1.1
33802026-03-07T01:08:57.618Z[ host-package] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
33812026-03-07T01:08:57.721Z[ host-package] Compiling termtree v0.5.1
33822026-03-07T01:08:58.138Z[ host-package] Compiling crossterm v0.29.0
33832026-03-07T01:08:58.242Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33842026-03-07T01:09:00.279Z[ host-package] Compiling progenitor v0.11.2
33852026-03-07T01:09:00.635Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33862026-03-07T01:09:02.731Z[ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33872026-03-07T01:09:06.585Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
33882026-03-07T01:09:07.522Z[ host-package] Compiling phf_shared v0.12.1
33892026-03-07T01:09:07.852Z[ host-package] Compiling csv-core v0.1.13
33902026-03-07T01:09:08.059Z[ host-package] Compiling vte v0.14.1
33912026-03-07T01:09:08.649Z[ host-package] Compiling highway v1.3.0
33922026-03-07T01:09:08.927Z[ host-package] Compiling chrono-tz v0.10.4
33932026-03-07T01:09:09.415Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
33942026-03-07T01:09:10.153Z[ host-package] Compiling tough v0.20.0
33952026-03-07T01:09:10.602Z[ host-package] Compiling strip-ansi-escapes v0.2.1
33962026-03-07T01:09:12.063Z[ host-package] Compiling csv v1.4.0
33972026-03-07T01:09:13.146Z[ host-package] Compiling phf v0.12.1
33982026-03-07T01:09:13.597Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33992026-03-07T01:09:14.239Z[ host-package] Compiling const_format_proc_macros v0.2.34
34002026-03-07T01:09:14.899Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
34012026-03-07T01:09:16.169Z[ host-package] Compiling papergrid v0.11.0
34022026-03-07T01:09:16.228Z[ host-package] Compiling fd-lock v4.0.4
34032026-03-07T01:09:16.575Z[ host-package] Compiling peg-macros v0.8.5
34042026-03-07T01:09:17.217Z[ host-package] Compiling tabled_derive v0.7.0
34052026-03-07T01:09:19.195Z[ host-package] Compiling nu-ansi-term v0.50.3
34062026-03-07T01:09:19.290Z[ host-package] Compiling tabled v0.15.0
34072026-03-07T01:09:20.265Z[ host-package] Compiling peg v0.8.5
34082026-03-07T01:09:20.449Z[ host-package] Compiling reedline v0.40.0
34092026-03-07T01:09:21.068Z[ host-package] Compiling const_format v0.2.35
34102026-03-07T01:09:25.358Z[ host-package] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
34112026-03-07T01:09:25.750Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
34122026-03-07T01:09:30.508Z[ host-package] Compiling bcs v0.1.6
34132026-03-07T01:09:31.471Z[ host-package] Compiling semver v0.1.20
34142026-03-07T01:09:31.578Z[ helios-setup] Mar 07 01:09:30.427 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/ahib-config)
34152026-03-07T01:09:32.299Z[ host-package] Compiling rustc_version v0.1.7
34162026-03-07T01:09:32.875Z[ host-package] Compiling newtype_derive v0.1.6
34172026-03-07T01:09:33.406Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
34182026-03-07T01:09:34.024Z[ host-package] Compiling unicode-linebreak v0.1.5
34192026-03-07T01:09:34.851Z[ host-package] Compiling humantime v2.3.0
34202026-03-07T01:09:35.066Z[ host-package] Compiling smawk v0.3.2
34212026-03-07T01:09:35.588Z[ host-package] Compiling textwrap v0.16.2
34222026-03-07T01:09:36.871Z[ host-package] Compiling dropshot-api-manager-types v0.5.2
34232026-03-07T01:09:38.335Z[ host-package] Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
34242026-03-07T01:09:38.820Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
34252026-03-07T01:09:39.390Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
34262026-03-07T01:09:40.219Z[ helios-setup] Mar 07 01:09:39.067 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
34272026-03-07T01:09:40.370Z[ host-package] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
34282026-03-07T01:09:40.437Z[ host-package] Compiling steno v0.4.1
34292026-03-07T01:09:41.525Z[ host-package] Compiling utf-8 v0.7.6
34302026-03-07T01:09:41.923Z[ host-package] Compiling progenitor-impl v0.10.0
34312026-03-07T01:09:42.119Z[ host-package] Compiling tagptr v0.2.0
34322026-03-07T01:09:42.518Z[ host-package] Compiling moka v0.12.13
34332026-03-07T01:09:47.788Z[ host-package] Compiling hickory-resolver v0.25.2
34342026-03-07T01:09:48.536Z[ host-package] Compiling progenitor-macro v0.10.0
34352026-03-07T01:09:49.910Z[ host-package] Compiling tungstenite v0.21.0
34362026-03-07T01:09:55.759Z[ host-package] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
34372026-03-07T01:10:03.339Z[ host-package] Compiling progenitor v0.10.0
34382026-03-07T01:10:04.008Z[ host-package] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
34392026-03-07T01:10:04.336Z[ host-package] Compiling tokio-tungstenite v0.21.0
34402026-03-07T01:10:05.097Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
34412026-03-07T01:10:05.549Z[ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
34422026-03-07T01:10:07.693Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34432026-03-07T01:10:09.581Z[ helios-setup] Mar 07 01:10:08.425 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 07s
34442026-03-07T01:10:09.609Z[ host-package] Compiling num-derive v0.3.3
34452026-03-07T01:10:09.634Z[ helios-setup] Mar 07 01:10:08.478 INFO building project "amd-host-image-builder" ok (128 seconds)
34462026-03-07T01:10:09.634Z[ helios-setup] Mar 07 01:10:08.478 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pinprick"
34472026-03-07T01:10:09.790Z[ helios-setup] Mar 07 01:10:08.634 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pinprick": "1.91.1-x86_64-unknown-illumos (default)"
34482026-03-07T01:10:09.790Z[ helios-setup] Mar 07 01:10:08.634 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
34492026-03-07T01:10:09.793Z[ helios-setup] Mar 07 01:10:08.634 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
34502026-03-07T01:10:10.215Z[ helios-setup] Mar 07 01:10:09.059 INFO E| Downloading crates ...
34512026-03-07T01:10:10.316Z[ helios-setup] Mar 07 01:10:09.160 INFO E| Downloaded adler2 v2.0.0
34522026-03-07T01:10:10.330Z[ helios-setup] Mar 07 01:10:09.174 INFO E| Downloaded miniz_oxide v0.8.8
34532026-03-07T01:10:10.406Z[ helios-setup] Mar 07 01:10:09.250 INFO E| Compiling adler2 v2.0.0
34542026-03-07T01:10:10.605Z[ helios-setup] Mar 07 01:10:09.449 INFO E| Compiling miniz_oxide v0.8.8
34552026-03-07T01:10:12.201Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34562026-03-07T01:10:13.312Z[ helios-setup] Mar 07 01:10:12.154 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
34572026-03-07T01:10:14.578Z[ host-package] Compiling proc-macro-error-attr2 v2.0.0
34582026-03-07T01:10:14.660Z[ helios-setup] Mar 07 01:10:13.503 INFO E| Finished `release` profile [optimized] target(s) in 4.72s
34592026-03-07T01:10:14.675Z[ helios-setup] Mar 07 01:10:13.518 INFO building project "pinprick" ok (4 seconds)
34602026-03-07T01:10:14.675Z[ helios-setup] Mar 07 01:10:13.518 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/dmar-report"
34612026-03-07T01:10:14.789Z[ helios-setup] Mar 07 01:10:13.632 INFO rust toolchain for "/work/oxidecomputer/helios/projects/dmar-report": "1.91.1-x86_64-unknown-illumos (default)"
34622026-03-07T01:10:14.789Z[ helios-setup] Mar 07 01:10:13.632 INFO building project "dmar-report" at /work/oxidecomputer/helios/projects/dmar-report
34632026-03-07T01:10:14.792Z[ helios-setup] Mar 07 01:10:13.632 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/dmar-report")
34642026-03-07T01:10:15.266Z[ helios-setup] Mar 07 01:10:14.105 INFO E| Downloading crates ...
34652026-03-07T01:10:15.358Z[ helios-setup] Mar 07 01:10:14.201 INFO E| Downloaded hashbrown v0.15.3
34662026-03-07T01:10:15.365Z[ helios-setup] Mar 07 01:10:14.209 INFO E| Downloaded errno v0.3.12
34672026-03-07T01:10:15.369Z[ helios-setup] Mar 07 01:10:14.211 INFO E| Downloaded getrandom v0.3.3
34682026-03-07T01:10:15.388Z[ helios-setup] Mar 07 01:10:14.231 INFO E| Downloaded time-core v0.1.4
34692026-03-07T01:10:15.391Z[ helios-setup] Mar 07 01:10:14.233 INFO E| Downloaded time-macros v0.2.22
34702026-03-07T01:10:15.394Z[ helios-setup] Mar 07 01:10:14.237 INFO E| Downloaded deranged v0.4.0
34712026-03-07T01:10:15.398Z[ helios-setup] Mar 07 01:10:14.240 INFO E| Downloaded serde_with_macros v3.12.0
34722026-03-07T01:10:15.401Z[ helios-setup] Mar 07 01:10:14.243 INFO E| Downloaded tempfile v3.20.0
34732026-03-07T01:10:15.405Z[ helios-setup] Mar 07 01:10:14.248 INFO E| Downloaded iana-time-zone v0.1.63
34742026-03-07T01:10:15.412Z[ helios-setup] Mar 07 01:10:14.252 INFO E| Downloaded bitflags v2.9.1
34752026-03-07T01:10:15.416Z[ helios-setup] Mar 07 01:10:14.259 INFO E| Downloaded anyhow v1.0.98
34762026-03-07T01:10:15.424Z[ helios-setup] Mar 07 01:10:14.266 INFO E| Downloaded serde_with v3.12.0
34772026-03-07T01:10:15.436Z[ helios-setup] Mar 07 01:10:14.279 INFO E| Downloaded indexmap v2.9.0
34782026-03-07T01:10:15.443Z[ helios-setup] Mar 07 01:10:14.286 INFO E| Downloaded time v0.3.41
34792026-03-07T01:10:15.464Z[ helios-setup] Mar 07 01:10:14.307 INFO E| Downloaded chrono v0.4.41
34802026-03-07T01:10:15.473Z[ helios-setup] Mar 07 01:10:14.316 INFO E| Downloaded rustix v1.0.7
34812026-03-07T01:10:15.531Z[ host-package] Compiling libscf-sys v1.1.0
34822026-03-07T01:10:15.585Z[ helios-setup] Mar 07 01:10:14.427 INFO E| Compiling proc-macro2 v1.0.95
34832026-03-07T01:10:15.585Z[ helios-setup] Mar 07 01:10:14.427 INFO E| Compiling unicode-ident v1.0.18
34842026-03-07T01:10:15.585Z[ helios-setup] Mar 07 01:10:14.427 INFO E| Compiling libc v0.2.172
34852026-03-07T01:10:15.585Z[ helios-setup] Mar 07 01:10:14.427 INFO E| Compiling strsim v0.11.1
34862026-03-07T01:10:15.585Z[ helios-setup] Mar 07 01:10:14.427 INFO E| Compiling ident_case v1.0.1
34872026-03-07T01:10:15.585Z[ helios-setup] Mar 07 01:10:14.427 INFO E| Compiling fnv v1.0.7
34882026-03-07T01:10:15.585Z[ helios-setup] Mar 07 01:10:14.427 INFO E| Compiling serde v1.0.219
34892026-03-07T01:10:15.585Z[ helios-setup] Mar 07 01:10:14.427 INFO E| Compiling getrandom v0.3.3
34902026-03-07T01:10:15.663Z[ host-package] Compiling proc-macro-error2 v2.0.1
34912026-03-07T01:10:15.855Z[ host-package] Compiling nix v0.31.1
34922026-03-07T01:10:16.005Z[ host-package] Compiling vergen-gitcl v1.0.8
34932026-03-07T01:10:16.280Z[ helios-setup] Mar 07 01:10:15.115 INFO E| Compiling rustix v1.0.7
34942026-03-07T01:10:16.284Z[ helios-setup] Mar 07 01:10:15.117 INFO E| Compiling serde_json v1.0.140
34952026-03-07T01:10:16.434Z[ host-package] Compiling dirs-sys-next v0.1.2
34962026-03-07T01:10:16.510Z[ helios-setup] Mar 07 01:10:15.353 INFO E| Compiling bitflags v2.9.1
34972026-03-07T01:10:16.542Z[ helios-setup] Mar 07 01:10:15.385 INFO E| Compiling cfg-if v1.0.0
34982026-03-07T01:10:16.645Z[ host-package] Compiling glob v0.3.3
34992026-03-07T01:10:16.964Z[ helios-setup] Mar 07 01:10:15.807 INFO E| Compiling anyhow v1.0.98
35002026-03-07T01:10:17.336Z[ helios-setup] Mar 07 01:10:16.179 INFO E| Compiling thiserror v2.0.12
35012026-03-07T01:10:17.438Z[ host-package] Compiling crunchy v0.2.4
35022026-03-07T01:10:17.528Z[ host-package] Compiling maplit v1.0.2
35032026-03-07T01:10:17.748Z[ helios-setup] Mar 07 01:10:16.591 INFO E| Compiling fastrand v2.3.0
35042026-03-07T01:10:17.851Z[ helios-setup] Mar 07 01:10:16.693 INFO E| Compiling itoa v1.0.15
35052026-03-07T01:10:18.057Z[ helios-setup] Mar 07 01:10:16.900 INFO E| Compiling dmar-report v0.1.2 (/work/oxidecomputer/helios/projects/dmar-report)
35062026-03-07T01:10:18.223Z[ helios-setup] Mar 07 01:10:17.065 INFO E| Compiling once_cell v1.21.3
35072026-03-07T01:10:18.361Z[ host-package] Compiling clang-sys v1.8.1
35082026-03-07T01:10:18.364Z[ helios-setup] Mar 07 01:10:17.205 INFO E| Compiling ryu v1.0.20
35092026-03-07T01:10:18.449Z[ host-package] Compiling dirs-next v2.0.0
35102026-03-07T01:10:18.741Z[ helios-setup] Mar 07 01:10:17.568 INFO E| Compiling memchr v2.7.4
35112026-03-07T01:10:18.972Z[ host-package] Compiling tabled_derive v0.11.0
35122026-03-07T01:10:19.050Z[ helios-setup] Mar 07 01:10:17.885 INFO E| Compiling errno v0.3.12
35132026-03-07T01:10:19.303Z[ host-package] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
35142026-03-07T01:10:19.773Z[ helios-setup] Mar 07 01:10:18.616 INFO E| Compiling quote v1.0.40
35152026-03-07T01:10:19.802Z[ host-package] Compiling papergrid v0.17.0
35162026-03-07T01:10:20.417Z[ helios-setup] Mar 07 01:10:19.259 INFO E| Compiling syn v2.0.101
35172026-03-07T01:10:21.745Z[ host-package] Compiling testing_table v0.3.0
35182026-03-07T01:10:22.431Z[ helios-setup] Mar 07 01:10:21.273 INFO E| Compiling tempfile v3.20.0
35192026-03-07T01:10:22.878Z[ host-package] Compiling dsl_auto_type v0.1.3
35202026-03-07T01:10:23.193Z[ host-package] Compiling scheduled-thread-pool v0.2.7
35212026-03-07T01:10:24.691Z[ host-package] Compiling diesel_table_macro_syntax v0.2.0
35222026-03-07T01:10:24.933Z[ host-package] Compiling tiny-keccak v2.0.2
35232026-03-07T01:10:25.128Z[ host-package] Compiling diesel_derives v2.2.7
35242026-03-07T01:10:25.512Z[ host-package] Compiling tabled v0.20.0
35252026-03-07T01:10:28.133Z[ helios-setup] Mar 07 01:10:26.974 INFO E| Compiling darling_core v0.20.11
35262026-03-07T01:10:29.222Z[ host-package] Compiling r2d2 v0.8.10
35272026-03-07T01:10:30.093Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
35282026-03-07T01:10:30.775Z[ helios-setup] Mar 07 01:10:29.616 INFO E| Compiling serde_derive v1.0.219
35292026-03-07T01:10:30.775Z[ helios-setup] Mar 07 01:10:29.616 INFO E| Compiling thiserror-impl v2.0.12
35302026-03-07T01:10:33.528Z[ host-package] Compiling term v0.7.0
35312026-03-07T01:10:34.215Z[ helios-setup] Mar 07 01:10:33.056 INFO E| Compiling darling_macro v0.20.11
35322026-03-07T01:10:35.697Z[ helios-setup] Mar 07 01:10:34.538 INFO E| Compiling darling v0.20.11
35332026-03-07T01:10:35.836Z[ helios-setup] Mar 07 01:10:34.676 INFO E| Compiling serde_with_macros v3.12.0
35342026-03-07T01:10:38.100Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
35352026-03-07T01:10:38.862Z[ host-package] Compiling arc-swap v1.8.2
35362026-03-07T01:10:39.643Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
35372026-03-07T01:10:40.164Z[ host-package] Compiling xshell-macros v0.2.7
35382026-03-07T01:10:41.005Z[ host-package] Compiling bit-vec v0.6.3
35392026-03-07T01:10:41.179Z[ host-package] Compiling xshell v0.2.7
35402026-03-07T01:10:41.504Z[ host-package] Compiling bit-set v0.5.3
35412026-03-07T01:10:41.875Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
35422026-03-07T01:10:42.077Z[ host-package] Compiling slog-scope v4.4.1
35432026-03-07T01:10:43.034Z[ host-package] Compiling diesel v2.2.12
35442026-03-07T01:10:45.072Z[ host-package] Compiling ascii-canvas v3.0.0
35452026-03-07T01:10:45.651Z[ host-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
35462026-03-07T01:10:46.004Z[ helios-setup] Mar 07 01:10:44.831 INFO E| Compiling serde_with v3.12.0
35472026-03-07T01:10:48.281Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
35482026-03-07T01:10:49.770Z[ host-package] Compiling itertools v0.10.5
35492026-03-07T01:10:52.990Z[ host-package] Compiling ena v0.14.4
35502026-03-07T01:10:53.570Z[ host-package] Compiling libloading v0.8.9
35512026-03-07T01:10:54.393Z[ host-package] Compiling unicase v2.9.0
35522026-03-07T01:10:55.181Z[ host-package] Compiling regex-syntax v0.6.29
35532026-03-07T01:10:55.711Z[ host-package] Compiling diff v0.1.13
35542026-03-07T01:10:56.308Z[ host-package] Compiling bindgen v0.71.1
35552026-03-07T01:10:56.802Z[ helios-setup] Mar 07 01:10:55.639 INFO E| Finished `release` profile [optimized] target(s) in 41.86s
35562026-03-07T01:10:56.838Z[ helios-setup] Mar 07 01:10:55.675 INFO building project "dmar-report" ok (42 seconds)
35572026-03-07T01:10:56.846Z[ helios-setup] rm -f helios-build
35582026-03-07T01:10:56.846Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
35592026-03-07T01:10:56.850Z[ helios-setup]
35602026-03-07T01:10:56.850Z[ helios-setup] Setup complete! ./helios-build is now available.
35612026-03-07T01:10:56.850Z[ helios-setup]
35622026-03-07T01:10:56.850Z[ helios-setup]
35632026-03-07T01:10:56.850Z[ helios-setup] real 7:44.478232935
35642026-03-07T01:10:56.850Z[ helios-setup] user 17:11.361609820
35652026-03-07T01:10:56.850Z[ helios-setup] sys 1:55.897021012
35662026-03-07T01:10:56.856Z[ helios-setup] trap 1.176734856
35672026-03-07T01:10:56.857Z[ helios-setup] tflt 4.454275300
35682026-03-07T01:10:56.857Z[ helios-setup] dflt 10.961197954
35692026-03-07T01:10:56.857Z[ helios-setup] kflt 0.000321883
35702026-03-07T01:10:56.857Z[ helios-setup] lock 1:26:17.410190707
35712026-03-07T01:10:56.857Z[ helios-setup] slp 2:10:58.082818162
35722026-03-07T01:10:56.857Z[ helios-setup] lat 18:34.922337054
35732026-03-07T01:10:56.857Z[ helios-setup] stop 2:57.669619241
35742026-03-07T01:10:56.860ZMar 07 01:10:55.694 INFO [helios-setup] process exited with exit status: 0 (464.486975883s)
35752026-03-07T01:10:56.860ZMar 07 01:10:55.694 INFO [helios-record] running task
35762026-03-07T01:10:56.860ZMar 07 01:10:55.694 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-host-image-builder rev-parse --verify HEAD^{commit}
35772026-03-07T01:10:56.863ZMar 07 01:10:55.700 DEBG process exited with exit status: 0 (6.119088ms)
35782026-03-07T01:10:56.863ZMar 07 01:10:55.700 DEBG running: git -C /work/oxidecomputer/helios/projects/pinprick rev-parse --verify HEAD^{commit}
35792026-03-07T01:10:56.869ZMar 07 01:10:55.706 DEBG process exited with exit status: 0 (5.840753ms)
35802026-03-07T01:10:56.869ZMar 07 01:10:55.706 DEBG running: git -C /work/oxidecomputer/helios/projects/chelsio-t6-roms rev-parse --verify HEAD^{commit}
35812026-03-07T01:10:56.874ZMar 07 01:10:55.712 DEBG process exited with exit status: 0 (5.510374ms)
35822026-03-07T01:10:56.874ZMar 07 01:10:55.712 DEBG running: git -C /work/oxidecomputer/helios/projects/image-builder rev-parse --verify HEAD^{commit}
35832026-03-07T01:10:56.880ZMar 07 01:10:55.718 DEBG process exited with exit status: 0 (5.842163ms)
35842026-03-07T01:10:56.880ZMar 07 01:10:55.718 DEBG running: git -C /work/oxidecomputer/helios/projects/bootserver rev-parse --verify HEAD^{commit}
35852026-03-07T01:10:56.903ZMar 07 01:10:55.724 DEBG process exited with exit status: 0 (5.766793ms)
35862026-03-07T01:10:56.903ZMar 07 01:10:55.724 DEBG running: git -C /work/oxidecomputer/helios/projects/pilot rev-parse --verify HEAD^{commit}
35872026-03-07T01:10:56.919ZMar 07 01:10:55.756 DEBG process exited with exit status: 0 (17.233976ms)
35882026-03-07T01:10:56.919ZMar 07 01:10:55.756 DEBG running: git -C /work/oxidecomputer/helios/projects/dmar-report rev-parse --verify HEAD^{commit}
35892026-03-07T01:10:56.919ZMar 07 01:10:55.756 DEBG process exited with exit status: 0 (6.393154ms)
35902026-03-07T01:10:56.919ZMar 07 01:10:55.756 DEBG running: git -C /work/oxidecomputer/helios/projects/phbl rev-parse --verify HEAD^{commit}
35912026-03-07T01:10:56.919ZMar 07 01:10:55.756 DEBG process exited with exit status: 0 (5.94148ms)
35922026-03-07T01:10:56.919ZMar 07 01:10:55.756 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-firmware rev-parse --verify HEAD^{commit}
35932026-03-07T01:10:56.933ZMar 07 01:10:55.770 DEBG process exited with exit status: 0 (16.915717ms)
35942026-03-07T01:10:56.936ZMar 07 01:10:55.771 INFO [helios-record] task succeeded (76.533209ms)
35952026-03-07T01:10:57.659Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
35962026-03-07T01:11:00.031Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
35972026-03-07T01:11:00.466Z[ host-package] Compiling lalrpop v0.19.12
35982026-03-07T01:11:10.215Z[ host-package] Compiling slog-stdlog v4.1.1
35992026-03-07T01:11:11.151Z[ host-package] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
36002026-03-07T01:11:11.904Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
36012026-03-07T01:11:12.972Z[ host-package] Compiling cexpr v0.6.0
36022026-03-07T01:11:13.958Z[ host-package] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
36032026-03-07T01:11:14.372Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
36042026-03-07T01:11:14.477Z[ host-package] Compiling crc8 v0.1.1
36052026-03-07T01:11:14.751Z[ host-package] Compiling slog-envlogger v2.2.0
36062026-03-07T01:11:14.902Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
36072026-03-07T01:11:15.891Z[ host-package] Compiling headers-core v0.3.0
36082026-03-07T01:11:16.147Z[ host-package] Compiling libxml v0.3.3
36092026-03-07T01:11:16.704Z[ host-package] Compiling headers v0.4.1
36102026-03-07T01:11:17.532Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
36112026-03-07T01:11:19.010Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
36122026-03-07T01:11:19.419Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
36132026-03-07T01:11:20.242Z[ host-package] Compiling strum_macros v0.24.3
36142026-03-07T01:11:20.421Z[ host-package] Compiling indoc v1.0.9
36152026-03-07T01:11:20.896Z[ host-package] Compiling polar-core v0.27.3
36162026-03-07T01:11:21.145Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
36172026-03-07T01:11:21.312Z[ host-package] Compiling derive_builder v0.20.2
36182026-03-07T01:11:21.541Z[ host-package] Compiling oso-derive v0.27.3
36192026-03-07T01:11:21.578Z[ host-package] Compiling quick-xml v0.37.5
36202026-03-07T01:11:22.551Z[ host-package] Compiling impl-trait-for-tuples v0.2.3
36212026-03-07T01:11:23.224Z[ host-package] Compiling openssl-probe v0.1.6
36222026-03-07T01:11:23.808Z[ host-package] Compiling half v1.8.3
36232026-03-07T01:11:24.772Z[ host-package] Compiling serde_cbor v0.11.2
36242026-03-07T01:11:25.201Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
36252026-03-07T01:11:26.681Z[ host-package] Compiling samael v0.0.19
36262026-03-07T01:11:26.718Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
36272026-03-07T01:11:27.062Z[ host-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
36282026-03-07T01:11:27.768Z[ host-package] Compiling diesel-dtrace v0.4.2
36292026-03-07T01:11:28.289Z[ host-package] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
36302026-03-07T01:11:28.721Z[ host-package] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
36312026-03-07T01:11:31.473Z[ host-package] Compiling bb8 v0.8.6
36322026-03-07T01:11:31.717Z[ host-package] Compiling trait-variant v0.1.2
36332026-03-07T01:11:32.225Z[ host-package] Compiling async-bb8-diesel v0.2.1
36342026-03-07T01:11:32.800Z[ host-package] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
36352026-03-07T01:11:33.150Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36362026-03-07T01:11:33.615Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
36372026-03-07T01:11:36.586Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
36382026-03-07T01:11:37.106Z[ host-package] Compiling fxhash v0.2.1
36392026-03-07T01:11:37.430Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
36402026-03-07T01:11:37.947Z[ host-package] Compiling kstat-rs v0.2.4
36412026-03-07T01:11:37.983Z[ host-package] Compiling libz-sys v1.1.24
36422026-03-07T01:11:38.714Z[ host-package] Compiling nonempty v0.12.0
36432026-03-07T01:11:38.906Z[ host-package] Compiling salty v0.3.0
36442026-03-07T01:11:39.283Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
36452026-03-07T01:11:40.033Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
36462026-03-07T01:11:46.002Z[ host-package] Compiling oso v0.27.3
36472026-03-07T01:11:47.581Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
36482026-03-07T01:12:00.654Z[ host-package] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
36492026-03-07T01:12:01.571Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=f20f786e67c86388dfaaf0ef3aa9d2693dfe1da4#f20f786e)
36502026-03-07T01:12:02.894Z[ host-package] Compiling darling_core v0.23.0
36512026-03-07T01:12:05.576Z[ host-package] Compiling nanorand v0.7.0
36522026-03-07T01:12:06.788Z[ host-package] Compiling parking_lot_core v0.8.6
36532026-03-07T01:12:07.396Z[ host-package] Compiling mime_guess v2.0.5
36542026-03-07T01:12:08.573Z[ host-package] Compiling flume v0.11.1
36552026-03-07T01:12:08.912Z[ host-package] Compiling darling_macro v0.23.0
36562026-03-07T01:12:09.502Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=f20f786e67c86388dfaaf0ef3aa9d2693dfe1da4#f20f786e)
36572026-03-07T01:12:09.888Z[ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
36582026-03-07T01:12:17.758Z[ host-package] Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36592026-03-07T01:12:18.059Z[ host-package] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
36602026-03-07T01:12:20.546Z[ host-package] Compiling git-stub v1.0.0
36612026-03-07T01:12:21.057Z[ host-package] Compiling libgit2-sys v0.18.3+1.9.2
36622026-03-07T01:12:21.396Z[ host-package] Compiling instability v0.3.11
36632026-03-07T01:12:21.917Z[ host-package] Compiling git-stub-vcs v0.1.0
36642026-03-07T01:12:22.662Z[ host-package] Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36652026-03-07T01:12:28.354Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
36662026-03-07T01:12:36.823Z[ host-package] Compiling darling v0.23.0
36672026-03-07T01:12:38.106Z[ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
36682026-03-07T01:12:40.576Z[ host-package] Compiling ignore v0.4.25
36692026-03-07T01:12:47.677Z[ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
36702026-03-07T01:12:48.270Z[ host-package] Compiling primeorder v0.13.6
36712026-03-07T01:12:48.931Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
36722026-03-07T01:12:50.358Z[ host-package] Compiling castaway v0.2.4
36732026-03-07T01:12:50.624Z[ host-package] Compiling nibble_vec v0.1.0
36742026-03-07T01:12:50.940Z[ host-package] Compiling atty v0.2.14
36752026-03-07T01:12:51.177Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
36762026-03-07T01:12:51.594Z[ host-package] Compiling endian-type v0.1.2
36772026-03-07T01:12:51.644Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
36782026-03-07T01:12:51.688Z[ host-package] Compiling indoc v2.0.7
36792026-03-07T01:12:51.934Z[ host-package] Compiling http-range v0.1.5
36802026-03-07T01:12:51.971Z[ host-package] Compiling radix_trie v0.2.1
36812026-03-07T01:12:52.099Z[ host-package] Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
36822026-03-07T01:12:52.319Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
36832026-03-07T01:12:52.550Z[ host-package] Compiling compact_str v0.8.1
36842026-03-07T01:12:52.861Z[ host-package] Compiling p384 v0.13.1
36852026-03-07T01:12:54.961Z[ host-package] Compiling globwalk v0.9.1
36862026-03-07T01:12:56.347Z[ host-package] Compiling parking_lot v0.11.2
36872026-03-07T01:12:58.322Z[ host-package] Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36882026-03-07T01:12:59.997Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
36892026-03-07T01:13:00.834Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
36902026-03-07T01:13:01.122Z[ host-package] Compiling predicates-tree v1.0.13
36912026-03-07T01:13:01.992Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
36922026-03-07T01:13:02.466Z[ host-package] Compiling unicode-truncate v1.1.0
36932026-03-07T01:13:02.795Z[ host-package] Compiling lru v0.12.5
36942026-03-07T01:13:03.220Z[ host-package] Compiling prefix-trie v0.7.0
36952026-03-07T01:13:04.107Z[ host-package] Compiling vergen-git2 v1.0.7
36962026-03-07T01:13:04.237Z[ host-package] Compiling cassowary v0.3.0
36972026-03-07T01:13:04.575Z[ host-package] Compiling hickory-server v0.25.2
36982026-03-07T01:13:05.195Z[ host-package] Compiling ratatui v0.29.0
36992026-03-07T01:13:07.586Z[ host-package] Compiling camino-tempfile-ext v0.3.3
37002026-03-07T01:13:08.895Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37012026-03-07T01:13:09.051Z[ host-package] Compiling hyper-staticfile v0.10.1
37022026-03-07T01:13:13.042Z[ host-package] Compiling git2 v0.20.4
37032026-03-07T01:13:13.972Z[ host-package] Compiling sled v0.34.7
37042026-03-07T01:13:16.069Z[ host-package] Compiling hickory-client v0.25.2
37052026-03-07T01:13:18.046Z[ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
37062026-03-07T01:13:19.903Z[ host-package] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
37072026-03-07T01:13:21.378Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37082026-03-07T01:13:23.075Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
37092026-03-07T01:13:24.065Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
37102026-03-07T01:13:25.389Z[ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
37112026-03-07T01:13:25.866Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37122026-03-07T01:13:27.006Z[ host-package] Compiling toml v0.9.12+spec-1.1.0
37132026-03-07T01:13:29.216Z[ host-package] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
37142026-03-07T01:13:30.011Z[ host-package] Compiling rand_seeder v0.4.0
37152026-03-07T01:13:30.609Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
37162026-03-07T01:13:31.093Z[ host-package] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37172026-03-07T01:13:31.612Z[ host-package] Compiling lzma-sys v0.1.20
37182026-03-07T01:13:32.062Z[ host-package] Compiling rustls v0.21.12
37192026-03-07T01:13:32.427Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
37202026-03-07T01:13:32.480Z[ host-package] Compiling corncobs v0.1.4
37212026-03-07T01:13:32.923Z[ host-package] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37222026-03-07T01:13:33.137Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
37232026-03-07T01:13:33.187Z[ host-package] Compiling cargo_toml v0.22.3
37242026-03-07T01:13:33.476Z[ host-package] Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37252026-03-07T01:13:33.954Z[ host-package] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
37262026-03-07T01:13:34.434Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
37272026-03-07T01:13:40.719Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37282026-03-07T01:13:48.332Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
37292026-03-07T01:13:49.420Z[ host-package] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
37302026-03-07T01:13:52.216Z[ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
37312026-03-07T01:13:53.008Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
37322026-03-07T01:13:56.772Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
37332026-03-07T01:13:57.183Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
37342026-03-07T01:13:57.602Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
37352026-03-07T01:13:58.006Z[ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
37362026-03-07T01:13:59.280Z[ host-package] Compiling rustls-webpki v0.101.7
37372026-03-07T01:14:03.043Z[ host-package] Compiling sct v0.7.1
37382026-03-07T01:14:03.540Z[ host-package] Compiling nix v0.29.0
37392026-03-07T01:14:04.423Z[ host-package] Compiling secrecy v0.8.0
37402026-03-07T01:14:04.783Z[ host-package] Compiling void v1.0.2
37412026-03-07T01:14:05.034Z[ host-package] Compiling lzss v0.8.2
37422026-03-07T01:14:07.380Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
37432026-03-07T01:14:07.415Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
37442026-03-07T01:14:16.087Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
37452026-03-07T01:14:17.469Z[ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
37462026-03-07T01:14:18.276Z[ host-package] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
37472026-03-07T01:14:19.161Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37482026-03-07T01:14:23.504Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37492026-03-07T01:14:23.971Z[ host-package] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
37502026-03-07T01:14:25.088Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
37512026-03-07T01:14:25.518Z[ host-package] Compiling tungstenite v0.23.0
37522026-03-07T01:14:31.035Z[ host-package] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
37532026-03-07T01:14:31.400Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
37542026-03-07T01:14:31.443Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
37552026-03-07T01:14:31.797Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
37562026-03-07T01:14:31.868Z[ host-package] Compiling nix v0.27.1
37572026-03-07T01:14:32.232Z[ host-package] Compiling serde_bytes v0.11.19
37582026-03-07T01:14:33.084Z[ host-package] Compiling tokio-tungstenite v0.23.1
37592026-03-07T01:14:33.216Z[ host-package] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
37602026-03-07T01:14:33.784Z[ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
37612026-03-07T01:14:34.497Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37622026-03-07T01:14:34.692Z[ host-package] Compiling xz2 v0.1.7
37632026-03-07T01:14:35.363Z[ host-package] Compiling ron v0.12.0
37642026-03-07T01:14:39.495Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37652026-03-07T01:14:40.387Z[ host-package] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
37662026-03-07T01:14:47.081Z[ host-package] Compiling tokio-rustls v0.24.1
37672026-03-07T01:14:48.565Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
37682026-03-07T01:15:00.744Z[ host-package] Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
37692026-03-07T01:15:05.449Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
37702026-03-07T01:15:10.253Z[ host-package] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
37712026-03-07T01:15:21.081Z[ host-package] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
37722026-03-07T01:15:23.336Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
37732026-03-07T01:15:24.563Z[ host-package] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
37742026-03-07T01:15:25.265Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
37752026-03-07T01:15:25.928Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
37762026-03-07T01:15:31.478Z[ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
37772026-03-07T01:15:35.240Z[ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
37782026-03-07T01:15:39.793Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
37792026-03-07T01:15:40.998Z[ host-package] Compiling rustls-pemfile v1.0.4
37802026-03-07T01:15:41.811Z[ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
37812026-03-07T01:15:42.763Z[ host-package] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
37822026-03-07T01:15:44.971Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
37832026-03-07T01:15:45.418Z[ host-package] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
37842026-03-07T01:15:51.414Z[ host-package] Compiling signal-hook-tokio v0.3.1
37852026-03-07T01:15:51.713Z[ host-package] Compiling yasna v0.5.2
37862026-03-07T01:15:53.065Z[ host-package] Compiling twox-hash v2.1.2
37872026-03-07T01:15:54.154Z[ host-package] Compiling base16ct v1.0.0
37882026-03-07T01:15:54.680Z[ host-package] Compiling is_ci v1.2.0
37892026-03-07T01:15:55.053Z[ host-package] Compiling supports-color v3.0.2
37902026-03-07T01:15:56.814Z[ host-package] Compiling rcgen v0.12.1
37912026-03-07T01:15:58.163Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
37922026-03-07T01:16:04.061Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37932026-03-07T01:16:08.147Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
37942026-03-07T01:16:18.423Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
37952026-03-07T01:16:34.161Z[ host-package] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
37962026-03-07T01:16:41.327Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
37972026-03-07T01:16:43.199Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
37982026-03-07T01:16:45.770Z[ host-package] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
37992026-03-07T01:17:01.507Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
38002026-03-07T01:17:04.447Z[ host-package] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
38012026-03-07T01:17:05.369Z[ host-package] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
38022026-03-07T01:17:05.818Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
38032026-03-07T01:17:06.244Z[ host-package] Compiling progenitor-extras v0.1.0
38042026-03-07T01:17:06.730Z[ host-package] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
38052026-03-07T01:17:07.089Z[ host-package] Compiling fatfs v0.3.6
38062026-03-07T01:17:09.905Z[ host-package] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
38072026-03-07T01:17:10.531Z[ host-package] Compiling subprocess v0.2.15
38082026-03-07T01:17:15.202Z[ host-package] Compiling rtoolbox v0.0.3
38092026-03-07T01:17:15.689Z[ host-package] Compiling assert_matches v1.5.0
38102026-03-07T01:17:15.871Z[ host-package] Compiling seq-macro v0.3.6
38112026-03-07T01:17:19.189Z[ host-package] Compiling rpassword v7.4.0
38122026-03-07T01:17:19.703Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
38132026-03-07T01:17:25.542Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
38142026-03-07T01:17:31.709Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
38152026-03-07T01:17:48.347Z[ host-package] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
38162026-03-07T01:17:48.576Z[ host-package] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
38172026-03-07T01:17:53.872Z[ host-package] Compiling tui-tree-widget v0.23.1
38182026-03-07T01:17:54.419Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
38192026-03-07T01:18:03.170Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
38202026-03-07T01:18:04.157Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
38212026-03-07T01:18:05.199Z[ host-package] Compiling uzers v0.12.2
38222026-03-07T01:18:08.466Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
38232026-03-07T01:18:10.238Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
38242026-03-07T01:18:23.636Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
38252026-03-07T01:18:34.919Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
38262026-03-07T01:18:51.674Z[ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
38272026-03-07T01:18:56.391Z[ host-package] Compiling support-bundle-viewer v0.1.2
38282026-03-07T01:19:00.415Z[ host-package] Compiling multimap v0.10.1
38292026-03-07T01:21:04.507Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
38302026-03-07T01:32:33.049Z[ host-package] Finished `release` profile [optimized] target(s) in 27m 27s
38312026-03-07T01:33:33.449ZMar 07 01:33:32.089 INFO [host-package] process exited with exit status: 0 (1708.102422758s)
38322026-03-07T01:33:33.449ZMar 07 01:33:32.089 INFO [host-stamp] running task
38332026-03-07T01:33:33.452ZMar 07 01:33:32.090 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
38342026-03-07T01:33:33.452ZMar 07 01:33:32.090 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+git4e5301c2bd6
38352026-03-07T01:33:33.452ZMar 07 01:33:32.091 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+git4e5301c2bd6
38362026-03-07T01:33:33.452ZMar 07 01:33:32.091 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+git4e5301c2bd6
38372026-03-07T01:33:33.452ZMar 07 01:33:32.091 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+git4e5301c2bd6
38382026-03-07T01:33:33.452ZMar 07 01:33:32.091 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+git4e5301c2bd6
38392026-03-07T01:33:33.452ZMar 07 01:33:32.092 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+git4e5301c2bd6
38402026-03-07T01:33:33.453ZMar 07 01:33:32.092 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+git4e5301c2bd6
38412026-03-07T01:33:33.453ZMar 07 01:33:32.092 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+git4e5301c2bd6
38422026-03-07T01:33:33.465Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
38432026-03-07T01:33:33.468Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
38442026-03-07T01:33:33.468Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
38452026-03-07T01:33:33.468Z[stamp-crucible-utils] Logging to: /work/oxidecomputer/omicron/out/LOG
38462026-03-07T01:33:33.468Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
38472026-03-07T01:33:33.468Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
38482026-03-07T01:33:33.468Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
38492026-03-07T01:33:33.468Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
38502026-03-07T01:33:33.468Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
38512026-03-07T01:33:33.472Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
38522026-03-07T01:33:33.476ZMar 07 01:33:32.116 INFO [stamp-overlay] process exited with exit status: 0 (22.405625ms)
38532026-03-07T01:33:33.482Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
38542026-03-07T01:33:33.486ZMar 07 01:33:32.127 INFO [stamp-oxlog] process exited with exit status: 0 (34.81163ms)
38552026-03-07T01:33:33.534Z[stamp-crucible-utils] Created: /work/oxidecomputer/omicron/out/versioned/crucible-utils.tar
38562026-03-07T01:33:33.538ZMar 07 01:33:32.179 INFO [stamp-crucible-utils] process exited with exit status: 0 (86.749711ms)
38572026-03-07T01:33:33.562Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
38582026-03-07T01:33:33.565ZMar 07 01:33:32.206 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (115.429194ms)
38592026-03-07T01:33:33.769Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
38602026-03-07T01:33:33.773ZMar 07 01:33:32.413 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (322.101371ms)
38612026-03-07T01:33:34.127Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
38622026-03-07T01:33:34.130ZMar 07 01:33:32.770 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (678.930273ms)
38632026-03-07T01:33:34.924Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
38642026-03-07T01:33:34.928ZMar 07 01:33:33.568 INFO [stamp-propolis-server] process exited with exit status: 0 (1.475934385s)
38652026-03-07T01:33:35.137Z[recovery-package] Compiling newtype-uuid v1.3.2
38662026-03-07T01:33:35.445Z[recovery-package] Compiling daft v0.1.5
38672026-03-07T01:33:35.756Z[recovery-package] Compiling iddqd v0.3.17
38682026-03-07T01:33:37.393Z[recovery-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
38692026-03-07T01:33:37.764Z[recovery-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
38702026-03-07T01:33:37.764Z[recovery-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
38712026-03-07T01:33:37.764Z[recovery-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
38722026-03-07T01:33:37.767Z[recovery-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
38732026-03-07T01:33:37.837Z[recovery-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
38742026-03-07T01:33:38.566Z[recovery-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
38752026-03-07T01:33:42.381Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
38762026-03-07T01:33:42.384ZMar 07 01:33:41.024 INFO [stamp-switch-asic] process exited with exit status: 0 (8.932615468s)
38772026-03-07T01:33:42.384ZMar 07 01:33:41.024 INFO [host-stamp] task succeeded (8.934249832s)
38782026-03-07T01:33:42.384ZMar 07 01:33:41.024 INFO [host-proto] running task
38792026-03-07T01:33:42.983ZMar 07 01:33:41.622 INFO [host-proto] task succeeded (598.279893ms)
38802026-03-07T01:33:42.984ZMar 07 01:33:41.622 INFO [host-profile] running task
38812026-03-07T01:33:42.987ZMar 07 01:33:41.622 INFO [host-profile] task succeeded (278.885µs)
38822026-03-07T01:33:42.987ZMar 07 01:33:41.622 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/.tmp9u6fI0/proto/host/root -N 'ci 4e5301c/${os_short_commit} 2026-03-07 01:03' -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/'
38832026-03-07T01:33:42.991Z[ host-image] Mar 07 01:33:41.630 INFO Checking files for board 'gimlet'
38842026-03-07T01:33:42.991Z[ host-image] Mar 07 01:33:41.630 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
38852026-03-07T01:33:42.994Z[ host-image] Mar 07 01:33:41.630 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml"
38862026-03-07T01:33:42.995Z[ host-image] Mar 07 01:33:41.630 INFO Checking files for board 'cosmo-mbist-noaggr'
38872026-03-07T01:33:42.995Z[ host-image] Mar 07 01:33:41.630 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7-mbist-noaggr.toml"
38882026-03-07T01:33:42.995Z[ host-image] Mar 07 01:33:41.630 INFO Checking files for board 'cosmo'
38892026-03-07T01:33:42.995Z[ host-image] Mar 07 01:33:41.630 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
38902026-03-07T01:33:42.995Z[ host-image] Mar 07 01:33:41.630 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7.toml"
38912026-03-07T01:33:42.995Z[ host-image] Mar 07 01:33:41.630 INFO Checking files for board 'cosmo-mbist'
38922026-03-07T01:33:42.995Z[ host-image] Mar 07 01:33:41.630 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7-mbist.toml"
38932026-03-07T01:33:43.006Z[ host-image] Mar 07 01:33:41.645 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmp9u6fI0/proto/host/root"
38942026-03-07T01:33:43.006Z[ host-image] Mar 07 01:33:41.645 INFO using external package repositories: helios-dev={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/2/dev/ }
38952026-03-07T01:33:43.009Z[ host-image] Mar 07 01:33:41.645 INFO image builder template: ramdisk-01-os...
38962026-03-07T01:33:43.009Z[ host-image] Mar 07 01:33:41.645 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/.tmp9u6fI0/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
38972026-03-07T01:33:43.023Z[ host-image] Mar 07 01:33:41.662 INFO O| Mar 07 01:33:41.662 INFO CREATE DATASET: rpool/images/build/host/output
38982026-03-07T01:33:43.431Z[ host-image] Mar 07 01:33:42.070 INFO O| Mar 07 01:33:42.070 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-01-os
38992026-03-07T01:33:43.435Z[ host-image] Mar 07 01:33:42.074 INFO O| Mar 07 01:33:42.074 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
39002026-03-07T01:33:43.738Z[ host-image] Mar 07 01:33:42.376 INFO O| Mar 07 01:33:42.376 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-01-os: sync = disabled
39012026-03-07T01:33:43.802Z[ host-image] Mar 07 01:33:42.440 INFO O| Mar 07 01:33:42.440 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-01-os
39022026-03-07T01:33:43.802Z[ host-image] Mar 07 01:33:42.440 INFO O| Mar 07 01:33:42.440 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
39032026-03-07T01:33:43.805Z[ host-image] Mar 07 01:33:42.440 INFO O| Mar 07 01:33:42.440 INFO resetting by removing work dataset: rpool/images/build/host/work/sled/ramdisk
39042026-03-07T01:33:43.805Z[ host-image] Mar 07 01:33:42.440 INFO O| Mar 07 01:33:42.440 INFO DESTROY DATASET: rpool/images/build/host/work/sled/ramdisk
39052026-03-07T01:33:43.809Z[ host-image] Mar 07 01:33:42.447 INFO O| Mar 07 01:33:42.446 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
39062026-03-07T01:33:44.059Z[ host-image] Mar 07 01:33:42.698 INFO O| Mar 07 01:33:42.698 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39072026-03-07T01:33:44.067Z[ host-image] Mar 07 01:33:42.706 INFO O| Mar 07 01:33:42.706 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/sled/ramdisk"]
39082026-03-07T01:33:44.438Z[ host-image] Mar 07 01:33:43.077 INFO O| Mar 07 01:33:43.077 INFO O| Caching catalogs ... Done
39092026-03-07T01:33:44.524Z[ host-image] Mar 07 01:33:43.163 INFO O| Mar 07 01:33:43.163 INFO STEP 0 (pkg_image_create) COMPLETE
39102026-03-07T01:33:44.524Z[ host-image] Mar 07 01:33:43.163 INFO O| Mar 07 01:33:43.163 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39112026-03-07T01:33:44.534Z[ host-image] Mar 07 01:33:43.172 INFO O| Mar 07 01:33:43.172 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"]
39122026-03-07T01:33:44.883Z[ host-image] Mar 07 01:33:43.522 INFO O| Mar 07 01:33:43.521 INFO STEP 1 (pkg_set_publisher) COMPLETE
39132026-03-07T01:33:44.883Z[ host-image] Mar 07 01:33:43.522 INFO O| Mar 07 01:33:43.522 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39142026-03-07T01:33:44.886Z[ host-image] Mar 07 01:33:43.522 INFO O| Mar 07 01:33:43.522 INFO skip step because feature "publisher_1_name" is not enabled
39152026-03-07T01:33:44.886Z[ host-image] Mar 07 01:33:43.522 INFO O| Mar 07 01:33:43.522 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39162026-03-07T01:33:44.886Z[ host-image] Mar 07 01:33:43.522 INFO O| Mar 07 01:33:43.522 INFO skip step because feature "publisher_2_name" is not enabled
39172026-03-07T01:33:44.886Z[ host-image] Mar 07 01:33:43.522 INFO O| Mar 07 01:33:43.522 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39182026-03-07T01:33:44.886Z[ host-image] Mar 07 01:33:43.522 INFO O| Mar 07 01:33:43.522 INFO skip step because feature "publisher_3_name" is not enabled
39192026-03-07T01:33:44.886Z[ host-image] Mar 07 01:33:43.522 INFO O| Mar 07 01:33:43.522 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39202026-03-07T01:33:45.227Z[ host-image] Mar 07 01:33:43.865 INFO O| Mar 07 01:33:43.865 INFO variant opensolaris.zone is already global
39212026-03-07T01:33:45.227Z[ host-image] Mar 07 01:33:43.865 INFO O| Mar 07 01:33:43.865 INFO STEP 5 (pkg_change_variant) COMPLETE
39222026-03-07T01:33:45.230Z[ host-image] Mar 07 01:33:43.865 INFO O| Mar 07 01:33:43.865 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39232026-03-07T01:33:45.573Z[ host-image] Mar 07 01:33:44.211 INFO O| Mar 07 01:33:44.211 INFO variant opensolaris.imagetype is full; changing to partial
39242026-03-07T01:33:45.573Z[ host-image] Mar 07 01:33:44.211 INFO O| Mar 07 01:33:44.211 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
39252026-03-07T01:33:47.616Z[recovery-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
39262026-03-07T01:33:47.616Z[recovery-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
39272026-03-07T01:33:47.621Z[recovery-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
39282026-03-07T01:33:47.621Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
39292026-03-07T01:33:53.989Z[recovery-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
39302026-03-07T01:33:53.994Z[recovery-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
39312026-03-07T01:33:55.089Z[recovery-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
39322026-03-07T01:33:55.991Z[recovery-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
39332026-03-07T01:33:59.908Z[recovery-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
39342026-03-07T01:34:01.231Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
39352026-03-07T01:34:21.139Z[ host-image] Mar 07 01:34:19.772 INFO O| Mar 07 01:34:19.771 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
39362026-03-07T01:34:26.104Z[recovery-package] Finished `release` profile [optimized] target(s) in 52.32s
39372026-03-07T01:34:27.728ZMar 07 01:34:26.360 INFO [recovery-package] process exited with exit status: 0 (54.270564328s)
39382026-03-07T01:34:27.728ZMar 07 01:34:26.360 INFO [recovery-stamp] running task
39392026-03-07T01:34:27.731ZMar 07 01:34:26.361 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release
39402026-03-07T01:34:27.731ZMar 07 01:34:26.361 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+git4e5301c2bd6
39412026-03-07T01:34:27.731ZMar 07 01:34:26.361 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 19.0.0-0.ci+git4e5301c2bd6
39422026-03-07T01:34:27.738Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
39432026-03-07T01:34:27.741Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
39442026-03-07T01:34:27.863Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
39452026-03-07T01:34:27.866ZMar 07 01:34:26.499 INFO [stamp-installinator] process exited with exit status: 0 (137.575251ms)
39462026-03-07T01:34:27.908Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
39472026-03-07T01:34:27.911ZMar 07 01:34:26.544 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (183.387414ms)
39482026-03-07T01:34:27.912ZMar 07 01:34:26.544 INFO [recovery-stamp] task succeeded (183.643572ms)
39492026-03-07T01:34:27.912ZMar 07 01:34:26.544 INFO [recovery-proto] running task
39502026-03-07T01:34:27.914ZMar 07 01:34:26.544 INFO [tuf-stamp] running task
39512026-03-07T01:34:27.914ZMar 07 01:34:26.545 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+git4e5301c2bd6
39522026-03-07T01:34:27.914ZMar 07 01:34:26.545 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+git4e5301c2bd6
39532026-03-07T01:34:27.914ZMar 07 01:34:26.546 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+git4e5301c2bd6
39542026-03-07T01:34:27.914ZMar 07 01:34:26.546 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+git4e5301c2bd6
39552026-03-07T01:34:27.914ZMar 07 01:34:26.546 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+git4e5301c2bd6
39562026-03-07T01:34:27.914ZMar 07 01:34:26.547 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+git4e5301c2bd6
39572026-03-07T01:34:27.917ZMar 07 01:34:26.549 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+git4e5301c2bd6
39582026-03-07T01:34:27.917ZMar 07 01:34:26.549 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+git4e5301c2bd6
39592026-03-07T01:34:27.920ZMar 07 01:34:26.550 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+git4e5301c2bd6
39602026-03-07T01:34:27.920ZMar 07 01:34:26.552 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+git4e5301c2bd6
39612026-03-07T01:34:27.924ZMar 07 01:34:26.556 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+git4e5301c2bd6
39622026-03-07T01:34:27.927ZMar 07 01:34:26.556 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+git4e5301c2bd6
39632026-03-07T01:34:27.928Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
39642026-03-07T01:34:27.931Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
39652026-03-07T01:34:27.931Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
39662026-03-07T01:34:27.933Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
39672026-03-07T01:34:27.934Z[stamp-clickhouse_server] Logging to: /work/oxidecomputer/omicron/out/LOG
39682026-03-07T01:34:27.934Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
39692026-03-07T01:34:27.940Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
39702026-03-07T01:34:27.943Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
39712026-03-07T01:34:27.946Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
39722026-03-07T01:34:27.949Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
39732026-03-07T01:34:27.949Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
39742026-03-07T01:34:27.949Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
39752026-03-07T01:34:28.057ZMar 07 01:34:26.690 INFO [recovery-proto] task succeeded (145.388986ms)
39762026-03-07T01:34:28.062ZMar 07 01:34:26.690 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/.tmp9u6fI0/proto/recovery/root -N 'recovery 4e5301c/${os_short_commit} 2026-03-07 01:03' -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/'
39772026-03-07T01:34:28.067Z[ recovery-image] Mar 07 01:34:26.700 INFO Checking files for board 'gimlet'
39782026-03-07T01:34:28.067Z[ recovery-image] Mar 07 01:34:26.700 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
39792026-03-07T01:34:28.068Z[ recovery-image] Mar 07 01:34:26.700 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml"
39802026-03-07T01:34:28.071Z[ recovery-image] Mar 07 01:34:26.700 INFO Checking files for board 'cosmo'
39812026-03-07T01:34:28.071Z[ recovery-image] Mar 07 01:34:26.700 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
39822026-03-07T01:34:28.071Z[ recovery-image] Mar 07 01:34:26.700 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7.toml"
39832026-03-07T01:34:28.071Z[ recovery-image] Mar 07 01:34:26.700 INFO Checking files for board 'cosmo-mbist'
39842026-03-07T01:34:28.071Z[ recovery-image] Mar 07 01:34:26.700 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7-mbist.toml"
39852026-03-07T01:34:28.071Z[ recovery-image] Mar 07 01:34:26.700 INFO Checking files for board 'cosmo-mbist-noaggr'
39862026-03-07T01:34:28.071Z[ recovery-image] Mar 07 01:34:26.700 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7-mbist-noaggr.toml"
39872026-03-07T01:34:28.074Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
39882026-03-07T01:34:28.084Z[ recovery-image] Mar 07 01:34:26.716 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmp9u6fI0/proto/recovery/root"
39892026-03-07T01:34:28.084Z[ recovery-image] Mar 07 01:34:26.716 INFO using external package repositories: helios-dev={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/2/dev/ }
39902026-03-07T01:34:28.084Z[ recovery-image] Mar 07 01:34:26.716 INFO image builder template: ramdisk-01-os...
39912026-03-07T01:34:28.087Z[ recovery-image] Mar 07 01:34:26.716 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/.tmp9u6fI0/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "publisher_0_name=helios-dev", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.39.455", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@19.0.0.0", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
39922026-03-07T01:34:28.111Z[ recovery-image] Mar 07 01:34:26.743 INFO O| Mar 07 01:34:26.743 INFO CREATE DATASET: rpool/images/build/recovery/output
39932026-03-07T01:34:28.345ZMar 07 01:34:26.977 INFO [stamp-probe] process exited with exit status: 0 (430.957734ms)
39942026-03-07T01:34:28.579Z[ recovery-image] Mar 07 01:34:27.211 INFO O| Mar 07 01:34:27.211 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
39952026-03-07T01:34:28.586Z[ recovery-image] Mar 07 01:34:27.216 INFO O| Mar 07 01:34:27.216 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
39962026-03-07T01:34:29.111Z[ recovery-image] Mar 07 01:34:27.743 INFO O| Mar 07 01:34:27.743 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-01-os: sync = disabled
39972026-03-07T01:34:29.255Z[ recovery-image] Mar 07 01:34:27.887 INFO O| Mar 07 01:34:27.887 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-01-os
39982026-03-07T01:34:29.255Z[ recovery-image] Mar 07 01:34:27.887 INFO O| Mar 07 01:34:27.887 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
39992026-03-07T01:34:29.260Z[ recovery-image] Mar 07 01:34:27.887 INFO O| Mar 07 01:34:27.887 INFO resetting by removing work dataset: rpool/images/build/recovery/work/sled/ramdisk
40002026-03-07T01:34:29.260Z[ recovery-image] Mar 07 01:34:27.887 INFO O| Mar 07 01:34:27.887 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/ramdisk
40012026-03-07T01:34:29.269Z[ recovery-image] Mar 07 01:34:27.898 INFO O| Mar 07 01:34:27.898 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
40022026-03-07T01:34:29.331Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
40032026-03-07T01:34:29.336ZMar 07 01:34:27.968 INFO [stamp-ntp] process exited with exit status: 0 (1.422061719s)
40042026-03-07T01:34:29.693Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.95s
40052026-03-07T01:34:29.719Z[ recovery-image] Mar 07 01:34:28.351 INFO O| Mar 07 01:34:28.351 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40062026-03-07T01:34:29.732Z[ recovery-image] Mar 07 01:34:28.364 INFO O| Mar 07 01:34:28.364 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/sled/ramdisk"]
40072026-03-07T01:34:29.804Z[verify-libraries] Running `target/debug/xtask verify-libraries --release`
40082026-03-07T01:34:29.947Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
40092026-03-07T01:34:29.984ZMar 07 01:34:28.616 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (2.071603297s)
40102026-03-07T01:34:30.026Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
40112026-03-07T01:34:30.061ZMar 07 01:34:28.693 INFO [stamp-external-dns] process exited with exit status: 0 (2.143622385s)
40122026-03-07T01:34:30.094Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
40132026-03-07T01:34:30.133ZMar 07 01:34:28.764 INFO [stamp-internal-dns] process exited with exit status: 0 (2.208119382s)
40142026-03-07T01:34:30.411Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
40152026-03-07T01:34:30.455ZMar 07 01:34:29.087 INFO [stamp-crucible-zone] process exited with exit status: 0 (2.540745784s)
40162026-03-07T01:34:30.545Z[ recovery-image] Mar 07 01:34:29.176 INFO O| Mar 07 01:34:29.176 INFO O| Caching catalogs ... Done
40172026-03-07T01:34:30.636Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
40182026-03-07T01:34:30.694ZMar 07 01:34:29.326 INFO [stamp-oximeter] process exited with exit status: 0 (2.780335131s)
40192026-03-07T01:34:30.714Z[ recovery-image] Mar 07 01:34:29.346 INFO O| Mar 07 01:34:29.346 INFO STEP 0 (pkg_image_create) COMPLETE
40202026-03-07T01:34:30.714Z[ recovery-image] Mar 07 01:34:29.346 INFO O| Mar 07 01:34:29.346 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40212026-03-07T01:34:30.728Z[ recovery-image] Mar 07 01:34:29.360 INFO O| Mar 07 01:34:29.360 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"]
40222026-03-07T01:34:31.260Z[ recovery-image] Mar 07 01:34:29.892 INFO O| Mar 07 01:34:29.892 INFO STEP 1 (pkg_set_publisher) COMPLETE
40232026-03-07T01:34:31.260Z[ recovery-image] Mar 07 01:34:29.892 INFO O| Mar 07 01:34:29.892 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40242026-03-07T01:34:31.264Z[ recovery-image] Mar 07 01:34:29.892 INFO O| Mar 07 01:34:29.892 INFO skip step because feature "publisher_1_name" is not enabled
40252026-03-07T01:34:31.264Z[ recovery-image] Mar 07 01:34:29.892 INFO O| Mar 07 01:34:29.892 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40262026-03-07T01:34:31.264Z[ recovery-image] Mar 07 01:34:29.892 INFO O| Mar 07 01:34:29.892 INFO skip step because feature "publisher_2_name" is not enabled
40272026-03-07T01:34:31.264Z[ recovery-image] Mar 07 01:34:29.892 INFO O| Mar 07 01:34:29.892 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40282026-03-07T01:34:31.264Z[ recovery-image] Mar 07 01:34:29.892 INFO O| Mar 07 01:34:29.892 INFO skip step because feature "publisher_3_name" is not enabled
40292026-03-07T01:34:31.264Z[ recovery-image] Mar 07 01:34:29.892 INFO O| Mar 07 01:34:29.892 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40302026-03-07T01:34:31.799Z[ recovery-image] Mar 07 01:34:30.431 INFO O| Mar 07 01:34:30.431 INFO variant opensolaris.zone is already global
40312026-03-07T01:34:31.799Z[ recovery-image] Mar 07 01:34:30.431 INFO O| Mar 07 01:34:30.431 INFO STEP 5 (pkg_change_variant) COMPLETE
40322026-03-07T01:34:31.800Z[ recovery-image] Mar 07 01:34:30.431 INFO O| Mar 07 01:34:30.431 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40332026-03-07T01:34:32.333Z[ recovery-image] Mar 07 01:34:30.965 INFO O| Mar 07 01:34:30.964 INFO variant opensolaris.imagetype is full; changing to partial
40342026-03-07T01:34:32.333Z[ recovery-image] Mar 07 01:34:30.965 INFO O| Mar 07 01:34:30.964 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
40352026-03-07T01:34:33.507Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
40362026-03-07T01:34:33.512ZMar 07 01:34:32.143 INFO [stamp-cockroachdb] process exited with exit status: 0 (5.592561171s)
40372026-03-07T01:34:35.080Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
40382026-03-07T01:34:35.086ZMar 07 01:34:33.717 INFO [stamp-nexus] process exited with exit status: 0 (7.161025428s)
40392026-03-07T01:34:36.637Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
40402026-03-07T01:34:36.642ZMar 07 01:34:35.273 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (8.720431916s)
40412026-03-07T01:34:37.244Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
40422026-03-07T01:34:37.249ZMar 07 01:34:35.880 INFO [stamp-clickhouse] process exited with exit status: 0 (9.330417392s)
40432026-03-07T01:34:37.261Z[ host-image] Mar 07 01:34:35.892 INFO O| Mar 07 01:34:35.892 INFO O| Startup: Caching catalogs ... Done
40442026-03-07T01:34:37.366Z[ host-image] Mar 07 01:34:35.997 INFO O| Mar 07 01:34:35.997 INFO O| Planning: Planning completed in 0.00 seconds
40452026-03-07T01:34:37.370Z[ host-image] Mar 07 01:34:35.998 INFO O| Mar 07 01:34:35.998 INFO O| Planning: Consolidating action changes ... Done
40462026-03-07T01:34:37.370Z[ host-image] Mar 07 01:34:35.998 INFO O| Mar 07 01:34:35.998 INFO O| Planning: Evaluating mediators ... Done
40472026-03-07T01:34:37.370Z[ host-image] Mar 07 01:34:35.998 INFO O| Mar 07 01:34:35.998 INFO O| Planning: Planning completed in 0.00 seconds
40482026-03-07T01:34:37.370Z[ host-image] Mar 07 01:34:35.998 INFO O| Mar 07 01:34:35.998 INFO O| Variants/Facets to change: 1
40492026-03-07T01:34:37.379Z[stamp-clickhouse_server] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_server.tar.gz
40502026-03-07T01:34:37.383ZMar 07 01:34:36.014 INFO [stamp-clickhouse_server] process exited with exit status: 0 (9.468706263s)
40512026-03-07T01:34:37.383ZMar 07 01:34:36.014 INFO [tuf-stamp] task succeeded (9.469866296s)
40522026-03-07T01:34:37.412Z[verify-libraries] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
40532026-03-07T01:34:37.638Z[verify-libraries] Compiling ar_archive_writer v0.5.1
40542026-03-07T01:34:37.668Z[verify-libraries] Compiling stacker v0.1.23
40552026-03-07T01:34:37.669Z[verify-libraries] Compiling cfg_aliases v0.1.1
40562026-03-07T01:34:37.674Z[verify-libraries] Compiling home v0.5.12
40572026-03-07T01:34:37.742Z[verify-libraries] Compiling recursive-proc-macro-impl v0.1.1
40582026-03-07T01:34:37.765Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
40592026-03-07T01:34:37.765Z[verify-libraries] Compiling winnow v0.6.26
40602026-03-07T01:34:37.847Z[verify-libraries] Compiling nix v0.28.0
40612026-03-07T01:34:38.058Z[verify-libraries] Compiling sqlparser_derive v0.5.0
40622026-03-07T01:34:38.233Z[verify-libraries] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
40632026-03-07T01:34:38.666Z[verify-libraries] Compiling unicode_categories v0.1.1
40642026-03-07T01:34:38.860Z[verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
40652026-03-07T01:34:39.176Z[verify-libraries] Compiling polyval v0.6.2
40662026-03-07T01:34:39.393Z[verify-libraries] Compiling ctr v0.9.2
40672026-03-07T01:34:39.545Z[verify-libraries] Compiling psm v0.1.30
40682026-03-07T01:34:39.852Z[verify-libraries] Compiling ghash v0.5.1
40692026-03-07T01:34:39.913Z[verify-libraries] Compiling colored v2.2.0
40702026-03-07T01:34:39.956Z[verify-libraries] Compiling blowfish v0.9.1
40712026-03-07T01:34:40.169Z[verify-libraries] Compiling aes-gcm v0.10.3
40722026-03-07T01:34:40.585Z[verify-libraries] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
40732026-03-07T01:34:40.698Z[verify-libraries] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
40742026-03-07T01:34:40.762Z[verify-libraries] Compiling ssh-encoding v0.2.0
40752026-03-07T01:34:41.262Z[verify-libraries] Compiling ssh-cipher v0.2.0
40762026-03-07T01:34:41.381Z[verify-libraries] Compiling recursive v0.1.1
40772026-03-07T01:34:41.638Z[verify-libraries] Compiling sqlparser v0.61.0
40782026-03-07T01:34:41.696Z[verify-libraries] Compiling bcrypt-pbkdf v0.10.0
40792026-03-07T01:34:41.807Z[ host-image] Mar 07 01:34:40.437 INFO O| Mar 07 01:34:40.436 INFO O| Done
40802026-03-07T01:34:41.810Z[ host-image] Mar 07 01:34:40.437 INFO O| Mar 07 01:34:40.436 INFO O| Done
40812026-03-07T01:34:42.237Z[verify-libraries] Compiling rustyline v14.0.0
40822026-03-07T01:34:42.616Z[verify-libraries] Compiling sqlformat v0.3.5
40832026-03-07T01:34:42.797Z[verify-libraries] Compiling password-hash v0.4.2
40842026-03-07T01:34:44.007Z[ host-image] Mar 07 01:34:42.637 INFO O| Mar 07 01:34:42.637 INFO O| Done
40852026-03-07T01:34:44.215Z[ host-image] Mar 07 01:34:42.845 INFO O| Mar 07 01:34:42.845 INFO O| Done
40862026-03-07T01:34:44.219Z[ host-image] Mar 07 01:34:42.847 INFO O| Mar 07 01:34:42.847 INFO O| Done
40872026-03-07T01:34:44.219Z[ host-image] Mar 07 01:34:42.847 INFO O| Mar 07 01:34:42.847 INFO O| Done
40882026-03-07T01:34:44.222Z[ host-image] Mar 07 01:34:42.849 INFO O| Mar 07 01:34:42.849 INFO O| Done
40892026-03-07T01:34:45.330Z[verify-libraries] Compiling petname v2.0.2
40902026-03-07T01:34:45.393Z[verify-libraries] Compiling pbkdf2 v0.11.0
40912026-03-07T01:34:45.881Z[verify-libraries] Compiling ssh-key v0.6.7
40922026-03-07T01:34:46.054Z[verify-libraries] Compiling p256 v0.13.2
40932026-03-07T01:34:46.437Z[ host-image] Mar 07 01:34:45.066 INFO O| Mar 07 01:34:45.066 INFO STEP 6 (pkg_change_variant) COMPLETE
40942026-03-07T01:34:46.437Z[ host-image] Mar 07 01:34:45.066 INFO O| Mar 07 01:34:45.066 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40952026-03-07T01:34:46.441Z[ host-image] Mar 07 01:34:45.066 INFO O| Mar 07 01:34:45.066 INFO skip step because feature "debug_variant" is not enabled
40962026-03-07T01:34:46.441Z[ host-image] Mar 07 01:34:45.066 INFO O| Mar 07 01:34:45.066 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40972026-03-07T01:34:47.109Z[verify-libraries] Compiling p521 v0.13.3
40982026-03-07T01:34:47.128Z[ host-image] Mar 07 01:34:45.757 INFO O| Mar 07 01:34:45.757 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-facet", "openssl.10=false"]
40992026-03-07T01:34:49.138Z[verify-libraries] Compiling russh-cryptovec v0.7.3
41002026-03-07T01:34:49.690Z[verify-libraries] Compiling md5 v0.7.0
41012026-03-07T01:34:50.569Z[verify-libraries] Compiling russh-keys v0.45.0
41022026-03-07T01:34:53.704Z[verify-libraries] Compiling omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
41032026-03-07T01:34:54.427Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
41042026-03-07T01:34:54.912Z[verify-libraries] Compiling num-bigint v0.4.6
41052026-03-07T01:34:56.416Z[verify-libraries] Compiling des v0.8.1
41062026-03-07T01:34:57.112Z[verify-libraries] Compiling sapling-renderdag v0.1.0
41072026-03-07T01:34:57.201Z[verify-libraries] Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
41082026-03-07T01:34:58.345Z[verify-libraries] Compiling sync-ptr v0.1.4
41092026-03-07T01:34:58.407Z[verify-libraries] Compiling hex-literal v0.4.1
41102026-03-07T01:34:58.661Z[verify-libraries] Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
41112026-03-07T01:34:58.901Z[verify-libraries] Compiling russh v0.45.0
41122026-03-07T01:34:59.087Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
41132026-03-07T01:35:05.472Z[verify-libraries] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
41142026-03-07T01:35:06.542Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
41152026-03-07T01:35:07.305Z[verify-libraries] Compiling socket2 v0.5.10
41162026-03-07T01:35:09.263Z[verify-libraries] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
41172026-03-07T01:35:09.681Z[verify-libraries] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
41182026-03-07T01:35:14.563Z[verify-libraries] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
41192026-03-07T01:35:21.258Z[ recovery-image] Mar 07 01:35:19.882 INFO O| Mar 07 01:35:19.882 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
41202026-03-07T01:35:26.806Z[verify-libraries] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
41212026-03-07T01:35:42.680Z[ host-image] Mar 07 01:35:41.301 INFO O| Mar 07 01:35:41.301 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
41222026-03-07T01:35:46.542Z[ recovery-image] Mar 07 01:35:45.163 INFO O| Mar 07 01:35:45.163 INFO O| Startup: Caching catalogs ... Done
41232026-03-07T01:35:46.725Z[ recovery-image] Mar 07 01:35:45.346 INFO O| Mar 07 01:35:45.346 INFO O| Planning: Planning completed in 0.00 seconds
41242026-03-07T01:35:46.728Z[ recovery-image] Mar 07 01:35:45.347 INFO O| Mar 07 01:35:45.347 INFO O| Planning: Consolidating action changes ... Done
41252026-03-07T01:35:46.728Z[ recovery-image] Mar 07 01:35:45.347 INFO O| Mar 07 01:35:45.347 INFO O| Planning: Evaluating mediators ... Done
41262026-03-07T01:35:46.728Z[ recovery-image] Mar 07 01:35:45.348 INFO O| Mar 07 01:35:45.348 INFO O| Planning: Planning completed in 0.00 seconds
41272026-03-07T01:35:46.728Z[ recovery-image] Mar 07 01:35:45.349 INFO O| Mar 07 01:35:45.349 INFO O| Variants/Facets to change: 1
41282026-03-07T01:35:46.793Z[ recovery-image] Mar 07 01:35:45.414 INFO O| Mar 07 01:35:45.414 INFO O| Done
41292026-03-07T01:35:46.797Z[ recovery-image] Mar 07 01:35:45.414 INFO O| Mar 07 01:35:45.414 INFO O| Done
41302026-03-07T01:35:49.839Z[ recovery-image] Mar 07 01:35:48.460 INFO O| Mar 07 01:35:48.459 INFO O| Done
41312026-03-07T01:35:50.069Z[ recovery-image] Mar 07 01:35:48.689 INFO O| Mar 07 01:35:48.689 INFO O| Done
41322026-03-07T01:35:50.072Z[ recovery-image] Mar 07 01:35:48.691 INFO O| Mar 07 01:35:48.691 INFO O| Done
41332026-03-07T01:35:50.072Z[ recovery-image] Mar 07 01:35:48.691 INFO O| Mar 07 01:35:48.691 INFO O| Done
41342026-03-07T01:35:50.075Z[ recovery-image] Mar 07 01:35:48.693 INFO O| Mar 07 01:35:48.693 INFO O| Done
41352026-03-07T01:35:52.326Z[ recovery-image] Mar 07 01:35:50.946 INFO O| Mar 07 01:35:50.946 INFO STEP 6 (pkg_change_variant) COMPLETE
41362026-03-07T01:35:52.326Z[ recovery-image] Mar 07 01:35:50.946 INFO O| Mar 07 01:35:50.946 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41372026-03-07T01:35:52.330Z[ recovery-image] Mar 07 01:35:50.946 INFO O| Mar 07 01:35:50.946 INFO skip step because feature "debug_variant" is not enabled
41382026-03-07T01:35:52.330Z[ recovery-image] Mar 07 01:35:50.946 INFO O| Mar 07 01:35:50.946 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41392026-03-07T01:35:52.986Z[ recovery-image] Mar 07 01:35:51.606 INFO O| Mar 07 01:35:51.605 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "openssl.10=false"]
41402026-03-07T01:35:58.591Z[verify-libraries] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
41412026-03-07T01:35:58.845Z[verify-libraries] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
41422026-03-07T01:36:07.423Z[ host-image] Mar 07 01:36:06.041 INFO O| Mar 07 01:36:06.041 INFO O| Startup: Caching catalogs ... Done
41432026-03-07T01:36:07.605Z[ host-image] Mar 07 01:36:06.223 INFO O| Mar 07 01:36:06.222 INFO O| Planning: Planning completed in 0.00 seconds
41442026-03-07T01:36:07.608Z[ host-image] Mar 07 01:36:06.223 INFO O| Mar 07 01:36:06.223 INFO O| Planning: Consolidating action changes ... Done
41452026-03-07T01:36:07.608Z[ host-image] Mar 07 01:36:06.223 INFO O| Mar 07 01:36:06.223 INFO O| Planning: Evaluating mediators ... Done
41462026-03-07T01:36:07.608Z[ host-image] Mar 07 01:36:06.224 INFO O| Mar 07 01:36:06.224 INFO O| Planning: Planning completed in 0.00 seconds
41472026-03-07T01:36:07.608Z[ host-image] Mar 07 01:36:06.224 INFO O| Mar 07 01:36:06.224 INFO O| Variants/Facets to change: 1
41482026-03-07T01:36:07.644Z[ host-image] Mar 07 01:36:06.261 INFO O| Mar 07 01:36:06.261 INFO O| Done
41492026-03-07T01:36:07.644Z[ host-image] Mar 07 01:36:06.261 INFO O| Mar 07 01:36:06.261 INFO O| Done
41502026-03-07T01:36:09.874Z[ host-image] Mar 07 01:36:08.491 INFO O| Mar 07 01:36:08.491 INFO O| Done
41512026-03-07T01:36:10.079Z[ host-image] Mar 07 01:36:08.697 INFO O| Mar 07 01:36:08.696 INFO O| Done
41522026-03-07T01:36:10.083Z[ host-image] Mar 07 01:36:08.698 INFO O| Mar 07 01:36:08.697 INFO O| Done
41532026-03-07T01:36:10.083Z[ host-image] Mar 07 01:36:08.698 INFO O| Mar 07 01:36:08.698 INFO O| Done
41542026-03-07T01:36:10.083Z[ host-image] Mar 07 01:36:08.699 INFO O| Mar 07 01:36:08.699 INFO O| Done
41552026-03-07T01:36:12.430Z[ host-image] Mar 07 01:36:11.047 INFO O| Mar 07 01:36:11.047 INFO STEP 8 (pkg_change_facet) COMPLETE
41562026-03-07T01:36:12.430Z[ host-image] Mar 07 01:36:11.047 INFO O| Mar 07 01:36:11.047 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41572026-03-07T01:36:12.430Z[ host-image] Mar 07 01:36:11.047 INFO O| Mar 07 01:36:11.047 INFO skip step because feature "recovery" is not enabled
41582026-03-07T01:36:12.434Z[ host-image] Mar 07 01:36:11.047 INFO O| Mar 07 01:36:11.047 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41592026-03-07T01:36:12.434Z[ host-image] Mar 07 01:36:11.047 INFO O| Mar 07 01:36:11.047 INFO skip step because feature "recovery" is not enabled
41602026-03-07T01:36:12.434Z[ host-image] Mar 07 01:36:11.047 INFO O| Mar 07 01:36:11.047 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41612026-03-07T01:36:12.449Z[ host-image] Mar 07 01:36:11.065 INFO O| Mar 07 01:36:11.064 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"]
41622026-03-07T01:36:16.644Z[verify-libraries] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
41632026-03-07T01:36:19.809Z[verify-libraries] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
41642026-03-07T01:36:25.036Z[verify-libraries] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
41652026-03-07T01:36:33.986Z[verify-libraries] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
41662026-03-07T01:36:34.146Z[verify-libraries] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
41672026-03-07T01:36:40.674Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41682026-03-07T01:36:44.176Z[ recovery-image] Mar 07 01:36:42.788 INFO O| Mar 07 01:36:42.788 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
41692026-03-07T01:36:46.683Z[verify-libraries] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
41702026-03-07T01:36:52.328Z[verify-libraries] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
41712026-03-07T01:36:56.536Z[verify-libraries] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
41722026-03-07T01:37:06.844Z[ host-image] Mar 07 01:37:05.452 INFO O| Mar 07 01:37:05.452 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
41732026-03-07T01:37:08.948Z[ recovery-image] Mar 07 01:37:07.557 INFO O| Mar 07 01:37:07.557 INFO O| Startup: Caching catalogs ... Done
41742026-03-07T01:37:09.130Z[ recovery-image] Mar 07 01:37:07.738 INFO O| Mar 07 01:37:07.738 INFO O| Planning: Planning completed in 0.00 seconds
41752026-03-07T01:37:09.133Z[ recovery-image] Mar 07 01:37:07.739 INFO O| Mar 07 01:37:07.739 INFO O| Planning: Consolidating action changes ... Done
41762026-03-07T01:37:09.133Z[ recovery-image] Mar 07 01:37:07.739 INFO O| Mar 07 01:37:07.739 INFO O| Planning: Evaluating mediators ... Done
41772026-03-07T01:37:09.133Z[ recovery-image] Mar 07 01:37:07.740 INFO O| Mar 07 01:37:07.740 INFO O| Planning: Planning completed in 0.00 seconds
41782026-03-07T01:37:09.133Z[ recovery-image] Mar 07 01:37:07.740 INFO O| Mar 07 01:37:07.740 INFO O| Variants/Facets to change: 1
41792026-03-07T01:37:09.203Z[ recovery-image] Mar 07 01:37:07.812 INFO O| Mar 07 01:37:07.812 INFO O| Done
41802026-03-07T01:37:09.203Z[ recovery-image] Mar 07 01:37:07.812 INFO O| Mar 07 01:37:07.812 INFO O| Done
41812026-03-07T01:37:10.582Z[verify-libraries] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
41822026-03-07T01:37:11.294Z[ recovery-image] Mar 07 01:37:09.903 INFO O| Mar 07 01:37:09.903 INFO O| Done
41832026-03-07T01:37:11.499Z[ recovery-image] Mar 07 01:37:10.107 INFO O| Mar 07 01:37:10.107 INFO O| Done
41842026-03-07T01:37:11.502Z[ recovery-image] Mar 07 01:37:10.108 INFO O| Mar 07 01:37:10.108 INFO O| Done
41852026-03-07T01:37:11.502Z[ recovery-image] Mar 07 01:37:10.109 INFO O| Mar 07 01:37:10.108 INFO O| Done
41862026-03-07T01:37:11.505Z[ recovery-image] Mar 07 01:37:10.111 INFO O| Mar 07 01:37:10.111 INFO O| Done
41872026-03-07T01:37:13.801Z[ recovery-image] Mar 07 01:37:12.409 INFO O| Mar 07 01:37:12.409 INFO STEP 8 (pkg_change_facet) COMPLETE
41882026-03-07T01:37:13.801Z[ recovery-image] Mar 07 01:37:12.409 INFO O| Mar 07 01:37:12.409 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41892026-03-07T01:37:14.596Z[ recovery-image] Mar 07 01:37:13.204 INFO O| Mar 07 01:37:13.204 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc=false"]
41902026-03-07T01:37:17.324Z[verify-libraries] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
41912026-03-07T01:37:27.725Z[verify-libraries] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
41922026-03-07T01:37:31.685Z[ host-image] Mar 07 01:37:30.291 INFO O| Mar 07 01:37:30.291 INFO O| Startup: Caching catalogs ... Done
41932026-03-07T01:37:39.305Z[verify-libraries] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
41942026-03-07T01:38:06.896Z[verify-libraries] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
41952026-03-07T01:38:10.234Z[ recovery-image] Mar 07 01:38:08.833 INFO O| Mar 07 01:38:08.833 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
41962026-03-07T01:38:18.331Z[verify-libraries] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
41972026-03-07T01:38:18.886Z[verify-libraries] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
41982026-03-07T01:38:20.995Z[verify-libraries] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
41992026-03-07T01:38:23.229Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
42002026-03-07T01:38:35.807Z[ recovery-image] Mar 07 01:38:34.404 INFO O| Mar 07 01:38:34.403 INFO O| Startup: Caching catalogs ... Done
42012026-03-07T01:38:35.948Z[ recovery-image] Mar 07 01:38:34.544 INFO O| Mar 07 01:38:34.544 INFO O| Planning: Planning completed in 0.00 seconds
42022026-03-07T01:38:35.951Z[ recovery-image] Mar 07 01:38:34.545 INFO O| Mar 07 01:38:34.545 INFO O| Planning: Consolidating action changes ... Done
42032026-03-07T01:38:35.951Z[ recovery-image] Mar 07 01:38:34.545 INFO O| Mar 07 01:38:34.545 INFO O| Planning: Evaluating mediators ... Done
42042026-03-07T01:38:35.951Z[ recovery-image] Mar 07 01:38:34.546 INFO O| Mar 07 01:38:34.546 INFO O| Planning: Planning completed in 0.00 seconds
42052026-03-07T01:38:35.951Z[ recovery-image] Mar 07 01:38:34.546 INFO O| Mar 07 01:38:34.546 INFO O| Variants/Facets to change: 1
42062026-03-07T01:38:36.003Z[ recovery-image] Mar 07 01:38:34.599 INFO O| Mar 07 01:38:34.599 INFO O| Done
42072026-03-07T01:38:36.003Z[ recovery-image] Mar 07 01:38:34.599 INFO O| Mar 07 01:38:34.599 INFO O| Done
42082026-03-07T01:38:38.750Z[ recovery-image] Mar 07 01:38:37.345 INFO O| Mar 07 01:38:37.345 INFO O| Done
42092026-03-07T01:38:39.187Z[ recovery-image] Mar 07 01:38:37.783 INFO O| Mar 07 01:38:37.783 INFO O| Done
42102026-03-07T01:38:39.191Z[ recovery-image] Mar 07 01:38:37.784 INFO O| Mar 07 01:38:37.784 INFO O| Done
42112026-03-07T01:38:39.191Z[ recovery-image] Mar 07 01:38:37.784 INFO O| Mar 07 01:38:37.784 INFO O| Done
42122026-03-07T01:38:39.215Z[ recovery-image] Mar 07 01:38:37.811 INFO O| Mar 07 01:38:37.811 INFO O| Done
42132026-03-07T01:38:42.611Z[ recovery-image] Mar 07 01:38:41.206 INFO O| Mar 07 01:38:41.206 INFO STEP 9 (pkg_change_facet) COMPLETE
42142026-03-07T01:38:42.611Z[ recovery-image] Mar 07 01:38:41.206 INFO O| Mar 07 01:38:41.206 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42152026-03-07T01:38:43.870Z[ recovery-image] Mar 07 01:38:42.465 INFO O| Mar 07 01:38:42.465 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc.man=false"]
42162026-03-07T01:38:45.542Z[verify-libraries] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
42172026-03-07T01:38:47.545Z[verify-libraries] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
42182026-03-07T01:39:04.058Z[verify-libraries] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
42192026-03-07T01:39:05.372Z[verify-libraries] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
42202026-03-07T01:39:08.553Z[verify-libraries] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
42212026-03-07T01:39:26.591Z[verify-libraries] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
42222026-03-07T01:39:29.816Z[verify-libraries] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
42232026-03-07T01:39:39.793Z[ recovery-image] Mar 07 01:39:38.380 INFO O| Mar 07 01:39:38.379 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
42242026-03-07T01:39:39.793Z[verify-libraries] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
42252026-03-07T01:39:52.632Z[verify-libraries] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
42262026-03-07T01:40:04.835Z[ recovery-image] Mar 07 01:40:03.418 INFO O| Mar 07 01:40:03.418 INFO O| Startup: Caching catalogs ... Done
42272026-03-07T01:40:04.990Z[ recovery-image] Mar 07 01:40:03.573 INFO O| Mar 07 01:40:03.573 INFO O| Planning: Planning completed in 0.00 seconds
42282026-03-07T01:40:04.994Z[ recovery-image] Mar 07 01:40:03.574 INFO O| Mar 07 01:40:03.574 INFO O| Planning: Consolidating action changes ... Done
42292026-03-07T01:40:04.994Z[ recovery-image] Mar 07 01:40:03.574 INFO O| Mar 07 01:40:03.574 INFO O| Planning: Evaluating mediators ... Done
42302026-03-07T01:40:04.994Z[ recovery-image] Mar 07 01:40:03.575 INFO O| Mar 07 01:40:03.575 INFO O| Planning: Planning completed in 0.00 seconds
42312026-03-07T01:40:04.994Z[ recovery-image] Mar 07 01:40:03.576 INFO O| Mar 07 01:40:03.576 INFO O| Variants/Facets to change: 1
42322026-03-07T01:40:05.258Z[ recovery-image] Mar 07 01:40:03.840 INFO O| Mar 07 01:40:03.840 INFO O| Done
42332026-03-07T01:40:05.258Z[ recovery-image] Mar 07 01:40:03.840 INFO O| Mar 07 01:40:03.840 INFO O| Done
42342026-03-07T01:40:09.656Z[ recovery-image] Mar 07 01:40:08.239 INFO O| Mar 07 01:40:08.239 INFO O| Done
42352026-03-07T01:40:10.021Z[ recovery-image] Mar 07 01:40:08.603 INFO O| Mar 07 01:40:08.603 INFO O| Done
42362026-03-07T01:40:10.024Z[ recovery-image] Mar 07 01:40:08.604 INFO O| Mar 07 01:40:08.604 INFO O| Done
42372026-03-07T01:40:10.024Z[ recovery-image] Mar 07 01:40:08.605 INFO O| Mar 07 01:40:08.604 INFO O| Done
42382026-03-07T01:40:10.027Z[ recovery-image] Mar 07 01:40:08.607 INFO O| Mar 07 01:40:08.607 INFO O| Done
42392026-03-07T01:40:12.976Z[verify-libraries] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
42402026-03-07T01:40:14.702Z[ recovery-image] Mar 07 01:40:13.284 INFO O| Mar 07 01:40:13.284 INFO STEP 10 (pkg_change_facet) COMPLETE
42412026-03-07T01:40:14.702Z[ recovery-image] Mar 07 01:40:13.284 INFO O| Mar 07 01:40:13.284 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42422026-03-07T01:40:14.724Z[ recovery-image] Mar 07 01:40:13.305 INFO O| Mar 07 01:40:13.305 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"]
42432026-03-07T01:40:16.851Z[verify-libraries] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
42442026-03-07T01:40:43.635Z[verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42452026-03-07T01:40:46.247Z[verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42462026-03-07T01:41:05.135Z[verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42472026-03-07T01:41:12.932Z[ recovery-image] Mar 07 01:41:11.505 INFO O| Mar 07 01:41:11.505 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
42482026-03-07T01:41:15.750Z[verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
42492026-03-07T01:41:25.194Z[verify-libraries] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
42502026-03-07T01:41:26.562Z[verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
42512026-03-07T01:41:33.912Z[verify-libraries] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
42522026-03-07T01:41:38.876Z[ host-image] Mar 07 01:41:37.445 INFO O| Mar 07 01:41:37.445 INFO O| Planning: Solver setup ... Done
42532026-03-07T01:41:42.734Z[ recovery-image] Mar 07 01:41:41.303 INFO O| Mar 07 01:41:41.303 INFO O| Startup: Caching catalogs ... Done
42542026-03-07T01:41:57.690Z[verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
42552026-03-07T01:42:09.380Z[verify-libraries] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
42562026-03-07T01:42:10.433Z[verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
42572026-03-07T01:42:12.505Z[verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
42582026-03-07T01:42:37.279Z[verify-libraries] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
42592026-03-07T01:42:51.968Z[verify-libraries] Compiling internet-checksum v0.2.1
42602026-03-07T01:42:52.299Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
42612026-03-07T01:43:02.909Z[verify-libraries] Compiling omicron-zone-package v0.12.2
42622026-03-07T01:43:24.124Z[verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42632026-03-07T01:43:25.009Z[verify-libraries] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
42642026-03-07T01:43:28.335Z[verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
42652026-03-07T01:43:52.612Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
42662026-03-07T01:43:54.810Z[verify-libraries] Compiling git-stub v1.0.0
42672026-03-07T01:43:56.109Z[verify-libraries] Compiling yansi v1.0.1
42682026-03-07T01:43:57.843Z[verify-libraries] Compiling diff v0.1.13
42692026-03-07T01:43:59.360Z[verify-libraries] Compiling pretty_assertions v1.4.1
42702026-03-07T01:44:00.788Z[verify-libraries] Compiling git-stub-vcs v0.1.0
42712026-03-07T01:44:02.928Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
42722026-03-07T01:44:06.244Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
42732026-03-07T01:44:06.876Z[verify-libraries] Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
42742026-03-07T01:44:07.636Z[verify-libraries] Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
42752026-03-07T01:44:08.292Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
42762026-03-07T01:44:08.898Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
42772026-03-07T01:44:09.618Z[verify-libraries] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
42782026-03-07T01:44:18.904Z[verify-libraries] Compiling drift v0.1.3
42792026-03-07T01:44:19.071Z[verify-libraries] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
42802026-03-07T01:44:38.957Z[verify-libraries] Compiling dropshot-api-manager v0.5.2
42812026-03-07T01:44:53.018Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
42822026-03-07T01:44:57.392Z[verify-libraries] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
42832026-03-07T01:45:34.796Z[verify-libraries] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
42842026-03-07T01:45:47.721Z[ recovery-image] Mar 07 01:45:46.255 INFO O| Mar 07 01:45:46.254 INFO O| Planning: Solver setup ... Done
42852026-03-07T01:46:06.049Z[verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
42862026-03-07T01:46:17.875Z[verify-libraries] Compiling trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
42872026-03-07T01:46:34.446Z[verify-libraries] Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
42882026-03-07T01:46:39.404Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
42892026-03-07T01:46:50.323Z[verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
42902026-03-07T01:46:58.650Z[verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
42912026-03-07T01:46:59.784Z[verify-libraries] Compiling openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
42922026-03-07T01:47:08.285Z[verify-libraries] Compiling termios v0.3.3
42932026-03-07T01:47:08.594Z[verify-libraries] Compiling omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
42942026-03-07T01:47:08.911Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
42952026-03-07T01:47:23.036Z[verify-libraries] Compiling tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
42962026-03-07T01:47:46.042Z[verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
42972026-03-07T01:47:47.852Z[verify-libraries] Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
42982026-03-07T01:48:02.626Z[verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
42992026-03-07T01:51:29.319Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
43002026-03-07T01:51:54.659Z[verify-libraries] Compiling reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
43012026-03-07T01:53:21.865Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
43022026-03-07T01:53:22.855Z[verify-libraries] Compiling omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
43032026-03-07T01:53:39.730Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
43042026-03-07T01:53:46.474Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
43052026-03-07T01:53:48.562Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
43062026-03-07T01:56:49.196Z[ host-image] Mar 07 01:56:47.634 INFO O| Mar 07 01:56:47.633 INFO O| Planning: Running solver ... Done
43072026-03-07T01:57:35.782Z[ host-image] Mar 07 01:57:34.213 INFO O| Mar 07 01:57:34.213 INFO O| Planning: Finding local manifests ... Done
43082026-03-07T01:57:37.702Z[ host-image] Mar 07 01:57:36.132 INFO O| Mar 07 01:57:36.132 INFO O| Planning: Fetching manifests: 0/126 0% complete
43092026-03-07T01:57:42.747Z[ host-image] Mar 07 01:57:41.177 INFO O| Mar 07 01:57:41.176 INFO O| Planning: Fetching manifests: 63/126 50% complete
43102026-03-07T01:57:47.752Z[ host-image] Mar 07 01:57:46.181 INFO O| Mar 07 01:57:46.181 INFO O| Planning: Fetching manifests: 115/126 91% complete
43112026-03-07T01:57:48.058Z[ host-image] Mar 07 01:57:46.485 INFO O| Mar 07 01:57:46.485 INFO O| Planning: Fetching manifests: 126/126 100% complete
43122026-03-07T01:57:50.132Z[ host-image] Mar 07 01:57:48.561 INFO O| Mar 07 01:57:48.560 INFO O| Planning: Package planning ... Done
43132026-03-07T01:57:51.412Z[ host-image] Mar 07 01:57:49.839 INFO O| Mar 07 01:57:49.839 INFO O| Planning: Merging actions ... Done
43142026-03-07T01:57:51.727Z[ host-image] Mar 07 01:57:50.156 INFO O| Mar 07 01:57:50.155 INFO O| Planning: Checking for conflicting actions ... Done
43152026-03-07T01:57:52.072Z[ host-image] Mar 07 01:57:50.499 INFO O| Mar 07 01:57:50.499 INFO O| Planning: Consolidating action changes ... Done
43162026-03-07T01:57:52.663Z[ host-image] Mar 07 01:57:51.091 INFO O| Mar 07 01:57:51.091 INFO O| Planning: Evaluating mediators ... Done
43172026-03-07T01:57:58.683Z[ host-image] Mar 07 01:57:57.110 INFO O| Mar 07 01:57:57.110 INFO O| Planning: Planning completed in 1226.68 seconds
43182026-03-07T01:57:58.718Z[ host-image] Mar 07 01:57:57.145 INFO O| Mar 07 01:57:57.145 INFO O| Packages to install: 126
43192026-03-07T01:57:58.721Z[ host-image] Mar 07 01:57:57.145 INFO O| Mar 07 01:57:57.145 INFO O| Mediators to change: 5
43202026-03-07T01:57:58.721Z[ host-image] Mar 07 01:57:57.145 INFO O| Mar 07 01:57:57.145 INFO O| Services to change: 6
43212026-03-07T01:57:58.982Z[ host-image] Mar 07 01:57:57.409 INFO O| Mar 07 01:57:57.409 INFO O| Download: 0/22925 items 0.0/210.6MB 0% complete
43222026-03-07T01:58:04.539Z[ host-image] Mar 07 01:58:02.965 INFO O| Mar 07 01:58:02.965 INFO O| Download: 1150/22925 items 6.6/210.6MB 3% complete (1.3M/s)
43232026-03-07T01:58:09.857Z[ host-image] Mar 07 01:58:08.283 INFO O| Mar 07 01:58:08.282 INFO O| Download: 1655/22925 items 10.9/210.6MB 5% complete (1.2M/s)
43242026-03-07T01:58:15.696Z[ host-image] Mar 07 01:58:14.091 INFO O| Mar 07 01:58:14.091 INFO O| Download: 1807/22925 items 16.9/210.6MB 8% complete (901k/s)
43252026-03-07T01:58:21.500Z[ host-image] Mar 07 01:58:19.923 INFO O| Mar 07 01:58:19.923 INFO O| Download: 2226/22925 items 24.4/210.6MB 11% complete (1.4M/s)
43262026-03-07T01:58:26.510Z[ host-image] Mar 07 01:58:24.934 INFO O| Mar 07 01:58:24.933 INFO O| Download: 2757/22925 items 31.6/210.6MB 14% complete (985k/s)
43272026-03-07T01:58:31.517Z[ host-image] Mar 07 01:58:29.939 INFO O| Mar 07 01:58:29.939 INFO O| Download: 3942/22925 items 40.2/210.6MB 19% complete (1.6M/s)
43282026-03-07T01:58:37.263Z[ host-image] Mar 07 01:58:35.684 INFO O| Mar 07 01:58:35.684 INFO O| Download: 4616/22925 items 42.8/210.6MB 20% complete (1.1M/s)
43292026-03-07T01:58:42.274Z[ host-image] Mar 07 01:58:40.695 INFO O| Mar 07 01:58:40.694 INFO O| Download: 5196/22925 items 46.4/210.6MB 22% complete (574k/s)
43302026-03-07T01:58:47.286Z[ host-image] Mar 07 01:58:45.705 INFO O| Mar 07 01:58:45.705 INFO O| Download: 6226/22925 items 46.9/210.6MB 22% complete (426k/s)
43312026-03-07T01:58:52.835Z[ host-image] Mar 07 01:58:51.254 INFO O| Mar 07 01:58:51.254 INFO O| Download: 6929/22925 items 49.4/210.6MB 23% complete (309k/s)
43322026-03-07T01:58:57.836Z[ host-image] Mar 07 01:58:56.255 INFO O| Mar 07 01:58:56.254 INFO O| Download: 7812/22925 items 59.2/210.6MB 28% complete (1.2M/s)
43332026-03-07T01:59:02.837Z[ host-image] Mar 07 01:59:01.255 INFO O| Mar 07 01:59:01.255 INFO O| Download: 8295/22925 items 61.6/210.6MB 29% complete (1.2M/s)
43342026-03-07T01:59:07.840Z[ host-image] Mar 07 01:59:06.257 INFO O| Mar 07 01:59:06.257 INFO O| Download: 8695/22925 items 75.2/210.6MB 35% complete (1.6M/s)
43352026-03-07T01:59:12.844Z[ host-image] Mar 07 01:59:11.257 INFO O| Mar 07 01:59:11.257 INFO O| Download: 9638/22925 items 88.1/210.6MB 41% complete (2.7M/s)
43362026-03-07T01:59:17.912Z[ host-image] Mar 07 01:59:16.326 INFO O| Mar 07 01:59:16.326 INFO O| Download: 10925/22925 items 94.8/210.6MB 44% complete (2.0M/s)
43372026-03-07T01:59:23.572Z[ host-image] Mar 07 01:59:21.987 INFO O| Mar 07 01:59:21.987 INFO O| Download: 11282/22925 items 98.7/210.6MB 46% complete (1.2M/s)
43382026-03-07T01:59:28.592Z[ host-image] Mar 07 01:59:27.006 INFO O| Mar 07 01:59:27.006 INFO O| Download: 12060/22925 items 103.0/210.6MB 48% complete (799k/s)
43392026-03-07T01:59:34.002Z[ host-image] Mar 07 01:59:32.011 INFO O| Mar 07 01:59:32.011 INFO O| Download: 12296/22925 items 114.2/210.6MB 54% complete (1.5M/s)
43402026-03-07T01:59:38.914Z[ host-image] Mar 07 01:59:37.327 INFO O| Mar 07 01:59:37.327 INFO O| Download: 13396/22925 items 114.8/210.6MB 54% complete (1.3M/s)
43412026-03-07T01:59:43.915Z[ host-image] Mar 07 01:59:42.327 INFO O| Mar 07 01:59:42.327 INFO O| Download: 14346/22925 items 115.6/210.6MB 54% complete (148k/s)
43422026-03-07T01:59:48.978Z[ host-image] Mar 07 01:59:47.389 INFO O| Mar 07 01:59:47.389 INFO O| Download: 14591/22925 items 121.6/210.6MB 57% complete (670k/s)
43432026-03-07T01:59:54.170Z[ host-image] Mar 07 01:59:52.581 INFO O| Mar 07 01:59:52.580 INFO O| Download: 15798/22925 items 130.8/210.6MB 62% complete (1.5M/s)
43442026-03-07T02:00:02.518Z[ host-image] Mar 07 01:59:58.599 INFO O| Mar 07 01:59:58.599 INFO O| Download: 16970/22925 items 144.1/210.6MB 68% complete (2.4M/s)
43452026-03-07T02:00:05.232Z[ host-image] Mar 07 02:00:03.641 INFO O| Mar 07 02:00:03.641 INFO O| Download: 18042/22925 items 166.2/210.6MB 78% complete (3.5M/s)
43462026-03-07T02:00:08.988Z[ recovery-image] Mar 07 02:00:07.396 INFO O| Mar 07 02:00:07.396 INFO O| Planning: Running solver ... Done
43472026-03-07T02:00:10.089Z[ recovery-image] Mar 07 02:00:08.497 INFO O| Mar 07 02:00:08.497 INFO O| Planning: Finding local manifests ... Done
43482026-03-07T02:00:10.123Z[ recovery-image] Mar 07 02:00:08.531 INFO O| Mar 07 02:00:08.531 INFO O| Planning: Fetching manifests: 0/126 0% complete
43492026-03-07T02:00:11.251Z[ host-image] Mar 07 02:00:09.659 INFO O| Mar 07 02:00:09.659 INFO O| Download: 20098/22925 items 175.7/210.6MB 83% complete (3.2M/s)
43502026-03-07T02:00:12.574Z[ recovery-image] Mar 07 02:00:10.982 INFO O| Mar 07 02:00:10.982 INFO O| Planning: Fetching manifests: 126/126 100% complete
43512026-03-07T02:00:13.092Z[ recovery-image] Mar 07 02:00:11.500 INFO O| Mar 07 02:00:11.499 INFO O| Planning: Package planning ... Done
43522026-03-07T02:00:14.092Z[ recovery-image] Mar 07 02:00:12.500 INFO O| Mar 07 02:00:12.500 INFO O| Planning: Merging actions ... Done
43532026-03-07T02:00:14.203Z[ recovery-image] Mar 07 02:00:12.611 INFO O| Mar 07 02:00:12.611 INFO O| Planning: Checking for conflicting actions ... Done
43542026-03-07T02:00:14.295Z[ recovery-image] Mar 07 02:00:12.703 INFO O| Mar 07 02:00:12.703 INFO O| Planning: Consolidating action changes ... Done
43552026-03-07T02:00:14.514Z[ recovery-image] Mar 07 02:00:12.921 INFO O| Mar 07 02:00:12.921 INFO O| Planning: Evaluating mediators ... Done
43562026-03-07T02:00:16.375Z[ host-image] Mar 07 02:00:14.782 INFO O| Mar 07 02:00:14.782 INFO O| Download: 20929/22925 items 182.5/210.6MB 86% complete (1.5M/s)
43572026-03-07T02:00:17.383Z[ recovery-image] Mar 07 02:00:15.790 INFO O| Mar 07 02:00:15.790 INFO O| Planning: Planning completed in 1114.28 seconds
43582026-03-07T02:00:17.386Z[ recovery-image] Mar 07 02:00:15.793 INFO O| Mar 07 02:00:15.793 INFO O| Packages to install: 126
43592026-03-07T02:00:17.386Z[ recovery-image] Mar 07 02:00:15.793 INFO O| Mar 07 02:00:15.793 INFO O| Mediators to change: 5
43602026-03-07T02:00:17.387Z[ recovery-image] Mar 07 02:00:15.793 INFO O| Mar 07 02:00:15.793 INFO O| Services to change: 5
43612026-03-07T02:00:17.437Z[ recovery-image] Mar 07 02:00:15.844 INFO O| Mar 07 02:00:15.844 INFO O| Download: 0/15969 items 0.0/187.3MB 0% complete
43622026-03-07T02:00:22.197Z[ host-image] Mar 07 02:00:20.603 INFO O| Mar 07 02:00:20.603 INFO O| Download: 21149/22925 items 184.7/210.6MB 87% complete (918k/s)
43632026-03-07T02:00:22.463Z[ recovery-image] Mar 07 02:00:20.870 INFO O| Mar 07 02:00:20.869 INFO O| Download: 1099/15969 items 9.3/187.3MB 4% complete (2.6M/s)
43642026-03-07T02:00:27.202Z[ host-image] Mar 07 02:00:25.607 INFO O| Mar 07 02:00:25.607 INFO O| Download: 21823/22925 items 190.2/210.6MB 90% complete (640k/s)
43652026-03-07T02:00:28.341Z[ recovery-image] Mar 07 02:00:26.747 INFO O| Mar 07 02:00:26.747 INFO O| Download: 1186/15969 items 15.0/187.3MB 7% complete (1.5M/s)
43662026-03-07T02:00:33.217Z[ host-image] Mar 07 02:00:31.622 INFO O| Mar 07 02:00:31.622 INFO O| Download: 22118/22925 items 204.0/210.6MB 96% complete (1.9M/s)
43672026-03-07T02:00:33.797Z[ recovery-image] Mar 07 02:00:32.201 INFO O| Mar 07 02:00:32.201 INFO O| Download: 1527/15969 items 22.1/187.3MB 11% complete (1.4M/s)
43682026-03-07T02:00:38.798Z[ recovery-image] Mar 07 02:00:37.202 INFO O| Mar 07 02:00:37.202 INFO O| Download: 3672/15969 items 39.1/187.3MB 20% complete (2.1M/s)
43692026-03-07T02:00:38.958Z[ host-image] Mar 07 02:00:37.362 INFO O| Mar 07 02:00:37.362 INFO O| Download: 22210/22925 items 205.3/210.6MB 97% complete (798k/s)
43702026-03-07T02:00:43.799Z[ recovery-image] Mar 07 02:00:42.203 INFO O| Mar 07 02:00:42.202 INFO O| Download: 3825/15969 items 42.3/187.3MB 22% complete (2.2M/s)
43712026-03-07T02:00:43.862Z[ host-image] Mar 07 02:00:42.265 INFO O| Mar 07 02:00:42.265 INFO O| Download: Completed 210.64 MB in 164.86 seconds (1.3M/s)
43722026-03-07T02:00:45.621Z[ host-image] Mar 07 02:00:44.024 INFO O| Mar 07 02:00:44.024 INFO O| Actions: 1/50885 actions (Installing new actions)
43732026-03-07T02:00:48.801Z[ recovery-image] Mar 07 02:00:47.204 INFO O| Mar 07 02:00:47.204 INFO O| Download: 4792/15969 items 43.4/187.3MB 23% complete (450k/s)
43742026-03-07T02:00:50.622Z[ host-image] Mar 07 02:00:49.024 INFO O| Mar 07 02:00:49.024 INFO O| Actions: 11368/50885 actions (Installing new actions)
43752026-03-07T02:00:53.892Z[ recovery-image] Mar 07 02:00:52.294 INFO O| Mar 07 02:00:52.294 INFO O| Download: 5732/15969 items 44.9/187.3MB 23% complete (229k/s)
43762026-03-07T02:00:55.623Z[ host-image] Mar 07 02:00:54.025 INFO O| Mar 07 02:00:54.024 INFO O| Actions: 18468/50885 actions (Installing new actions)
43772026-03-07T02:00:59.243Z[ recovery-image] Mar 07 02:00:57.644 INFO O| Mar 07 02:00:57.644 INFO O| Download: 6020/15969 items 53.8/187.3MB 28% complete (1.0M/s)
43782026-03-07T02:01:00.624Z[ host-image] Mar 07 02:00:59.025 INFO O| Mar 07 02:00:59.025 INFO O| Actions: 25121/50885 actions (Installing new actions)
43792026-03-07T02:01:04.267Z[ recovery-image] Mar 07 02:01:02.667 INFO O| Mar 07 02:01:02.667 INFO O| Download: 6494/15969 items 68.0/187.3MB 36% complete (2.3M/s)
43802026-03-07T02:01:05.648Z[ host-image] Mar 07 02:01:04.047 INFO O| Mar 07 02:01:04.047 INFO O| Actions: 50458/50885 actions (Installing new actions)
43812026-03-07T02:01:06.059Z[ host-image] Mar 07 02:01:04.457 INFO O| Mar 07 02:01:04.456 INFO O| Actions: Completed 50885 actions in 20.42 seconds.
43822026-03-07T02:01:10.336Z[ recovery-image] Mar 07 02:01:08.735 INFO O| Mar 07 02:01:08.735 INFO O| Download: 7717/15969 items 78.5/187.3MB 41% complete (2.4M/s)
43832026-03-07T02:01:13.680Z[ host-image] Mar 07 02:01:12.079 INFO O| Mar 07 02:01:12.079 INFO O| Done
43842026-03-07T02:01:13.680Z[ host-image] Mar 07 02:01:12.079 INFO O| Mar 07 02:01:12.079 INFO O| Done
43852026-03-07T02:01:15.344Z[ recovery-image] Mar 07 02:01:13.743 INFO O| Mar 07 02:01:13.743 INFO O| Download: 8656/15969 items 84.7/187.3MB 45% complete (1.5M/s)
43862026-03-07T02:01:20.939Z[ recovery-image] Mar 07 02:01:19.337 INFO O| Mar 07 02:01:19.337 INFO O| Download: 8923/15969 items 96.7/187.3MB 51% complete (1.9M/s)
43872026-03-07T02:01:25.956Z[ recovery-image] Mar 07 02:01:24.353 INFO O| Mar 07 02:01:24.353 INFO O| Download: 10037/15969 items 98.0/187.3MB 52% complete (1.2M/s)
43882026-03-07T02:01:31.420Z[ recovery-image] Mar 07 02:01:29.816 INFO O| Mar 07 02:01:29.816 INFO O| Download: 10983/15969 items 98.8/187.3MB 52% complete (218k/s)
43892026-03-07T02:01:36.474Z[ recovery-image] Mar 07 02:01:34.869 INFO O| Mar 07 02:01:34.869 INFO O| Download: 11465/15969 items 111.6/187.3MB 59% complete (1.3M/s)
43902026-03-07T02:01:41.563Z[ recovery-image] Mar 07 02:01:39.958 INFO O| Mar 07 02:01:39.958 INFO O| Download: 11997/15969 items 133.4/187.3MB 71% complete (3.5M/s)
43912026-03-07T02:01:42.630Z[ host-image] Mar 07 02:01:41.024 INFO O| Mar 07 02:01:41.024 INFO O| Done
43922026-03-07T02:01:46.079Z[ host-image] Mar 07 02:01:44.473 INFO O| Mar 07 02:01:44.473 INFO O| Done
43932026-03-07T02:01:46.125Z[ host-image] Mar 07 02:01:44.519 INFO O| Mar 07 02:01:44.519 INFO O| Done
43942026-03-07T02:01:46.571Z[ recovery-image] Mar 07 02:01:44.965 INFO O| Mar 07 02:01:44.965 INFO O| Download: 12844/15969 items 149.1/187.3MB 79% complete (3.7M/s)
43952026-03-07T02:01:51.595Z[ recovery-image] Mar 07 02:01:49.989 INFO O| Mar 07 02:01:49.988 INFO O| Download: 14013/15969 items 153.5/187.3MB 81% complete (2.0M/s)
43962026-03-07T02:01:57.137Z[ recovery-image] Mar 07 02:01:55.529 INFO O| Mar 07 02:01:55.529 INFO O| Download: 14745/15969 items 155.9/187.3MB 83% complete (960k/s)
43972026-03-07T02:02:02.149Z[ recovery-image] Mar 07 02:02:00.540 INFO O| Mar 07 02:02:00.540 INFO O| Download: 14930/15969 items 162.4/187.3MB 86% complete (878k/s)
43982026-03-07T02:02:08.038Z[ recovery-image] Mar 07 02:02:06.429 INFO O| Mar 07 02:02:06.429 INFO O| Download: 15627/15969 items 180.8/187.3MB 96% complete (2.4M/s)
43992026-03-07T02:02:09.818Z[ host-image] Mar 07 02:02:08.209 INFO O| Mar 07 02:02:08.209 INFO O| Done
44002026-03-07T02:02:10.782Z[ host-image] Mar 07 02:02:09.172 INFO O| Mar 07 02:02:09.172 INFO O| Done
44012026-03-07T02:02:13.064Z[ recovery-image] Mar 07 02:02:11.454 INFO O| Mar 07 02:02:11.454 INFO O| Download: 15829/15969 items 185.3/187.3MB 98% complete (2.2M/s)
44022026-03-07T02:02:15.350Z[ recovery-image] Mar 07 02:02:13.740 INFO O| Mar 07 02:02:13.740 INFO O| Download: Completed 187.25 MB in 117.90 seconds (1.6M/s)
44032026-03-07T02:02:16.021Z[ host-image] Mar 07 02:02:14.409 INFO O| Mar 07 02:02:14.409 INFO STEP 11 (pkg_install) COMPLETE
44042026-03-07T02:02:16.024Z[ host-image] Mar 07 02:02:14.409 INFO O| Mar 07 02:02:14.409 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44052026-03-07T02:02:16.049Z[ host-image] Mar 07 02:02:14.439 INFO O| Mar 07 02:02:14.439 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"]
44062026-03-07T02:02:16.701Z[ recovery-image] Mar 07 02:02:15.091 INFO O| Mar 07 02:02:15.091 INFO O| Actions: 1/26357 actions (Installing new actions)
44072026-03-07T02:02:21.702Z[ recovery-image] Mar 07 02:02:20.091 INFO O| Mar 07 02:02:20.091 INFO O| Actions: 10722/26357 actions (Installing new actions)
44082026-03-07T02:02:26.703Z[ recovery-image] Mar 07 02:02:25.092 INFO O| Mar 07 02:02:25.091 INFO O| Actions: 16565/26357 actions (Installing new actions)
44092026-03-07T02:02:31.725Z[ recovery-image] Mar 07 02:02:30.112 INFO O| Mar 07 02:02:30.112 INFO O| Actions: 25901/26357 actions (Installing new actions)
44102026-03-07T02:02:32.394Z[ recovery-image] Mar 07 02:02:30.782 INFO O| Mar 07 02:02:30.781 INFO O| Actions: Completed 26357 actions in 15.69 seconds.
44112026-03-07T02:02:33.440Z[ recovery-image] Mar 07 02:02:31.827 INFO O| Mar 07 02:02:31.827 INFO O| Done
44122026-03-07T02:02:33.440Z[ recovery-image] Mar 07 02:02:31.827 INFO O| Mar 07 02:02:31.827 INFO O| Done
44132026-03-07T02:02:37.129Z[ recovery-image] Mar 07 02:02:35.515 INFO O| Mar 07 02:02:35.515 INFO O| Done
44142026-03-07T02:02:39.648Z[ recovery-image] Mar 07 02:02:38.035 INFO O| Mar 07 02:02:38.035 INFO O| Done
44152026-03-07T02:02:39.673Z[ recovery-image] Mar 07 02:02:38.060 INFO O| Mar 07 02:02:38.059 INFO O| Done
44162026-03-07T02:02:45.060Z[ recovery-image] Mar 07 02:02:43.446 INFO O| Mar 07 02:02:43.446 INFO O| Done
44172026-03-07T02:02:45.749Z[ recovery-image] Mar 07 02:02:44.134 INFO O| Mar 07 02:02:44.134 INFO O| Done
44182026-03-07T02:02:49.803Z[ recovery-image] Mar 07 02:02:48.188 INFO O| Mar 07 02:02:48.187 INFO STEP 11 (pkg_install) COMPLETE
44192026-03-07T02:02:49.803Z[ recovery-image] Mar 07 02:02:48.188 INFO O| Mar 07 02:02:48.187 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44202026-03-07T02:02:49.806Z[ recovery-image] Mar 07 02:02:48.188 INFO O| Mar 07 02:02:48.187 INFO skip step because feature "recovery" is enabled
44212026-03-07T02:02:49.806Z[ recovery-image] Mar 07 02:02:48.188 INFO O| Mar 07 02:02:48.188 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44222026-03-07T02:02:49.806Z[ recovery-image] Mar 07 02:02:48.188 INFO O| Mar 07 02:02:48.188 INFO skip step because feature "omicron1" is not enabled
44232026-03-07T02:02:49.806Z[ recovery-image] Mar 07 02:02:48.188 INFO O| Mar 07 02:02:48.188 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44242026-03-07T02:02:49.818Z[ recovery-image] Mar 07 02:02:48.202 INFO O| Mar 07 02:02:48.202 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "install", "/driver/network/opte@0.39.455"]
44252026-03-07T02:03:15.779Z[ host-image] Mar 07 02:03:14.160 INFO O| Mar 07 02:03:14.160 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
44262026-03-07T02:03:38.495Z[ host-image] Mar 07 02:03:36.872 INFO O| Mar 07 02:03:36.872 INFO O| Startup: Caching catalogs ... Done
44272026-03-07T02:03:41.129Z[ recovery-image] Mar 07 02:03:39.506 INFO O| Mar 07 02:03:39.506 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
44282026-03-07T02:03:51.050Z[ host-image] Mar 07 02:03:49.426 INFO O| Mar 07 02:03:49.426 INFO O| Planning: Solver setup ... Done
44292026-03-07T02:03:51.070Z[ host-image] Mar 07 02:03:49.446 INFO O| Mar 07 02:03:49.446 INFO O| Planning: Running solver ... Done
44302026-03-07T02:03:51.267Z[ host-image] Mar 07 02:03:49.643 INFO O| Mar 07 02:03:49.643 INFO O| Planning: Finding local manifests ... Done
44312026-03-07T02:03:51.336Z[ host-image] Mar 07 02:03:49.712 INFO O| Mar 07 02:03:49.712 INFO O| Planning: Fetching manifests: 0/6 0% complete
44322026-03-07T02:03:51.523Z[ host-image] Mar 07 02:03:49.899 INFO O| Mar 07 02:03:49.898 INFO O| Planning: Fetching manifests: 6/6 100% complete
44332026-03-07T02:03:51.565Z[ host-image] Mar 07 02:03:49.941 INFO O| Mar 07 02:03:49.941 INFO O| Planning: Package planning ... Done
44342026-03-07T02:03:51.573Z[ host-image] Mar 07 02:03:49.949 INFO O| Mar 07 02:03:49.949 INFO O| Planning: Merging actions ... Done
44352026-03-07T02:03:51.729Z[ host-image] Mar 07 02:03:50.104 INFO O| Mar 07 02:03:50.104 INFO O| Planning: Checking for conflicting actions ... Done
44362026-03-07T02:03:51.732Z[ host-image] Mar 07 02:03:50.107 INFO O| Mar 07 02:03:50.107 INFO O| Planning: Consolidating action changes ... Done
44372026-03-07T02:03:52.110Z[ host-image] Mar 07 02:03:50.485 INFO O| Mar 07 02:03:50.485 INFO O| Planning: Evaluating mediators ... Done
44382026-03-07T02:03:52.113Z[ host-image] Mar 07 02:03:50.489 INFO O| Mar 07 02:03:50.488 INFO O| Planning: Planning completed in 13.47 seconds
44392026-03-07T02:03:52.116Z[ host-image] Mar 07 02:03:50.489 INFO O| Mar 07 02:03:50.489 INFO O| Packages to install: 6
44402026-03-07T02:03:52.116Z[ host-image] Mar 07 02:03:50.490 INFO O| Mar 07 02:03:50.490 INFO O| Services to change: 2
44412026-03-07T02:03:52.160Z[ host-image] Mar 07 02:03:50.536 INFO O| Mar 07 02:03:50.536 INFO O| Download: 0/155 items 0.0/1.7MB 0% complete
44422026-03-07T02:03:57.081Z[ host-image] Mar 07 02:03:55.456 INFO O| Mar 07 02:03:55.456 INFO O| Download: Completed 1.75 MB in 4.92 seconds (362k/s)
44432026-03-07T02:03:57.137Z[ host-image] Mar 07 02:03:55.512 INFO O| Mar 07 02:03:55.512 INFO O| Actions: 1/390 actions (Installing new actions)
44442026-03-07T02:03:57.493Z[ host-image] Mar 07 02:03:55.868 INFO O| Mar 07 02:03:55.868 INFO O| Actions: Completed 390 actions in 0.36 seconds.
44452026-03-07T02:03:58.223Z[ host-image] Mar 07 02:03:56.597 INFO O| Mar 07 02:03:56.597 INFO O| Done
44462026-03-07T02:03:58.227Z[ host-image] Mar 07 02:03:56.597 INFO O| Mar 07 02:03:56.597 INFO O| Done
44472026-03-07T02:04:00.484Z[ host-image] Mar 07 02:03:58.858 INFO O| Mar 07 02:03:58.858 INFO O| Done
44482026-03-07T02:04:02.461Z[ recovery-image] Mar 07 02:04:00.835 INFO O| Mar 07 02:04:00.835 INFO O| Startup: Caching catalogs ... Done
44492026-03-07T02:04:02.980Z[ host-image] Mar 07 02:04:01.354 INFO O| Mar 07 02:04:01.354 INFO O| Done
44502026-03-07T02:04:03.029Z[ host-image] Mar 07 02:04:01.403 INFO O| Mar 07 02:04:01.402 INFO O| Done
44512026-03-07T02:04:03.029Z[ host-image] Mar 07 02:04:01.403 INFO O| Mar 07 02:04:01.403 INFO O| Done
44522026-03-07T02:04:03.067Z[ host-image] Mar 07 02:04:01.442 INFO O| Mar 07 02:04:01.442 INFO O| Done
44532026-03-07T02:04:04.935Z[ host-image] Mar 07 02:04:03.309 INFO O| Mar 07 02:04:03.309 INFO STEP 12 (pkg_install) COMPLETE
44542026-03-07T02:04:04.936Z[ host-image] Mar 07 02:04:03.309 INFO O| Mar 07 02:04:03.309 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44552026-03-07T02:04:04.949Z[ host-image] Mar 07 02:04:03.323 INFO O| Mar 07 02:04:03.323 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
44562026-03-07T02:04:11.477Z[ recovery-image] Mar 07 02:04:09.849 INFO O| Mar 07 02:04:09.848 INFO O| Planning: Solver setup ... Done
44572026-03-07T02:04:11.488Z[ recovery-image] Mar 07 02:04:09.862 INFO O| Mar 07 02:04:09.862 INFO O| Planning: Running solver ... Done
44582026-03-07T02:04:11.678Z[ recovery-image] Mar 07 02:04:10.051 INFO O| Mar 07 02:04:10.051 INFO O| Planning: Finding local manifests ... Done
44592026-03-07T02:04:11.708Z[ recovery-image] Mar 07 02:04:10.081 INFO O| Mar 07 02:04:10.081 INFO O| Planning: Fetching manifests: 0/1 0% complete
44602026-03-07T02:04:11.715Z[ recovery-image] Mar 07 02:04:10.088 INFO O| Mar 07 02:04:10.087 INFO O| Planning: Fetching manifests: 1/1 100% complete
44612026-03-07T02:04:11.743Z[ recovery-image] Mar 07 02:04:10.116 INFO O| Mar 07 02:04:10.116 INFO O| Planning: Package planning ... Done
44622026-03-07T02:04:11.746Z[ recovery-image] Mar 07 02:04:10.116 INFO O| Mar 07 02:04:10.116 INFO O| Planning: Merging actions ... Done
44632026-03-07T02:04:11.790Z[ recovery-image] Mar 07 02:04:10.162 INFO O| Mar 07 02:04:10.162 INFO O| Planning: Checking for conflicting actions ... Done
44642026-03-07T02:04:11.793Z[ recovery-image] Mar 07 02:04:10.163 INFO O| Mar 07 02:04:10.163 INFO O| Planning: Consolidating action changes ... Done
44652026-03-07T02:04:11.964Z[ recovery-image] Mar 07 02:04:10.336 INFO O| Mar 07 02:04:10.336 INFO O| Planning: Evaluating mediators ... Done
44662026-03-07T02:04:11.967Z[ recovery-image] Mar 07 02:04:10.337 INFO O| Mar 07 02:04:10.337 INFO O| Planning: Planning completed in 9.37 seconds
44672026-03-07T02:04:11.967Z[ recovery-image] Mar 07 02:04:10.337 INFO O| Mar 07 02:04:10.337 INFO O| Packages to install: 1
44682026-03-07T02:04:11.982Z[ recovery-image] Mar 07 02:04:10.355 INFO O| Mar 07 02:04:10.355 INFO O| Download: 0/4 items 0.0/12.3MB 0% complete
44692026-03-07T02:04:12.118Z[ recovery-image] Mar 07 02:04:10.491 INFO O| Mar 07 02:04:10.491 INFO O| Download: Completed 12.26 MB in 0.14 seconds (90.2M/s)
44702026-03-07T02:04:12.158Z[ recovery-image] Mar 07 02:04:10.530 INFO O| Mar 07 02:04:10.530 INFO O| Actions: 1/22 actions (Installing new actions)
44712026-03-07T02:04:12.434Z[ recovery-image] Mar 07 02:04:10.805 INFO O| Mar 07 02:04:10.805 INFO O| Actions: Completed 22 actions in 0.28 seconds.
44722026-03-07T02:04:12.889Z[ recovery-image] Mar 07 02:04:11.262 INFO O| Mar 07 02:04:11.262 INFO O| Done
44732026-03-07T02:04:12.890Z[ recovery-image] Mar 07 02:04:11.262 INFO O| Mar 07 02:04:11.262 INFO O| Done
44742026-03-07T02:04:14.128Z[ recovery-image] Mar 07 02:04:12.500 INFO O| Mar 07 02:04:12.500 INFO O| Done
44752026-03-07T02:04:15.277Z[ recovery-image] Mar 07 02:04:13.650 INFO O| Mar 07 02:04:13.649 INFO O| Done
44762026-03-07T02:04:15.294Z[ recovery-image] Mar 07 02:04:13.666 INFO O| Mar 07 02:04:13.666 INFO O| Done
44772026-03-07T02:04:15.297Z[ recovery-image] Mar 07 02:04:13.666 INFO O| Mar 07 02:04:13.666 INFO O| Done
44782026-03-07T02:04:15.309Z[ recovery-image] Mar 07 02:04:13.681 INFO O| Mar 07 02:04:13.681 INFO O| Done
44792026-03-07T02:04:16.720Z[ recovery-image] Mar 07 02:04:15.092 INFO O| Mar 07 02:04:15.092 INFO STEP 14 (pkg_install) COMPLETE
44802026-03-07T02:04:16.720Z[ recovery-image] Mar 07 02:04:15.092 INFO O| Mar 07 02:04:15.092 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44812026-03-07T02:04:16.724Z[ recovery-image] Mar 07 02:04:15.092 INFO O| Mar 07 02:04:15.092 INFO skip step because feature "mbist" is not enabled
44822026-03-07T02:04:16.724Z[ recovery-image] Mar 07 02:04:15.092 INFO O| Mar 07 02:04:15.092 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44832026-03-07T02:04:16.724Z[ recovery-image] Mar 07 02:04:15.092 INFO O| Mar 07 02:04:15.092 INFO skip step because feature "mfg" is not enabled
44842026-03-07T02:04:16.724Z[ recovery-image] Mar 07 02:04:15.092 INFO O| Mar 07 02:04:15.092 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44852026-03-07T02:04:16.724Z[ recovery-image] Mar 07 02:04:15.092 INFO O| Mar 07 02:04:15.092 INFO skip step because feature "compliance" is not enabled
44862026-03-07T02:04:16.724Z[ recovery-image] Mar 07 02:04:15.092 INFO O| Mar 07 02:04:15.092 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44872026-03-07T02:04:16.724Z[ recovery-image] Mar 07 02:04:15.092 INFO O| Mar 07 02:04:15.092 INFO skip step because feature "stress" is not enabled
44882026-03-07T02:04:16.724Z[ recovery-image] Mar 07 02:04:15.092 INFO O| Mar 07 02:04:15.092 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44892026-03-07T02:04:16.724Z[ recovery-image] Mar 07 02:04:15.092 INFO O| Mar 07 02:04:15.092 INFO skip step because feature "compliance" is not enabled
44902026-03-07T02:04:16.724Z[ recovery-image] Mar 07 02:04:15.092 INFO O| Mar 07 02:04:15.092 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
44912026-03-07T02:04:16.724Z[ recovery-image] Mar 07 02:04:15.092 INFO O| Mar 07 02:04:15.092 INFO skip step because feature "nfs" is not enabled
44922026-03-07T02:04:16.724Z[ recovery-image] Mar 07 02:04:15.092 INFO O| Mar 07 02:04:15.092 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@os
44932026-03-07T02:04:16.724Z[ recovery-image] Mar 07 02:04:15.095 INFO O| Mar 07 02:04:15.095 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
44942026-03-07T02:04:16.810Z[ recovery-image] Mar 07 02:04:15.183 INFO O| Mar 07 02:04:15.182 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
44952026-03-07T02:04:16.910Z[ recovery-image] Mar 07 02:04:15.283 INFO O| Mar 07 02:04:15.283 INFO completed processing sled/ramdisk-01-os
44962026-03-07T02:04:16.926Z[ recovery-image] Mar 07 02:04:15.299 INFO image builder template: ramdisk-02-trim...
44972026-03-07T02:04:16.929Z[ recovery-image] Mar 07 02:04:15.300 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/.tmp9u6fI0/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "publisher_0_name=helios-dev", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.39.455", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@19.0.0.0", "-n", "ramdisk-02-trim"], pwd: None
44982026-03-07T02:04:16.965Z[ recovery-image] Mar 07 02:04:15.337 INFO O| Mar 07 02:04:15.337 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
44992026-03-07T02:04:16.969Z[ recovery-image] Mar 07 02:04:15.341 INFO O| Mar 07 02:04:15.341 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
45002026-03-07T02:04:17.122Z[ recovery-image] Mar 07 02:04:15.494 INFO O| Mar 07 02:04:15.494 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-02-trim: sync = disabled
45012026-03-07T02:04:17.193Z[ recovery-image] Mar 07 02:04:15.564 INFO O| Mar 07 02:04:15.564 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
45022026-03-07T02:04:17.193Z[ recovery-image] Mar 07 02:04:15.564 INFO O| Mar 07 02:04:15.564 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
45032026-03-07T02:04:17.196Z[ recovery-image] Mar 07 02:04:15.569 INFO O| Mar 07 02:04:15.569 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
45042026-03-07T02:04:17.200Z[ recovery-image] Mar 07 02:04:15.572 INFO O| Mar 07 02:04:15.572 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@os
45052026-03-07T02:04:17.205Z[ recovery-image] Mar 07 02:04:15.578 INFO O| Mar 07 02:04:15.578 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
45062026-03-07T02:04:17.402Z[ recovery-image] Mar 07 02:04:15.775 INFO O| Mar 07 02:04:15.774 INFO rolled back to input snapshot; work may begin
45072026-03-07T02:04:17.403Z[ recovery-image] Mar 07 02:04:15.775 INFO O| Mar 07 02:04:15.774 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
45082026-03-07T02:04:17.408Z[ recovery-image] Mar 07 02:04:15.780 INFO O| Mar 07 02:04:15.780 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45092026-03-07T02:04:17.421Z[ recovery-image] Mar 07 02:04:15.794 INFO O| Mar 07 02:04:15.794 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/var/pkg"
45102026-03-07T02:04:17.481Z[ recovery-image] Mar 07 02:04:15.853 INFO O| Mar 07 02:04:15.853 INFO STEP 0 (remove_files) COMPLETE
45112026-03-07T02:04:17.481Z[ recovery-image] Mar 07 02:04:15.853 INFO O| Mar 07 02:04:15.853 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45122026-03-07T02:04:17.492Z[ recovery-image] Mar 07 02:04:15.863 INFO O| Mar 07 02:04:15.863 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/xpg4"
45132026-03-07T02:04:17.496Z[ recovery-image] Mar 07 02:04:15.865 INFO O| Mar 07 02:04:15.865 INFO STEP 1 (remove_files) COMPLETE
45142026-03-07T02:04:17.496Z[ recovery-image] Mar 07 02:04:15.865 INFO O| Mar 07 02:04:15.865 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45152026-03-07T02:04:17.500Z[ recovery-image] Mar 07 02:04:15.873 INFO O| Mar 07 02:04:15.873 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/include"
45162026-03-07T02:04:17.513Z[ recovery-image] Mar 07 02:04:15.885 INFO O| Mar 07 02:04:15.885 INFO STEP 2 (remove_files) COMPLETE
45172026-03-07T02:04:17.516Z[ recovery-image] Mar 07 02:04:15.885 INFO O| Mar 07 02:04:15.885 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45182026-03-07T02:04:17.524Z[ recovery-image] Mar 07 02:04:15.896 INFO O| Mar 07 02:04:15.896 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/demo"
45192026-03-07T02:04:17.527Z[ recovery-image] Mar 07 02:04:15.898 INFO O| Mar 07 02:04:15.898 INFO STEP 3 (remove_files) COMPLETE
45202026-03-07T02:04:17.527Z[ recovery-image] Mar 07 02:04:15.898 INFO O| Mar 07 02:04:15.898 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45212026-03-07T02:04:17.535Z[ recovery-image] Mar 07 02:04:15.908 INFO O| Mar 07 02:04:15.908 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/help"
45222026-03-07T02:04:17.539Z[ recovery-image] Mar 07 02:04:15.911 INFO O| Mar 07 02:04:15.911 INFO STEP 4 (remove_files) COMPLETE
45232026-03-07T02:04:17.539Z[ recovery-image] Mar 07 02:04:15.911 INFO O| Mar 07 02:04:15.911 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45242026-03-07T02:04:17.549Z[ recovery-image] Mar 07 02:04:15.921 INFO O| Mar 07 02:04:15.921 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/doc"
45252026-03-07T02:04:17.552Z[ recovery-image] Mar 07 02:04:15.921 INFO O| Mar 07 02:04:15.921 INFO STEP 5 (remove_files) COMPLETE
45262026-03-07T02:04:17.552Z[ recovery-image] Mar 07 02:04:15.921 INFO O| Mar 07 02:04:15.921 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45272026-03-07T02:04:17.558Z[ recovery-image] Mar 07 02:04:15.931 INFO O| Mar 07 02:04:15.931 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash-completion"
45282026-03-07T02:04:17.569Z[ recovery-image] Mar 07 02:04:15.941 INFO O| Mar 07 02:04:15.941 INFO STEP 6 (remove_files) COMPLETE
45292026-03-07T02:04:17.569Z[ recovery-image] Mar 07 02:04:15.941 INFO O| Mar 07 02:04:15.941 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45302026-03-07T02:04:17.572Z[ recovery-image] Mar 07 02:04:15.941 INFO O| Mar 07 02:04:15.941 INFO skip step because feature "recovery" is enabled
45312026-03-07T02:04:17.572Z[ recovery-image] Mar 07 02:04:15.941 INFO O| Mar 07 02:04:15.941 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45322026-03-07T02:04:17.572Z[ recovery-image] Mar 07 02:04:15.941 INFO O| Mar 07 02:04:15.941 INFO skip step because feature "recovery" is enabled
45332026-03-07T02:04:17.572Z[ recovery-image] Mar 07 02:04:15.941 INFO O| Mar 07 02:04:15.941 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45342026-03-07T02:04:17.572Z[ recovery-image] Mar 07 02:04:15.941 INFO O| Mar 07 02:04:15.941 INFO skip step because feature "recovery" is enabled
45352026-03-07T02:04:17.572Z[ recovery-image] Mar 07 02:04:15.941 INFO O| Mar 07 02:04:15.941 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45362026-03-07T02:04:17.578Z[ recovery-image] Mar 07 02:04:15.950 INFO O| Mar 07 02:04:15.950 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/etc/net-snmp"
45372026-03-07T02:04:17.582Z[ recovery-image] Mar 07 02:04:15.953 INFO O| Mar 07 02:04:15.953 INFO STEP 10 (remove_files) COMPLETE
45382026-03-07T02:04:17.582Z[ recovery-image] Mar 07 02:04:15.953 INFO O| Mar 07 02:04:15.953 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45392026-03-07T02:04:17.589Z[ recovery-image] Mar 07 02:04:15.962 INFO O| Mar 07 02:04:15.962 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i386"
45402026-03-07T02:04:17.592Z[ recovery-image] Mar 07 02:04:15.963 INFO O| Mar 07 02:04:15.963 INFO STEP 11 (remove_files) COMPLETE
45412026-03-07T02:04:17.592Z[ recovery-image] Mar 07 02:04:15.963 INFO O| Mar 07 02:04:15.963 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45422026-03-07T02:04:17.598Z[ recovery-image] Mar 07 02:04:15.970 INFO O| Mar 07 02:04:15.970 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86xpv"
45432026-03-07T02:04:17.601Z[ recovery-image] Mar 07 02:04:15.972 INFO O| Mar 07 02:04:15.972 INFO STEP 12 (remove_files) COMPLETE
45442026-03-07T02:04:17.601Z[ recovery-image] Mar 07 02:04:15.972 INFO O| Mar 07 02:04:15.972 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45452026-03-07T02:04:17.716Z[ recovery-image] Mar 07 02:04:16.088 INFO O| Mar 07 02:04:16.088 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libtddl.a"
45462026-03-07T02:04:17.719Z[ recovery-image] Mar 07 02:04:16.089 INFO O| Mar 07 02:04:16.089 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libncurses++.a"
45472026-03-07T02:04:17.722Z[ recovery-image] Mar 07 02:04:16.093 INFO O| Mar 07 02:04:16.093 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
45482026-03-07T02:04:17.763Z[ recovery-image] Mar 07 02:04:16.135 INFO O| Mar 07 02:04:16.135 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libncurses++.a"
45492026-03-07T02:04:17.794Z[ recovery-image] Mar 07 02:04:16.166 INFO O| Mar 07 02:04:16.166 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
45502026-03-07T02:04:17.810Z[ recovery-image] Mar 07 02:04:16.182 INFO O| Mar 07 02:04:16.182 INFO STEP 13 (remove_files) COMPLETE
45512026-03-07T02:04:17.810Z[ recovery-image] Mar 07 02:04:16.182 INFO O| Mar 07 02:04:16.182 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45522026-03-07T02:04:17.822Z[ recovery-image] Mar 07 02:04:16.194 INFO O| Mar 07 02:04:16.194 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/boot"
45532026-03-07T02:04:17.825Z[ recovery-image] Mar 07 02:04:16.195 INFO O| Mar 07 02:04:16.195 INFO STEP 14 (remove_files) COMPLETE
45542026-03-07T02:04:17.825Z[ recovery-image] Mar 07 02:04:16.195 INFO O| Mar 07 02:04:16.195 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45552026-03-07T02:04:17.834Z[ recovery-image] Mar 07 02:04:16.206 INFO O| Mar 07 02:04:16.206 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86pc"
45562026-03-07T02:04:17.840Z[ recovery-image] Mar 07 02:04:16.213 INFO O| Mar 07 02:04:16.213 INFO STEP 15 (remove_files) COMPLETE
45572026-03-07T02:04:17.840Z[ recovery-image] Mar 07 02:04:16.213 INFO O| Mar 07 02:04:16.213 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45582026-03-07T02:04:17.851Z[ recovery-image] Mar 07 02:04:16.223 INFO O| Mar 07 02:04:16.223 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86xpv"
45592026-03-07T02:04:17.857Z[ recovery-image] Mar 07 02:04:16.223 INFO O| Mar 07 02:04:16.223 INFO STEP 16 (remove_files) COMPLETE
45602026-03-07T02:04:17.857Z[ recovery-image] Mar 07 02:04:16.223 INFO O| Mar 07 02:04:16.223 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45612026-03-07T02:04:17.861Z[ recovery-image] Mar 07 02:04:16.233 INFO O| Mar 07 02:04:16.233 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86pc"
45622026-03-07T02:04:17.864Z[ recovery-image] Mar 07 02:04:16.234 INFO O| Mar 07 02:04:16.234 INFO STEP 17 (remove_files) COMPLETE
45632026-03-07T02:04:17.864Z[ recovery-image] Mar 07 02:04:16.234 INFO O| Mar 07 02:04:16.234 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45642026-03-07T02:04:17.875Z[ recovery-image] Mar 07 02:04:16.247 INFO O| Mar 07 02:04:16.247 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/acpica"
45652026-03-07T02:04:17.875Z[ recovery-image] Mar 07 02:04:16.247 INFO O| Mar 07 02:04:16.247 INFO STEP 18 (remove_files) COMPLETE
45662026-03-07T02:04:17.875Z[ recovery-image] Mar 07 02:04:16.247 INFO O| Mar 07 02:04:16.247 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45672026-03-07T02:04:17.888Z[ recovery-image] Mar 07 02:04:16.259 INFO O| Mar 07 02:04:16.259 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/tem"
45682026-03-07T02:04:17.888Z[ recovery-image] Mar 07 02:04:16.259 INFO O| Mar 07 02:04:16.259 INFO STEP 19 (remove_files) COMPLETE
45692026-03-07T02:04:17.891Z[ recovery-image] Mar 07 02:04:16.259 INFO O| Mar 07 02:04:16.259 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45702026-03-07T02:04:17.896Z[ recovery-image] Mar 07 02:04:16.269 INFO O| Mar 07 02:04:16.269 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
45712026-03-07T02:04:17.896Z[ recovery-image] Mar 07 02:04:16.269 INFO O| Mar 07 02:04:16.269 INFO STEP 20 (remove_files) COMPLETE
45722026-03-07T02:04:17.896Z[ recovery-image] Mar 07 02:04:16.269 INFO O| Mar 07 02:04:16.269 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45732026-03-07T02:04:17.906Z[ recovery-image] Mar 07 02:04:16.279 INFO O| Mar 07 02:04:16.279 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/wc"
45742026-03-07T02:04:17.906Z[ recovery-image] Mar 07 02:04:16.279 INFO O| Mar 07 02:04:16.279 INFO STEP 21 (remove_files) COMPLETE
45752026-03-07T02:04:17.909Z[ recovery-image] Mar 07 02:04:16.279 INFO O| Mar 07 02:04:16.279 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45762026-03-07T02:04:17.918Z[ recovery-image] Mar 07 02:04:16.289 INFO O| Mar 07 02:04:16.289 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
45772026-03-07T02:04:17.918Z[ recovery-image] Mar 07 02:04:16.289 INFO O| Mar 07 02:04:16.289 INFO STEP 22 (remove_files) COMPLETE
45782026-03-07T02:04:17.920Z[ recovery-image] Mar 07 02:04:16.289 INFO O| Mar 07 02:04:16.289 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45792026-03-07T02:04:17.926Z[ recovery-image] Mar 07 02:04:16.299 INFO O| Mar 07 02:04:16.298 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/conskbd"
45802026-03-07T02:04:17.926Z[ recovery-image] Mar 07 02:04:16.299 INFO O| Mar 07 02:04:16.299 INFO STEP 23 (remove_files) COMPLETE
45812026-03-07T02:04:17.930Z[ recovery-image] Mar 07 02:04:16.299 INFO O| Mar 07 02:04:16.299 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45822026-03-07T02:04:17.934Z[ recovery-image] Mar 07 02:04:16.307 INFO O| Mar 07 02:04:16.306 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/tzmon"
45832026-03-07T02:04:17.934Z[ recovery-image] Mar 07 02:04:16.307 INFO O| Mar 07 02:04:16.307 INFO STEP 24 (remove_files) COMPLETE
45842026-03-07T02:04:17.937Z[ recovery-image] Mar 07 02:04:16.307 INFO O| Mar 07 02:04:16.307 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45852026-03-07T02:04:17.944Z[ recovery-image] Mar 07 02:04:16.316 INFO O| Mar 07 02:04:16.316 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/power"
45862026-03-07T02:04:17.944Z[ recovery-image] Mar 07 02:04:16.316 INFO O| Mar 07 02:04:16.316 INFO STEP 25 (remove_files) COMPLETE
45872026-03-07T02:04:17.947Z[ recovery-image] Mar 07 02:04:16.316 INFO O| Mar 07 02:04:16.316 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45882026-03-07T02:04:17.951Z[ recovery-image] Mar 07 02:04:16.324 INFO O| Mar 07 02:04:16.324 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio"
45892026-03-07T02:04:17.954Z[ recovery-image] Mar 07 02:04:16.324 INFO O| Mar 07 02:04:16.324 INFO STEP 26 (remove_files) COMPLETE
45902026-03-07T02:04:17.954Z[ recovery-image] Mar 07 02:04:16.324 INFO O| Mar 07 02:04:16.324 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45912026-03-07T02:04:17.959Z[ recovery-image] Mar 07 02:04:16.332 INFO O| Mar 07 02:04:16.332 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio1575"
45922026-03-07T02:04:17.960Z[ recovery-image] Mar 07 02:04:16.332 INFO O| Mar 07 02:04:16.332 INFO STEP 27 (remove_files) COMPLETE
45932026-03-07T02:04:17.962Z[ recovery-image] Mar 07 02:04:16.332 INFO O| Mar 07 02:04:16.332 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45942026-03-07T02:04:17.971Z[ recovery-image] Mar 07 02:04:16.343 INFO O| Mar 07 02:04:16.343 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audioens"
45952026-03-07T02:04:17.971Z[ recovery-image] Mar 07 02:04:16.343 INFO O| Mar 07 02:04:16.343 INFO STEP 28 (remove_files) COMPLETE
45962026-03-07T02:04:17.974Z[ recovery-image] Mar 07 02:04:16.343 INFO O| Mar 07 02:04:16.343 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
45972026-03-07T02:04:17.981Z[ recovery-image] Mar 07 02:04:16.353 INFO O| Mar 07 02:04:16.353 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiopci"
45982026-03-07T02:04:17.981Z[ recovery-image] Mar 07 02:04:16.353 INFO O| Mar 07 02:04:16.353 INFO STEP 29 (remove_files) COMPLETE
45992026-03-07T02:04:17.984Z[ recovery-image] Mar 07 02:04:16.353 INFO O| Mar 07 02:04:16.353 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46002026-03-07T02:04:17.990Z[ recovery-image] Mar 07 02:04:16.362 INFO O| Mar 07 02:04:16.362 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiots"
46012026-03-07T02:04:17.990Z[ recovery-image] Mar 07 02:04:16.362 INFO O| Mar 07 02:04:16.362 INFO STEP 30 (remove_files) COMPLETE
46022026-03-07T02:04:17.990Z[ recovery-image] Mar 07 02:04:16.362 INFO O| Mar 07 02:04:16.362 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46032026-03-07T02:04:18.000Z[ recovery-image] Mar 07 02:04:16.372 INFO O| Mar 07 02:04:16.372 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ehci"
46042026-03-07T02:04:18.000Z[ recovery-image] Mar 07 02:04:16.372 INFO O| Mar 07 02:04:16.372 INFO STEP 31 (remove_files) COMPLETE
46052026-03-07T02:04:18.004Z[ recovery-image] Mar 07 02:04:16.372 INFO O| Mar 07 02:04:16.372 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46062026-03-07T02:04:18.008Z[ recovery-image] Mar 07 02:04:16.380 INFO O| Mar 07 02:04:16.380 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hid"
46072026-03-07T02:04:18.008Z[ recovery-image] Mar 07 02:04:16.380 INFO O| Mar 07 02:04:16.380 INFO STEP 32 (remove_files) COMPLETE
46082026-03-07T02:04:18.008Z[ recovery-image] Mar 07 02:04:16.380 INFO O| Mar 07 02:04:16.380 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46092026-03-07T02:04:18.016Z[ recovery-image] Mar 07 02:04:16.389 INFO O| Mar 07 02:04:16.389 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hubd"
46102026-03-07T02:04:18.017Z[ recovery-image] Mar 07 02:04:16.389 INFO O| Mar 07 02:04:16.389 INFO STEP 33 (remove_files) COMPLETE
46112026-03-07T02:04:18.019Z[ recovery-image] Mar 07 02:04:16.389 INFO O| Mar 07 02:04:16.389 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46122026-03-07T02:04:18.026Z[ recovery-image] Mar 07 02:04:16.398 INFO O| Mar 07 02:04:16.398 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ohci"
46132026-03-07T02:04:18.026Z[ recovery-image] Mar 07 02:04:16.398 INFO O| Mar 07 02:04:16.398 INFO STEP 34 (remove_files) COMPLETE
46142026-03-07T02:04:18.026Z[ recovery-image] Mar 07 02:04:16.398 INFO O| Mar 07 02:04:16.398 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46152026-03-07T02:04:18.047Z[ recovery-image] Mar 07 02:04:16.408 INFO O| Mar 07 02:04:16.408 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
46162026-03-07T02:04:18.047Z[ recovery-image] Mar 07 02:04:16.408 INFO O| Mar 07 02:04:16.408 INFO STEP 35 (remove_files) COMPLETE
46172026-03-07T02:04:18.047Z[ recovery-image] Mar 07 02:04:16.408 INFO O| Mar 07 02:04:16.408 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46182026-03-07T02:04:18.047Z[ recovery-image] Mar 07 02:04:16.416 INFO O| Mar 07 02:04:16.416 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/uhci"
46192026-03-07T02:04:18.047Z[ recovery-image] Mar 07 02:04:16.416 INFO O| Mar 07 02:04:16.416 INFO STEP 36 (remove_files) COMPLETE
46202026-03-07T02:04:18.047Z[ recovery-image] Mar 07 02:04:16.416 INFO O| Mar 07 02:04:16.416 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46212026-03-07T02:04:18.052Z[ recovery-image] Mar 07 02:04:16.424 INFO O| Mar 07 02:04:16.424 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
46222026-03-07T02:04:18.052Z[ recovery-image] Mar 07 02:04:16.424 INFO O| Mar 07 02:04:16.424 INFO STEP 37 (remove_files) COMPLETE
46232026-03-07T02:04:18.055Z[ recovery-image] Mar 07 02:04:16.424 INFO O| Mar 07 02:04:16.424 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46242026-03-07T02:04:18.060Z[ recovery-image] Mar 07 02:04:16.432 INFO O| Mar 07 02:04:16.432 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_as"
46252026-03-07T02:04:18.063Z[ recovery-image] Mar 07 02:04:16.432 INFO O| Mar 07 02:04:16.432 INFO STEP 38 (remove_files) COMPLETE
46262026-03-07T02:04:18.063Z[ recovery-image] Mar 07 02:04:16.432 INFO O| Mar 07 02:04:16.432 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46272026-03-07T02:04:18.081Z[ recovery-image] Mar 07 02:04:16.441 INFO O| Mar 07 02:04:16.441 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
46282026-03-07T02:04:18.081Z[ recovery-image] Mar 07 02:04:16.441 INFO O| Mar 07 02:04:16.441 INFO STEP 39 (remove_files) COMPLETE
46292026-03-07T02:04:18.081Z[ recovery-image] Mar 07 02:04:16.441 INFO O| Mar 07 02:04:16.441 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46302026-03-07T02:04:18.088Z[ recovery-image] Mar 07 02:04:16.452 INFO O| Mar 07 02:04:16.452 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
46312026-03-07T02:04:18.088Z[ recovery-image] Mar 07 02:04:16.452 INFO O| Mar 07 02:04:16.452 INFO STEP 40 (remove_files) COMPLETE
46322026-03-07T02:04:18.088Z[ recovery-image] Mar 07 02:04:16.452 INFO O| Mar 07 02:04:16.452 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46332026-03-07T02:04:18.091Z[ recovery-image] Mar 07 02:04:16.461 INFO O| Mar 07 02:04:16.461 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usbprn"
46342026-03-07T02:04:18.091Z[ recovery-image] Mar 07 02:04:16.461 INFO O| Mar 07 02:04:16.461 INFO STEP 41 (remove_files) COMPLETE
46352026-03-07T02:04:18.091Z[ recovery-image] Mar 07 02:04:16.461 INFO O| Mar 07 02:04:16.461 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46362026-03-07T02:04:18.096Z[ recovery-image] Mar 07 02:04:16.469 INFO O| Mar 07 02:04:16.469 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/xhci"
46372026-03-07T02:04:18.099Z[ recovery-image] Mar 07 02:04:16.469 INFO O| Mar 07 02:04:16.469 INFO STEP 42 (remove_files) COMPLETE
46382026-03-07T02:04:18.099Z[ recovery-image] Mar 07 02:04:16.469 INFO O| Mar 07 02:04:16.469 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46392026-03-07T02:04:18.107Z[ recovery-image] Mar 07 02:04:16.479 INFO O| Mar 07 02:04:16.479 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
46402026-03-07T02:04:18.107Z[ recovery-image] Mar 07 02:04:16.479 INFO O| Mar 07 02:04:16.479 INFO STEP 43 (remove_files) COMPLETE
46412026-03-07T02:04:18.110Z[ recovery-image] Mar 07 02:04:16.479 INFO O| Mar 07 02:04:16.479 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46422026-03-07T02:04:18.117Z[ recovery-image] Mar 07 02:04:16.489 INFO O| Mar 07 02:04:16.489 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
46432026-03-07T02:04:18.117Z[ recovery-image] Mar 07 02:04:16.489 INFO O| Mar 07 02:04:16.489 INFO STEP 44 (remove_files) COMPLETE
46442026-03-07T02:04:18.120Z[ recovery-image] Mar 07 02:04:16.489 INFO O| Mar 07 02:04:16.489 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46452026-03-07T02:04:18.130Z[ recovery-image] Mar 07 02:04:16.502 INFO O| Mar 07 02:04:16.502 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
46462026-03-07T02:04:18.130Z[ recovery-image] Mar 07 02:04:16.503 INFO O| Mar 07 02:04:16.503 INFO STEP 45 (remove_files) COMPLETE
46472026-03-07T02:04:18.133Z[ recovery-image] Mar 07 02:04:16.503 INFO O| Mar 07 02:04:16.503 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46482026-03-07T02:04:18.140Z[ recovery-image] Mar 07 02:04:16.512 INFO O| Mar 07 02:04:16.512 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
46492026-03-07T02:04:18.140Z[ recovery-image] Mar 07 02:04:16.512 INFO O| Mar 07 02:04:16.512 INFO STEP 46 (remove_files) COMPLETE
46502026-03-07T02:04:18.143Z[ recovery-image] Mar 07 02:04:16.512 INFO O| Mar 07 02:04:16.512 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46512026-03-07T02:04:18.149Z[ recovery-image] Mar 07 02:04:16.522 INFO O| Mar 07 02:04:16.521 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
46522026-03-07T02:04:18.149Z[ recovery-image] Mar 07 02:04:16.522 INFO O| Mar 07 02:04:16.522 INFO STEP 47 (remove_files) COMPLETE
46532026-03-07T02:04:18.152Z[ recovery-image] Mar 07 02:04:16.522 INFO O| Mar 07 02:04:16.522 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46542026-03-07T02:04:18.160Z[ recovery-image] Mar 07 02:04:16.532 INFO O| Mar 07 02:04:16.532 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
46552026-03-07T02:04:18.164Z[ recovery-image] Mar 07 02:04:16.533 INFO O| Mar 07 02:04:16.532 INFO STEP 48 (remove_files) COMPLETE
46562026-03-07T02:04:18.164Z[ recovery-image] Mar 07 02:04:16.533 INFO O| Mar 07 02:04:16.533 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46572026-03-07T02:04:18.169Z[ recovery-image] Mar 07 02:04:16.541 INFO O| Mar 07 02:04:16.541 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mpt"
46582026-03-07T02:04:18.172Z[ recovery-image] Mar 07 02:04:16.541 INFO O| Mar 07 02:04:16.541 INFO STEP 49 (remove_files) COMPLETE
46592026-03-07T02:04:18.172Z[ recovery-image] Mar 07 02:04:16.541 INFO O| Mar 07 02:04:16.541 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46602026-03-07T02:04:18.178Z[ recovery-image] Mar 07 02:04:16.550 INFO O| Mar 07 02:04:16.550 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/mpt.conf"
46612026-03-07T02:04:18.178Z[ recovery-image] Mar 07 02:04:16.550 INFO O| Mar 07 02:04:16.550 INFO STEP 50 (remove_files) COMPLETE
46622026-03-07T02:04:18.178Z[ recovery-image] Mar 07 02:04:16.550 INFO O| Mar 07 02:04:16.550 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46632026-03-07T02:04:18.186Z[ recovery-image] Mar 07 02:04:16.559 INFO O| Mar 07 02:04:16.559 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
46642026-03-07T02:04:18.186Z[ recovery-image] Mar 07 02:04:16.559 INFO O| Mar 07 02:04:16.559 INFO STEP 51 (remove_files) COMPLETE
46652026-03-07T02:04:18.190Z[ recovery-image] Mar 07 02:04:16.559 INFO O| Mar 07 02:04:16.559 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46662026-03-07T02:04:18.196Z[ recovery-image] Mar 07 02:04:16.567 INFO O| Mar 07 02:04:16.567 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
46672026-03-07T02:04:18.199Z[ recovery-image] Mar 07 02:04:16.567 INFO O| Mar 07 02:04:16.567 INFO STEP 52 (remove_files) COMPLETE
46682026-03-07T02:04:18.199Z[ recovery-image] Mar 07 02:04:16.567 INFO O| Mar 07 02:04:16.567 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46692026-03-07T02:04:18.205Z[ recovery-image] Mar 07 02:04:16.577 INFO O| Mar 07 02:04:16.577 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/bootadm"
46702026-03-07T02:04:18.205Z[ recovery-image] Mar 07 02:04:16.577 INFO O| Mar 07 02:04:16.577 INFO STEP 53 (remove_files) COMPLETE
46712026-03-07T02:04:18.208Z[ recovery-image] Mar 07 02:04:16.577 INFO O| Mar 07 02:04:16.577 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46722026-03-07T02:04:18.215Z[ recovery-image] Mar 07 02:04:16.587 INFO O| Mar 07 02:04:16.587 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bootadm"
46732026-03-07T02:04:18.218Z[ recovery-image] Mar 07 02:04:16.587 INFO O| Mar 07 02:04:16.587 INFO STEP 54 (remove_files) COMPLETE
46742026-03-07T02:04:18.218Z[ recovery-image] Mar 07 02:04:16.587 INFO O| Mar 07 02:04:16.587 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46752026-03-07T02:04:18.223Z[ recovery-image] Mar 07 02:04:16.595 INFO O| Mar 07 02:04:16.595 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/beadm"
46762026-03-07T02:04:18.223Z[ recovery-image] Mar 07 02:04:16.595 INFO O| Mar 07 02:04:16.595 INFO STEP 55 (remove_files) COMPLETE
46772026-03-07T02:04:18.226Z[ recovery-image] Mar 07 02:04:16.595 INFO O| Mar 07 02:04:16.595 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46782026-03-07T02:04:18.231Z[ recovery-image] Mar 07 02:04:16.604 INFO O| Mar 07 02:04:16.603 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/beadm"
46792026-03-07T02:04:18.231Z[ recovery-image] Mar 07 02:04:16.604 INFO O| Mar 07 02:04:16.604 INFO STEP 56 (remove_files) COMPLETE
46802026-03-07T02:04:18.235Z[ recovery-image] Mar 07 02:04:16.604 INFO O| Mar 07 02:04:16.604 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46812026-03-07T02:04:18.239Z[ recovery-image] Mar 07 02:04:16.612 INFO O| Mar 07 02:04:16.612 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/etc/default/tar"
46822026-03-07T02:04:18.242Z[ recovery-image] Mar 07 02:04:16.612 INFO O| Mar 07 02:04:16.612 INFO STEP 57 (remove_files) COMPLETE
46832026-03-07T02:04:18.242Z[ recovery-image] Mar 07 02:04:16.612 INFO O| Mar 07 02:04:16.612 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46842026-03-07T02:04:18.261Z[ recovery-image] Mar 07 02:04:16.633 INFO O| Mar 07 02:04:16.633 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
46852026-03-07T02:04:18.261Z[ recovery-image] Mar 07 02:04:16.633 INFO O| Mar 07 02:04:16.633 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap ...
46862026-03-07T02:04:18.264Z[ recovery-image] Mar 07 02:04:16.633 INFO O| Mar 07 02:04:16.633 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
46872026-03-07T02:04:18.264Z[ recovery-image] Mar 07 02:04:16.633 INFO O| Mar 07 02:04:16.633 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
46882026-03-07T02:04:18.264Z[ recovery-image] Mar 07 02:04:16.635 INFO O| Mar 07 02:04:16.633 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
46892026-03-07T02:04:18.264Z[ recovery-image] Mar 07 02:04:16.636 INFO O| Mar 07 02:04:16.636 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
46902026-03-07T02:04:18.264Z[ recovery-image] Mar 07 02:04:16.636 INFO O| Mar 07 02:04:16.636 INFO ok!
46912026-03-07T02:04:18.264Z[ recovery-image] Mar 07 02:04:16.636 INFO O| Mar 07 02:04:16.636 INFO STEP 58 (ensure_file) COMPLETE
46922026-03-07T02:04:18.264Z[ recovery-image] Mar 07 02:04:16.636 INFO O| Mar 07 02:04:16.636 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
46932026-03-07T02:04:18.276Z[ recovery-image] Mar 07 02:04:16.648 INFO O| Mar 07 02:04:16.648 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
46942026-03-07T02:04:18.276Z[ recovery-image] Mar 07 02:04:16.648 INFO O| Mar 07 02:04:16.648 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
46952026-03-07T02:04:18.279Z[ recovery-image] Mar 07 02:04:16.648 INFO O| Mar 07 02:04:16.648 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
46962026-03-07T02:04:18.279Z[ recovery-image] Mar 07 02:04:16.648 INFO O| Mar 07 02:04:16.648 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
46972026-03-07T02:04:18.279Z[ recovery-image] Mar 07 02:04:16.648 INFO O| Mar 07 02:04:16.648 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
46982026-03-07T02:04:18.279Z[ recovery-image] Mar 07 02:04:16.648 INFO O| Mar 07 02:04:16.648 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
46992026-03-07T02:04:18.279Z[ recovery-image] Mar 07 02:04:16.648 INFO O| Mar 07 02:04:16.648 INFO ok!
47002026-03-07T02:04:18.279Z[ recovery-image] Mar 07 02:04:16.648 INFO O| Mar 07 02:04:16.648 INFO STEP 59 (ensure_file) COMPLETE
47012026-03-07T02:04:18.279Z[ recovery-image] Mar 07 02:04:16.648 INFO O| Mar 07 02:04:16.648 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47022026-03-07T02:04:18.286Z[ recovery-image] Mar 07 02:04:16.658 INFO O| Mar 07 02:04:16.658 INFO file /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile does not exist
47032026-03-07T02:04:18.286Z[ recovery-image] Mar 07 02:04:16.658 INFO O| Mar 07 02:04:16.658 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile ...
47042026-03-07T02:04:18.289Z[ recovery-image] Mar 07 02:04:16.659 INFO O| Mar 07 02:04:16.658 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile
47052026-03-07T02:04:18.289Z[ recovery-image] Mar 07 02:04:16.659 INFO O| Mar 07 02:04:16.658 INFO ok!
47062026-03-07T02:04:18.289Z[ recovery-image] Mar 07 02:04:16.659 INFO O| Mar 07 02:04:16.658 INFO STEP 60 (ensure_file) COMPLETE
47072026-03-07T02:04:18.289Z[ recovery-image] Mar 07 02:04:16.659 INFO O| Mar 07 02:04:16.659 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47082026-03-07T02:04:18.297Z[ recovery-image] Mar 07 02:04:16.669 INFO O| Mar 07 02:04:16.669 WARN file /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
47092026-03-07T02:04:18.300Z[ recovery-image] Mar 07 02:04:16.669 INFO O| Mar 07 02:04:16.669 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc ...
47102026-03-07T02:04:18.300Z[ recovery-image] Mar 07 02:04:16.669 INFO O| Mar 07 02:04:16.669 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc
47112026-03-07T02:04:18.300Z[ recovery-image] Mar 07 02:04:16.669 INFO O| Mar 07 02:04:16.669 INFO ok!
47122026-03-07T02:04:18.300Z[ recovery-image] Mar 07 02:04:16.669 INFO O| Mar 07 02:04:16.669 INFO STEP 61 (ensure_file) COMPLETE
47132026-03-07T02:04:18.300Z[ recovery-image] Mar 07 02:04:16.669 INFO O| Mar 07 02:04:16.669 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47142026-03-07T02:04:18.309Z[ recovery-image] Mar 07 02:04:16.682 INFO O| Mar 07 02:04:16.682 WARN file /rpool/images/build/recovery/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
47152026-03-07T02:04:18.309Z[ recovery-image] Mar 07 02:04:16.682 INFO O| Mar 07 02:04:16.682 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/sled/ramdisk/etc/motd ...
47162026-03-07T02:04:18.312Z[ recovery-image] Mar 07 02:04:16.682 INFO O| Mar 07 02:04:16.682 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
47172026-03-07T02:04:18.312Z[ recovery-image] Mar 07 02:04:16.682 INFO O| Mar 07 02:04:16.682 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
47182026-03-07T02:04:18.312Z[ recovery-image] Mar 07 02:04:16.682 INFO O| Mar 07 02:04:16.682 INFO ok!
47192026-03-07T02:04:18.312Z[ recovery-image] Mar 07 02:04:16.682 INFO O| Mar 07 02:04:16.682 INFO STEP 62 (ensure_file) COMPLETE
47202026-03-07T02:04:18.312Z[ recovery-image] Mar 07 02:04:16.682 INFO O| Mar 07 02:04:16.682 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47212026-03-07T02:04:18.320Z[ recovery-image] Mar 07 02:04:16.693 INFO O| Mar 07 02:04:16.692 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
47222026-03-07T02:04:18.320Z[ recovery-image] Mar 07 02:04:16.693 INFO O| Mar 07 02:04:16.693 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
47232026-03-07T02:04:18.323Z[ recovery-image] Mar 07 02:04:16.693 INFO O| Mar 07 02:04:16.693 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
47242026-03-07T02:04:18.323Z[ recovery-image] Mar 07 02:04:16.693 INFO O| Mar 07 02:04:16.693 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
47252026-03-07T02:04:18.323Z[ recovery-image] Mar 07 02:04:16.693 INFO O| Mar 07 02:04:16.693 INFO ok!
47262026-03-07T02:04:18.323Z[ recovery-image] Mar 07 02:04:16.693 INFO O| Mar 07 02:04:16.693 INFO STEP 63 (ensure_file) COMPLETE
47272026-03-07T02:04:18.323Z[ recovery-image] Mar 07 02:04:16.693 INFO O| Mar 07 02:04:16.693 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47282026-03-07T02:04:18.333Z[ recovery-image] Mar 07 02:04:16.705 INFO O| Mar 07 02:04:16.705 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
47292026-03-07T02:04:18.333Z[ recovery-image] Mar 07 02:04:16.705 INFO O| Mar 07 02:04:16.705 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly ...
47302026-03-07T02:04:18.336Z[ recovery-image] Mar 07 02:04:16.705 INFO O| Mar 07 02:04:16.705 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly
47312026-03-07T02:04:18.336Z[ recovery-image] Mar 07 02:04:16.705 INFO O| Mar 07 02:04:16.705 INFO ok!
47322026-03-07T02:04:18.336Z[ recovery-image] Mar 07 02:04:16.705 INFO O| Mar 07 02:04:16.705 INFO STEP 64 (assemble_files) COMPLETE
47332026-03-07T02:04:18.336Z[ recovery-image] Mar 07 02:04:16.705 INFO O| Mar 07 02:04:16.705 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47342026-03-07T02:04:18.343Z[ recovery-image] Mar 07 02:04:16.715 INFO O| Mar 07 02:04:16.715 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf does not exist
47352026-03-07T02:04:18.343Z[ recovery-image] Mar 07 02:04:16.715 INFO O| Mar 07 02:04:16.715 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf ...
47362026-03-07T02:04:18.346Z[ recovery-image] Mar 07 02:04:16.716 INFO O| Mar 07 02:04:16.716 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
47372026-03-07T02:04:18.346Z[ recovery-image] Mar 07 02:04:16.716 INFO O| Mar 07 02:04:16.716 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
47382026-03-07T02:04:18.346Z[ recovery-image] Mar 07 02:04:16.716 INFO O| Mar 07 02:04:16.716 INFO ok!
47392026-03-07T02:04:18.346Z[ recovery-image] Mar 07 02:04:16.716 INFO O| Mar 07 02:04:16.716 INFO STEP 65 (ensure_file) COMPLETE
47402026-03-07T02:04:18.346Z[ recovery-image] Mar 07 02:04:16.716 INFO O| Mar 07 02:04:16.716 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47412026-03-07T02:04:18.346Z[ recovery-image] Mar 07 02:04:16.716 INFO O| Mar 07 02:04:16.716 INFO skip step because feature "omicron1" is not enabled
47422026-03-07T02:04:18.346Z[ recovery-image] Mar 07 02:04:16.716 INFO O| Mar 07 02:04:16.716 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47432026-03-07T02:04:18.346Z[ recovery-image] Mar 07 02:04:16.716 INFO O| Mar 07 02:04:16.716 INFO skip step because feature "omicron1" is not enabled
47442026-03-07T02:04:18.346Z[ recovery-image] Mar 07 02:04:16.716 INFO O| Mar 07 02:04:16.716 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47452026-03-07T02:04:18.346Z[ recovery-image] Mar 07 02:04:16.716 INFO O| Mar 07 02:04:16.716 INFO skip step because feature "omicron1" is not enabled
47462026-03-07T02:04:18.346Z[ recovery-image] Mar 07 02:04:16.716 INFO O| Mar 07 02:04:16.716 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
47472026-03-07T02:04:18.357Z[ recovery-image] Mar 07 02:04:16.730 INFO O| Mar 07 02:04:16.730 INFO file /rpool/images/build/recovery/output/sled-ramdisk.tar does not already exist, skipping removal
47482026-03-07T02:04:18.357Z[ recovery-image] Mar 07 02:04:16.730 INFO O| Mar 07 02:04:16.730 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
47492026-03-07T02:04:19.910Z[ recovery-image] Mar 07 02:04:18.282 INFO O| Mar 07 02:04:18.282 INFO STEP 69 (pack_tar) COMPLETE
47502026-03-07T02:04:19.910Z[ recovery-image] Mar 07 02:04:18.282 INFO O| Mar 07 02:04:18.282 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
47512026-03-07T02:04:19.910Z[ recovery-image] Mar 07 02:04:18.282 INFO O| Mar 07 02:04:18.282 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
47522026-03-07T02:04:20.419Z[ recovery-image] Mar 07 02:04:18.791 INFO O| Mar 07 02:04:18.791 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
47532026-03-07T02:04:20.560Z[ recovery-image] Mar 07 02:04:18.930 INFO O| Mar 07 02:04:18.930 INFO completed processing sled/ramdisk-02-trim
47542026-03-07T02:04:20.563Z[ recovery-image] Mar 07 02:04:18.932 INFO image builder template: ramdisk-03-recovery-trim...
47552026-03-07T02:04:20.563Z[ recovery-image] Mar 07 02:04:18.932 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/.tmp9u6fI0/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "publisher_0_name=helios-dev", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.39.455", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@19.0.0.0", "-n", "ramdisk-03-recovery-trim"], pwd: None
47562026-03-07T02:04:20.660Z[ recovery-image] Mar 07 02:04:19.031 INFO O| Mar 07 02:04:19.031 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
47572026-03-07T02:04:20.662Z[ recovery-image] Mar 07 02:04:19.034 INFO O| Mar 07 02:04:19.034 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
47582026-03-07T02:04:20.757Z[ recovery-image] Mar 07 02:04:19.128 INFO O| Mar 07 02:04:19.128 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim: sync = disabled
47592026-03-07T02:04:20.878Z[ recovery-image] Mar 07 02:04:19.250 INFO O| Mar 07 02:04:19.250 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
47602026-03-07T02:04:20.878Z[ recovery-image] Mar 07 02:04:19.250 INFO O| Mar 07 02:04:19.250 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
47612026-03-07T02:04:20.884Z[ recovery-image] Mar 07 02:04:19.256 INFO O| Mar 07 02:04:19.256 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
47622026-03-07T02:04:20.888Z[ recovery-image] Mar 07 02:04:19.260 INFO O| Mar 07 02:04:19.260 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
47632026-03-07T02:04:20.892Z[ recovery-image] Mar 07 02:04:19.264 INFO O| Mar 07 02:04:19.264 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
47642026-03-07T02:04:21.166Z[ recovery-image] Mar 07 02:04:19.537 INFO O| Mar 07 02:04:19.537 INFO rolled back to input snapshot; work may begin
47652026-03-07T02:04:21.169Z[ recovery-image] Mar 07 02:04:19.537 INFO O| Mar 07 02:04:19.537 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
47662026-03-07T02:04:21.172Z[ recovery-image] Mar 07 02:04:19.543 INFO O| Mar 07 02:04:19.543 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47672026-03-07T02:04:21.180Z[ recovery-image] Mar 07 02:04:19.552 INFO O| Mar 07 02:04:19.552 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/7"
47682026-03-07T02:04:21.185Z[ recovery-image] Mar 07 02:04:19.557 INFO O| Mar 07 02:04:19.557 INFO STEP 0 (remove_files) COMPLETE
47692026-03-07T02:04:21.188Z[ recovery-image] Mar 07 02:04:19.557 INFO O| Mar 07 02:04:19.557 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47702026-03-07T02:04:21.196Z[ recovery-image] Mar 07 02:04:19.568 INFO O| Mar 07 02:04:19.568 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/share"
47712026-03-07T02:04:21.253Z[ recovery-image] Mar 07 02:04:19.625 INFO O| Mar 07 02:04:19.625 INFO STEP 1 (remove_files) COMPLETE
47722026-03-07T02:04:21.253Z[ recovery-image] Mar 07 02:04:19.625 INFO O| Mar 07 02:04:19.625 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47732026-03-07T02:04:21.262Z[ recovery-image] Mar 07 02:04:19.634 INFO O| Mar 07 02:04:19.634 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dns"
47742026-03-07T02:04:21.265Z[ recovery-image] Mar 07 02:04:19.637 INFO O| Mar 07 02:04:19.636 INFO STEP 2 (remove_files) COMPLETE
47752026-03-07T02:04:21.265Z[ recovery-image] Mar 07 02:04:19.637 INFO O| Mar 07 02:04:19.637 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47762026-03-07T02:04:21.273Z[ recovery-image] Mar 07 02:04:19.645 INFO O| Mar 07 02:04:19.645 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/iconv"
47772026-03-07T02:04:21.313Z[ recovery-image] Mar 07 02:04:19.684 INFO O| Mar 07 02:04:19.684 INFO STEP 3 (remove_files) COMPLETE
47782026-03-07T02:04:21.313Z[ recovery-image] Mar 07 02:04:19.684 INFO O| Mar 07 02:04:19.684 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47792026-03-07T02:04:21.323Z[ recovery-image] Mar 07 02:04:19.695 INFO O| Mar 07 02:04:19.695 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/locale"
47802026-03-07T02:04:21.340Z[ recovery-image] Mar 07 02:04:19.712 INFO O| Mar 07 02:04:19.712 INFO STEP 4 (remove_files) COMPLETE
47812026-03-07T02:04:21.340Z[ recovery-image] Mar 07 02:04:19.712 INFO O| Mar 07 02:04:19.712 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47822026-03-07T02:04:21.348Z[ recovery-image] Mar 07 02:04:19.720 INFO O| Mar 07 02:04:19.720 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/mps"
47832026-03-07T02:04:21.351Z[ recovery-image] Mar 07 02:04:19.722 INFO O| Mar 07 02:04:19.722 INFO STEP 5 (remove_files) COMPLETE
47842026-03-07T02:04:21.351Z[ recovery-image] Mar 07 02:04:19.722 INFO O| Mar 07 02:04:19.722 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47852026-03-07T02:04:21.361Z[ recovery-image] Mar 07 02:04:19.733 INFO O| Mar 07 02:04:19.733 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pkgconfig"
47862026-03-07T02:04:21.364Z[ recovery-image] Mar 07 02:04:19.735 INFO O| Mar 07 02:04:19.735 INFO STEP 6 (remove_files) COMPLETE
47872026-03-07T02:04:21.364Z[ recovery-image] Mar 07 02:04:19.735 INFO O| Mar 07 02:04:19.735 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47882026-03-07T02:04:21.371Z[ recovery-image] Mar 07 02:04:19.743 INFO O| Mar 07 02:04:19.743 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/scsi"
47892026-03-07T02:04:21.375Z[ recovery-image] Mar 07 02:04:19.746 INFO O| Mar 07 02:04:19.746 INFO STEP 7 (remove_files) COMPLETE
47902026-03-07T02:04:21.375Z[ recovery-image] Mar 07 02:04:19.746 INFO O| Mar 07 02:04:19.746 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47912026-03-07T02:04:21.383Z[ recovery-image] Mar 07 02:04:19.754 INFO O| Mar 07 02:04:19.754 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbfs"
47922026-03-07T02:04:21.385Z[ recovery-image] Mar 07 02:04:19.756 INFO O| Mar 07 02:04:19.756 INFO STEP 8 (remove_files) COMPLETE
47932026-03-07T02:04:21.386Z[ recovery-image] Mar 07 02:04:19.756 INFO O| Mar 07 02:04:19.756 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47942026-03-07T02:04:21.394Z[ recovery-image] Mar 07 02:04:19.766 INFO O| Mar 07 02:04:19.766 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbsrv"
47952026-03-07T02:04:21.396Z[ recovery-image] Mar 07 02:04:19.767 INFO O| Mar 07 02:04:19.767 INFO STEP 9 (remove_files) COMPLETE
47962026-03-07T02:04:21.396Z[ recovery-image] Mar 07 02:04:19.767 INFO O| Mar 07 02:04:19.767 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47972026-03-07T02:04:21.404Z[ recovery-image] Mar 07 02:04:19.776 INFO O| Mar 07 02:04:19.775 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/perl5"
47982026-03-07T02:04:21.462Z[ recovery-image] Mar 07 02:04:19.834 INFO O| Mar 07 02:04:19.834 INFO STEP 10 (remove_files) COMPLETE
47992026-03-07T02:04:21.462Z[ recovery-image] Mar 07 02:04:19.834 INFO O| Mar 07 02:04:19.834 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48002026-03-07T02:04:21.471Z[ recovery-image] Mar 07 02:04:19.843 INFO O| Mar 07 02:04:19.843 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash"
48012026-03-07T02:04:21.474Z[ recovery-image] Mar 07 02:04:19.846 INFO O| Mar 07 02:04:19.846 INFO STEP 11 (remove_files) COMPLETE
48022026-03-07T02:04:21.474Z[ recovery-image] Mar 07 02:04:19.846 INFO O| Mar 07 02:04:19.846 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48032026-03-07T02:04:21.482Z[ recovery-image] Mar 07 02:04:19.854 INFO O| Mar 07 02:04:19.854 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bhyve"
48042026-03-07T02:04:21.485Z[ recovery-image] Mar 07 02:04:19.856 INFO O| Mar 07 02:04:19.856 INFO STEP 12 (remove_files) COMPLETE
48052026-03-07T02:04:21.485Z[ recovery-image] Mar 07 02:04:19.856 INFO O| Mar 07 02:04:19.856 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48062026-03-07T02:04:21.494Z[ recovery-image] Mar 07 02:04:19.865 INFO O| Mar 07 02:04:19.865 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/emacs"
48072026-03-07T02:04:21.497Z[ recovery-image] Mar 07 02:04:19.866 INFO O| Mar 07 02:04:19.866 INFO STEP 13 (remove_files) COMPLETE
48082026-03-07T02:04:21.497Z[ recovery-image] Mar 07 02:04:19.866 INFO O| Mar 07 02:04:19.866 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48092026-03-07T02:04:21.504Z[ recovery-image] Mar 07 02:04:19.876 INFO O| Mar 07 02:04:19.876 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/icons"
48102026-03-07T02:04:21.507Z[ recovery-image] Mar 07 02:04:19.877 INFO O| Mar 07 02:04:19.877 INFO STEP 14 (remove_files) COMPLETE
48112026-03-07T02:04:21.507Z[ recovery-image] Mar 07 02:04:19.877 INFO O| Mar 07 02:04:19.877 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48122026-03-07T02:04:21.515Z[ recovery-image] Mar 07 02:04:19.887 INFO O| Mar 07 02:04:19.887 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/locale"
48132026-03-07T02:04:21.521Z[ recovery-image] Mar 07 02:04:19.893 INFO O| Mar 07 02:04:19.893 INFO STEP 15 (remove_files) COMPLETE
48142026-03-07T02:04:21.524Z[ recovery-image] Mar 07 02:04:19.893 INFO O| Mar 07 02:04:19.893 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48152026-03-07T02:04:21.531Z[ recovery-image] Mar 07 02:04:19.903 INFO O| Mar 07 02:04:19.903 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/src"
48162026-03-07T02:04:21.531Z[ recovery-image] Mar 07 02:04:19.903 INFO O| Mar 07 02:04:19.903 INFO STEP 16 (remove_files) COMPLETE
48172026-03-07T02:04:21.534Z[ recovery-image] Mar 07 02:04:19.903 INFO O| Mar 07 02:04:19.903 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48182026-03-07T02:04:21.542Z[ recovery-image] Mar 07 02:04:19.914 INFO O| Mar 07 02:04:19.914 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/terminfo"
48192026-03-07T02:04:21.545Z[ recovery-image] Mar 07 02:04:19.915 INFO O| Mar 07 02:04:19.915 INFO STEP 17 (remove_files) COMPLETE
48202026-03-07T02:04:21.545Z[ recovery-image] Mar 07 02:04:19.915 INFO O| Mar 07 02:04:19.915 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48212026-03-07T02:04:21.552Z[ recovery-image] Mar 07 02:04:19.924 INFO O| Mar 07 02:04:19.923 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/vim"
48222026-03-07T02:04:21.602Z[ recovery-image] Mar 07 02:04:19.973 INFO O| Mar 07 02:04:19.973 INFO STEP 18 (remove_files) COMPLETE
48232026-03-07T02:04:21.603Z[ recovery-image] Mar 07 02:04:19.974 INFO O| Mar 07 02:04:19.973 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48242026-03-07T02:04:21.611Z[ recovery-image] Mar 07 02:04:19.983 INFO O| Mar 07 02:04:19.983 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/network/ssh.xml"
48252026-03-07T02:04:21.614Z[ recovery-image] Mar 07 02:04:19.985 INFO O| Mar 07 02:04:19.985 INFO STEP 19 (remove_files) COMPLETE
48262026-03-07T02:04:21.614Z[ recovery-image] Mar 07 02:04:19.985 INFO O| Mar 07 02:04:19.985 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48272026-03-07T02:04:21.623Z[ recovery-image] Mar 07 02:04:19.994 INFO O| Mar 07 02:04:19.994 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/system/fmd.xml"
48282026-03-07T02:04:21.626Z[ recovery-image] Mar 07 02:04:19.995 INFO O| Mar 07 02:04:19.995 INFO STEP 20 (remove_files) COMPLETE
48292026-03-07T02:04:21.626Z[ recovery-image] Mar 07 02:04:19.995 INFO O| Mar 07 02:04:19.995 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48302026-03-07T02:04:21.633Z[ recovery-image] Mar 07 02:04:20.005 INFO O| Mar 07 02:04:20.005 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/adb"
48312026-03-07T02:04:21.636Z[ recovery-image] Mar 07 02:04:20.005 INFO O| Mar 07 02:04:20.005 INFO STEP 21 (remove_files) COMPLETE
48322026-03-07T02:04:21.636Z[ recovery-image] Mar 07 02:04:20.005 INFO O| Mar 07 02:04:20.005 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48332026-03-07T02:04:21.642Z[ recovery-image] Mar 07 02:04:20.014 INFO O| Mar 07 02:04:20.013 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/addbadsec"
48342026-03-07T02:04:21.645Z[ recovery-image] Mar 07 02:04:20.014 INFO O| Mar 07 02:04:20.014 INFO STEP 22 (remove_files) COMPLETE
48352026-03-07T02:04:21.645Z[ recovery-image] Mar 07 02:04:20.014 INFO O| Mar 07 02:04:20.014 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48362026-03-07T02:04:21.653Z[ recovery-image] Mar 07 02:04:20.024 INFO O| Mar 07 02:04:20.024 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/agentxtrap"
48372026-03-07T02:04:21.653Z[ recovery-image] Mar 07 02:04:20.024 INFO O| Mar 07 02:04:20.024 INFO STEP 23 (remove_files) COMPLETE
48382026-03-07T02:04:21.653Z[ recovery-image] Mar 07 02:04:20.024 INFO O| Mar 07 02:04:20.024 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48392026-03-07T02:04:21.663Z[ recovery-image] Mar 07 02:04:20.035 INFO O| Mar 07 02:04:20.035 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/alias"
48402026-03-07T02:04:21.666Z[ recovery-image] Mar 07 02:04:20.035 INFO O| Mar 07 02:04:20.035 INFO STEP 24 (remove_files) COMPLETE
48412026-03-07T02:04:21.666Z[ recovery-image] Mar 07 02:04:20.035 INFO O| Mar 07 02:04:20.035 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48422026-03-07T02:04:21.672Z[ recovery-image] Mar 07 02:04:20.043 INFO O| Mar 07 02:04:20.043 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/adb"
48432026-03-07T02:04:21.675Z[ recovery-image] Mar 07 02:04:20.044 INFO O| Mar 07 02:04:20.044 INFO STEP 25 (remove_files) COMPLETE
48442026-03-07T02:04:21.675Z[ recovery-image] Mar 07 02:04:20.044 INFO O| Mar 07 02:04:20.044 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48452026-03-07T02:04:21.681Z[ recovery-image] Mar 07 02:04:20.053 INFO O| Mar 07 02:04:20.053 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/amt"
48462026-03-07T02:04:21.681Z[ recovery-image] Mar 07 02:04:20.053 INFO O| Mar 07 02:04:20.053 INFO STEP 26 (remove_files) COMPLETE
48472026-03-07T02:04:21.681Z[ recovery-image] Mar 07 02:04:20.053 INFO O| Mar 07 02:04:20.053 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48482026-03-07T02:04:21.689Z[ recovery-image] Mar 07 02:04:20.061 INFO O| Mar 07 02:04:20.061 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/cputrack"
48492026-03-07T02:04:21.692Z[ recovery-image] Mar 07 02:04:20.062 INFO O| Mar 07 02:04:20.062 INFO STEP 27 (remove_files) COMPLETE
48502026-03-07T02:04:21.693Z[ recovery-image] Mar 07 02:04:20.062 INFO O| Mar 07 02:04:20.062 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48512026-03-07T02:04:21.698Z[ recovery-image] Mar 07 02:04:20.070 INFO O| Mar 07 02:04:20.070 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/crle"
48522026-03-07T02:04:21.698Z[ recovery-image] Mar 07 02:04:20.070 INFO O| Mar 07 02:04:20.070 INFO STEP 28 (remove_files) COMPLETE
48532026-03-07T02:04:21.701Z[ recovery-image] Mar 07 02:04:20.070 INFO O| Mar 07 02:04:20.070 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48542026-03-07T02:04:21.708Z[ recovery-image] Mar 07 02:04:20.080 INFO O| Mar 07 02:04:20.080 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl"
48552026-03-07T02:04:21.708Z[ recovery-image] Mar 07 02:04:20.080 INFO O| Mar 07 02:04:20.080 INFO STEP 29 (remove_files) COMPLETE
48562026-03-07T02:04:21.711Z[ recovery-image] Mar 07 02:04:20.080 INFO O| Mar 07 02:04:20.080 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48572026-03-07T02:04:21.719Z[ recovery-image] Mar 07 02:04:20.091 INFO O| Mar 07 02:04:20.091 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl-config"
48582026-03-07T02:04:21.719Z[ recovery-image] Mar 07 02:04:20.091 INFO O| Mar 07 02:04:20.091 INFO STEP 30 (remove_files) COMPLETE
48592026-03-07T02:04:21.719Z[ recovery-image] Mar 07 02:04:20.091 INFO O| Mar 07 02:04:20.091 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48602026-03-07T02:04:21.732Z[ recovery-image] Mar 07 02:04:20.102 INFO O| Mar 07 02:04:20.102 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/decrypt"
48612026-03-07T02:04:21.732Z[ recovery-image] Mar 07 02:04:20.102 INFO O| Mar 07 02:04:20.102 INFO STEP 31 (remove_files) COMPLETE
48622026-03-07T02:04:21.732Z[ recovery-image] Mar 07 02:04:20.102 INFO O| Mar 07 02:04:20.102 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48632026-03-07T02:04:21.739Z[ recovery-image] Mar 07 02:04:20.110 INFO O| Mar 07 02:04:20.110 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/digest"
48642026-03-07T02:04:21.739Z[ recovery-image] Mar 07 02:04:20.111 INFO O| Mar 07 02:04:20.111 INFO STEP 32 (remove_files) COMPLETE
48652026-03-07T02:04:21.739Z[ recovery-image] Mar 07 02:04:20.111 INFO O| Mar 07 02:04:20.111 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48662026-03-07T02:04:21.747Z[ recovery-image] Mar 07 02:04:20.119 INFO O| Mar 07 02:04:20.119 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/elfwrap"
48672026-03-07T02:04:21.750Z[ recovery-image] Mar 07 02:04:20.120 INFO O| Mar 07 02:04:20.120 INFO STEP 33 (remove_files) COMPLETE
48682026-03-07T02:04:21.750Z[ recovery-image] Mar 07 02:04:20.120 INFO O| Mar 07 02:04:20.120 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48692026-03-07T02:04:21.757Z[ recovery-image] Mar 07 02:04:20.128 INFO O| Mar 07 02:04:20.128 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/encrypt"
48702026-03-07T02:04:21.757Z[ recovery-image] Mar 07 02:04:20.128 INFO O| Mar 07 02:04:20.128 INFO STEP 34 (remove_files) COMPLETE
48712026-03-07T02:04:21.760Z[ recovery-image] Mar 07 02:04:20.128 INFO O| Mar 07 02:04:20.128 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48722026-03-07T02:04:21.765Z[ recovery-image] Mar 07 02:04:20.137 INFO O| Mar 07 02:04:20.136 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gclear"
48732026-03-07T02:04:21.765Z[ recovery-image] Mar 07 02:04:20.137 INFO O| Mar 07 02:04:20.137 INFO STEP 35 (remove_files) COMPLETE
48742026-03-07T02:04:21.768Z[ recovery-image] Mar 07 02:04:20.137 INFO O| Mar 07 02:04:20.137 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48752026-03-07T02:04:21.773Z[ recovery-image] Mar 07 02:04:20.145 INFO O| Mar 07 02:04:20.145 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ginfocmp"
48762026-03-07T02:04:21.773Z[ recovery-image] Mar 07 02:04:20.145 INFO O| Mar 07 02:04:20.145 INFO STEP 36 (remove_files) COMPLETE
48772026-03-07T02:04:21.776Z[ recovery-image] Mar 07 02:04:20.145 INFO O| Mar 07 02:04:20.145 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48782026-03-07T02:04:21.783Z[ recovery-image] Mar 07 02:04:20.155 INFO O| Mar 07 02:04:20.155 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtabs"
48792026-03-07T02:04:21.783Z[ recovery-image] Mar 07 02:04:20.155 INFO O| Mar 07 02:04:20.155 INFO STEP 37 (remove_files) COMPLETE
48802026-03-07T02:04:21.783Z[ recovery-image] Mar 07 02:04:20.155 INFO O| Mar 07 02:04:20.155 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48812026-03-07T02:04:21.792Z[ recovery-image] Mar 07 02:04:20.164 INFO O| Mar 07 02:04:20.164 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtic"
48822026-03-07T02:04:21.792Z[ recovery-image] Mar 07 02:04:20.164 INFO O| Mar 07 02:04:20.164 INFO STEP 38 (remove_files) COMPLETE
48832026-03-07T02:04:21.793Z[ recovery-image] Mar 07 02:04:20.164 INFO O| Mar 07 02:04:20.164 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48842026-03-07T02:04:21.804Z[ recovery-image] Mar 07 02:04:20.176 INFO O| Mar 07 02:04:20.175 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtoe"
48852026-03-07T02:04:21.807Z[ recovery-image] Mar 07 02:04:20.176 INFO O| Mar 07 02:04:20.176 INFO STEP 39 (remove_files) COMPLETE
48862026-03-07T02:04:21.807Z[ recovery-image] Mar 07 02:04:20.176 INFO O| Mar 07 02:04:20.176 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48872026-03-07T02:04:21.813Z[ recovery-image] Mar 07 02:04:20.185 INFO O| Mar 07 02:04:20.185 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtput"
48882026-03-07T02:04:21.813Z[ recovery-image] Mar 07 02:04:20.185 INFO O| Mar 07 02:04:20.185 INFO STEP 40 (remove_files) COMPLETE
48892026-03-07T02:04:21.816Z[ recovery-image] Mar 07 02:04:20.185 INFO O| Mar 07 02:04:20.185 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48902026-03-07T02:04:21.821Z[ recovery-image] Mar 07 02:04:20.193 INFO O| Mar 07 02:04:20.193 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtset"
48912026-03-07T02:04:21.821Z[ recovery-image] Mar 07 02:04:20.193 INFO O| Mar 07 02:04:20.193 INFO STEP 41 (remove_files) COMPLETE
48922026-03-07T02:04:21.824Z[ recovery-image] Mar 07 02:04:20.193 INFO O| Mar 07 02:04:20.193 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48932026-03-07T02:04:21.830Z[ recovery-image] Mar 07 02:04:20.201 INFO O| Mar 07 02:04:20.201 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/idn"
48942026-03-07T02:04:21.830Z[ recovery-image] Mar 07 02:04:20.201 INFO O| Mar 07 02:04:20.201 INFO STEP 42 (remove_files) COMPLETE
48952026-03-07T02:04:21.833Z[ recovery-image] Mar 07 02:04:20.201 INFO O| Mar 07 02:04:20.201 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48962026-03-07T02:04:21.838Z[ recovery-image] Mar 07 02:04:20.210 INFO O| Mar 07 02:04:20.210 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ksh93"
48972026-03-07T02:04:21.838Z[ recovery-image] Mar 07 02:04:20.210 INFO O| Mar 07 02:04:20.210 INFO STEP 43 (remove_files) COMPLETE
48982026-03-07T02:04:21.841Z[ recovery-image] Mar 07 02:04:20.210 INFO O| Mar 07 02:04:20.210 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48992026-03-07T02:04:21.847Z[ recovery-image] Mar 07 02:04:20.219 INFO O| Mar 07 02:04:20.219 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ls"
49002026-03-07T02:04:21.847Z[ recovery-image] Mar 07 02:04:20.219 INFO O| Mar 07 02:04:20.219 INFO STEP 44 (remove_files) COMPLETE
49012026-03-07T02:04:21.847Z[ recovery-image] Mar 07 02:04:20.219 INFO O| Mar 07 02:04:20.219 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49022026-03-07T02:04:21.857Z[ recovery-image] Mar 07 02:04:20.229 INFO O| Mar 07 02:04:20.229 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/mac"
49032026-03-07T02:04:21.857Z[ recovery-image] Mar 07 02:04:20.229 INFO O| Mar 07 02:04:20.229 INFO STEP 45 (remove_files) COMPLETE
49042026-03-07T02:04:21.860Z[ recovery-image] Mar 07 02:04:20.229 INFO O| Mar 07 02:04:20.229 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49052026-03-07T02:04:21.865Z[ recovery-image] Mar 07 02:04:20.237 INFO O| Mar 07 02:04:20.237 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/moe"
49062026-03-07T02:04:21.865Z[ recovery-image] Mar 07 02:04:20.237 INFO O| Mar 07 02:04:20.237 INFO STEP 46 (remove_files) COMPLETE
49072026-03-07T02:04:21.868Z[ recovery-image] Mar 07 02:04:20.237 INFO O| Mar 07 02:04:20.237 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49082026-03-07T02:04:21.876Z[ recovery-image] Mar 07 02:04:20.248 INFO O| Mar 07 02:04:20.247 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ncurses6-config"
49092026-03-07T02:04:21.876Z[ recovery-image] Mar 07 02:04:20.248 INFO O| Mar 07 02:04:20.248 INFO STEP 47 (remove_files) COMPLETE
49102026-03-07T02:04:21.876Z[ recovery-image] Mar 07 02:04:20.248 INFO O| Mar 07 02:04:20.248 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49112026-03-07T02:04:21.884Z[ recovery-image] Mar 07 02:04:20.256 INFO O| Mar 07 02:04:20.256 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/newtask"
49122026-03-07T02:04:21.884Z[ recovery-image] Mar 07 02:04:20.256 INFO O| Mar 07 02:04:20.256 INFO STEP 48 (remove_files) COMPLETE
49132026-03-07T02:04:21.884Z[ recovery-image] Mar 07 02:04:20.256 INFO O| Mar 07 02:04:20.256 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49142026-03-07T02:04:21.892Z[ recovery-image] Mar 07 02:04:20.264 INFO O| Mar 07 02:04:20.264 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/nohup"
49152026-03-07T02:04:21.895Z[ recovery-image] Mar 07 02:04:20.265 INFO O| Mar 07 02:04:20.265 INFO STEP 49 (remove_files) COMPLETE
49162026-03-07T02:04:21.895Z[ recovery-image] Mar 07 02:04:20.265 INFO O| Mar 07 02:04:20.265 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49172026-03-07T02:04:21.902Z[ recovery-image] Mar 07 02:04:20.274 INFO O| Mar 07 02:04:20.274 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pargs"
49182026-03-07T02:04:21.905Z[ recovery-image] Mar 07 02:04:20.274 INFO O| Mar 07 02:04:20.274 INFO STEP 50 (remove_files) COMPLETE
49192026-03-07T02:04:21.905Z[ recovery-image] Mar 07 02:04:20.274 INFO O| Mar 07 02:04:20.274 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49202026-03-07T02:04:21.911Z[ recovery-image] Mar 07 02:04:20.283 INFO O| Mar 07 02:04:20.282 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pauxv"
49212026-03-07T02:04:21.911Z[ recovery-image] Mar 07 02:04:20.283 INFO O| Mar 07 02:04:20.283 INFO STEP 51 (remove_files) COMPLETE
49222026-03-07T02:04:21.914Z[ recovery-image] Mar 07 02:04:20.283 INFO O| Mar 07 02:04:20.283 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49232026-03-07T02:04:21.920Z[ recovery-image] Mar 07 02:04:20.291 INFO O| Mar 07 02:04:20.291 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcap-config"
49242026-03-07T02:04:21.920Z[ recovery-image] Mar 07 02:04:20.291 INFO O| Mar 07 02:04:20.291 INFO STEP 52 (remove_files) COMPLETE
49252026-03-07T02:04:21.923Z[ recovery-image] Mar 07 02:04:20.291 INFO O| Mar 07 02:04:20.291 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49262026-03-07T02:04:21.929Z[ recovery-image] Mar 07 02:04:20.301 INFO O| Mar 07 02:04:20.300 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre-config"
49272026-03-07T02:04:21.932Z[ recovery-image] Mar 07 02:04:20.301 INFO O| Mar 07 02:04:20.301 INFO STEP 53 (remove_files) COMPLETE
49282026-03-07T02:04:21.932Z[ recovery-image] Mar 07 02:04:20.301 INFO O| Mar 07 02:04:20.301 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49292026-03-07T02:04:21.938Z[ recovery-image] Mar 07 02:04:20.309 INFO O| Mar 07 02:04:20.309 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2-config"
49302026-03-07T02:04:21.938Z[ recovery-image] Mar 07 02:04:20.309 INFO O| Mar 07 02:04:20.309 INFO STEP 54 (remove_files) COMPLETE
49312026-03-07T02:04:21.938Z[ recovery-image] Mar 07 02:04:20.309 INFO O| Mar 07 02:04:20.309 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49322026-03-07T02:04:21.949Z[ recovery-image] Mar 07 02:04:20.320 INFO O| Mar 07 02:04:20.320 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2grep"
49332026-03-07T02:04:21.949Z[ recovery-image] Mar 07 02:04:20.320 INFO O| Mar 07 02:04:20.320 INFO STEP 55 (remove_files) COMPLETE
49342026-03-07T02:04:21.952Z[ recovery-image] Mar 07 02:04:20.320 INFO O| Mar 07 02:04:20.320 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49352026-03-07T02:04:21.958Z[ recovery-image] Mar 07 02:04:20.330 INFO O| Mar 07 02:04:20.330 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2test"
49362026-03-07T02:04:21.958Z[ recovery-image] Mar 07 02:04:20.330 INFO O| Mar 07 02:04:20.330 INFO STEP 56 (remove_files) COMPLETE
49372026-03-07T02:04:21.961Z[ recovery-image] Mar 07 02:04:20.330 INFO O| Mar 07 02:04:20.330 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49382026-03-07T02:04:21.969Z[ recovery-image] Mar 07 02:04:20.341 INFO O| Mar 07 02:04:20.340 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcred"
49392026-03-07T02:04:21.969Z[ recovery-image] Mar 07 02:04:20.341 INFO O| Mar 07 02:04:20.341 INFO STEP 57 (remove_files) COMPLETE
49402026-03-07T02:04:21.971Z[ recovery-image] Mar 07 02:04:20.341 INFO O| Mar 07 02:04:20.341 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49412026-03-07T02:04:21.977Z[ recovery-image] Mar 07 02:04:20.349 INFO O| Mar 07 02:04:20.349 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcregrep"
49422026-03-07T02:04:21.981Z[ recovery-image] Mar 07 02:04:20.350 INFO O| Mar 07 02:04:20.350 INFO STEP 58 (remove_files) COMPLETE
49432026-03-07T02:04:21.981Z[ recovery-image] Mar 07 02:04:20.350 INFO O| Mar 07 02:04:20.350 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49442026-03-07T02:04:21.987Z[ recovery-image] Mar 07 02:04:20.358 INFO O| Mar 07 02:04:20.358 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcretest"
49452026-03-07T02:04:21.987Z[ recovery-image] Mar 07 02:04:20.359 INFO O| Mar 07 02:04:20.358 INFO STEP 59 (remove_files) COMPLETE
49462026-03-07T02:04:21.989Z[ recovery-image] Mar 07 02:04:20.359 INFO O| Mar 07 02:04:20.359 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49472026-03-07T02:04:21.995Z[ recovery-image] Mar 07 02:04:20.367 INFO O| Mar 07 02:04:20.367 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/penv"
49482026-03-07T02:04:21.998Z[ recovery-image] Mar 07 02:04:20.368 INFO O| Mar 07 02:04:20.368 INFO STEP 60 (remove_files) COMPLETE
49492026-03-07T02:04:21.998Z[ recovery-image] Mar 07 02:04:20.368 INFO O| Mar 07 02:04:20.368 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49502026-03-07T02:04:22.004Z[ recovery-image] Mar 07 02:04:20.376 INFO O| Mar 07 02:04:20.376 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pfiles"
49512026-03-07T02:04:22.004Z[ recovery-image] Mar 07 02:04:20.376 INFO O| Mar 07 02:04:20.376 INFO STEP 61 (remove_files) COMPLETE
49522026-03-07T02:04:22.004Z[ recovery-image] Mar 07 02:04:20.376 INFO O| Mar 07 02:04:20.376 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49532026-03-07T02:04:22.012Z[ recovery-image] Mar 07 02:04:20.384 INFO O| Mar 07 02:04:20.384 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pflags"
49542026-03-07T02:04:22.012Z[ recovery-image] Mar 07 02:04:20.384 INFO O| Mar 07 02:04:20.384 INFO STEP 62 (remove_files) COMPLETE
49552026-03-07T02:04:22.015Z[ recovery-image] Mar 07 02:04:20.384 INFO O| Mar 07 02:04:20.384 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49562026-03-07T02:04:22.024Z[ recovery-image] Mar 07 02:04:20.395 INFO O| Mar 07 02:04:20.395 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pldd"
49572026-03-07T02:04:22.024Z[ recovery-image] Mar 07 02:04:20.395 INFO O| Mar 07 02:04:20.395 INFO STEP 63 (remove_files) COMPLETE
49582026-03-07T02:04:22.027Z[ recovery-image] Mar 07 02:04:20.396 INFO O| Mar 07 02:04:20.395 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49592026-03-07T02:04:22.034Z[ recovery-image] Mar 07 02:04:20.405 INFO O| Mar 07 02:04:20.405 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plgrp"
49602026-03-07T02:04:22.034Z[ recovery-image] Mar 07 02:04:20.405 INFO O| Mar 07 02:04:20.405 INFO STEP 64 (remove_files) COMPLETE
49612026-03-07T02:04:22.034Z[ recovery-image] Mar 07 02:04:20.405 INFO O| Mar 07 02:04:20.405 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49622026-03-07T02:04:22.043Z[ recovery-image] Mar 07 02:04:20.415 INFO O| Mar 07 02:04:20.415 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plimit"
49632026-03-07T02:04:22.046Z[ recovery-image] Mar 07 02:04:20.416 INFO O| Mar 07 02:04:20.415 INFO STEP 65 (remove_files) COMPLETE
49642026-03-07T02:04:22.046Z[ recovery-image] Mar 07 02:04:20.416 INFO O| Mar 07 02:04:20.415 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49652026-03-07T02:04:22.053Z[ recovery-image] Mar 07 02:04:20.424 INFO O| Mar 07 02:04:20.424 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmadvise"
49662026-03-07T02:04:22.053Z[ recovery-image] Mar 07 02:04:20.424 INFO O| Mar 07 02:04:20.424 INFO STEP 66 (remove_files) COMPLETE
49672026-03-07T02:04:22.056Z[ recovery-image] Mar 07 02:04:20.424 INFO O| Mar 07 02:04:20.424 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49682026-03-07T02:04:22.063Z[ recovery-image] Mar 07 02:04:20.434 INFO O| Mar 07 02:04:20.434 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmap"
49692026-03-07T02:04:22.063Z[ recovery-image] Mar 07 02:04:20.434 INFO O| Mar 07 02:04:20.434 INFO STEP 67 (remove_files) COMPLETE
49702026-03-07T02:04:22.063Z[ recovery-image] Mar 07 02:04:20.434 INFO O| Mar 07 02:04:20.434 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49712026-03-07T02:04:22.072Z[ recovery-image] Mar 07 02:04:20.443 INFO O| Mar 07 02:04:20.443 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppgsz"
49722026-03-07T02:04:22.072Z[ recovery-image] Mar 07 02:04:20.443 INFO O| Mar 07 02:04:20.443 INFO STEP 68 (remove_files) COMPLETE
49732026-03-07T02:04:22.072Z[ recovery-image] Mar 07 02:04:20.443 INFO O| Mar 07 02:04:20.443 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49742026-03-07T02:04:22.081Z[ recovery-image] Mar 07 02:04:20.452 INFO O| Mar 07 02:04:20.452 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppriv"
49752026-03-07T02:04:22.081Z[ recovery-image] Mar 07 02:04:20.452 INFO O| Mar 07 02:04:20.452 INFO STEP 69 (remove_files) COMPLETE
49762026-03-07T02:04:22.081Z[ recovery-image] Mar 07 02:04:20.452 INFO O| Mar 07 02:04:20.452 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49772026-03-07T02:04:22.092Z[ recovery-image] Mar 07 02:04:20.464 INFO O| Mar 07 02:04:20.464 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prctl"
49782026-03-07T02:04:22.096Z[ recovery-image] Mar 07 02:04:20.465 INFO O| Mar 07 02:04:20.465 INFO STEP 70 (remove_files) COMPLETE
49792026-03-07T02:04:22.096Z[ recovery-image] Mar 07 02:04:20.465 INFO O| Mar 07 02:04:20.465 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49802026-03-07T02:04:22.105Z[ recovery-image] Mar 07 02:04:20.476 INFO O| Mar 07 02:04:20.476 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/preap"
49812026-03-07T02:04:22.105Z[ recovery-image] Mar 07 02:04:20.476 INFO O| Mar 07 02:04:20.476 INFO STEP 71 (remove_files) COMPLETE
49822026-03-07T02:04:22.108Z[ recovery-image] Mar 07 02:04:20.476 INFO O| Mar 07 02:04:20.476 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49832026-03-07T02:04:22.114Z[ recovery-image] Mar 07 02:04:20.486 INFO O| Mar 07 02:04:20.486 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prstat"
49842026-03-07T02:04:22.117Z[ recovery-image] Mar 07 02:04:20.486 INFO O| Mar 07 02:04:20.486 INFO STEP 72 (remove_files) COMPLETE
49852026-03-07T02:04:22.117Z[ recovery-image] Mar 07 02:04:20.486 INFO O| Mar 07 02:04:20.486 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49862026-03-07T02:04:22.124Z[ recovery-image] Mar 07 02:04:20.496 INFO O| Mar 07 02:04:20.496 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prun"
49872026-03-07T02:04:22.124Z[ recovery-image] Mar 07 02:04:20.496 INFO O| Mar 07 02:04:20.496 INFO STEP 73 (remove_files) COMPLETE
49882026-03-07T02:04:22.128Z[ recovery-image] Mar 07 02:04:20.496 INFO O| Mar 07 02:04:20.496 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49892026-03-07T02:04:22.134Z[ recovery-image] Mar 07 02:04:20.506 INFO O| Mar 07 02:04:20.506 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psecflags"
49902026-03-07T02:04:22.134Z[ recovery-image] Mar 07 02:04:20.506 INFO O| Mar 07 02:04:20.506 INFO STEP 74 (remove_files) COMPLETE
49912026-03-07T02:04:22.134Z[ recovery-image] Mar 07 02:04:20.506 INFO O| Mar 07 02:04:20.506 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49922026-03-07T02:04:22.143Z[ recovery-image] Mar 07 02:04:20.515 INFO O| Mar 07 02:04:20.515 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psig"
49932026-03-07T02:04:22.144Z[ recovery-image] Mar 07 02:04:20.515 INFO O| Mar 07 02:04:20.515 INFO STEP 75 (remove_files) COMPLETE
49942026-03-07T02:04:22.144Z[ recovery-image] Mar 07 02:04:20.515 INFO O| Mar 07 02:04:20.515 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49952026-03-07T02:04:22.153Z[ recovery-image] Mar 07 02:04:20.525 INFO O| Mar 07 02:04:20.525 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstack"
49962026-03-07T02:04:22.153Z[ recovery-image] Mar 07 02:04:20.525 INFO O| Mar 07 02:04:20.525 INFO STEP 76 (remove_files) COMPLETE
49972026-03-07T02:04:22.153Z[ recovery-image] Mar 07 02:04:20.525 INFO O| Mar 07 02:04:20.525 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49982026-03-07T02:04:22.164Z[ recovery-image] Mar 07 02:04:20.536 INFO O| Mar 07 02:04:20.536 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstop"
49992026-03-07T02:04:22.164Z[ recovery-image] Mar 07 02:04:20.536 INFO O| Mar 07 02:04:20.536 INFO STEP 77 (remove_files) COMPLETE
50002026-03-07T02:04:22.167Z[ recovery-image] Mar 07 02:04:20.536 INFO O| Mar 07 02:04:20.536 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50012026-03-07T02:04:22.175Z[ recovery-image] Mar 07 02:04:20.546 INFO O| Mar 07 02:04:20.546 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptime"
50022026-03-07T02:04:22.175Z[ recovery-image] Mar 07 02:04:20.547 INFO O| Mar 07 02:04:20.546 INFO STEP 78 (remove_files) COMPLETE
50032026-03-07T02:04:22.178Z[ recovery-image] Mar 07 02:04:20.547 INFO O| Mar 07 02:04:20.547 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50042026-03-07T02:04:22.184Z[ recovery-image] Mar 07 02:04:20.556 INFO O| Mar 07 02:04:20.556 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptree"
50052026-03-07T02:04:22.184Z[ recovery-image] Mar 07 02:04:20.556 INFO O| Mar 07 02:04:20.556 INFO STEP 79 (remove_files) COMPLETE
50062026-03-07T02:04:22.184Z[ recovery-image] Mar 07 02:04:20.556 INFO O| Mar 07 02:04:20.556 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50072026-03-07T02:04:22.193Z[ recovery-image] Mar 07 02:04:20.565 INFO O| Mar 07 02:04:20.565 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwait"
50082026-03-07T02:04:22.193Z[ recovery-image] Mar 07 02:04:20.565 INFO O| Mar 07 02:04:20.565 INFO STEP 80 (remove_files) COMPLETE
50092026-03-07T02:04:22.196Z[ recovery-image] Mar 07 02:04:20.565 INFO O| Mar 07 02:04:20.565 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50102026-03-07T02:04:22.203Z[ recovery-image] Mar 07 02:04:20.574 INFO O| Mar 07 02:04:20.574 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwdx"
50112026-03-07T02:04:22.203Z[ recovery-image] Mar 07 02:04:20.574 INFO O| Mar 07 02:04:20.574 INFO STEP 81 (remove_files) COMPLETE
50122026-03-07T02:04:22.206Z[ recovery-image] Mar 07 02:04:20.574 INFO O| Mar 07 02:04:20.574 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50132026-03-07T02:04:22.212Z[ recovery-image] Mar 07 02:04:20.584 INFO O| Mar 07 02:04:20.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh"
50142026-03-07T02:04:22.212Z[ recovery-image] Mar 07 02:04:20.584 INFO O| Mar 07 02:04:20.584 INFO STEP 82 (remove_files) COMPLETE
50152026-03-07T02:04:22.215Z[ recovery-image] Mar 07 02:04:20.584 INFO O| Mar 07 02:04:20.584 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50162026-03-07T02:04:22.222Z[ recovery-image] Mar 07 02:04:20.594 INFO O| Mar 07 02:04:20.594 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh93"
50172026-03-07T02:04:22.225Z[ recovery-image] Mar 07 02:04:20.594 INFO O| Mar 07 02:04:20.594 INFO STEP 83 (remove_files) COMPLETE
50182026-03-07T02:04:22.225Z[ recovery-image] Mar 07 02:04:20.594 INFO O| Mar 07 02:04:20.594 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50192026-03-07T02:04:22.234Z[ recovery-image] Mar 07 02:04:20.606 INFO O| Mar 07 02:04:20.606 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/sqlite3"
50202026-03-07T02:04:22.237Z[ recovery-image] Mar 07 02:04:20.607 INFO O| Mar 07 02:04:20.607 INFO STEP 84 (remove_files) COMPLETE
50212026-03-07T02:04:22.237Z[ recovery-image] Mar 07 02:04:20.607 INFO O| Mar 07 02:04:20.607 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50222026-03-07T02:04:22.245Z[ recovery-image] Mar 07 02:04:20.616 INFO O| Mar 07 02:04:20.616 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/strings"
50232026-03-07T02:04:22.245Z[ recovery-image] Mar 07 02:04:20.617 INFO O| Mar 07 02:04:20.616 INFO STEP 85 (remove_files) COMPLETE
50242026-03-07T02:04:22.248Z[ recovery-image] Mar 07 02:04:20.617 INFO O| Mar 07 02:04:20.616 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50252026-03-07T02:04:22.255Z[ recovery-image] Mar 07 02:04:20.627 INFO O| Mar 07 02:04:20.627 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xml2-config"
50262026-03-07T02:04:22.258Z[ recovery-image] Mar 07 02:04:20.627 INFO O| Mar 07 02:04:20.627 INFO STEP 86 (remove_files) COMPLETE
50272026-03-07T02:04:22.258Z[ recovery-image] Mar 07 02:04:20.627 INFO O| Mar 07 02:04:20.627 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50282026-03-07T02:04:22.269Z[ recovery-image] Mar 07 02:04:20.641 INFO O| Mar 07 02:04:20.641 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmlcatalog"
50292026-03-07T02:04:22.269Z[ recovery-image] Mar 07 02:04:20.641 INFO O| Mar 07 02:04:20.641 INFO STEP 87 (remove_files) COMPLETE
50302026-03-07T02:04:22.272Z[ recovery-image] Mar 07 02:04:20.641 INFO O| Mar 07 02:04:20.641 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50312026-03-07T02:04:22.283Z[ recovery-image] Mar 07 02:04:20.655 INFO O| Mar 07 02:04:20.655 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmllint"
50322026-03-07T02:04:22.283Z[ recovery-image] Mar 07 02:04:20.655 INFO O| Mar 07 02:04:20.655 INFO STEP 88 (remove_files) COMPLETE
50332026-03-07T02:04:22.287Z[ recovery-image] Mar 07 02:04:20.655 INFO O| Mar 07 02:04:20.655 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50342026-03-07T02:04:22.294Z[ recovery-image] Mar 07 02:04:20.666 INFO O| Mar 07 02:04:20.666 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amt"
50352026-03-07T02:04:22.299Z[ recovery-image] Mar 07 02:04:20.667 INFO O| Mar 07 02:04:20.667 INFO STEP 89 (remove_files) COMPLETE
50362026-03-07T02:04:22.299Z[ recovery-image] Mar 07 02:04:20.667 INFO O| Mar 07 02:04:20.667 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50372026-03-07T02:04:22.306Z[ recovery-image] Mar 07 02:04:20.678 INFO O| Mar 07 02:04:20.678 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/arch"
50382026-03-07T02:04:22.306Z[ recovery-image] Mar 07 02:04:20.678 INFO O| Mar 07 02:04:20.678 INFO STEP 90 (remove_files) COMPLETE
50392026-03-07T02:04:22.309Z[ recovery-image] Mar 07 02:04:20.678 INFO O| Mar 07 02:04:20.678 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50402026-03-07T02:04:22.318Z[ recovery-image] Mar 07 02:04:20.689 INFO O| Mar 07 02:04:20.689 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/asa"
50412026-03-07T02:04:22.318Z[ recovery-image] Mar 07 02:04:20.689 INFO O| Mar 07 02:04:20.689 INFO STEP 91 (remove_files) COMPLETE
50422026-03-07T02:04:22.321Z[ recovery-image] Mar 07 02:04:20.689 INFO O| Mar 07 02:04:20.689 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50432026-03-07T02:04:22.326Z[ recovery-image] Mar 07 02:04:20.698 INFO O| Mar 07 02:04:20.698 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/at"
50442026-03-07T02:04:22.326Z[ recovery-image] Mar 07 02:04:20.698 INFO O| Mar 07 02:04:20.698 INFO STEP 92 (remove_files) COMPLETE
50452026-03-07T02:04:22.329Z[ recovery-image] Mar 07 02:04:20.698 INFO O| Mar 07 02:04:20.698 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50462026-03-07T02:04:22.337Z[ recovery-image] Mar 07 02:04:20.709 INFO O| Mar 07 02:04:20.709 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atq"
50472026-03-07T02:04:22.337Z[ recovery-image] Mar 07 02:04:20.709 INFO O| Mar 07 02:04:20.709 INFO STEP 93 (remove_files) COMPLETE
50482026-03-07T02:04:22.340Z[ recovery-image] Mar 07 02:04:20.709 INFO O| Mar 07 02:04:20.709 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50492026-03-07T02:04:22.351Z[ recovery-image] Mar 07 02:04:20.722 INFO O| Mar 07 02:04:20.722 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atrm"
50502026-03-07T02:04:22.351Z[ recovery-image] Mar 07 02:04:20.722 INFO O| Mar 07 02:04:20.722 INFO STEP 94 (remove_files) COMPLETE
50512026-03-07T02:04:22.354Z[ recovery-image] Mar 07 02:04:20.722 INFO O| Mar 07 02:04:20.722 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50522026-03-07T02:04:22.361Z[ recovery-image] Mar 07 02:04:20.732 INFO O| Mar 07 02:04:20.731 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/auths"
50532026-03-07T02:04:22.361Z[ recovery-image] Mar 07 02:04:20.732 INFO O| Mar 07 02:04:20.732 INFO STEP 95 (remove_files) COMPLETE
50542026-03-07T02:04:22.364Z[ recovery-image] Mar 07 02:04:20.732 INFO O| Mar 07 02:04:20.732 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50552026-03-07T02:04:22.371Z[ recovery-image] Mar 07 02:04:20.742 INFO O| Mar 07 02:04:20.742 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/banner"
50562026-03-07T02:04:22.371Z[ recovery-image] Mar 07 02:04:20.742 INFO O| Mar 07 02:04:20.742 INFO STEP 96 (remove_files) COMPLETE
50572026-03-07T02:04:22.371Z[ recovery-image] Mar 07 02:04:20.742 INFO O| Mar 07 02:04:20.742 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50582026-03-07T02:04:22.381Z[ recovery-image] Mar 07 02:04:20.752 INFO O| Mar 07 02:04:20.752 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bashbug"
50592026-03-07T02:04:22.381Z[ recovery-image] Mar 07 02:04:20.753 INFO O| Mar 07 02:04:20.752 INFO STEP 97 (remove_files) COMPLETE
50602026-03-07T02:04:22.383Z[ recovery-image] Mar 07 02:04:20.753 INFO O| Mar 07 02:04:20.752 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50612026-03-07T02:04:22.390Z[ recovery-image] Mar 07 02:04:20.762 INFO O| Mar 07 02:04:20.761 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/batch"
50622026-03-07T02:04:22.390Z[ recovery-image] Mar 07 02:04:20.762 INFO O| Mar 07 02:04:20.762 INFO STEP 98 (remove_files) COMPLETE
50632026-03-07T02:04:22.390Z[ recovery-image] Mar 07 02:04:20.762 INFO O| Mar 07 02:04:20.762 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50642026-03-07T02:04:22.399Z[ recovery-image] Mar 07 02:04:20.771 INFO O| Mar 07 02:04:20.771 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bc"
50652026-03-07T02:04:22.399Z[ recovery-image] Mar 07 02:04:20.771 INFO O| Mar 07 02:04:20.771 INFO STEP 99 (remove_files) COMPLETE
50662026-03-07T02:04:22.402Z[ recovery-image] Mar 07 02:04:20.771 INFO O| Mar 07 02:04:20.771 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50672026-03-07T02:04:22.408Z[ recovery-image] Mar 07 02:04:20.780 INFO O| Mar 07 02:04:20.779 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bdiff"
50682026-03-07T02:04:22.408Z[ recovery-image] Mar 07 02:04:20.780 INFO O| Mar 07 02:04:20.780 INFO STEP 100 (remove_files) COMPLETE
50692026-03-07T02:04:22.411Z[ recovery-image] Mar 07 02:04:20.780 INFO O| Mar 07 02:04:20.780 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50702026-03-07T02:04:22.419Z[ recovery-image] Mar 07 02:04:20.790 INFO O| Mar 07 02:04:20.790 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bg"
50712026-03-07T02:04:22.419Z[ recovery-image] Mar 07 02:04:20.790 INFO O| Mar 07 02:04:20.790 INFO STEP 101 (remove_files) COMPLETE
50722026-03-07T02:04:22.421Z[ recovery-image] Mar 07 02:04:20.790 INFO O| Mar 07 02:04:20.790 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50732026-03-07T02:04:22.428Z[ recovery-image] Mar 07 02:04:20.800 INFO O| Mar 07 02:04:20.800 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/brotli"
50742026-03-07T02:04:22.429Z[ recovery-image] Mar 07 02:04:20.800 INFO O| Mar 07 02:04:20.800 INFO STEP 102 (remove_files) COMPLETE
50752026-03-07T02:04:22.433Z[ recovery-image] Mar 07 02:04:20.800 INFO O| Mar 07 02:04:20.800 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50762026-03-07T02:04:22.438Z[ recovery-image] Mar 07 02:04:20.809 INFO O| Mar 07 02:04:20.809 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bunzip2"
50772026-03-07T02:04:22.438Z[ recovery-image] Mar 07 02:04:20.809 INFO O| Mar 07 02:04:20.809 INFO STEP 103 (remove_files) COMPLETE
50782026-03-07T02:04:22.441Z[ recovery-image] Mar 07 02:04:20.809 INFO O| Mar 07 02:04:20.809 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50792026-03-07T02:04:22.449Z[ recovery-image] Mar 07 02:04:20.820 INFO O| Mar 07 02:04:20.820 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/busstat"
50802026-03-07T02:04:22.449Z[ recovery-image] Mar 07 02:04:20.820 INFO O| Mar 07 02:04:20.820 INFO STEP 104 (remove_files) COMPLETE
50812026-03-07T02:04:22.449Z[ recovery-image] Mar 07 02:04:20.820 INFO O| Mar 07 02:04:20.820 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50822026-03-07T02:04:22.458Z[ recovery-image] Mar 07 02:04:20.829 INFO O| Mar 07 02:04:20.829 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzcat"
50832026-03-07T02:04:22.458Z[ recovery-image] Mar 07 02:04:20.829 INFO O| Mar 07 02:04:20.829 INFO STEP 105 (remove_files) COMPLETE
50842026-03-07T02:04:22.461Z[ recovery-image] Mar 07 02:04:20.829 INFO O| Mar 07 02:04:20.829 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50852026-03-07T02:04:22.466Z[ recovery-image] Mar 07 02:04:20.838 INFO O| Mar 07 02:04:20.838 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzdiff"
50862026-03-07T02:04:22.466Z[ recovery-image] Mar 07 02:04:20.838 INFO O| Mar 07 02:04:20.838 INFO STEP 106 (remove_files) COMPLETE
50872026-03-07T02:04:22.469Z[ recovery-image] Mar 07 02:04:20.838 INFO O| Mar 07 02:04:20.838 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50882026-03-07T02:04:22.475Z[ recovery-image] Mar 07 02:04:20.847 INFO O| Mar 07 02:04:20.847 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzgrep"
50892026-03-07T02:04:22.475Z[ recovery-image] Mar 07 02:04:20.847 INFO O| Mar 07 02:04:20.847 INFO STEP 107 (remove_files) COMPLETE
50902026-03-07T02:04:22.479Z[ recovery-image] Mar 07 02:04:20.847 INFO O| Mar 07 02:04:20.847 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50912026-03-07T02:04:22.484Z[ recovery-image] Mar 07 02:04:20.856 INFO O| Mar 07 02:04:20.855 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2"
50922026-03-07T02:04:22.487Z[ recovery-image] Mar 07 02:04:20.856 INFO O| Mar 07 02:04:20.856 INFO STEP 108 (remove_files) COMPLETE
50932026-03-07T02:04:22.487Z[ recovery-image] Mar 07 02:04:20.856 INFO O| Mar 07 02:04:20.856 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50942026-03-07T02:04:22.492Z[ recovery-image] Mar 07 02:04:20.864 INFO O| Mar 07 02:04:20.864 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2recover"
50952026-03-07T02:04:22.492Z[ recovery-image] Mar 07 02:04:20.864 INFO O| Mar 07 02:04:20.864 INFO STEP 109 (remove_files) COMPLETE
50962026-03-07T02:04:22.530Z[ recovery-image] Mar 07 02:04:20.864 INFO O| Mar 07 02:04:20.864 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50972026-03-07T02:04:22.530Z[ recovery-image] Mar 07 02:04:20.872 INFO O| Mar 07 02:04:20.872 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzmore"
50982026-03-07T02:04:22.530Z[ recovery-image] Mar 07 02:04:20.872 INFO O| Mar 07 02:04:20.872 INFO STEP 110 (remove_files) COMPLETE
50992026-03-07T02:04:22.530Z[ recovery-image] Mar 07 02:04:20.872 INFO O| Mar 07 02:04:20.872 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51002026-03-07T02:04:22.530Z[ recovery-image] Mar 07 02:04:20.881 INFO O| Mar 07 02:04:20.881 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cal"
51012026-03-07T02:04:22.530Z[ recovery-image] Mar 07 02:04:20.881 INFO O| Mar 07 02:04:20.881 INFO STEP 111 (remove_files) COMPLETE
51022026-03-07T02:04:22.530Z[ recovery-image] Mar 07 02:04:20.881 INFO O| Mar 07 02:04:20.881 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51032026-03-07T02:04:22.530Z[ recovery-image] Mar 07 02:04:20.890 INFO O| Mar 07 02:04:20.889 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/captoinfo"
51042026-03-07T02:04:22.530Z[ recovery-image] Mar 07 02:04:20.890 INFO O| Mar 07 02:04:20.890 INFO STEP 112 (remove_files) COMPLETE
51052026-03-07T02:04:22.530Z[ recovery-image] Mar 07 02:04:20.890 INFO O| Mar 07 02:04:20.890 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51062026-03-07T02:04:22.530Z[ recovery-image] Mar 07 02:04:20.900 INFO O| Mar 07 02:04:20.900 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cd"
51072026-03-07T02:04:22.530Z[ recovery-image] Mar 07 02:04:20.900 INFO O| Mar 07 02:04:20.900 INFO STEP 113 (remove_files) COMPLETE
51082026-03-07T02:04:22.530Z[ recovery-image] Mar 07 02:04:20.900 INFO O| Mar 07 02:04:20.900 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51092026-03-07T02:04:22.538Z[ recovery-image] Mar 07 02:04:20.909 INFO O| Mar 07 02:04:20.909 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/certutil"
51102026-03-07T02:04:22.541Z[ recovery-image] Mar 07 02:04:20.909 INFO O| Mar 07 02:04:20.909 INFO STEP 114 (remove_files) COMPLETE
51112026-03-07T02:04:22.541Z[ recovery-image] Mar 07 02:04:20.909 INFO O| Mar 07 02:04:20.909 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51122026-03-07T02:04:22.548Z[ recovery-image] Mar 07 02:04:20.920 INFO O| Mar 07 02:04:20.920 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/checkbandwidth"
51132026-03-07T02:04:22.548Z[ recovery-image] Mar 07 02:04:20.920 INFO O| Mar 07 02:04:20.920 INFO STEP 115 (remove_files) COMPLETE
51142026-03-07T02:04:22.551Z[ recovery-image] Mar 07 02:04:20.920 INFO O| Mar 07 02:04:20.920 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51152026-03-07T02:04:22.557Z[ recovery-image] Mar 07 02:04:20.929 INFO O| Mar 07 02:04:20.928 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chgrp"
51162026-03-07T02:04:22.557Z[ recovery-image] Mar 07 02:04:20.929 INFO O| Mar 07 02:04:20.929 INFO STEP 116 (remove_files) COMPLETE
51172026-03-07T02:04:22.560Z[ recovery-image] Mar 07 02:04:20.929 INFO O| Mar 07 02:04:20.929 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51182026-03-07T02:04:22.568Z[ recovery-image] Mar 07 02:04:20.940 INFO O| Mar 07 02:04:20.940 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chronyc"
51192026-03-07T02:04:22.568Z[ recovery-image] Mar 07 02:04:20.940 INFO O| Mar 07 02:04:20.940 INFO STEP 117 (remove_files) COMPLETE
51202026-03-07T02:04:22.571Z[ recovery-image] Mar 07 02:04:20.940 INFO O| Mar 07 02:04:20.940 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51212026-03-07T02:04:22.578Z[ recovery-image] Mar 07 02:04:20.950 INFO O| Mar 07 02:04:20.950 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckdate"
51222026-03-07T02:04:22.581Z[ recovery-image] Mar 07 02:04:20.951 INFO O| Mar 07 02:04:20.951 INFO STEP 118 (remove_files) COMPLETE
51232026-03-07T02:04:22.582Z[ recovery-image] Mar 07 02:04:20.951 INFO O| Mar 07 02:04:20.951 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51242026-03-07T02:04:22.589Z[ recovery-image] Mar 07 02:04:20.960 INFO O| Mar 07 02:04:20.960 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckgid"
51252026-03-07T02:04:22.589Z[ recovery-image] Mar 07 02:04:20.960 INFO O| Mar 07 02:04:20.960 INFO STEP 119 (remove_files) COMPLETE
51262026-03-07T02:04:22.592Z[ recovery-image] Mar 07 02:04:20.960 INFO O| Mar 07 02:04:20.960 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51272026-03-07T02:04:22.598Z[ recovery-image] Mar 07 02:04:20.969 INFO O| Mar 07 02:04:20.969 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckint"
51282026-03-07T02:04:22.598Z[ recovery-image] Mar 07 02:04:20.969 INFO O| Mar 07 02:04:20.969 INFO STEP 120 (remove_files) COMPLETE
51292026-03-07T02:04:22.602Z[ recovery-image] Mar 07 02:04:20.969 INFO O| Mar 07 02:04:20.969 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51302026-03-07T02:04:22.606Z[ recovery-image] Mar 07 02:04:20.978 INFO O| Mar 07 02:04:20.978 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckitem"
51312026-03-07T02:04:22.606Z[ recovery-image] Mar 07 02:04:20.978 INFO O| Mar 07 02:04:20.978 INFO STEP 121 (remove_files) COMPLETE
51322026-03-07T02:04:22.610Z[ recovery-image] Mar 07 02:04:20.978 INFO O| Mar 07 02:04:20.978 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51332026-03-07T02:04:22.616Z[ recovery-image] Mar 07 02:04:20.986 INFO O| Mar 07 02:04:20.986 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckkeywd"
51342026-03-07T02:04:22.616Z[ recovery-image] Mar 07 02:04:20.986 INFO O| Mar 07 02:04:20.986 INFO STEP 122 (remove_files) COMPLETE
51352026-03-07T02:04:22.619Z[ recovery-image] Mar 07 02:04:20.986 INFO O| Mar 07 02:04:20.986 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51362026-03-07T02:04:22.623Z[ recovery-image] Mar 07 02:04:20.995 INFO O| Mar 07 02:04:20.995 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckpath"
51372026-03-07T02:04:22.623Z[ recovery-image] Mar 07 02:04:20.995 INFO O| Mar 07 02:04:20.995 INFO STEP 123 (remove_files) COMPLETE
51382026-03-07T02:04:22.626Z[ recovery-image] Mar 07 02:04:20.995 INFO O| Mar 07 02:04:20.995 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51392026-03-07T02:04:22.633Z[ recovery-image] Mar 07 02:04:21.004 INFO O| Mar 07 02:04:21.004 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckrange"
51402026-03-07T02:04:22.633Z[ recovery-image] Mar 07 02:04:21.004 INFO O| Mar 07 02:04:21.004 INFO STEP 124 (remove_files) COMPLETE
51412026-03-07T02:04:22.637Z[ recovery-image] Mar 07 02:04:21.004 INFO O| Mar 07 02:04:21.004 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51422026-03-07T02:04:22.643Z[ recovery-image] Mar 07 02:04:21.014 INFO O| Mar 07 02:04:21.014 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckstr"
51432026-03-07T02:04:22.644Z[ recovery-image] Mar 07 02:04:21.015 INFO O| Mar 07 02:04:21.014 INFO STEP 125 (remove_files) COMPLETE
51442026-03-07T02:04:22.647Z[ recovery-image] Mar 07 02:04:21.015 INFO O| Mar 07 02:04:21.014 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51452026-03-07T02:04:22.652Z[ recovery-image] Mar 07 02:04:21.023 INFO O| Mar 07 02:04:21.023 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cksum"
51462026-03-07T02:04:22.655Z[ recovery-image] Mar 07 02:04:21.023 INFO O| Mar 07 02:04:21.023 INFO STEP 126 (remove_files) COMPLETE
51472026-03-07T02:04:22.655Z[ recovery-image] Mar 07 02:04:21.023 INFO O| Mar 07 02:04:21.023 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51482026-03-07T02:04:22.662Z[ recovery-image] Mar 07 02:04:21.034 INFO O| Mar 07 02:04:21.034 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cktime"
51492026-03-07T02:04:22.665Z[ recovery-image] Mar 07 02:04:21.035 INFO O| Mar 07 02:04:21.034 INFO STEP 127 (remove_files) COMPLETE
51502026-03-07T02:04:22.665Z[ recovery-image] Mar 07 02:04:21.035 INFO O| Mar 07 02:04:21.034 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51512026-03-07T02:04:22.673Z[ recovery-image] Mar 07 02:04:21.045 INFO O| Mar 07 02:04:21.044 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckuid"
51522026-03-07T02:04:22.676Z[ recovery-image] Mar 07 02:04:21.045 INFO O| Mar 07 02:04:21.045 INFO STEP 128 (remove_files) COMPLETE
51532026-03-07T02:04:22.676Z[ recovery-image] Mar 07 02:04:21.045 INFO O| Mar 07 02:04:21.045 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51542026-03-07T02:04:22.681Z[ recovery-image] Mar 07 02:04:21.053 INFO O| Mar 07 02:04:21.053 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckyorn"
51552026-03-07T02:04:22.684Z[ recovery-image] Mar 07 02:04:21.053 INFO O| Mar 07 02:04:21.053 INFO STEP 129 (remove_files) COMPLETE
51562026-03-07T02:04:22.684Z[ recovery-image] Mar 07 02:04:21.053 INFO O| Mar 07 02:04:21.053 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51572026-03-07T02:04:22.689Z[ recovery-image] Mar 07 02:04:21.061 INFO O| Mar 07 02:04:21.061 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/clear"
51582026-03-07T02:04:22.692Z[ recovery-image] Mar 07 02:04:21.061 INFO O| Mar 07 02:04:21.061 INFO STEP 130 (remove_files) COMPLETE
51592026-03-07T02:04:22.692Z[ recovery-image] Mar 07 02:04:21.061 INFO O| Mar 07 02:04:21.061 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51602026-03-07T02:04:22.697Z[ recovery-image] Mar 07 02:04:21.069 INFO O| Mar 07 02:04:21.069 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cmp"
51612026-03-07T02:04:22.697Z[ recovery-image] Mar 07 02:04:21.069 INFO O| Mar 07 02:04:21.069 INFO STEP 131 (remove_files) COMPLETE
51622026-03-07T02:04:22.700Z[ recovery-image] Mar 07 02:04:21.069 INFO O| Mar 07 02:04:21.069 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51632026-03-07T02:04:22.707Z[ recovery-image] Mar 07 02:04:21.079 INFO O| Mar 07 02:04:21.079 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/col"
51642026-03-07T02:04:22.710Z[ recovery-image] Mar 07 02:04:21.079 INFO O| Mar 07 02:04:21.079 INFO STEP 132 (remove_files) COMPLETE
51652026-03-07T02:04:22.710Z[ recovery-image] Mar 07 02:04:21.079 INFO O| Mar 07 02:04:21.079 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51662026-03-07T02:04:22.717Z[ recovery-image] Mar 07 02:04:21.089 INFO O| Mar 07 02:04:21.089 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/comm"
51672026-03-07T02:04:22.717Z[ recovery-image] Mar 07 02:04:21.089 INFO O| Mar 07 02:04:21.089 INFO STEP 133 (remove_files) COMPLETE
51682026-03-07T02:04:22.720Z[ recovery-image] Mar 07 02:04:21.089 INFO O| Mar 07 02:04:21.089 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51692026-03-07T02:04:22.727Z[ recovery-image] Mar 07 02:04:21.098 INFO O| Mar 07 02:04:21.098 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/command"
51702026-03-07T02:04:22.727Z[ recovery-image] Mar 07 02:04:21.098 INFO O| Mar 07 02:04:21.098 INFO STEP 134 (remove_files) COMPLETE
51712026-03-07T02:04:22.729Z[ recovery-image] Mar 07 02:04:21.098 INFO O| Mar 07 02:04:21.098 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51722026-03-07T02:04:22.735Z[ recovery-image] Mar 07 02:04:21.107 INFO O| Mar 07 02:04:21.107 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/compress"
51732026-03-07T02:04:22.735Z[ recovery-image] Mar 07 02:04:21.107 INFO O| Mar 07 02:04:21.107 INFO STEP 135 (remove_files) COMPLETE
51742026-03-07T02:04:22.738Z[ recovery-image] Mar 07 02:04:21.107 INFO O| Mar 07 02:04:21.107 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51752026-03-07T02:04:22.743Z[ recovery-image] Mar 07 02:04:21.115 INFO O| Mar 07 02:04:21.115 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/connstat"
51762026-03-07T02:04:22.746Z[ recovery-image] Mar 07 02:04:21.115 INFO O| Mar 07 02:04:21.115 INFO STEP 136 (remove_files) COMPLETE
51772026-03-07T02:04:22.746Z[ recovery-image] Mar 07 02:04:21.115 INFO O| Mar 07 02:04:21.115 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51782026-03-07T02:04:22.751Z[ recovery-image] Mar 07 02:04:21.123 INFO O| Mar 07 02:04:21.123 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cpio"
51792026-03-07T02:04:22.751Z[ recovery-image] Mar 07 02:04:21.123 INFO O| Mar 07 02:04:21.123 INFO STEP 137 (remove_files) COMPLETE
51802026-03-07T02:04:22.754Z[ recovery-image] Mar 07 02:04:21.123 INFO O| Mar 07 02:04:21.123 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51812026-03-07T02:04:22.762Z[ recovery-image] Mar 07 02:04:21.134 INFO O| Mar 07 02:04:21.134 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cputrack"
51822026-03-07T02:04:22.765Z[ recovery-image] Mar 07 02:04:21.134 INFO O| Mar 07 02:04:21.134 INFO STEP 138 (remove_files) COMPLETE
51832026-03-07T02:04:22.765Z[ recovery-image] Mar 07 02:04:21.134 INFO O| Mar 07 02:04:21.134 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51842026-03-07T02:04:22.773Z[ recovery-image] Mar 07 02:04:21.145 INFO O| Mar 07 02:04:21.144 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crle"
51852026-03-07T02:04:22.776Z[ recovery-image] Mar 07 02:04:21.145 INFO O| Mar 07 02:04:21.145 INFO STEP 139 (remove_files) COMPLETE
51862026-03-07T02:04:22.776Z[ recovery-image] Mar 07 02:04:21.145 INFO O| Mar 07 02:04:21.145 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51872026-03-07T02:04:22.783Z[ recovery-image] Mar 07 02:04:21.154 INFO O| Mar 07 02:04:21.154 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crontab"
51882026-03-07T02:04:22.783Z[ recovery-image] Mar 07 02:04:21.154 INFO O| Mar 07 02:04:21.154 INFO STEP 140 (remove_files) COMPLETE
51892026-03-07T02:04:22.786Z[ recovery-image] Mar 07 02:04:21.154 INFO O| Mar 07 02:04:21.154 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51902026-03-07T02:04:22.791Z[ recovery-image] Mar 07 02:04:21.163 INFO O| Mar 07 02:04:21.163 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crypt"
51912026-03-07T02:04:22.791Z[ recovery-image] Mar 07 02:04:21.163 INFO O| Mar 07 02:04:21.163 INFO STEP 141 (remove_files) COMPLETE
51922026-03-07T02:04:22.791Z[ recovery-image] Mar 07 02:04:21.163 INFO O| Mar 07 02:04:21.163 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51932026-03-07T02:04:22.799Z[ recovery-image] Mar 07 02:04:21.171 INFO O| Mar 07 02:04:21.171 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csh"
51942026-03-07T02:04:22.799Z[ recovery-image] Mar 07 02:04:21.171 INFO O| Mar 07 02:04:21.171 INFO STEP 142 (remove_files) COMPLETE
51952026-03-07T02:04:22.802Z[ recovery-image] Mar 07 02:04:21.171 INFO O| Mar 07 02:04:21.171 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51962026-03-07T02:04:22.810Z[ recovery-image] Mar 07 02:04:21.181 INFO O| Mar 07 02:04:21.181 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csplit"
51972026-03-07T02:04:22.813Z[ recovery-image] Mar 07 02:04:21.181 INFO O| Mar 07 02:04:21.181 INFO STEP 143 (remove_files) COMPLETE
51982026-03-07T02:04:22.813Z[ recovery-image] Mar 07 02:04:21.182 INFO O| Mar 07 02:04:21.181 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51992026-03-07T02:04:22.820Z[ recovery-image] Mar 07 02:04:21.192 INFO O| Mar 07 02:04:21.191 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl"
52002026-03-07T02:04:22.820Z[ recovery-image] Mar 07 02:04:21.192 INFO O| Mar 07 02:04:21.192 INFO STEP 144 (remove_files) COMPLETE
52012026-03-07T02:04:22.823Z[ recovery-image] Mar 07 02:04:21.192 INFO O| Mar 07 02:04:21.192 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52022026-03-07T02:04:22.829Z[ recovery-image] Mar 07 02:04:21.201 INFO O| Mar 07 02:04:21.201 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl-config"
52032026-03-07T02:04:22.832Z[ recovery-image] Mar 07 02:04:21.201 INFO O| Mar 07 02:04:21.201 INFO STEP 145 (remove_files) COMPLETE
52042026-03-07T02:04:22.832Z[ recovery-image] Mar 07 02:04:21.201 INFO O| Mar 07 02:04:21.201 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52052026-03-07T02:04:22.839Z[ recovery-image] Mar 07 02:04:21.210 INFO O| Mar 07 02:04:21.210 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dc"
52062026-03-07T02:04:22.841Z[ recovery-image] Mar 07 02:04:21.210 INFO O| Mar 07 02:04:21.210 INFO STEP 146 (remove_files) COMPLETE
52072026-03-07T02:04:22.841Z[ recovery-image] Mar 07 02:04:21.210 INFO O| Mar 07 02:04:21.210 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52082026-03-07T02:04:22.848Z[ recovery-image] Mar 07 02:04:21.220 INFO O| Mar 07 02:04:21.220 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/decrypt"
52092026-03-07T02:04:22.851Z[ recovery-image] Mar 07 02:04:21.220 INFO O| Mar 07 02:04:21.220 INFO STEP 147 (remove_files) COMPLETE
52102026-03-07T02:04:22.851Z[ recovery-image] Mar 07 02:04:21.220 INFO O| Mar 07 02:04:21.220 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52112026-03-07T02:04:22.856Z[ recovery-image] Mar 07 02:04:21.228 INFO O| Mar 07 02:04:21.228 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devattr"
52122026-03-07T02:04:22.856Z[ recovery-image] Mar 07 02:04:21.228 INFO O| Mar 07 02:04:21.228 INFO STEP 148 (remove_files) COMPLETE
52132026-03-07T02:04:22.859Z[ recovery-image] Mar 07 02:04:21.228 INFO O| Mar 07 02:04:21.228 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52142026-03-07T02:04:22.868Z[ recovery-image] Mar 07 02:04:21.239 INFO O| Mar 07 02:04:21.239 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devfree"
52152026-03-07T02:04:22.868Z[ recovery-image] Mar 07 02:04:21.239 INFO O| Mar 07 02:04:21.239 INFO STEP 149 (remove_files) COMPLETE
52162026-03-07T02:04:22.870Z[ recovery-image] Mar 07 02:04:21.239 INFO O| Mar 07 02:04:21.239 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52172026-03-07T02:04:22.876Z[ recovery-image] Mar 07 02:04:21.248 INFO O| Mar 07 02:04:21.247 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devreserv"
52182026-03-07T02:04:22.876Z[ recovery-image] Mar 07 02:04:21.248 INFO O| Mar 07 02:04:21.248 INFO STEP 150 (remove_files) COMPLETE
52192026-03-07T02:04:22.879Z[ recovery-image] Mar 07 02:04:21.248 INFO O| Mar 07 02:04:21.248 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52202026-03-07T02:04:22.886Z[ recovery-image] Mar 07 02:04:21.257 INFO O| Mar 07 02:04:21.257 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diff3"
52212026-03-07T02:04:22.886Z[ recovery-image] Mar 07 02:04:21.258 INFO O| Mar 07 02:04:21.258 INFO STEP 151 (remove_files) COMPLETE
52222026-03-07T02:04:22.889Z[ recovery-image] Mar 07 02:04:21.258 INFO O| Mar 07 02:04:21.258 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52232026-03-07T02:04:22.894Z[ recovery-image] Mar 07 02:04:21.266 INFO O| Mar 07 02:04:21.266 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/digest"
52242026-03-07T02:04:22.894Z[ recovery-image] Mar 07 02:04:21.266 INFO O| Mar 07 02:04:21.266 INFO STEP 152 (remove_files) COMPLETE
52252026-03-07T02:04:22.897Z[ recovery-image] Mar 07 02:04:21.266 INFO O| Mar 07 02:04:21.266 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52262026-03-07T02:04:22.902Z[ recovery-image] Mar 07 02:04:21.274 INFO O| Mar 07 02:04:21.274 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dircmp"
52272026-03-07T02:04:22.902Z[ recovery-image] Mar 07 02:04:21.274 INFO O| Mar 07 02:04:21.274 INFO STEP 153 (remove_files) COMPLETE
52282026-03-07T02:04:22.905Z[ recovery-image] Mar 07 02:04:21.274 INFO O| Mar 07 02:04:21.274 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52292026-03-07T02:04:22.912Z[ recovery-image] Mar 07 02:04:21.283 INFO O| Mar 07 02:04:21.283 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dirname"
52302026-03-07T02:04:22.912Z[ recovery-image] Mar 07 02:04:21.284 INFO O| Mar 07 02:04:21.284 INFO STEP 154 (remove_files) COMPLETE
52312026-03-07T02:04:22.915Z[ recovery-image] Mar 07 02:04:21.284 INFO O| Mar 07 02:04:21.284 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52322026-03-07T02:04:22.922Z[ recovery-image] Mar 07 02:04:21.294 INFO O| Mar 07 02:04:21.294 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diskscan"
52332026-03-07T02:04:22.922Z[ recovery-image] Mar 07 02:04:21.294 INFO O| Mar 07 02:04:21.294 INFO STEP 155 (remove_files) COMPLETE
52342026-03-07T02:04:22.925Z[ recovery-image] Mar 07 02:04:21.294 INFO O| Mar 07 02:04:21.294 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52352026-03-07T02:04:22.932Z[ recovery-image] Mar 07 02:04:21.304 INFO O| Mar 07 02:04:21.304 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispgid"
52362026-03-07T02:04:22.932Z[ recovery-image] Mar 07 02:04:21.304 INFO O| Mar 07 02:04:21.304 INFO STEP 156 (remove_files) COMPLETE
52372026-03-07T02:04:22.935Z[ recovery-image] Mar 07 02:04:21.304 INFO O| Mar 07 02:04:21.304 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52382026-03-07T02:04:22.942Z[ recovery-image] Mar 07 02:04:21.314 INFO O| Mar 07 02:04:21.314 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispuid"
52392026-03-07T02:04:22.945Z[ recovery-image] Mar 07 02:04:21.314 INFO O| Mar 07 02:04:21.314 INFO STEP 157 (remove_files) COMPLETE
52402026-03-07T02:04:22.945Z[ recovery-image] Mar 07 02:04:21.314 INFO O| Mar 07 02:04:21.314 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52412026-03-07T02:04:22.951Z[ recovery-image] Mar 07 02:04:21.322 INFO O| Mar 07 02:04:21.322 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dos2unix"
52422026-03-07T02:04:22.951Z[ recovery-image] Mar 07 02:04:21.322 INFO O| Mar 07 02:04:21.322 INFO STEP 158 (remove_files) COMPLETE
52432026-03-07T02:04:22.951Z[ recovery-image] Mar 07 02:04:21.322 INFO O| Mar 07 02:04:21.322 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52442026-03-07T02:04:22.960Z[ recovery-image] Mar 07 02:04:21.331 INFO O| Mar 07 02:04:21.331 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/du"
52452026-03-07T02:04:22.963Z[ recovery-image] Mar 07 02:04:21.332 INFO O| Mar 07 02:04:21.332 INFO STEP 159 (remove_files) COMPLETE
52462026-03-07T02:04:22.963Z[ recovery-image] Mar 07 02:04:21.332 INFO O| Mar 07 02:04:21.332 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52472026-03-07T02:04:22.969Z[ recovery-image] Mar 07 02:04:21.341 INFO O| Mar 07 02:04:21.340 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpcs"
52482026-03-07T02:04:22.969Z[ recovery-image] Mar 07 02:04:21.341 INFO O| Mar 07 02:04:21.341 INFO STEP 160 (remove_files) COMPLETE
52492026-03-07T02:04:22.972Z[ recovery-image] Mar 07 02:04:21.341 INFO O| Mar 07 02:04:21.341 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52502026-03-07T02:04:22.978Z[ recovery-image] Mar 07 02:04:21.350 INFO O| Mar 07 02:04:21.350 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpkeys"
52512026-03-07T02:04:22.981Z[ recovery-image] Mar 07 02:04:21.350 INFO O| Mar 07 02:04:21.350 INFO STEP 161 (remove_files) COMPLETE
52522026-03-07T02:04:22.981Z[ recovery-image] Mar 07 02:04:21.350 INFO O| Mar 07 02:04:21.350 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52532026-03-07T02:04:22.987Z[ recovery-image] Mar 07 02:04:21.358 INFO O| Mar 07 02:04:21.358 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/edit"
52542026-03-07T02:04:22.990Z[ recovery-image] Mar 07 02:04:21.359 INFO O| Mar 07 02:04:21.359 INFO STEP 162 (remove_files) COMPLETE
52552026-03-07T02:04:22.990Z[ recovery-image] Mar 07 02:04:21.359 INFO O| Mar 07 02:04:21.359 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52562026-03-07T02:04:22.999Z[ recovery-image] Mar 07 02:04:21.371 INFO O| Mar 07 02:04:21.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/eject"
52572026-03-07T02:04:23.002Z[ recovery-image] Mar 07 02:04:21.372 INFO O| Mar 07 02:04:21.371 INFO STEP 163 (remove_files) COMPLETE
52582026-03-07T02:04:23.002Z[ recovery-image] Mar 07 02:04:21.372 INFO O| Mar 07 02:04:21.371 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52592026-03-07T02:04:23.008Z[ recovery-image] Mar 07 02:04:21.380 INFO O| Mar 07 02:04:21.380 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfsign"
52602026-03-07T02:04:23.008Z[ recovery-image] Mar 07 02:04:21.380 INFO O| Mar 07 02:04:21.380 INFO STEP 164 (remove_files) COMPLETE
52612026-03-07T02:04:23.011Z[ recovery-image] Mar 07 02:04:21.380 INFO O| Mar 07 02:04:21.380 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52622026-03-07T02:04:23.018Z[ recovery-image] Mar 07 02:04:21.390 INFO O| Mar 07 02:04:21.390 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfwrap"
52632026-03-07T02:04:23.021Z[ recovery-image] Mar 07 02:04:21.391 INFO O| Mar 07 02:04:21.391 INFO STEP 165 (remove_files) COMPLETE
52642026-03-07T02:04:23.021Z[ recovery-image] Mar 07 02:04:21.391 INFO O| Mar 07 02:04:21.391 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52652026-03-07T02:04:23.027Z[ recovery-image] Mar 07 02:04:21.399 INFO O| Mar 07 02:04:21.398 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encode_keychange"
52662026-03-07T02:04:23.034Z[ recovery-image] Mar 07 02:04:21.399 INFO O| Mar 07 02:04:21.399 INFO STEP 166 (remove_files) COMPLETE
52672026-03-07T02:04:23.034Z[ recovery-image] Mar 07 02:04:21.399 INFO O| Mar 07 02:04:21.399 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52682026-03-07T02:04:23.040Z[ recovery-image] Mar 07 02:04:21.407 INFO O| Mar 07 02:04:21.407 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encrypt"
52692026-03-07T02:04:23.040Z[ recovery-image] Mar 07 02:04:21.407 INFO O| Mar 07 02:04:21.407 INFO STEP 167 (remove_files) COMPLETE
52702026-03-07T02:04:23.040Z[ recovery-image] Mar 07 02:04:21.407 INFO O| Mar 07 02:04:21.407 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52712026-03-07T02:04:23.044Z[ recovery-image] Mar 07 02:04:21.416 INFO O| Mar 07 02:04:21.416 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/enhance"
52722026-03-07T02:04:23.047Z[ recovery-image] Mar 07 02:04:21.416 INFO O| Mar 07 02:04:21.416 INFO STEP 168 (remove_files) COMPLETE
52732026-03-07T02:04:23.047Z[ recovery-image] Mar 07 02:04:21.416 INFO O| Mar 07 02:04:21.416 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52742026-03-07T02:04:23.052Z[ recovery-image] Mar 07 02:04:21.424 INFO O| Mar 07 02:04:21.423 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/env"
52752026-03-07T02:04:23.055Z[ recovery-image] Mar 07 02:04:21.424 INFO O| Mar 07 02:04:21.424 INFO STEP 169 (remove_files) COMPLETE
52762026-03-07T02:04:23.055Z[ recovery-image] Mar 07 02:04:21.424 INFO O| Mar 07 02:04:21.424 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52772026-03-07T02:04:23.060Z[ recovery-image] Mar 07 02:04:21.432 INFO O| Mar 07 02:04:21.432 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/etdump"
52782026-03-07T02:04:23.060Z[ recovery-image] Mar 07 02:04:21.432 INFO O| Mar 07 02:04:21.432 INFO STEP 170 (remove_files) COMPLETE
52792026-03-07T02:04:23.063Z[ recovery-image] Mar 07 02:04:21.432 INFO O| Mar 07 02:04:21.432 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52802026-03-07T02:04:23.068Z[ recovery-image] Mar 07 02:04:21.440 INFO O| Mar 07 02:04:21.440 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/expand"
52812026-03-07T02:04:23.068Z[ recovery-image] Mar 07 02:04:21.440 INFO O| Mar 07 02:04:21.440 INFO STEP 171 (remove_files) COMPLETE
52822026-03-07T02:04:23.071Z[ recovery-image] Mar 07 02:04:21.440 INFO O| Mar 07 02:04:21.440 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52832026-03-07T02:04:23.076Z[ recovery-image] Mar 07 02:04:21.448 INFO O| Mar 07 02:04:21.448 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/exstr"
52842026-03-07T02:04:23.079Z[ recovery-image] Mar 07 02:04:21.448 INFO O| Mar 07 02:04:21.448 INFO STEP 172 (remove_files) COMPLETE
52852026-03-07T02:04:23.079Z[ recovery-image] Mar 07 02:04:21.448 INFO O| Mar 07 02:04:21.448 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52862026-03-07T02:04:23.087Z[ recovery-image] Mar 07 02:04:21.459 INFO O| Mar 07 02:04:21.459 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/factor"
52872026-03-07T02:04:23.090Z[ recovery-image] Mar 07 02:04:21.459 INFO O| Mar 07 02:04:21.459 INFO STEP 173 (remove_files) COMPLETE
52882026-03-07T02:04:23.090Z[ recovery-image] Mar 07 02:04:21.459 INFO O| Mar 07 02:04:21.459 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52892026-03-07T02:04:23.097Z[ recovery-image] Mar 07 02:04:21.469 INFO O| Mar 07 02:04:21.469 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/false"
52902026-03-07T02:04:23.100Z[ recovery-image] Mar 07 02:04:21.469 INFO O| Mar 07 02:04:21.469 INFO STEP 174 (remove_files) COMPLETE
52912026-03-07T02:04:23.100Z[ recovery-image] Mar 07 02:04:21.469 INFO O| Mar 07 02:04:21.469 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52922026-03-07T02:04:23.107Z[ recovery-image] Mar 07 02:04:21.478 INFO O| Mar 07 02:04:21.478 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fc"
52932026-03-07T02:04:23.107Z[ recovery-image] Mar 07 02:04:21.478 INFO O| Mar 07 02:04:21.478 INFO STEP 175 (remove_files) COMPLETE
52942026-03-07T02:04:23.109Z[ recovery-image] Mar 07 02:04:21.478 INFO O| Mar 07 02:04:21.478 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52952026-03-07T02:04:23.115Z[ recovery-image] Mar 07 02:04:21.486 INFO O| Mar 07 02:04:21.486 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdetach"
52962026-03-07T02:04:23.115Z[ recovery-image] Mar 07 02:04:21.486 INFO O| Mar 07 02:04:21.486 INFO STEP 176 (remove_files) COMPLETE
52972026-03-07T02:04:23.118Z[ recovery-image] Mar 07 02:04:21.486 INFO O| Mar 07 02:04:21.486 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52982026-03-07T02:04:23.123Z[ recovery-image] Mar 07 02:04:21.495 INFO O| Mar 07 02:04:21.495 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdformat"
52992026-03-07T02:04:23.123Z[ recovery-image] Mar 07 02:04:21.495 INFO O| Mar 07 02:04:21.495 INFO STEP 177 (remove_files) COMPLETE
53002026-03-07T02:04:23.126Z[ recovery-image] Mar 07 02:04:21.495 INFO O| Mar 07 02:04:21.495 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53012026-03-07T02:04:23.131Z[ recovery-image] Mar 07 02:04:21.503 INFO O| Mar 07 02:04:21.503 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fg"
53022026-03-07T02:04:23.131Z[ recovery-image] Mar 07 02:04:21.503 INFO O| Mar 07 02:04:21.503 INFO STEP 178 (remove_files) COMPLETE
53032026-03-07T02:04:23.134Z[ recovery-image] Mar 07 02:04:21.503 INFO O| Mar 07 02:04:21.503 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53042026-03-07T02:04:23.141Z[ recovery-image] Mar 07 02:04:21.512 INFO O| Mar 07 02:04:21.512 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fgrep"
53052026-03-07T02:04:23.141Z[ recovery-image] Mar 07 02:04:21.512 INFO O| Mar 07 02:04:21.512 INFO STEP 179 (remove_files) COMPLETE
53062026-03-07T02:04:23.145Z[ recovery-image] Mar 07 02:04:21.512 INFO O| Mar 07 02:04:21.512 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53072026-03-07T02:04:23.149Z[ recovery-image] Mar 07 02:04:21.520 INFO O| Mar 07 02:04:21.520 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/file"
53082026-03-07T02:04:23.152Z[ recovery-image] Mar 07 02:04:21.520 INFO O| Mar 07 02:04:21.520 INFO STEP 180 (remove_files) COMPLETE
53092026-03-07T02:04:23.152Z[ recovery-image] Mar 07 02:04:21.520 INFO O| Mar 07 02:04:21.520 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53102026-03-07T02:04:23.158Z[ recovery-image] Mar 07 02:04:21.529 INFO O| Mar 07 02:04:21.529 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fixproc"
53112026-03-07T02:04:23.162Z[ recovery-image] Mar 07 02:04:21.529 INFO O| Mar 07 02:04:21.529 INFO STEP 181 (remove_files) COMPLETE
53122026-03-07T02:04:23.162Z[ recovery-image] Mar 07 02:04:21.529 INFO O| Mar 07 02:04:21.529 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53132026-03-07T02:04:23.166Z[ recovery-image] Mar 07 02:04:21.537 INFO O| Mar 07 02:04:21.537 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmt"
53142026-03-07T02:04:23.166Z[ recovery-image] Mar 07 02:04:21.537 INFO O| Mar 07 02:04:21.537 INFO STEP 182 (remove_files) COMPLETE
53152026-03-07T02:04:23.169Z[ recovery-image] Mar 07 02:04:21.537 INFO O| Mar 07 02:04:21.537 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53162026-03-07T02:04:23.175Z[ recovery-image] Mar 07 02:04:21.547 INFO O| Mar 07 02:04:21.547 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmtmsg"
53172026-03-07T02:04:23.175Z[ recovery-image] Mar 07 02:04:21.547 INFO O| Mar 07 02:04:21.547 INFO STEP 183 (remove_files) COMPLETE
53182026-03-07T02:04:23.178Z[ recovery-image] Mar 07 02:04:21.547 INFO O| Mar 07 02:04:21.547 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53192026-03-07T02:04:23.185Z[ recovery-image] Mar 07 02:04:21.556 INFO O| Mar 07 02:04:21.556 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fold"
53202026-03-07T02:04:23.185Z[ recovery-image] Mar 07 02:04:21.556 INFO O| Mar 07 02:04:21.556 INFO STEP 184 (remove_files) COMPLETE
53212026-03-07T02:04:23.185Z[ recovery-image] Mar 07 02:04:21.556 INFO O| Mar 07 02:04:21.556 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53222026-03-07T02:04:23.193Z[ recovery-image] Mar 07 02:04:21.565 INFO O| Mar 07 02:04:21.565 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fsstat"
53232026-03-07T02:04:23.193Z[ recovery-image] Mar 07 02:04:21.565 INFO O| Mar 07 02:04:21.565 INFO STEP 185 (remove_files) COMPLETE
53242026-03-07T02:04:23.196Z[ recovery-image] Mar 07 02:04:21.565 INFO O| Mar 07 02:04:21.565 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53252026-03-07T02:04:23.202Z[ recovery-image] Mar 07 02:04:21.573 INFO O| Mar 07 02:04:21.573 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gclear"
53262026-03-07T02:04:23.202Z[ recovery-image] Mar 07 02:04:21.573 INFO O| Mar 07 02:04:21.573 INFO STEP 186 (remove_files) COMPLETE
53272026-03-07T02:04:23.202Z[ recovery-image] Mar 07 02:04:21.574 INFO O| Mar 07 02:04:21.573 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53282026-03-07T02:04:23.211Z[ recovery-image] Mar 07 02:04:21.583 INFO O| Mar 07 02:04:21.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/geniconvtbl"
53292026-03-07T02:04:23.211Z[ recovery-image] Mar 07 02:04:21.583 INFO O| Mar 07 02:04:21.583 INFO STEP 187 (remove_files) COMPLETE
53302026-03-07T02:04:23.211Z[ recovery-image] Mar 07 02:04:21.583 INFO O| Mar 07 02:04:21.583 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53312026-03-07T02:04:23.219Z[ recovery-image] Mar 07 02:04:21.591 INFO O| Mar 07 02:04:21.591 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getconf"
53322026-03-07T02:04:23.222Z[ recovery-image] Mar 07 02:04:21.591 INFO O| Mar 07 02:04:21.591 INFO STEP 188 (remove_files) COMPLETE
53332026-03-07T02:04:23.222Z[ recovery-image] Mar 07 02:04:21.591 INFO O| Mar 07 02:04:21.591 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53342026-03-07T02:04:23.227Z[ recovery-image] Mar 07 02:04:21.599 INFO O| Mar 07 02:04:21.599 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdev"
53352026-03-07T02:04:23.230Z[ recovery-image] Mar 07 02:04:21.599 INFO O| Mar 07 02:04:21.599 INFO STEP 189 (remove_files) COMPLETE
53362026-03-07T02:04:23.230Z[ recovery-image] Mar 07 02:04:21.599 INFO O| Mar 07 02:04:21.599 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53372026-03-07T02:04:23.236Z[ recovery-image] Mar 07 02:04:21.608 INFO O| Mar 07 02:04:21.608 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdgrp"
53382026-03-07T02:04:23.239Z[ recovery-image] Mar 07 02:04:21.608 INFO O| Mar 07 02:04:21.608 INFO STEP 190 (remove_files) COMPLETE
53392026-03-07T02:04:23.239Z[ recovery-image] Mar 07 02:04:21.608 INFO O| Mar 07 02:04:21.608 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53402026-03-07T02:04:23.246Z[ recovery-image] Mar 07 02:04:21.617 INFO O| Mar 07 02:04:21.617 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getent"
53412026-03-07T02:04:23.246Z[ recovery-image] Mar 07 02:04:21.618 INFO O| Mar 07 02:04:21.617 INFO STEP 191 (remove_files) COMPLETE
53422026-03-07T02:04:23.249Z[ recovery-image] Mar 07 02:04:21.618 INFO O| Mar 07 02:04:21.618 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53432026-03-07T02:04:23.256Z[ recovery-image] Mar 07 02:04:21.627 INFO O| Mar 07 02:04:21.627 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getfacl"
53442026-03-07T02:04:23.256Z[ recovery-image] Mar 07 02:04:21.627 INFO O| Mar 07 02:04:21.627 INFO STEP 192 (remove_files) COMPLETE
53452026-03-07T02:04:23.259Z[ recovery-image] Mar 07 02:04:21.627 INFO O| Mar 07 02:04:21.627 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53462026-03-07T02:04:23.265Z[ recovery-image] Mar 07 02:04:21.636 INFO O| Mar 07 02:04:21.636 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopt"
53472026-03-07T02:04:23.268Z[ recovery-image] Mar 07 02:04:21.636 INFO O| Mar 07 02:04:21.636 INFO STEP 193 (remove_files) COMPLETE
53482026-03-07T02:04:23.268Z[ recovery-image] Mar 07 02:04:21.636 INFO O| Mar 07 02:04:21.636 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53492026-03-07T02:04:23.275Z[ recovery-image] Mar 07 02:04:21.646 INFO O| Mar 07 02:04:21.646 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopts"
53502026-03-07T02:04:23.275Z[ recovery-image] Mar 07 02:04:21.646 INFO O| Mar 07 02:04:21.646 INFO STEP 194 (remove_files) COMPLETE
53512026-03-07T02:04:23.278Z[ recovery-image] Mar 07 02:04:21.646 INFO O| Mar 07 02:04:21.646 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53522026-03-07T02:04:23.285Z[ recovery-image] Mar 07 02:04:21.656 INFO O| Mar 07 02:04:21.656 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gettext"
53532026-03-07T02:04:23.285Z[ recovery-image] Mar 07 02:04:21.656 INFO O| Mar 07 02:04:21.656 INFO STEP 195 (remove_files) COMPLETE
53542026-03-07T02:04:23.288Z[ recovery-image] Mar 07 02:04:21.656 INFO O| Mar 07 02:04:21.656 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53552026-03-07T02:04:23.294Z[ recovery-image] Mar 07 02:04:21.665 INFO O| Mar 07 02:04:21.665 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getvol"
53562026-03-07T02:04:23.297Z[ recovery-image] Mar 07 02:04:21.665 INFO O| Mar 07 02:04:21.665 INFO STEP 196 (remove_files) COMPLETE
53572026-03-07T02:04:23.297Z[ recovery-image] Mar 07 02:04:21.665 INFO O| Mar 07 02:04:21.665 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53582026-03-07T02:04:23.302Z[ recovery-image] Mar 07 02:04:21.674 INFO O| Mar 07 02:04:21.674 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ginfocmp"
53592026-03-07T02:04:23.302Z[ recovery-image] Mar 07 02:04:21.674 INFO O| Mar 07 02:04:21.674 INFO STEP 197 (remove_files) COMPLETE
53602026-03-07T02:04:23.305Z[ recovery-image] Mar 07 02:04:21.674 INFO O| Mar 07 02:04:21.674 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53612026-03-07T02:04:23.310Z[ recovery-image] Mar 07 02:04:21.682 INFO O| Mar 07 02:04:21.682 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/groups"
53622026-03-07T02:04:23.310Z[ recovery-image] Mar 07 02:04:21.682 INFO O| Mar 07 02:04:21.682 INFO STEP 198 (remove_files) COMPLETE
53632026-03-07T02:04:23.314Z[ recovery-image] Mar 07 02:04:21.682 INFO O| Mar 07 02:04:21.682 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53642026-03-07T02:04:23.318Z[ recovery-image] Mar 07 02:04:21.690 INFO O| Mar 07 02:04:21.690 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtabs"
53652026-03-07T02:04:23.321Z[ recovery-image] Mar 07 02:04:21.690 INFO O| Mar 07 02:04:21.690 INFO STEP 199 (remove_files) COMPLETE
53662026-03-07T02:04:23.321Z[ recovery-image] Mar 07 02:04:21.690 INFO O| Mar 07 02:04:21.690 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53672026-03-07T02:04:23.326Z[ recovery-image] Mar 07 02:04:21.698 INFO O| Mar 07 02:04:21.698 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtic"
53682026-03-07T02:04:23.326Z[ recovery-image] Mar 07 02:04:21.698 INFO O| Mar 07 02:04:21.698 INFO STEP 200 (remove_files) COMPLETE
53692026-03-07T02:04:23.329Z[ recovery-image] Mar 07 02:04:21.698 INFO O| Mar 07 02:04:21.698 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53702026-03-07T02:04:23.337Z[ recovery-image] Mar 07 02:04:21.708 INFO O| Mar 07 02:04:21.708 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtoe"
53712026-03-07T02:04:23.339Z[ recovery-image] Mar 07 02:04:21.708 INFO O| Mar 07 02:04:21.708 INFO STEP 201 (remove_files) COMPLETE
53722026-03-07T02:04:23.339Z[ recovery-image] Mar 07 02:04:21.708 INFO O| Mar 07 02:04:21.708 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53732026-03-07T02:04:23.345Z[ recovery-image] Mar 07 02:04:21.716 INFO O| Mar 07 02:04:21.716 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtput"
53742026-03-07T02:04:23.348Z[ recovery-image] Mar 07 02:04:21.716 INFO O| Mar 07 02:04:21.716 INFO STEP 202 (remove_files) COMPLETE
53752026-03-07T02:04:23.348Z[ recovery-image] Mar 07 02:04:21.716 INFO O| Mar 07 02:04:21.716 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53762026-03-07T02:04:23.353Z[ recovery-image] Mar 07 02:04:21.725 INFO O| Mar 07 02:04:21.725 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtset"
53772026-03-07T02:04:23.353Z[ recovery-image] Mar 07 02:04:21.725 INFO O| Mar 07 02:04:21.725 INFO STEP 203 (remove_files) COMPLETE
53782026-03-07T02:04:23.356Z[ recovery-image] Mar 07 02:04:21.725 INFO O| Mar 07 02:04:21.725 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53792026-03-07T02:04:23.363Z[ recovery-image] Mar 07 02:04:21.734 INFO O| Mar 07 02:04:21.734 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gunzip"
53802026-03-07T02:04:23.363Z[ recovery-image] Mar 07 02:04:21.734 INFO O| Mar 07 02:04:21.734 INFO STEP 204 (remove_files) COMPLETE
53812026-03-07T02:04:23.366Z[ recovery-image] Mar 07 02:04:21.734 INFO O| Mar 07 02:04:21.734 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53822026-03-07T02:04:23.373Z[ recovery-image] Mar 07 02:04:21.744 INFO O| Mar 07 02:04:21.744 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcat"
53832026-03-07T02:04:23.373Z[ recovery-image] Mar 07 02:04:21.744 INFO O| Mar 07 02:04:21.744 INFO STEP 205 (remove_files) COMPLETE
53842026-03-07T02:04:23.376Z[ recovery-image] Mar 07 02:04:21.744 INFO O| Mar 07 02:04:21.744 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53852026-03-07T02:04:23.381Z[ recovery-image] Mar 07 02:04:21.752 INFO O| Mar 07 02:04:21.752 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcmp"
53862026-03-07T02:04:23.384Z[ recovery-image] Mar 07 02:04:21.752 INFO O| Mar 07 02:04:21.752 INFO STEP 206 (remove_files) COMPLETE
53872026-03-07T02:04:23.384Z[ recovery-image] Mar 07 02:04:21.752 INFO O| Mar 07 02:04:21.752 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53882026-03-07T02:04:23.390Z[ recovery-image] Mar 07 02:04:21.762 INFO O| Mar 07 02:04:21.762 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzdiff"
53892026-03-07T02:04:23.390Z[ recovery-image] Mar 07 02:04:21.762 INFO O| Mar 07 02:04:21.762 INFO STEP 207 (remove_files) COMPLETE
53902026-03-07T02:04:23.393Z[ recovery-image] Mar 07 02:04:21.762 INFO O| Mar 07 02:04:21.762 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53912026-03-07T02:04:23.400Z[ recovery-image] Mar 07 02:04:21.771 INFO O| Mar 07 02:04:21.771 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzegrep"
53922026-03-07T02:04:23.400Z[ recovery-image] Mar 07 02:04:21.772 INFO O| Mar 07 02:04:21.771 INFO STEP 208 (remove_files) COMPLETE
53932026-03-07T02:04:23.403Z[ recovery-image] Mar 07 02:04:21.772 INFO O| Mar 07 02:04:21.772 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53942026-03-07T02:04:23.408Z[ recovery-image] Mar 07 02:04:21.780 INFO O| Mar 07 02:04:21.779 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzexe"
53952026-03-07T02:04:23.408Z[ recovery-image] Mar 07 02:04:21.780 INFO O| Mar 07 02:04:21.780 INFO STEP 209 (remove_files) COMPLETE
53962026-03-07T02:04:23.408Z[ recovery-image] Mar 07 02:04:21.780 INFO O| Mar 07 02:04:21.780 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53972026-03-07T02:04:23.416Z[ recovery-image] Mar 07 02:04:21.788 INFO O| Mar 07 02:04:21.788 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzfgrep"
53982026-03-07T02:04:23.416Z[ recovery-image] Mar 07 02:04:21.788 INFO O| Mar 07 02:04:21.788 INFO STEP 210 (remove_files) COMPLETE
53992026-03-07T02:04:23.416Z[ recovery-image] Mar 07 02:04:21.788 INFO O| Mar 07 02:04:21.788 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54002026-03-07T02:04:23.427Z[ recovery-image] Mar 07 02:04:21.798 INFO O| Mar 07 02:04:21.798 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzforce"
54012026-03-07T02:04:23.427Z[ recovery-image] Mar 07 02:04:21.798 INFO O| Mar 07 02:04:21.798 INFO STEP 211 (remove_files) COMPLETE
54022026-03-07T02:04:23.427Z[ recovery-image] Mar 07 02:04:21.798 INFO O| Mar 07 02:04:21.798 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54032026-03-07T02:04:23.435Z[ recovery-image] Mar 07 02:04:21.807 INFO O| Mar 07 02:04:21.806 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzgrep"
54042026-03-07T02:04:23.435Z[ recovery-image] Mar 07 02:04:21.807 INFO O| Mar 07 02:04:21.807 INFO STEP 212 (remove_files) COMPLETE
54052026-03-07T02:04:23.438Z[ recovery-image] Mar 07 02:04:21.807 INFO O| Mar 07 02:04:21.807 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54062026-03-07T02:04:23.445Z[ recovery-image] Mar 07 02:04:21.816 INFO O| Mar 07 02:04:21.816 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzip"
54072026-03-07T02:04:23.445Z[ recovery-image] Mar 07 02:04:21.816 INFO O| Mar 07 02:04:21.816 INFO STEP 213 (remove_files) COMPLETE
54082026-03-07T02:04:23.448Z[ recovery-image] Mar 07 02:04:21.816 INFO O| Mar 07 02:04:21.816 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54092026-03-07T02:04:23.454Z[ recovery-image] Mar 07 02:04:21.825 INFO O| Mar 07 02:04:21.825 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzless"
54102026-03-07T02:04:23.458Z[ recovery-image] Mar 07 02:04:21.826 INFO O| Mar 07 02:04:21.826 INFO STEP 214 (remove_files) COMPLETE
54112026-03-07T02:04:23.459Z[ recovery-image] Mar 07 02:04:21.826 INFO O| Mar 07 02:04:21.826 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54122026-03-07T02:04:23.462Z[ recovery-image] Mar 07 02:04:21.834 INFO O| Mar 07 02:04:21.834 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzmore"
54132026-03-07T02:04:23.462Z[ recovery-image] Mar 07 02:04:21.834 INFO O| Mar 07 02:04:21.834 INFO STEP 215 (remove_files) COMPLETE
54142026-03-07T02:04:23.465Z[ recovery-image] Mar 07 02:04:21.834 INFO O| Mar 07 02:04:21.834 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54152026-03-07T02:04:23.471Z[ recovery-image] Mar 07 02:04:21.843 INFO O| Mar 07 02:04:21.843 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gznew"
54162026-03-07T02:04:23.475Z[ recovery-image] Mar 07 02:04:21.843 INFO O| Mar 07 02:04:21.843 INFO STEP 216 (remove_files) COMPLETE
54172026-03-07T02:04:23.475Z[ recovery-image] Mar 07 02:04:21.843 INFO O| Mar 07 02:04:21.843 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54182026-03-07T02:04:23.482Z[ recovery-image] Mar 07 02:04:21.854 INFO O| Mar 07 02:04:21.854 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hash"
54192026-03-07T02:04:23.485Z[ recovery-image] Mar 07 02:04:21.854 INFO O| Mar 07 02:04:21.854 INFO STEP 217 (remove_files) COMPLETE
54202026-03-07T02:04:23.485Z[ recovery-image] Mar 07 02:04:21.854 INFO O| Mar 07 02:04:21.854 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54212026-03-07T02:04:23.492Z[ recovery-image] Mar 07 02:04:21.863 INFO O| Mar 07 02:04:21.863 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostid"
54222026-03-07T02:04:23.496Z[ recovery-image] Mar 07 02:04:21.864 INFO O| Mar 07 02:04:21.864 INFO STEP 218 (remove_files) COMPLETE
54232026-03-07T02:04:23.496Z[ recovery-image] Mar 07 02:04:21.864 INFO O| Mar 07 02:04:21.864 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54242026-03-07T02:04:23.502Z[ recovery-image] Mar 07 02:04:21.873 INFO O| Mar 07 02:04:21.873 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostname"
54252026-03-07T02:04:23.504Z[ recovery-image] Mar 07 02:04:21.873 INFO O| Mar 07 02:04:21.873 INFO STEP 219 (remove_files) COMPLETE
54262026-03-07T02:04:23.504Z[ recovery-image] Mar 07 02:04:21.873 INFO O| Mar 07 02:04:21.873 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54272026-03-07T02:04:23.512Z[ recovery-image] Mar 07 02:04:21.883 INFO O| Mar 07 02:04:21.883 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/adb"
54282026-03-07T02:04:23.515Z[ recovery-image] Mar 07 02:04:21.884 INFO O| Mar 07 02:04:21.884 INFO STEP 220 (remove_files) COMPLETE
54292026-03-07T02:04:23.515Z[ recovery-image] Mar 07 02:04:21.884 INFO O| Mar 07 02:04:21.884 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54302026-03-07T02:04:23.521Z[ recovery-image] Mar 07 02:04:21.892 INFO O| Mar 07 02:04:21.892 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/amt"
54312026-03-07T02:04:23.521Z[ recovery-image] Mar 07 02:04:21.892 INFO O| Mar 07 02:04:21.892 INFO STEP 221 (remove_files) COMPLETE
54322026-03-07T02:04:23.525Z[ recovery-image] Mar 07 02:04:21.892 INFO O| Mar 07 02:04:21.892 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54332026-03-07T02:04:23.529Z[ recovery-image] Mar 07 02:04:21.901 INFO O| Mar 07 02:04:21.901 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/ksh"
54342026-03-07T02:04:23.532Z[ recovery-image] Mar 07 02:04:21.902 INFO O| Mar 07 02:04:21.901 INFO STEP 222 (remove_files) COMPLETE
54352026-03-07T02:04:23.532Z[ recovery-image] Mar 07 02:04:21.902 INFO O| Mar 07 02:04:21.902 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54362026-03-07T02:04:23.540Z[ recovery-image] Mar 07 02:04:21.911 INFO O| Mar 07 02:04:21.911 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/mdb"
54372026-03-07T02:04:23.543Z[ recovery-image] Mar 07 02:04:21.911 INFO O| Mar 07 02:04:21.911 INFO STEP 223 (remove_files) COMPLETE
54382026-03-07T02:04:23.543Z[ recovery-image] Mar 07 02:04:21.911 INFO O| Mar 07 02:04:21.911 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54392026-03-07T02:04:23.548Z[ recovery-image] Mar 07 02:04:21.919 INFO O| Mar 07 02:04:21.919 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh"
54402026-03-07T02:04:23.552Z[ recovery-image] Mar 07 02:04:21.919 INFO O| Mar 07 02:04:21.919 INFO STEP 224 (remove_files) COMPLETE
54412026-03-07T02:04:23.552Z[ recovery-image] Mar 07 02:04:21.919 INFO O| Mar 07 02:04:21.919 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54422026-03-07T02:04:23.555Z[ recovery-image] Mar 07 02:04:21.927 INFO O| Mar 07 02:04:21.927 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh93"
54432026-03-07T02:04:23.555Z[ recovery-image] Mar 07 02:04:21.927 INFO O| Mar 07 02:04:21.927 INFO STEP 225 (remove_files) COMPLETE
54442026-03-07T02:04:23.558Z[ recovery-image] Mar 07 02:04:21.927 INFO O| Mar 07 02:04:21.927 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54452026-03-07T02:04:23.567Z[ recovery-image] Mar 07 02:04:21.938 INFO O| Mar 07 02:04:21.938 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iconv"
54462026-03-07T02:04:23.570Z[ recovery-image] Mar 07 02:04:21.938 INFO O| Mar 07 02:04:21.938 INFO STEP 226 (remove_files) COMPLETE
54472026-03-07T02:04:23.570Z[ recovery-image] Mar 07 02:04:21.938 INFO O| Mar 07 02:04:21.938 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54482026-03-07T02:04:23.575Z[ recovery-image] Mar 07 02:04:21.946 INFO O| Mar 07 02:04:21.946 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/id"
54492026-03-07T02:04:23.575Z[ recovery-image] Mar 07 02:04:21.946 INFO O| Mar 07 02:04:21.946 INFO STEP 227 (remove_files) COMPLETE
54502026-03-07T02:04:23.578Z[ recovery-image] Mar 07 02:04:21.946 INFO O| Mar 07 02:04:21.946 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54512026-03-07T02:04:23.583Z[ recovery-image] Mar 07 02:04:21.955 INFO O| Mar 07 02:04:21.955 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/idn"
54522026-03-07T02:04:23.583Z[ recovery-image] Mar 07 02:04:21.955 INFO O| Mar 07 02:04:21.955 INFO STEP 228 (remove_files) COMPLETE
54532026-03-07T02:04:23.586Z[ recovery-image] Mar 07 02:04:21.955 INFO O| Mar 07 02:04:21.955 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54542026-03-07T02:04:23.593Z[ recovery-image] Mar 07 02:04:21.965 INFO O| Mar 07 02:04:21.965 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/infocmp"
54552026-03-07T02:04:23.593Z[ recovery-image] Mar 07 02:04:21.965 INFO O| Mar 07 02:04:21.965 INFO STEP 229 (remove_files) COMPLETE
54562026-03-07T02:04:23.596Z[ recovery-image] Mar 07 02:04:21.965 INFO O| Mar 07 02:04:21.965 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54572026-03-07T02:04:23.601Z[ recovery-image] Mar 07 02:04:21.973 INFO O| Mar 07 02:04:21.973 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iostat"
54582026-03-07T02:04:23.604Z[ recovery-image] Mar 07 02:04:21.973 INFO O| Mar 07 02:04:21.973 INFO STEP 230 (remove_files) COMPLETE
54592026-03-07T02:04:23.604Z[ recovery-image] Mar 07 02:04:21.974 INFO O| Mar 07 02:04:21.973 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54602026-03-07T02:04:23.610Z[ recovery-image] Mar 07 02:04:21.982 INFO O| Mar 07 02:04:21.981 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ipf-mod.pl"
54612026-03-07T02:04:23.613Z[ recovery-image] Mar 07 02:04:21.982 INFO O| Mar 07 02:04:21.982 INFO STEP 231 (remove_files) COMPLETE
54622026-03-07T02:04:23.613Z[ recovery-image] Mar 07 02:04:21.982 INFO O| Mar 07 02:04:21.982 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54632026-03-07T02:04:23.618Z[ recovery-image] Mar 07 02:04:21.989 INFO O| Mar 07 02:04:21.989 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isainfo"
54642026-03-07T02:04:23.621Z[ recovery-image] Mar 07 02:04:21.990 INFO O| Mar 07 02:04:21.990 INFO STEP 232 (remove_files) COMPLETE
54652026-03-07T02:04:23.621Z[ recovery-image] Mar 07 02:04:21.990 INFO O| Mar 07 02:04:21.990 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54662026-03-07T02:04:23.628Z[ recovery-image] Mar 07 02:04:22.000 INFO O| Mar 07 02:04:21.999 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isalist"
54672026-03-07T02:04:23.631Z[ recovery-image] Mar 07 02:04:22.000 INFO O| Mar 07 02:04:22.000 INFO STEP 233 (remove_files) COMPLETE
54682026-03-07T02:04:23.631Z[ recovery-image] Mar 07 02:04:22.000 INFO O| Mar 07 02:04:22.000 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54692026-03-07T02:04:23.640Z[ recovery-image] Mar 07 02:04:22.011 INFO O| Mar 07 02:04:22.011 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/jobs"
54702026-03-07T02:04:23.640Z[ recovery-image] Mar 07 02:04:22.011 INFO O| Mar 07 02:04:22.011 INFO STEP 234 (remove_files) COMPLETE
54712026-03-07T02:04:23.643Z[ recovery-image] Mar 07 02:04:22.012 INFO O| Mar 07 02:04:22.011 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54722026-03-07T02:04:23.649Z[ recovery-image] Mar 07 02:04:22.020 INFO O| Mar 07 02:04:22.020 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/join"
54732026-03-07T02:04:23.653Z[ recovery-image] Mar 07 02:04:22.020 INFO O| Mar 07 02:04:22.020 INFO STEP 235 (remove_files) COMPLETE
54742026-03-07T02:04:23.653Z[ recovery-image] Mar 07 02:04:22.020 INFO O| Mar 07 02:04:22.020 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54752026-03-07T02:04:23.658Z[ recovery-image] Mar 07 02:04:22.029 INFO O| Mar 07 02:04:22.029 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kbd"
54762026-03-07T02:04:23.658Z[ recovery-image] Mar 07 02:04:22.029 INFO O| Mar 07 02:04:22.029 INFO STEP 236 (remove_files) COMPLETE
54772026-03-07T02:04:23.658Z[ recovery-image] Mar 07 02:04:22.029 INFO O| Mar 07 02:04:22.029 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54782026-03-07T02:04:23.666Z[ recovery-image] Mar 07 02:04:22.038 INFO O| Mar 07 02:04:22.038 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kdestroy"
54792026-03-07T02:04:23.666Z[ recovery-image] Mar 07 02:04:22.038 INFO O| Mar 07 02:04:22.038 INFO STEP 237 (remove_files) COMPLETE
54802026-03-07T02:04:23.670Z[ recovery-image] Mar 07 02:04:22.038 INFO O| Mar 07 02:04:22.038 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54812026-03-07T02:04:23.674Z[ recovery-image] Mar 07 02:04:22.046 INFO O| Mar 07 02:04:22.046 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogin"
54822026-03-07T02:04:23.674Z[ recovery-image] Mar 07 02:04:22.046 INFO O| Mar 07 02:04:22.046 INFO STEP 238 (remove_files) COMPLETE
54832026-03-07T02:04:23.677Z[ recovery-image] Mar 07 02:04:22.046 INFO O| Mar 07 02:04:22.046 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54842026-03-07T02:04:23.684Z[ recovery-image] Mar 07 02:04:22.055 INFO O| Mar 07 02:04:22.055 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogout"
54852026-03-07T02:04:23.684Z[ recovery-image] Mar 07 02:04:22.055 INFO O| Mar 07 02:04:22.055 INFO STEP 239 (remove_files) COMPLETE
54862026-03-07T02:04:23.687Z[ recovery-image] Mar 07 02:04:22.055 INFO O| Mar 07 02:04:22.055 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54872026-03-07T02:04:23.692Z[ recovery-image] Mar 07 02:04:22.063 INFO O| Mar 07 02:04:22.063 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kill"
54882026-03-07T02:04:23.695Z[ recovery-image] Mar 07 02:04:22.064 INFO O| Mar 07 02:04:22.064 INFO STEP 240 (remove_files) COMPLETE
54892026-03-07T02:04:23.695Z[ recovery-image] Mar 07 02:04:22.064 INFO O| Mar 07 02:04:22.064 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54902026-03-07T02:04:23.702Z[ recovery-image] Mar 07 02:04:22.073 INFO O| Mar 07 02:04:22.073 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kinit"
54912026-03-07T02:04:23.702Z[ recovery-image] Mar 07 02:04:22.073 INFO O| Mar 07 02:04:22.073 INFO STEP 241 (remove_files) COMPLETE
54922026-03-07T02:04:23.705Z[ recovery-image] Mar 07 02:04:22.073 INFO O| Mar 07 02:04:22.073 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54932026-03-07T02:04:23.712Z[ recovery-image] Mar 07 02:04:22.084 INFO O| Mar 07 02:04:22.084 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/klist"
54942026-03-07T02:04:23.712Z[ recovery-image] Mar 07 02:04:22.084 INFO O| Mar 07 02:04:22.084 INFO STEP 242 (remove_files) COMPLETE
54952026-03-07T02:04:23.715Z[ recovery-image] Mar 07 02:04:22.084 INFO O| Mar 07 02:04:22.084 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54962026-03-07T02:04:23.721Z[ recovery-image] Mar 07 02:04:22.092 INFO O| Mar 07 02:04:22.092 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kmfcfg"
54972026-03-07T02:04:23.721Z[ recovery-image] Mar 07 02:04:22.092 INFO O| Mar 07 02:04:22.092 INFO STEP 243 (remove_files) COMPLETE
54982026-03-07T02:04:23.724Z[ recovery-image] Mar 07 02:04:22.092 INFO O| Mar 07 02:04:22.092 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54992026-03-07T02:04:23.729Z[ recovery-image] Mar 07 02:04:22.100 INFO O| Mar 07 02:04:22.100 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kpasswd"
55002026-03-07T02:04:23.729Z[ recovery-image] Mar 07 02:04:22.100 INFO O| Mar 07 02:04:22.100 INFO STEP 244 (remove_files) COMPLETE
55012026-03-07T02:04:23.732Z[ recovery-image] Mar 07 02:04:22.100 INFO O| Mar 07 02:04:22.100 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55022026-03-07T02:04:23.739Z[ recovery-image] Mar 07 02:04:22.110 INFO O| Mar 07 02:04:22.110 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/krb5-config"
55032026-03-07T02:04:23.742Z[ recovery-image] Mar 07 02:04:22.111 INFO O| Mar 07 02:04:22.111 INFO STEP 245 (remove_files) COMPLETE
55042026-03-07T02:04:23.742Z[ recovery-image] Mar 07 02:04:22.111 INFO O| Mar 07 02:04:22.111 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55052026-03-07T02:04:23.749Z[ recovery-image] Mar 07 02:04:22.121 INFO O| Mar 07 02:04:22.121 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ksh93"
55062026-03-07T02:04:23.749Z[ recovery-image] Mar 07 02:04:22.121 INFO O| Mar 07 02:04:22.121 INFO STEP 246 (remove_files) COMPLETE
55072026-03-07T02:04:23.752Z[ recovery-image] Mar 07 02:04:22.121 INFO O| Mar 07 02:04:22.121 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55082026-03-07T02:04:23.758Z[ recovery-image] Mar 07 02:04:22.130 INFO O| Mar 07 02:04:22.130 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ktutil"
55092026-03-07T02:04:23.758Z[ recovery-image] Mar 07 02:04:22.130 INFO O| Mar 07 02:04:22.130 INFO STEP 247 (remove_files) COMPLETE
55102026-03-07T02:04:23.761Z[ recovery-image] Mar 07 02:04:22.130 INFO O| Mar 07 02:04:22.130 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55112026-03-07T02:04:23.767Z[ recovery-image] Mar 07 02:04:22.138 INFO O| Mar 07 02:04:22.138 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kvmstat"
55122026-03-07T02:04:23.770Z[ recovery-image] Mar 07 02:04:22.138 INFO O| Mar 07 02:04:22.138 INFO STEP 248 (remove_files) COMPLETE
55132026-03-07T02:04:23.770Z[ recovery-image] Mar 07 02:04:22.138 INFO O| Mar 07 02:04:22.138 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55142026-03-07T02:04:23.774Z[ recovery-image] Mar 07 02:04:22.146 INFO O| Mar 07 02:04:22.146 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/last"
55152026-03-07T02:04:23.774Z[ recovery-image] Mar 07 02:04:22.146 INFO O| Mar 07 02:04:22.146 INFO STEP 249 (remove_files) COMPLETE
55162026-03-07T02:04:23.778Z[ recovery-image] Mar 07 02:04:22.146 INFO O| Mar 07 02:04:22.146 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55172026-03-07T02:04:23.783Z[ recovery-image] Mar 07 02:04:22.154 INFO O| Mar 07 02:04:22.154 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lastcomm"
55182026-03-07T02:04:23.783Z[ recovery-image] Mar 07 02:04:22.154 INFO O| Mar 07 02:04:22.154 INFO STEP 250 (remove_files) COMPLETE
55192026-03-07T02:04:23.785Z[ recovery-image] Mar 07 02:04:22.154 INFO O| Mar 07 02:04:22.154 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55202026-03-07T02:04:23.790Z[ recovery-image] Mar 07 02:04:22.162 INFO O| Mar 07 02:04:22.162 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ld"
55212026-03-07T02:04:23.791Z[ recovery-image] Mar 07 02:04:22.162 INFO O| Mar 07 02:04:22.162 INFO STEP 251 (remove_files) COMPLETE
55222026-03-07T02:04:23.794Z[ recovery-image] Mar 07 02:04:22.162 INFO O| Mar 07 02:04:22.162 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55232026-03-07T02:04:23.798Z[ recovery-image] Mar 07 02:04:22.170 INFO O| Mar 07 02:04:22.170 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ldd"
55242026-03-07T02:04:23.798Z[ recovery-image] Mar 07 02:04:22.170 INFO O| Mar 07 02:04:22.170 INFO STEP 252 (remove_files) COMPLETE
55252026-03-07T02:04:23.801Z[ recovery-image] Mar 07 02:04:22.170 INFO O| Mar 07 02:04:22.170 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55262026-03-07T02:04:23.807Z[ recovery-image] Mar 07 02:04:22.178 INFO O| Mar 07 02:04:22.178 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/less"
55272026-03-07T02:04:23.810Z[ recovery-image] Mar 07 02:04:22.179 INFO O| Mar 07 02:04:22.179 INFO STEP 253 (remove_files) COMPLETE
55282026-03-07T02:04:23.810Z[ recovery-image] Mar 07 02:04:22.179 INFO O| Mar 07 02:04:22.179 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55292026-03-07T02:04:23.816Z[ recovery-image] Mar 07 02:04:22.187 INFO O| Mar 07 02:04:22.187 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lessecho"
55302026-03-07T02:04:23.816Z[ recovery-image] Mar 07 02:04:22.187 INFO O| Mar 07 02:04:22.187 INFO STEP 254 (remove_files) COMPLETE
55312026-03-07T02:04:23.819Z[ recovery-image] Mar 07 02:04:22.187 INFO O| Mar 07 02:04:22.187 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55322026-03-07T02:04:23.826Z[ recovery-image] Mar 07 02:04:22.197 INFO O| Mar 07 02:04:22.197 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lesskey"
55332026-03-07T02:04:23.829Z[ recovery-image] Mar 07 02:04:22.197 INFO O| Mar 07 02:04:22.197 INFO STEP 255 (remove_files) COMPLETE
55342026-03-07T02:04:23.829Z[ recovery-image] Mar 07 02:04:22.197 INFO O| Mar 07 02:04:22.197 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55352026-03-07T02:04:23.835Z[ recovery-image] Mar 07 02:04:22.207 INFO O| Mar 07 02:04:22.207 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lgrpinfo"
55362026-03-07T02:04:23.835Z[ recovery-image] Mar 07 02:04:22.207 INFO O| Mar 07 02:04:22.207 INFO STEP 256 (remove_files) COMPLETE
55372026-03-07T02:04:23.835Z[ recovery-image] Mar 07 02:04:22.207 INFO O| Mar 07 02:04:22.207 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55382026-03-07T02:04:23.845Z[ recovery-image] Mar 07 02:04:22.216 INFO O| Mar 07 02:04:22.216 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/line"
55392026-03-07T02:04:23.845Z[ recovery-image] Mar 07 02:04:22.216 INFO O| Mar 07 02:04:22.216 INFO STEP 257 (remove_files) COMPLETE
55402026-03-07T02:04:23.848Z[ recovery-image] Mar 07 02:04:22.216 INFO O| Mar 07 02:04:22.216 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55412026-03-07T02:04:23.854Z[ recovery-image] Mar 07 02:04:22.226 INFO O| Mar 07 02:04:22.226 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listdgrp"
55422026-03-07T02:04:23.854Z[ recovery-image] Mar 07 02:04:22.226 INFO O| Mar 07 02:04:22.226 INFO STEP 258 (remove_files) COMPLETE
55432026-03-07T02:04:23.857Z[ recovery-image] Mar 07 02:04:22.226 INFO O| Mar 07 02:04:22.226 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55442026-03-07T02:04:23.862Z[ recovery-image] Mar 07 02:04:22.234 INFO O| Mar 07 02:04:22.234 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listusers"
55452026-03-07T02:04:23.862Z[ recovery-image] Mar 07 02:04:22.234 INFO O| Mar 07 02:04:22.234 INFO STEP 259 (remove_files) COMPLETE
55462026-03-07T02:04:23.866Z[ recovery-image] Mar 07 02:04:22.234 INFO O| Mar 07 02:04:22.234 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55472026-03-07T02:04:23.872Z[ recovery-image] Mar 07 02:04:22.243 INFO O| Mar 07 02:04:22.243 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/loadkeys"
55482026-03-07T02:04:23.872Z[ recovery-image] Mar 07 02:04:22.243 INFO O| Mar 07 02:04:22.243 INFO STEP 260 (remove_files) COMPLETE
55492026-03-07T02:04:23.872Z[ recovery-image] Mar 07 02:04:22.243 INFO O| Mar 07 02:04:22.243 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55502026-03-07T02:04:23.883Z[ recovery-image] Mar 07 02:04:22.254 INFO O| Mar 07 02:04:22.254 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logger"
55512026-03-07T02:04:23.886Z[ recovery-image] Mar 07 02:04:22.254 INFO O| Mar 07 02:04:22.254 INFO STEP 261 (remove_files) COMPLETE
55522026-03-07T02:04:23.886Z[ recovery-image] Mar 07 02:04:22.254 INFO O| Mar 07 02:04:22.254 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55532026-03-07T02:04:23.893Z[ recovery-image] Mar 07 02:04:22.264 INFO O| Mar 07 02:04:22.264 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logins"
55542026-03-07T02:04:23.893Z[ recovery-image] Mar 07 02:04:22.264 INFO O| Mar 07 02:04:22.264 INFO STEP 262 (remove_files) COMPLETE
55552026-03-07T02:04:23.896Z[ recovery-image] Mar 07 02:04:22.264 INFO O| Mar 07 02:04:22.264 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55562026-03-07T02:04:23.901Z[ recovery-image] Mar 07 02:04:22.273 INFO O| Mar 07 02:04:22.273 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logname"
55572026-03-07T02:04:23.901Z[ recovery-image] Mar 07 02:04:22.273 INFO O| Mar 07 02:04:22.273 INFO STEP 263 (remove_files) COMPLETE
55582026-03-07T02:04:23.901Z[ recovery-image] Mar 07 02:04:22.273 INFO O| Mar 07 02:04:22.273 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55592026-03-07T02:04:23.911Z[ recovery-image] Mar 07 02:04:22.282 INFO O| Mar 07 02:04:22.282 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/look"
55602026-03-07T02:04:23.914Z[ recovery-image] Mar 07 02:04:22.282 INFO O| Mar 07 02:04:22.282 INFO STEP 264 (remove_files) COMPLETE
55612026-03-07T02:04:23.914Z[ recovery-image] Mar 07 02:04:22.282 INFO O| Mar 07 02:04:22.282 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55622026-03-07T02:04:23.920Z[ recovery-image] Mar 07 02:04:22.292 INFO O| Mar 07 02:04:22.291 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/looker"
55632026-03-07T02:04:23.923Z[ recovery-image] Mar 07 02:04:22.292 INFO O| Mar 07 02:04:22.292 INFO STEP 265 (remove_files) COMPLETE
55642026-03-07T02:04:23.923Z[ recovery-image] Mar 07 02:04:22.292 INFO O| Mar 07 02:04:22.292 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55652026-03-07T02:04:23.931Z[ recovery-image] Mar 07 02:04:22.303 INFO O| Mar 07 02:04:22.302 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lz4"
55662026-03-07T02:04:23.934Z[ recovery-image] Mar 07 02:04:22.303 INFO O| Mar 07 02:04:22.303 INFO STEP 266 (remove_files) COMPLETE
55672026-03-07T02:04:23.934Z[ recovery-image] Mar 07 02:04:22.303 INFO O| Mar 07 02:04:22.303 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55682026-03-07T02:04:23.941Z[ recovery-image] Mar 07 02:04:22.313 INFO O| Mar 07 02:04:22.313 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmadec"
55692026-03-07T02:04:23.944Z[ recovery-image] Mar 07 02:04:22.313 INFO O| Mar 07 02:04:22.313 INFO STEP 267 (remove_files) COMPLETE
55702026-03-07T02:04:23.944Z[ recovery-image] Mar 07 02:04:22.313 INFO O| Mar 07 02:04:22.313 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55712026-03-07T02:04:23.951Z[ recovery-image] Mar 07 02:04:22.322 INFO O| Mar 07 02:04:22.322 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmainfo"
55722026-03-07T02:04:23.951Z[ recovery-image] Mar 07 02:04:22.322 INFO O| Mar 07 02:04:22.322 INFO STEP 268 (remove_files) COMPLETE
55732026-03-07T02:04:23.954Z[ recovery-image] Mar 07 02:04:22.322 INFO O| Mar 07 02:04:22.322 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55742026-03-07T02:04:23.959Z[ recovery-image] Mar 07 02:04:22.330 INFO O| Mar 07 02:04:22.330 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mac"
55752026-03-07T02:04:23.959Z[ recovery-image] Mar 07 02:04:22.330 INFO O| Mar 07 02:04:22.330 INFO STEP 269 (remove_files) COMPLETE
55762026-03-07T02:04:23.959Z[ recovery-image] Mar 07 02:04:22.331 INFO O| Mar 07 02:04:22.330 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55772026-03-07T02:04:23.967Z[ recovery-image] Mar 07 02:04:22.338 INFO O| Mar 07 02:04:22.338 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mach"
55782026-03-07T02:04:23.967Z[ recovery-image] Mar 07 02:04:22.338 INFO O| Mar 07 02:04:22.338 INFO STEP 270 (remove_files) COMPLETE
55792026-03-07T02:04:23.969Z[ recovery-image] Mar 07 02:04:22.338 INFO O| Mar 07 02:04:22.338 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55802026-03-07T02:04:23.975Z[ recovery-image] Mar 07 02:04:22.346 INFO O| Mar 07 02:04:22.346 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mailx"
55812026-03-07T02:04:23.978Z[ recovery-image] Mar 07 02:04:22.347 INFO O| Mar 07 02:04:22.347 INFO STEP 271 (remove_files) COMPLETE
55822026-03-07T02:04:23.978Z[ recovery-image] Mar 07 02:04:22.347 INFO O| Mar 07 02:04:22.347 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55832026-03-07T02:04:23.985Z[ recovery-image] Mar 07 02:04:22.356 INFO O| Mar 07 02:04:22.356 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/makedev"
55842026-03-07T02:04:23.985Z[ recovery-image] Mar 07 02:04:22.356 INFO O| Mar 07 02:04:22.356 INFO STEP 272 (remove_files) COMPLETE
55852026-03-07T02:04:23.988Z[ recovery-image] Mar 07 02:04:22.356 INFO O| Mar 07 02:04:22.356 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55862026-03-07T02:04:23.993Z[ recovery-image] Mar 07 02:04:22.364 INFO O| Mar 07 02:04:22.364 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mesg"
55872026-03-07T02:04:23.993Z[ recovery-image] Mar 07 02:04:22.364 INFO O| Mar 07 02:04:22.364 INFO STEP 273 (remove_files) COMPLETE
55882026-03-07T02:04:23.996Z[ recovery-image] Mar 07 02:04:22.364 INFO O| Mar 07 02:04:22.364 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55892026-03-07T02:04:24.003Z[ recovery-image] Mar 07 02:04:22.374 INFO O| Mar 07 02:04:22.374 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c"
55902026-03-07T02:04:24.003Z[ recovery-image] Mar 07 02:04:22.374 INFO O| Mar 07 02:04:22.374 INFO STEP 274 (remove_files) COMPLETE
55912026-03-07T02:04:24.006Z[ recovery-image] Mar 07 02:04:22.374 INFO O| Mar 07 02:04:22.374 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55922026-03-07T02:04:24.011Z[ recovery-image] Mar 07 02:04:22.382 INFO O| Mar 07 02:04:22.382 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c-update"
55932026-03-07T02:04:24.011Z[ recovery-image] Mar 07 02:04:22.382 INFO O| Mar 07 02:04:22.382 INFO STEP 275 (remove_files) COMPLETE
55942026-03-07T02:04:24.014Z[ recovery-image] Mar 07 02:04:22.382 INFO O| Mar 07 02:04:22.382 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55952026-03-07T02:04:24.018Z[ recovery-image] Mar 07 02:04:22.390 INFO O| Mar 07 02:04:22.390 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkfifo"
55962026-03-07T02:04:24.019Z[ recovery-image] Mar 07 02:04:22.390 INFO O| Mar 07 02:04:22.390 INFO STEP 276 (remove_files) COMPLETE
55972026-03-07T02:04:24.021Z[ recovery-image] Mar 07 02:04:22.390 INFO O| Mar 07 02:04:22.390 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55982026-03-07T02:04:24.027Z[ recovery-image] Mar 07 02:04:22.398 INFO O| Mar 07 02:04:22.398 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkpwdict"
55992026-03-07T02:04:24.027Z[ recovery-image] Mar 07 02:04:22.398 INFO O| Mar 07 02:04:22.398 INFO STEP 277 (remove_files) COMPLETE
56002026-03-07T02:04:24.027Z[ recovery-image] Mar 07 02:04:22.398 INFO O| Mar 07 02:04:22.398 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56012026-03-07T02:04:24.037Z[ recovery-image] Mar 07 02:04:22.408 INFO O| Mar 07 02:04:22.408 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/moe"
56022026-03-07T02:04:24.037Z[ recovery-image] Mar 07 02:04:22.408 INFO O| Mar 07 02:04:22.408 INFO STEP 278 (remove_files) COMPLETE
56032026-03-07T02:04:24.080Z[ recovery-image] Mar 07 02:04:22.408 INFO O| Mar 07 02:04:22.408 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56042026-03-07T02:04:24.080Z[ recovery-image] Mar 07 02:04:22.419 INFO O| Mar 07 02:04:22.419 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mpstat"
56052026-03-07T02:04:24.080Z[ recovery-image] Mar 07 02:04:22.419 INFO O| Mar 07 02:04:22.419 INFO STEP 279 (remove_files) COMPLETE
56062026-03-07T02:04:24.080Z[ recovery-image] Mar 07 02:04:22.419 INFO O| Mar 07 02:04:22.419 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56072026-03-07T02:04:24.080Z[ recovery-image] Mar 07 02:04:22.431 INFO O| Mar 07 02:04:22.431 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mt"
56082026-03-07T02:04:24.080Z[ recovery-image] Mar 07 02:04:22.431 INFO O| Mar 07 02:04:22.431 INFO STEP 280 (remove_files) COMPLETE
56092026-03-07T02:04:24.080Z[ recovery-image] Mar 07 02:04:22.431 INFO O| Mar 07 02:04:22.431 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56102026-03-07T02:04:24.080Z[ recovery-image] Mar 07 02:04:22.440 INFO O| Mar 07 02:04:22.440 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ncurses6-config"
56112026-03-07T02:04:24.080Z[ recovery-image] Mar 07 02:04:22.440 INFO O| Mar 07 02:04:22.440 INFO STEP 281 (remove_files) COMPLETE
56122026-03-07T02:04:24.080Z[ recovery-image] Mar 07 02:04:22.440 INFO O| Mar 07 02:04:22.440 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56132026-03-07T02:04:24.084Z[ recovery-image] Mar 07 02:04:22.452 INFO O| Mar 07 02:04:22.452 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-cert"
56142026-03-07T02:04:24.084Z[ recovery-image] Mar 07 02:04:22.452 INFO O| Mar 07 02:04:22.452 INFO STEP 282 (remove_files) COMPLETE
56152026-03-07T02:04:24.084Z[ recovery-image] Mar 07 02:04:22.452 INFO O| Mar 07 02:04:22.452 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56162026-03-07T02:04:24.090Z[ recovery-image] Mar 07 02:04:22.461 INFO O| Mar 07 02:04:22.461 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-config"
56172026-03-07T02:04:24.093Z[ recovery-image] Mar 07 02:04:22.461 INFO O| Mar 07 02:04:22.461 INFO STEP 283 (remove_files) COMPLETE
56182026-03-07T02:04:24.093Z[ recovery-image] Mar 07 02:04:22.461 INFO O| Mar 07 02:04:22.461 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56192026-03-07T02:04:24.102Z[ recovery-image] Mar 07 02:04:22.473 INFO O| Mar 07 02:04:22.473 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-create-v3-user"
56202026-03-07T02:04:24.102Z[ recovery-image] Mar 07 02:04:22.473 INFO O| Mar 07 02:04:22.473 INFO STEP 284 (remove_files) COMPLETE
56212026-03-07T02:04:24.102Z[ recovery-image] Mar 07 02:04:22.473 INFO O| Mar 07 02:04:22.473 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56222026-03-07T02:04:24.113Z[ recovery-image] Mar 07 02:04:22.485 INFO O| Mar 07 02:04:22.485 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newform"
56232026-03-07T02:04:24.113Z[ recovery-image] Mar 07 02:04:22.485 INFO O| Mar 07 02:04:22.485 INFO STEP 285 (remove_files) COMPLETE
56242026-03-07T02:04:24.113Z[ recovery-image] Mar 07 02:04:22.485 INFO O| Mar 07 02:04:22.485 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56252026-03-07T02:04:24.126Z[ recovery-image] Mar 07 02:04:22.497 INFO O| Mar 07 02:04:22.497 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newgrp"
56262026-03-07T02:04:24.126Z[ recovery-image] Mar 07 02:04:22.497 INFO O| Mar 07 02:04:22.497 INFO STEP 286 (remove_files) COMPLETE
56272026-03-07T02:04:24.129Z[ recovery-image] Mar 07 02:04:22.497 INFO O| Mar 07 02:04:22.497 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56282026-03-07T02:04:24.139Z[ recovery-image] Mar 07 02:04:22.510 INFO O| Mar 07 02:04:22.510 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/news"
56292026-03-07T02:04:24.139Z[ recovery-image] Mar 07 02:04:22.510 INFO O| Mar 07 02:04:22.510 INFO STEP 287 (remove_files) COMPLETE
56302026-03-07T02:04:24.139Z[ recovery-image] Mar 07 02:04:22.510 INFO O| Mar 07 02:04:22.510 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56312026-03-07T02:04:24.148Z[ recovery-image] Mar 07 02:04:22.520 INFO O| Mar 07 02:04:22.520 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newtask"
56322026-03-07T02:04:24.151Z[ recovery-image] Mar 07 02:04:22.520 INFO O| Mar 07 02:04:22.520 INFO STEP 288 (remove_files) COMPLETE
56332026-03-07T02:04:24.151Z[ recovery-image] Mar 07 02:04:22.520 INFO O| Mar 07 02:04:22.520 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56342026-03-07T02:04:24.158Z[ recovery-image] Mar 07 02:04:22.530 INFO O| Mar 07 02:04:22.530 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nice"
56352026-03-07T02:04:24.162Z[ recovery-image] Mar 07 02:04:22.530 INFO O| Mar 07 02:04:22.530 INFO STEP 289 (remove_files) COMPLETE
56362026-03-07T02:04:24.162Z[ recovery-image] Mar 07 02:04:22.530 INFO O| Mar 07 02:04:22.530 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56372026-03-07T02:04:24.168Z[ recovery-image] Mar 07 02:04:22.539 INFO O| Mar 07 02:04:22.539 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nl"
56382026-03-07T02:04:24.168Z[ recovery-image] Mar 07 02:04:22.539 INFO O| Mar 07 02:04:22.539 INFO STEP 290 (remove_files) COMPLETE
56392026-03-07T02:04:24.168Z[ recovery-image] Mar 07 02:04:22.539 INFO O| Mar 07 02:04:22.539 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56402026-03-07T02:04:24.178Z[ recovery-image] Mar 07 02:04:22.549 INFO O| Mar 07 02:04:22.549 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/oawk"
56412026-03-07T02:04:24.178Z[ recovery-image] Mar 07 02:04:22.549 INFO O| Mar 07 02:04:22.549 INFO STEP 291 (remove_files) COMPLETE
56422026-03-07T02:04:24.178Z[ recovery-image] Mar 07 02:04:22.549 INFO O| Mar 07 02:04:22.549 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56432026-03-07T02:04:24.187Z[ recovery-image] Mar 07 02:04:22.558 INFO O| Mar 07 02:04:22.558 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/od"
56442026-03-07T02:04:24.187Z[ recovery-image] Mar 07 02:04:22.558 INFO O| Mar 07 02:04:22.558 INFO STEP 292 (remove_files) COMPLETE
56452026-03-07T02:04:24.190Z[ recovery-image] Mar 07 02:04:22.558 INFO O| Mar 07 02:04:22.558 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56462026-03-07T02:04:24.198Z[ recovery-image] Mar 07 02:04:22.569 INFO O| Mar 07 02:04:22.569 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/optisa"
56472026-03-07T02:04:24.198Z[ recovery-image] Mar 07 02:04:22.569 INFO O| Mar 07 02:04:22.569 INFO STEP 293 (remove_files) COMPLETE
56482026-03-07T02:04:24.201Z[ recovery-image] Mar 07 02:04:22.569 INFO O| Mar 07 02:04:22.569 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56492026-03-07T02:04:24.210Z[ recovery-image] Mar 07 02:04:22.581 INFO O| Mar 07 02:04:22.581 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pack"
56502026-03-07T02:04:24.210Z[ recovery-image] Mar 07 02:04:22.581 INFO O| Mar 07 02:04:22.581 INFO STEP 294 (remove_files) COMPLETE
56512026-03-07T02:04:24.210Z[ recovery-image] Mar 07 02:04:22.581 INFO O| Mar 07 02:04:22.581 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56522026-03-07T02:04:24.221Z[ recovery-image] Mar 07 02:04:22.593 INFO O| Mar 07 02:04:22.593 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/page"
56532026-03-07T02:04:24.221Z[ recovery-image] Mar 07 02:04:22.593 INFO O| Mar 07 02:04:22.593 INFO STEP 295 (remove_files) COMPLETE
56542026-03-07T02:04:24.221Z[ recovery-image] Mar 07 02:04:22.593 INFO O| Mar 07 02:04:22.593 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56552026-03-07T02:04:24.271Z[ recovery-image] Mar 07 02:04:22.603 INFO O| Mar 07 02:04:22.603 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pagesize"
56562026-03-07T02:04:24.271Z[ recovery-image] Mar 07 02:04:22.604 INFO O| Mar 07 02:04:22.604 INFO STEP 296 (remove_files) COMPLETE
56572026-03-07T02:04:24.274Z[ recovery-image] Mar 07 02:04:22.604 INFO O| Mar 07 02:04:22.604 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56582026-03-07T02:04:24.274Z[ recovery-image] Mar 07 02:04:22.614 INFO O| Mar 07 02:04:22.614 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/passwd"
56592026-03-07T02:04:24.274Z[ recovery-image] Mar 07 02:04:22.614 INFO O| Mar 07 02:04:22.614 INFO STEP 297 (remove_files) COMPLETE
56602026-03-07T02:04:24.274Z[ recovery-image] Mar 07 02:04:22.614 INFO O| Mar 07 02:04:22.614 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56612026-03-07T02:04:24.274Z[ recovery-image] Mar 07 02:04:22.626 INFO O| Mar 07 02:04:22.626 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/paste"
56622026-03-07T02:04:24.274Z[ recovery-image] Mar 07 02:04:22.626 INFO O| Mar 07 02:04:22.626 INFO STEP 298 (remove_files) COMPLETE
56632026-03-07T02:04:24.274Z[ recovery-image] Mar 07 02:04:22.626 INFO O| Mar 07 02:04:22.626 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56642026-03-07T02:04:24.274Z[ recovery-image] Mar 07 02:04:22.636 INFO O| Mar 07 02:04:22.636 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pathchk"
56652026-03-07T02:04:24.274Z[ recovery-image] Mar 07 02:04:22.636 INFO O| Mar 07 02:04:22.636 INFO STEP 299 (remove_files) COMPLETE
56662026-03-07T02:04:24.274Z[ recovery-image] Mar 07 02:04:22.636 INFO O| Mar 07 02:04:22.636 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56672026-03-07T02:04:24.278Z[ recovery-image] Mar 07 02:04:22.647 INFO O| Mar 07 02:04:22.647 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pax"
56682026-03-07T02:04:24.278Z[ recovery-image] Mar 07 02:04:22.648 INFO O| Mar 07 02:04:22.648 INFO STEP 300 (remove_files) COMPLETE
56692026-03-07T02:04:24.278Z[ recovery-image] Mar 07 02:04:22.648 INFO O| Mar 07 02:04:22.648 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56702026-03-07T02:04:24.291Z[ recovery-image] Mar 07 02:04:22.662 INFO O| Mar 07 02:04:22.662 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcap-config"
56712026-03-07T02:04:24.291Z[ recovery-image] Mar 07 02:04:22.662 INFO O| Mar 07 02:04:22.662 INFO STEP 301 (remove_files) COMPLETE
56722026-03-07T02:04:24.294Z[ recovery-image] Mar 07 02:04:22.662 INFO O| Mar 07 02:04:22.662 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56732026-03-07T02:04:24.301Z[ recovery-image] Mar 07 02:04:22.672 INFO O| Mar 07 02:04:22.672 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre-config"
56742026-03-07T02:04:24.301Z[ recovery-image] Mar 07 02:04:22.673 INFO O| Mar 07 02:04:22.673 INFO STEP 302 (remove_files) COMPLETE
56752026-03-07T02:04:24.304Z[ recovery-image] Mar 07 02:04:22.673 INFO O| Mar 07 02:04:22.673 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56762026-03-07T02:04:24.313Z[ recovery-image] Mar 07 02:04:22.684 INFO O| Mar 07 02:04:22.684 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2-config"
56772026-03-07T02:04:24.316Z[ recovery-image] Mar 07 02:04:22.684 INFO O| Mar 07 02:04:22.684 INFO STEP 303 (remove_files) COMPLETE
56782026-03-07T02:04:24.316Z[ recovery-image] Mar 07 02:04:22.684 INFO O| Mar 07 02:04:22.684 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56792026-03-07T02:04:24.323Z[ recovery-image] Mar 07 02:04:22.695 INFO O| Mar 07 02:04:22.695 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2grep"
56802026-03-07T02:04:24.323Z[ recovery-image] Mar 07 02:04:22.695 INFO O| Mar 07 02:04:22.695 INFO STEP 304 (remove_files) COMPLETE
56812026-03-07T02:04:24.323Z[ recovery-image] Mar 07 02:04:22.695 INFO O| Mar 07 02:04:22.695 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56822026-03-07T02:04:24.334Z[ recovery-image] Mar 07 02:04:22.705 INFO O| Mar 07 02:04:22.705 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2test"
56832026-03-07T02:04:24.334Z[ recovery-image] Mar 07 02:04:22.705 INFO O| Mar 07 02:04:22.705 INFO STEP 305 (remove_files) COMPLETE
56842026-03-07T02:04:24.337Z[ recovery-image] Mar 07 02:04:22.705 INFO O| Mar 07 02:04:22.705 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56852026-03-07T02:04:24.344Z[ recovery-image] Mar 07 02:04:22.715 INFO O| Mar 07 02:04:22.715 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcregrep"
56862026-03-07T02:04:24.344Z[ recovery-image] Mar 07 02:04:22.715 INFO O| Mar 07 02:04:22.715 INFO STEP 306 (remove_files) COMPLETE
56872026-03-07T02:04:24.347Z[ recovery-image] Mar 07 02:04:22.715 INFO O| Mar 07 02:04:22.715 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56882026-03-07T02:04:24.354Z[ recovery-image] Mar 07 02:04:22.725 INFO O| Mar 07 02:04:22.725 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcretest"
56892026-03-07T02:04:24.354Z[ recovery-image] Mar 07 02:04:22.725 INFO O| Mar 07 02:04:22.725 INFO STEP 307 (remove_files) COMPLETE
56902026-03-07T02:04:24.357Z[ recovery-image] Mar 07 02:04:22.725 INFO O| Mar 07 02:04:22.725 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56912026-03-07T02:04:24.362Z[ recovery-image] Mar 07 02:04:22.734 INFO O| Mar 07 02:04:22.733 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfbash"
56922026-03-07T02:04:24.362Z[ recovery-image] Mar 07 02:04:22.734 INFO O| Mar 07 02:04:22.734 INFO STEP 308 (remove_files) COMPLETE
56932026-03-07T02:04:24.366Z[ recovery-image] Mar 07 02:04:22.734 INFO O| Mar 07 02:04:22.734 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56942026-03-07T02:04:24.370Z[ recovery-image] Mar 07 02:04:22.742 INFO O| Mar 07 02:04:22.742 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfcsh"
56952026-03-07T02:04:24.370Z[ recovery-image] Mar 07 02:04:22.742 INFO O| Mar 07 02:04:22.742 INFO STEP 309 (remove_files) COMPLETE
56962026-03-07T02:04:24.370Z[ recovery-image] Mar 07 02:04:22.742 INFO O| Mar 07 02:04:22.742 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56972026-03-07T02:04:24.380Z[ recovery-image] Mar 07 02:04:22.752 INFO O| Mar 07 02:04:22.752 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh"
56982026-03-07T02:04:24.380Z[ recovery-image] Mar 07 02:04:22.752 INFO O| Mar 07 02:04:22.752 INFO STEP 310 (remove_files) COMPLETE
56992026-03-07T02:04:24.383Z[ recovery-image] Mar 07 02:04:22.752 INFO O| Mar 07 02:04:22.752 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57002026-03-07T02:04:24.388Z[ recovery-image] Mar 07 02:04:22.760 INFO O| Mar 07 02:04:22.760 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh93"
57012026-03-07T02:04:24.388Z[ recovery-image] Mar 07 02:04:22.760 INFO O| Mar 07 02:04:22.760 INFO STEP 311 (remove_files) COMPLETE
57022026-03-07T02:04:24.391Z[ recovery-image] Mar 07 02:04:22.760 INFO O| Mar 07 02:04:22.760 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57032026-03-07T02:04:24.397Z[ recovery-image] Mar 07 02:04:22.769 INFO O| Mar 07 02:04:22.769 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh"
57042026-03-07T02:04:24.397Z[ recovery-image] Mar 07 02:04:22.769 INFO O| Mar 07 02:04:22.769 INFO STEP 312 (remove_files) COMPLETE
57052026-03-07T02:04:24.400Z[ recovery-image] Mar 07 02:04:22.769 INFO O| Mar 07 02:04:22.769 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57062026-03-07T02:04:24.406Z[ recovery-image] Mar 07 02:04:22.777 INFO O| Mar 07 02:04:22.777 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh93"
57072026-03-07T02:04:24.409Z[ recovery-image] Mar 07 02:04:22.778 INFO O| Mar 07 02:04:22.778 INFO STEP 313 (remove_files) COMPLETE
57082026-03-07T02:04:24.409Z[ recovery-image] Mar 07 02:04:22.778 INFO O| Mar 07 02:04:22.778 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57092026-03-07T02:04:24.414Z[ recovery-image] Mar 07 02:04:22.785 INFO O| Mar 07 02:04:22.785 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfsh"
57102026-03-07T02:04:24.414Z[ recovery-image] Mar 07 02:04:22.785 INFO O| Mar 07 02:04:22.785 INFO STEP 314 (remove_files) COMPLETE
57112026-03-07T02:04:24.414Z[ recovery-image] Mar 07 02:04:22.785 INFO O| Mar 07 02:04:22.785 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57122026-03-07T02:04:24.422Z[ recovery-image] Mar 07 02:04:22.793 INFO O| Mar 07 02:04:22.793 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pftcsh"
57132026-03-07T02:04:24.422Z[ recovery-image] Mar 07 02:04:22.793 INFO O| Mar 07 02:04:22.793 INFO STEP 315 (remove_files) COMPLETE
57142026-03-07T02:04:24.422Z[ recovery-image] Mar 07 02:04:22.793 INFO O| Mar 07 02:04:22.793 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57152026-03-07T02:04:24.433Z[ recovery-image] Mar 07 02:04:22.805 INFO O| Mar 07 02:04:22.805 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfzsh"
57162026-03-07T02:04:24.433Z[ recovery-image] Mar 07 02:04:22.805 INFO O| Mar 07 02:04:22.805 INFO STEP 316 (remove_files) COMPLETE
57172026-03-07T02:04:24.433Z[ recovery-image] Mar 07 02:04:22.805 INFO O| Mar 07 02:04:22.805 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57182026-03-07T02:04:24.443Z[ recovery-image] Mar 07 02:04:22.814 INFO O| Mar 07 02:04:22.814 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pg"
57192026-03-07T02:04:24.443Z[ recovery-image] Mar 07 02:04:22.814 INFO O| Mar 07 02:04:22.814 INFO STEP 317 (remove_files) COMPLETE
57202026-03-07T02:04:24.446Z[ recovery-image] Mar 07 02:04:22.814 INFO O| Mar 07 02:04:22.814 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57212026-03-07T02:04:24.451Z[ recovery-image] Mar 07 02:04:22.822 INFO O| Mar 07 02:04:22.822 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pginfo"
57222026-03-07T02:04:24.454Z[ recovery-image] Mar 07 02:04:22.822 INFO O| Mar 07 02:04:22.822 INFO STEP 318 (remove_files) COMPLETE
57232026-03-07T02:04:24.454Z[ recovery-image] Mar 07 02:04:22.822 INFO O| Mar 07 02:04:22.822 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57242026-03-07T02:04:24.460Z[ recovery-image] Mar 07 02:04:22.831 INFO O| Mar 07 02:04:22.831 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pgstat"
57252026-03-07T02:04:24.460Z[ recovery-image] Mar 07 02:04:22.831 INFO O| Mar 07 02:04:22.831 INFO STEP 319 (remove_files) COMPLETE
57262026-03-07T02:04:24.460Z[ recovery-image] Mar 07 02:04:22.831 INFO O| Mar 07 02:04:22.831 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57272026-03-07T02:04:24.469Z[ recovery-image] Mar 07 02:04:22.841 INFO O| Mar 07 02:04:22.840 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgadm"
57282026-03-07T02:04:24.469Z[ recovery-image] Mar 07 02:04:22.841 INFO O| Mar 07 02:04:22.841 INFO STEP 320 (remove_files) COMPLETE
57292026-03-07T02:04:24.469Z[ recovery-image] Mar 07 02:04:22.841 INFO O| Mar 07 02:04:22.841 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57302026-03-07T02:04:24.478Z[ recovery-image] Mar 07 02:04:22.849 INFO O| Mar 07 02:04:22.849 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgcond"
57312026-03-07T02:04:24.481Z[ recovery-image] Mar 07 02:04:22.849 INFO O| Mar 07 02:04:22.849 INFO STEP 321 (remove_files) COMPLETE
57322026-03-07T02:04:24.481Z[ recovery-image] Mar 07 02:04:22.849 INFO O| Mar 07 02:04:22.849 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57332026-03-07T02:04:24.486Z[ recovery-image] Mar 07 02:04:22.857 INFO O| Mar 07 02:04:22.857 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkginfo"
57342026-03-07T02:04:24.486Z[ recovery-image] Mar 07 02:04:22.857 INFO O| Mar 07 02:04:22.857 INFO STEP 322 (remove_files) COMPLETE
57352026-03-07T02:04:24.486Z[ recovery-image] Mar 07 02:04:22.857 INFO O| Mar 07 02:04:22.857 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57362026-03-07T02:04:24.494Z[ recovery-image] Mar 07 02:04:22.865 INFO O| Mar 07 02:04:22.865 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgmk"
57372026-03-07T02:04:24.494Z[ recovery-image] Mar 07 02:04:22.865 INFO O| Mar 07 02:04:22.865 INFO STEP 323 (remove_files) COMPLETE
57382026-03-07T02:04:24.494Z[ recovery-image] Mar 07 02:04:22.865 INFO O| Mar 07 02:04:22.865 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57392026-03-07T02:04:24.504Z[ recovery-image] Mar 07 02:04:22.875 INFO O| Mar 07 02:04:22.875 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgparam"
57402026-03-07T02:04:24.504Z[ recovery-image] Mar 07 02:04:22.875 INFO O| Mar 07 02:04:22.875 INFO STEP 324 (remove_files) COMPLETE
57412026-03-07T02:04:24.507Z[ recovery-image] Mar 07 02:04:22.875 INFO O| Mar 07 02:04:22.875 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57422026-03-07T02:04:24.512Z[ recovery-image] Mar 07 02:04:22.883 INFO O| Mar 07 02:04:22.883 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgproto"
57432026-03-07T02:04:24.512Z[ recovery-image] Mar 07 02:04:22.884 INFO O| Mar 07 02:04:22.884 INFO STEP 325 (remove_files) COMPLETE
57442026-03-07T02:04:24.515Z[ recovery-image] Mar 07 02:04:22.884 INFO O| Mar 07 02:04:22.884 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57452026-03-07T02:04:24.523Z[ recovery-image] Mar 07 02:04:22.894 INFO O| Mar 07 02:04:22.894 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgtrans"
57462026-03-07T02:04:24.523Z[ recovery-image] Mar 07 02:04:22.894 INFO O| Mar 07 02:04:22.894 INFO STEP 326 (remove_files) COMPLETE
57472026-03-07T02:04:24.526Z[ recovery-image] Mar 07 02:04:22.894 INFO O| Mar 07 02:04:22.894 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57482026-03-07T02:04:24.531Z[ recovery-image] Mar 07 02:04:22.903 INFO O| Mar 07 02:04:22.902 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pktool"
57492026-03-07T02:04:24.531Z[ recovery-image] Mar 07 02:04:22.903 INFO O| Mar 07 02:04:22.903 INFO STEP 327 (remove_files) COMPLETE
57502026-03-07T02:04:24.534Z[ recovery-image] Mar 07 02:04:22.903 INFO O| Mar 07 02:04:22.903 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57512026-03-07T02:04:24.539Z[ recovery-image] Mar 07 02:04:22.911 INFO O| Mar 07 02:04:22.911 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/plgrp"
57522026-03-07T02:04:24.542Z[ recovery-image] Mar 07 02:04:22.911 INFO O| Mar 07 02:04:22.911 INFO STEP 328 (remove_files) COMPLETE
57532026-03-07T02:04:24.542Z[ recovery-image] Mar 07 02:04:22.911 INFO O| Mar 07 02:04:22.911 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57542026-03-07T02:04:24.549Z[ recovery-image] Mar 07 02:04:22.920 INFO O| Mar 07 02:04:22.920 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pmadvise"
57552026-03-07T02:04:24.549Z[ recovery-image] Mar 07 02:04:22.920 INFO O| Mar 07 02:04:22.920 INFO STEP 329 (remove_files) COMPLETE
57562026-03-07T02:04:24.552Z[ recovery-image] Mar 07 02:04:22.920 INFO O| Mar 07 02:04:22.920 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57572026-03-07T02:04:24.559Z[ recovery-image] Mar 07 02:04:22.930 INFO O| Mar 07 02:04:22.930 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/poolstat"
57582026-03-07T02:04:24.561Z[ recovery-image] Mar 07 02:04:22.931 INFO O| Mar 07 02:04:22.931 INFO STEP 330 (remove_files) COMPLETE
57592026-03-07T02:04:24.561Z[ recovery-image] Mar 07 02:04:22.931 INFO O| Mar 07 02:04:22.931 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57602026-03-07T02:04:24.569Z[ recovery-image] Mar 07 02:04:22.941 INFO O| Mar 07 02:04:22.941 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ppgsz"
57612026-03-07T02:04:24.572Z[ recovery-image] Mar 07 02:04:22.941 INFO O| Mar 07 02:04:22.941 INFO STEP 331 (remove_files) COMPLETE
57622026-03-07T02:04:24.572Z[ recovery-image] Mar 07 02:04:22.941 INFO O| Mar 07 02:04:22.941 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57632026-03-07T02:04:24.579Z[ recovery-image] Mar 07 02:04:22.951 INFO O| Mar 07 02:04:22.951 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pr"
57642026-03-07T02:04:24.579Z[ recovery-image] Mar 07 02:04:22.951 INFO O| Mar 07 02:04:22.951 INFO STEP 332 (remove_files) COMPLETE
57652026-03-07T02:04:24.582Z[ recovery-image] Mar 07 02:04:22.951 INFO O| Mar 07 02:04:22.951 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57662026-03-07T02:04:24.589Z[ recovery-image] Mar 07 02:04:22.960 INFO O| Mar 07 02:04:22.960 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/print"
57672026-03-07T02:04:24.589Z[ recovery-image] Mar 07 02:04:22.960 INFO O| Mar 07 02:04:22.960 INFO STEP 333 (remove_files) COMPLETE
57682026-03-07T02:04:24.593Z[ recovery-image] Mar 07 02:04:22.960 INFO O| Mar 07 02:04:22.960 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57692026-03-07T02:04:24.599Z[ recovery-image] Mar 07 02:04:22.970 INFO O| Mar 07 02:04:22.970 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/printf"
57702026-03-07T02:04:24.599Z[ recovery-image] Mar 07 02:04:22.970 INFO O| Mar 07 02:04:22.970 INFO STEP 334 (remove_files) COMPLETE
57712026-03-07T02:04:24.599Z[ recovery-image] Mar 07 02:04:22.970 INFO O| Mar 07 02:04:22.970 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57722026-03-07T02:04:24.607Z[ recovery-image] Mar 07 02:04:22.978 INFO O| Mar 07 02:04:22.978 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/priocntl"
57732026-03-07T02:04:24.610Z[ recovery-image] Mar 07 02:04:22.978 INFO O| Mar 07 02:04:22.978 INFO STEP 335 (remove_files) COMPLETE
57742026-03-07T02:04:24.610Z[ recovery-image] Mar 07 02:04:22.978 INFO O| Mar 07 02:04:22.978 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57752026-03-07T02:04:24.615Z[ recovery-image] Mar 07 02:04:22.986 INFO O| Mar 07 02:04:22.986 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/profiles"
57762026-03-07T02:04:24.615Z[ recovery-image] Mar 07 02:04:22.986 INFO O| Mar 07 02:04:22.986 INFO STEP 336 (remove_files) COMPLETE
57772026-03-07T02:04:24.618Z[ recovery-image] Mar 07 02:04:22.986 INFO O| Mar 07 02:04:22.986 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57782026-03-07T02:04:24.622Z[ recovery-image] Mar 07 02:04:22.994 INFO O| Mar 07 02:04:22.994 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/projects"
57792026-03-07T02:04:24.625Z[ recovery-image] Mar 07 02:04:22.994 INFO O| Mar 07 02:04:22.994 INFO STEP 337 (remove_files) COMPLETE
57802026-03-07T02:04:24.625Z[ recovery-image] Mar 07 02:04:22.994 INFO O| Mar 07 02:04:22.994 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57812026-03-07T02:04:24.633Z[ recovery-image] Mar 07 02:04:23.003 INFO O| Mar 07 02:04:23.003 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/psecflags"
57822026-03-07T02:04:24.633Z[ recovery-image] Mar 07 02:04:23.003 INFO O| Mar 07 02:04:23.003 INFO STEP 338 (remove_files) COMPLETE
57832026-03-07T02:04:24.633Z[ recovery-image] Mar 07 02:04:23.003 INFO O| Mar 07 02:04:23.003 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57842026-03-07T02:04:24.640Z[ recovery-image] Mar 07 02:04:23.011 INFO O| Mar 07 02:04:23.011 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdev"
57852026-03-07T02:04:24.644Z[ recovery-image] Mar 07 02:04:23.011 INFO O| Mar 07 02:04:23.011 INFO STEP 339 (remove_files) COMPLETE
57862026-03-07T02:04:24.644Z[ recovery-image] Mar 07 02:04:23.011 INFO O| Mar 07 02:04:23.011 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57872026-03-07T02:04:24.650Z[ recovery-image] Mar 07 02:04:23.019 INFO O| Mar 07 02:04:23.019 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdgrp"
57882026-03-07T02:04:24.650Z[ recovery-image] Mar 07 02:04:23.019 INFO O| Mar 07 02:04:23.019 INFO STEP 340 (remove_files) COMPLETE
57892026-03-07T02:04:24.653Z[ recovery-image] Mar 07 02:04:23.019 INFO O| Mar 07 02:04:23.019 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57902026-03-07T02:04:24.657Z[ recovery-image] Mar 07 02:04:23.027 INFO O| Mar 07 02:04:23.027 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pvs"
57912026-03-07T02:04:24.657Z[ recovery-image] Mar 07 02:04:23.027 INFO O| Mar 07 02:04:23.027 INFO STEP 341 (remove_files) COMPLETE
57922026-03-07T02:04:24.657Z[ recovery-image] Mar 07 02:04:23.027 INFO O| Mar 07 02:04:23.027 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57932026-03-07T02:04:24.669Z[ recovery-image] Mar 07 02:04:23.035 INFO O| Mar 07 02:04:23.035 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwait"
57942026-03-07T02:04:24.674Z[ recovery-image] Mar 07 02:04:23.035 INFO O| Mar 07 02:04:23.035 INFO STEP 342 (remove_files) COMPLETE
57952026-03-07T02:04:24.674Z[ recovery-image] Mar 07 02:04:23.035 INFO O| Mar 07 02:04:23.035 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57962026-03-07T02:04:24.674Z[ recovery-image] Mar 07 02:04:23.043 INFO O| Mar 07 02:04:23.043 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwd"
57972026-03-07T02:04:24.674Z[ recovery-image] Mar 07 02:04:23.043 INFO O| Mar 07 02:04:23.043 INFO STEP 343 (remove_files) COMPLETE
57982026-03-07T02:04:24.674Z[ recovery-image] Mar 07 02:04:23.043 INFO O| Mar 07 02:04:23.043 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57992026-03-07T02:04:24.680Z[ recovery-image] Mar 07 02:04:23.051 INFO O| Mar 07 02:04:23.051 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/read"
58002026-03-07T02:04:24.684Z[ recovery-image] Mar 07 02:04:23.051 INFO O| Mar 07 02:04:23.051 INFO STEP 344 (remove_files) COMPLETE
58012026-03-07T02:04:24.684Z[ recovery-image] Mar 07 02:04:23.051 INFO O| Mar 07 02:04:23.051 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58022026-03-07T02:04:24.688Z[ recovery-image] Mar 07 02:04:23.059 INFO O| Mar 07 02:04:23.059 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/red"
58032026-03-07T02:04:24.688Z[ recovery-image] Mar 07 02:04:23.059 INFO O| Mar 07 02:04:23.059 INFO STEP 345 (remove_files) COMPLETE
58042026-03-07T02:04:24.688Z[ recovery-image] Mar 07 02:04:23.059 INFO O| Mar 07 02:04:23.059 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58052026-03-07T02:04:24.696Z[ recovery-image] Mar 07 02:04:23.067 INFO O| Mar 07 02:04:23.067 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/regcmp"
58062026-03-07T02:04:24.699Z[ recovery-image] Mar 07 02:04:23.067 INFO O| Mar 07 02:04:23.067 INFO STEP 346 (remove_files) COMPLETE
58072026-03-07T02:04:24.699Z[ recovery-image] Mar 07 02:04:23.067 INFO O| Mar 07 02:04:23.067 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58082026-03-07T02:04:24.706Z[ recovery-image] Mar 07 02:04:23.077 INFO O| Mar 07 02:04:23.077 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/renice"
58092026-03-07T02:04:24.706Z[ recovery-image] Mar 07 02:04:23.077 INFO O| Mar 07 02:04:23.077 INFO STEP 347 (remove_files) COMPLETE
58102026-03-07T02:04:24.708Z[ recovery-image] Mar 07 02:04:23.077 INFO O| Mar 07 02:04:23.077 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58112026-03-07T02:04:24.715Z[ recovery-image] Mar 07 02:04:23.086 INFO O| Mar 07 02:04:23.086 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/resize"
58122026-03-07T02:04:24.715Z[ recovery-image] Mar 07 02:04:23.087 INFO O| Mar 07 02:04:23.087 INFO STEP 348 (remove_files) COMPLETE
58132026-03-07T02:04:24.718Z[ recovery-image] Mar 07 02:04:23.087 INFO O| Mar 07 02:04:23.087 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58142026-03-07T02:04:24.723Z[ recovery-image] Mar 07 02:04:23.095 INFO O| Mar 07 02:04:23.094 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rev"
58152026-03-07T02:04:24.726Z[ recovery-image] Mar 07 02:04:23.095 INFO O| Mar 07 02:04:23.095 INFO STEP 349 (remove_files) COMPLETE
58162026-03-07T02:04:24.726Z[ recovery-image] Mar 07 02:04:23.095 INFO O| Mar 07 02:04:23.095 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58172026-03-07T02:04:24.734Z[ recovery-image] Mar 07 02:04:23.105 INFO O| Mar 07 02:04:23.105 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh"
58182026-03-07T02:04:24.736Z[ recovery-image] Mar 07 02:04:23.105 INFO O| Mar 07 02:04:23.105 INFO STEP 350 (remove_files) COMPLETE
58192026-03-07T02:04:24.736Z[ recovery-image] Mar 07 02:04:23.105 INFO O| Mar 07 02:04:23.105 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58202026-03-07T02:04:24.742Z[ recovery-image] Mar 07 02:04:23.113 INFO O| Mar 07 02:04:23.113 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh93"
58212026-03-07T02:04:24.742Z[ recovery-image] Mar 07 02:04:23.113 INFO O| Mar 07 02:04:23.113 INFO STEP 351 (remove_files) COMPLETE
58222026-03-07T02:04:24.745Z[ recovery-image] Mar 07 02:04:23.113 INFO O| Mar 07 02:04:23.113 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58232026-03-07T02:04:24.750Z[ recovery-image] Mar 07 02:04:23.121 INFO O| Mar 07 02:04:23.121 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/roles"
58242026-03-07T02:04:24.750Z[ recovery-image] Mar 07 02:04:23.121 INFO O| Mar 07 02:04:23.121 INFO STEP 352 (remove_files) COMPLETE
58252026-03-07T02:04:24.753Z[ recovery-image] Mar 07 02:04:23.121 INFO O| Mar 07 02:04:23.121 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58262026-03-07T02:04:24.760Z[ recovery-image] Mar 07 02:04:23.131 INFO O| Mar 07 02:04:23.131 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rpcinfo"
58272026-03-07T02:04:24.760Z[ recovery-image] Mar 07 02:04:23.131 INFO O| Mar 07 02:04:23.131 INFO STEP 353 (remove_files) COMPLETE
58282026-03-07T02:04:24.763Z[ recovery-image] Mar 07 02:04:23.131 INFO O| Mar 07 02:04:23.131 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58292026-03-07T02:04:24.768Z[ recovery-image] Mar 07 02:04:23.139 INFO O| Mar 07 02:04:23.139 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync"
58302026-03-07T02:04:24.771Z[ recovery-image] Mar 07 02:04:23.140 INFO O| Mar 07 02:04:23.139 INFO STEP 354 (remove_files) COMPLETE
58312026-03-07T02:04:24.771Z[ recovery-image] Mar 07 02:04:23.140 INFO O| Mar 07 02:04:23.140 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58322026-03-07T02:04:24.776Z[ recovery-image] Mar 07 02:04:23.147 INFO O| Mar 07 02:04:23.147 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync-ssl"
58332026-03-07T02:04:24.776Z[ recovery-image] Mar 07 02:04:23.147 INFO O| Mar 07 02:04:23.147 INFO STEP 355 (remove_files) COMPLETE
58342026-03-07T02:04:24.776Z[ recovery-image] Mar 07 02:04:23.147 INFO O| Mar 07 02:04:23.147 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58352026-03-07T02:04:24.784Z[ recovery-image] Mar 07 02:04:23.156 INFO O| Mar 07 02:04:23.156 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/runat"
58362026-03-07T02:04:24.784Z[ recovery-image] Mar 07 02:04:23.156 INFO O| Mar 07 02:04:23.156 INFO STEP 356 (remove_files) COMPLETE
58372026-03-07T02:04:24.787Z[ recovery-image] Mar 07 02:04:23.156 INFO O| Mar 07 02:04:23.156 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58382026-03-07T02:04:24.794Z[ recovery-image] Mar 07 02:04:23.165 INFO O| Mar 07 02:04:23.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/scp"
58392026-03-07T02:04:24.794Z[ recovery-image] Mar 07 02:04:23.166 INFO O| Mar 07 02:04:23.166 INFO STEP 357 (remove_files) COMPLETE
58402026-03-07T02:04:24.798Z[ recovery-image] Mar 07 02:04:23.166 INFO O| Mar 07 02:04:23.166 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58412026-03-07T02:04:24.803Z[ recovery-image] Mar 07 02:04:23.174 INFO O| Mar 07 02:04:23.174 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/script"
58422026-03-07T02:04:24.806Z[ recovery-image] Mar 07 02:04:23.174 INFO O| Mar 07 02:04:23.174 INFO STEP 358 (remove_files) COMPLETE
58432026-03-07T02:04:24.806Z[ recovery-image] Mar 07 02:04:23.174 INFO O| Mar 07 02:04:23.174 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58442026-03-07T02:04:24.811Z[ recovery-image] Mar 07 02:04:23.182 INFO O| Mar 07 02:04:23.182 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sdiff"
58452026-03-07T02:04:24.814Z[ recovery-image] Mar 07 02:04:23.182 INFO O| Mar 07 02:04:23.182 INFO STEP 359 (remove_files) COMPLETE
58462026-03-07T02:04:24.814Z[ recovery-image] Mar 07 02:04:23.182 INFO O| Mar 07 02:04:23.182 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58472026-03-07T02:04:24.819Z[ recovery-image] Mar 07 02:04:23.191 INFO O| Mar 07 02:04:23.191 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/setpgrp"
58482026-03-07T02:04:24.819Z[ recovery-image] Mar 07 02:04:23.191 INFO O| Mar 07 02:04:23.191 INFO STEP 360 (remove_files) COMPLETE
58492026-03-07T02:04:24.822Z[ recovery-image] Mar 07 02:04:23.191 INFO O| Mar 07 02:04:23.191 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58502026-03-07T02:04:24.827Z[ recovery-image] Mar 07 02:04:23.199 INFO O| Mar 07 02:04:23.198 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sftp"
58512026-03-07T02:04:24.827Z[ recovery-image] Mar 07 02:04:23.199 INFO O| Mar 07 02:04:23.199 INFO STEP 361 (remove_files) COMPLETE
58522026-03-07T02:04:24.827Z[ recovery-image] Mar 07 02:04:23.199 INFO O| Mar 07 02:04:23.199 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58532026-03-07T02:04:24.836Z[ recovery-image] Mar 07 02:04:23.207 INFO O| Mar 07 02:04:23.207 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/shcomp"
58542026-03-07T02:04:24.839Z[ recovery-image] Mar 07 02:04:23.207 INFO O| Mar 07 02:04:23.207 INFO STEP 362 (remove_files) COMPLETE
58552026-03-07T02:04:24.839Z[ recovery-image] Mar 07 02:04:23.207 INFO O| Mar 07 02:04:23.207 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58562026-03-07T02:04:24.845Z[ recovery-image] Mar 07 02:04:23.217 INFO O| Mar 07 02:04:23.217 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/smbutil"
58572026-03-07T02:04:24.848Z[ recovery-image] Mar 07 02:04:23.217 INFO O| Mar 07 02:04:23.217 INFO STEP 363 (remove_files) COMPLETE
58582026-03-07T02:04:24.848Z[ recovery-image] Mar 07 02:04:23.217 INFO O| Mar 07 02:04:23.217 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58592026-03-07T02:04:24.855Z[ recovery-image] Mar 07 02:04:23.226 INFO O| Mar 07 02:04:23.226 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmp-bridge-mib"
58602026-03-07T02:04:24.855Z[ recovery-image] Mar 07 02:04:23.226 INFO O| Mar 07 02:04:23.226 INFO STEP 364 (remove_files) COMPLETE
58612026-03-07T02:04:24.858Z[ recovery-image] Mar 07 02:04:23.226 INFO O| Mar 07 02:04:23.226 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58622026-03-07T02:04:24.862Z[ recovery-image] Mar 07 02:04:23.234 INFO O| Mar 07 02:04:23.234 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkget"
58632026-03-07T02:04:24.862Z[ recovery-image] Mar 07 02:04:23.234 INFO O| Mar 07 02:04:23.234 INFO STEP 365 (remove_files) COMPLETE
58642026-03-07T02:04:24.866Z[ recovery-image] Mar 07 02:04:23.234 INFO O| Mar 07 02:04:23.234 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58652026-03-07T02:04:24.871Z[ recovery-image] Mar 07 02:04:23.242 INFO O| Mar 07 02:04:23.242 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkwalk"
58662026-03-07T02:04:24.871Z[ recovery-image] Mar 07 02:04:23.242 INFO O| Mar 07 02:04:23.242 INFO STEP 366 (remove_files) COMPLETE
58672026-03-07T02:04:24.871Z[ recovery-image] Mar 07 02:04:23.242 INFO O| Mar 07 02:04:23.242 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58682026-03-07T02:04:24.879Z[ recovery-image] Mar 07 02:04:23.250 INFO O| Mar 07 02:04:23.250 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpcheck"
58692026-03-07T02:04:24.879Z[ recovery-image] Mar 07 02:04:23.250 INFO O| Mar 07 02:04:23.250 INFO STEP 367 (remove_files) COMPLETE
58702026-03-07T02:04:24.879Z[ recovery-image] Mar 07 02:04:23.250 INFO O| Mar 07 02:04:23.250 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58712026-03-07T02:04:24.887Z[ recovery-image] Mar 07 02:04:23.259 INFO O| Mar 07 02:04:23.259 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpconf"
58722026-03-07T02:04:24.887Z[ recovery-image] Mar 07 02:04:23.259 INFO O| Mar 07 02:04:23.259 INFO STEP 368 (remove_files) COMPLETE
58732026-03-07T02:04:24.890Z[ recovery-image] Mar 07 02:04:23.259 INFO O| Mar 07 02:04:23.259 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58742026-03-07T02:04:24.896Z[ recovery-image] Mar 07 02:04:23.267 INFO O| Mar 07 02:04:23.267 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdelta"
58752026-03-07T02:04:24.896Z[ recovery-image] Mar 07 02:04:23.267 INFO O| Mar 07 02:04:23.267 INFO STEP 369 (remove_files) COMPLETE
58762026-03-07T02:04:24.898Z[ recovery-image] Mar 07 02:04:23.267 INFO O| Mar 07 02:04:23.267 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58772026-03-07T02:04:24.903Z[ recovery-image] Mar 07 02:04:23.275 INFO O| Mar 07 02:04:23.275 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdf"
58782026-03-07T02:04:24.904Z[ recovery-image] Mar 07 02:04:23.275 INFO O| Mar 07 02:04:23.275 INFO STEP 370 (remove_files) COMPLETE
58792026-03-07T02:04:24.907Z[ recovery-image] Mar 07 02:04:23.275 INFO O| Mar 07 02:04:23.275 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58802026-03-07T02:04:24.911Z[ recovery-image] Mar 07 02:04:23.283 INFO O| Mar 07 02:04:23.283 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpget"
58812026-03-07T02:04:24.911Z[ recovery-image] Mar 07 02:04:23.283 INFO O| Mar 07 02:04:23.283 INFO STEP 371 (remove_files) COMPLETE
58822026-03-07T02:04:24.914Z[ recovery-image] Mar 07 02:04:23.283 INFO O| Mar 07 02:04:23.283 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58832026-03-07T02:04:24.920Z[ recovery-image] Mar 07 02:04:23.291 INFO O| Mar 07 02:04:23.291 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpgetnext"
58842026-03-07T02:04:24.920Z[ recovery-image] Mar 07 02:04:23.291 INFO O| Mar 07 02:04:23.291 INFO STEP 372 (remove_files) COMPLETE
58852026-03-07T02:04:24.923Z[ recovery-image] Mar 07 02:04:23.291 INFO O| Mar 07 02:04:23.291 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58862026-03-07T02:04:24.928Z[ recovery-image] Mar 07 02:04:23.300 INFO O| Mar 07 02:04:23.299 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpnetstat"
58872026-03-07T02:04:24.931Z[ recovery-image] Mar 07 02:04:23.300 INFO O| Mar 07 02:04:23.300 INFO STEP 373 (remove_files) COMPLETE
58882026-03-07T02:04:24.931Z[ recovery-image] Mar 07 02:04:23.300 INFO O| Mar 07 02:04:23.300 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58892026-03-07T02:04:24.937Z[ recovery-image] Mar 07 02:04:23.308 INFO O| Mar 07 02:04:23.308 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmppcap"
58902026-03-07T02:04:24.939Z[ recovery-image] Mar 07 02:04:23.308 INFO O| Mar 07 02:04:23.308 INFO STEP 374 (remove_files) COMPLETE
58912026-03-07T02:04:24.939Z[ recovery-image] Mar 07 02:04:23.308 INFO O| Mar 07 02:04:23.308 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58922026-03-07T02:04:24.945Z[ recovery-image] Mar 07 02:04:23.316 INFO O| Mar 07 02:04:23.316 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpping"
58932026-03-07T02:04:24.945Z[ recovery-image] Mar 07 02:04:23.316 INFO O| Mar 07 02:04:23.316 INFO STEP 375 (remove_files) COMPLETE
58942026-03-07T02:04:24.948Z[ recovery-image] Mar 07 02:04:23.316 INFO O| Mar 07 02:04:23.316 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58952026-03-07T02:04:24.953Z[ recovery-image] Mar 07 02:04:23.324 INFO O| Mar 07 02:04:23.324 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpps"
58962026-03-07T02:04:24.953Z[ recovery-image] Mar 07 02:04:23.324 INFO O| Mar 07 02:04:23.324 INFO STEP 376 (remove_files) COMPLETE
58972026-03-07T02:04:24.956Z[ recovery-image] Mar 07 02:04:23.324 INFO O| Mar 07 02:04:23.324 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58982026-03-07T02:04:24.961Z[ recovery-image] Mar 07 02:04:23.332 INFO O| Mar 07 02:04:23.332 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpset"
58992026-03-07T02:04:24.961Z[ recovery-image] Mar 07 02:04:23.333 INFO O| Mar 07 02:04:23.332 INFO STEP 377 (remove_files) COMPLETE
59002026-03-07T02:04:24.964Z[ recovery-image] Mar 07 02:04:23.333 INFO O| Mar 07 02:04:23.333 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59012026-03-07T02:04:24.969Z[ recovery-image] Mar 07 02:04:23.340 INFO O| Mar 07 02:04:23.340 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpstatus"
59022026-03-07T02:04:24.972Z[ recovery-image] Mar 07 02:04:23.340 INFO O| Mar 07 02:04:23.340 INFO STEP 378 (remove_files) COMPLETE
59032026-03-07T02:04:24.972Z[ recovery-image] Mar 07 02:04:23.340 INFO O| Mar 07 02:04:23.340 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59042026-03-07T02:04:24.976Z[ recovery-image] Mar 07 02:04:23.348 INFO O| Mar 07 02:04:23.348 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptable"
59052026-03-07T02:04:24.976Z[ recovery-image] Mar 07 02:04:23.348 INFO O| Mar 07 02:04:23.348 INFO STEP 379 (remove_files) COMPLETE
59062026-03-07T02:04:24.977Z[ recovery-image] Mar 07 02:04:23.348 INFO O| Mar 07 02:04:23.348 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59072026-03-07T02:04:24.984Z[ recovery-image] Mar 07 02:04:23.356 INFO O| Mar 07 02:04:23.356 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptest"
59082026-03-07T02:04:24.984Z[ recovery-image] Mar 07 02:04:23.356 INFO O| Mar 07 02:04:23.356 INFO STEP 380 (remove_files) COMPLETE
59092026-03-07T02:04:24.987Z[ recovery-image] Mar 07 02:04:23.356 INFO O| Mar 07 02:04:23.356 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59102026-03-07T02:04:24.992Z[ recovery-image] Mar 07 02:04:23.363 INFO O| Mar 07 02:04:23.363 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptranslate"
59112026-03-07T02:04:24.992Z[ recovery-image] Mar 07 02:04:23.363 INFO O| Mar 07 02:04:23.363 INFO STEP 381 (remove_files) COMPLETE
59122026-03-07T02:04:24.995Z[ recovery-image] Mar 07 02:04:23.363 INFO O| Mar 07 02:04:23.363 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59132026-03-07T02:04:25.000Z[ recovery-image] Mar 07 02:04:23.371 INFO O| Mar 07 02:04:23.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptrap"
59142026-03-07T02:04:25.000Z[ recovery-image] Mar 07 02:04:23.371 INFO O| Mar 07 02:04:23.371 INFO STEP 382 (remove_files) COMPLETE
59152026-03-07T02:04:25.000Z[ recovery-image] Mar 07 02:04:23.371 INFO O| Mar 07 02:04:23.371 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59162026-03-07T02:04:25.010Z[ recovery-image] Mar 07 02:04:23.381 INFO O| Mar 07 02:04:23.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpusm"
59172026-03-07T02:04:25.010Z[ recovery-image] Mar 07 02:04:23.382 INFO O| Mar 07 02:04:23.382 INFO STEP 383 (remove_files) COMPLETE
59182026-03-07T02:04:25.013Z[ recovery-image] Mar 07 02:04:23.382 INFO O| Mar 07 02:04:23.382 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59192026-03-07T02:04:25.018Z[ recovery-image] Mar 07 02:04:23.389 INFO O| Mar 07 02:04:23.389 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpvacm"
59202026-03-07T02:04:25.018Z[ recovery-image] Mar 07 02:04:23.390 INFO O| Mar 07 02:04:23.390 INFO STEP 384 (remove_files) COMPLETE
59212026-03-07T02:04:25.021Z[ recovery-image] Mar 07 02:04:23.390 INFO O| Mar 07 02:04:23.390 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59222026-03-07T02:04:25.028Z[ recovery-image] Mar 07 02:04:23.400 INFO O| Mar 07 02:04:23.400 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpwalk"
59232026-03-07T02:04:25.031Z[ recovery-image] Mar 07 02:04:23.400 INFO O| Mar 07 02:04:23.400 INFO STEP 385 (remove_files) COMPLETE
59242026-03-07T02:04:25.031Z[ recovery-image] Mar 07 02:04:23.400 INFO O| Mar 07 02:04:23.400 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59252026-03-07T02:04:25.038Z[ recovery-image] Mar 07 02:04:23.410 INFO O| Mar 07 02:04:23.410 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sotruss"
59262026-03-07T02:04:25.041Z[ recovery-image] Mar 07 02:04:23.410 INFO O| Mar 07 02:04:23.410 INFO STEP 386 (remove_files) COMPLETE
59272026-03-07T02:04:25.041Z[ recovery-image] Mar 07 02:04:23.410 INFO O| Mar 07 02:04:23.410 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59282026-03-07T02:04:25.049Z[ recovery-image] Mar 07 02:04:23.420 INFO O| Mar 07 02:04:23.420 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/spell"
59292026-03-07T02:04:25.049Z[ recovery-image] Mar 07 02:04:23.421 INFO O| Mar 07 02:04:23.421 INFO STEP 387 (remove_files) COMPLETE
59302026-03-07T02:04:25.049Z[ recovery-image] Mar 07 02:04:23.421 INFO O| Mar 07 02:04:23.421 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59312026-03-07T02:04:25.061Z[ recovery-image] Mar 07 02:04:23.432 INFO O| Mar 07 02:04:23.432 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/split"
59322026-03-07T02:04:25.061Z[ recovery-image] Mar 07 02:04:23.432 INFO O| Mar 07 02:04:23.432 INFO STEP 388 (remove_files) COMPLETE
59332026-03-07T02:04:25.061Z[ recovery-image] Mar 07 02:04:23.432 INFO O| Mar 07 02:04:23.432 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59342026-03-07T02:04:25.069Z[ recovery-image] Mar 07 02:04:23.440 INFO O| Mar 07 02:04:23.440 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sqlite3"
59352026-03-07T02:04:25.072Z[ recovery-image] Mar 07 02:04:23.441 INFO O| Mar 07 02:04:23.441 INFO STEP 389 (remove_files) COMPLETE
59362026-03-07T02:04:25.072Z[ recovery-image] Mar 07 02:04:23.441 INFO O| Mar 07 02:04:23.441 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59372026-03-07T02:04:25.081Z[ recovery-image] Mar 07 02:04:23.452 INFO O| Mar 07 02:04:23.452 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh"
59382026-03-07T02:04:25.084Z[ recovery-image] Mar 07 02:04:23.452 INFO O| Mar 07 02:04:23.452 INFO STEP 390 (remove_files) COMPLETE
59392026-03-07T02:04:25.084Z[ recovery-image] Mar 07 02:04:23.452 INFO O| Mar 07 02:04:23.452 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59402026-03-07T02:04:25.089Z[ recovery-image] Mar 07 02:04:23.460 INFO O| Mar 07 02:04:23.460 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-add"
59412026-03-07T02:04:25.092Z[ recovery-image] Mar 07 02:04:23.460 INFO O| Mar 07 02:04:23.460 INFO STEP 391 (remove_files) COMPLETE
59422026-03-07T02:04:25.092Z[ recovery-image] Mar 07 02:04:23.460 INFO O| Mar 07 02:04:23.460 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59432026-03-07T02:04:25.100Z[ recovery-image] Mar 07 02:04:23.471 INFO O| Mar 07 02:04:23.471 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-agent"
59442026-03-07T02:04:25.100Z[ recovery-image] Mar 07 02:04:23.471 INFO O| Mar 07 02:04:23.471 INFO STEP 392 (remove_files) COMPLETE
59452026-03-07T02:04:25.103Z[ recovery-image] Mar 07 02:04:23.471 INFO O| Mar 07 02:04:23.471 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59462026-03-07T02:04:25.108Z[ recovery-image] Mar 07 02:04:23.479 INFO O| Mar 07 02:04:23.479 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-copy-id"
59472026-03-07T02:04:25.108Z[ recovery-image] Mar 07 02:04:23.480 INFO O| Mar 07 02:04:23.480 INFO STEP 393 (remove_files) COMPLETE
59482026-03-07T02:04:25.111Z[ recovery-image] Mar 07 02:04:23.480 INFO O| Mar 07 02:04:23.480 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59492026-03-07T02:04:25.116Z[ recovery-image] Mar 07 02:04:23.488 INFO O| Mar 07 02:04:23.488 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-keyscan"
59502026-03-07T02:04:25.119Z[ recovery-image] Mar 07 02:04:23.488 INFO O| Mar 07 02:04:23.488 INFO STEP 394 (remove_files) COMPLETE
59512026-03-07T02:04:25.119Z[ recovery-image] Mar 07 02:04:23.488 INFO O| Mar 07 02:04:23.488 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59522026-03-07T02:04:25.124Z[ recovery-image] Mar 07 02:04:23.496 INFO O| Mar 07 02:04:23.496 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/strings"
59532026-03-07T02:04:25.124Z[ recovery-image] Mar 07 02:04:23.496 INFO O| Mar 07 02:04:23.496 INFO STEP 395 (remove_files) COMPLETE
59542026-03-07T02:04:25.127Z[ recovery-image] Mar 07 02:04:23.496 INFO O| Mar 07 02:04:23.496 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59552026-03-07T02:04:25.136Z[ recovery-image] Mar 07 02:04:23.507 INFO O| Mar 07 02:04:23.507 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sum"
59562026-03-07T02:04:25.136Z[ recovery-image] Mar 07 02:04:23.507 INFO O| Mar 07 02:04:23.507 INFO STEP 396 (remove_files) COMPLETE
59572026-03-07T02:04:25.139Z[ recovery-image] Mar 07 02:04:23.507 INFO O| Mar 07 02:04:23.507 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59582026-03-07T02:04:25.146Z[ recovery-image] Mar 07 02:04:23.518 INFO O| Mar 07 02:04:23.518 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tabs"
59592026-03-07T02:04:25.149Z[ recovery-image] Mar 07 02:04:23.518 INFO O| Mar 07 02:04:23.518 INFO STEP 397 (remove_files) COMPLETE
59602026-03-07T02:04:25.149Z[ recovery-image] Mar 07 02:04:23.518 INFO O| Mar 07 02:04:23.518 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59612026-03-07T02:04:25.155Z[ recovery-image] Mar 07 02:04:23.526 INFO O| Mar 07 02:04:23.526 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tcopy"
59622026-03-07T02:04:25.158Z[ recovery-image] Mar 07 02:04:23.526 INFO O| Mar 07 02:04:23.526 INFO STEP 398 (remove_files) COMPLETE
59632026-03-07T02:04:25.161Z[ recovery-image] Mar 07 02:04:23.526 INFO O| Mar 07 02:04:23.526 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59642026-03-07T02:04:25.165Z[ recovery-image] Mar 07 02:04:23.535 INFO O| Mar 07 02:04:23.535 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/test"
59652026-03-07T02:04:25.165Z[ recovery-image] Mar 07 02:04:23.535 INFO O| Mar 07 02:04:23.535 INFO STEP 399 (remove_files) COMPLETE
59662026-03-07T02:04:25.165Z[ recovery-image] Mar 07 02:04:23.535 INFO O| Mar 07 02:04:23.535 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59672026-03-07T02:04:25.171Z[ recovery-image] Mar 07 02:04:23.542 INFO O| Mar 07 02:04:23.542 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tic"
59682026-03-07T02:04:25.171Z[ recovery-image] Mar 07 02:04:23.543 INFO O| Mar 07 02:04:23.543 INFO STEP 400 (remove_files) COMPLETE
59692026-03-07T02:04:25.174Z[ recovery-image] Mar 07 02:04:23.543 INFO O| Mar 07 02:04:23.543 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59702026-03-07T02:04:25.181Z[ recovery-image] Mar 07 02:04:23.552 INFO O| Mar 07 02:04:23.552 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/time"
59712026-03-07T02:04:25.181Z[ recovery-image] Mar 07 02:04:23.552 INFO O| Mar 07 02:04:23.552 INFO STEP 401 (remove_files) COMPLETE
59722026-03-07T02:04:25.185Z[ recovery-image] Mar 07 02:04:23.552 INFO O| Mar 07 02:04:23.552 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59732026-03-07T02:04:25.191Z[ recovery-image] Mar 07 02:04:23.562 INFO O| Mar 07 02:04:23.562 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tip"
59742026-03-07T02:04:25.192Z[ recovery-image] Mar 07 02:04:23.562 INFO O| Mar 07 02:04:23.562 INFO STEP 402 (remove_files) COMPLETE
59752026-03-07T02:04:25.196Z[ recovery-image] Mar 07 02:04:23.562 INFO O| Mar 07 02:04:23.562 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59762026-03-07T02:04:25.202Z[ recovery-image] Mar 07 02:04:23.573 INFO O| Mar 07 02:04:23.573 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tkmib"
59772026-03-07T02:04:25.202Z[ recovery-image] Mar 07 02:04:23.573 INFO O| Mar 07 02:04:23.573 INFO STEP 403 (remove_files) COMPLETE
59782026-03-07T02:04:25.205Z[ recovery-image] Mar 07 02:04:23.573 INFO O| Mar 07 02:04:23.573 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59792026-03-07T02:04:25.211Z[ recovery-image] Mar 07 02:04:23.583 INFO O| Mar 07 02:04:23.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tpmadm"
59802026-03-07T02:04:25.211Z[ recovery-image] Mar 07 02:04:23.583 INFO O| Mar 07 02:04:23.583 INFO STEP 404 (remove_files) COMPLETE
59812026-03-07T02:04:25.211Z[ recovery-image] Mar 07 02:04:23.583 INFO O| Mar 07 02:04:23.583 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59822026-03-07T02:04:25.220Z[ recovery-image] Mar 07 02:04:23.591 INFO O| Mar 07 02:04:23.591 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/traptoemail"
59832026-03-07T02:04:25.220Z[ recovery-image] Mar 07 02:04:23.591 INFO O| Mar 07 02:04:23.591 INFO STEP 405 (remove_files) COMPLETE
59842026-03-07T02:04:25.223Z[ recovery-image] Mar 07 02:04:23.591 INFO O| Mar 07 02:04:23.591 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59852026-03-07T02:04:25.227Z[ recovery-image] Mar 07 02:04:23.598 INFO O| Mar 07 02:04:23.598 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/true"
59862026-03-07T02:04:25.230Z[ recovery-image] Mar 07 02:04:23.598 INFO O| Mar 07 02:04:23.598 INFO STEP 406 (remove_files) COMPLETE
59872026-03-07T02:04:25.230Z[ recovery-image] Mar 07 02:04:23.598 INFO O| Mar 07 02:04:23.598 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59882026-03-07T02:04:25.237Z[ recovery-image] Mar 07 02:04:23.608 INFO O| Mar 07 02:04:23.608 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tty"
59892026-03-07T02:04:25.237Z[ recovery-image] Mar 07 02:04:23.608 INFO O| Mar 07 02:04:23.608 INFO STEP 407 (remove_files) COMPLETE
59902026-03-07T02:04:25.240Z[ recovery-image] Mar 07 02:04:23.608 INFO O| Mar 07 02:04:23.608 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59912026-03-07T02:04:25.246Z[ recovery-image] Mar 07 02:04:23.618 INFO O| Mar 07 02:04:23.618 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/type"
59922026-03-07T02:04:25.249Z[ recovery-image] Mar 07 02:04:23.618 INFO O| Mar 07 02:04:23.618 INFO STEP 408 (remove_files) COMPLETE
59932026-03-07T02:04:25.249Z[ recovery-image] Mar 07 02:04:23.618 INFO O| Mar 07 02:04:23.618 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59942026-03-07T02:04:25.256Z[ recovery-image] Mar 07 02:04:23.628 INFO O| Mar 07 02:04:23.628 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tzselect"
59952026-03-07T02:04:25.259Z[ recovery-image] Mar 07 02:04:23.628 INFO O| Mar 07 02:04:23.628 INFO STEP 409 (remove_files) COMPLETE
59962026-03-07T02:04:25.259Z[ recovery-image] Mar 07 02:04:23.628 INFO O| Mar 07 02:04:23.628 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59972026-03-07T02:04:25.266Z[ recovery-image] Mar 07 02:04:23.638 INFO O| Mar 07 02:04:23.638 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ulimit"
59982026-03-07T02:04:25.267Z[ recovery-image] Mar 07 02:04:23.638 INFO O| Mar 07 02:04:23.638 INFO STEP 410 (remove_files) COMPLETE
59992026-03-07T02:04:25.269Z[ recovery-image] Mar 07 02:04:23.638 INFO O| Mar 07 02:04:23.638 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60002026-03-07T02:04:25.277Z[ recovery-image] Mar 07 02:04:23.649 INFO O| Mar 07 02:04:23.649 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/umask"
60012026-03-07T02:04:25.277Z[ recovery-image] Mar 07 02:04:23.649 INFO O| Mar 07 02:04:23.649 INFO STEP 411 (remove_files) COMPLETE
60022026-03-07T02:04:25.281Z[ recovery-image] Mar 07 02:04:23.649 INFO O| Mar 07 02:04:23.649 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60032026-03-07T02:04:25.287Z[ recovery-image] Mar 07 02:04:23.658 INFO O| Mar 07 02:04:23.658 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unalias"
60042026-03-07T02:04:25.290Z[ recovery-image] Mar 07 02:04:23.658 INFO O| Mar 07 02:04:23.658 INFO STEP 412 (remove_files) COMPLETE
60052026-03-07T02:04:25.290Z[ recovery-image] Mar 07 02:04:23.658 INFO O| Mar 07 02:04:23.658 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60062026-03-07T02:04:25.298Z[ recovery-image] Mar 07 02:04:23.669 INFO O| Mar 07 02:04:23.669 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uncompress"
60072026-03-07T02:04:25.298Z[ recovery-image] Mar 07 02:04:23.669 INFO O| Mar 07 02:04:23.669 INFO STEP 413 (remove_files) COMPLETE
60082026-03-07T02:04:25.300Z[ recovery-image] Mar 07 02:04:23.669 INFO O| Mar 07 02:04:23.669 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60092026-03-07T02:04:25.309Z[ recovery-image] Mar 07 02:04:23.681 INFO O| Mar 07 02:04:23.680 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unexpand"
60102026-03-07T02:04:25.313Z[ recovery-image] Mar 07 02:04:23.681 INFO O| Mar 07 02:04:23.681 INFO STEP 414 (remove_files) COMPLETE
60112026-03-07T02:04:25.313Z[ recovery-image] Mar 07 02:04:23.681 INFO O| Mar 07 02:04:23.681 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60122026-03-07T02:04:25.319Z[ recovery-image] Mar 07 02:04:23.691 INFO O| Mar 07 02:04:23.691 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uniq"
60132026-03-07T02:04:25.319Z[ recovery-image] Mar 07 02:04:23.691 INFO O| Mar 07 02:04:23.691 INFO STEP 415 (remove_files) COMPLETE
60142026-03-07T02:04:25.322Z[ recovery-image] Mar 07 02:04:23.691 INFO O| Mar 07 02:04:23.691 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60152026-03-07T02:04:25.330Z[ recovery-image] Mar 07 02:04:23.702 INFO O| Mar 07 02:04:23.701 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/units"
60162026-03-07T02:04:25.333Z[ recovery-image] Mar 07 02:04:23.702 INFO O| Mar 07 02:04:23.702 INFO STEP 416 (remove_files) COMPLETE
60172026-03-07T02:04:25.333Z[ recovery-image] Mar 07 02:04:23.702 INFO O| Mar 07 02:04:23.702 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60182026-03-07T02:04:25.339Z[ recovery-image] Mar 07 02:04:23.710 INFO O| Mar 07 02:04:23.710 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unix2dos"
60192026-03-07T02:04:25.342Z[ recovery-image] Mar 07 02:04:23.710 INFO O| Mar 07 02:04:23.710 INFO STEP 417 (remove_files) COMPLETE
60202026-03-07T02:04:25.342Z[ recovery-image] Mar 07 02:04:23.710 INFO O| Mar 07 02:04:23.710 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60212026-03-07T02:04:25.349Z[ recovery-image] Mar 07 02:04:23.720 INFO O| Mar 07 02:04:23.720 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unpack"
60222026-03-07T02:04:25.351Z[ recovery-image] Mar 07 02:04:23.720 INFO O| Mar 07 02:04:23.720 INFO STEP 418 (remove_files) COMPLETE
60232026-03-07T02:04:25.351Z[ recovery-image] Mar 07 02:04:23.720 INFO O| Mar 07 02:04:23.720 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60242026-03-07T02:04:25.360Z[ recovery-image] Mar 07 02:04:23.731 INFO O| Mar 07 02:04:23.731 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/userattr"
60252026-03-07T02:04:25.363Z[ recovery-image] Mar 07 02:04:23.731 INFO O| Mar 07 02:04:23.731 INFO STEP 419 (remove_files) COMPLETE
60262026-03-07T02:04:25.363Z[ recovery-image] Mar 07 02:04:23.731 INFO O| Mar 07 02:04:23.731 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60272026-03-07T02:04:25.369Z[ recovery-image] Mar 07 02:04:23.741 INFO O| Mar 07 02:04:23.741 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uudecode"
60282026-03-07T02:04:25.369Z[ recovery-image] Mar 07 02:04:23.741 INFO O| Mar 07 02:04:23.741 INFO STEP 420 (remove_files) COMPLETE
60292026-03-07T02:04:25.372Z[ recovery-image] Mar 07 02:04:23.741 INFO O| Mar 07 02:04:23.741 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60302026-03-07T02:04:25.377Z[ recovery-image] Mar 07 02:04:23.748 INFO O| Mar 07 02:04:23.748 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuencode"
60312026-03-07T02:04:25.377Z[ recovery-image] Mar 07 02:04:23.748 INFO O| Mar 07 02:04:23.748 INFO STEP 421 (remove_files) COMPLETE
60322026-03-07T02:04:25.380Z[ recovery-image] Mar 07 02:04:23.748 INFO O| Mar 07 02:04:23.748 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60332026-03-07T02:04:25.385Z[ recovery-image] Mar 07 02:04:23.756 INFO O| Mar 07 02:04:23.756 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuidgen"
60342026-03-07T02:04:25.388Z[ recovery-image] Mar 07 02:04:23.756 INFO O| Mar 07 02:04:23.756 INFO STEP 422 (remove_files) COMPLETE
60352026-03-07T02:04:25.388Z[ recovery-image] Mar 07 02:04:23.756 INFO O| Mar 07 02:04:23.756 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60362026-03-07T02:04:25.396Z[ recovery-image] Mar 07 02:04:23.768 INFO O| Mar 07 02:04:23.767 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vedit"
60372026-03-07T02:04:25.396Z[ recovery-image] Mar 07 02:04:23.768 INFO O| Mar 07 02:04:23.768 INFO STEP 423 (remove_files) COMPLETE
60382026-03-07T02:04:25.399Z[ recovery-image] Mar 07 02:04:23.768 INFO O| Mar 07 02:04:23.768 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60392026-03-07T02:04:25.406Z[ recovery-image] Mar 07 02:04:23.777 INFO O| Mar 07 02:04:23.777 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vim"
60402026-03-07T02:04:25.409Z[ recovery-image] Mar 07 02:04:23.777 INFO O| Mar 07 02:04:23.777 INFO STEP 424 (remove_files) COMPLETE
60412026-03-07T02:04:25.409Z[ recovery-image] Mar 07 02:04:23.777 INFO O| Mar 07 02:04:23.777 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60422026-03-07T02:04:25.414Z[ recovery-image] Mar 07 02:04:23.785 INFO O| Mar 07 02:04:23.785 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vimtutor"
60432026-03-07T02:04:25.414Z[ recovery-image] Mar 07 02:04:23.785 INFO O| Mar 07 02:04:23.785 INFO STEP 425 (remove_files) COMPLETE
60442026-03-07T02:04:25.416Z[ recovery-image] Mar 07 02:04:23.785 INFO O| Mar 07 02:04:23.785 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60452026-03-07T02:04:25.423Z[ recovery-image] Mar 07 02:04:23.794 INFO O| Mar 07 02:04:23.794 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vmstat"
60462026-03-07T02:04:25.423Z[ recovery-image] Mar 07 02:04:23.795 INFO O| Mar 07 02:04:23.794 INFO STEP 426 (remove_files) COMPLETE
60472026-03-07T02:04:25.426Z[ recovery-image] Mar 07 02:04:23.795 INFO O| Mar 07 02:04:23.794 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60482026-03-07T02:04:25.433Z[ recovery-image] Mar 07 02:04:23.804 INFO O| Mar 07 02:04:23.804 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vtfontcvt"
60492026-03-07T02:04:25.433Z[ recovery-image] Mar 07 02:04:23.804 INFO O| Mar 07 02:04:23.804 INFO STEP 427 (remove_files) COMPLETE
60502026-03-07T02:04:25.433Z[ recovery-image] Mar 07 02:04:23.804 INFO O| Mar 07 02:04:23.804 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60512026-03-07T02:04:25.443Z[ recovery-image] Mar 07 02:04:23.814 INFO O| Mar 07 02:04:23.814 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/w"
60522026-03-07T02:04:25.443Z[ recovery-image] Mar 07 02:04:23.814 INFO O| Mar 07 02:04:23.814 INFO STEP 428 (remove_files) COMPLETE
60532026-03-07T02:04:25.443Z[ recovery-image] Mar 07 02:04:23.814 INFO O| Mar 07 02:04:23.814 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60542026-03-07T02:04:25.451Z[ recovery-image] Mar 07 02:04:23.822 INFO O| Mar 07 02:04:23.822 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wait"
60552026-03-07T02:04:25.451Z[ recovery-image] Mar 07 02:04:23.822 INFO O| Mar 07 02:04:23.822 INFO STEP 429 (remove_files) COMPLETE
60562026-03-07T02:04:25.454Z[ recovery-image] Mar 07 02:04:23.822 INFO O| Mar 07 02:04:23.822 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60572026-03-07T02:04:25.461Z[ recovery-image] Mar 07 02:04:23.832 INFO O| Mar 07 02:04:23.832 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/watch"
60582026-03-07T02:04:25.464Z[ recovery-image] Mar 07 02:04:23.832 INFO O| Mar 07 02:04:23.832 INFO STEP 430 (remove_files) COMPLETE
60592026-03-07T02:04:25.464Z[ recovery-image] Mar 07 02:04:23.832 INFO O| Mar 07 02:04:23.832 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60602026-03-07T02:04:25.471Z[ recovery-image] Mar 07 02:04:23.842 INFO O| Mar 07 02:04:23.842 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wc"
60612026-03-07T02:04:25.471Z[ recovery-image] Mar 07 02:04:23.842 INFO O| Mar 07 02:04:23.842 INFO STEP 431 (remove_files) COMPLETE
60622026-03-07T02:04:25.471Z[ recovery-image] Mar 07 02:04:23.842 INFO O| Mar 07 02:04:23.842 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60632026-03-07T02:04:25.482Z[ recovery-image] Mar 07 02:04:23.853 INFO O| Mar 07 02:04:23.853 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/which"
60642026-03-07T02:04:25.482Z[ recovery-image] Mar 07 02:04:23.853 INFO O| Mar 07 02:04:23.853 INFO STEP 432 (remove_files) COMPLETE
60652026-03-07T02:04:25.482Z[ recovery-image] Mar 07 02:04:23.853 INFO O| Mar 07 02:04:23.853 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60662026-03-07T02:04:25.491Z[ recovery-image] Mar 07 02:04:23.861 INFO O| Mar 07 02:04:23.861 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/whocalls"
60672026-03-07T02:04:25.491Z[ recovery-image] Mar 07 02:04:23.861 INFO O| Mar 07 02:04:23.861 INFO STEP 433 (remove_files) COMPLETE
60682026-03-07T02:04:25.491Z[ recovery-image] Mar 07 02:04:23.861 INFO O| Mar 07 02:04:23.861 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60692026-03-07T02:04:25.498Z[ recovery-image] Mar 07 02:04:23.869 INFO O| Mar 07 02:04:23.869 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wracct"
60702026-03-07T02:04:25.501Z[ recovery-image] Mar 07 02:04:23.870 INFO O| Mar 07 02:04:23.869 INFO STEP 434 (remove_files) COMPLETE
60712026-03-07T02:04:25.501Z[ recovery-image] Mar 07 02:04:23.870 INFO O| Mar 07 02:04:23.870 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60722026-03-07T02:04:25.506Z[ recovery-image] Mar 07 02:04:23.878 INFO O| Mar 07 02:04:23.878 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/write"
60732026-03-07T02:04:25.509Z[ recovery-image] Mar 07 02:04:23.878 INFO O| Mar 07 02:04:23.878 INFO STEP 435 (remove_files) COMPLETE
60742026-03-07T02:04:25.509Z[ recovery-image] Mar 07 02:04:23.878 INFO O| Mar 07 02:04:23.878 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60752026-03-07T02:04:25.514Z[ recovery-image] Mar 07 02:04:23.886 INFO O| Mar 07 02:04:23.885 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xargs"
60762026-03-07T02:04:25.517Z[ recovery-image] Mar 07 02:04:23.886 INFO O| Mar 07 02:04:23.886 INFO STEP 436 (remove_files) COMPLETE
60772026-03-07T02:04:25.517Z[ recovery-image] Mar 07 02:04:23.886 INFO O| Mar 07 02:04:23.886 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60782026-03-07T02:04:25.523Z[ recovery-image] Mar 07 02:04:23.894 INFO O| Mar 07 02:04:23.894 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xml2-config"
60792026-03-07T02:04:25.523Z[ recovery-image] Mar 07 02:04:23.894 INFO O| Mar 07 02:04:23.894 INFO STEP 437 (remove_files) COMPLETE
60802026-03-07T02:04:25.526Z[ recovery-image] Mar 07 02:04:23.894 INFO O| Mar 07 02:04:23.894 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60812026-03-07T02:04:25.531Z[ recovery-image] Mar 07 02:04:23.902 INFO O| Mar 07 02:04:23.902 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlcatalog"
60822026-03-07T02:04:25.531Z[ recovery-image] Mar 07 02:04:23.902 INFO O| Mar 07 02:04:23.902 INFO STEP 438 (remove_files) COMPLETE
60832026-03-07T02:04:25.534Z[ recovery-image] Mar 07 02:04:23.902 INFO O| Mar 07 02:04:23.902 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60842026-03-07T02:04:25.539Z[ recovery-image] Mar 07 02:04:23.911 INFO O| Mar 07 02:04:23.911 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmllint"
60852026-03-07T02:04:25.539Z[ recovery-image] Mar 07 02:04:23.911 INFO O| Mar 07 02:04:23.911 INFO STEP 439 (remove_files) COMPLETE
60862026-03-07T02:04:25.539Z[ recovery-image] Mar 07 02:04:23.911 INFO O| Mar 07 02:04:23.911 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60872026-03-07T02:04:25.548Z[ recovery-image] Mar 07 02:04:23.919 INFO O| Mar 07 02:04:23.919 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlwf"
60882026-03-07T02:04:25.551Z[ recovery-image] Mar 07 02:04:23.919 INFO O| Mar 07 02:04:23.919 INFO STEP 440 (remove_files) COMPLETE
60892026-03-07T02:04:25.551Z[ recovery-image] Mar 07 02:04:23.919 INFO O| Mar 07 02:04:23.919 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60902026-03-07T02:04:25.556Z[ recovery-image] Mar 07 02:04:23.928 INFO O| Mar 07 02:04:23.928 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xstr"
60912026-03-07T02:04:25.557Z[ recovery-image] Mar 07 02:04:23.928 INFO O| Mar 07 02:04:23.928 INFO STEP 441 (remove_files) COMPLETE
60922026-03-07T02:04:25.559Z[ recovery-image] Mar 07 02:04:23.928 INFO O| Mar 07 02:04:23.928 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60932026-03-07T02:04:25.564Z[ recovery-image] Mar 07 02:04:23.936 INFO O| Mar 07 02:04:23.936 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xxd"
60942026-03-07T02:04:25.564Z[ recovery-image] Mar 07 02:04:23.936 INFO O| Mar 07 02:04:23.936 INFO STEP 442 (remove_files) COMPLETE
60952026-03-07T02:04:25.567Z[ recovery-image] Mar 07 02:04:23.936 INFO O| Mar 07 02:04:23.936 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60962026-03-07T02:04:25.575Z[ recovery-image] Mar 07 02:04:23.946 INFO O| Mar 07 02:04:23.946 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xz"
60972026-03-07T02:04:25.577Z[ recovery-image] Mar 07 02:04:23.946 INFO O| Mar 07 02:04:23.946 INFO STEP 443 (remove_files) COMPLETE
60982026-03-07T02:04:25.577Z[ recovery-image] Mar 07 02:04:23.946 INFO O| Mar 07 02:04:23.946 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60992026-03-07T02:04:25.586Z[ recovery-image] Mar 07 02:04:23.954 INFO O| Mar 07 02:04:23.954 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdec"
61002026-03-07T02:04:25.589Z[ recovery-image] Mar 07 02:04:23.954 INFO O| Mar 07 02:04:23.954 INFO STEP 444 (remove_files) COMPLETE
61012026-03-07T02:04:25.589Z[ recovery-image] Mar 07 02:04:23.954 INFO O| Mar 07 02:04:23.954 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61022026-03-07T02:04:25.592Z[ recovery-image] Mar 07 02:04:23.962 INFO O| Mar 07 02:04:23.962 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdiff"
61032026-03-07T02:04:25.592Z[ recovery-image] Mar 07 02:04:23.962 INFO O| Mar 07 02:04:23.962 INFO STEP 445 (remove_files) COMPLETE
61042026-03-07T02:04:25.592Z[ recovery-image] Mar 07 02:04:23.962 INFO O| Mar 07 02:04:23.962 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61052026-03-07T02:04:25.601Z[ recovery-image] Mar 07 02:04:23.969 INFO O| Mar 07 02:04:23.969 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzgrep"
61062026-03-07T02:04:25.601Z[ recovery-image] Mar 07 02:04:23.969 INFO O| Mar 07 02:04:23.969 INFO STEP 446 (remove_files) COMPLETE
61072026-03-07T02:04:25.604Z[ recovery-image] Mar 07 02:04:23.969 INFO O| Mar 07 02:04:23.969 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61082026-03-07T02:04:25.608Z[ recovery-image] Mar 07 02:04:23.979 INFO O| Mar 07 02:04:23.979 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzless"
61092026-03-07T02:04:25.611Z[ recovery-image] Mar 07 02:04:23.979 INFO O| Mar 07 02:04:23.979 INFO STEP 447 (remove_files) COMPLETE
61102026-03-07T02:04:25.611Z[ recovery-image] Mar 07 02:04:23.979 INFO O| Mar 07 02:04:23.979 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61112026-03-07T02:04:25.617Z[ recovery-image] Mar 07 02:04:23.988 INFO O| Mar 07 02:04:23.988 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzmore"
61122026-03-07T02:04:25.620Z[ recovery-image] Mar 07 02:04:23.988 INFO O| Mar 07 02:04:23.988 INFO STEP 448 (remove_files) COMPLETE
61132026-03-07T02:04:25.620Z[ recovery-image] Mar 07 02:04:23.988 INFO O| Mar 07 02:04:23.988 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61142026-03-07T02:04:25.625Z[ recovery-image] Mar 07 02:04:23.997 INFO O| Mar 07 02:04:23.996 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/yes"
61152026-03-07T02:04:25.625Z[ recovery-image] Mar 07 02:04:23.997 INFO O| Mar 07 02:04:23.997 INFO STEP 449 (remove_files) COMPLETE
61162026-03-07T02:04:25.626Z[ recovery-image] Mar 07 02:04:23.997 INFO O| Mar 07 02:04:23.997 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61172026-03-07T02:04:25.636Z[ recovery-image] Mar 07 02:04:24.007 INFO O| Mar 07 02:04:24.007 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zcat"
61182026-03-07T02:04:25.636Z[ recovery-image] Mar 07 02:04:24.007 INFO O| Mar 07 02:04:24.007 INFO STEP 450 (remove_files) COMPLETE
61192026-03-07T02:04:25.639Z[ recovery-image] Mar 07 02:04:24.007 INFO O| Mar 07 02:04:24.007 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61202026-03-07T02:04:25.646Z[ recovery-image] Mar 07 02:04:24.015 INFO O| Mar 07 02:04:24.015 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zonestat"
61212026-03-07T02:04:25.649Z[ recovery-image] Mar 07 02:04:24.016 INFO O| Mar 07 02:04:24.016 INFO STEP 451 (remove_files) COMPLETE
61222026-03-07T02:04:25.649Z[ recovery-image] Mar 07 02:04:24.016 INFO O| Mar 07 02:04:24.016 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61232026-03-07T02:04:25.653Z[ recovery-image] Mar 07 02:04:24.024 INFO O| Mar 07 02:04:24.024 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstd"
61242026-03-07T02:04:25.656Z[ recovery-image] Mar 07 02:04:24.024 INFO O| Mar 07 02:04:24.024 INFO STEP 452 (remove_files) COMPLETE
61252026-03-07T02:04:25.656Z[ recovery-image] Mar 07 02:04:24.024 INFO O| Mar 07 02:04:24.024 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61262026-03-07T02:04:25.661Z[ recovery-image] Mar 07 02:04:24.032 INFO O| Mar 07 02:04:24.032 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdgrep"
61272026-03-07T02:04:25.665Z[ recovery-image] Mar 07 02:04:24.032 INFO O| Mar 07 02:04:24.032 INFO STEP 453 (remove_files) COMPLETE
61282026-03-07T02:04:25.665Z[ recovery-image] Mar 07 02:04:24.032 INFO O| Mar 07 02:04:24.032 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61292026-03-07T02:04:25.671Z[ recovery-image] Mar 07 02:04:24.041 INFO O| Mar 07 02:04:24.041 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdless"
61302026-03-07T02:04:25.671Z[ recovery-image] Mar 07 02:04:24.041 INFO O| Mar 07 02:04:24.041 INFO STEP 454 (remove_files) COMPLETE
61312026-03-07T02:04:25.675Z[ recovery-image] Mar 07 02:04:24.041 INFO O| Mar 07 02:04:24.041 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61322026-03-07T02:04:25.679Z[ recovery-image] Mar 07 02:04:24.050 INFO O| Mar 07 02:04:24.050 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
61332026-03-07T02:04:25.679Z[ recovery-image] Mar 07 02:04:24.050 INFO O| Mar 07 02:04:24.050 INFO STEP 455 (remove_files) COMPLETE
61342026-03-07T02:04:25.683Z[ recovery-image] Mar 07 02:04:24.050 INFO O| Mar 07 02:04:24.050 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61352026-03-07T02:04:25.687Z[ recovery-image] Mar 07 02:04:24.058 INFO O| Mar 07 02:04:24.057 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
61362026-03-07T02:04:25.687Z[ recovery-image] Mar 07 02:04:24.058 INFO O| Mar 07 02:04:24.058 INFO STEP 456 (remove_files) COMPLETE
61372026-03-07T02:04:25.691Z[ recovery-image] Mar 07 02:04:24.058 INFO O| Mar 07 02:04:24.058 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61382026-03-07T02:04:25.695Z[ recovery-image] Mar 07 02:04:24.066 INFO O| Mar 07 02:04:24.066 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
61392026-03-07T02:04:25.695Z[ recovery-image] Mar 07 02:04:24.066 INFO O| Mar 07 02:04:24.066 INFO STEP 457 (remove_files) COMPLETE
61402026-03-07T02:04:25.695Z[ recovery-image] Mar 07 02:04:24.066 INFO O| Mar 07 02:04:24.066 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61412026-03-07T02:04:25.705Z[ recovery-image] Mar 07 02:04:24.076 INFO O| Mar 07 02:04:24.076 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
61422026-03-07T02:04:25.708Z[ recovery-image] Mar 07 02:04:24.076 INFO O| Mar 07 02:04:24.076 INFO STEP 458 (remove_files) COMPLETE
61432026-03-07T02:04:25.708Z[ recovery-image] Mar 07 02:04:24.076 INFO O| Mar 07 02:04:24.076 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61442026-03-07T02:04:25.748Z[ recovery-image] Mar 07 02:04:24.084 INFO O| Mar 07 02:04:24.084 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
61452026-03-07T02:04:25.748Z[ recovery-image] Mar 07 02:04:24.084 INFO O| Mar 07 02:04:24.084 INFO STEP 459 (remove_files) COMPLETE
61462026-03-07T02:04:25.748Z[ recovery-image] Mar 07 02:04:24.084 INFO O| Mar 07 02:04:24.084 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61472026-03-07T02:04:25.748Z[ recovery-image] Mar 07 02:04:24.092 INFO O| Mar 07 02:04:24.092 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
61482026-03-07T02:04:25.748Z[ recovery-image] Mar 07 02:04:24.092 INFO O| Mar 07 02:04:24.092 INFO STEP 460 (remove_files) COMPLETE
61492026-03-07T02:04:25.748Z[ recovery-image] Mar 07 02:04:24.092 INFO O| Mar 07 02:04:24.092 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61502026-03-07T02:04:25.748Z[ recovery-image] Mar 07 02:04:24.100 INFO O| Mar 07 02:04:24.100 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
61512026-03-07T02:04:25.748Z[ recovery-image] Mar 07 02:04:24.100 INFO O| Mar 07 02:04:24.100 INFO STEP 461 (remove_files) COMPLETE
61522026-03-07T02:04:25.749Z[ recovery-image] Mar 07 02:04:24.100 INFO O| Mar 07 02:04:24.100 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61532026-03-07T02:04:25.749Z[ recovery-image] Mar 07 02:04:24.108 INFO O| Mar 07 02:04:24.108 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
61542026-03-07T02:04:25.749Z[ recovery-image] Mar 07 02:04:24.108 INFO O| Mar 07 02:04:24.108 INFO STEP 462 (remove_files) COMPLETE
61552026-03-07T02:04:25.749Z[ recovery-image] Mar 07 02:04:24.108 INFO O| Mar 07 02:04:24.108 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61562026-03-07T02:04:25.749Z[ recovery-image] Mar 07 02:04:24.118 INFO O| Mar 07 02:04:24.117 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
61572026-03-07T02:04:25.749Z[ recovery-image] Mar 07 02:04:24.118 INFO O| Mar 07 02:04:24.118 INFO STEP 463 (remove_files) COMPLETE
61582026-03-07T02:04:25.749Z[ recovery-image] Mar 07 02:04:24.118 INFO O| Mar 07 02:04:24.118 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61592026-03-07T02:04:25.756Z[ recovery-image] Mar 07 02:04:24.127 INFO O| Mar 07 02:04:24.127 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
61602026-03-07T02:04:25.759Z[ recovery-image] Mar 07 02:04:24.128 INFO O| Mar 07 02:04:24.127 INFO STEP 464 (remove_files) COMPLETE
61612026-03-07T02:04:25.759Z[ recovery-image] Mar 07 02:04:24.128 INFO O| Mar 07 02:04:24.128 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61622026-03-07T02:04:25.765Z[ recovery-image] Mar 07 02:04:24.136 INFO O| Mar 07 02:04:24.136 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
61632026-03-07T02:04:25.768Z[ recovery-image] Mar 07 02:04:24.136 INFO O| Mar 07 02:04:24.136 INFO STEP 465 (remove_files) COMPLETE
61642026-03-07T02:04:25.768Z[ recovery-image] Mar 07 02:04:24.136 INFO O| Mar 07 02:04:24.136 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61652026-03-07T02:04:25.773Z[ recovery-image] Mar 07 02:04:24.144 INFO O| Mar 07 02:04:24.144 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
61662026-03-07T02:04:25.776Z[ recovery-image] Mar 07 02:04:24.144 INFO O| Mar 07 02:04:24.144 INFO STEP 466 (remove_files) COMPLETE
61672026-03-07T02:04:25.776Z[ recovery-image] Mar 07 02:04:24.144 INFO O| Mar 07 02:04:24.144 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61682026-03-07T02:04:25.783Z[ recovery-image] Mar 07 02:04:24.154 INFO O| Mar 07 02:04:24.154 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libform.so.5.9"
61692026-03-07T02:04:25.785Z[ recovery-image] Mar 07 02:04:24.154 INFO O| Mar 07 02:04:24.154 INFO STEP 467 (remove_files) COMPLETE
61702026-03-07T02:04:25.785Z[ recovery-image] Mar 07 02:04:24.154 INFO O| Mar 07 02:04:24.154 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61712026-03-07T02:04:25.791Z[ recovery-image] Mar 07 02:04:24.162 INFO O| Mar 07 02:04:24.162 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libmenu.so.5.9"
61722026-03-07T02:04:25.794Z[ recovery-image] Mar 07 02:04:24.162 INFO O| Mar 07 02:04:24.162 INFO STEP 468 (remove_files) COMPLETE
61732026-03-07T02:04:25.794Z[ recovery-image] Mar 07 02:04:24.162 INFO O| Mar 07 02:04:24.162 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61742026-03-07T02:04:25.799Z[ recovery-image] Mar 07 02:04:24.170 INFO O| Mar 07 02:04:24.170 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libpanel.so.5.9"
61752026-03-07T02:04:25.799Z[ recovery-image] Mar 07 02:04:24.170 INFO O| Mar 07 02:04:24.170 INFO STEP 469 (remove_files) COMPLETE
61762026-03-07T02:04:25.802Z[ recovery-image] Mar 07 02:04:24.170 INFO O| Mar 07 02:04:24.170 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61772026-03-07T02:04:25.810Z[ recovery-image] Mar 07 02:04:24.181 INFO O| Mar 07 02:04:24.181 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ctags"
61782026-03-07T02:04:25.813Z[ recovery-image] Mar 07 02:04:24.181 INFO O| Mar 07 02:04:24.181 INFO STEP 470 (remove_files) COMPLETE
61792026-03-07T02:04:25.813Z[ recovery-image] Mar 07 02:04:24.181 INFO O| Mar 07 02:04:24.181 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61802026-03-07T02:04:25.820Z[ recovery-image] Mar 07 02:04:24.191 INFO O| Mar 07 02:04:24.191 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/edit"
61812026-03-07T02:04:25.820Z[ recovery-image] Mar 07 02:04:24.191 INFO O| Mar 07 02:04:24.191 INFO STEP 471 (remove_files) COMPLETE
61822026-03-07T02:04:25.820Z[ recovery-image] Mar 07 02:04:24.191 INFO O| Mar 07 02:04:24.191 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61832026-03-07T02:04:25.828Z[ recovery-image] Mar 07 02:04:24.199 INFO O| Mar 07 02:04:24.199 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ex"
61842026-03-07T02:04:25.828Z[ recovery-image] Mar 07 02:04:24.199 INFO O| Mar 07 02:04:24.199 INFO STEP 472 (remove_files) COMPLETE
61852026-03-07T02:04:25.831Z[ recovery-image] Mar 07 02:04:24.199 INFO O| Mar 07 02:04:24.199 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61862026-03-07T02:04:25.837Z[ recovery-image] Mar 07 02:04:24.208 INFO O| Mar 07 02:04:24.208 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/pfsh"
61872026-03-07T02:04:25.840Z[ recovery-image] Mar 07 02:04:24.208 INFO O| Mar 07 02:04:24.208 INFO STEP 473 (remove_files) COMPLETE
61882026-03-07T02:04:25.840Z[ recovery-image] Mar 07 02:04:24.208 INFO O| Mar 07 02:04:24.208 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61892026-03-07T02:04:25.847Z[ recovery-image] Mar 07 02:04:24.219 INFO O| Mar 07 02:04:24.219 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/sh"
61902026-03-07T02:04:25.847Z[ recovery-image] Mar 07 02:04:24.219 INFO O| Mar 07 02:04:24.219 INFO STEP 474 (remove_files) COMPLETE
61912026-03-07T02:04:25.851Z[ recovery-image] Mar 07 02:04:24.219 INFO O| Mar 07 02:04:24.219 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61922026-03-07T02:04:25.855Z[ recovery-image] Mar 07 02:04:24.227 INFO O| Mar 07 02:04:24.227 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vedit"
61932026-03-07T02:04:25.859Z[ recovery-image] Mar 07 02:04:24.227 INFO O| Mar 07 02:04:24.227 INFO STEP 475 (remove_files) COMPLETE
61942026-03-07T02:04:25.859Z[ recovery-image] Mar 07 02:04:24.227 INFO O| Mar 07 02:04:24.227 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61952026-03-07T02:04:25.865Z[ recovery-image] Mar 07 02:04:24.236 INFO O| Mar 07 02:04:24.236 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vi"
61962026-03-07T02:04:25.868Z[ recovery-image] Mar 07 02:04:24.236 INFO O| Mar 07 02:04:24.236 INFO STEP 476 (remove_files) COMPLETE
61972026-03-07T02:04:25.868Z[ recovery-image] Mar 07 02:04:24.236 INFO O| Mar 07 02:04:24.236 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61982026-03-07T02:04:25.873Z[ recovery-image] Mar 07 02:04:24.244 INFO O| Mar 07 02:04:24.244 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/view"
61992026-03-07T02:04:25.876Z[ recovery-image] Mar 07 02:04:24.244 INFO O| Mar 07 02:04:24.244 INFO STEP 477 (remove_files) COMPLETE
62002026-03-07T02:04:25.876Z[ recovery-image] Mar 07 02:04:24.244 INFO O| Mar 07 02:04:24.244 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62012026-03-07T02:04:25.881Z[ recovery-image] Mar 07 02:04:24.252 INFO O| Mar 07 02:04:24.252 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/logindmux"
62022026-03-07T02:04:25.885Z[ recovery-image] Mar 07 02:04:24.252 INFO O| Mar 07 02:04:24.252 INFO STEP 478 (remove_files) COMPLETE
62032026-03-07T02:04:25.885Z[ recovery-image] Mar 07 02:04:24.252 INFO O| Mar 07 02:04:24.252 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62042026-03-07T02:04:25.889Z[ recovery-image] Mar 07 02:04:24.260 INFO O| Mar 07 02:04:24.260 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pool"
62052026-03-07T02:04:25.889Z[ recovery-image] Mar 07 02:04:24.260 INFO O| Mar 07 02:04:24.260 INFO STEP 479 (remove_files) COMPLETE
62062026-03-07T02:04:25.889Z[ recovery-image] Mar 07 02:04:24.260 INFO O| Mar 07 02:04:24.260 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62072026-03-07T02:04:25.899Z[ recovery-image] Mar 07 02:04:24.270 INFO O| Mar 07 02:04:24.270 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ppt"
62082026-03-07T02:04:25.902Z[ recovery-image] Mar 07 02:04:24.270 INFO O| Mar 07 02:04:24.270 INFO STEP 480 (remove_files) COMPLETE
62092026-03-07T02:04:25.902Z[ recovery-image] Mar 07 02:04:24.270 INFO O| Mar 07 02:04:24.270 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62102026-03-07T02:04:25.906Z[ recovery-image] Mar 07 02:04:24.277 INFO O| Mar 07 02:04:24.277 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ptm"
62112026-03-07T02:04:25.909Z[ recovery-image] Mar 07 02:04:24.278 INFO O| Mar 07 02:04:24.278 INFO STEP 481 (remove_files) COMPLETE
62122026-03-07T02:04:25.909Z[ recovery-image] Mar 07 02:04:24.278 INFO O| Mar 07 02:04:24.278 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62132026-03-07T02:04:25.914Z[ recovery-image] Mar 07 02:04:24.286 INFO O| Mar 07 02:04:24.286 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pts"
62142026-03-07T02:04:25.914Z[ recovery-image] Mar 07 02:04:24.286 INFO O| Mar 07 02:04:24.286 INFO STEP 482 (remove_files) COMPLETE
62152026-03-07T02:04:25.917Z[ recovery-image] Mar 07 02:04:24.286 INFO O| Mar 07 02:04:24.286 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62162026-03-07T02:04:25.924Z[ recovery-image] Mar 07 02:04:24.295 INFO O| Mar 07 02:04:24.295 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/vmm"
62172026-03-07T02:04:25.924Z[ recovery-image] Mar 07 02:04:24.295 INFO O| Mar 07 02:04:24.295 INFO STEP 483 (remove_files) COMPLETE
62182026-03-07T02:04:25.927Z[ recovery-image] Mar 07 02:04:24.295 INFO O| Mar 07 02:04:24.295 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62192026-03-07T02:04:25.934Z[ recovery-image] Mar 07 02:04:24.305 INFO O| Mar 07 02:04:24.305 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/zcons"
62202026-03-07T02:04:25.937Z[ recovery-image] Mar 07 02:04:24.306 INFO O| Mar 07 02:04:24.306 INFO STEP 484 (remove_files) COMPLETE
62212026-03-07T02:04:25.937Z[ recovery-image] Mar 07 02:04:24.306 INFO O| Mar 07 02:04:24.306 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62222026-03-07T02:04:25.944Z[ recovery-image] Mar 07 02:04:24.315 INFO O| Mar 07 02:04:24.315 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/fssnap.conf"
62232026-03-07T02:04:25.944Z[ recovery-image] Mar 07 02:04:24.315 INFO O| Mar 07 02:04:24.315 INFO STEP 485 (remove_files) COMPLETE
62242026-03-07T02:04:25.947Z[ recovery-image] Mar 07 02:04:24.315 INFO O| Mar 07 02:04:24.315 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62252026-03-07T02:04:25.953Z[ recovery-image] Mar 07 02:04:24.324 INFO O| Mar 07 02:04:24.324 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/logindmux.conf"
62262026-03-07T02:04:25.956Z[ recovery-image] Mar 07 02:04:24.324 INFO O| Mar 07 02:04:24.324 INFO STEP 486 (remove_files) COMPLETE
62272026-03-07T02:04:25.956Z[ recovery-image] Mar 07 02:04:24.324 INFO O| Mar 07 02:04:24.324 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62282026-03-07T02:04:25.960Z[ recovery-image] Mar 07 02:04:24.331 INFO O| Mar 07 02:04:24.331 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/nsmb.conf"
62292026-03-07T02:04:25.960Z[ recovery-image] Mar 07 02:04:24.332 INFO O| Mar 07 02:04:24.331 INFO STEP 487 (remove_files) COMPLETE
62302026-03-07T02:04:25.960Z[ recovery-image] Mar 07 02:04:24.332 INFO O| Mar 07 02:04:24.332 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62312026-03-07T02:04:25.969Z[ recovery-image] Mar 07 02:04:24.340 INFO O| Mar 07 02:04:24.340 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/pool.conf"
62322026-03-07T02:04:25.973Z[ recovery-image] Mar 07 02:04:24.340 INFO O| Mar 07 02:04:24.340 INFO STEP 488 (remove_files) COMPLETE
62332026-03-07T02:04:25.973Z[ recovery-image] Mar 07 02:04:24.340 INFO O| Mar 07 02:04:24.340 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62342026-03-07T02:04:25.977Z[ recovery-image] Mar 07 02:04:24.348 INFO O| Mar 07 02:04:24.348 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/ppt.conf"
62352026-03-07T02:04:25.977Z[ recovery-image] Mar 07 02:04:24.348 INFO O| Mar 07 02:04:24.348 INFO STEP 489 (remove_files) COMPLETE
62362026-03-07T02:04:25.977Z[ recovery-image] Mar 07 02:04:24.348 INFO O| Mar 07 02:04:24.348 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62372026-03-07T02:04:25.985Z[ recovery-image] Mar 07 02:04:24.356 INFO O| Mar 07 02:04:24.356 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/smbsrv.conf"
62382026-03-07T02:04:25.985Z[ recovery-image] Mar 07 02:04:24.356 INFO O| Mar 07 02:04:24.356 INFO STEP 490 (remove_files) COMPLETE
62392026-03-07T02:04:25.988Z[ recovery-image] Mar 07 02:04:24.356 INFO O| Mar 07 02:04:24.356 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62402026-03-07T02:04:25.994Z[ recovery-image] Mar 07 02:04:24.365 INFO O| Mar 07 02:04:24.365 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/viona.conf"
62412026-03-07T02:04:25.994Z[ recovery-image] Mar 07 02:04:24.365 INFO O| Mar 07 02:04:24.365 INFO STEP 491 (remove_files) COMPLETE
62422026-03-07T02:04:25.997Z[ recovery-image] Mar 07 02:04:24.365 INFO O| Mar 07 02:04:24.365 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62432026-03-07T02:04:26.004Z[ recovery-image] Mar 07 02:04:24.375 INFO O| Mar 07 02:04:24.375 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/vmm.conf"
62442026-03-07T02:04:26.007Z[ recovery-image] Mar 07 02:04:24.375 INFO O| Mar 07 02:04:24.375 INFO STEP 492 (remove_files) COMPLETE
62452026-03-07T02:04:26.007Z[ recovery-image] Mar 07 02:04:24.375 INFO O| Mar 07 02:04:24.375 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62462026-03-07T02:04:26.012Z[ recovery-image] Mar 07 02:04:24.383 INFO O| Mar 07 02:04:24.383 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/javaexec"
62472026-03-07T02:04:26.012Z[ recovery-image] Mar 07 02:04:24.383 INFO O| Mar 07 02:04:24.383 INFO STEP 493 (remove_files) COMPLETE
62482026-03-07T02:04:26.015Z[ recovery-image] Mar 07 02:04:24.383 INFO O| Mar 07 02:04:24.383 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62492026-03-07T02:04:26.020Z[ recovery-image] Mar 07 02:04:24.392 INFO O| Mar 07 02:04:24.391 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/shbinexec"
62502026-03-07T02:04:26.020Z[ recovery-image] Mar 07 02:04:24.392 INFO O| Mar 07 02:04:24.392 INFO STEP 494 (remove_files) COMPLETE
62512026-03-07T02:04:26.020Z[ recovery-image] Mar 07 02:04:24.392 INFO O| Mar 07 02:04:24.392 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62522026-03-07T02:04:26.029Z[ recovery-image] Mar 07 02:04:24.400 INFO O| Mar 07 02:04:24.400 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/pcfs"
62532026-03-07T02:04:26.032Z[ recovery-image] Mar 07 02:04:24.400 INFO O| Mar 07 02:04:24.400 INFO STEP 495 (remove_files) COMPLETE
62542026-03-07T02:04:26.032Z[ recovery-image] Mar 07 02:04:24.400 INFO O| Mar 07 02:04:24.400 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62552026-03-07T02:04:26.037Z[ recovery-image] Mar 07 02:04:24.408 INFO O| Mar 07 02:04:24.408 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/smbfs"
62562026-03-07T02:04:26.037Z[ recovery-image] Mar 07 02:04:24.408 INFO O| Mar 07 02:04:24.408 INFO STEP 496 (remove_files) COMPLETE
62572026-03-07T02:04:26.040Z[ recovery-image] Mar 07 02:04:24.408 INFO O| Mar 07 02:04:24.408 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62582026-03-07T02:04:26.045Z[ recovery-image] Mar 07 02:04:24.416 INFO O| Mar 07 02:04:24.416 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/nsmb"
62592026-03-07T02:04:26.045Z[ recovery-image] Mar 07 02:04:24.416 INFO O| Mar 07 02:04:24.416 INFO STEP 497 (remove_files) COMPLETE
62602026-03-07T02:04:26.048Z[ recovery-image] Mar 07 02:04:24.416 INFO O| Mar 07 02:04:24.416 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62612026-03-07T02:04:26.053Z[ recovery-image] Mar 07 02:04:24.425 INFO O| Mar 07 02:04:24.425 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbfs"
62622026-03-07T02:04:26.056Z[ recovery-image] Mar 07 02:04:24.425 INFO O| Mar 07 02:04:24.425 INFO STEP 498 (remove_files) COMPLETE
62632026-03-07T02:04:26.056Z[ recovery-image] Mar 07 02:04:24.425 INFO O| Mar 07 02:04:24.425 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62642026-03-07T02:04:26.064Z[ recovery-image] Mar 07 02:04:24.435 INFO O| Mar 07 02:04:24.435 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
62652026-03-07T02:04:26.067Z[ recovery-image] Mar 07 02:04:24.435 INFO O| Mar 07 02:04:24.435 INFO STEP 499 (remove_files) COMPLETE
62662026-03-07T02:04:26.067Z[ recovery-image] Mar 07 02:04:24.435 INFO O| Mar 07 02:04:24.435 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62672026-03-07T02:04:26.073Z[ recovery-image] Mar 07 02:04:24.444 INFO O| Mar 07 02:04:24.444 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
62682026-03-07T02:04:26.075Z[ recovery-image] Mar 07 02:04:24.444 INFO O| Mar 07 02:04:24.444 INFO STEP 500 (remove_files) COMPLETE
62692026-03-07T02:04:26.075Z[ recovery-image] Mar 07 02:04:24.445 INFO O| Mar 07 02:04:24.444 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62702026-03-07T02:04:26.083Z[ recovery-image] Mar 07 02:04:24.454 INFO O| Mar 07 02:04:24.454 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15"
62712026-03-07T02:04:26.086Z[ recovery-image] Mar 07 02:04:24.454 INFO O| Mar 07 02:04:24.454 INFO STEP 501 (remove_files) COMPLETE
62722026-03-07T02:04:26.086Z[ recovery-image] Mar 07 02:04:24.454 INFO O| Mar 07 02:04:24.454 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62732026-03-07T02:04:26.093Z[ recovery-image] Mar 07 02:04:24.464 INFO O| Mar 07 02:04:24.464 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15"
62742026-03-07T02:04:26.093Z[ recovery-image] Mar 07 02:04:24.464 INFO O| Mar 07 02:04:24.464 INFO STEP 502 (remove_files) COMPLETE
62752026-03-07T02:04:26.095Z[ recovery-image] Mar 07 02:04:24.464 INFO O| Mar 07 02:04:24.464 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62762026-03-07T02:04:26.106Z[ recovery-image] Mar 07 02:04:24.477 INFO O| Mar 07 02:04:24.477 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/IA"
62772026-03-07T02:04:26.109Z[ recovery-image] Mar 07 02:04:24.477 INFO O| Mar 07 02:04:24.477 INFO STEP 503 (remove_files) COMPLETE
62782026-03-07T02:04:26.109Z[ recovery-image] Mar 07 02:04:24.477 INFO O| Mar 07 02:04:24.477 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62792026-03-07T02:04:26.118Z[ recovery-image] Mar 07 02:04:24.490 INFO O| Mar 07 02:04:24.489 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT"
62802026-03-07T02:04:26.118Z[ recovery-image] Mar 07 02:04:24.490 INFO O| Mar 07 02:04:24.490 INFO STEP 504 (remove_files) COMPLETE
62812026-03-07T02:04:26.122Z[ recovery-image] Mar 07 02:04:24.490 INFO O| Mar 07 02:04:24.490 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62822026-03-07T02:04:26.128Z[ recovery-image] Mar 07 02:04:24.500 INFO O| Mar 07 02:04:24.500 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
62832026-03-07T02:04:26.129Z[ recovery-image] Mar 07 02:04:24.500 INFO O| Mar 07 02:04:24.500 INFO STEP 505 (remove_files) COMPLETE
62842026-03-07T02:04:26.132Z[ recovery-image] Mar 07 02:04:24.500 INFO O| Mar 07 02:04:24.500 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62852026-03-07T02:04:26.140Z[ recovery-image] Mar 07 02:04:24.511 INFO O| Mar 07 02:04:24.511 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/cryptmod"
62862026-03-07T02:04:26.143Z[ recovery-image] Mar 07 02:04:24.511 INFO O| Mar 07 02:04:24.511 INFO STEP 506 (remove_files) COMPLETE
62872026-03-07T02:04:26.143Z[ recovery-image] Mar 07 02:04:24.511 INFO O| Mar 07 02:04:24.511 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62882026-03-07T02:04:26.149Z[ recovery-image] Mar 07 02:04:24.520 INFO O| Mar 07 02:04:24.520 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/rlmod"
62892026-03-07T02:04:26.152Z[ recovery-image] Mar 07 02:04:24.520 INFO O| Mar 07 02:04:24.520 INFO STEP 507 (remove_files) COMPLETE
62902026-03-07T02:04:26.152Z[ recovery-image] Mar 07 02:04:24.520 INFO O| Mar 07 02:04:24.520 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62912026-03-07T02:04:26.157Z[ recovery-image] Mar 07 02:04:24.529 INFO O| Mar 07 02:04:24.529 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/telmod"
62922026-03-07T02:04:26.158Z[ recovery-image] Mar 07 02:04:24.529 INFO O| Mar 07 02:04:24.529 INFO STEP 508 (remove_files) COMPLETE
62932026-03-07T02:04:26.161Z[ recovery-image] Mar 07 02:04:24.529 INFO O| Mar 07 02:04:24.529 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62942026-03-07T02:04:26.166Z[ recovery-image] Mar 07 02:04:24.537 INFO O| Mar 07 02:04:24.537 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/acctctl"
62952026-03-07T02:04:26.169Z[ recovery-image] Mar 07 02:04:24.537 INFO O| Mar 07 02:04:24.537 INFO STEP 509 (remove_files) COMPLETE
62962026-03-07T02:04:26.169Z[ recovery-image] Mar 07 02:04:24.537 INFO O| Mar 07 02:04:24.537 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62972026-03-07T02:04:26.174Z[ recovery-image] Mar 07 02:04:24.545 INFO O| Mar 07 02:04:24.545 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/exacctsys"
62982026-03-07T02:04:26.177Z[ recovery-image] Mar 07 02:04:24.545 INFO O| Mar 07 02:04:24.545 INFO STEP 510 (remove_files) COMPLETE
62992026-03-07T02:04:26.177Z[ recovery-image] Mar 07 02:04:24.545 INFO O| Mar 07 02:04:24.545 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63002026-03-07T02:04:26.182Z[ recovery-image] Mar 07 02:04:24.554 INFO O| Mar 07 02:04:24.553 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/sysacct"
63012026-03-07T02:04:26.185Z[ recovery-image] Mar 07 02:04:24.554 INFO O| Mar 07 02:04:24.554 INFO STEP 511 (remove_files) COMPLETE
63022026-03-07T02:04:26.185Z[ recovery-image] Mar 07 02:04:24.554 INFO O| Mar 07 02:04:24.554 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63032026-03-07T02:04:26.191Z[ recovery-image] Mar 07 02:04:24.562 INFO O| Mar 07 02:04:24.562 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kvm/README"
63042026-03-07T02:04:26.194Z[ recovery-image] Mar 07 02:04:24.562 INFO O| Mar 07 02:04:24.562 INFO STEP 512 (remove_files) COMPLETE
63052026-03-07T02:04:26.195Z[ recovery-image] Mar 07 02:04:24.562 INFO O| Mar 07 02:04:24.562 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63062026-03-07T02:04:26.198Z[ recovery-image] Mar 07 02:04:24.570 INFO O| Mar 07 02:04:24.570 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2map"
63072026-03-07T02:04:26.199Z[ recovery-image] Mar 07 02:04:24.570 INFO O| Mar 07 02:04:24.570 INFO STEP 513 (remove_files) COMPLETE
63082026-03-07T02:04:26.202Z[ recovery-image] Mar 07 02:04:24.570 INFO O| Mar 07 02:04:24.570 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63092026-03-07T02:04:26.209Z[ recovery-image] Mar 07 02:04:24.580 INFO O| Mar 07 02:04:24.580 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2trace"
63102026-03-07T02:04:26.209Z[ recovery-image] Mar 07 02:04:24.580 INFO O| Mar 07 02:04:24.580 INFO STEP 514 (remove_files) COMPLETE
63112026-03-07T02:04:26.211Z[ recovery-image] Mar 07 02:04:24.580 INFO O| Mar 07 02:04:24.580 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63122026-03-07T02:04:26.217Z[ recovery-image] Mar 07 02:04:24.588 INFO O| Mar 07 02:04:24.588 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen"
63132026-03-07T02:04:26.220Z[ recovery-image] Mar 07 02:04:24.588 INFO O| Mar 07 02:04:24.588 INFO STEP 515 (remove_files) COMPLETE
63142026-03-07T02:04:26.220Z[ recovery-image] Mar 07 02:04:24.589 INFO O| Mar 07 02:04:24.588 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63152026-03-07T02:04:26.226Z[ recovery-image] Mar 07 02:04:24.597 INFO O| Mar 07 02:04:24.597 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen1"
63162026-03-07T02:04:26.229Z[ recovery-image] Mar 07 02:04:24.597 INFO O| Mar 07 02:04:24.597 INFO STEP 516 (remove_files) COMPLETE
63172026-03-07T02:04:26.229Z[ recovery-image] Mar 07 02:04:24.597 INFO O| Mar 07 02:04:24.597 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63182026-03-07T02:04:26.234Z[ recovery-image] Mar 07 02:04:24.605 INFO O| Mar 07 02:04:24.605 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen3"
63192026-03-07T02:04:26.234Z[ recovery-image] Mar 07 02:04:24.605 INFO O| Mar 07 02:04:24.605 INFO STEP 517 (remove_files) COMPLETE
63202026-03-07T02:04:26.237Z[ recovery-image] Mar 07 02:04:24.606 INFO O| Mar 07 02:04:24.605 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63212026-03-07T02:04:26.243Z[ recovery-image] Mar 07 02:04:24.615 INFO O| Mar 07 02:04:24.615 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen4"
63222026-03-07T02:04:26.244Z[ recovery-image] Mar 07 02:04:24.615 INFO O| Mar 07 02:04:24.615 INFO STEP 518 (remove_files) COMPLETE
63232026-03-07T02:04:26.246Z[ recovery-image] Mar 07 02:04:24.615 INFO O| Mar 07 02:04:24.615 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63242026-03-07T02:04:26.251Z[ recovery-image] Mar 07 02:04:24.622 INFO O| Mar 07 02:04:24.622 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbsub.o"
63252026-03-07T02:04:26.254Z[ recovery-image] Mar 07 02:04:24.622 INFO O| Mar 07 02:04:24.622 INFO STEP 519 (remove_files) COMPLETE
63262026-03-07T02:04:26.254Z[ recovery-image] Mar 07 02:04:24.622 INFO O| Mar 07 02:04:24.622 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63272026-03-07T02:04:26.259Z[ recovery-image] Mar 07 02:04:24.631 INFO O| Mar 07 02:04:24.631 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/amd64/adbsub.o"
63282026-03-07T02:04:26.259Z[ recovery-image] Mar 07 02:04:24.631 INFO O| Mar 07 02:04:24.631 INFO STEP 520 (remove_files) COMPLETE
63292026-03-07T02:04:26.262Z[ recovery-image] Mar 07 02:04:24.631 INFO O| Mar 07 02:04:24.631 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63302026-03-07T02:04:26.267Z[ recovery-image] Mar 07 02:04:24.639 INFO O| Mar 07 02:04:24.639 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/0@0.so.1"
63312026-03-07T02:04:26.270Z[ recovery-image] Mar 07 02:04:24.639 INFO O| Mar 07 02:04:24.639 INFO STEP 521 (remove_files) COMPLETE
63322026-03-07T02:04:26.270Z[ recovery-image] Mar 07 02:04:24.639 INFO O| Mar 07 02:04:24.639 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63332026-03-07T02:04:26.275Z[ recovery-image] Mar 07 02:04:24.647 INFO O| Mar 07 02:04:24.647 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/Makefile.inc"
63342026-03-07T02:04:26.278Z[ recovery-image] Mar 07 02:04:24.647 INFO O| Mar 07 02:04:24.647 INFO STEP 522 (remove_files) COMPLETE
63352026-03-07T02:04:26.278Z[ recovery-image] Mar 07 02:04:24.647 INFO O| Mar 07 02:04:24.647 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63362026-03-07T02:04:26.286Z[ recovery-image] Mar 07 02:04:24.657 INFO O| Mar 07 02:04:24.657 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/accept"
63372026-03-07T02:04:26.286Z[ recovery-image] Mar 07 02:04:24.657 INFO O| Mar 07 02:04:24.657 INFO STEP 523 (remove_files) COMPLETE
63382026-03-07T02:04:26.286Z[ recovery-image] Mar 07 02:04:24.657 INFO O| Mar 07 02:04:24.657 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63392026-03-07T02:04:26.297Z[ recovery-image] Mar 07 02:04:24.668 INFO O| Mar 07 02:04:24.668 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/basename"
63402026-03-07T02:04:26.297Z[ recovery-image] Mar 07 02:04:24.668 INFO O| Mar 07 02:04:24.668 INFO STEP 524 (remove_files) COMPLETE
63412026-03-07T02:04:26.300Z[ recovery-image] Mar 07 02:04:24.668 INFO O| Mar 07 02:04:24.668 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63422026-03-07T02:04:26.306Z[ recovery-image] Mar 07 02:04:24.677 INFO O| Mar 07 02:04:24.677 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/csv"
63432026-03-07T02:04:26.309Z[ recovery-image] Mar 07 02:04:24.677 INFO O| Mar 07 02:04:24.677 INFO STEP 525 (remove_files) COMPLETE
63442026-03-07T02:04:26.309Z[ recovery-image] Mar 07 02:04:24.677 INFO O| Mar 07 02:04:24.677 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63452026-03-07T02:04:26.314Z[ recovery-image] Mar 07 02:04:24.686 INFO O| Mar 07 02:04:24.686 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/cut"
63462026-03-07T02:04:26.314Z[ recovery-image] Mar 07 02:04:24.686 INFO O| Mar 07 02:04:24.686 INFO STEP 526 (remove_files) COMPLETE
63472026-03-07T02:04:26.314Z[ recovery-image] Mar 07 02:04:24.686 INFO O| Mar 07 02:04:24.686 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63482026-03-07T02:04:26.322Z[ recovery-image] Mar 07 02:04:24.694 INFO O| Mar 07 02:04:24.693 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/dirname"
63492026-03-07T02:04:26.325Z[ recovery-image] Mar 07 02:04:24.694 INFO O| Mar 07 02:04:24.694 INFO STEP 527 (remove_files) COMPLETE
63502026-03-07T02:04:26.325Z[ recovery-image] Mar 07 02:04:24.694 INFO O| Mar 07 02:04:24.694 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63512026-03-07T02:04:26.331Z[ recovery-image] Mar 07 02:04:24.703 INFO O| Mar 07 02:04:24.703 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/fdflags"
63522026-03-07T02:04:26.331Z[ recovery-image] Mar 07 02:04:24.703 INFO O| Mar 07 02:04:24.703 INFO STEP 528 (remove_files) COMPLETE
63532026-03-07T02:04:26.331Z[ recovery-image] Mar 07 02:04:24.703 INFO O| Mar 07 02:04:24.703 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63542026-03-07T02:04:26.341Z[ recovery-image] Mar 07 02:04:24.713 INFO O| Mar 07 02:04:24.712 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/finfo"
63552026-03-07T02:04:26.341Z[ recovery-image] Mar 07 02:04:24.713 INFO O| Mar 07 02:04:24.713 INFO STEP 529 (remove_files) COMPLETE
63562026-03-07T02:04:26.345Z[ recovery-image] Mar 07 02:04:24.713 INFO O| Mar 07 02:04:24.713 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63572026-03-07T02:04:26.350Z[ recovery-image] Mar 07 02:04:24.721 INFO O| Mar 07 02:04:24.721 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/head"
63582026-03-07T02:04:26.353Z[ recovery-image] Mar 07 02:04:24.721 INFO O| Mar 07 02:04:24.721 INFO STEP 530 (remove_files) COMPLETE
63592026-03-07T02:04:26.353Z[ recovery-image] Mar 07 02:04:24.721 INFO O| Mar 07 02:04:24.721 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63602026-03-07T02:04:26.360Z[ recovery-image] Mar 07 02:04:24.731 INFO O| Mar 07 02:04:24.731 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/id"
63612026-03-07T02:04:26.360Z[ recovery-image] Mar 07 02:04:24.731 INFO O| Mar 07 02:04:24.731 INFO STEP 531 (remove_files) COMPLETE
63622026-03-07T02:04:26.363Z[ recovery-image] Mar 07 02:04:24.731 INFO O| Mar 07 02:04:24.731 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63632026-03-07T02:04:26.367Z[ recovery-image] Mar 07 02:04:24.739 INFO O| Mar 07 02:04:24.738 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/ln"
63642026-03-07T02:04:26.367Z[ recovery-image] Mar 07 02:04:24.739 INFO O| Mar 07 02:04:24.739 INFO STEP 532 (remove_files) COMPLETE
63652026-03-07T02:04:26.370Z[ recovery-image] Mar 07 02:04:24.739 INFO O| Mar 07 02:04:24.739 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63662026-03-07T02:04:26.377Z[ recovery-image] Mar 07 02:04:24.748 INFO O| Mar 07 02:04:24.748 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/loadables.h"
63672026-03-07T02:04:26.382Z[ recovery-image] Mar 07 02:04:24.749 INFO O| Mar 07 02:04:24.749 INFO STEP 533 (remove_files) COMPLETE
63682026-03-07T02:04:26.382Z[ recovery-image] Mar 07 02:04:24.749 INFO O| Mar 07 02:04:24.749 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63692026-03-07T02:04:26.387Z[ recovery-image] Mar 07 02:04:24.758 INFO O| Mar 07 02:04:24.758 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/logname"
63702026-03-07T02:04:26.387Z[ recovery-image] Mar 07 02:04:24.758 INFO O| Mar 07 02:04:24.758 INFO STEP 534 (remove_files) COMPLETE
63712026-03-07T02:04:26.387Z[ recovery-image] Mar 07 02:04:24.758 INFO O| Mar 07 02:04:24.758 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63722026-03-07T02:04:26.395Z[ recovery-image] Mar 07 02:04:24.766 INFO O| Mar 07 02:04:24.766 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/mkdir"
63732026-03-07T02:04:26.395Z[ recovery-image] Mar 07 02:04:24.766 INFO O| Mar 07 02:04:24.766 INFO STEP 535 (remove_files) COMPLETE
63742026-03-07T02:04:26.398Z[ recovery-image] Mar 07 02:04:24.766 INFO O| Mar 07 02:04:24.766 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63752026-03-07T02:04:26.405Z[ recovery-image] Mar 07 02:04:24.776 INFO O| Mar 07 02:04:24.776 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/mkfifo"
63762026-03-07T02:04:26.405Z[ recovery-image] Mar 07 02:04:24.776 INFO O| Mar 07 02:04:24.776 INFO STEP 536 (remove_files) COMPLETE
63772026-03-07T02:04:26.408Z[ recovery-image] Mar 07 02:04:24.776 INFO O| Mar 07 02:04:24.776 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63782026-03-07T02:04:26.415Z[ recovery-image] Mar 07 02:04:24.786 INFO O| Mar 07 02:04:24.786 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/mktemp"
63792026-03-07T02:04:26.415Z[ recovery-image] Mar 07 02:04:24.786 INFO O| Mar 07 02:04:24.786 INFO STEP 537 (remove_files) COMPLETE
63802026-03-07T02:04:26.417Z[ recovery-image] Mar 07 02:04:24.786 INFO O| Mar 07 02:04:24.786 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63812026-03-07T02:04:26.423Z[ recovery-image] Mar 07 02:04:24.794 INFO O| Mar 07 02:04:24.794 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/mypid"
63822026-03-07T02:04:26.423Z[ recovery-image] Mar 07 02:04:24.794 INFO O| Mar 07 02:04:24.794 INFO STEP 538 (remove_files) COMPLETE
63832026-03-07T02:04:26.423Z[ recovery-image] Mar 07 02:04:24.794 INFO O| Mar 07 02:04:24.794 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63842026-03-07T02:04:26.433Z[ recovery-image] Mar 07 02:04:24.804 INFO O| Mar 07 02:04:24.804 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/pathchk"
63852026-03-07T02:04:26.436Z[ recovery-image] Mar 07 02:04:24.804 INFO O| Mar 07 02:04:24.804 INFO STEP 539 (remove_files) COMPLETE
63862026-03-07T02:04:26.436Z[ recovery-image] Mar 07 02:04:24.804 INFO O| Mar 07 02:04:24.804 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63872026-03-07T02:04:26.444Z[ recovery-image] Mar 07 02:04:24.815 INFO O| Mar 07 02:04:24.815 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/print"
63882026-03-07T02:04:26.447Z[ recovery-image] Mar 07 02:04:24.815 INFO O| Mar 07 02:04:24.815 INFO STEP 540 (remove_files) COMPLETE
63892026-03-07T02:04:26.447Z[ recovery-image] Mar 07 02:04:24.815 INFO O| Mar 07 02:04:24.815 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63902026-03-07T02:04:26.453Z[ recovery-image] Mar 07 02:04:24.824 INFO O| Mar 07 02:04:24.824 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/printenv"
63912026-03-07T02:04:26.453Z[ recovery-image] Mar 07 02:04:24.824 INFO O| Mar 07 02:04:24.824 INFO STEP 541 (remove_files) COMPLETE
63922026-03-07T02:04:26.455Z[ recovery-image] Mar 07 02:04:24.824 INFO O| Mar 07 02:04:24.824 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63932026-03-07T02:04:26.461Z[ recovery-image] Mar 07 02:04:24.832 INFO O| Mar 07 02:04:24.832 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/push"
63942026-03-07T02:04:26.461Z[ recovery-image] Mar 07 02:04:24.832 INFO O| Mar 07 02:04:24.832 INFO STEP 542 (remove_files) COMPLETE
63952026-03-07T02:04:26.461Z[ recovery-image] Mar 07 02:04:24.832 INFO O| Mar 07 02:04:24.832 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63962026-03-07T02:04:26.469Z[ recovery-image] Mar 07 02:04:24.840 INFO O| Mar 07 02:04:24.840 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/realpath"
63972026-03-07T02:04:26.469Z[ recovery-image] Mar 07 02:04:24.840 INFO O| Mar 07 02:04:24.840 INFO STEP 543 (remove_files) COMPLETE
63982026-03-07T02:04:26.472Z[ recovery-image] Mar 07 02:04:24.840 INFO O| Mar 07 02:04:24.840 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63992026-03-07T02:04:26.479Z[ recovery-image] Mar 07 02:04:24.850 INFO O| Mar 07 02:04:24.850 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/rm"
64002026-03-07T02:04:26.479Z[ recovery-image] Mar 07 02:04:24.850 INFO O| Mar 07 02:04:24.850 INFO STEP 544 (remove_files) COMPLETE
64012026-03-07T02:04:26.482Z[ recovery-image] Mar 07 02:04:24.850 INFO O| Mar 07 02:04:24.850 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64022026-03-07T02:04:26.489Z[ recovery-image] Mar 07 02:04:24.860 INFO O| Mar 07 02:04:24.860 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/rmdir"
64032026-03-07T02:04:26.492Z[ recovery-image] Mar 07 02:04:24.860 INFO O| Mar 07 02:04:24.860 INFO STEP 545 (remove_files) COMPLETE
64042026-03-07T02:04:26.492Z[ recovery-image] Mar 07 02:04:24.860 INFO O| Mar 07 02:04:24.860 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64052026-03-07T02:04:26.499Z[ recovery-image] Mar 07 02:04:24.870 INFO O| Mar 07 02:04:24.870 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/seq"
64062026-03-07T02:04:26.499Z[ recovery-image] Mar 07 02:04:24.870 INFO O| Mar 07 02:04:24.870 INFO STEP 546 (remove_files) COMPLETE
64072026-03-07T02:04:26.502Z[ recovery-image] Mar 07 02:04:24.870 INFO O| Mar 07 02:04:24.870 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64082026-03-07T02:04:26.508Z[ recovery-image] Mar 07 02:04:24.879 INFO O| Mar 07 02:04:24.879 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/setpgid"
64092026-03-07T02:04:26.508Z[ recovery-image] Mar 07 02:04:24.879 INFO O| Mar 07 02:04:24.879 INFO STEP 547 (remove_files) COMPLETE
64102026-03-07T02:04:26.512Z[ recovery-image] Mar 07 02:04:24.879 INFO O| Mar 07 02:04:24.879 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64112026-03-07T02:04:26.516Z[ recovery-image] Mar 07 02:04:24.887 INFO O| Mar 07 02:04:24.887 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/sleep"
64122026-03-07T02:04:26.516Z[ recovery-image] Mar 07 02:04:24.887 INFO O| Mar 07 02:04:24.887 INFO STEP 548 (remove_files) COMPLETE
64132026-03-07T02:04:26.519Z[ recovery-image] Mar 07 02:04:24.887 INFO O| Mar 07 02:04:24.887 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64142026-03-07T02:04:26.524Z[ recovery-image] Mar 07 02:04:24.895 INFO O| Mar 07 02:04:24.895 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/strftime"
64152026-03-07T02:04:26.527Z[ recovery-image] Mar 07 02:04:24.896 INFO O| Mar 07 02:04:24.895 INFO STEP 549 (remove_files) COMPLETE
64162026-03-07T02:04:26.527Z[ recovery-image] Mar 07 02:04:24.896 INFO O| Mar 07 02:04:24.896 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64172026-03-07T02:04:26.534Z[ recovery-image] Mar 07 02:04:24.905 INFO O| Mar 07 02:04:24.905 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/sync"
64182026-03-07T02:04:26.534Z[ recovery-image] Mar 07 02:04:24.905 INFO O| Mar 07 02:04:24.905 INFO STEP 550 (remove_files) COMPLETE
64192026-03-07T02:04:26.534Z[ recovery-image] Mar 07 02:04:24.905 INFO O| Mar 07 02:04:24.905 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64202026-03-07T02:04:26.543Z[ recovery-image] Mar 07 02:04:24.914 INFO O| Mar 07 02:04:24.914 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/tee"
64212026-03-07T02:04:26.546Z[ recovery-image] Mar 07 02:04:24.914 INFO O| Mar 07 02:04:24.914 INFO STEP 551 (remove_files) COMPLETE
64222026-03-07T02:04:26.546Z[ recovery-image] Mar 07 02:04:24.914 INFO O| Mar 07 02:04:24.914 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64232026-03-07T02:04:26.551Z[ recovery-image] Mar 07 02:04:24.922 INFO O| Mar 07 02:04:24.922 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/truefalse"
64242026-03-07T02:04:26.554Z[ recovery-image] Mar 07 02:04:24.923 INFO O| Mar 07 02:04:24.923 INFO STEP 552 (remove_files) COMPLETE
64252026-03-07T02:04:26.554Z[ recovery-image] Mar 07 02:04:24.923 INFO O| Mar 07 02:04:24.923 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64262026-03-07T02:04:26.563Z[ recovery-image] Mar 07 02:04:24.934 INFO O| Mar 07 02:04:24.934 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/tty"
64272026-03-07T02:04:26.563Z[ recovery-image] Mar 07 02:04:24.934 INFO O| Mar 07 02:04:24.934 INFO STEP 553 (remove_files) COMPLETE
64282026-03-07T02:04:26.563Z[ recovery-image] Mar 07 02:04:24.934 INFO O| Mar 07 02:04:24.934 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64292026-03-07T02:04:26.570Z[ recovery-image] Mar 07 02:04:24.942 INFO O| Mar 07 02:04:24.942 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/uname"
64302026-03-07T02:04:26.571Z[ recovery-image] Mar 07 02:04:24.942 INFO O| Mar 07 02:04:24.942 INFO STEP 554 (remove_files) COMPLETE
64312026-03-07T02:04:26.571Z[ recovery-image] Mar 07 02:04:24.942 INFO O| Mar 07 02:04:24.942 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64322026-03-07T02:04:26.578Z[ recovery-image] Mar 07 02:04:24.950 INFO O| Mar 07 02:04:24.950 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/unlink"
64332026-03-07T02:04:26.579Z[ recovery-image] Mar 07 02:04:24.950 INFO O| Mar 07 02:04:24.950 INFO STEP 555 (remove_files) COMPLETE
64342026-03-07T02:04:26.581Z[ recovery-image] Mar 07 02:04:24.950 INFO O| Mar 07 02:04:24.950 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64352026-03-07T02:04:26.588Z[ recovery-image] Mar 07 02:04:24.959 INFO O| Mar 07 02:04:24.959 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/whoami"
64362026-03-07T02:04:26.588Z[ recovery-image] Mar 07 02:04:24.959 INFO O| Mar 07 02:04:24.959 INFO STEP 556 (remove_files) COMPLETE
64372026-03-07T02:04:26.591Z[ recovery-image] Mar 07 02:04:24.959 INFO O| Mar 07 02:04:24.959 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64382026-03-07T02:04:26.596Z[ recovery-image] Mar 07 02:04:24.967 INFO O| Mar 07 02:04:24.967 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
64392026-03-07T02:04:26.599Z[ recovery-image] Mar 07 02:04:24.968 INFO O| Mar 07 02:04:24.967 INFO STEP 557 (remove_files) COMPLETE
64402026-03-07T02:04:26.599Z[ recovery-image] Mar 07 02:04:24.968 INFO O| Mar 07 02:04:24.968 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64412026-03-07T02:04:26.604Z[ recovery-image] Mar 07 02:04:24.975 INFO O| Mar 07 02:04:24.975 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
64422026-03-07T02:04:26.608Z[ recovery-image] Mar 07 02:04:24.976 INFO O| Mar 07 02:04:24.976 INFO STEP 558 (remove_files) COMPLETE
64432026-03-07T02:04:26.608Z[ recovery-image] Mar 07 02:04:24.976 INFO O| Mar 07 02:04:24.976 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64442026-03-07T02:04:26.615Z[ recovery-image] Mar 07 02:04:24.985 INFO O| Mar 07 02:04:24.985 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/getloginx.so.1"
64452026-03-07T02:04:26.615Z[ recovery-image] Mar 07 02:04:24.985 INFO O| Mar 07 02:04:24.985 INFO STEP 559 (remove_files) COMPLETE
64462026-03-07T02:04:26.618Z[ recovery-image] Mar 07 02:04:24.985 INFO O| Mar 07 02:04:24.985 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64472026-03-07T02:04:26.622Z[ recovery-image] Mar 07 02:04:24.993 INFO O| Mar 07 02:04:24.993 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
64482026-03-07T02:04:26.625Z[ recovery-image] Mar 07 02:04:24.993 INFO O| Mar 07 02:04:24.993 INFO STEP 560 (remove_files) COMPLETE
64492026-03-07T02:04:26.625Z[ recovery-image] Mar 07 02:04:24.993 INFO O| Mar 07 02:04:24.993 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64502026-03-07T02:04:26.632Z[ recovery-image] Mar 07 02:04:25.003 INFO O| Mar 07 02:04:25.003 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
64512026-03-07T02:04:26.635Z[ recovery-image] Mar 07 02:04:25.004 INFO O| Mar 07 02:04:25.004 INFO STEP 561 (remove_files) COMPLETE
64522026-03-07T02:04:26.635Z[ recovery-image] Mar 07 02:04:25.004 INFO O| Mar 07 02:04:25.004 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64532026-03-07T02:04:26.644Z[ recovery-image] Mar 07 02:04:25.015 INFO O| Mar 07 02:04:25.015 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
64542026-03-07T02:04:26.647Z[ recovery-image] Mar 07 02:04:25.015 INFO O| Mar 07 02:04:25.015 INFO STEP 562 (remove_files) COMPLETE
64552026-03-07T02:04:26.647Z[ recovery-image] Mar 07 02:04:25.015 INFO O| Mar 07 02:04:25.015 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64562026-03-07T02:04:26.652Z[ recovery-image] Mar 07 02:04:25.023 INFO O| Mar 07 02:04:25.023 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
64572026-03-07T02:04:26.652Z[ recovery-image] Mar 07 02:04:25.023 INFO O| Mar 07 02:04:25.023 INFO STEP 563 (remove_files) COMPLETE
64582026-03-07T02:04:26.655Z[ recovery-image] Mar 07 02:04:25.023 INFO O| Mar 07 02:04:25.023 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64592026-03-07T02:04:26.660Z[ recovery-image] Mar 07 02:04:25.032 INFO O| Mar 07 02:04:25.032 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lddstub"
64602026-03-07T02:04:26.660Z[ recovery-image] Mar 07 02:04:25.032 INFO O| Mar 07 02:04:25.032 INFO STEP 564 (remove_files) COMPLETE
64612026-03-07T02:04:26.663Z[ recovery-image] Mar 07 02:04:25.032 INFO O| Mar 07 02:04:25.032 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64622026-03-07T02:04:26.669Z[ recovery-image] Mar 07 02:04:25.040 INFO O| Mar 07 02:04:25.040 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lib9p.so.1"
64632026-03-07T02:04:26.671Z[ recovery-image] Mar 07 02:04:25.040 INFO O| Mar 07 02:04:25.040 INFO STEP 565 (remove_files) COMPLETE
64642026-03-07T02:04:26.671Z[ recovery-image] Mar 07 02:04:25.040 INFO O| Mar 07 02:04:25.040 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64652026-03-07T02:04:26.679Z[ recovery-image] Mar 07 02:04:25.050 INFO O| Mar 07 02:04:25.050 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libads.so.1"
64662026-03-07T02:04:26.682Z[ recovery-image] Mar 07 02:04:25.050 INFO O| Mar 07 02:04:25.050 INFO STEP 566 (remove_files) COMPLETE
64672026-03-07T02:04:26.682Z[ recovery-image] Mar 07 02:04:25.050 INFO O| Mar 07 02:04:25.050 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64682026-03-07T02:04:26.689Z[ recovery-image] Mar 07 02:04:25.060 INFO O| Mar 07 02:04:25.060 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libadutils.so.1"
64692026-03-07T02:04:26.692Z[ recovery-image] Mar 07 02:04:25.060 INFO O| Mar 07 02:04:25.060 INFO STEP 567 (remove_files) COMPLETE
64702026-03-07T02:04:26.692Z[ recovery-image] Mar 07 02:04:25.060 INFO O| Mar 07 02:04:25.060 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64712026-03-07T02:04:26.698Z[ recovery-image] Mar 07 02:04:25.069 INFO O| Mar 07 02:04:25.069 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbe.so.1"
64722026-03-07T02:04:26.701Z[ recovery-image] Mar 07 02:04:25.069 INFO O| Mar 07 02:04:25.069 INFO STEP 568 (remove_files) COMPLETE
64732026-03-07T02:04:26.701Z[ recovery-image] Mar 07 02:04:25.069 INFO O| Mar 07 02:04:25.069 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64742026-03-07T02:04:26.709Z[ recovery-image] Mar 07 02:04:25.078 INFO O| Mar 07 02:04:25.078 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrand.so.1"
64752026-03-07T02:04:26.712Z[ recovery-image] Mar 07 02:04:25.079 INFO O| Mar 07 02:04:25.079 INFO STEP 569 (remove_files) COMPLETE
64762026-03-07T02:04:26.712Z[ recovery-image] Mar 07 02:04:25.079 INFO O| Mar 07 02:04:25.079 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64772026-03-07T02:04:26.718Z[ recovery-image] Mar 07 02:04:25.089 INFO O| Mar 07 02:04:25.089 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9"
64782026-03-07T02:04:26.721Z[ recovery-image] Mar 07 02:04:25.090 INFO O| Mar 07 02:04:25.089 INFO STEP 570 (remove_files) COMPLETE
64792026-03-07T02:04:26.721Z[ recovery-image] Mar 07 02:04:25.090 INFO O| Mar 07 02:04:25.089 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64802026-03-07T02:04:26.727Z[ recovery-image] Mar 07 02:04:25.098 INFO O| Mar 07 02:04:25.098 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9"
64812026-03-07T02:04:26.730Z[ recovery-image] Mar 07 02:04:25.098 INFO O| Mar 07 02:04:25.098 INFO STEP 571 (remove_files) COMPLETE
64822026-03-07T02:04:26.730Z[ recovery-image] Mar 07 02:04:25.098 INFO O| Mar 07 02:04:25.098 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64832026-03-07T02:04:26.735Z[ recovery-image] Mar 07 02:04:25.106 INFO O| Mar 07 02:04:25.106 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9"
64842026-03-07T02:04:26.739Z[ recovery-image] Mar 07 02:04:25.106 INFO O| Mar 07 02:04:25.106 INFO STEP 572 (remove_files) COMPLETE
64852026-03-07T02:04:26.739Z[ recovery-image] Mar 07 02:04:25.106 INFO O| Mar 07 02:04:25.106 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64862026-03-07T02:04:26.746Z[ recovery-image] Mar 07 02:04:25.118 INFO O| Mar 07 02:04:25.118 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
64872026-03-07T02:04:26.749Z[ recovery-image] Mar 07 02:04:25.118 INFO O| Mar 07 02:04:25.118 INFO STEP 573 (remove_files) COMPLETE
64882026-03-07T02:04:26.749Z[ recovery-image] Mar 07 02:04:25.118 INFO O| Mar 07 02:04:25.118 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64892026-03-07T02:04:26.756Z[ recovery-image] Mar 07 02:04:25.127 INFO O| Mar 07 02:04:25.127 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
64902026-03-07T02:04:26.757Z[ recovery-image] Mar 07 02:04:25.128 INFO O| Mar 07 02:04:25.128 INFO STEP 574 (remove_files) COMPLETE
64912026-03-07T02:04:26.757Z[ recovery-image] Mar 07 02:04:25.128 INFO O| Mar 07 02:04:25.128 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64922026-03-07T02:04:26.766Z[ recovery-image] Mar 07 02:04:25.137 INFO O| Mar 07 02:04:25.137 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcommputil.so.1"
64932026-03-07T02:04:26.770Z[ recovery-image] Mar 07 02:04:25.137 INFO O| Mar 07 02:04:25.137 INFO STEP 575 (remove_files) COMPLETE
64942026-03-07T02:04:26.770Z[ recovery-image] Mar 07 02:04:25.137 INFO O| Mar 07 02:04:25.137 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64952026-03-07T02:04:26.776Z[ recovery-image] Mar 07 02:04:25.147 INFO O| Mar 07 02:04:25.147 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcpc.so.1"
64962026-03-07T02:04:26.776Z[ recovery-image] Mar 07 02:04:25.147 INFO O| Mar 07 02:04:25.147 INFO STEP 576 (remove_files) COMPLETE
64972026-03-07T02:04:26.779Z[ recovery-image] Mar 07 02:04:25.147 INFO O| Mar 07 02:04:25.147 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64982026-03-07T02:04:26.786Z[ recovery-image] Mar 07 02:04:25.157 INFO O| Mar 07 02:04:25.157 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrle.so.1"
64992026-03-07T02:04:26.786Z[ recovery-image] Mar 07 02:04:25.157 INFO O| Mar 07 02:04:25.157 INFO STEP 577 (remove_files) COMPLETE
65002026-03-07T02:04:26.786Z[ recovery-image] Mar 07 02:04:25.157 INFO O| Mar 07 02:04:25.157 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65012026-03-07T02:04:26.794Z[ recovery-image] Mar 07 02:04:25.165 INFO O| Mar 07 02:04:25.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrypt.so.1"
65022026-03-07T02:04:26.794Z[ recovery-image] Mar 07 02:04:25.165 INFO O| Mar 07 02:04:25.165 INFO STEP 578 (remove_files) COMPLETE
65032026-03-07T02:04:26.797Z[ recovery-image] Mar 07 02:04:25.165 INFO O| Mar 07 02:04:25.165 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65042026-03-07T02:04:26.802Z[ recovery-image] Mar 07 02:04:25.173 INFO O| Mar 07 02:04:25.173 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
65052026-03-07T02:04:26.805Z[ recovery-image] Mar 07 02:04:25.173 INFO O| Mar 07 02:04:25.173 INFO STEP 579 (remove_files) COMPLETE
65062026-03-07T02:04:26.805Z[ recovery-image] Mar 07 02:04:25.173 INFO O| Mar 07 02:04:25.173 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65072026-03-07T02:04:26.813Z[ recovery-image] Mar 07 02:04:25.184 INFO O| Mar 07 02:04:25.184 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
65082026-03-07T02:04:26.813Z[ recovery-image] Mar 07 02:04:25.184 INFO O| Mar 07 02:04:25.184 INFO STEP 580 (remove_files) COMPLETE
65092026-03-07T02:04:26.817Z[ recovery-image] Mar 07 02:04:25.184 INFO O| Mar 07 02:04:25.184 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65102026-03-07T02:04:26.821Z[ recovery-image] Mar 07 02:04:25.192 INFO O| Mar 07 02:04:25.192 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdll.so.1"
65112026-03-07T02:04:26.821Z[ recovery-image] Mar 07 02:04:25.192 INFO O| Mar 07 02:04:25.192 INFO STEP 581 (remove_files) COMPLETE
65122026-03-07T02:04:26.824Z[ recovery-image] Mar 07 02:04:25.192 INFO O| Mar 07 02:04:25.192 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65132026-03-07T02:04:26.831Z[ recovery-image] Mar 07 02:04:25.202 INFO O| Mar 07 02:04:25.202 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
65142026-03-07T02:04:26.834Z[ recovery-image] Mar 07 02:04:25.203 INFO O| Mar 07 02:04:25.202 INFO STEP 582 (remove_files) COMPLETE
65152026-03-07T02:04:26.834Z[ recovery-image] Mar 07 02:04:25.203 INFO O| Mar 07 02:04:25.203 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65162026-03-07T02:04:26.843Z[ recovery-image] Mar 07 02:04:25.213 INFO O| Mar 07 02:04:25.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libform.so.1"
65172026-03-07T02:04:26.847Z[ recovery-image] Mar 07 02:04:25.213 INFO O| Mar 07 02:04:25.213 INFO STEP 583 (remove_files) COMPLETE
65182026-03-07T02:04:26.847Z[ recovery-image] Mar 07 02:04:25.213 INFO O| Mar 07 02:04:25.213 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65192026-03-07T02:04:26.850Z[ recovery-image] Mar 07 02:04:25.221 INFO O| Mar 07 02:04:25.221 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libfstyp.so.1"
65202026-03-07T02:04:26.853Z[ recovery-image] Mar 07 02:04:25.221 INFO O| Mar 07 02:04:25.221 INFO STEP 584 (remove_files) COMPLETE
65212026-03-07T02:04:26.853Z[ recovery-image] Mar 07 02:04:25.221 INFO O| Mar 07 02:04:25.221 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65222026-03-07T02:04:26.859Z[ recovery-image] Mar 07 02:04:25.230 INFO O| Mar 07 02:04:25.230 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libidspace.so.1"
65232026-03-07T02:04:26.862Z[ recovery-image] Mar 07 02:04:25.230 INFO O| Mar 07 02:04:25.230 INFO STEP 585 (remove_files) COMPLETE
65242026-03-07T02:04:26.862Z[ recovery-image] Mar 07 02:04:25.230 INFO O| Mar 07 02:04:25.230 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65252026-03-07T02:04:26.870Z[ recovery-image] Mar 07 02:04:25.240 INFO O| Mar 07 02:04:25.240 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libike.so.1"
65262026-03-07T02:04:26.873Z[ recovery-image] Mar 07 02:04:25.240 INFO O| Mar 07 02:04:25.240 INFO STEP 586 (remove_files) COMPLETE
65272026-03-07T02:04:26.873Z[ recovery-image] Mar 07 02:04:25.240 INFO O| Mar 07 02:04:25.240 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65282026-03-07T02:04:26.879Z[ recovery-image] Mar 07 02:04:25.250 INFO O| Mar 07 02:04:25.250 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libinstzones.so.1"
65292026-03-07T02:04:26.879Z[ recovery-image] Mar 07 02:04:25.250 INFO O| Mar 07 02:04:25.250 INFO STEP 587 (remove_files) COMPLETE
65302026-03-07T02:04:26.879Z[ recovery-image] Mar 07 02:04:25.250 INFO O| Mar 07 02:04:25.250 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65312026-03-07T02:04:26.887Z[ recovery-image] Mar 07 02:04:25.258 INFO O| Mar 07 02:04:25.258 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipmi.so.1"
65322026-03-07T02:04:26.887Z[ recovery-image] Mar 07 02:04:25.258 INFO O| Mar 07 02:04:25.258 INFO STEP 588 (remove_files) COMPLETE
65332026-03-07T02:04:26.890Z[ recovery-image] Mar 07 02:04:25.258 INFO O| Mar 07 02:04:25.258 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65342026-03-07T02:04:26.897Z[ recovery-image] Mar 07 02:04:25.266 INFO O| Mar 07 02:04:25.266 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipp.so.1"
65352026-03-07T02:04:26.900Z[ recovery-image] Mar 07 02:04:25.267 INFO O| Mar 07 02:04:25.267 INFO STEP 589 (remove_files) COMPLETE
65362026-03-07T02:04:26.900Z[ recovery-image] Mar 07 02:04:25.267 INFO O| Mar 07 02:04:25.267 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65372026-03-07T02:04:26.903Z[ recovery-image] Mar 07 02:04:25.274 INFO O| Mar 07 02:04:25.274 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipsecutil.so.1"
65382026-03-07T02:04:26.906Z[ recovery-image] Mar 07 02:04:25.274 INFO O| Mar 07 02:04:25.274 INFO STEP 590 (remove_files) COMPLETE
65392026-03-07T02:04:26.906Z[ recovery-image] Mar 07 02:04:25.274 INFO O| Mar 07 02:04:25.274 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65402026-03-07T02:04:26.912Z[ recovery-image] Mar 07 02:04:25.283 INFO O| Mar 07 02:04:25.283 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libjedec.so.1"
65412026-03-07T02:04:26.915Z[ recovery-image] Mar 07 02:04:25.283 INFO O| Mar 07 02:04:25.283 INFO STEP 591 (remove_files) COMPLETE
65422026-03-07T02:04:26.915Z[ recovery-image] Mar 07 02:04:25.283 INFO O| Mar 07 02:04:25.283 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65432026-03-07T02:04:26.922Z[ recovery-image] Mar 07 02:04:25.293 INFO O| Mar 07 02:04:25.293 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libl.so.1"
65442026-03-07T02:04:26.922Z[ recovery-image] Mar 07 02:04:25.293 INFO O| Mar 07 02:04:25.293 INFO STEP 592 (remove_files) COMPLETE
65452026-03-07T02:04:26.925Z[ recovery-image] Mar 07 02:04:25.293 INFO O| Mar 07 02:04:25.293 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65462026-03-07T02:04:26.930Z[ recovery-image] Mar 07 02:04:25.301 INFO O| Mar 07 02:04:25.301 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldap.so.5"
65472026-03-07T02:04:26.933Z[ recovery-image] Mar 07 02:04:25.301 INFO O| Mar 07 02:04:25.301 INFO STEP 593 (remove_files) COMPLETE
65482026-03-07T02:04:26.933Z[ recovery-image] Mar 07 02:04:25.301 INFO O| Mar 07 02:04:25.301 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65492026-03-07T02:04:26.939Z[ recovery-image] Mar 07 02:04:25.310 INFO O| Mar 07 02:04:25.310 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldstab.so.1"
65502026-03-07T02:04:26.942Z[ recovery-image] Mar 07 02:04:25.310 INFO O| Mar 07 02:04:25.310 INFO STEP 594 (remove_files) COMPLETE
65512026-03-07T02:04:26.942Z[ recovery-image] Mar 07 02:04:25.310 INFO O| Mar 07 02:04:25.310 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65522026-03-07T02:04:26.947Z[ recovery-image] Mar 07 02:04:25.318 INFO O| Mar 07 02:04:25.318 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblgrp.so.1"
65532026-03-07T02:04:26.947Z[ recovery-image] Mar 07 02:04:25.318 INFO O| Mar 07 02:04:25.318 INFO STEP 595 (remove_files) COMPLETE
65542026-03-07T02:04:26.950Z[ recovery-image] Mar 07 02:04:25.318 INFO O| Mar 07 02:04:25.318 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65552026-03-07T02:04:26.956Z[ recovery-image] Mar 07 02:04:25.327 INFO O| Mar 07 02:04:25.327 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblm.so.1"
65562026-03-07T02:04:26.960Z[ recovery-image] Mar 07 02:04:25.327 INFO O| Mar 07 02:04:25.327 INFO STEP 596 (remove_files) COMPLETE
65572026-03-07T02:04:26.960Z[ recovery-image] Mar 07 02:04:25.327 INFO O| Mar 07 02:04:25.327 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65582026-03-07T02:04:26.963Z[ recovery-image] Mar 07 02:04:25.335 INFO O| Mar 07 02:04:25.334 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmail.so.1"
65592026-03-07T02:04:26.964Z[ recovery-image] Mar 07 02:04:25.335 INFO O| Mar 07 02:04:25.335 INFO STEP 597 (remove_files) COMPLETE
65602026-03-07T02:04:26.964Z[ recovery-image] Mar 07 02:04:25.335 INFO O| Mar 07 02:04:25.335 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65612026-03-07T02:04:26.971Z[ recovery-image] Mar 07 02:04:25.342 INFO O| Mar 07 02:04:25.342 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmalloc.so.1"
65622026-03-07T02:04:26.975Z[ recovery-image] Mar 07 02:04:25.343 INFO O| Mar 07 02:04:25.343 INFO STEP 598 (remove_files) COMPLETE
65632026-03-07T02:04:26.975Z[ recovery-image] Mar 07 02:04:25.343 INFO O| Mar 07 02:04:25.343 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65642026-03-07T02:04:26.980Z[ recovery-image] Mar 07 02:04:25.351 INFO O| Mar 07 02:04:25.351 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
65652026-03-07T02:04:26.980Z[ recovery-image] Mar 07 02:04:25.351 INFO O| Mar 07 02:04:25.351 INFO STEP 599 (remove_files) COMPLETE
65662026-03-07T02:04:26.983Z[ recovery-image] Mar 07 02:04:25.352 INFO O| Mar 07 02:04:25.351 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65672026-03-07T02:04:26.990Z[ recovery-image] Mar 07 02:04:25.361 INFO O| Mar 07 02:04:25.361 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmenu.so.1"
65682026-03-07T02:04:26.993Z[ recovery-image] Mar 07 02:04:25.361 INFO O| Mar 07 02:04:25.361 INFO STEP 600 (remove_files) COMPLETE
65692026-03-07T02:04:26.993Z[ recovery-image] Mar 07 02:04:25.361 INFO O| Mar 07 02:04:25.361 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65702026-03-07T02:04:27.000Z[ recovery-image] Mar 07 02:04:25.370 INFO O| Mar 07 02:04:25.370 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
65712026-03-07T02:04:27.004Z[ recovery-image] Mar 07 02:04:25.371 INFO O| Mar 07 02:04:25.371 INFO STEP 601 (remove_files) COMPLETE
65722026-03-07T02:04:27.004Z[ recovery-image] Mar 07 02:04:25.371 INFO O| Mar 07 02:04:25.371 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65732026-03-07T02:04:27.008Z[ recovery-image] Mar 07 02:04:25.379 INFO O| Mar 07 02:04:25.379 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libncurses.so.5.9"
65742026-03-07T02:04:27.011Z[ recovery-image] Mar 07 02:04:25.379 INFO O| Mar 07 02:04:25.379 INFO STEP 602 (remove_files) COMPLETE
65752026-03-07T02:04:27.011Z[ recovery-image] Mar 07 02:04:25.379 INFO O| Mar 07 02:04:25.379 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65762026-03-07T02:04:27.018Z[ recovery-image] Mar 07 02:04:25.389 INFO O| Mar 07 02:04:25.389 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libnls.so.1"
65772026-03-07T02:04:27.018Z[ recovery-image] Mar 07 02:04:25.389 INFO O| Mar 07 02:04:25.389 INFO STEP 603 (remove_files) COMPLETE
65782026-03-07T02:04:27.022Z[ recovery-image] Mar 07 02:04:25.389 INFO O| Mar 07 02:04:25.389 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65792026-03-07T02:04:27.026Z[ recovery-image] Mar 07 02:04:25.397 INFO O| Mar 07 02:04:25.397 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpanel.so.1"
65802026-03-07T02:04:27.026Z[ recovery-image] Mar 07 02:04:25.397 INFO O| Mar 07 02:04:25.397 INFO STEP 604 (remove_files) COMPLETE
65812026-03-07T02:04:27.026Z[ recovery-image] Mar 07 02:04:25.397 INFO O| Mar 07 02:04:25.397 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65822026-03-07T02:04:27.034Z[ recovery-image] Mar 07 02:04:25.405 INFO O| Mar 07 02:04:25.405 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
65832026-03-07T02:04:27.034Z[ recovery-image] Mar 07 02:04:25.405 INFO O| Mar 07 02:04:25.405 INFO STEP 605 (remove_files) COMPLETE
65842026-03-07T02:04:27.039Z[ recovery-image] Mar 07 02:04:25.405 INFO O| Mar 07 02:04:25.405 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65852026-03-07T02:04:27.043Z[ recovery-image] Mar 07 02:04:25.413 INFO O| Mar 07 02:04:25.413 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
65862026-03-07T02:04:27.043Z[ recovery-image] Mar 07 02:04:25.413 INFO O| Mar 07 02:04:25.413 INFO STEP 606 (remove_files) COMPLETE
65872026-03-07T02:04:27.043Z[ recovery-image] Mar 07 02:04:25.413 INFO O| Mar 07 02:04:25.413 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65882026-03-07T02:04:27.050Z[ recovery-image] Mar 07 02:04:25.421 INFO O| Mar 07 02:04:25.421 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpctx.so.1"
65892026-03-07T02:04:27.050Z[ recovery-image] Mar 07 02:04:25.421 INFO O| Mar 07 02:04:25.421 INFO STEP 607 (remove_files) COMPLETE
65902026-03-07T02:04:27.054Z[ recovery-image] Mar 07 02:04:25.421 INFO O| Mar 07 02:04:25.421 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65912026-03-07T02:04:27.060Z[ recovery-image] Mar 07 02:04:25.431 INFO O| Mar 07 02:04:25.431 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpicl.so.1"
65922026-03-07T02:04:27.063Z[ recovery-image] Mar 07 02:04:25.431 INFO O| Mar 07 02:04:25.431 INFO STEP 608 (remove_files) COMPLETE
65932026-03-07T02:04:27.063Z[ recovery-image] Mar 07 02:04:25.431 INFO O| Mar 07 02:04:25.431 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65942026-03-07T02:04:27.069Z[ recovery-image] Mar 07 02:04:25.440 INFO O| Mar 07 02:04:25.440 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libppt.so.1"
65952026-03-07T02:04:27.070Z[ recovery-image] Mar 07 02:04:25.441 INFO O| Mar 07 02:04:25.440 INFO STEP 609 (remove_files) COMPLETE
65962026-03-07T02:04:27.073Z[ recovery-image] Mar 07 02:04:25.441 INFO O| Mar 07 02:04:25.441 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65972026-03-07T02:04:27.078Z[ recovery-image] Mar 07 02:04:25.449 INFO O| Mar 07 02:04:25.449 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libraidcfg.so.1"
65982026-03-07T02:04:27.078Z[ recovery-image] Mar 07 02:04:25.449 INFO O| Mar 07 02:04:25.449 INFO STEP 610 (remove_files) COMPLETE
65992026-03-07T02:04:27.084Z[ recovery-image] Mar 07 02:04:25.449 INFO O| Mar 07 02:04:25.449 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66002026-03-07T02:04:27.087Z[ recovery-image] Mar 07 02:04:25.457 INFO O| Mar 07 02:04:25.457 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/librename.so.1"
66012026-03-07T02:04:27.087Z[ recovery-image] Mar 07 02:04:25.457 INFO O| Mar 07 02:04:25.457 INFO STEP 611 (remove_files) COMPLETE
66022026-03-07T02:04:27.087Z[ recovery-image] Mar 07 02:04:25.457 INFO O| Mar 07 02:04:25.457 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66032026-03-07T02:04:27.097Z[ recovery-image] Mar 07 02:04:25.468 INFO O| Mar 07 02:04:25.468 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libreparse.so.1"
66042026-03-07T02:04:27.097Z[ recovery-image] Mar 07 02:04:25.468 INFO O| Mar 07 02:04:25.468 INFO STEP 612 (remove_files) COMPLETE
66052026-03-07T02:04:27.097Z[ recovery-image] Mar 07 02:04:25.468 INFO O| Mar 07 02:04:25.468 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66062026-03-07T02:04:27.105Z[ recovery-image] Mar 07 02:04:25.476 INFO O| Mar 07 02:04:25.476 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsasl.so.1"
66072026-03-07T02:04:27.108Z[ recovery-image] Mar 07 02:04:25.476 INFO O| Mar 07 02:04:25.476 INFO STEP 613 (remove_files) COMPLETE
66082026-03-07T02:04:27.109Z[ recovery-image] Mar 07 02:04:25.476 INFO O| Mar 07 02:04:25.476 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66092026-03-07T02:04:27.115Z[ recovery-image] Mar 07 02:04:25.486 INFO O| Mar 07 02:04:25.486 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsched.so.1"
66102026-03-07T02:04:27.115Z[ recovery-image] Mar 07 02:04:25.486 INFO O| Mar 07 02:04:25.486 INFO STEP 614 (remove_files) COMPLETE
66112026-03-07T02:04:27.118Z[ recovery-image] Mar 07 02:04:25.486 INFO O| Mar 07 02:04:25.486 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66122026-03-07T02:04:27.123Z[ recovery-image] Mar 07 02:04:25.494 INFO O| Mar 07 02:04:25.494 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsctp.so.1"
66132026-03-07T02:04:27.123Z[ recovery-image] Mar 07 02:04:25.495 INFO O| Mar 07 02:04:25.494 INFO STEP 615 (remove_files) COMPLETE
66142026-03-07T02:04:27.126Z[ recovery-image] Mar 07 02:04:25.495 INFO O| Mar 07 02:04:25.495 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66152026-03-07T02:04:27.131Z[ recovery-image] Mar 07 02:04:25.502 INFO O| Mar 07 02:04:25.502 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsff.so.1"
66162026-03-07T02:04:27.134Z[ recovery-image] Mar 07 02:04:25.502 INFO O| Mar 07 02:04:25.502 INFO STEP 616 (remove_files) COMPLETE
66172026-03-07T02:04:27.134Z[ recovery-image] Mar 07 02:04:25.502 INFO O| Mar 07 02:04:25.502 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66182026-03-07T02:04:27.143Z[ recovery-image] Mar 07 02:04:25.514 INFO O| Mar 07 02:04:25.514 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsip.so.1"
66192026-03-07T02:04:27.143Z[ recovery-image] Mar 07 02:04:25.514 INFO O| Mar 07 02:04:25.514 INFO STEP 617 (remove_files) COMPLETE
66202026-03-07T02:04:27.146Z[ recovery-image] Mar 07 02:04:25.514 INFO O| Mar 07 02:04:25.514 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66212026-03-07T02:04:27.151Z[ recovery-image] Mar 07 02:04:25.522 INFO O| Mar 07 02:04:25.522 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsldap.so.1"
66222026-03-07T02:04:27.151Z[ recovery-image] Mar 07 02:04:25.523 INFO O| Mar 07 02:04:25.523 INFO STEP 618 (remove_files) COMPLETE
66232026-03-07T02:04:27.151Z[ recovery-image] Mar 07 02:04:25.523 INFO O| Mar 07 02:04:25.523 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66242026-03-07T02:04:27.160Z[ recovery-image] Mar 07 02:04:25.532 INFO O| Mar 07 02:04:25.532 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsmbfs.so.1"
66252026-03-07T02:04:27.163Z[ recovery-image] Mar 07 02:04:25.532 INFO O| Mar 07 02:04:25.532 INFO STEP 619 (remove_files) COMPLETE
66262026-03-07T02:04:27.163Z[ recovery-image] Mar 07 02:04:25.532 INFO O| Mar 07 02:04:25.532 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66272026-03-07T02:04:27.169Z[ recovery-image] Mar 07 02:04:25.540 INFO O| Mar 07 02:04:25.540 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
66282026-03-07T02:04:27.172Z[ recovery-image] Mar 07 02:04:25.540 INFO O| Mar 07 02:04:25.540 INFO STEP 620 (remove_files) COMPLETE
66292026-03-07T02:04:27.172Z[ recovery-image] Mar 07 02:04:25.540 INFO O| Mar 07 02:04:25.540 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66302026-03-07T02:04:27.180Z[ recovery-image] Mar 07 02:04:25.550 INFO O| Mar 07 02:04:25.550 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6"
66312026-03-07T02:04:27.183Z[ recovery-image] Mar 07 02:04:25.551 INFO O| Mar 07 02:04:25.551 INFO STEP 621 (remove_files) COMPLETE
66322026-03-07T02:04:27.183Z[ recovery-image] Mar 07 02:04:25.551 INFO O| Mar 07 02:04:25.551 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66332026-03-07T02:04:27.188Z[ recovery-image] Mar 07 02:04:25.559 INFO O| Mar 07 02:04:25.559 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsum.so.1"
66342026-03-07T02:04:27.188Z[ recovery-image] Mar 07 02:04:25.559 INFO O| Mar 07 02:04:25.559 INFO STEP 622 (remove_files) COMPLETE
66352026-03-07T02:04:27.190Z[ recovery-image] Mar 07 02:04:25.559 INFO O| Mar 07 02:04:25.559 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66362026-03-07T02:04:27.196Z[ recovery-image] Mar 07 02:04:25.567 INFO O| Mar 07 02:04:25.567 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtecla.so.1"
66372026-03-07T02:04:27.199Z[ recovery-image] Mar 07 02:04:25.567 INFO O| Mar 07 02:04:25.567 INFO STEP 623 (remove_files) COMPLETE
66382026-03-07T02:04:27.199Z[ recovery-image] Mar 07 02:04:25.567 INFO O| Mar 07 02:04:25.567 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66392026-03-07T02:04:27.208Z[ recovery-image] Mar 07 02:04:25.579 INFO O| Mar 07 02:04:25.579 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
66402026-03-07T02:04:27.211Z[ recovery-image] Mar 07 02:04:25.579 INFO O| Mar 07 02:04:25.579 INFO STEP 624 (remove_files) COMPLETE
66412026-03-07T02:04:27.211Z[ recovery-image] Mar 07 02:04:25.579 INFO O| Mar 07 02:04:25.579 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66422026-03-07T02:04:27.216Z[ recovery-image] Mar 07 02:04:25.588 INFO O| Mar 07 02:04:25.587 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libvolmgt.so.1"
66432026-03-07T02:04:27.217Z[ recovery-image] Mar 07 02:04:25.588 INFO O| Mar 07 02:04:25.588 INFO STEP 625 (remove_files) COMPLETE
66442026-03-07T02:04:27.219Z[ recovery-image] Mar 07 02:04:25.588 INFO O| Mar 07 02:04:25.588 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66452026-03-07T02:04:27.227Z[ recovery-image] Mar 07 02:04:25.598 INFO O| Mar 07 02:04:25.598 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liby.so.1"
66462026-03-07T02:04:27.227Z[ recovery-image] Mar 07 02:04:25.598 INFO O| Mar 07 02:04:25.598 INFO STEP 626 (remove_files) COMPLETE
66472026-03-07T02:04:27.230Z[ recovery-image] Mar 07 02:04:25.598 INFO O| Mar 07 02:04:25.598 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66482026-03-07T02:04:27.235Z[ recovery-image] Mar 07 02:04:25.606 INFO O| Mar 07 02:04:25.606 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
66492026-03-07T02:04:27.237Z[ recovery-image] Mar 07 02:04:25.606 INFO O| Mar 07 02:04:25.606 INFO STEP 627 (remove_files) COMPLETE
66502026-03-07T02:04:27.237Z[ recovery-image] Mar 07 02:04:25.606 INFO O| Mar 07 02:04:25.606 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66512026-03-07T02:04:27.242Z[ recovery-image] Mar 07 02:04:25.613 INFO O| Mar 07 02:04:25.613 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
66522026-03-07T02:04:27.245Z[ recovery-image] Mar 07 02:04:25.613 INFO O| Mar 07 02:04:25.613 INFO STEP 628 (remove_files) COMPLETE
66532026-03-07T02:04:27.245Z[ recovery-image] Mar 07 02:04:25.613 INFO O| Mar 07 02:04:25.613 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66542026-03-07T02:04:27.288Z[ recovery-image] Mar 07 02:04:25.622 INFO O| Mar 07 02:04:25.621 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonecfg.so.1"
66552026-03-07T02:04:27.288Z[ recovery-image] Mar 07 02:04:25.622 INFO O| Mar 07 02:04:25.622 INFO STEP 629 (remove_files) COMPLETE
66562026-03-07T02:04:27.288Z[ recovery-image] Mar 07 02:04:25.622 INFO O| Mar 07 02:04:25.622 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66572026-03-07T02:04:27.288Z[ recovery-image] Mar 07 02:04:25.632 INFO O| Mar 07 02:04:25.632 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
66582026-03-07T02:04:27.288Z[ recovery-image] Mar 07 02:04:25.632 INFO O| Mar 07 02:04:25.632 INFO STEP 630 (remove_files) COMPLETE
66592026-03-07T02:04:27.288Z[ recovery-image] Mar 07 02:04:25.632 INFO O| Mar 07 02:04:25.632 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66602026-03-07T02:04:27.288Z[ recovery-image] Mar 07 02:04:25.640 INFO O| Mar 07 02:04:25.640 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonestat.so.1"
66612026-03-07T02:04:27.288Z[ recovery-image] Mar 07 02:04:25.640 INFO O| Mar 07 02:04:25.640 INFO STEP 631 (remove_files) COMPLETE
66622026-03-07T02:04:27.288Z[ recovery-image] Mar 07 02:04:25.640 INFO O| Mar 07 02:04:25.640 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66632026-03-07T02:04:27.288Z[ recovery-image] Mar 07 02:04:25.648 INFO O| Mar 07 02:04:25.648 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzpool.so.1"
66642026-03-07T02:04:27.288Z[ recovery-image] Mar 07 02:04:25.648 INFO O| Mar 07 02:04:25.648 INFO STEP 632 (remove_files) COMPLETE
66652026-03-07T02:04:27.288Z[ recovery-image] Mar 07 02:04:25.648 INFO O| Mar 07 02:04:25.648 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66662026-03-07T02:04:27.288Z[ recovery-image] Mar 07 02:04:25.656 INFO O| Mar 07 02:04:25.656 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/madv.so.1"
66672026-03-07T02:04:27.288Z[ recovery-image] Mar 07 02:04:25.656 INFO O| Mar 07 02:04:25.656 INFO STEP 633 (remove_files) COMPLETE
66682026-03-07T02:04:27.288Z[ recovery-image] Mar 07 02:04:25.656 INFO O| Mar 07 02:04:25.656 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66692026-03-07T02:04:27.293Z[ recovery-image] Mar 07 02:04:25.664 INFO O| Mar 07 02:04:25.664 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/mpss.so.1"
66702026-03-07T02:04:27.293Z[ recovery-image] Mar 07 02:04:25.664 INFO O| Mar 07 02:04:25.664 INFO STEP 634 (remove_files) COMPLETE
66712026-03-07T02:04:27.293Z[ recovery-image] Mar 07 02:04:25.664 INFO O| Mar 07 02:04:25.664 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66722026-03-07T02:04:27.303Z[ recovery-image] Mar 07 02:04:25.674 INFO O| Mar 07 02:04:25.674 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ad.so.1"
66732026-03-07T02:04:27.303Z[ recovery-image] Mar 07 02:04:25.674 INFO O| Mar 07 02:04:25.674 INFO STEP 635 (remove_files) COMPLETE
66742026-03-07T02:04:27.306Z[ recovery-image] Mar 07 02:04:25.674 INFO O| Mar 07 02:04:25.674 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66752026-03-07T02:04:27.311Z[ recovery-image] Mar 07 02:04:25.682 INFO O| Mar 07 02:04:25.682 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ldap.so.1"
66762026-03-07T02:04:27.314Z[ recovery-image] Mar 07 02:04:25.682 INFO O| Mar 07 02:04:25.682 INFO STEP 636 (remove_files) COMPLETE
66772026-03-07T02:04:27.314Z[ recovery-image] Mar 07 02:04:25.682 INFO O| Mar 07 02:04:25.682 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66782026-03-07T02:04:27.319Z[ recovery-image] Mar 07 02:04:25.691 INFO O| Mar 07 02:04:25.691 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/passwdutil.so.1"
66792026-03-07T02:04:27.320Z[ recovery-image] Mar 07 02:04:25.691 INFO O| Mar 07 02:04:25.691 INFO STEP 637 (remove_files) COMPLETE
66802026-03-07T02:04:27.322Z[ recovery-image] Mar 07 02:04:25.691 INFO O| Mar 07 02:04:25.691 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66812026-03-07T02:04:27.329Z[ recovery-image] Mar 07 02:04:25.701 INFO O| Mar 07 02:04:25.700 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/bash.pc"
66822026-03-07T02:04:27.332Z[ recovery-image] Mar 07 02:04:25.701 INFO O| Mar 07 02:04:25.701 INFO STEP 638 (remove_files) COMPLETE
66832026-03-07T02:04:27.332Z[ recovery-image] Mar 07 02:04:25.701 INFO O| Mar 07 02:04:25.701 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66842026-03-07T02:04:27.340Z[ recovery-image] Mar 07 02:04:25.711 INFO O| Mar 07 02:04:25.711 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
66852026-03-07T02:04:27.342Z[ recovery-image] Mar 07 02:04:25.712 INFO O| Mar 07 02:04:25.712 INFO STEP 639 (remove_files) COMPLETE
66862026-03-07T02:04:27.342Z[ recovery-image] Mar 07 02:04:25.712 INFO O| Mar 07 02:04:25.712 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66872026-03-07T02:04:27.350Z[ recovery-image] Mar 07 02:04:25.721 INFO O| Mar 07 02:04:25.721 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
66882026-03-07T02:04:27.350Z[ recovery-image] Mar 07 02:04:25.721 INFO O| Mar 07 02:04:25.721 INFO STEP 640 (remove_files) COMPLETE
66892026-03-07T02:04:27.350Z[ recovery-image] Mar 07 02:04:25.721 INFO O| Mar 07 02:04:25.721 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66902026-03-07T02:04:27.360Z[ recovery-image] Mar 07 02:04:25.731 INFO O| Mar 07 02:04:25.731 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
66912026-03-07T02:04:27.363Z[ recovery-image] Mar 07 02:04:25.731 INFO O| Mar 07 02:04:25.731 INFO STEP 641 (remove_files) COMPLETE
66922026-03-07T02:04:27.363Z[ recovery-image] Mar 07 02:04:25.731 INFO O| Mar 07 02:04:25.731 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66932026-03-07T02:04:27.370Z[ recovery-image] Mar 07 02:04:25.741 INFO O| Mar 07 02:04:25.741 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
66942026-03-07T02:04:27.370Z[ recovery-image] Mar 07 02:04:25.741 INFO O| Mar 07 02:04:25.741 INFO STEP 642 (remove_files) COMPLETE
66952026-03-07T02:04:27.370Z[ recovery-image] Mar 07 02:04:25.741 INFO O| Mar 07 02:04:25.741 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66962026-03-07T02:04:27.379Z[ recovery-image] Mar 07 02:04:25.750 INFO O| Mar 07 02:04:25.750 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
66972026-03-07T02:04:27.379Z[ recovery-image] Mar 07 02:04:25.750 INFO O| Mar 07 02:04:25.750 INFO STEP 643 (remove_files) COMPLETE
66982026-03-07T02:04:27.383Z[ recovery-image] Mar 07 02:04:25.750 INFO O| Mar 07 02:04:25.750 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66992026-03-07T02:04:27.387Z[ recovery-image] Mar 07 02:04:25.758 INFO O| Mar 07 02:04:25.758 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
67002026-03-07T02:04:27.387Z[ recovery-image] Mar 07 02:04:25.759 INFO O| Mar 07 02:04:25.759 INFO STEP 644 (remove_files) COMPLETE
67012026-03-07T02:04:27.390Z[ recovery-image] Mar 07 02:04:25.759 INFO O| Mar 07 02:04:25.759 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67022026-03-07T02:04:27.400Z[ recovery-image] Mar 07 02:04:25.771 INFO O| Mar 07 02:04:25.771 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
67032026-03-07T02:04:27.400Z[ recovery-image] Mar 07 02:04:25.771 INFO O| Mar 07 02:04:25.771 INFO STEP 645 (remove_files) COMPLETE
67042026-03-07T02:04:27.400Z[ recovery-image] Mar 07 02:04:25.771 INFO O| Mar 07 02:04:25.771 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67052026-03-07T02:04:27.409Z[ recovery-image] Mar 07 02:04:25.781 INFO O| Mar 07 02:04:25.780 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
67062026-03-07T02:04:27.412Z[ recovery-image] Mar 07 02:04:25.781 INFO O| Mar 07 02:04:25.781 INFO STEP 646 (remove_files) COMPLETE
67072026-03-07T02:04:27.412Z[ recovery-image] Mar 07 02:04:25.781 INFO O| Mar 07 02:04:25.781 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67082026-03-07T02:04:27.420Z[ recovery-image] Mar 07 02:04:25.791 INFO O| Mar 07 02:04:25.791 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
67092026-03-07T02:04:27.420Z[ recovery-image] Mar 07 02:04:25.791 INFO O| Mar 07 02:04:25.791 INFO STEP 647 (remove_files) COMPLETE
67102026-03-07T02:04:27.423Z[ recovery-image] Mar 07 02:04:25.791 INFO O| Mar 07 02:04:25.791 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67112026-03-07T02:04:27.430Z[ recovery-image] Mar 07 02:04:25.801 INFO O| Mar 07 02:04:25.801 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
67122026-03-07T02:04:27.430Z[ recovery-image] Mar 07 02:04:25.801 INFO O| Mar 07 02:04:25.801 INFO STEP 648 (remove_files) COMPLETE
67132026-03-07T02:04:27.433Z[ recovery-image] Mar 07 02:04:25.801 INFO O| Mar 07 02:04:25.801 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67142026-03-07T02:04:27.443Z[ recovery-image] Mar 07 02:04:25.814 INFO O| Mar 07 02:04:25.814 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
67152026-03-07T02:04:27.443Z[ recovery-image] Mar 07 02:04:25.814 INFO O| Mar 07 02:04:25.814 INFO STEP 649 (remove_files) COMPLETE
67162026-03-07T02:04:27.446Z[ recovery-image] Mar 07 02:04:25.814 INFO O| Mar 07 02:04:25.814 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67172026-03-07T02:04:27.452Z[ recovery-image] Mar 07 02:04:25.823 INFO O| Mar 07 02:04:25.823 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
67182026-03-07T02:04:27.452Z[ recovery-image] Mar 07 02:04:25.823 INFO O| Mar 07 02:04:25.823 INFO STEP 650 (remove_files) COMPLETE
67192026-03-07T02:04:27.452Z[ recovery-image] Mar 07 02:04:25.823 INFO O| Mar 07 02:04:25.823 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67202026-03-07T02:04:27.461Z[ recovery-image] Mar 07 02:04:25.832 INFO O| Mar 07 02:04:25.832 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
67212026-03-07T02:04:27.464Z[ recovery-image] Mar 07 02:04:25.833 INFO O| Mar 07 02:04:25.833 INFO STEP 651 (remove_files) COMPLETE
67222026-03-07T02:04:27.464Z[ recovery-image] Mar 07 02:04:25.833 INFO O| Mar 07 02:04:25.833 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67232026-03-07T02:04:27.470Z[ recovery-image] Mar 07 02:04:25.842 INFO O| Mar 07 02:04:25.841 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
67242026-03-07T02:04:27.473Z[ recovery-image] Mar 07 02:04:25.842 INFO O| Mar 07 02:04:25.842 INFO STEP 652 (remove_files) COMPLETE
67252026-03-07T02:04:27.473Z[ recovery-image] Mar 07 02:04:25.842 INFO O| Mar 07 02:04:25.842 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67262026-03-07T02:04:27.482Z[ recovery-image] Mar 07 02:04:25.853 INFO O| Mar 07 02:04:25.853 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
67272026-03-07T02:04:27.482Z[ recovery-image] Mar 07 02:04:25.853 INFO O| Mar 07 02:04:25.853 INFO STEP 653 (remove_files) COMPLETE
67282026-03-07T02:04:27.485Z[ recovery-image] Mar 07 02:04:25.853 INFO O| Mar 07 02:04:25.853 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67292026-03-07T02:04:27.490Z[ recovery-image] Mar 07 02:04:25.861 INFO O| Mar 07 02:04:25.861 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
67302026-03-07T02:04:27.493Z[ recovery-image] Mar 07 02:04:25.862 INFO O| Mar 07 02:04:25.862 INFO STEP 654 (remove_files) COMPLETE
67312026-03-07T02:04:27.493Z[ recovery-image] Mar 07 02:04:25.862 INFO O| Mar 07 02:04:25.862 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67322026-03-07T02:04:27.498Z[ recovery-image] Mar 07 02:04:25.870 INFO O| Mar 07 02:04:25.870 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
67332026-03-07T02:04:27.501Z[ recovery-image] Mar 07 02:04:25.870 INFO O| Mar 07 02:04:25.870 INFO STEP 655 (remove_files) COMPLETE
67342026-03-07T02:04:27.501Z[ recovery-image] Mar 07 02:04:25.870 INFO O| Mar 07 02:04:25.870 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67352026-03-07T02:04:27.508Z[ recovery-image] Mar 07 02:04:25.879 INFO O| Mar 07 02:04:25.879 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
67362026-03-07T02:04:27.508Z[ recovery-image] Mar 07 02:04:25.879 INFO O| Mar 07 02:04:25.879 INFO STEP 656 (remove_files) COMPLETE
67372026-03-07T02:04:27.511Z[ recovery-image] Mar 07 02:04:25.879 INFO O| Mar 07 02:04:25.879 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67382026-03-07T02:04:27.517Z[ recovery-image] Mar 07 02:04:25.888 INFO O| Mar 07 02:04:25.888 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
67392026-03-07T02:04:27.517Z[ recovery-image] Mar 07 02:04:25.888 INFO O| Mar 07 02:04:25.888 INFO STEP 657 (remove_files) COMPLETE
67402026-03-07T02:04:27.522Z[ recovery-image] Mar 07 02:04:25.888 INFO O| Mar 07 02:04:25.888 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67412026-03-07T02:04:27.526Z[ recovery-image] Mar 07 02:04:25.897 INFO O| Mar 07 02:04:25.897 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
67422026-03-07T02:04:27.526Z[ recovery-image] Mar 07 02:04:25.897 INFO O| Mar 07 02:04:25.897 INFO STEP 658 (remove_files) COMPLETE
67432026-03-07T02:04:27.529Z[ recovery-image] Mar 07 02:04:25.897 INFO O| Mar 07 02:04:25.897 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67442026-03-07T02:04:27.537Z[ recovery-image] Mar 07 02:04:25.908 INFO O| Mar 07 02:04:25.908 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
67452026-03-07T02:04:27.539Z[ recovery-image] Mar 07 02:04:25.908 INFO O| Mar 07 02:04:25.908 INFO STEP 659 (remove_files) COMPLETE
67462026-03-07T02:04:27.540Z[ recovery-image] Mar 07 02:04:25.908 INFO O| Mar 07 02:04:25.908 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67472026-03-07T02:04:27.548Z[ recovery-image] Mar 07 02:04:25.919 INFO O| Mar 07 02:04:25.919 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
67482026-03-07T02:04:27.548Z[ recovery-image] Mar 07 02:04:25.919 INFO O| Mar 07 02:04:25.919 INFO STEP 660 (remove_files) COMPLETE
67492026-03-07T02:04:27.551Z[ recovery-image] Mar 07 02:04:25.919 INFO O| Mar 07 02:04:25.919 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67502026-03-07T02:04:27.557Z[ recovery-image] Mar 07 02:04:25.928 INFO O| Mar 07 02:04:25.928 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
67512026-03-07T02:04:27.557Z[ recovery-image] Mar 07 02:04:25.928 INFO O| Mar 07 02:04:25.928 INFO STEP 661 (remove_files) COMPLETE
67522026-03-07T02:04:27.557Z[ recovery-image] Mar 07 02:04:25.928 INFO O| Mar 07 02:04:25.928 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67532026-03-07T02:04:27.567Z[ recovery-image] Mar 07 02:04:25.939 INFO O| Mar 07 02:04:25.938 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
67542026-03-07T02:04:27.567Z[ recovery-image] Mar 07 02:04:25.939 INFO O| Mar 07 02:04:25.939 INFO STEP 662 (remove_files) COMPLETE
67552026-03-07T02:04:27.568Z[ recovery-image] Mar 07 02:04:25.939 INFO O| Mar 07 02:04:25.939 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67562026-03-07T02:04:27.575Z[ recovery-image] Mar 07 02:04:25.946 INFO O| Mar 07 02:04:25.946 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
67572026-03-07T02:04:27.578Z[ recovery-image] Mar 07 02:04:25.946 INFO O| Mar 07 02:04:25.946 INFO STEP 663 (remove_files) COMPLETE
67582026-03-07T02:04:27.578Z[ recovery-image] Mar 07 02:04:25.946 INFO O| Mar 07 02:04:25.946 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67592026-03-07T02:04:27.584Z[ recovery-image] Mar 07 02:04:25.956 INFO O| Mar 07 02:04:25.956 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
67602026-03-07T02:04:27.587Z[ recovery-image] Mar 07 02:04:25.956 INFO O| Mar 07 02:04:25.956 INFO STEP 664 (remove_files) COMPLETE
67612026-03-07T02:04:27.587Z[ recovery-image] Mar 07 02:04:25.956 INFO O| Mar 07 02:04:25.956 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67622026-03-07T02:04:27.595Z[ recovery-image] Mar 07 02:04:25.966 INFO O| Mar 07 02:04:25.966 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
67632026-03-07T02:04:27.595Z[ recovery-image] Mar 07 02:04:25.966 INFO O| Mar 07 02:04:25.966 INFO STEP 665 (remove_files) COMPLETE
67642026-03-07T02:04:27.598Z[ recovery-image] Mar 07 02:04:25.966 INFO O| Mar 07 02:04:25.966 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67652026-03-07T02:04:27.603Z[ recovery-image] Mar 07 02:04:25.974 INFO O| Mar 07 02:04:25.974 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
67662026-03-07T02:04:27.607Z[ recovery-image] Mar 07 02:04:25.974 INFO O| Mar 07 02:04:25.974 INFO STEP 666 (remove_files) COMPLETE
67672026-03-07T02:04:27.607Z[ recovery-image] Mar 07 02:04:25.974 INFO O| Mar 07 02:04:25.974 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67682026-03-07T02:04:27.612Z[ recovery-image] Mar 07 02:04:25.982 INFO O| Mar 07 02:04:25.982 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
67692026-03-07T02:04:27.612Z[ recovery-image] Mar 07 02:04:25.983 INFO O| Mar 07 02:04:25.983 INFO STEP 667 (remove_files) COMPLETE
67702026-03-07T02:04:27.616Z[ recovery-image] Mar 07 02:04:25.983 INFO O| Mar 07 02:04:25.983 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67712026-03-07T02:04:27.621Z[ recovery-image] Mar 07 02:04:25.993 INFO O| Mar 07 02:04:25.992 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/straddr.so.2"
67722026-03-07T02:04:27.621Z[ recovery-image] Mar 07 02:04:25.993 INFO O| Mar 07 02:04:25.993 INFO STEP 668 (remove_files) COMPLETE
67732026-03-07T02:04:27.622Z[ recovery-image] Mar 07 02:04:25.993 INFO O| Mar 07 02:04:25.993 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67742026-03-07T02:04:27.634Z[ recovery-image] Mar 07 02:04:26.005 INFO O| Mar 07 02:04:26.005 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/watchmalloc.so.1"
67752026-03-07T02:04:27.634Z[ recovery-image] Mar 07 02:04:26.005 INFO O| Mar 07 02:04:26.005 INFO STEP 669 (remove_files) COMPLETE
67762026-03-07T02:04:27.634Z[ recovery-image] Mar 07 02:04:26.005 INFO O| Mar 07 02:04:26.005 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67772026-03-07T02:04:27.642Z[ recovery-image] Mar 07 02:04:26.014 INFO O| Mar 07 02:04:26.014 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/audit/audit_record_attr"
67782026-03-07T02:04:27.645Z[ recovery-image] Mar 07 02:04:26.014 INFO O| Mar 07 02:04:26.014 INFO STEP 670 (remove_files) COMPLETE
67792026-03-07T02:04:27.645Z[ recovery-image] Mar 07 02:04:26.014 INFO O| Mar 07 02:04:26.014 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67802026-03-07T02:04:27.651Z[ recovery-image] Mar 07 02:04:26.022 INFO O| Mar 07 02:04:26.022 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/common.ksh"
67812026-03-07T02:04:27.654Z[ recovery-image] Mar 07 02:04:26.022 INFO O| Mar 07 02:04:26.022 INFO STEP 671 (remove_files) COMPLETE
67822026-03-07T02:04:27.654Z[ recovery-image] Mar 07 02:04:26.022 INFO O| Mar 07 02:04:26.022 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67832026-03-07T02:04:27.659Z[ recovery-image] Mar 07 02:04:26.030 INFO O| Mar 07 02:04:26.030 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/query"
67842026-03-07T02:04:27.659Z[ recovery-image] Mar 07 02:04:26.031 INFO O| Mar 07 02:04:26.030 INFO STEP 672 (remove_files) COMPLETE
67852026-03-07T02:04:27.662Z[ recovery-image] Mar 07 02:04:26.031 INFO O| Mar 07 02:04:26.031 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67862026-03-07T02:04:27.670Z[ recovery-image] Mar 07 02:04:26.041 INFO O| Mar 07 02:04:26.041 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/uninstall.ksh"
67872026-03-07T02:04:27.670Z[ recovery-image] Mar 07 02:04:26.041 INFO O| Mar 07 02:04:26.041 INFO STEP 673 (remove_files) COMPLETE
67882026-03-07T02:04:27.670Z[ recovery-image] Mar 07 02:04:26.041 INFO O| Mar 07 02:04:26.041 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67892026-03-07T02:04:27.680Z[ recovery-image] Mar 07 02:04:26.051 INFO O| Mar 07 02:04:26.051 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
67902026-03-07T02:04:27.683Z[ recovery-image] Mar 07 02:04:26.051 INFO O| Mar 07 02:04:26.051 INFO STEP 674 (remove_files) COMPLETE
67912026-03-07T02:04:27.683Z[ recovery-image] Mar 07 02:04:26.051 INFO O| Mar 07 02:04:26.051 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67922026-03-07T02:04:27.689Z[ recovery-image] Mar 07 02:04:26.060 INFO O| Mar 07 02:04:26.060 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
67932026-03-07T02:04:27.689Z[ recovery-image] Mar 07 02:04:26.060 INFO O| Mar 07 02:04:26.060 INFO STEP 675 (remove_files) COMPLETE
67942026-03-07T02:04:27.689Z[ recovery-image] Mar 07 02:04:26.060 INFO O| Mar 07 02:04:26.060 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67952026-03-07T02:04:27.697Z[ recovery-image] Mar 07 02:04:26.068 INFO O| Mar 07 02:04:26.068 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
67962026-03-07T02:04:27.697Z[ recovery-image] Mar 07 02:04:26.068 INFO O| Mar 07 02:04:26.068 INFO STEP 676 (remove_files) COMPLETE
67972026-03-07T02:04:27.697Z[ recovery-image] Mar 07 02:04:26.068 INFO O| Mar 07 02:04:26.068 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67982026-03-07T02:04:27.707Z[ recovery-image] Mar 07 02:04:26.078 INFO O| Mar 07 02:04:26.078 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
67992026-03-07T02:04:27.707Z[ recovery-image] Mar 07 02:04:26.078 INFO O| Mar 07 02:04:26.078 INFO STEP 677 (remove_files) COMPLETE
68002026-03-07T02:04:27.707Z[ recovery-image] Mar 07 02:04:26.078 INFO O| Mar 07 02:04:26.078 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68012026-03-07T02:04:27.715Z[ recovery-image] Mar 07 02:04:26.086 INFO O| Mar 07 02:04:26.086 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
68022026-03-07T02:04:27.717Z[ recovery-image] Mar 07 02:04:26.086 INFO O| Mar 07 02:04:26.086 INFO STEP 678 (remove_files) COMPLETE
68032026-03-07T02:04:27.717Z[ recovery-image] Mar 07 02:04:26.086 INFO O| Mar 07 02:04:26.086 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68042026-03-07T02:04:27.725Z[ recovery-image] Mar 07 02:04:26.096 INFO O| Mar 07 02:04:26.096 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/ib.so.1"
68052026-03-07T02:04:27.725Z[ recovery-image] Mar 07 02:04:26.096 INFO O| Mar 07 02:04:26.096 INFO STEP 679 (remove_files) COMPLETE
68062026-03-07T02:04:27.727Z[ recovery-image] Mar 07 02:04:26.096 INFO O| Mar 07 02:04:26.096 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68072026-03-07T02:04:27.734Z[ recovery-image] Mar 07 02:04:26.106 INFO O| Mar 07 02:04:26.105 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/pci.so.1"
68082026-03-07T02:04:27.734Z[ recovery-image] Mar 07 02:04:26.106 INFO O| Mar 07 02:04:26.106 INFO STEP 680 (remove_files) COMPLETE
68092026-03-07T02:04:27.734Z[ recovery-image] Mar 07 02:04:26.106 INFO O| Mar 07 02:04:26.106 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68102026-03-07T02:04:27.742Z[ recovery-image] Mar 07 02:04:26.113 INFO O| Mar 07 02:04:26.113 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/sata.so.1"
68112026-03-07T02:04:27.742Z[ recovery-image] Mar 07 02:04:26.114 INFO O| Mar 07 02:04:26.114 INFO STEP 681 (remove_files) COMPLETE
68122026-03-07T02:04:27.742Z[ recovery-image] Mar 07 02:04:26.114 INFO O| Mar 07 02:04:26.114 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68132026-03-07T02:04:27.750Z[ recovery-image] Mar 07 02:04:26.121 INFO O| Mar 07 02:04:26.121 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/scsi.so.1"
68142026-03-07T02:04:27.750Z[ recovery-image] Mar 07 02:04:26.121 INFO O| Mar 07 02:04:26.121 INFO STEP 682 (remove_files) COMPLETE
68152026-03-07T02:04:27.750Z[ recovery-image] Mar 07 02:04:26.121 INFO O| Mar 07 02:04:26.121 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68162026-03-07T02:04:27.759Z[ recovery-image] Mar 07 02:04:26.130 INFO O| Mar 07 02:04:26.130 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/shp.so.1"
68172026-03-07T02:04:27.759Z[ recovery-image] Mar 07 02:04:26.130 INFO O| Mar 07 02:04:26.130 INFO STEP 683 (remove_files) COMPLETE
68182026-03-07T02:04:27.759Z[ recovery-image] Mar 07 02:04:26.130 INFO O| Mar 07 02:04:26.130 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68192026-03-07T02:04:27.768Z[ recovery-image] Mar 07 02:04:26.140 INFO O| Mar 07 02:04:26.139 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/usb.so.1"
68202026-03-07T02:04:27.769Z[ recovery-image] Mar 07 02:04:26.140 INFO O| Mar 07 02:04:26.140 INFO STEP 684 (remove_files) COMPLETE
68212026-03-07T02:04:27.769Z[ recovery-image] Mar 07 02:04:26.140 INFO O| Mar 07 02:04:26.140 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68222026-03-07T02:04:27.778Z[ recovery-image] Mar 07 02:04:26.149 INFO O| Mar 07 02:04:26.149 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXdispadmin"
68232026-03-07T02:04:27.778Z[ recovery-image] Mar 07 02:04:26.149 INFO O| Mar 07 02:04:26.149 INFO STEP 685 (remove_files) COMPLETE
68242026-03-07T02:04:27.778Z[ recovery-image] Mar 07 02:04:26.149 INFO O| Mar 07 02:04:26.149 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68252026-03-07T02:04:27.788Z[ recovery-image] Mar 07 02:04:26.159 INFO O| Mar 07 02:04:26.159 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXpriocntl"
68262026-03-07T02:04:27.788Z[ recovery-image] Mar 07 02:04:26.159 INFO O| Mar 07 02:04:26.159 INFO STEP 686 (remove_files) COMPLETE
68272026-03-07T02:04:27.788Z[ recovery-image] Mar 07 02:04:26.159 INFO O| Mar 07 02:04:26.159 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68282026-03-07T02:04:27.796Z[ recovery-image] Mar 07 02:04:26.167 INFO O| Mar 07 02:04:26.167 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IAdispadmin"
68292026-03-07T02:04:27.796Z[ recovery-image] Mar 07 02:04:26.167 INFO O| Mar 07 02:04:26.167 INFO STEP 687 (remove_files) COMPLETE
68302026-03-07T02:04:27.796Z[ recovery-image] Mar 07 02:04:26.167 INFO O| Mar 07 02:04:26.167 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68312026-03-07T02:04:27.804Z[ recovery-image] Mar 07 02:04:26.175 INFO O| Mar 07 02:04:26.175 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IApriocntl"
68322026-03-07T02:04:27.807Z[ recovery-image] Mar 07 02:04:26.175 INFO O| Mar 07 02:04:26.175 INFO STEP 688 (remove_files) COMPLETE
68332026-03-07T02:04:27.807Z[ recovery-image] Mar 07 02:04:26.175 INFO O| Mar 07 02:04:26.175 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68342026-03-07T02:04:27.812Z[ recovery-image] Mar 07 02:04:26.184 INFO O| Mar 07 02:04:26.183 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTdispadmin"
68352026-03-07T02:04:27.815Z[ recovery-image] Mar 07 02:04:26.184 INFO O| Mar 07 02:04:26.184 INFO STEP 689 (remove_files) COMPLETE
68362026-03-07T02:04:27.815Z[ recovery-image] Mar 07 02:04:26.184 INFO O| Mar 07 02:04:26.184 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68372026-03-07T02:04:27.822Z[ recovery-image] Mar 07 02:04:26.193 INFO O| Mar 07 02:04:26.193 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTpriocntl"
68382026-03-07T02:04:27.825Z[ recovery-image] Mar 07 02:04:26.194 INFO O| Mar 07 02:04:26.194 INFO STEP 690 (remove_files) COMPLETE
68392026-03-07T02:04:27.825Z[ recovery-image] Mar 07 02:04:26.194 INFO O| Mar 07 02:04:26.194 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68402026-03-07T02:04:27.831Z[ recovery-image] Mar 07 02:04:26.202 INFO O| Mar 07 02:04:26.202 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCdispadmin"
68412026-03-07T02:04:27.831Z[ recovery-image] Mar 07 02:04:26.203 INFO O| Mar 07 02:04:26.202 INFO STEP 691 (remove_files) COMPLETE
68422026-03-07T02:04:27.834Z[ recovery-image] Mar 07 02:04:26.203 INFO O| Mar 07 02:04:26.203 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68432026-03-07T02:04:27.842Z[ recovery-image] Mar 07 02:04:26.213 INFO O| Mar 07 02:04:26.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCpriocntl"
68442026-03-07T02:04:27.845Z[ recovery-image] Mar 07 02:04:26.213 INFO O| Mar 07 02:04:26.213 INFO STEP 692 (remove_files) COMPLETE
68452026-03-07T02:04:27.845Z[ recovery-image] Mar 07 02:04:26.213 INFO O| Mar 07 02:04:26.213 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68462026-03-07T02:04:27.853Z[ recovery-image] Mar 07 02:04:26.224 INFO O| Mar 07 02:04:26.224 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSdispadmin"
68472026-03-07T02:04:27.856Z[ recovery-image] Mar 07 02:04:26.225 INFO O| Mar 07 02:04:26.225 INFO STEP 693 (remove_files) COMPLETE
68482026-03-07T02:04:27.856Z[ recovery-image] Mar 07 02:04:26.225 INFO O| Mar 07 02:04:26.225 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68492026-03-07T02:04:27.865Z[ recovery-image] Mar 07 02:04:26.236 INFO O| Mar 07 02:04:26.236 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSpriocntl"
68502026-03-07T02:04:27.865Z[ recovery-image] Mar 07 02:04:26.236 INFO O| Mar 07 02:04:26.236 INFO STEP 694 (remove_files) COMPLETE
68512026-03-07T02:04:27.868Z[ recovery-image] Mar 07 02:04:26.236 INFO O| Mar 07 02:04:26.236 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68522026-03-07T02:04:27.873Z[ recovery-image] Mar 07 02:04:26.244 INFO O| Mar 07 02:04:26.244 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
68532026-03-07T02:04:27.875Z[ recovery-image] Mar 07 02:04:26.244 INFO O| Mar 07 02:04:26.244 INFO STEP 695 (remove_files) COMPLETE
68542026-03-07T02:04:27.875Z[ recovery-image] Mar 07 02:04:26.244 INFO O| Mar 07 02:04:26.244 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68552026-03-07T02:04:27.881Z[ recovery-image] Mar 07 02:04:26.252 INFO O| Mar 07 02:04:26.251 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
68562026-03-07T02:04:27.883Z[ recovery-image] Mar 07 02:04:26.252 INFO O| Mar 07 02:04:26.252 INFO STEP 696 (remove_files) COMPLETE
68572026-03-07T02:04:27.883Z[ recovery-image] Mar 07 02:04:26.252 INFO O| Mar 07 02:04:26.252 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68582026-03-07T02:04:27.892Z[ recovery-image] Mar 07 02:04:26.263 INFO O| Mar 07 02:04:26.263 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlled"
68592026-03-07T02:04:27.892Z[ recovery-image] Mar 07 02:04:26.263 INFO O| Mar 07 02:04:26.263 INFO STEP 697 (remove_files) COMPLETE
68602026-03-07T02:04:27.895Z[ recovery-image] Mar 07 02:04:26.263 INFO O| Mar 07 02:04:26.263 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68612026-03-07T02:04:27.902Z[ recovery-image] Mar 07 02:04:26.272 INFO O| Mar 07 02:04:26.272 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlrecv"
68622026-03-07T02:04:27.902Z[ recovery-image] Mar 07 02:04:26.272 INFO O| Mar 07 02:04:26.272 INFO STEP 698 (remove_files) COMPLETE
68632026-03-07T02:04:27.902Z[ recovery-image] Mar 07 02:04:26.272 INFO O| Mar 07 02:04:26.272 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68642026-03-07T02:04:27.911Z[ recovery-image] Mar 07 02:04:26.282 INFO O| Mar 07 02:04:26.282 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlsend"
68652026-03-07T02:04:27.911Z[ recovery-image] Mar 07 02:04:26.282 INFO O| Mar 07 02:04:26.282 INFO STEP 699 (remove_files) COMPLETE
68662026-03-07T02:04:27.914Z[ recovery-image] Mar 07 02:04:26.282 INFO O| Mar 07 02:04:26.282 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68672026-03-07T02:04:27.922Z[ recovery-image] Mar 07 02:04:26.293 INFO O| Mar 07 02:04:26.293 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dltraninfo"
68682026-03-07T02:04:27.925Z[ recovery-image] Mar 07 02:04:26.293 INFO O| Mar 07 02:04:26.293 INFO STEP 700 (remove_files) COMPLETE
68692026-03-07T02:04:27.925Z[ recovery-image] Mar 07 02:04:26.293 INFO O| Mar 07 02:04:26.293 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68702026-03-07T02:04:27.932Z[ recovery-image] Mar 07 02:04:26.303 INFO O| Mar 07 02:04:26.303 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/drti.o"
68712026-03-07T02:04:27.934Z[ recovery-image] Mar 07 02:04:26.303 INFO O| Mar 07 02:04:26.303 INFO STEP 701 (remove_files) COMPLETE
68722026-03-07T02:04:27.934Z[ recovery-image] Mar 07 02:04:26.303 INFO O| Mar 07 02:04:26.303 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68732026-03-07T02:04:27.940Z[ recovery-image] Mar 07 02:04:26.311 INFO O| Mar 07 02:04:26.311 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
68742026-03-07T02:04:27.943Z[ recovery-image] Mar 07 02:04:26.311 INFO O| Mar 07 02:04:26.311 INFO STEP 702 (remove_files) COMPLETE
68752026-03-07T02:04:27.943Z[ recovery-image] Mar 07 02:04:26.311 INFO O| Mar 07 02:04:26.311 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68762026-03-07T02:04:27.948Z[ recovery-image] Mar 07 02:04:26.319 INFO O| Mar 07 02:04:26.319 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/sftp64.d"
68772026-03-07T02:04:27.948Z[ recovery-image] Mar 07 02:04:26.319 INFO O| Mar 07 02:04:26.319 INFO STEP 703 (remove_files) COMPLETE
68782026-03-07T02:04:27.950Z[ recovery-image] Mar 07 02:04:26.319 INFO O| Mar 07 02:04:26.319 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68792026-03-07T02:04:27.956Z[ recovery-image] Mar 07 02:04:26.327 INFO O| Mar 07 02:04:26.327 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/drti.o"
68802026-03-07T02:04:27.956Z[ recovery-image] Mar 07 02:04:26.327 INFO O| Mar 07 02:04:26.327 INFO STEP 704 (remove_files) COMPLETE
68812026-03-07T02:04:27.956Z[ recovery-image] Mar 07 02:04:26.327 INFO O| Mar 07 02:04:26.327 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68822026-03-07T02:04:27.963Z[ recovery-image] Mar 07 02:04:26.335 INFO O| Mar 07 02:04:26.335 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
68832026-03-07T02:04:27.966Z[ recovery-image] Mar 07 02:04:26.335 INFO O| Mar 07 02:04:26.335 INFO STEP 705 (remove_files) COMPLETE
68842026-03-07T02:04:27.966Z[ recovery-image] Mar 07 02:04:26.335 INFO O| Mar 07 02:04:26.335 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68852026-03-07T02:04:27.974Z[ recovery-image] Mar 07 02:04:26.345 INFO O| Mar 07 02:04:26.345 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
68862026-03-07T02:04:27.974Z[ recovery-image] Mar 07 02:04:26.345 INFO O| Mar 07 02:04:26.345 INFO STEP 706 (remove_files) COMPLETE
68872026-03-07T02:04:27.977Z[ recovery-image] Mar 07 02:04:26.345 INFO O| Mar 07 02:04:26.345 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68882026-03-07T02:04:27.984Z[ recovery-image] Mar 07 02:04:26.355 INFO O| Mar 07 02:04:26.355 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
68892026-03-07T02:04:27.986Z[ recovery-image] Mar 07 02:04:26.355 INFO O| Mar 07 02:04:26.355 INFO STEP 707 (remove_files) COMPLETE
68902026-03-07T02:04:27.986Z[ recovery-image] Mar 07 02:04:26.355 INFO O| Mar 07 02:04:26.355 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68912026-03-07T02:04:27.993Z[ recovery-image] Mar 07 02:04:26.364 INFO O| Mar 07 02:04:26.364 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
68922026-03-07T02:04:27.996Z[ recovery-image] Mar 07 02:04:26.364 INFO O| Mar 07 02:04:26.364 INFO STEP 708 (remove_files) COMPLETE
68932026-03-07T02:04:27.996Z[ recovery-image] Mar 07 02:04:26.364 INFO O| Mar 07 02:04:26.364 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68942026-03-07T02:04:28.001Z[ recovery-image] Mar 07 02:04:26.372 INFO O| Mar 07 02:04:26.372 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
68952026-03-07T02:04:28.001Z[ recovery-image] Mar 07 02:04:26.372 INFO O| Mar 07 02:04:26.372 INFO STEP 709 (remove_files) COMPLETE
68962026-03-07T02:04:28.005Z[ recovery-image] Mar 07 02:04:26.372 INFO O| Mar 07 02:04:26.372 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68972026-03-07T02:04:28.010Z[ recovery-image] Mar 07 02:04:26.381 INFO O| Mar 07 02:04:26.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
68982026-03-07T02:04:28.013Z[ recovery-image] Mar 07 02:04:26.381 INFO O| Mar 07 02:04:26.381 INFO STEP 710 (remove_files) COMPLETE
68992026-03-07T02:04:28.013Z[ recovery-image] Mar 07 02:04:26.381 INFO O| Mar 07 02:04:26.381 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69002026-03-07T02:04:28.020Z[ recovery-image] Mar 07 02:04:26.391 INFO O| Mar 07 02:04:26.391 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
69012026-03-07T02:04:28.024Z[ recovery-image] Mar 07 02:04:26.391 INFO O| Mar 07 02:04:26.391 INFO STEP 711 (remove_files) COMPLETE
69022026-03-07T02:04:28.024Z[ recovery-image] Mar 07 02:04:26.391 INFO O| Mar 07 02:04:26.391 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69032026-03-07T02:04:28.033Z[ recovery-image] Mar 07 02:04:26.400 INFO O| Mar 07 02:04:26.400 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
69042026-03-07T02:04:28.033Z[ recovery-image] Mar 07 02:04:26.400 INFO O| Mar 07 02:04:26.400 INFO STEP 712 (remove_files) COMPLETE
69052026-03-07T02:04:28.033Z[ recovery-image] Mar 07 02:04:26.400 INFO O| Mar 07 02:04:26.400 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69062026-03-07T02:04:28.037Z[ recovery-image] Mar 07 02:04:26.407 INFO O| Mar 07 02:04:26.407 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
69072026-03-07T02:04:28.038Z[ recovery-image] Mar 07 02:04:26.408 INFO O| Mar 07 02:04:26.407 INFO STEP 713 (remove_files) COMPLETE
69082026-03-07T02:04:28.038Z[ recovery-image] Mar 07 02:04:26.408 INFO O| Mar 07 02:04:26.407 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69092026-03-07T02:04:28.045Z[ recovery-image] Mar 07 02:04:26.416 INFO O| Mar 07 02:04:26.416 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
69102026-03-07T02:04:28.047Z[ recovery-image] Mar 07 02:04:26.416 INFO O| Mar 07 02:04:26.416 INFO STEP 714 (remove_files) COMPLETE
69112026-03-07T02:04:28.047Z[ recovery-image] Mar 07 02:04:26.416 INFO O| Mar 07 02:04:26.416 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69122026-03-07T02:04:28.052Z[ recovery-image] Mar 07 02:04:26.423 INFO O| Mar 07 02:04:26.423 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/AMD.dict"
69132026-03-07T02:04:28.055Z[ recovery-image] Mar 07 02:04:26.424 INFO O| Mar 07 02:04:26.424 INFO STEP 715 (remove_files) COMPLETE
69142026-03-07T02:04:28.055Z[ recovery-image] Mar 07 02:04:26.424 INFO O| Mar 07 02:04:26.424 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69152026-03-07T02:04:28.060Z[ recovery-image] Mar 07 02:04:26.431 INFO O| Mar 07 02:04:26.431 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
69162026-03-07T02:04:28.063Z[ recovery-image] Mar 07 02:04:26.431 INFO O| Mar 07 02:04:26.431 INFO STEP 716 (remove_files) COMPLETE
69172026-03-07T02:04:28.063Z[ recovery-image] Mar 07 02:04:26.431 INFO O| Mar 07 02:04:26.431 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69182026-03-07T02:04:28.068Z[ recovery-image] Mar 07 02:04:26.439 INFO O| Mar 07 02:04:26.439 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/GMCA.dict"
69192026-03-07T02:04:28.068Z[ recovery-image] Mar 07 02:04:26.439 INFO O| Mar 07 02:04:26.439 INFO STEP 717 (remove_files) COMPLETE
69202026-03-07T02:04:28.068Z[ recovery-image] Mar 07 02:04:26.439 INFO O| Mar 07 02:04:26.439 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69212026-03-07T02:04:28.076Z[ recovery-image] Mar 07 02:04:26.447 INFO O| Mar 07 02:04:26.447 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/INTEL.dict"
69222026-03-07T02:04:28.076Z[ recovery-image] Mar 07 02:04:26.448 INFO O| Mar 07 02:04:26.447 INFO STEP 718 (remove_files) COMPLETE
69232026-03-07T02:04:28.076Z[ recovery-image] Mar 07 02:04:26.448 INFO O| Mar 07 02:04:26.448 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69242026-03-07T02:04:28.085Z[ recovery-image] Mar 07 02:04:26.456 INFO O| Mar 07 02:04:26.456 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fminject"
69252026-03-07T02:04:28.088Z[ recovery-image] Mar 07 02:04:26.456 INFO O| Mar 07 02:04:26.456 INFO STEP 719 (remove_files) COMPLETE
69262026-03-07T02:04:28.088Z[ recovery-image] Mar 07 02:04:26.456 INFO O| Mar 07 02:04:26.456 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69272026-03-07T02:04:28.095Z[ recovery-image] Mar 07 02:04:26.466 INFO O| Mar 07 02:04:26.466 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmsim"
69282026-03-07T02:04:28.098Z[ recovery-image] Mar 07 02:04:26.466 INFO O| Mar 07 02:04:26.466 INFO STEP 720 (remove_files) COMPLETE
69292026-03-07T02:04:28.098Z[ recovery-image] Mar 07 02:04:26.466 INFO O| Mar 07 02:04:26.466 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69302026-03-07T02:04:28.104Z[ recovery-image] Mar 07 02:04:26.475 INFO O| Mar 07 02:04:26.475 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmtopo"
69312026-03-07T02:04:28.104Z[ recovery-image] Mar 07 02:04:26.475 INFO O| Mar 07 02:04:26.475 INFO STEP 721 (remove_files) COMPLETE
69322026-03-07T02:04:28.107Z[ recovery-image] Mar 07 02:04:26.475 INFO O| Mar 07 02:04:26.475 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69332026-03-07T02:04:28.112Z[ recovery-image] Mar 07 02:04:26.483 INFO O| Mar 07 02:04:26.483 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/ipmitopo"
69342026-03-07T02:04:28.114Z[ recovery-image] Mar 07 02:04:26.483 INFO O| Mar 07 02:04:26.483 INFO STEP 722 (remove_files) COMPLETE
69352026-03-07T02:04:28.115Z[ recovery-image] Mar 07 02:04:26.483 INFO O| Mar 07 02:04:26.483 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69362026-03-07T02:04:28.122Z[ recovery-image] Mar 07 02:04:26.493 INFO O| Mar 07 02:04:26.493 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/mcdecode"
69372026-03-07T02:04:28.125Z[ recovery-image] Mar 07 02:04:26.493 INFO O| Mar 07 02:04:26.493 INFO STEP 723 (remove_files) COMPLETE
69382026-03-07T02:04:28.125Z[ recovery-image] Mar 07 02:04:26.493 INFO O| Mar 07 02:04:26.493 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69392026-03-07T02:04:28.132Z[ recovery-image] Mar 07 02:04:26.503 INFO O| Mar 07 02:04:26.503 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
69402026-03-07T02:04:28.135Z[ recovery-image] Mar 07 02:04:26.503 INFO O| Mar 07 02:04:26.503 INFO STEP 724 (remove_files) COMPLETE
69412026-03-07T02:04:28.135Z[ recovery-image] Mar 07 02:04:26.503 INFO O| Mar 07 02:04:26.503 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69422026-03-07T02:04:28.143Z[ recovery-image] Mar 07 02:04:26.513 INFO O| Mar 07 02:04:26.513 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
69432026-03-07T02:04:28.146Z[ recovery-image] Mar 07 02:04:26.513 INFO O| Mar 07 02:04:26.513 INFO STEP 725 (remove_files) COMPLETE
69442026-03-07T02:04:28.146Z[ recovery-image] Mar 07 02:04:26.513 INFO O| Mar 07 02:04:26.513 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69452026-03-07T02:04:28.150Z[ recovery-image] Mar 07 02:04:26.521 INFO O| Mar 07 02:04:26.521 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
69462026-03-07T02:04:28.153Z[ recovery-image] Mar 07 02:04:26.521 INFO O| Mar 07 02:04:26.521 INFO STEP 726 (remove_files) COMPLETE
69472026-03-07T02:04:28.153Z[ recovery-image] Mar 07 02:04:26.521 INFO O| Mar 07 02:04:26.521 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69482026-03-07T02:04:28.159Z[ recovery-image] Mar 07 02:04:26.529 INFO O| Mar 07 02:04:26.529 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
69492026-03-07T02:04:28.161Z[ recovery-image] Mar 07 02:04:26.529 INFO O| Mar 07 02:04:26.529 INFO STEP 727 (remove_files) COMPLETE
69502026-03-07T02:04:28.161Z[ recovery-image] Mar 07 02:04:26.529 INFO O| Mar 07 02:04:26.529 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69512026-03-07T02:04:28.166Z[ recovery-image] Mar 07 02:04:26.537 INFO O| Mar 07 02:04:26.537 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
69522026-03-07T02:04:28.166Z[ recovery-image] Mar 07 02:04:26.537 INFO O| Mar 07 02:04:26.537 INFO STEP 728 (remove_files) COMPLETE
69532026-03-07T02:04:28.169Z[ recovery-image] Mar 07 02:04:26.537 INFO O| Mar 07 02:04:26.537 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69542026-03-07T02:04:28.174Z[ recovery-image] Mar 07 02:04:26.545 INFO O| Mar 07 02:04:26.545 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
69552026-03-07T02:04:28.174Z[ recovery-image] Mar 07 02:04:26.545 INFO O| Mar 07 02:04:26.545 INFO STEP 729 (remove_files) COMPLETE
69562026-03-07T02:04:28.174Z[ recovery-image] Mar 07 02:04:26.545 INFO O| Mar 07 02:04:26.545 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69572026-03-07T02:04:28.182Z[ recovery-image] Mar 07 02:04:26.553 INFO O| Mar 07 02:04:26.553 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
69582026-03-07T02:04:28.182Z[ recovery-image] Mar 07 02:04:26.553 INFO O| Mar 07 02:04:26.553 INFO STEP 730 (remove_files) COMPLETE
69592026-03-07T02:04:28.185Z[ recovery-image] Mar 07 02:04:26.553 INFO O| Mar 07 02:04:26.553 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69602026-03-07T02:04:28.191Z[ recovery-image] Mar 07 02:04:26.563 INFO O| Mar 07 02:04:26.562 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
69612026-03-07T02:04:28.194Z[ recovery-image] Mar 07 02:04:26.563 INFO O| Mar 07 02:04:26.563 INFO STEP 731 (remove_files) COMPLETE
69622026-03-07T02:04:28.194Z[ recovery-image] Mar 07 02:04:26.563 INFO O| Mar 07 02:04:26.563 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69632026-03-07T02:04:28.199Z[ recovery-image] Mar 07 02:04:26.570 INFO O| Mar 07 02:04:26.570 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
69642026-03-07T02:04:28.203Z[ recovery-image] Mar 07 02:04:26.571 INFO O| Mar 07 02:04:26.571 INFO STEP 732 (remove_files) COMPLETE
69652026-03-07T02:04:28.203Z[ recovery-image] Mar 07 02:04:26.571 INFO O| Mar 07 02:04:26.571 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69662026-03-07T02:04:28.208Z[ recovery-image] Mar 07 02:04:26.579 INFO O| Mar 07 02:04:26.579 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
69672026-03-07T02:04:28.208Z[ recovery-image] Mar 07 02:04:26.579 INFO O| Mar 07 02:04:26.579 INFO STEP 733 (remove_files) COMPLETE
69682026-03-07T02:04:28.211Z[ recovery-image] Mar 07 02:04:26.579 INFO O| Mar 07 02:04:26.579 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69692026-03-07T02:04:28.218Z[ recovery-image] Mar 07 02:04:26.589 INFO O| Mar 07 02:04:26.589 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
69702026-03-07T02:04:28.218Z[ recovery-image] Mar 07 02:04:26.589 INFO O| Mar 07 02:04:26.589 INFO STEP 734 (remove_files) COMPLETE
69712026-03-07T02:04:28.221Z[ recovery-image] Mar 07 02:04:26.589 INFO O| Mar 07 02:04:26.589 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69722026-03-07T02:04:28.228Z[ recovery-image] Mar 07 02:04:26.599 INFO O| Mar 07 02:04:26.599 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
69732026-03-07T02:04:28.228Z[ recovery-image] Mar 07 02:04:26.599 INFO O| Mar 07 02:04:26.599 INFO STEP 735 (remove_files) COMPLETE
69742026-03-07T02:04:28.228Z[ recovery-image] Mar 07 02:04:26.599 INFO O| Mar 07 02:04:26.599 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69752026-03-07T02:04:28.237Z[ recovery-image] Mar 07 02:04:26.609 INFO O| Mar 07 02:04:26.609 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
69762026-03-07T02:04:28.240Z[ recovery-image] Mar 07 02:04:26.609 INFO O| Mar 07 02:04:26.609 INFO STEP 736 (remove_files) COMPLETE
69772026-03-07T02:04:28.240Z[ recovery-image] Mar 07 02:04:26.609 INFO O| Mar 07 02:04:26.609 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69782026-03-07T02:04:28.247Z[ recovery-image] Mar 07 02:04:26.618 INFO O| Mar 07 02:04:26.618 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
69792026-03-07T02:04:28.247Z[ recovery-image] Mar 07 02:04:26.618 INFO O| Mar 07 02:04:26.618 INFO STEP 737 (remove_files) COMPLETE
69802026-03-07T02:04:28.250Z[ recovery-image] Mar 07 02:04:26.618 INFO O| Mar 07 02:04:26.618 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69812026-03-07T02:04:28.255Z[ recovery-image] Mar 07 02:04:26.627 INFO O| Mar 07 02:04:26.627 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
69822026-03-07T02:04:28.258Z[ recovery-image] Mar 07 02:04:26.627 INFO O| Mar 07 02:04:26.627 INFO STEP 738 (remove_files) COMPLETE
69832026-03-07T02:04:28.258Z[ recovery-image] Mar 07 02:04:26.627 INFO O| Mar 07 02:04:26.627 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69842026-03-07T02:04:28.266Z[ recovery-image] Mar 07 02:04:26.637 INFO O| Mar 07 02:04:26.637 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
69852026-03-07T02:04:28.269Z[ recovery-image] Mar 07 02:04:26.637 INFO O| Mar 07 02:04:26.637 INFO STEP 739 (remove_files) COMPLETE
69862026-03-07T02:04:28.269Z[ recovery-image] Mar 07 02:04:26.637 INFO O| Mar 07 02:04:26.637 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69872026-03-07T02:04:28.276Z[ recovery-image] Mar 07 02:04:26.647 INFO O| Mar 07 02:04:26.647 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
69882026-03-07T02:04:28.279Z[ recovery-image] Mar 07 02:04:26.647 INFO O| Mar 07 02:04:26.647 INFO STEP 740 (remove_files) COMPLETE
69892026-03-07T02:04:28.279Z[ recovery-image] Mar 07 02:04:26.647 INFO O| Mar 07 02:04:26.647 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69902026-03-07T02:04:28.285Z[ recovery-image] Mar 07 02:04:26.656 INFO O| Mar 07 02:04:26.656 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
69912026-03-07T02:04:28.285Z[ recovery-image] Mar 07 02:04:26.656 INFO O| Mar 07 02:04:26.656 INFO STEP 741 (remove_files) COMPLETE
69922026-03-07T02:04:28.287Z[ recovery-image] Mar 07 02:04:26.656 INFO O| Mar 07 02:04:26.656 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69932026-03-07T02:04:28.293Z[ recovery-image] Mar 07 02:04:26.664 INFO O| Mar 07 02:04:26.664 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
69942026-03-07T02:04:28.296Z[ recovery-image] Mar 07 02:04:26.664 INFO O| Mar 07 02:04:26.664 INFO STEP 742 (remove_files) COMPLETE
69952026-03-07T02:04:28.296Z[ recovery-image] Mar 07 02:04:26.664 INFO O| Mar 07 02:04:26.664 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69962026-03-07T02:04:28.301Z[ recovery-image] Mar 07 02:04:26.672 INFO O| Mar 07 02:04:26.672 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
69972026-03-07T02:04:28.304Z[ recovery-image] Mar 07 02:04:26.672 INFO O| Mar 07 02:04:26.672 INFO STEP 743 (remove_files) COMPLETE
69982026-03-07T02:04:28.304Z[ recovery-image] Mar 07 02:04:26.672 INFO O| Mar 07 02:04:26.672 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69992026-03-07T02:04:28.310Z[ recovery-image] Mar 07 02:04:26.681 INFO O| Mar 07 02:04:26.681 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
70002026-03-07T02:04:28.310Z[ recovery-image] Mar 07 02:04:26.681 INFO O| Mar 07 02:04:26.681 INFO STEP 744 (remove_files) COMPLETE
70012026-03-07T02:04:28.313Z[ recovery-image] Mar 07 02:04:26.681 INFO O| Mar 07 02:04:26.681 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70022026-03-07T02:04:28.318Z[ recovery-image] Mar 07 02:04:26.689 INFO O| Mar 07 02:04:26.689 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libdiskstatus.so.1"
70032026-03-07T02:04:28.318Z[ recovery-image] Mar 07 02:04:26.690 INFO O| Mar 07 02:04:26.689 INFO STEP 745 (remove_files) COMPLETE
70042026-03-07T02:04:28.321Z[ recovery-image] Mar 07 02:04:26.690 INFO O| Mar 07 02:04:26.689 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70052026-03-07T02:04:28.328Z[ recovery-image] Mar 07 02:04:26.699 INFO O| Mar 07 02:04:26.699 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_adm.so.1"
70062026-03-07T02:04:28.331Z[ recovery-image] Mar 07 02:04:26.700 INFO O| Mar 07 02:04:26.699 INFO STEP 746 (remove_files) COMPLETE
70072026-03-07T02:04:28.331Z[ recovery-image] Mar 07 02:04:26.700 INFO O| Mar 07 02:04:26.699 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70082026-03-07T02:04:28.338Z[ recovery-image] Mar 07 02:04:26.709 INFO O| Mar 07 02:04:26.709 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_log.so.1"
70092026-03-07T02:04:28.341Z[ recovery-image] Mar 07 02:04:26.709 INFO O| Mar 07 02:04:26.709 INFO STEP 747 (remove_files) COMPLETE
70102026-03-07T02:04:28.341Z[ recovery-image] Mar 07 02:04:26.709 INFO O| Mar 07 02:04:26.709 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70112026-03-07T02:04:28.346Z[ recovery-image] Mar 07 02:04:26.717 INFO O| Mar 07 02:04:26.717 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
70122026-03-07T02:04:28.346Z[ recovery-image] Mar 07 02:04:26.718 INFO O| Mar 07 02:04:26.718 INFO STEP 748 (remove_files) COMPLETE
70132026-03-07T02:04:28.349Z[ recovery-image] Mar 07 02:04:26.718 INFO O| Mar 07 02:04:26.718 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70142026-03-07T02:04:28.356Z[ recovery-image] Mar 07 02:04:26.727 INFO O| Mar 07 02:04:26.727 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmnotify.so.1"
70152026-03-07T02:04:28.356Z[ recovery-image] Mar 07 02:04:26.728 INFO O| Mar 07 02:04:26.727 INFO STEP 749 (remove_files) COMPLETE
70162026-03-07T02:04:28.356Z[ recovery-image] Mar 07 02:04:26.728 INFO O| Mar 07 02:04:26.727 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70172026-03-07T02:04:28.364Z[ recovery-image] Mar 07 02:04:26.735 INFO O| Mar 07 02:04:26.735 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libseslog.so.1"
70182026-03-07T02:04:28.364Z[ recovery-image] Mar 07 02:04:26.735 INFO O| Mar 07 02:04:26.735 INFO STEP 750 (remove_files) COMPLETE
70192026-03-07T02:04:28.367Z[ recovery-image] Mar 07 02:04:26.735 INFO O| Mar 07 02:04:26.735 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70202026-03-07T02:04:28.374Z[ recovery-image] Mar 07 02:04:26.744 INFO O| Mar 07 02:04:26.744 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
70212026-03-07T02:04:28.377Z[ recovery-image] Mar 07 02:04:26.744 INFO O| Mar 07 02:04:26.744 INFO STEP 751 (remove_files) COMPLETE
70222026-03-07T02:04:28.377Z[ recovery-image] Mar 07 02:04:26.744 INFO O| Mar 07 02:04:26.744 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70232026-03-07T02:04:28.382Z[ recovery-image] Mar 07 02:04:26.753 INFO O| Mar 07 02:04:26.753 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/disk.so"
70242026-03-07T02:04:28.385Z[ recovery-image] Mar 07 02:04:26.753 INFO O| Mar 07 02:04:26.753 INFO STEP 752 (remove_files) COMPLETE
70252026-03-07T02:04:28.385Z[ recovery-image] Mar 07 02:04:26.753 INFO O| Mar 07 02:04:26.753 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70262026-03-07T02:04:28.390Z[ recovery-image] Mar 07 02:04:26.761 INFO O| Mar 07 02:04:26.761 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
70272026-03-07T02:04:28.390Z[ recovery-image] Mar 07 02:04:26.761 INFO O| Mar 07 02:04:26.761 INFO STEP 753 (remove_files) COMPLETE
70282026-03-07T02:04:28.393Z[ recovery-image] Mar 07 02:04:26.761 INFO O| Mar 07 02:04:26.761 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70292026-03-07T02:04:28.401Z[ recovery-image] Mar 07 02:04:26.772 INFO O| Mar 07 02:04:26.772 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
70302026-03-07T02:04:28.404Z[ recovery-image] Mar 07 02:04:26.772 INFO O| Mar 07 02:04:26.772 INFO STEP 754 (remove_files) COMPLETE
70312026-03-07T02:04:28.404Z[ recovery-image] Mar 07 02:04:26.772 INFO O| Mar 07 02:04:26.772 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70322026-03-07T02:04:28.409Z[ recovery-image] Mar 07 02:04:26.780 INFO O| Mar 07 02:04:26.780 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
70332026-03-07T02:04:28.409Z[ recovery-image] Mar 07 02:04:26.780 INFO O| Mar 07 02:04:26.780 INFO STEP 755 (remove_files) COMPLETE
70342026-03-07T02:04:28.412Z[ recovery-image] Mar 07 02:04:26.780 INFO O| Mar 07 02:04:26.780 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70352026-03-07T02:04:28.418Z[ recovery-image] Mar 07 02:04:26.789 INFO O| Mar 07 02:04:26.789 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
70362026-03-07T02:04:28.418Z[ recovery-image] Mar 07 02:04:26.789 INFO O| Mar 07 02:04:26.789 INFO STEP 756 (remove_files) COMPLETE
70372026-03-07T02:04:28.421Z[ recovery-image] Mar 07 02:04:26.789 INFO O| Mar 07 02:04:26.789 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70382026-03-07T02:04:28.426Z[ recovery-image] Mar 07 02:04:26.797 INFO O| Mar 07 02:04:26.797 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/nic.so"
70392026-03-07T02:04:28.426Z[ recovery-image] Mar 07 02:04:26.797 INFO O| Mar 07 02:04:26.797 INFO STEP 757 (remove_files) COMPLETE
70402026-03-07T02:04:28.429Z[ recovery-image] Mar 07 02:04:26.797 INFO O| Mar 07 02:04:26.797 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70412026-03-07T02:04:28.434Z[ recovery-image] Mar 07 02:04:26.805 INFO O| Mar 07 02:04:26.805 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ses.so"
70422026-03-07T02:04:28.434Z[ recovery-image] Mar 07 02:04:26.805 INFO O| Mar 07 02:04:26.805 INFO STEP 758 (remove_files) COMPLETE
70432026-03-07T02:04:28.434Z[ recovery-image] Mar 07 02:04:26.805 INFO O| Mar 07 02:04:26.805 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70442026-03-07T02:04:28.442Z[ recovery-image] Mar 07 02:04:26.813 INFO O| Mar 07 02:04:26.813 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
70452026-03-07T02:04:28.445Z[ recovery-image] Mar 07 02:04:26.813 INFO O| Mar 07 02:04:26.813 INFO STEP 759 (remove_files) COMPLETE
70462026-03-07T02:04:28.445Z[ recovery-image] Mar 07 02:04:26.813 INFO O| Mar 07 02:04:26.813 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70472026-03-07T02:04:28.449Z[ recovery-image] Mar 07 02:04:26.821 INFO O| Mar 07 02:04:26.821 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/usb.so"
70482026-03-07T02:04:28.450Z[ recovery-image] Mar 07 02:04:26.821 INFO O| Mar 07 02:04:26.821 INFO STEP 760 (remove_files) COMPLETE
70492026-03-07T02:04:28.452Z[ recovery-image] Mar 07 02:04:26.821 INFO O| Mar 07 02:04:26.821 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70502026-03-07T02:04:28.459Z[ recovery-image] Mar 07 02:04:26.830 INFO O| Mar 07 02:04:26.830 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
70512026-03-07T02:04:28.459Z[ recovery-image] Mar 07 02:04:26.830 INFO O| Mar 07 02:04:26.830 INFO STEP 761 (remove_files) COMPLETE
70522026-03-07T02:04:28.462Z[ recovery-image] Mar 07 02:04:26.830 INFO O| Mar 07 02:04:26.830 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70532026-03-07T02:04:28.468Z[ recovery-image] Mar 07 02:04:26.839 INFO O| Mar 07 02:04:26.839 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/bootfs/mount"
70542026-03-07T02:04:28.468Z[ recovery-image] Mar 07 02:04:26.839 INFO O| Mar 07 02:04:26.839 INFO STEP 762 (remove_files) COMPLETE
70552026-03-07T02:04:28.471Z[ recovery-image] Mar 07 02:04:26.839 INFO O| Mar 07 02:04:26.839 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70562026-03-07T02:04:28.478Z[ recovery-image] Mar 07 02:04:26.849 INFO O| Mar 07 02:04:26.849 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp"
70572026-03-07T02:04:28.481Z[ recovery-image] Mar 07 02:04:26.849 INFO O| Mar 07 02:04:26.849 INFO STEP 763 (remove_files) COMPLETE
70582026-03-07T02:04:28.481Z[ recovery-image] Mar 07 02:04:26.849 INFO O| Mar 07 02:04:26.849 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70592026-03-07T02:04:28.487Z[ recovery-image] Mar 07 02:04:26.858 INFO O| Mar 07 02:04:26.858 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
70602026-03-07T02:04:28.487Z[ recovery-image] Mar 07 02:04:26.859 INFO O| Mar 07 02:04:26.859 INFO STEP 764 (remove_files) COMPLETE
70612026-03-07T02:04:28.487Z[ recovery-image] Mar 07 02:04:26.859 INFO O| Mar 07 02:04:26.859 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70622026-03-07T02:04:28.496Z[ recovery-image] Mar 07 02:04:26.867 INFO O| Mar 07 02:04:26.867 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/labelit"
70632026-03-07T02:04:28.499Z[ recovery-image] Mar 07 02:04:26.867 INFO O| Mar 07 02:04:26.867 INFO STEP 765 (remove_files) COMPLETE
70642026-03-07T02:04:28.499Z[ recovery-image] Mar 07 02:04:26.867 INFO O| Mar 07 02:04:26.867 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70652026-03-07T02:04:28.505Z[ recovery-image] Mar 07 02:04:26.877 INFO O| Mar 07 02:04:26.876 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/lofs/mount"
70662026-03-07T02:04:28.505Z[ recovery-image] Mar 07 02:04:26.877 INFO O| Mar 07 02:04:26.877 INFO STEP 766 (remove_files) COMPLETE
70672026-03-07T02:04:28.506Z[ recovery-image] Mar 07 02:04:26.877 INFO O| Mar 07 02:04:26.877 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70682026-03-07T02:04:28.516Z[ recovery-image] Mar 07 02:04:26.887 INFO O| Mar 07 02:04:26.887 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/mntfs/mount"
70692026-03-07T02:04:28.516Z[ recovery-image] Mar 07 02:04:26.887 INFO O| Mar 07 02:04:26.887 INFO STEP 767 (remove_files) COMPLETE
70702026-03-07T02:04:28.519Z[ recovery-image] Mar 07 02:04:26.887 INFO O| Mar 07 02:04:26.887 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70712026-03-07T02:04:28.524Z[ recovery-image] Mar 07 02:04:26.895 INFO O| Mar 07 02:04:26.895 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fsck"
70722026-03-07T02:04:28.527Z[ recovery-image] Mar 07 02:04:26.895 INFO O| Mar 07 02:04:26.895 INFO STEP 768 (remove_files) COMPLETE
70732026-03-07T02:04:28.527Z[ recovery-image] Mar 07 02:04:26.895 INFO O| Mar 07 02:04:26.895 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70742026-03-07T02:04:28.532Z[ recovery-image] Mar 07 02:04:26.903 INFO O| Mar 07 02:04:26.902 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp"
70752026-03-07T02:04:28.532Z[ recovery-image] Mar 07 02:04:26.903 INFO O| Mar 07 02:04:26.903 INFO STEP 769 (remove_files) COMPLETE
70762026-03-07T02:04:28.532Z[ recovery-image] Mar 07 02:04:26.903 INFO O| Mar 07 02:04:26.903 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70772026-03-07T02:04:28.542Z[ recovery-image] Mar 07 02:04:26.913 INFO O| Mar 07 02:04:26.913 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
70782026-03-07T02:04:28.542Z[ recovery-image] Mar 07 02:04:26.913 INFO O| Mar 07 02:04:26.913 INFO STEP 770 (remove_files) COMPLETE
70792026-03-07T02:04:28.542Z[ recovery-image] Mar 07 02:04:26.913 INFO O| Mar 07 02:04:26.913 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70802026-03-07T02:04:28.551Z[ recovery-image] Mar 07 02:04:26.922 INFO O| Mar 07 02:04:26.921 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mkfs"
70812026-03-07T02:04:28.551Z[ recovery-image] Mar 07 02:04:26.922 INFO O| Mar 07 02:04:26.922 INFO STEP 771 (remove_files) COMPLETE
70822026-03-07T02:04:28.554Z[ recovery-image] Mar 07 02:04:26.922 INFO O| Mar 07 02:04:26.922 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70832026-03-07T02:04:28.559Z[ recovery-image] Mar 07 02:04:26.930 INFO O| Mar 07 02:04:26.930 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mount"
70842026-03-07T02:04:28.559Z[ recovery-image] Mar 07 02:04:26.930 INFO O| Mar 07 02:04:26.930 INFO STEP 772 (remove_files) COMPLETE
70852026-03-07T02:04:28.563Z[ recovery-image] Mar 07 02:04:26.930 INFO O| Mar 07 02:04:26.930 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70862026-03-07T02:04:28.569Z[ recovery-image] Mar 07 02:04:26.940 INFO O| Mar 07 02:04:26.940 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/sharefs/mount"
70872026-03-07T02:04:28.573Z[ recovery-image] Mar 07 02:04:26.940 INFO O| Mar 07 02:04:26.940 INFO STEP 773 (remove_files) COMPLETE
70882026-03-07T02:04:28.573Z[ recovery-image] Mar 07 02:04:26.940 INFO O| Mar 07 02:04:26.940 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70892026-03-07T02:04:28.578Z[ recovery-image] Mar 07 02:04:26.949 INFO O| Mar 07 02:04:26.949 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
70902026-03-07T02:04:28.581Z[ recovery-image] Mar 07 02:04:26.949 INFO O| Mar 07 02:04:26.949 INFO STEP 774 (remove_files) COMPLETE
70912026-03-07T02:04:28.581Z[ recovery-image] Mar 07 02:04:26.949 INFO O| Mar 07 02:04:26.949 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70922026-03-07T02:04:28.586Z[ recovery-image] Mar 07 02:04:26.957 INFO O| Mar 07 02:04:26.957 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
70932026-03-07T02:04:28.589Z[ recovery-image] Mar 07 02:04:26.957 INFO O| Mar 07 02:04:26.957 INFO STEP 775 (remove_files) COMPLETE
70942026-03-07T02:04:28.589Z[ recovery-image] Mar 07 02:04:26.957 INFO O| Mar 07 02:04:26.957 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70952026-03-07T02:04:28.596Z[ recovery-image] Mar 07 02:04:26.967 INFO O| Mar 07 02:04:26.967 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
70962026-03-07T02:04:28.596Z[ recovery-image] Mar 07 02:04:26.967 INFO O| Mar 07 02:04:26.967 INFO STEP 776 (remove_files) COMPLETE
70972026-03-07T02:04:28.599Z[ recovery-image] Mar 07 02:04:26.967 INFO O| Mar 07 02:04:26.967 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70982026-03-07T02:04:28.605Z[ recovery-image] Mar 07 02:04:26.976 INFO O| Mar 07 02:04:26.976 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/dfshares"
70992026-03-07T02:04:28.605Z[ recovery-image] Mar 07 02:04:26.976 INFO O| Mar 07 02:04:26.976 INFO STEP 777 (remove_files) COMPLETE
71002026-03-07T02:04:28.607Z[ recovery-image] Mar 07 02:04:26.976 INFO O| Mar 07 02:04:26.976 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71012026-03-07T02:04:28.612Z[ recovery-image] Mar 07 02:04:26.984 INFO O| Mar 07 02:04:26.983 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
71022026-03-07T02:04:28.615Z[ recovery-image] Mar 07 02:04:26.984 INFO O| Mar 07 02:04:26.984 INFO STEP 778 (remove_files) COMPLETE
71032026-03-07T02:04:28.615Z[ recovery-image] Mar 07 02:04:26.984 INFO O| Mar 07 02:04:26.984 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71042026-03-07T02:04:28.621Z[ recovery-image] Mar 07 02:04:26.992 INFO O| Mar 07 02:04:26.992 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/mount"
71052026-03-07T02:04:28.621Z[ recovery-image] Mar 07 02:04:26.992 INFO O| Mar 07 02:04:26.992 INFO STEP 779 (remove_files) COMPLETE
71062026-03-07T02:04:28.621Z[ recovery-image] Mar 07 02:04:26.992 INFO O| Mar 07 02:04:26.992 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71072026-03-07T02:04:28.630Z[ recovery-image] Mar 07 02:04:27.001 INFO O| Mar 07 02:04:27.001 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/share"
71082026-03-07T02:04:28.630Z[ recovery-image] Mar 07 02:04:27.001 INFO O| Mar 07 02:04:27.001 INFO STEP 780 (remove_files) COMPLETE
71092026-03-07T02:04:28.633Z[ recovery-image] Mar 07 02:04:27.001 INFO O| Mar 07 02:04:27.001 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71102026-03-07T02:04:28.640Z[ recovery-image] Mar 07 02:04:27.011 INFO O| Mar 07 02:04:27.010 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/umount"
71112026-03-07T02:04:28.642Z[ recovery-image] Mar 07 02:04:27.011 INFO O| Mar 07 02:04:27.011 INFO STEP 781 (remove_files) COMPLETE
71122026-03-07T02:04:28.642Z[ recovery-image] Mar 07 02:04:27.011 INFO O| Mar 07 02:04:27.011 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71132026-03-07T02:04:28.647Z[ recovery-image] Mar 07 02:04:27.018 INFO O| Mar 07 02:04:27.018 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/unshare"
71142026-03-07T02:04:28.650Z[ recovery-image] Mar 07 02:04:27.018 INFO O| Mar 07 02:04:27.018 INFO STEP 782 (remove_files) COMPLETE
71152026-03-07T02:04:28.650Z[ recovery-image] Mar 07 02:04:27.018 INFO O| Mar 07 02:04:27.018 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71162026-03-07T02:04:28.656Z[ recovery-image] Mar 07 02:04:27.027 INFO O| Mar 07 02:04:27.027 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/clri"
71172026-03-07T02:04:28.659Z[ recovery-image] Mar 07 02:04:27.027 INFO O| Mar 07 02:04:27.027 INFO STEP 783 (remove_files) COMPLETE
71182026-03-07T02:04:28.659Z[ recovery-image] Mar 07 02:04:27.027 INFO O| Mar 07 02:04:27.027 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71192026-03-07T02:04:28.666Z[ recovery-image] Mar 07 02:04:27.035 INFO O| Mar 07 02:04:27.035 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/dcopy"
71202026-03-07T02:04:28.666Z[ recovery-image] Mar 07 02:04:27.036 INFO O| Mar 07 02:04:27.036 INFO STEP 784 (remove_files) COMPLETE
71212026-03-07T02:04:28.666Z[ recovery-image] Mar 07 02:04:27.036 INFO O| Mar 07 02:04:27.036 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71222026-03-07T02:04:28.673Z[ recovery-image] Mar 07 02:04:27.044 INFO O| Mar 07 02:04:27.043 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/df"
71232026-03-07T02:04:28.673Z[ recovery-image] Mar 07 02:04:27.044 INFO O| Mar 07 02:04:27.044 INFO STEP 785 (remove_files) COMPLETE
71242026-03-07T02:04:28.675Z[ recovery-image] Mar 07 02:04:27.044 INFO O| Mar 07 02:04:27.044 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71252026-03-07T02:04:28.681Z[ recovery-image] Mar 07 02:04:27.052 INFO O| Mar 07 02:04:27.052 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/edquota"
71262026-03-07T02:04:28.681Z[ recovery-image] Mar 07 02:04:27.052 INFO O| Mar 07 02:04:27.052 INFO STEP 786 (remove_files) COMPLETE
71272026-03-07T02:04:28.685Z[ recovery-image] Mar 07 02:04:27.052 INFO O| Mar 07 02:04:27.052 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71282026-03-07T02:04:28.691Z[ recovery-image] Mar 07 02:04:27.062 INFO O| Mar 07 02:04:27.062 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ff"
71292026-03-07T02:04:28.693Z[ recovery-image] Mar 07 02:04:27.062 INFO O| Mar 07 02:04:27.062 INFO STEP 787 (remove_files) COMPLETE
71302026-03-07T02:04:28.693Z[ recovery-image] Mar 07 02:04:27.062 INFO O| Mar 07 02:04:27.062 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71312026-03-07T02:04:28.699Z[ recovery-image] Mar 07 02:04:27.070 INFO O| Mar 07 02:04:27.070 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsck"
71322026-03-07T02:04:28.699Z[ recovery-image] Mar 07 02:04:27.070 INFO O| Mar 07 02:04:27.070 INFO STEP 788 (remove_files) COMPLETE
71332026-03-07T02:04:28.699Z[ recovery-image] Mar 07 02:04:27.070 INFO O| Mar 07 02:04:27.070 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71342026-03-07T02:04:28.709Z[ recovery-image] Mar 07 02:04:27.080 INFO O| Mar 07 02:04:27.080 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsckall"
71352026-03-07T02:04:28.709Z[ recovery-image] Mar 07 02:04:27.080 INFO O| Mar 07 02:04:27.080 INFO STEP 789 (remove_files) COMPLETE
71362026-03-07T02:04:28.712Z[ recovery-image] Mar 07 02:04:27.080 INFO O| Mar 07 02:04:27.080 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71372026-03-07T02:04:28.720Z[ recovery-image] Mar 07 02:04:27.091 INFO O| Mar 07 02:04:27.091 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsdb"
71382026-03-07T02:04:28.720Z[ recovery-image] Mar 07 02:04:27.091 INFO O| Mar 07 02:04:27.091 INFO STEP 790 (remove_files) COMPLETE
71392026-03-07T02:04:28.723Z[ recovery-image] Mar 07 02:04:27.091 INFO O| Mar 07 02:04:27.091 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71402026-03-07T02:04:28.729Z[ recovery-image] Mar 07 02:04:27.100 INFO O| Mar 07 02:04:27.100 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsirand"
71412026-03-07T02:04:28.729Z[ recovery-image] Mar 07 02:04:27.100 INFO O| Mar 07 02:04:27.100 INFO STEP 791 (remove_files) COMPLETE
71422026-03-07T02:04:28.729Z[ recovery-image] Mar 07 02:04:27.100 INFO O| Mar 07 02:04:27.100 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71432026-03-07T02:04:28.737Z[ recovery-image] Mar 07 02:04:27.108 INFO O| Mar 07 02:04:27.108 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fssnap"
71442026-03-07T02:04:28.740Z[ recovery-image] Mar 07 02:04:27.108 INFO O| Mar 07 02:04:27.108 INFO STEP 792 (remove_files) COMPLETE
71452026-03-07T02:04:28.740Z[ recovery-image] Mar 07 02:04:27.108 INFO O| Mar 07 02:04:27.108 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71462026-03-07T02:04:28.747Z[ recovery-image] Mar 07 02:04:27.118 INFO O| Mar 07 02:04:27.118 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp"
71472026-03-07T02:04:28.750Z[ recovery-image] Mar 07 02:04:27.118 INFO O| Mar 07 02:04:27.118 INFO STEP 793 (remove_files) COMPLETE
71482026-03-07T02:04:28.750Z[ recovery-image] Mar 07 02:04:27.118 INFO O| Mar 07 02:04:27.118 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71492026-03-07T02:04:28.755Z[ recovery-image] Mar 07 02:04:27.126 INFO O| Mar 07 02:04:27.126 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
71502026-03-07T02:04:28.755Z[ recovery-image] Mar 07 02:04:27.126 INFO O| Mar 07 02:04:27.126 INFO STEP 794 (remove_files) COMPLETE
71512026-03-07T02:04:28.758Z[ recovery-image] Mar 07 02:04:27.126 INFO O| Mar 07 02:04:27.126 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71522026-03-07T02:04:28.763Z[ recovery-image] Mar 07 02:04:27.134 INFO O| Mar 07 02:04:27.134 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/labelit"
71532026-03-07T02:04:28.766Z[ recovery-image] Mar 07 02:04:27.134 INFO O| Mar 07 02:04:27.134 INFO STEP 795 (remove_files) COMPLETE
71542026-03-07T02:04:28.766Z[ recovery-image] Mar 07 02:04:27.134 INFO O| Mar 07 02:04:27.134 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71552026-03-07T02:04:28.771Z[ recovery-image] Mar 07 02:04:27.142 INFO O| Mar 07 02:04:27.142 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/lockfs"
71562026-03-07T02:04:28.771Z[ recovery-image] Mar 07 02:04:27.142 INFO O| Mar 07 02:04:27.142 INFO STEP 796 (remove_files) COMPLETE
71572026-03-07T02:04:28.774Z[ recovery-image] Mar 07 02:04:27.142 INFO O| Mar 07 02:04:27.142 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71582026-03-07T02:04:28.779Z[ recovery-image] Mar 07 02:04:27.150 INFO O| Mar 07 02:04:27.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/mkfs"
71592026-03-07T02:04:28.779Z[ recovery-image] Mar 07 02:04:27.150 INFO O| Mar 07 02:04:27.150 INFO STEP 797 (remove_files) COMPLETE
71602026-03-07T02:04:28.782Z[ recovery-image] Mar 07 02:04:27.150 INFO O| Mar 07 02:04:27.150 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71612026-03-07T02:04:28.788Z[ recovery-image] Mar 07 02:04:27.159 INFO O| Mar 07 02:04:27.159 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ncheck"
71622026-03-07T02:04:28.790Z[ recovery-image] Mar 07 02:04:27.159 INFO O| Mar 07 02:04:27.159 INFO STEP 798 (remove_files) COMPLETE
71632026-03-07T02:04:28.790Z[ recovery-image] Mar 07 02:04:27.159 INFO O| Mar 07 02:04:27.159 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71642026-03-07T02:04:28.798Z[ recovery-image] Mar 07 02:04:27.169 INFO O| Mar 07 02:04:27.169 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/newfs"
71652026-03-07T02:04:28.798Z[ recovery-image] Mar 07 02:04:27.169 INFO O| Mar 07 02:04:27.169 INFO STEP 799 (remove_files) COMPLETE
71662026-03-07T02:04:28.801Z[ recovery-image] Mar 07 02:04:27.169 INFO O| Mar 07 02:04:27.169 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71672026-03-07T02:04:28.807Z[ recovery-image] Mar 07 02:04:27.178 INFO O| Mar 07 02:04:27.178 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quot"
71682026-03-07T02:04:28.807Z[ recovery-image] Mar 07 02:04:27.178 INFO O| Mar 07 02:04:27.178 INFO STEP 800 (remove_files) COMPLETE
71692026-03-07T02:04:28.810Z[ recovery-image] Mar 07 02:04:27.178 INFO O| Mar 07 02:04:27.178 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71702026-03-07T02:04:28.816Z[ recovery-image] Mar 07 02:04:27.187 INFO O| Mar 07 02:04:27.187 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotacheck"
71712026-03-07T02:04:28.819Z[ recovery-image] Mar 07 02:04:27.187 INFO O| Mar 07 02:04:27.187 INFO STEP 801 (remove_files) COMPLETE
71722026-03-07T02:04:28.819Z[ recovery-image] Mar 07 02:04:27.187 INFO O| Mar 07 02:04:27.187 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71732026-03-07T02:04:28.824Z[ recovery-image] Mar 07 02:04:27.195 INFO O| Mar 07 02:04:27.195 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaoff"
71742026-03-07T02:04:28.866Z[ recovery-image] Mar 07 02:04:27.195 INFO O| Mar 07 02:04:27.195 INFO STEP 802 (remove_files) COMPLETE
71752026-03-07T02:04:28.866Z[ recovery-image] Mar 07 02:04:27.195 INFO O| Mar 07 02:04:27.195 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71762026-03-07T02:04:28.866Z[ recovery-image] Mar 07 02:04:27.203 INFO O| Mar 07 02:04:27.203 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaon"
71772026-03-07T02:04:28.866Z[ recovery-image] Mar 07 02:04:27.203 INFO O| Mar 07 02:04:27.203 INFO STEP 803 (remove_files) COMPLETE
71782026-03-07T02:04:28.867Z[ recovery-image] Mar 07 02:04:27.203 INFO O| Mar 07 02:04:27.203 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71792026-03-07T02:04:28.867Z[ recovery-image] Mar 07 02:04:27.211 INFO O| Mar 07 02:04:27.211 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/repquota"
71802026-03-07T02:04:28.867Z[ recovery-image] Mar 07 02:04:27.211 INFO O| Mar 07 02:04:27.211 INFO STEP 804 (remove_files) COMPLETE
71812026-03-07T02:04:28.867Z[ recovery-image] Mar 07 02:04:27.211 INFO O| Mar 07 02:04:27.211 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71822026-03-07T02:04:28.867Z[ recovery-image] Mar 07 02:04:27.219 INFO O| Mar 07 02:04:27.219 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/tunefs"
71832026-03-07T02:04:28.867Z[ recovery-image] Mar 07 02:04:27.219 INFO O| Mar 07 02:04:27.219 INFO STEP 805 (remove_files) COMPLETE
71842026-03-07T02:04:28.867Z[ recovery-image] Mar 07 02:04:27.219 INFO O| Mar 07 02:04:27.219 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71852026-03-07T02:04:28.867Z[ recovery-image] Mar 07 02:04:27.227 INFO O| Mar 07 02:04:27.227 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsdump"
71862026-03-07T02:04:28.867Z[ recovery-image] Mar 07 02:04:27.227 INFO O| Mar 07 02:04:27.227 INFO STEP 806 (remove_files) COMPLETE
71872026-03-07T02:04:28.867Z[ recovery-image] Mar 07 02:04:27.227 INFO O| Mar 07 02:04:27.227 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71882026-03-07T02:04:28.867Z[ recovery-image] Mar 07 02:04:27.235 INFO O| Mar 07 02:04:27.235 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsrestore"
71892026-03-07T02:04:28.870Z[ recovery-image] Mar 07 02:04:27.236 INFO O| Mar 07 02:04:27.236 INFO STEP 807 (remove_files) COMPLETE
71902026-03-07T02:04:28.870Z[ recovery-image] Mar 07 02:04:27.236 INFO O| Mar 07 02:04:27.236 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71912026-03-07T02:04:28.875Z[ recovery-image] Mar 07 02:04:27.246 INFO O| Mar 07 02:04:27.246 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/volcopy"
71922026-03-07T02:04:28.875Z[ recovery-image] Mar 07 02:04:27.246 INFO O| Mar 07 02:04:27.246 INFO STEP 808 (remove_files) COMPLETE
71932026-03-07T02:04:28.878Z[ recovery-image] Mar 07 02:04:27.246 INFO O| Mar 07 02:04:27.246 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71942026-03-07T02:04:28.884Z[ recovery-image] Mar 07 02:04:27.255 INFO O| Mar 07 02:04:27.255 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh1024-0.so.1"
71952026-03-07T02:04:28.887Z[ recovery-image] Mar 07 02:04:27.255 INFO O| Mar 07 02:04:27.255 INFO STEP 809 (remove_files) COMPLETE
71962026-03-07T02:04:28.887Z[ recovery-image] Mar 07 02:04:27.256 INFO O| Mar 07 02:04:27.255 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71972026-03-07T02:04:28.893Z[ recovery-image] Mar 07 02:04:27.264 INFO O| Mar 07 02:04:27.264 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh640-0.so.1"
71982026-03-07T02:04:28.896Z[ recovery-image] Mar 07 02:04:27.264 INFO O| Mar 07 02:04:27.264 INFO STEP 810 (remove_files) COMPLETE
71992026-03-07T02:04:28.896Z[ recovery-image] Mar 07 02:04:27.264 INFO O| Mar 07 02:04:27.264 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72002026-03-07T02:04:28.901Z[ recovery-image] Mar 07 02:04:27.272 INFO O| Mar 07 02:04:27.272 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gsscred_clean"
72012026-03-07T02:04:28.901Z[ recovery-image] Mar 07 02:04:27.272 INFO O| Mar 07 02:04:27.272 INFO STEP 811 (remove_files) COMPLETE
72022026-03-07T02:04:28.904Z[ recovery-image] Mar 07 02:04:27.272 INFO O| Mar 07 02:04:27.272 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72032026-03-07T02:04:28.910Z[ recovery-image] Mar 07 02:04:27.281 INFO O| Mar 07 02:04:27.281 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gssd"
72042026-03-07T02:04:28.913Z[ recovery-image] Mar 07 02:04:27.281 INFO O| Mar 07 02:04:27.281 INFO STEP 812 (remove_files) COMPLETE
72052026-03-07T02:04:28.913Z[ recovery-image] Mar 07 02:04:27.281 INFO O| Mar 07 02:04:27.281 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72062026-03-07T02:04:28.918Z[ recovery-image] Mar 07 02:04:27.289 INFO O| Mar 07 02:04:27.289 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_dh.so.1"
72072026-03-07T02:04:28.921Z[ recovery-image] Mar 07 02:04:27.289 INFO O| Mar 07 02:04:27.289 INFO STEP 813 (remove_files) COMPLETE
72082026-03-07T02:04:28.921Z[ recovery-image] Mar 07 02:04:27.289 INFO O| Mar 07 02:04:27.289 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72092026-03-07T02:04:28.926Z[ recovery-image] Mar 07 02:04:27.297 INFO O| Mar 07 02:04:27.297 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_krb5.so.1"
72102026-03-07T02:04:28.929Z[ recovery-image] Mar 07 02:04:27.297 INFO O| Mar 07 02:04:27.297 INFO STEP 814 (remove_files) COMPLETE
72112026-03-07T02:04:28.929Z[ recovery-image] Mar 07 02:04:27.297 INFO O| Mar 07 02:04:27.297 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72122026-03-07T02:04:28.935Z[ recovery-image] Mar 07 02:04:27.306 INFO O| Mar 07 02:04:27.306 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_spnego.so.1"
72132026-03-07T02:04:28.938Z[ recovery-image] Mar 07 02:04:27.306 INFO O| Mar 07 02:04:27.306 INFO STEP 815 (remove_files) COMPLETE
72142026-03-07T02:04:28.938Z[ recovery-image] Mar 07 02:04:27.306 INFO O| Mar 07 02:04:27.306 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72152026-03-07T02:04:28.943Z[ recovery-image] Mar 07 02:04:27.314 INFO O| Mar 07 02:04:27.314 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/amd64/in.iked"
72162026-03-07T02:04:28.946Z[ recovery-image] Mar 07 02:04:27.314 INFO O| Mar 07 02:04:27.314 INFO STEP 816 (remove_files) COMPLETE
72172026-03-07T02:04:28.946Z[ recovery-image] Mar 07 02:04:27.314 INFO O| Mar 07 02:04:27.314 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72182026-03-07T02:04:28.951Z[ recovery-image] Mar 07 02:04:27.322 INFO O| Mar 07 02:04:27.322 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certdb"
72192026-03-07T02:04:28.954Z[ recovery-image] Mar 07 02:04:27.322 INFO O| Mar 07 02:04:27.322 INFO STEP 817 (remove_files) COMPLETE
72202026-03-07T02:04:28.954Z[ recovery-image] Mar 07 02:04:27.323 INFO O| Mar 07 02:04:27.322 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72212026-03-07T02:04:28.959Z[ recovery-image] Mar 07 02:04:27.330 INFO O| Mar 07 02:04:27.330 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certlocal"
72222026-03-07T02:04:28.959Z[ recovery-image] Mar 07 02:04:27.330 INFO O| Mar 07 02:04:27.330 INFO STEP 818 (remove_files) COMPLETE
72232026-03-07T02:04:28.959Z[ recovery-image] Mar 07 02:04:27.330 INFO O| Mar 07 02:04:27.330 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72242026-03-07T02:04:28.967Z[ recovery-image] Mar 07 02:04:27.338 INFO O| Mar 07 02:04:27.338 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certrldb"
72252026-03-07T02:04:28.970Z[ recovery-image] Mar 07 02:04:27.338 INFO O| Mar 07 02:04:27.338 INFO STEP 819 (remove_files) COMPLETE
72262026-03-07T02:04:28.970Z[ recovery-image] Mar 07 02:04:27.338 INFO O| Mar 07 02:04:27.338 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72272026-03-07T02:04:28.976Z[ recovery-image] Mar 07 02:04:27.347 INFO O| Mar 07 02:04:27.346 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.iked"
72282026-03-07T02:04:28.978Z[ recovery-image] Mar 07 02:04:27.347 INFO O| Mar 07 02:04:27.347 INFO STEP 820 (remove_files) COMPLETE
72292026-03-07T02:04:28.978Z[ recovery-image] Mar 07 02:04:27.347 INFO O| Mar 07 02:04:27.347 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72302026-03-07T02:04:28.985Z[ recovery-image] Mar 07 02:04:27.356 INFO O| Mar 07 02:04:27.356 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.ripngd"
72312026-03-07T02:04:28.985Z[ recovery-image] Mar 07 02:04:27.356 INFO O| Mar 07 02:04:27.356 INFO STEP 821 (remove_files) COMPLETE
72322026-03-07T02:04:28.988Z[ recovery-image] Mar 07 02:04:27.356 INFO O| Mar 07 02:04:27.356 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72332026-03-07T02:04:28.994Z[ recovery-image] Mar 07 02:04:27.365 INFO O| Mar 07 02:04:27.365 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/inetd"
72342026-03-07T02:04:28.997Z[ recovery-image] Mar 07 02:04:27.365 INFO O| Mar 07 02:04:27.365 INFO STEP 822 (remove_files) COMPLETE
72352026-03-07T02:04:28.997Z[ recovery-image] Mar 07 02:04:27.365 INFO O| Mar 07 02:04:27.365 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72362026-03-07T02:04:29.004Z[ recovery-image] Mar 07 02:04:27.375 INFO O| Mar 07 02:04:27.375 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
72372026-03-07T02:04:29.007Z[ recovery-image] Mar 07 02:04:27.375 INFO O| Mar 07 02:04:27.375 INFO STEP 823 (remove_files) COMPLETE
72382026-03-07T02:04:29.007Z[ recovery-image] Mar 07 02:04:27.375 INFO O| Mar 07 02:04:27.375 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72392026-03-07T02:04:29.012Z[ recovery-image] Mar 07 02:04:27.383 INFO O| Mar 07 02:04:27.383 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/ktkt_warnd"
72402026-03-07T02:04:29.014Z[ recovery-image] Mar 07 02:04:27.383 INFO O| Mar 07 02:04:27.383 INFO STEP 824 (remove_files) COMPLETE
72412026-03-07T02:04:29.014Z[ recovery-image] Mar 07 02:04:27.383 INFO O| Mar 07 02:04:27.383 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72422026-03-07T02:04:29.020Z[ recovery-image] Mar 07 02:04:27.391 INFO O| Mar 07 02:04:27.391 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
72432026-03-07T02:04:29.020Z[ recovery-image] Mar 07 02:04:27.391 INFO O| Mar 07 02:04:27.391 INFO STEP 825 (remove_files) COMPLETE
72442026-03-07T02:04:29.023Z[ recovery-image] Mar 07 02:04:27.391 INFO O| Mar 07 02:04:27.391 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72452026-03-07T02:04:29.028Z[ recovery-image] Mar 07 02:04:27.399 INFO O| Mar 07 02:04:27.399 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libss.so.1"
72462026-03-07T02:04:29.028Z[ recovery-image] Mar 07 02:04:27.399 INFO O| Mar 07 02:04:27.399 INFO STEP 826 (remove_files) COMPLETE
72472026-03-07T02:04:29.031Z[ recovery-image] Mar 07 02:04:27.399 INFO O| Mar 07 02:04:27.399 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72482026-03-07T02:04:29.036Z[ recovery-image] Mar 07 02:04:27.407 INFO O| Mar 07 02:04:27.407 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
72492026-03-07T02:04:29.039Z[ recovery-image] Mar 07 02:04:27.407 INFO O| Mar 07 02:04:27.407 INFO STEP 827 (remove_files) COMPLETE
72502026-03-07T02:04:29.039Z[ recovery-image] Mar 07 02:04:27.407 INFO O| Mar 07 02:04:27.407 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72512026-03-07T02:04:29.045Z[ recovery-image] Mar 07 02:04:27.416 INFO O| Mar 07 02:04:27.416 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.above4G"
72522026-03-07T02:04:29.048Z[ recovery-image] Mar 07 02:04:27.416 INFO O| Mar 07 02:04:27.416 INFO STEP 828 (remove_files) COMPLETE
72532026-03-07T02:04:29.048Z[ recovery-image] Mar 07 02:04:27.416 INFO O| Mar 07 02:04:27.416 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72542026-03-07T02:04:29.053Z[ recovery-image] Mar 07 02:04:27.424 INFO O| Mar 07 02:04:27.424 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.below4G"
72552026-03-07T02:04:29.056Z[ recovery-image] Mar 07 02:04:27.424 INFO O| Mar 07 02:04:27.424 INFO STEP 829 (remove_files) COMPLETE
72562026-03-07T02:04:29.056Z[ recovery-image] Mar 07 02:04:27.424 INFO O| Mar 07 02:04:27.424 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72572026-03-07T02:04:29.061Z[ recovery-image] Mar 07 02:04:27.432 INFO O| Mar 07 02:04:27.432 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.bssalign"
72582026-03-07T02:04:29.061Z[ recovery-image] Mar 07 02:04:27.432 INFO O| Mar 07 02:04:27.432 INFO STEP 830 (remove_files) COMPLETE
72592026-03-07T02:04:29.061Z[ recovery-image] Mar 07 02:04:27.432 INFO O| Mar 07 02:04:27.432 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72602026-03-07T02:04:29.070Z[ recovery-image] Mar 07 02:04:27.440 INFO O| Mar 07 02:04:27.440 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.default"
72612026-03-07T02:04:29.070Z[ recovery-image] Mar 07 02:04:27.440 INFO O| Mar 07 02:04:27.440 INFO STEP 831 (remove_files) COMPLETE
72622026-03-07T02:04:29.073Z[ recovery-image] Mar 07 02:04:27.440 INFO O| Mar 07 02:04:27.440 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72632026-03-07T02:04:29.076Z[ recovery-image] Mar 07 02:04:27.447 INFO O| Mar 07 02:04:27.447 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.execdata"
72642026-03-07T02:04:29.079Z[ recovery-image] Mar 07 02:04:27.448 INFO O| Mar 07 02:04:27.447 INFO STEP 832 (remove_files) COMPLETE
72652026-03-07T02:04:29.079Z[ recovery-image] Mar 07 02:04:27.448 INFO O| Mar 07 02:04:27.447 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72662026-03-07T02:04:29.088Z[ recovery-image] Mar 07 02:04:27.459 INFO O| Mar 07 02:04:27.459 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.filter"
72672026-03-07T02:04:29.088Z[ recovery-image] Mar 07 02:04:27.459 INFO O| Mar 07 02:04:27.459 INFO STEP 833 (remove_files) COMPLETE
72682026-03-07T02:04:29.091Z[ recovery-image] Mar 07 02:04:27.459 INFO O| Mar 07 02:04:27.459 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72692026-03-07T02:04:29.096Z[ recovery-image] Mar 07 02:04:27.467 INFO O| Mar 07 02:04:27.467 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexbss"
72702026-03-07T02:04:29.096Z[ recovery-image] Mar 07 02:04:27.467 INFO O| Mar 07 02:04:27.467 INFO STEP 834 (remove_files) COMPLETE
72712026-03-07T02:04:29.099Z[ recovery-image] Mar 07 02:04:27.467 INFO O| Mar 07 02:04:27.467 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72722026-03-07T02:04:29.105Z[ recovery-image] Mar 07 02:04:27.476 INFO O| Mar 07 02:04:27.476 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexdata"
72732026-03-07T02:04:29.108Z[ recovery-image] Mar 07 02:04:27.476 INFO O| Mar 07 02:04:27.476 INFO STEP 835 (remove_files) COMPLETE
72742026-03-07T02:04:29.108Z[ recovery-image] Mar 07 02:04:27.476 INFO O| Mar 07 02:04:27.476 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72752026-03-07T02:04:29.113Z[ recovery-image] Mar 07 02:04:27.484 INFO O| Mar 07 02:04:27.483 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexstk"
72762026-03-07T02:04:29.113Z[ recovery-image] Mar 07 02:04:27.484 INFO O| Mar 07 02:04:27.484 INFO STEP 836 (remove_files) COMPLETE
72772026-03-07T02:04:29.113Z[ recovery-image] Mar 07 02:04:27.484 INFO O| Mar 07 02:04:27.484 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72782026-03-07T02:04:29.123Z[ recovery-image] Mar 07 02:04:27.494 INFO O| Mar 07 02:04:27.493 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.pagealign"
72792026-03-07T02:04:29.123Z[ recovery-image] Mar 07 02:04:27.494 INFO O| Mar 07 02:04:27.494 INFO STEP 837 (remove_files) COMPLETE
72802026-03-07T02:04:29.126Z[ recovery-image] Mar 07 02:04:27.494 INFO O| Mar 07 02:04:27.494 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72812026-03-07T02:04:29.131Z[ recovery-image] Mar 07 02:04:27.502 INFO O| Mar 07 02:04:27.502 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
72822026-03-07T02:04:29.134Z[ recovery-image] Mar 07 02:04:27.502 INFO O| Mar 07 02:04:27.502 INFO STEP 838 (remove_files) COMPLETE
72832026-03-07T02:04:29.134Z[ recovery-image] Mar 07 02:04:27.502 INFO O| Mar 07 02:04:27.502 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72842026-03-07T02:04:29.142Z[ recovery-image] Mar 07 02:04:27.512 INFO O| Mar 07 02:04:27.512 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
72852026-03-07T02:04:29.145Z[ recovery-image] Mar 07 02:04:27.512 INFO O| Mar 07 02:04:27.512 INFO STEP 839 (remove_files) COMPLETE
72862026-03-07T02:04:29.145Z[ recovery-image] Mar 07 02:04:27.512 INFO O| Mar 07 02:04:27.512 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72872026-03-07T02:04:29.149Z[ recovery-image] Mar 07 02:04:27.520 INFO O| Mar 07 02:04:27.520 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
72882026-03-07T02:04:29.149Z[ recovery-image] Mar 07 02:04:27.520 INFO O| Mar 07 02:04:27.520 INFO STEP 840 (remove_files) COMPLETE
72892026-03-07T02:04:29.152Z[ recovery-image] Mar 07 02:04:27.520 INFO O| Mar 07 02:04:27.520 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72902026-03-07T02:04:29.158Z[ recovery-image] Mar 07 02:04:27.529 INFO O| Mar 07 02:04:27.529 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
72912026-03-07T02:04:29.158Z[ recovery-image] Mar 07 02:04:27.529 INFO O| Mar 07 02:04:27.529 INFO STEP 841 (remove_files) COMPLETE
72922026-03-07T02:04:29.161Z[ recovery-image] Mar 07 02:04:27.529 INFO O| Mar 07 02:04:27.529 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72932026-03-07T02:04:29.166Z[ recovery-image] Mar 07 02:04:27.537 INFO O| Mar 07 02:04:27.537 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/who.so.1"
72942026-03-07T02:04:29.169Z[ recovery-image] Mar 07 02:04:27.537 INFO O| Mar 07 02:04:27.537 INFO STEP 842 (remove_files) COMPLETE
72952026-03-07T02:04:29.169Z[ recovery-image] Mar 07 02:04:27.537 INFO O| Mar 07 02:04:27.537 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72962026-03-07T02:04:29.174Z[ recovery-image] Mar 07 02:04:27.545 INFO O| Mar 07 02:04:27.545 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/ldprof.so.1"
72972026-03-07T02:04:29.174Z[ recovery-image] Mar 07 02:04:27.545 INFO O| Mar 07 02:04:27.545 INFO STEP 843 (remove_files) COMPLETE
72982026-03-07T02:04:29.177Z[ recovery-image] Mar 07 02:04:27.545 INFO O| Mar 07 02:04:27.545 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72992026-03-07T02:04:29.182Z[ recovery-image] Mar 07 02:04:27.553 INFO O| Mar 07 02:04:27.553 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/truss.so.1"
73002026-03-07T02:04:29.182Z[ recovery-image] Mar 07 02:04:27.553 INFO O| Mar 07 02:04:27.553 INFO STEP 844 (remove_files) COMPLETE
73012026-03-07T02:04:29.182Z[ recovery-image] Mar 07 02:04:27.553 INFO O| Mar 07 02:04:27.553 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73022026-03-07T02:04:29.190Z[ recovery-image] Mar 07 02:04:27.561 INFO O| Mar 07 02:04:27.561 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/who.so.1"
73032026-03-07T02:04:29.190Z[ recovery-image] Mar 07 02:04:27.561 INFO O| Mar 07 02:04:27.561 INFO STEP 845 (remove_files) COMPLETE
73042026-03-07T02:04:29.193Z[ recovery-image] Mar 07 02:04:27.561 INFO O| Mar 07 02:04:27.561 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73052026-03-07T02:04:29.200Z[ recovery-image] Mar 07 02:04:27.571 INFO O| Mar 07 02:04:27.571 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidb"
73062026-03-07T02:04:29.203Z[ recovery-image] Mar 07 02:04:27.571 INFO O| Mar 07 02:04:27.571 INFO STEP 846 (remove_files) COMPLETE
73072026-03-07T02:04:29.203Z[ recovery-image] Mar 07 02:04:27.572 INFO O| Mar 07 02:04:27.571 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73082026-03-07T02:04:29.209Z[ recovery-image] Mar 07 02:04:27.580 INFO O| Mar 07 02:04:27.580 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidr_plugin.so"
73092026-03-07T02:04:29.209Z[ recovery-image] Mar 07 02:04:27.580 INFO O| Mar 07 02:04:27.580 INFO STEP 847 (remove_files) COMPLETE
73102026-03-07T02:04:29.209Z[ recovery-image] Mar 07 02:04:27.580 INFO O| Mar 07 02:04:27.580 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73112026-03-07T02:04:29.217Z[ recovery-image] Mar 07 02:04:27.588 INFO O| Mar 07 02:04:27.588 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcieb"
73122026-03-07T02:04:29.217Z[ recovery-image] Mar 07 02:04:27.588 INFO O| Mar 07 02:04:27.588 INFO STEP 848 (remove_files) COMPLETE
73132026-03-07T02:04:29.217Z[ recovery-image] Mar 07 02:04:27.588 INFO O| Mar 07 02:04:27.588 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73142026-03-07T02:04:29.226Z[ recovery-image] Mar 07 02:04:27.596 INFO O| Mar 07 02:04:27.596 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
73152026-03-07T02:04:29.228Z[ recovery-image] Mar 07 02:04:27.597 INFO O| Mar 07 02:04:27.597 INFO STEP 849 (remove_files) COMPLETE
73162026-03-07T02:04:29.228Z[ recovery-image] Mar 07 02:04:27.597 INFO O| Mar 07 02:04:27.597 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73172026-03-07T02:04:29.237Z[ recovery-image] Mar 07 02:04:27.608 INFO O| Mar 07 02:04:27.608 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/mpt.so.1"
73182026-03-07T02:04:29.240Z[ recovery-image] Mar 07 02:04:27.608 INFO O| Mar 07 02:04:27.608 INFO STEP 850 (remove_files) COMPLETE
73192026-03-07T02:04:29.240Z[ recovery-image] Mar 07 02:04:27.608 INFO O| Mar 07 02:04:27.608 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73202026-03-07T02:04:29.248Z[ recovery-image] Mar 07 02:04:27.619 INFO O| Mar 07 02:04:27.619 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
73212026-03-07T02:04:29.251Z[ recovery-image] Mar 07 02:04:27.619 INFO O| Mar 07 02:04:27.619 INFO STEP 851 (remove_files) COMPLETE
73222026-03-07T02:04:29.251Z[ recovery-image] Mar 07 02:04:27.619 INFO O| Mar 07 02:04:27.619 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73232026-03-07T02:04:29.259Z[ recovery-image] Mar 07 02:04:27.630 INFO O| Mar 07 02:04:27.630 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/reparsed"
73242026-03-07T02:04:29.259Z[ recovery-image] Mar 07 02:04:27.630 INFO O| Mar 07 02:04:27.630 INFO STEP 852 (remove_files) COMPLETE
73252026-03-07T02:04:29.259Z[ recovery-image] Mar 07 02:04:27.630 INFO O| Mar 07 02:04:27.630 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73262026-03-07T02:04:29.269Z[ recovery-image] Mar 07 02:04:27.640 INFO O| Mar 07 02:04:27.640 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/listen"
73272026-03-07T02:04:29.272Z[ recovery-image] Mar 07 02:04:27.640 INFO O| Mar 07 02:04:27.640 INFO STEP 853 (remove_files) COMPLETE
73282026-03-07T02:04:29.272Z[ recovery-image] Mar 07 02:04:27.640 INFO O| Mar 07 02:04:27.640 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73292026-03-07T02:04:29.278Z[ recovery-image] Mar 07 02:04:27.649 INFO O| Mar 07 02:04:27.649 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/nlps_server"
73302026-03-07T02:04:29.278Z[ recovery-image] Mar 07 02:04:27.649 INFO O| Mar 07 02:04:27.649 INFO STEP 854 (remove_files) COMPLETE
73312026-03-07T02:04:29.281Z[ recovery-image] Mar 07 02:04:27.649 INFO O| Mar 07 02:04:27.649 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73322026-03-07T02:04:29.286Z[ recovery-image] Mar 07 02:04:27.657 INFO O| Mar 07 02:04:27.657 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
73332026-03-07T02:04:29.289Z[ recovery-image] Mar 07 02:04:27.657 INFO O| Mar 07 02:04:27.657 INFO STEP 855 (remove_files) COMPLETE
73342026-03-07T02:04:29.289Z[ recovery-image] Mar 07 02:04:27.657 INFO O| Mar 07 02:04:27.657 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73352026-03-07T02:04:29.294Z[ recovery-image] Mar 07 02:04:27.665 INFO O| Mar 07 02:04:27.665 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
73362026-03-07T02:04:29.297Z[ recovery-image] Mar 07 02:04:27.665 INFO O| Mar 07 02:04:27.665 INFO STEP 856 (remove_files) COMPLETE
73372026-03-07T02:04:29.297Z[ recovery-image] Mar 07 02:04:27.665 INFO O| Mar 07 02:04:27.665 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73382026-03-07T02:04:29.302Z[ recovery-image] Mar 07 02:04:27.673 INFO O| Mar 07 02:04:27.673 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
73392026-03-07T02:04:29.305Z[ recovery-image] Mar 07 02:04:27.673 INFO O| Mar 07 02:04:27.673 INFO STEP 857 (remove_files) COMPLETE
73402026-03-07T02:04:29.305Z[ recovery-image] Mar 07 02:04:27.673 INFO O| Mar 07 02:04:27.673 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73412026-03-07T02:04:29.313Z[ recovery-image] Mar 07 02:04:27.683 INFO O| Mar 07 02:04:27.683 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/login.so.1"
73422026-03-07T02:04:29.316Z[ recovery-image] Mar 07 02:04:27.684 INFO O| Mar 07 02:04:27.684 INFO STEP 858 (remove_files) COMPLETE
73432026-03-07T02:04:29.316Z[ recovery-image] Mar 07 02:04:27.684 INFO O| Mar 07 02:04:27.684 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73442026-03-07T02:04:29.323Z[ recovery-image] Mar 07 02:04:27.694 INFO O| Mar 07 02:04:27.694 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/plain.so.1"
73452026-03-07T02:04:29.326Z[ recovery-image] Mar 07 02:04:27.694 INFO O| Mar 07 02:04:27.694 INFO STEP 859 (remove_files) COMPLETE
73462026-03-07T02:04:29.326Z[ recovery-image] Mar 07 02:04:27.694 INFO O| Mar 07 02:04:27.694 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73472026-03-07T02:04:29.331Z[ recovery-image] Mar 07 02:04:27.702 INFO O| Mar 07 02:04:27.702 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/crammd5.so.1"
73482026-03-07T02:04:29.331Z[ recovery-image] Mar 07 02:04:27.702 INFO O| Mar 07 02:04:27.702 INFO STEP 860 (remove_files) COMPLETE
73492026-03-07T02:04:29.334Z[ recovery-image] Mar 07 02:04:27.702 INFO O| Mar 07 02:04:27.702 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73502026-03-07T02:04:29.341Z[ recovery-image] Mar 07 02:04:27.712 INFO O| Mar 07 02:04:27.712 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/digestmd5.so.1"
73512026-03-07T02:04:29.341Z[ recovery-image] Mar 07 02:04:27.712 INFO O| Mar 07 02:04:27.712 INFO STEP 861 (remove_files) COMPLETE
73522026-03-07T02:04:29.341Z[ recovery-image] Mar 07 02:04:27.712 INFO O| Mar 07 02:04:27.712 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73532026-03-07T02:04:29.351Z[ recovery-image] Mar 07 02:04:27.722 INFO O| Mar 07 02:04:27.721 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/gssapi.so.1"
73542026-03-07T02:04:29.351Z[ recovery-image] Mar 07 02:04:27.722 INFO O| Mar 07 02:04:27.722 INFO STEP 862 (remove_files) COMPLETE
73552026-03-07T02:04:29.353Z[ recovery-image] Mar 07 02:04:27.722 INFO O| Mar 07 02:04:27.722 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73562026-03-07T02:04:29.360Z[ recovery-image] Mar 07 02:04:27.731 INFO O| Mar 07 02:04:27.731 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/login.so.1"
73572026-03-07T02:04:29.361Z[ recovery-image] Mar 07 02:04:27.731 INFO O| Mar 07 02:04:27.731 INFO STEP 863 (remove_files) COMPLETE
73582026-03-07T02:04:29.363Z[ recovery-image] Mar 07 02:04:27.731 INFO O| Mar 07 02:04:27.731 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73592026-03-07T02:04:29.368Z[ recovery-image] Mar 07 02:04:27.739 INFO O| Mar 07 02:04:27.739 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/plain.so.1"
73602026-03-07T02:04:29.371Z[ recovery-image] Mar 07 02:04:27.739 INFO O| Mar 07 02:04:27.739 INFO STEP 864 (remove_files) COMPLETE
73612026-03-07T02:04:29.371Z[ recovery-image] Mar 07 02:04:27.740 INFO O| Mar 07 02:04:27.739 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73622026-03-07T02:04:29.379Z[ recovery-image] Mar 07 02:04:27.749 INFO O| Mar 07 02:04:27.749 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
73632026-03-07T02:04:29.383Z[ recovery-image] Mar 07 02:04:27.749 INFO O| Mar 07 02:04:27.749 INFO STEP 865 (remove_files) COMPLETE
73642026-03-07T02:04:29.383Z[ recovery-image] Mar 07 02:04:27.749 INFO O| Mar 07 02:04:27.749 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73652026-03-07T02:04:29.388Z[ recovery-image] Mar 07 02:04:27.759 INFO O| Mar 07 02:04:27.759 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
73662026-03-07T02:04:29.388Z[ recovery-image] Mar 07 02:04:27.759 INFO O| Mar 07 02:04:27.759 INFO STEP 866 (remove_files) COMPLETE
73672026-03-07T02:04:29.388Z[ recovery-image] Mar 07 02:04:27.759 INFO O| Mar 07 02:04:27.759 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73682026-03-07T02:04:29.396Z[ recovery-image] Mar 07 02:04:27.767 INFO O| Mar 07 02:04:27.767 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
73692026-03-07T02:04:29.399Z[ recovery-image] Mar 07 02:04:27.767 INFO O| Mar 07 02:04:27.767 INFO STEP 867 (remove_files) COMPLETE
73702026-03-07T02:04:29.399Z[ recovery-image] Mar 07 02:04:27.767 INFO O| Mar 07 02:04:27.767 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73712026-03-07T02:04:29.406Z[ recovery-image] Mar 07 02:04:27.777 INFO O| Mar 07 02:04:27.777 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
73722026-03-07T02:04:29.406Z[ recovery-image] Mar 07 02:04:27.777 INFO O| Mar 07 02:04:27.777 INFO STEP 868 (remove_files) COMPLETE
73732026-03-07T02:04:29.406Z[ recovery-image] Mar 07 02:04:27.777 INFO O| Mar 07 02:04:27.777 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73742026-03-07T02:04:29.417Z[ recovery-image] Mar 07 02:04:27.788 INFO O| Mar 07 02:04:27.788 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
73752026-03-07T02:04:29.417Z[ recovery-image] Mar 07 02:04:27.788 INFO O| Mar 07 02:04:27.788 INFO STEP 869 (remove_files) COMPLETE
73762026-03-07T02:04:29.420Z[ recovery-image] Mar 07 02:04:27.788 INFO O| Mar 07 02:04:27.788 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73772026-03-07T02:04:29.428Z[ recovery-image] Mar 07 02:04:27.798 INFO O| Mar 07 02:04:27.798 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
73782026-03-07T02:04:29.430Z[ recovery-image] Mar 07 02:04:27.799 INFO O| Mar 07 02:04:27.799 INFO STEP 870 (remove_files) COMPLETE
73792026-03-07T02:04:29.431Z[ recovery-image] Mar 07 02:04:27.799 INFO O| Mar 07 02:04:27.799 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73802026-03-07T02:04:29.436Z[ recovery-image] Mar 07 02:04:27.807 INFO O| Mar 07 02:04:27.807 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
73812026-03-07T02:04:29.436Z[ recovery-image] Mar 07 02:04:27.807 INFO O| Mar 07 02:04:27.807 INFO STEP 871 (remove_files) COMPLETE
73822026-03-07T02:04:29.436Z[ recovery-image] Mar 07 02:04:27.807 INFO O| Mar 07 02:04:27.807 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73832026-03-07T02:04:29.444Z[ recovery-image] Mar 07 02:04:27.815 INFO O| Mar 07 02:04:27.815 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
73842026-03-07T02:04:29.444Z[ recovery-image] Mar 07 02:04:27.815 INFO O| Mar 07 02:04:27.815 INFO STEP 872 (remove_files) COMPLETE
73852026-03-07T02:04:29.444Z[ recovery-image] Mar 07 02:04:27.815 INFO O| Mar 07 02:04:27.815 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73862026-03-07T02:04:29.452Z[ recovery-image] Mar 07 02:04:27.823 INFO O| Mar 07 02:04:27.823 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
73872026-03-07T02:04:29.455Z[ recovery-image] Mar 07 02:04:27.823 INFO O| Mar 07 02:04:27.823 INFO STEP 873 (remove_files) COMPLETE
73882026-03-07T02:04:29.455Z[ recovery-image] Mar 07 02:04:27.823 INFO O| Mar 07 02:04:27.823 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73892026-03-07T02:04:29.460Z[ recovery-image] Mar 07 02:04:27.831 INFO O| Mar 07 02:04:27.830 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
73902026-03-07T02:04:29.463Z[ recovery-image] Mar 07 02:04:27.831 INFO O| Mar 07 02:04:27.831 INFO STEP 874 (remove_files) COMPLETE
73912026-03-07T02:04:29.463Z[ recovery-image] Mar 07 02:04:27.831 INFO O| Mar 07 02:04:27.831 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73922026-03-07T02:04:29.468Z[ recovery-image] Mar 07 02:04:27.839 INFO O| Mar 07 02:04:27.839 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
73932026-03-07T02:04:29.468Z[ recovery-image] Mar 07 02:04:27.839 INFO O| Mar 07 02:04:27.839 INFO STEP 875 (remove_files) COMPLETE
73942026-03-07T02:04:29.468Z[ recovery-image] Mar 07 02:04:27.839 INFO O| Mar 07 02:04:27.839 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73952026-03-07T02:04:29.477Z[ recovery-image] Mar 07 02:04:27.848 INFO O| Mar 07 02:04:27.848 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
73962026-03-07T02:04:29.477Z[ recovery-image] Mar 07 02:04:27.848 INFO O| Mar 07 02:04:27.848 INFO STEP 876 (remove_files) COMPLETE
73972026-03-07T02:04:29.480Z[ recovery-image] Mar 07 02:04:27.848 INFO O| Mar 07 02:04:27.848 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73982026-03-07T02:04:29.486Z[ recovery-image] Mar 07 02:04:27.857 INFO O| Mar 07 02:04:27.857 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
73992026-03-07T02:04:29.489Z[ recovery-image] Mar 07 02:04:27.857 INFO O| Mar 07 02:04:27.857 INFO STEP 877 (remove_files) COMPLETE
74002026-03-07T02:04:29.489Z[ recovery-image] Mar 07 02:04:27.857 INFO O| Mar 07 02:04:27.857 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74012026-03-07T02:04:29.494Z[ recovery-image] Mar 07 02:04:27.865 INFO O| Mar 07 02:04:27.865 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
74022026-03-07T02:04:29.497Z[ recovery-image] Mar 07 02:04:27.865 INFO O| Mar 07 02:04:27.865 INFO STEP 878 (remove_files) COMPLETE
74032026-03-07T02:04:29.497Z[ recovery-image] Mar 07 02:04:27.865 INFO O| Mar 07 02:04:27.865 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74042026-03-07T02:04:29.504Z[ recovery-image] Mar 07 02:04:27.875 INFO O| Mar 07 02:04:27.875 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
74052026-03-07T02:04:29.504Z[ recovery-image] Mar 07 02:04:27.875 INFO O| Mar 07 02:04:27.875 INFO STEP 879 (remove_files) COMPLETE
74062026-03-07T02:04:29.507Z[ recovery-image] Mar 07 02:04:27.875 INFO O| Mar 07 02:04:27.875 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74072026-03-07T02:04:29.514Z[ recovery-image] Mar 07 02:04:27.885 INFO O| Mar 07 02:04:27.885 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_list.so.1"
74082026-03-07T02:04:29.514Z[ recovery-image] Mar 07 02:04:27.885 INFO O| Mar 07 02:04:27.885 INFO STEP 880 (remove_files) COMPLETE
74092026-03-07T02:04:29.515Z[ recovery-image] Mar 07 02:04:27.885 INFO O| Mar 07 02:04:27.885 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74102026-03-07T02:04:29.523Z[ recovery-image] Mar 07 02:04:27.894 INFO O| Mar 07 02:04:27.894 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
74112026-03-07T02:04:29.525Z[ recovery-image] Mar 07 02:04:27.894 INFO O| Mar 07 02:04:27.894 INFO STEP 881 (remove_files) COMPLETE
74122026-03-07T02:04:29.525Z[ recovery-image] Mar 07 02:04:27.894 INFO O| Mar 07 02:04:27.894 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74132026-03-07T02:04:29.531Z[ recovery-image] Mar 07 02:04:27.902 INFO O| Mar 07 02:04:27.902 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
74142026-03-07T02:04:29.533Z[ recovery-image] Mar 07 02:04:27.902 INFO O| Mar 07 02:04:27.902 INFO STEP 882 (remove_files) COMPLETE
74152026-03-07T02:04:29.533Z[ recovery-image] Mar 07 02:04:27.902 INFO O| Mar 07 02:04:27.902 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74162026-03-07T02:04:29.541Z[ recovery-image] Mar 07 02:04:27.912 INFO O| Mar 07 02:04:27.912 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
74172026-03-07T02:04:29.541Z[ recovery-image] Mar 07 02:04:27.912 INFO O| Mar 07 02:04:27.912 INFO STEP 883 (remove_files) COMPLETE
74182026-03-07T02:04:29.544Z[ recovery-image] Mar 07 02:04:27.912 INFO O| Mar 07 02:04:27.912 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74192026-03-07T02:04:29.549Z[ recovery-image] Mar 07 02:04:27.920 INFO O| Mar 07 02:04:27.920 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
74202026-03-07T02:04:29.552Z[ recovery-image] Mar 07 02:04:27.920 INFO O| Mar 07 02:04:27.920 INFO STEP 884 (remove_files) COMPLETE
74212026-03-07T02:04:29.552Z[ recovery-image] Mar 07 02:04:27.920 INFO O| Mar 07 02:04:27.920 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74222026-03-07T02:04:29.558Z[ recovery-image] Mar 07 02:04:27.928 INFO O| Mar 07 02:04:27.928 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
74232026-03-07T02:04:29.561Z[ recovery-image] Mar 07 02:04:27.929 INFO O| Mar 07 02:04:27.929 INFO STEP 885 (remove_files) COMPLETE
74242026-03-07T02:04:29.561Z[ recovery-image] Mar 07 02:04:27.929 INFO O| Mar 07 02:04:27.929 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74252026-03-07T02:04:29.568Z[ recovery-image] Mar 07 02:04:27.938 INFO O| Mar 07 02:04:27.938 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
74262026-03-07T02:04:29.568Z[ recovery-image] Mar 07 02:04:27.939 INFO O| Mar 07 02:04:27.938 INFO STEP 886 (remove_files) COMPLETE
74272026-03-07T02:04:29.571Z[ recovery-image] Mar 07 02:04:27.939 INFO O| Mar 07 02:04:27.939 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74282026-03-07T02:04:29.578Z[ recovery-image] Mar 07 02:04:27.949 INFO O| Mar 07 02:04:27.949 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
74292026-03-07T02:04:29.581Z[ recovery-image] Mar 07 02:04:27.949 INFO O| Mar 07 02:04:27.949 INFO STEP 887 (remove_files) COMPLETE
74302026-03-07T02:04:29.581Z[ recovery-image] Mar 07 02:04:27.949 INFO O| Mar 07 02:04:27.949 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74312026-03-07T02:04:29.586Z[ recovery-image] Mar 07 02:04:27.957 INFO O| Mar 07 02:04:27.957 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
74322026-03-07T02:04:29.589Z[ recovery-image] Mar 07 02:04:27.957 INFO O| Mar 07 02:04:27.957 INFO STEP 888 (remove_files) COMPLETE
74332026-03-07T02:04:29.589Z[ recovery-image] Mar 07 02:04:27.957 INFO O| Mar 07 02:04:27.957 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74342026-03-07T02:04:29.596Z[ recovery-image] Mar 07 02:04:27.967 INFO O| Mar 07 02:04:27.967 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
74352026-03-07T02:04:29.599Z[ recovery-image] Mar 07 02:04:27.967 INFO O| Mar 07 02:04:27.967 INFO STEP 889 (remove_files) COMPLETE
74362026-03-07T02:04:29.599Z[ recovery-image] Mar 07 02:04:27.967 INFO O| Mar 07 02:04:27.967 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74372026-03-07T02:04:29.605Z[ recovery-image] Mar 07 02:04:27.976 INFO O| Mar 07 02:04:27.976 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
74382026-03-07T02:04:29.608Z[ recovery-image] Mar 07 02:04:27.976 INFO O| Mar 07 02:04:27.976 INFO STEP 890 (remove_files) COMPLETE
74392026-03-07T02:04:29.608Z[ recovery-image] Mar 07 02:04:27.976 INFO O| Mar 07 02:04:27.976 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74402026-03-07T02:04:29.615Z[ recovery-image] Mar 07 02:04:27.986 INFO O| Mar 07 02:04:27.986 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
74412026-03-07T02:04:29.618Z[ recovery-image] Mar 07 02:04:27.986 INFO O| Mar 07 02:04:27.986 INFO STEP 891 (remove_files) COMPLETE
74422026-03-07T02:04:29.618Z[ recovery-image] Mar 07 02:04:27.986 INFO O| Mar 07 02:04:27.986 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74432026-03-07T02:04:29.624Z[ recovery-image] Mar 07 02:04:27.995 INFO O| Mar 07 02:04:27.994 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
74442026-03-07T02:04:29.626Z[ recovery-image] Mar 07 02:04:27.995 INFO O| Mar 07 02:04:27.995 INFO STEP 892 (remove_files) COMPLETE
74452026-03-07T02:04:29.626Z[ recovery-image] Mar 07 02:04:27.995 INFO O| Mar 07 02:04:27.995 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74462026-03-07T02:04:29.635Z[ recovery-image] Mar 07 02:04:28.005 INFO O| Mar 07 02:04:28.005 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
74472026-03-07T02:04:29.635Z[ recovery-image] Mar 07 02:04:28.006 INFO O| Mar 07 02:04:28.006 INFO STEP 893 (remove_files) COMPLETE
74482026-03-07T02:04:29.635Z[ recovery-image] Mar 07 02:04:28.006 INFO O| Mar 07 02:04:28.006 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74492026-03-07T02:04:29.644Z[ recovery-image] Mar 07 02:04:28.015 INFO O| Mar 07 02:04:28.015 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
74502026-03-07T02:04:29.647Z[ recovery-image] Mar 07 02:04:28.015 INFO O| Mar 07 02:04:28.015 INFO STEP 894 (remove_files) COMPLETE
74512026-03-07T02:04:29.647Z[ recovery-image] Mar 07 02:04:28.015 INFO O| Mar 07 02:04:28.015 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74522026-03-07T02:04:29.653Z[ recovery-image] Mar 07 02:04:28.023 INFO O| Mar 07 02:04:28.023 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
74532026-03-07T02:04:29.655Z[ recovery-image] Mar 07 02:04:28.024 INFO O| Mar 07 02:04:28.024 INFO STEP 895 (remove_files) COMPLETE
74542026-03-07T02:04:29.655Z[ recovery-image] Mar 07 02:04:28.024 INFO O| Mar 07 02:04:28.024 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74552026-03-07T02:04:29.663Z[ recovery-image] Mar 07 02:04:28.034 INFO O| Mar 07 02:04:28.034 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_binfile.so.1"
74562026-03-07T02:04:29.666Z[ recovery-image] Mar 07 02:04:28.034 INFO O| Mar 07 02:04:28.034 INFO STEP 896 (remove_files) COMPLETE
74572026-03-07T02:04:29.666Z[ recovery-image] Mar 07 02:04:28.034 INFO O| Mar 07 02:04:28.034 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74582026-03-07T02:04:29.671Z[ recovery-image] Mar 07 02:04:28.042 INFO O| Mar 07 02:04:28.042 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_remote.so.1"
74592026-03-07T02:04:29.674Z[ recovery-image] Mar 07 02:04:28.042 INFO O| Mar 07 02:04:28.042 INFO STEP 897 (remove_files) COMPLETE
74602026-03-07T02:04:29.674Z[ recovery-image] Mar 07 02:04:28.042 INFO O| Mar 07 02:04:28.042 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74612026-03-07T02:04:29.681Z[ recovery-image] Mar 07 02:04:28.052 INFO O| Mar 07 02:04:28.051 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_syslog.so.1"
74622026-03-07T02:04:29.681Z[ recovery-image] Mar 07 02:04:28.052 INFO O| Mar 07 02:04:28.052 INFO STEP 898 (remove_files) COMPLETE
74632026-03-07T02:04:29.681Z[ recovery-image] Mar 07 02:04:28.052 INFO O| Mar 07 02:04:28.052 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74642026-03-07T02:04:29.690Z[ recovery-image] Mar 07 02:04:28.061 INFO O| Mar 07 02:04:28.061 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
74652026-03-07T02:04:29.691Z[ recovery-image] Mar 07 02:04:28.061 INFO O| Mar 07 02:04:28.061 INFO STEP 899 (remove_files) COMPLETE
74662026-03-07T02:04:29.693Z[ recovery-image] Mar 07 02:04:28.061 INFO O| Mar 07 02:04:28.061 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74672026-03-07T02:04:29.699Z[ recovery-image] Mar 07 02:04:28.070 INFO O| Mar 07 02:04:28.070 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
74682026-03-07T02:04:29.702Z[ recovery-image] Mar 07 02:04:28.070 INFO O| Mar 07 02:04:28.070 INFO STEP 900 (remove_files) COMPLETE
74692026-03-07T02:04:29.702Z[ recovery-image] Mar 07 02:04:28.070 INFO O| Mar 07 02:04:28.070 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74702026-03-07T02:04:29.707Z[ recovery-image] Mar 07 02:04:28.078 INFO O| Mar 07 02:04:28.078 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha256.so.1"
74712026-03-07T02:04:29.707Z[ recovery-image] Mar 07 02:04:28.078 INFO O| Mar 07 02:04:28.078 INFO STEP 901 (remove_files) COMPLETE
74722026-03-07T02:04:29.710Z[ recovery-image] Mar 07 02:04:28.078 INFO O| Mar 07 02:04:28.078 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74732026-03-07T02:04:29.717Z[ recovery-image] Mar 07 02:04:28.088 INFO O| Mar 07 02:04:28.088 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha512.so.1"
74742026-03-07T02:04:29.717Z[ recovery-image] Mar 07 02:04:28.088 INFO O| Mar 07 02:04:28.088 INFO STEP 902 (remove_files) COMPLETE
74752026-03-07T02:04:29.717Z[ recovery-image] Mar 07 02:04:28.088 INFO O| Mar 07 02:04:28.088 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74762026-03-07T02:04:29.725Z[ recovery-image] Mar 07 02:04:28.096 INFO O| Mar 07 02:04:28.096 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
74772026-03-07T02:04:29.725Z[ recovery-image] Mar 07 02:04:28.096 INFO O| Mar 07 02:04:28.096 INFO STEP 903 (remove_files) COMPLETE
74782026-03-07T02:04:29.728Z[ recovery-image] Mar 07 02:04:28.096 INFO O| Mar 07 02:04:28.096 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74792026-03-07T02:04:29.735Z[ recovery-image] Mar 07 02:04:28.106 INFO O| Mar 07 02:04:28.106 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_allow.so.1"
74802026-03-07T02:04:29.738Z[ recovery-image] Mar 07 02:04:28.106 INFO O| Mar 07 02:04:28.106 INFO STEP 904 (remove_files) COMPLETE
74812026-03-07T02:04:29.738Z[ recovery-image] Mar 07 02:04:28.106 INFO O| Mar 07 02:04:28.106 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74822026-03-07T02:04:29.745Z[ recovery-image] Mar 07 02:04:28.116 INFO O| Mar 07 02:04:28.116 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_check.so.1"
74832026-03-07T02:04:29.745Z[ recovery-image] Mar 07 02:04:28.116 INFO O| Mar 07 02:04:28.116 INFO STEP 905 (remove_files) COMPLETE
74842026-03-07T02:04:29.748Z[ recovery-image] Mar 07 02:04:28.116 INFO O| Mar 07 02:04:28.116 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74852026-03-07T02:04:29.755Z[ recovery-image] Mar 07 02:04:28.126 INFO O| Mar 07 02:04:28.126 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_store.so.1"
74862026-03-07T02:04:29.755Z[ recovery-image] Mar 07 02:04:28.126 INFO O| Mar 07 02:04:28.126 INFO STEP 906 (remove_files) COMPLETE
74872026-03-07T02:04:29.758Z[ recovery-image] Mar 07 02:04:28.126 INFO O| Mar 07 02:04:28.126 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74882026-03-07T02:04:29.765Z[ recovery-image] Mar 07 02:04:28.136 INFO O| Mar 07 02:04:28.136 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_deny.so.1"
74892026-03-07T02:04:29.768Z[ recovery-image] Mar 07 02:04:28.136 INFO O| Mar 07 02:04:28.136 INFO STEP 907 (remove_files) COMPLETE
74902026-03-07T02:04:29.768Z[ recovery-image] Mar 07 02:04:28.136 INFO O| Mar 07 02:04:28.136 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74912026-03-07T02:04:29.773Z[ recovery-image] Mar 07 02:04:28.144 INFO O| Mar 07 02:04:28.144 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5.so.1"
74922026-03-07T02:04:29.776Z[ recovery-image] Mar 07 02:04:28.144 INFO O| Mar 07 02:04:28.144 INFO STEP 908 (remove_files) COMPLETE
74932026-03-07T02:04:29.776Z[ recovery-image] Mar 07 02:04:28.145 INFO O| Mar 07 02:04:28.144 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74942026-03-07T02:04:29.784Z[ recovery-image] Mar 07 02:04:28.155 INFO O| Mar 07 02:04:28.155 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
74952026-03-07T02:04:29.787Z[ recovery-image] Mar 07 02:04:28.155 INFO O| Mar 07 02:04:28.155 INFO STEP 909 (remove_files) COMPLETE
74962026-03-07T02:04:29.787Z[ recovery-image] Mar 07 02:04:28.155 INFO O| Mar 07 02:04:28.155 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74972026-03-07T02:04:29.792Z[ recovery-image] Mar 07 02:04:28.163 INFO O| Mar 07 02:04:28.163 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_ldap.so.1"
74982026-03-07T02:04:29.795Z[ recovery-image] Mar 07 02:04:28.163 INFO O| Mar 07 02:04:28.163 INFO STEP 910 (remove_files) COMPLETE
74992026-03-07T02:04:29.795Z[ recovery-image] Mar 07 02:04:28.163 INFO O| Mar 07 02:04:28.163 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75002026-03-07T02:04:29.801Z[ recovery-image] Mar 07 02:04:28.172 INFO O| Mar 07 02:04:28.172 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_list.so.1"
75012026-03-07T02:04:29.801Z[ recovery-image] Mar 07 02:04:28.172 INFO O| Mar 07 02:04:28.172 INFO STEP 911 (remove_files) COMPLETE
75022026-03-07T02:04:29.804Z[ recovery-image] Mar 07 02:04:28.172 INFO O| Mar 07 02:04:28.172 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75032026-03-07T02:04:29.811Z[ recovery-image] Mar 07 02:04:28.182 INFO O| Mar 07 02:04:28.182 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
75042026-03-07T02:04:29.811Z[ recovery-image] Mar 07 02:04:28.182 INFO O| Mar 07 02:04:28.182 INFO STEP 912 (remove_files) COMPLETE
75052026-03-07T02:04:29.814Z[ recovery-image] Mar 07 02:04:28.182 INFO O| Mar 07 02:04:28.182 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75062026-03-07T02:04:29.819Z[ recovery-image] Mar 07 02:04:28.190 INFO O| Mar 07 02:04:28.190 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
75072026-03-07T02:04:29.819Z[ recovery-image] Mar 07 02:04:28.190 INFO O| Mar 07 02:04:28.190 INFO STEP 913 (remove_files) COMPLETE
75082026-03-07T02:04:29.822Z[ recovery-image] Mar 07 02:04:28.190 INFO O| Mar 07 02:04:28.190 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75092026-03-07T02:04:29.828Z[ recovery-image] Mar 07 02:04:28.199 INFO O| Mar 07 02:04:28.199 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_sample.so.1"
75102026-03-07T02:04:29.831Z[ recovery-image] Mar 07 02:04:28.199 INFO O| Mar 07 02:04:28.199 INFO STEP 914 (remove_files) COMPLETE
75112026-03-07T02:04:29.831Z[ recovery-image] Mar 07 02:04:28.199 INFO O| Mar 07 02:04:28.199 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75122026-03-07T02:04:29.838Z[ recovery-image] Mar 07 02:04:28.208 INFO O| Mar 07 02:04:28.208 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
75132026-03-07T02:04:29.840Z[ recovery-image] Mar 07 02:04:28.209 INFO O| Mar 07 02:04:28.208 INFO STEP 915 (remove_files) COMPLETE
75142026-03-07T02:04:29.840Z[ recovery-image] Mar 07 02:04:28.209 INFO O| Mar 07 02:04:28.209 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75152026-03-07T02:04:29.848Z[ recovery-image] Mar 07 02:04:28.219 INFO O| Mar 07 02:04:28.219 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
75162026-03-07T02:04:29.848Z[ recovery-image] Mar 07 02:04:28.219 INFO O| Mar 07 02:04:28.219 INFO STEP 916 (remove_files) COMPLETE
75172026-03-07T02:04:29.848Z[ recovery-image] Mar 07 02:04:28.219 INFO O| Mar 07 02:04:28.219 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75182026-03-07T02:04:29.858Z[ recovery-image] Mar 07 02:04:28.228 INFO O| Mar 07 02:04:28.228 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_timestamp.so.1"
75192026-03-07T02:04:29.860Z[ recovery-image] Mar 07 02:04:28.229 INFO O| Mar 07 02:04:28.228 INFO STEP 917 (remove_files) COMPLETE
75202026-03-07T02:04:29.860Z[ recovery-image] Mar 07 02:04:28.229 INFO O| Mar 07 02:04:28.229 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75212026-03-07T02:04:29.865Z[ recovery-image] Mar 07 02:04:28.236 INFO O| Mar 07 02:04:28.236 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_tsol_account.so.1"
75222026-03-07T02:04:29.866Z[ recovery-image] Mar 07 02:04:28.236 INFO O| Mar 07 02:04:28.236 INFO STEP 918 (remove_files) COMPLETE
75232026-03-07T02:04:29.866Z[ recovery-image] Mar 07 02:04:28.236 INFO O| Mar 07 02:04:28.236 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75242026-03-07T02:04:29.875Z[ recovery-image] Mar 07 02:04:28.246 INFO O| Mar 07 02:04:28.246 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
75252026-03-07T02:04:29.878Z[ recovery-image] Mar 07 02:04:28.246 INFO O| Mar 07 02:04:28.246 INFO STEP 919 (remove_files) COMPLETE
75262026-03-07T02:04:29.878Z[ recovery-image] Mar 07 02:04:28.246 INFO O| Mar 07 02:04:28.246 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75272026-03-07T02:04:29.883Z[ recovery-image] Mar 07 02:04:28.254 INFO O| Mar 07 02:04:28.254 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
75282026-03-07T02:04:29.887Z[ recovery-image] Mar 07 02:04:28.254 INFO O| Mar 07 02:04:28.254 INFO STEP 920 (remove_files) COMPLETE
75292026-03-07T02:04:29.887Z[ recovery-image] Mar 07 02:04:28.254 INFO O| Mar 07 02:04:28.254 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75302026-03-07T02:04:29.892Z[ recovery-image] Mar 07 02:04:28.262 INFO O| Mar 07 02:04:28.262 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
75312026-03-07T02:04:29.892Z[ recovery-image] Mar 07 02:04:28.263 INFO O| Mar 07 02:04:28.263 INFO STEP 921 (remove_files) COMPLETE
75322026-03-07T02:04:29.895Z[ recovery-image] Mar 07 02:04:28.263 INFO O| Mar 07 02:04:28.263 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75332026-03-07T02:04:29.902Z[ recovery-image] Mar 07 02:04:28.273 INFO O| Mar 07 02:04:28.273 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/compress"
75342026-03-07T02:04:29.904Z[ recovery-image] Mar 07 02:04:28.273 INFO O| Mar 07 02:04:28.273 INFO STEP 922 (remove_files) COMPLETE
75352026-03-07T02:04:29.904Z[ recovery-image] Mar 07 02:04:28.273 INFO O| Mar 07 02:04:28.273 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75362026-03-07T02:04:29.910Z[ recovery-image] Mar 07 02:04:28.281 INFO O| Mar 07 02:04:28.281 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashcheck"
75372026-03-07T02:04:29.910Z[ recovery-image] Mar 07 02:04:28.281 INFO O| Mar 07 02:04:28.281 INFO STEP 923 (remove_files) COMPLETE
75382026-03-07T02:04:29.913Z[ recovery-image] Mar 07 02:04:28.281 INFO O| Mar 07 02:04:28.281 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75392026-03-07T02:04:29.920Z[ recovery-image] Mar 07 02:04:28.291 INFO O| Mar 07 02:04:28.290 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashmake"
75402026-03-07T02:04:29.923Z[ recovery-image] Mar 07 02:04:28.291 INFO O| Mar 07 02:04:28.291 INFO STEP 924 (remove_files) COMPLETE
75412026-03-07T02:04:29.923Z[ recovery-image] Mar 07 02:04:28.291 INFO O| Mar 07 02:04:28.291 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75422026-03-07T02:04:29.928Z[ recovery-image] Mar 07 02:04:28.299 INFO O| Mar 07 02:04:28.299 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlista"
75432026-03-07T02:04:29.928Z[ recovery-image] Mar 07 02:04:28.299 INFO O| Mar 07 02:04:28.299 INFO STEP 925 (remove_files) COMPLETE
75442026-03-07T02:04:29.931Z[ recovery-image] Mar 07 02:04:28.299 INFO O| Mar 07 02:04:28.299 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75452026-03-07T02:04:29.938Z[ recovery-image] Mar 07 02:04:28.309 INFO O| Mar 07 02:04:28.309 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlistb"
75462026-03-07T02:04:29.941Z[ recovery-image] Mar 07 02:04:28.309 INFO O| Mar 07 02:04:28.309 INFO STEP 926 (remove_files) COMPLETE
75472026-03-07T02:04:29.941Z[ recovery-image] Mar 07 02:04:28.309 INFO O| Mar 07 02:04:28.309 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75482026-03-07T02:04:29.946Z[ recovery-image] Mar 07 02:04:28.317 INFO O| Mar 07 02:04:28.317 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hstop"
75492026-03-07T02:04:29.946Z[ recovery-image] Mar 07 02:04:28.317 INFO O| Mar 07 02:04:28.317 INFO STEP 927 (remove_files) COMPLETE
75502026-03-07T02:04:29.946Z[ recovery-image] Mar 07 02:04:28.317 INFO O| Mar 07 02:04:28.317 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75512026-03-07T02:04:29.954Z[ recovery-image] Mar 07 02:04:28.325 INFO O| Mar 07 02:04:28.325 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellin"
75522026-03-07T02:04:29.954Z[ recovery-image] Mar 07 02:04:28.325 INFO O| Mar 07 02:04:28.325 INFO STEP 928 (remove_files) COMPLETE
75532026-03-07T02:04:29.957Z[ recovery-image] Mar 07 02:04:28.325 INFO O| Mar 07 02:04:28.325 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75542026-03-07T02:04:29.962Z[ recovery-image] Mar 07 02:04:28.333 INFO O| Mar 07 02:04:28.333 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellprog"
75552026-03-07T02:04:29.962Z[ recovery-image] Mar 07 02:04:28.333 INFO O| Mar 07 02:04:28.333 INFO STEP 929 (remove_files) COMPLETE
75562026-03-07T02:04:29.965Z[ recovery-image] Mar 07 02:04:28.333 INFO O| Mar 07 02:04:28.333 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75572026-03-07T02:04:29.972Z[ recovery-image] Mar 07 02:04:28.343 INFO O| Mar 07 02:04:28.343 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sysevent/syseventconfd"
75582026-03-07T02:04:29.972Z[ recovery-image] Mar 07 02:04:28.343 INFO O| Mar 07 02:04:28.343 INFO STEP 930 (remove_files) COMPLETE
75592026-03-07T02:04:29.975Z[ recovery-image] Mar 07 02:04:28.343 INFO O| Mar 07 02:04:28.343 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75602026-03-07T02:04:29.980Z[ recovery-image] Mar 07 02:04:28.351 INFO O| Mar 07 02:04:28.351 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
75612026-03-07T02:04:29.983Z[ recovery-image] Mar 07 02:04:28.351 INFO O| Mar 07 02:04:28.351 INFO STEP 931 (remove_files) COMPLETE
75622026-03-07T02:04:29.983Z[ recovery-image] Mar 07 02:04:28.351 INFO O| Mar 07 02:04:28.351 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75632026-03-07T02:04:29.988Z[ recovery-image] Mar 07 02:04:28.359 INFO O| Mar 07 02:04:28.359 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
75642026-03-07T02:04:29.989Z[ recovery-image] Mar 07 02:04:28.359 INFO O| Mar 07 02:04:28.359 INFO STEP 932 (remove_files) COMPLETE
75652026-03-07T02:04:29.989Z[ recovery-image] Mar 07 02:04:28.359 INFO O| Mar 07 02:04:28.359 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75662026-03-07T02:04:29.997Z[ recovery-image] Mar 07 02:04:28.367 INFO O| Mar 07 02:04:28.367 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
75672026-03-07T02:04:29.997Z[ recovery-image] Mar 07 02:04:28.368 INFO O| Mar 07 02:04:28.368 INFO STEP 933 (remove_files) COMPLETE
75682026-03-07T02:04:29.997Z[ recovery-image] Mar 07 02:04:28.368 INFO O| Mar 07 02:04:28.368 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75692026-03-07T02:04:30.005Z[ recovery-image] Mar 07 02:04:28.376 INFO O| Mar 07 02:04:28.376 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
75702026-03-07T02:04:30.005Z[ recovery-image] Mar 07 02:04:28.376 INFO O| Mar 07 02:04:28.376 INFO STEP 934 (remove_files) COMPLETE
75712026-03-07T02:04:30.005Z[ recovery-image] Mar 07 02:04:28.376 INFO O| Mar 07 02:04:28.376 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75722026-03-07T02:04:30.013Z[ recovery-image] Mar 07 02:04:28.384 INFO O| Mar 07 02:04:28.383 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/varpd"
75732026-03-07T02:04:30.013Z[ recovery-image] Mar 07 02:04:28.384 INFO O| Mar 07 02:04:28.384 INFO STEP 935 (remove_files) COMPLETE
75742026-03-07T02:04:30.013Z[ recovery-image] Mar 07 02:04:28.384 INFO O| Mar 07 02:04:28.384 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75752026-03-07T02:04:30.020Z[ recovery-image] Mar 07 02:04:28.391 INFO O| Mar 07 02:04:28.391 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/xhci/xhci_portsc"
75762026-03-07T02:04:30.021Z[ recovery-image] Mar 07 02:04:28.392 INFO O| Mar 07 02:04:28.391 INFO STEP 936 (remove_files) COMPLETE
75772026-03-07T02:04:30.023Z[ recovery-image] Mar 07 02:04:28.392 INFO O| Mar 07 02:04:28.391 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75782026-03-07T02:04:30.028Z[ recovery-image] Mar 07 02:04:28.399 INFO O| Mar 07 02:04:28.399 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zfs/availdevs"
75792026-03-07T02:04:30.031Z[ recovery-image] Mar 07 02:04:28.400 INFO O| Mar 07 02:04:28.400 INFO STEP 937 (remove_files) COMPLETE
75802026-03-07T02:04:30.031Z[ recovery-image] Mar 07 02:04:28.400 INFO O| Mar 07 02:04:28.400 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75812026-03-07T02:04:30.041Z[ recovery-image] Mar 07 02:04:28.412 INFO O| Mar 07 02:04:28.412 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zones/zoneadmd"
75822026-03-07T02:04:30.044Z[ recovery-image] Mar 07 02:04:28.412 INFO O| Mar 07 02:04:28.412 INFO STEP 938 (remove_files) COMPLETE
75832026-03-07T02:04:30.044Z[ recovery-image] Mar 07 02:04:28.412 INFO O| Mar 07 02:04:28.412 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75842026-03-07T02:04:30.051Z[ recovery-image] Mar 07 02:04:28.421 INFO O| Mar 07 02:04:28.421 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/sftp-server"
75852026-03-07T02:04:30.054Z[ recovery-image] Mar 07 02:04:28.421 INFO O| Mar 07 02:04:28.421 INFO STEP 939 (remove_files) COMPLETE
75862026-03-07T02:04:30.055Z[ recovery-image] Mar 07 02:04:28.421 INFO O| Mar 07 02:04:28.421 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75872026-03-07T02:04:30.059Z[ recovery-image] Mar 07 02:04:28.429 INFO O| Mar 07 02:04:28.429 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-keysign"
75882026-03-07T02:04:30.059Z[ recovery-image] Mar 07 02:04:28.429 INFO O| Mar 07 02:04:28.429 INFO STEP 940 (remove_files) COMPLETE
75892026-03-07T02:04:30.062Z[ recovery-image] Mar 07 02:04:28.429 INFO O| Mar 07 02:04:28.429 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75902026-03-07T02:04:30.067Z[ recovery-image] Mar 07 02:04:28.437 INFO O| Mar 07 02:04:28.437 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
75912026-03-07T02:04:30.067Z[ recovery-image] Mar 07 02:04:28.437 INFO O| Mar 07 02:04:28.437 INFO STEP 941 (remove_files) COMPLETE
75922026-03-07T02:04:30.070Z[ recovery-image] Mar 07 02:04:28.437 INFO O| Mar 07 02:04:28.437 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75932026-03-07T02:04:30.074Z[ recovery-image] Mar 07 02:04:28.445 INFO O| Mar 07 02:04:28.445 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-sk-helper"
75942026-03-07T02:04:30.074Z[ recovery-image] Mar 07 02:04:28.445 INFO O| Mar 07 02:04:28.445 INFO STEP 942 (remove_files) COMPLETE
75952026-03-07T02:04:30.077Z[ recovery-image] Mar 07 02:04:28.445 INFO O| Mar 07 02:04:28.445 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75962026-03-07T02:04:30.085Z[ recovery-image] Mar 07 02:04:28.455 INFO O| Mar 07 02:04:28.455 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispgid"
75972026-03-07T02:04:30.085Z[ recovery-image] Mar 07 02:04:28.456 INFO O| Mar 07 02:04:28.455 INFO STEP 943 (remove_files) COMPLETE
75982026-03-07T02:04:30.088Z[ recovery-image] Mar 07 02:04:28.456 INFO O| Mar 07 02:04:28.455 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75992026-03-07T02:04:30.093Z[ recovery-image] Mar 07 02:04:28.463 INFO O| Mar 07 02:04:28.463 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispuid"
76002026-03-07T02:04:30.095Z[ recovery-image] Mar 07 02:04:28.463 INFO O| Mar 07 02:04:28.463 INFO STEP 944 (remove_files) COMPLETE
76012026-03-07T02:04:30.095Z[ recovery-image] Mar 07 02:04:28.463 INFO O| Mar 07 02:04:28.463 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76022026-03-07T02:04:30.101Z[ recovery-image] Mar 07 02:04:28.472 INFO O| Mar 07 02:04:28.472 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errange"
76032026-03-07T02:04:30.101Z[ recovery-image] Mar 07 02:04:28.472 INFO O| Mar 07 02:04:28.472 INFO STEP 945 (remove_files) COMPLETE
76042026-03-07T02:04:30.104Z[ recovery-image] Mar 07 02:04:28.472 INFO O| Mar 07 02:04:28.472 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76052026-03-07T02:04:30.111Z[ recovery-image] Mar 07 02:04:28.482 INFO O| Mar 07 02:04:28.482 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errdate"
76062026-03-07T02:04:30.111Z[ recovery-image] Mar 07 02:04:28.482 INFO O| Mar 07 02:04:28.482 INFO STEP 946 (remove_files) COMPLETE
76072026-03-07T02:04:30.114Z[ recovery-image] Mar 07 02:04:28.482 INFO O| Mar 07 02:04:28.482 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76082026-03-07T02:04:30.119Z[ recovery-image] Mar 07 02:04:28.490 INFO O| Mar 07 02:04:28.490 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errgid"
76092026-03-07T02:04:30.119Z[ recovery-image] Mar 07 02:04:28.490 INFO O| Mar 07 02:04:28.490 INFO STEP 947 (remove_files) COMPLETE
76102026-03-07T02:04:30.122Z[ recovery-image] Mar 07 02:04:28.490 INFO O| Mar 07 02:04:28.490 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76112026-03-07T02:04:30.130Z[ recovery-image] Mar 07 02:04:28.501 INFO O| Mar 07 02:04:28.501 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errint"
76122026-03-07T02:04:30.133Z[ recovery-image] Mar 07 02:04:28.501 INFO O| Mar 07 02:04:28.501 INFO STEP 948 (remove_files) COMPLETE
76132026-03-07T02:04:30.133Z[ recovery-image] Mar 07 02:04:28.501 INFO O| Mar 07 02:04:28.501 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76142026-03-07T02:04:30.138Z[ recovery-image] Mar 07 02:04:28.508 INFO O| Mar 07 02:04:28.508 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erritem"
76152026-03-07T02:04:30.138Z[ recovery-image] Mar 07 02:04:28.508 INFO O| Mar 07 02:04:28.508 INFO STEP 949 (remove_files) COMPLETE
76162026-03-07T02:04:30.141Z[ recovery-image] Mar 07 02:04:28.508 INFO O| Mar 07 02:04:28.508 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76172026-03-07T02:04:30.148Z[ recovery-image] Mar 07 02:04:28.519 INFO O| Mar 07 02:04:28.519 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errpath"
76182026-03-07T02:04:30.150Z[ recovery-image] Mar 07 02:04:28.519 INFO O| Mar 07 02:04:28.519 INFO STEP 950 (remove_files) COMPLETE
76192026-03-07T02:04:30.150Z[ recovery-image] Mar 07 02:04:28.519 INFO O| Mar 07 02:04:28.519 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76202026-03-07T02:04:30.158Z[ recovery-image] Mar 07 02:04:28.529 INFO O| Mar 07 02:04:28.529 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errstr"
76212026-03-07T02:04:30.158Z[ recovery-image] Mar 07 02:04:28.529 INFO O| Mar 07 02:04:28.529 INFO STEP 951 (remove_files) COMPLETE
76222026-03-07T02:04:30.158Z[ recovery-image] Mar 07 02:04:28.529 INFO O| Mar 07 02:04:28.529 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76232026-03-07T02:04:30.168Z[ recovery-image] Mar 07 02:04:28.539 INFO O| Mar 07 02:04:28.539 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errtime"
76242026-03-07T02:04:30.168Z[ recovery-image] Mar 07 02:04:28.539 INFO O| Mar 07 02:04:28.539 INFO STEP 952 (remove_files) COMPLETE
76252026-03-07T02:04:30.171Z[ recovery-image] Mar 07 02:04:28.539 INFO O| Mar 07 02:04:28.539 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76262026-03-07T02:04:30.178Z[ recovery-image] Mar 07 02:04:28.549 INFO O| Mar 07 02:04:28.549 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erruid"
76272026-03-07T02:04:30.178Z[ recovery-image] Mar 07 02:04:28.549 INFO O| Mar 07 02:04:28.549 INFO STEP 953 (remove_files) COMPLETE
76282026-03-07T02:04:30.178Z[ recovery-image] Mar 07 02:04:28.549 INFO O| Mar 07 02:04:28.549 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76292026-03-07T02:04:30.188Z[ recovery-image] Mar 07 02:04:28.558 INFO O| Mar 07 02:04:28.558 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erryorn"
76302026-03-07T02:04:30.188Z[ recovery-image] Mar 07 02:04:28.558 INFO O| Mar 07 02:04:28.558 INFO STEP 954 (remove_files) COMPLETE
76312026-03-07T02:04:30.191Z[ recovery-image] Mar 07 02:04:28.558 INFO O| Mar 07 02:04:28.558 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76322026-03-07T02:04:30.197Z[ recovery-image] Mar 07 02:04:28.568 INFO O| Mar 07 02:04:28.568 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpdate"
76332026-03-07T02:04:30.197Z[ recovery-image] Mar 07 02:04:28.568 INFO O| Mar 07 02:04:28.568 INFO STEP 955 (remove_files) COMPLETE
76342026-03-07T02:04:30.197Z[ recovery-image] Mar 07 02:04:28.568 INFO O| Mar 07 02:04:28.568 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76352026-03-07T02:04:30.207Z[ recovery-image] Mar 07 02:04:28.578 INFO O| Mar 07 02:04:28.578 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpgid"
76362026-03-07T02:04:30.207Z[ recovery-image] Mar 07 02:04:28.578 INFO O| Mar 07 02:04:28.578 INFO STEP 956 (remove_files) COMPLETE
76372026-03-07T02:04:30.210Z[ recovery-image] Mar 07 02:04:28.578 INFO O| Mar 07 02:04:28.578 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76382026-03-07T02:04:30.217Z[ recovery-image] Mar 07 02:04:28.588 INFO O| Mar 07 02:04:28.587 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpint"
76392026-03-07T02:04:30.217Z[ recovery-image] Mar 07 02:04:28.588 INFO O| Mar 07 02:04:28.588 INFO STEP 957 (remove_files) COMPLETE
76402026-03-07T02:04:30.220Z[ recovery-image] Mar 07 02:04:28.588 INFO O| Mar 07 02:04:28.588 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76412026-03-07T02:04:30.225Z[ recovery-image] Mar 07 02:04:28.595 INFO O| Mar 07 02:04:28.595 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpitem"
76422026-03-07T02:04:30.225Z[ recovery-image] Mar 07 02:04:28.595 INFO O| Mar 07 02:04:28.595 INFO STEP 958 (remove_files) COMPLETE
76432026-03-07T02:04:30.225Z[ recovery-image] Mar 07 02:04:28.595 INFO O| Mar 07 02:04:28.595 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76442026-03-07T02:04:30.233Z[ recovery-image] Mar 07 02:04:28.604 INFO O| Mar 07 02:04:28.604 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helppath"
76452026-03-07T02:04:30.233Z[ recovery-image] Mar 07 02:04:28.604 INFO O| Mar 07 02:04:28.604 INFO STEP 959 (remove_files) COMPLETE
76462026-03-07T02:04:30.233Z[ recovery-image] Mar 07 02:04:28.604 INFO O| Mar 07 02:04:28.604 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76472026-03-07T02:04:30.243Z[ recovery-image] Mar 07 02:04:28.614 INFO O| Mar 07 02:04:28.614 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helprange"
76482026-03-07T02:04:30.243Z[ recovery-image] Mar 07 02:04:28.614 INFO O| Mar 07 02:04:28.614 INFO STEP 960 (remove_files) COMPLETE
76492026-03-07T02:04:30.246Z[ recovery-image] Mar 07 02:04:28.614 INFO O| Mar 07 02:04:28.614 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76502026-03-07T02:04:30.253Z[ recovery-image] Mar 07 02:04:28.624 INFO O| Mar 07 02:04:28.624 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpstr"
76512026-03-07T02:04:30.253Z[ recovery-image] Mar 07 02:04:28.624 INFO O| Mar 07 02:04:28.624 INFO STEP 961 (remove_files) COMPLETE
76522026-03-07T02:04:30.253Z[ recovery-image] Mar 07 02:04:28.624 INFO O| Mar 07 02:04:28.624 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76532026-03-07T02:04:30.263Z[ recovery-image] Mar 07 02:04:28.634 INFO O| Mar 07 02:04:28.634 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helptime"
76542026-03-07T02:04:30.263Z[ recovery-image] Mar 07 02:04:28.634 INFO O| Mar 07 02:04:28.634 INFO STEP 962 (remove_files) COMPLETE
76552026-03-07T02:04:30.263Z[ recovery-image] Mar 07 02:04:28.634 INFO O| Mar 07 02:04:28.634 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76562026-03-07T02:04:30.271Z[ recovery-image] Mar 07 02:04:28.642 INFO O| Mar 07 02:04:28.642 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpuid"
76572026-03-07T02:04:30.271Z[ recovery-image] Mar 07 02:04:28.642 INFO O| Mar 07 02:04:28.642 INFO STEP 963 (remove_files) COMPLETE
76582026-03-07T02:04:30.271Z[ recovery-image] Mar 07 02:04:28.642 INFO O| Mar 07 02:04:28.642 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76592026-03-07T02:04:30.279Z[ recovery-image] Mar 07 02:04:28.649 INFO O| Mar 07 02:04:28.649 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpyorn"
76602026-03-07T02:04:30.279Z[ recovery-image] Mar 07 02:04:28.650 INFO O| Mar 07 02:04:28.650 INFO STEP 964 (remove_files) COMPLETE
76612026-03-07T02:04:30.282Z[ recovery-image] Mar 07 02:04:28.650 INFO O| Mar 07 02:04:28.650 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76622026-03-07T02:04:30.289Z[ recovery-image] Mar 07 02:04:28.660 INFO O| Mar 07 02:04:28.660 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/puttext"
76632026-03-07T02:04:30.289Z[ recovery-image] Mar 07 02:04:28.660 INFO O| Mar 07 02:04:28.660 INFO STEP 965 (remove_files) COMPLETE
76642026-03-07T02:04:30.292Z[ recovery-image] Mar 07 02:04:28.660 INFO O| Mar 07 02:04:28.660 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76652026-03-07T02:04:30.297Z[ recovery-image] Mar 07 02:04:28.668 INFO O| Mar 07 02:04:28.668 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valdate"
76662026-03-07T02:04:30.300Z[ recovery-image] Mar 07 02:04:28.668 INFO O| Mar 07 02:04:28.668 INFO STEP 966 (remove_files) COMPLETE
76672026-03-07T02:04:30.300Z[ recovery-image] Mar 07 02:04:28.668 INFO O| Mar 07 02:04:28.668 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76682026-03-07T02:04:30.305Z[ recovery-image] Mar 07 02:04:28.676 INFO O| Mar 07 02:04:28.676 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valgid"
76692026-03-07T02:04:30.305Z[ recovery-image] Mar 07 02:04:28.676 INFO O| Mar 07 02:04:28.676 INFO STEP 967 (remove_files) COMPLETE
76702026-03-07T02:04:30.308Z[ recovery-image] Mar 07 02:04:28.676 INFO O| Mar 07 02:04:28.676 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76712026-03-07T02:04:30.315Z[ recovery-image] Mar 07 02:04:28.686 INFO O| Mar 07 02:04:28.686 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valint"
76722026-03-07T02:04:30.315Z[ recovery-image] Mar 07 02:04:28.686 INFO O| Mar 07 02:04:28.686 INFO STEP 968 (remove_files) COMPLETE
76732026-03-07T02:04:30.318Z[ recovery-image] Mar 07 02:04:28.686 INFO O| Mar 07 02:04:28.686 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76742026-03-07T02:04:30.324Z[ recovery-image] Mar 07 02:04:28.695 INFO O| Mar 07 02:04:28.695 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valpath"
76752026-03-07T02:04:30.327Z[ recovery-image] Mar 07 02:04:28.695 INFO O| Mar 07 02:04:28.695 INFO STEP 969 (remove_files) COMPLETE
76762026-03-07T02:04:30.327Z[ recovery-image] Mar 07 02:04:28.695 INFO O| Mar 07 02:04:28.695 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76772026-03-07T02:04:30.334Z[ recovery-image] Mar 07 02:04:28.704 INFO O| Mar 07 02:04:28.704 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valrange"
76782026-03-07T02:04:30.334Z[ recovery-image] Mar 07 02:04:28.705 INFO O| Mar 07 02:04:28.705 INFO STEP 970 (remove_files) COMPLETE
76792026-03-07T02:04:30.336Z[ recovery-image] Mar 07 02:04:28.705 INFO O| Mar 07 02:04:28.705 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76802026-03-07T02:04:30.342Z[ recovery-image] Mar 07 02:04:28.713 INFO O| Mar 07 02:04:28.712 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valstr"
76812026-03-07T02:04:30.342Z[ recovery-image] Mar 07 02:04:28.713 INFO O| Mar 07 02:04:28.713 INFO STEP 971 (remove_files) COMPLETE
76822026-03-07T02:04:30.342Z[ recovery-image] Mar 07 02:04:28.713 INFO O| Mar 07 02:04:28.713 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76832026-03-07T02:04:30.353Z[ recovery-image] Mar 07 02:04:28.723 INFO O| Mar 07 02:04:28.723 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valtime"
76842026-03-07T02:04:30.356Z[ recovery-image] Mar 07 02:04:28.724 INFO O| Mar 07 02:04:28.723 INFO STEP 972 (remove_files) COMPLETE
76852026-03-07T02:04:30.356Z[ recovery-image] Mar 07 02:04:28.724 INFO O| Mar 07 02:04:28.724 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76862026-03-07T02:04:30.362Z[ recovery-image] Mar 07 02:04:28.733 INFO O| Mar 07 02:04:28.733 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valuid"
76872026-03-07T02:04:30.362Z[ recovery-image] Mar 07 02:04:28.733 INFO O| Mar 07 02:04:28.733 INFO STEP 973 (remove_files) COMPLETE
76882026-03-07T02:04:30.365Z[ recovery-image] Mar 07 02:04:28.733 INFO O| Mar 07 02:04:28.733 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76892026-03-07T02:04:30.372Z[ recovery-image] Mar 07 02:04:28.742 INFO O| Mar 07 02:04:28.742 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valyorn"
76902026-03-07T02:04:30.376Z[ recovery-image] Mar 07 02:04:28.742 INFO O| Mar 07 02:04:28.742 INFO STEP 974 (remove_files) COMPLETE
76912026-03-07T02:04:30.376Z[ recovery-image] Mar 07 02:04:28.742 INFO O| Mar 07 02:04:28.742 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76922026-03-07T02:04:30.379Z[ recovery-image] Mar 07 02:04:28.750 INFO O| Mar 07 02:04:28.750 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkginstall"
76932026-03-07T02:04:30.383Z[ recovery-image] Mar 07 02:04:28.750 INFO O| Mar 07 02:04:28.750 INFO STEP 975 (remove_files) COMPLETE
76942026-03-07T02:04:30.383Z[ recovery-image] Mar 07 02:04:28.750 INFO O| Mar 07 02:04:28.750 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76952026-03-07T02:04:30.388Z[ recovery-image] Mar 07 02:04:28.758 INFO O| Mar 07 02:04:28.758 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgname"
76962026-03-07T02:04:30.390Z[ recovery-image] Mar 07 02:04:28.758 INFO O| Mar 07 02:04:28.758 INFO STEP 976 (remove_files) COMPLETE
76972026-03-07T02:04:30.390Z[ recovery-image] Mar 07 02:04:28.758 INFO O| Mar 07 02:04:28.758 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76982026-03-07T02:04:30.433Z[ recovery-image] Mar 07 02:04:28.767 INFO O| Mar 07 02:04:28.767 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgremove"
76992026-03-07T02:04:30.433Z[ recovery-image] Mar 07 02:04:28.767 INFO O| Mar 07 02:04:28.767 INFO STEP 977 (remove_files) COMPLETE
77002026-03-07T02:04:30.433Z[ recovery-image] Mar 07 02:04:28.767 INFO O| Mar 07 02:04:28.767 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77012026-03-07T02:04:30.433Z[ recovery-image] Mar 07 02:04:28.775 INFO O| Mar 07 02:04:28.775 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgserv"
77022026-03-07T02:04:30.433Z[ recovery-image] Mar 07 02:04:28.775 INFO O| Mar 07 02:04:28.775 INFO STEP 978 (remove_files) COMPLETE
77032026-03-07T02:04:30.433Z[ recovery-image] Mar 07 02:04:28.775 INFO O| Mar 07 02:04:28.775 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77042026-03-07T02:04:30.433Z[ recovery-image] Mar 07 02:04:28.783 INFO O| Mar 07 02:04:28.783 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/miniroot.db"
77052026-03-07T02:04:30.433Z[ recovery-image] Mar 07 02:04:28.783 INFO O| Mar 07 02:04:28.783 INFO STEP 979 (remove_files) COMPLETE
77062026-03-07T02:04:30.433Z[ recovery-image] Mar 07 02:04:28.783 INFO O| Mar 07 02:04:28.783 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77072026-03-07T02:04:30.433Z[ recovery-image] Mar 07 02:04:28.791 INFO O| Mar 07 02:04:28.791 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/scripts/i.preserve"
77082026-03-07T02:04:30.433Z[ recovery-image] Mar 07 02:04:28.791 INFO O| Mar 07 02:04:28.791 INFO STEP 980 (remove_files) COMPLETE
77092026-03-07T02:04:30.433Z[ recovery-image] Mar 07 02:04:28.791 INFO O| Mar 07 02:04:28.791 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77102026-03-07T02:04:30.434Z[ recovery-image] Mar 07 02:04:28.798 INFO O| Mar 07 02:04:28.798 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/ugdates"
77112026-03-07T02:04:30.434Z[ recovery-image] Mar 07 02:04:28.798 INFO O| Mar 07 02:04:28.798 INFO STEP 981 (remove_files) COMPLETE
77122026-03-07T02:04:30.434Z[ recovery-image] Mar 07 02:04:28.798 INFO O| Mar 07 02:04:28.798 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77132026-03-07T02:04:30.440Z[ recovery-image] Mar 07 02:04:28.806 INFO O| Mar 07 02:04:28.806 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/6to4relay"
77142026-03-07T02:04:30.440Z[ recovery-image] Mar 07 02:04:28.806 INFO O| Mar 07 02:04:28.806 INFO STEP 982 (remove_files) COMPLETE
77152026-03-07T02:04:30.440Z[ recovery-image] Mar 07 02:04:28.806 INFO O| Mar 07 02:04:28.806 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77162026-03-07T02:04:30.444Z[ recovery-image] Mar 07 02:04:28.814 INFO O| Mar 07 02:04:28.814 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acctadm"
77172026-03-07T02:04:30.444Z[ recovery-image] Mar 07 02:04:28.814 INFO O| Mar 07 02:04:28.814 INFO STEP 983 (remove_files) COMPLETE
77182026-03-07T02:04:30.444Z[ recovery-image] Mar 07 02:04:28.814 INFO O| Mar 07 02:04:28.814 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77192026-03-07T02:04:30.452Z[ recovery-image] Mar 07 02:04:28.822 INFO O| Mar 07 02:04:28.822 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpidump"
77202026-03-07T02:04:30.457Z[ recovery-image] Mar 07 02:04:28.822 INFO O| Mar 07 02:04:28.822 INFO STEP 984 (remove_files) COMPLETE
77212026-03-07T02:04:30.457Z[ recovery-image] Mar 07 02:04:28.822 INFO O| Mar 07 02:04:28.822 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77222026-03-07T02:04:30.462Z[ recovery-image] Mar 07 02:04:28.832 INFO O| Mar 07 02:04:28.832 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpixtract"
77232026-03-07T02:04:30.462Z[ recovery-image] Mar 07 02:04:28.832 INFO O| Mar 07 02:04:28.832 INFO STEP 985 (remove_files) COMPLETE
77242026-03-07T02:04:30.465Z[ recovery-image] Mar 07 02:04:28.832 INFO O| Mar 07 02:04:28.832 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77252026-03-07T02:04:30.475Z[ recovery-image] Mar 07 02:04:28.842 INFO O| Mar 07 02:04:28.842 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/add_drv"
77262026-03-07T02:04:30.475Z[ recovery-image] Mar 07 02:04:28.842 INFO O| Mar 07 02:04:28.842 INFO STEP 986 (remove_files) COMPLETE
77272026-03-07T02:04:30.478Z[ recovery-image] Mar 07 02:04:28.843 INFO O| Mar 07 02:04:28.842 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77282026-03-07T02:04:30.482Z[ recovery-image] Mar 07 02:04:28.851 INFO O| Mar 07 02:04:28.851 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/allocate"
77292026-03-07T02:04:30.482Z[ recovery-image] Mar 07 02:04:28.851 INFO O| Mar 07 02:04:28.851 INFO STEP 987 (remove_files) COMPLETE
77302026-03-07T02:04:30.482Z[ recovery-image] Mar 07 02:04:28.851 INFO O| Mar 07 02:04:28.851 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77312026-03-07T02:04:30.490Z[ recovery-image] Mar 07 02:04:28.861 INFO O| Mar 07 02:04:28.860 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/intrstat"
77322026-03-07T02:04:30.493Z[ recovery-image] Mar 07 02:04:28.861 INFO O| Mar 07 02:04:28.861 INFO STEP 988 (remove_files) COMPLETE
77332026-03-07T02:04:30.493Z[ recovery-image] Mar 07 02:04:28.861 INFO O| Mar 07 02:04:28.861 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77342026-03-07T02:04:30.498Z[ recovery-image] Mar 07 02:04:28.869 INFO O| Mar 07 02:04:28.869 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/lockstat"
77352026-03-07T02:04:30.498Z[ recovery-image] Mar 07 02:04:28.869 INFO O| Mar 07 02:04:28.869 INFO STEP 989 (remove_files) COMPLETE
77362026-03-07T02:04:30.501Z[ recovery-image] Mar 07 02:04:28.869 INFO O| Mar 07 02:04:28.869 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77372026-03-07T02:04:30.506Z[ recovery-image] Mar 07 02:04:28.877 INFO O| Mar 07 02:04:28.877 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/plockstat"
77382026-03-07T02:04:30.509Z[ recovery-image] Mar 07 02:04:28.877 INFO O| Mar 07 02:04:28.877 INFO STEP 990 (remove_files) COMPLETE
77392026-03-07T02:04:30.509Z[ recovery-image] Mar 07 02:04:28.877 INFO O| Mar 07 02:04:28.877 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77402026-03-07T02:04:30.516Z[ recovery-image] Mar 07 02:04:28.886 INFO O| Mar 07 02:04:28.886 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/arp"
77412026-03-07T02:04:30.518Z[ recovery-image] Mar 07 02:04:28.886 INFO O| Mar 07 02:04:28.886 INFO STEP 991 (remove_files) COMPLETE
77422026-03-07T02:04:30.518Z[ recovery-image] Mar 07 02:04:28.886 INFO O| Mar 07 02:04:28.886 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77432026-03-07T02:04:30.525Z[ recovery-image] Mar 07 02:04:28.896 INFO O| Mar 07 02:04:28.896 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audit"
77442026-03-07T02:04:30.528Z[ recovery-image] Mar 07 02:04:28.896 INFO O| Mar 07 02:04:28.896 INFO STEP 992 (remove_files) COMPLETE
77452026-03-07T02:04:30.528Z[ recovery-image] Mar 07 02:04:28.896 INFO O| Mar 07 02:04:28.896 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77462026-03-07T02:04:30.533Z[ recovery-image] Mar 07 02:04:28.904 INFO O| Mar 07 02:04:28.904 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditconfig"
77472026-03-07T02:04:30.533Z[ recovery-image] Mar 07 02:04:28.904 INFO O| Mar 07 02:04:28.904 INFO STEP 993 (remove_files) COMPLETE
77482026-03-07T02:04:30.537Z[ recovery-image] Mar 07 02:04:28.904 INFO O| Mar 07 02:04:28.904 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77492026-03-07T02:04:30.541Z[ recovery-image] Mar 07 02:04:28.912 INFO O| Mar 07 02:04:28.912 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditd"
77502026-03-07T02:04:30.544Z[ recovery-image] Mar 07 02:04:28.912 INFO O| Mar 07 02:04:28.912 INFO STEP 994 (remove_files) COMPLETE
77512026-03-07T02:04:30.544Z[ recovery-image] Mar 07 02:04:28.912 INFO O| Mar 07 02:04:28.912 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77522026-03-07T02:04:30.550Z[ recovery-image] Mar 07 02:04:28.921 INFO O| Mar 07 02:04:28.921 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditrecord"
77532026-03-07T02:04:30.550Z[ recovery-image] Mar 07 02:04:28.921 INFO O| Mar 07 02:04:28.921 INFO STEP 995 (remove_files) COMPLETE
77542026-03-07T02:04:30.550Z[ recovery-image] Mar 07 02:04:28.921 INFO O| Mar 07 02:04:28.921 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77552026-03-07T02:04:30.560Z[ recovery-image] Mar 07 02:04:28.931 INFO O| Mar 07 02:04:28.931 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditreduce"
77562026-03-07T02:04:30.560Z[ recovery-image] Mar 07 02:04:28.931 INFO O| Mar 07 02:04:28.931 INFO STEP 996 (remove_files) COMPLETE
77572026-03-07T02:04:30.560Z[ recovery-image] Mar 07 02:04:28.931 INFO O| Mar 07 02:04:28.931 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77582026-03-07T02:04:30.568Z[ recovery-image] Mar 07 02:04:28.939 INFO O| Mar 07 02:04:28.939 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditstat"
77592026-03-07T02:04:30.571Z[ recovery-image] Mar 07 02:04:28.939 INFO O| Mar 07 02:04:28.939 INFO STEP 997 (remove_files) COMPLETE
77602026-03-07T02:04:30.571Z[ recovery-image] Mar 07 02:04:28.939 INFO O| Mar 07 02:04:28.939 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77612026-03-07T02:04:30.576Z[ recovery-image] Mar 07 02:04:28.947 INFO O| Mar 07 02:04:28.946 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audlinks"
77622026-03-07T02:04:30.578Z[ recovery-image] Mar 07 02:04:28.947 INFO O| Mar 07 02:04:28.947 INFO STEP 998 (remove_files) COMPLETE
77632026-03-07T02:04:30.578Z[ recovery-image] Mar 07 02:04:28.947 INFO O| Mar 07 02:04:28.947 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77642026-03-07T02:04:30.584Z[ recovery-image] Mar 07 02:04:28.954 INFO O| Mar 07 02:04:28.954 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyve"
77652026-03-07T02:04:30.586Z[ recovery-image] Mar 07 02:04:28.955 INFO O| Mar 07 02:04:28.955 INFO STEP 999 (remove_files) COMPLETE
77662026-03-07T02:04:30.586Z[ recovery-image] Mar 07 02:04:28.955 INFO O| Mar 07 02:04:28.955 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77672026-03-07T02:04:30.594Z[ recovery-image] Mar 07 02:04:28.964 INFO O| Mar 07 02:04:28.964 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyvectl"
77682026-03-07T02:04:30.596Z[ recovery-image] Mar 07 02:04:28.964 INFO O| Mar 07 02:04:28.964 INFO STEP 1000 (remove_files) COMPLETE
77692026-03-07T02:04:30.596Z[ recovery-image] Mar 07 02:04:28.964 INFO O| Mar 07 02:04:28.964 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77702026-03-07T02:04:30.601Z[ recovery-image] Mar 07 02:04:28.972 INFO O| Mar 07 02:04:28.972 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/cfgadm"
77712026-03-07T02:04:30.601Z[ recovery-image] Mar 07 02:04:28.972 INFO O| Mar 07 02:04:28.972 INFO STEP 1001 (remove_files) COMPLETE
77722026-03-07T02:04:30.604Z[ recovery-image] Mar 07 02:04:28.972 INFO O| Mar 07 02:04:28.972 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77732026-03-07T02:04:30.610Z[ recovery-image] Mar 07 02:04:28.980 INFO O| Mar 07 02:04:28.980 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chronyd"
77742026-03-07T02:04:30.610Z[ recovery-image] Mar 07 02:04:28.981 INFO O| Mar 07 02:04:28.981 INFO STEP 1002 (remove_files) COMPLETE
77752026-03-07T02:04:30.612Z[ recovery-image] Mar 07 02:04:28.981 INFO O| Mar 07 02:04:28.981 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77762026-03-07T02:04:30.619Z[ recovery-image] Mar 07 02:04:28.990 INFO O| Mar 07 02:04:28.990 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chroot"
77772026-03-07T02:04:30.622Z[ recovery-image] Mar 07 02:04:28.990 INFO O| Mar 07 02:04:28.990 INFO STEP 1003 (remove_files) COMPLETE
77782026-03-07T02:04:30.622Z[ recovery-image] Mar 07 02:04:28.990 INFO O| Mar 07 02:04:28.990 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77792026-03-07T02:04:30.632Z[ recovery-image] Mar 07 02:04:29.002 INFO O| Mar 07 02:04:29.002 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clear_locks"
77802026-03-07T02:04:30.634Z[ recovery-image] Mar 07 02:04:29.002 INFO O| Mar 07 02:04:29.002 INFO STEP 1004 (remove_files) COMPLETE
77812026-03-07T02:04:30.634Z[ recovery-image] Mar 07 02:04:29.002 INFO O| Mar 07 02:04:29.002 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77822026-03-07T02:04:30.642Z[ recovery-image] Mar 07 02:04:29.013 INFO O| Mar 07 02:04:29.013 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clinfo"
77832026-03-07T02:04:30.642Z[ recovery-image] Mar 07 02:04:29.013 INFO O| Mar 07 02:04:29.013 INFO STEP 1005 (remove_files) COMPLETE
77842026-03-07T02:04:30.645Z[ recovery-image] Mar 07 02:04:29.013 INFO O| Mar 07 02:04:29.013 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77852026-03-07T02:04:30.651Z[ recovery-image] Mar 07 02:04:29.022 INFO O| Mar 07 02:04:29.022 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clri"
77862026-03-07T02:04:30.654Z[ recovery-image] Mar 07 02:04:29.022 INFO O| Mar 07 02:04:29.022 INFO STEP 1006 (remove_files) COMPLETE
77872026-03-07T02:04:30.654Z[ recovery-image] Mar 07 02:04:29.022 INFO O| Mar 07 02:04:29.022 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77882026-03-07T02:04:30.660Z[ recovery-image] Mar 07 02:04:29.031 INFO O| Mar 07 02:04:29.031 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadm"
77892026-03-07T02:04:30.664Z[ recovery-image] Mar 07 02:04:29.031 INFO O| Mar 07 02:04:29.031 INFO STEP 1007 (remove_files) COMPLETE
77902026-03-07T02:04:30.664Z[ recovery-image] Mar 07 02:04:29.031 INFO O| Mar 07 02:04:29.031 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77912026-03-07T02:04:30.668Z[ recovery-image] Mar 07 02:04:29.039 INFO O| Mar 07 02:04:29.039 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadmd"
77922026-03-07T02:04:30.672Z[ recovery-image] Mar 07 02:04:29.039 INFO O| Mar 07 02:04:29.039 INFO STEP 1008 (remove_files) COMPLETE
77932026-03-07T02:04:30.672Z[ recovery-image] Mar 07 02:04:29.039 INFO O| Mar 07 02:04:29.039 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77942026-03-07T02:04:30.677Z[ recovery-image] Mar 07 02:04:29.048 INFO O| Mar 07 02:04:29.048 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/cpustat"
77952026-03-07T02:04:30.679Z[ recovery-image] Mar 07 02:04:29.048 INFO O| Mar 07 02:04:29.048 INFO STEP 1009 (remove_files) COMPLETE
77962026-03-07T02:04:30.679Z[ recovery-image] Mar 07 02:04:29.048 INFO O| Mar 07 02:04:29.048 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77972026-03-07T02:04:30.689Z[ recovery-image] Mar 07 02:04:29.059 INFO O| Mar 07 02:04:29.059 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/deallocate"
77982026-03-07T02:04:30.689Z[ recovery-image] Mar 07 02:04:29.059 INFO O| Mar 07 02:04:29.059 INFO STEP 1010 (remove_files) COMPLETE
77992026-03-07T02:04:30.692Z[ recovery-image] Mar 07 02:04:29.059 INFO O| Mar 07 02:04:29.059 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78002026-03-07T02:04:30.699Z[ recovery-image] Mar 07 02:04:29.069 INFO O| Mar 07 02:04:29.069 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devinfo"
78012026-03-07T02:04:30.699Z[ recovery-image] Mar 07 02:04:29.069 INFO O| Mar 07 02:04:29.069 INFO STEP 1011 (remove_files) COMPLETE
78022026-03-07T02:04:30.701Z[ recovery-image] Mar 07 02:04:29.069 INFO O| Mar 07 02:04:29.069 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78032026-03-07T02:04:30.707Z[ recovery-image] Mar 07 02:04:29.077 INFO O| Mar 07 02:04:29.077 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devlinks"
78042026-03-07T02:04:30.707Z[ recovery-image] Mar 07 02:04:29.078 INFO O| Mar 07 02:04:29.078 INFO STEP 1012 (remove_files) COMPLETE
78052026-03-07T02:04:30.707Z[ recovery-image] Mar 07 02:04:29.078 INFO O| Mar 07 02:04:29.078 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78062026-03-07T02:04:30.718Z[ recovery-image] Mar 07 02:04:29.088 INFO O| Mar 07 02:04:29.088 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/df"
78072026-03-07T02:04:30.718Z[ recovery-image] Mar 07 02:04:29.088 INFO O| Mar 07 02:04:29.088 INFO STEP 1013 (remove_files) COMPLETE
78082026-03-07T02:04:30.721Z[ recovery-image] Mar 07 02:04:29.088 INFO O| Mar 07 02:04:29.088 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78092026-03-07T02:04:30.725Z[ recovery-image] Mar 07 02:04:29.096 INFO O| Mar 07 02:04:29.096 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfmounts"
78102026-03-07T02:04:30.727Z[ recovery-image] Mar 07 02:04:29.096 INFO O| Mar 07 02:04:29.096 INFO STEP 1014 (remove_files) COMPLETE
78112026-03-07T02:04:30.727Z[ recovery-image] Mar 07 02:04:29.096 INFO O| Mar 07 02:04:29.096 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78122026-03-07T02:04:30.733Z[ recovery-image] Mar 07 02:04:29.104 INFO O| Mar 07 02:04:29.104 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfshares"
78132026-03-07T02:04:30.733Z[ recovery-image] Mar 07 02:04:29.104 INFO O| Mar 07 02:04:29.104 INFO STEP 1015 (remove_files) COMPLETE
78142026-03-07T02:04:30.735Z[ recovery-image] Mar 07 02:04:29.104 INFO O| Mar 07 02:04:29.104 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78152026-03-07T02:04:30.741Z[ recovery-image] Mar 07 02:04:29.112 INFO O| Mar 07 02:04:29.112 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/disks"
78162026-03-07T02:04:30.743Z[ recovery-image] Mar 07 02:04:29.112 INFO O| Mar 07 02:04:29.112 INFO STEP 1016 (remove_files) COMPLETE
78172026-03-07T02:04:30.743Z[ recovery-image] Mar 07 02:04:29.112 INFO O| Mar 07 02:04:29.112 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78182026-03-07T02:04:30.749Z[ recovery-image] Mar 07 02:04:29.120 INFO O| Mar 07 02:04:29.120 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dispadmin"
78192026-03-07T02:04:30.752Z[ recovery-image] Mar 07 02:04:29.120 INFO O| Mar 07 02:04:29.120 INFO STEP 1017 (remove_files) COMPLETE
78202026-03-07T02:04:30.752Z[ recovery-image] Mar 07 02:04:29.120 INFO O| Mar 07 02:04:29.120 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78212026-03-07T02:04:30.757Z[ recovery-image] Mar 07 02:04:29.128 INFO O| Mar 07 02:04:29.128 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dminfo"
78222026-03-07T02:04:30.757Z[ recovery-image] Mar 07 02:04:29.128 INFO O| Mar 07 02:04:29.128 INFO STEP 1018 (remove_files) COMPLETE
78232026-03-07T02:04:30.757Z[ recovery-image] Mar 07 02:04:29.128 INFO O| Mar 07 02:04:29.128 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78242026-03-07T02:04:30.770Z[ recovery-image] Mar 07 02:04:29.139 INFO O| Mar 07 02:04:29.139 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/drvconfig"
78252026-03-07T02:04:30.770Z[ recovery-image] Mar 07 02:04:29.139 INFO O| Mar 07 02:04:29.139 INFO STEP 1019 (remove_files) COMPLETE
78262026-03-07T02:04:30.770Z[ recovery-image] Mar 07 02:04:29.139 INFO O| Mar 07 02:04:29.139 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78272026-03-07T02:04:30.777Z[ recovery-image] Mar 07 02:04:29.148 INFO O| Mar 07 02:04:29.148 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/eeprom"
78282026-03-07T02:04:30.777Z[ recovery-image] Mar 07 02:04:29.148 INFO O| Mar 07 02:04:29.148 INFO STEP 1020 (remove_files) COMPLETE
78292026-03-07T02:04:30.780Z[ recovery-image] Mar 07 02:04:29.148 INFO O| Mar 07 02:04:29.148 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78302026-03-07T02:04:30.785Z[ recovery-image] Mar 07 02:04:29.156 INFO O| Mar 07 02:04:29.156 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ff"
78312026-03-07T02:04:30.785Z[ recovery-image] Mar 07 02:04:29.156 INFO O| Mar 07 02:04:29.156 INFO STEP 1021 (remove_files) COMPLETE
78322026-03-07T02:04:30.788Z[ recovery-image] Mar 07 02:04:29.156 INFO O| Mar 07 02:04:29.156 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78332026-03-07T02:04:30.793Z[ recovery-image] Mar 07 02:04:29.164 INFO O| Mar 07 02:04:29.164 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmadm"
78342026-03-07T02:04:30.796Z[ recovery-image] Mar 07 02:04:29.165 INFO O| Mar 07 02:04:29.165 INFO STEP 1022 (remove_files) COMPLETE
78352026-03-07T02:04:30.796Z[ recovery-image] Mar 07 02:04:29.165 INFO O| Mar 07 02:04:29.165 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78362026-03-07T02:04:30.803Z[ recovery-image] Mar 07 02:04:29.174 INFO O| Mar 07 02:04:29.174 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmdump"
78372026-03-07T02:04:30.803Z[ recovery-image] Mar 07 02:04:29.174 INFO O| Mar 07 02:04:29.174 INFO STEP 1023 (remove_files) COMPLETE
78382026-03-07T02:04:30.806Z[ recovery-image] Mar 07 02:04:29.174 INFO O| Mar 07 02:04:29.174 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78392026-03-07T02:04:30.813Z[ recovery-image] Mar 07 02:04:29.184 INFO O| Mar 07 02:04:29.184 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmstat"
78402026-03-07T02:04:30.813Z[ recovery-image] Mar 07 02:04:29.184 INFO O| Mar 07 02:04:29.184 INFO STEP 1024 (remove_files) COMPLETE
78412026-03-07T02:04:30.816Z[ recovery-image] Mar 07 02:04:29.184 INFO O| Mar 07 02:04:29.184 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78422026-03-07T02:04:30.824Z[ recovery-image] Mar 07 02:04:29.194 INFO O| Mar 07 02:04:29.194 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmthard"
78432026-03-07T02:04:30.826Z[ recovery-image] Mar 07 02:04:29.194 INFO O| Mar 07 02:04:29.194 INFO STEP 1025 (remove_files) COMPLETE
78442026-03-07T02:04:30.826Z[ recovery-image] Mar 07 02:04:29.194 INFO O| Mar 07 02:04:29.194 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78452026-03-07T02:04:30.832Z[ recovery-image] Mar 07 02:04:29.203 INFO O| Mar 07 02:04:29.203 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/format"
78462026-03-07T02:04:30.835Z[ recovery-image] Mar 07 02:04:29.203 INFO O| Mar 07 02:04:29.203 INFO STEP 1026 (remove_files) COMPLETE
78472026-03-07T02:04:30.835Z[ recovery-image] Mar 07 02:04:29.203 INFO O| Mar 07 02:04:29.203 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78482026-03-07T02:04:30.840Z[ recovery-image] Mar 07 02:04:29.211 INFO O| Mar 07 02:04:29.211 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fsck"
78492026-03-07T02:04:30.841Z[ recovery-image] Mar 07 02:04:29.211 INFO O| Mar 07 02:04:29.211 INFO STEP 1027 (remove_files) COMPLETE
78502026-03-07T02:04:30.841Z[ recovery-image] Mar 07 02:04:29.211 INFO O| Mar 07 02:04:29.211 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78512026-03-07T02:04:30.850Z[ recovery-image] Mar 07 02:04:29.221 INFO O| Mar 07 02:04:29.221 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fuser"
78522026-03-07T02:04:30.850Z[ recovery-image] Mar 07 02:04:29.221 INFO O| Mar 07 02:04:29.221 INFO STEP 1028 (remove_files) COMPLETE
78532026-03-07T02:04:30.853Z[ recovery-image] Mar 07 02:04:29.221 INFO O| Mar 07 02:04:29.221 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78542026-03-07T02:04:30.858Z[ recovery-image] Mar 07 02:04:29.229 INFO O| Mar 07 02:04:29.229 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getdevpolicy"
78552026-03-07T02:04:30.861Z[ recovery-image] Mar 07 02:04:29.230 INFO O| Mar 07 02:04:29.230 INFO STEP 1029 (remove_files) COMPLETE
78562026-03-07T02:04:30.861Z[ recovery-image] Mar 07 02:04:29.230 INFO O| Mar 07 02:04:29.230 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78572026-03-07T02:04:30.869Z[ recovery-image] Mar 07 02:04:29.239 INFO O| Mar 07 02:04:29.239 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getmajor"
78582026-03-07T02:04:30.869Z[ recovery-image] Mar 07 02:04:29.240 INFO O| Mar 07 02:04:29.239 INFO STEP 1030 (remove_files) COMPLETE
78592026-03-07T02:04:30.872Z[ recovery-image] Mar 07 02:04:29.240 INFO O| Mar 07 02:04:29.239 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78602026-03-07T02:04:30.879Z[ recovery-image] Mar 07 02:04:29.249 INFO O| Mar 07 02:04:29.249 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupadd"
78612026-03-07T02:04:30.879Z[ recovery-image] Mar 07 02:04:29.249 INFO O| Mar 07 02:04:29.249 INFO STEP 1031 (remove_files) COMPLETE
78622026-03-07T02:04:30.881Z[ recovery-image] Mar 07 02:04:29.249 INFO O| Mar 07 02:04:29.249 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78632026-03-07T02:04:30.888Z[ recovery-image] Mar 07 02:04:29.257 INFO O| Mar 07 02:04:29.257 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupdel"
78642026-03-07T02:04:30.891Z[ recovery-image] Mar 07 02:04:29.258 INFO O| Mar 07 02:04:29.257 INFO STEP 1032 (remove_files) COMPLETE
78652026-03-07T02:04:30.891Z[ recovery-image] Mar 07 02:04:29.258 INFO O| Mar 07 02:04:29.257 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78662026-03-07T02:04:30.895Z[ recovery-image] Mar 07 02:04:29.266 INFO O| Mar 07 02:04:29.265 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupmod"
78672026-03-07T02:04:30.895Z[ recovery-image] Mar 07 02:04:29.266 INFO O| Mar 07 02:04:29.266 INFO STEP 1033 (remove_files) COMPLETE
78682026-03-07T02:04:30.898Z[ recovery-image] Mar 07 02:04:29.266 INFO O| Mar 07 02:04:29.266 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78692026-03-07T02:04:30.903Z[ recovery-image] Mar 07 02:04:29.274 INFO O| Mar 07 02:04:29.274 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/growfs"
78702026-03-07T02:04:30.907Z[ recovery-image] Mar 07 02:04:29.274 INFO O| Mar 07 02:04:29.274 INFO STEP 1034 (remove_files) COMPLETE
78712026-03-07T02:04:30.907Z[ recovery-image] Mar 07 02:04:29.274 INFO O| Mar 07 02:04:29.274 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78722026-03-07T02:04:30.913Z[ recovery-image] Mar 07 02:04:29.284 INFO O| Mar 07 02:04:29.284 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/grpck"
78732026-03-07T02:04:30.913Z[ recovery-image] Mar 07 02:04:29.284 INFO O| Mar 07 02:04:29.284 INFO STEP 1035 (remove_files) COMPLETE
78742026-03-07T02:04:30.913Z[ recovery-image] Mar 07 02:04:29.284 INFO O| Mar 07 02:04:29.284 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78752026-03-07T02:04:30.923Z[ recovery-image] Mar 07 02:04:29.293 INFO O| Mar 07 02:04:29.293 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/gsscred"
78762026-03-07T02:04:30.925Z[ recovery-image] Mar 07 02:04:29.293 INFO O| Mar 07 02:04:29.293 INFO STEP 1036 (remove_files) COMPLETE
78772026-03-07T02:04:30.925Z[ recovery-image] Mar 07 02:04:29.293 INFO O| Mar 07 02:04:29.293 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78782026-03-07T02:04:30.933Z[ recovery-image] Mar 07 02:04:29.304 INFO O| Mar 07 02:04:29.304 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/halt"
78792026-03-07T02:04:30.934Z[ recovery-image] Mar 07 02:04:29.304 INFO O| Mar 07 02:04:29.304 INFO STEP 1037 (remove_files) COMPLETE
78802026-03-07T02:04:30.936Z[ recovery-image] Mar 07 02:04:29.304 INFO O| Mar 07 02:04:29.304 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78812026-03-07T02:04:30.943Z[ recovery-image] Mar 07 02:04:29.313 INFO O| Mar 07 02:04:29.313 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/hotplug"
78822026-03-07T02:04:30.945Z[ recovery-image] Mar 07 02:04:29.313 INFO O| Mar 07 02:04:29.313 INFO STEP 1038 (remove_files) COMPLETE
78832026-03-07T02:04:30.946Z[ recovery-image] Mar 07 02:04:29.313 INFO O| Mar 07 02:04:29.313 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78842026-03-07T02:04:30.953Z[ recovery-image] Mar 07 02:04:29.324 INFO O| Mar 07 02:04:29.323 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/iasl"
78852026-03-07T02:04:30.956Z[ recovery-image] Mar 07 02:04:29.324 INFO O| Mar 07 02:04:29.324 INFO STEP 1039 (remove_files) COMPLETE
78862026-03-07T02:04:30.956Z[ recovery-image] Mar 07 02:04:29.324 INFO O| Mar 07 02:04:29.324 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78872026-03-07T02:04:30.963Z[ recovery-image] Mar 07 02:04:29.334 INFO O| Mar 07 02:04:29.334 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/idmap"
78882026-03-07T02:04:30.966Z[ recovery-image] Mar 07 02:04:29.334 INFO O| Mar 07 02:04:29.334 INFO STEP 1040 (remove_files) COMPLETE
78892026-03-07T02:04:30.966Z[ recovery-image] Mar 07 02:04:29.334 INFO O| Mar 07 02:04:29.334 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78902026-03-07T02:04:30.972Z[ recovery-image] Mar 07 02:04:29.342 INFO O| Mar 07 02:04:29.342 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/if_mpadm"
78912026-03-07T02:04:30.972Z[ recovery-image] Mar 07 02:04:29.342 INFO O| Mar 07 02:04:29.342 INFO STEP 1041 (remove_files) COMPLETE
78922026-03-07T02:04:30.974Z[ recovery-image] Mar 07 02:04:29.342 INFO O| Mar 07 02:04:29.342 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78932026-03-07T02:04:30.980Z[ recovery-image] Mar 07 02:04:29.351 INFO O| Mar 07 02:04:29.351 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikeadm"
78942026-03-07T02:04:30.980Z[ recovery-image] Mar 07 02:04:29.351 INFO O| Mar 07 02:04:29.351 INFO STEP 1042 (remove_files) COMPLETE
78952026-03-07T02:04:30.983Z[ recovery-image] Mar 07 02:04:29.351 INFO O| Mar 07 02:04:29.351 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78962026-03-07T02:04:30.991Z[ recovery-image] Mar 07 02:04:29.362 INFO O| Mar 07 02:04:29.362 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikecert"
78972026-03-07T02:04:30.994Z[ recovery-image] Mar 07 02:04:29.362 INFO O| Mar 07 02:04:29.362 INFO STEP 1043 (remove_files) COMPLETE
78982026-03-07T02:04:30.994Z[ recovery-image] Mar 07 02:04:29.362 INFO O| Mar 07 02:04:29.362 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78992026-03-07T02:04:30.999Z[ recovery-image] Mar 07 02:04:29.370 INFO O| Mar 07 02:04:29.370 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.rdisc"
79002026-03-07T02:04:31.003Z[ recovery-image] Mar 07 02:04:29.370 INFO O| Mar 07 02:04:29.370 INFO STEP 1044 (remove_files) COMPLETE
79012026-03-07T02:04:31.003Z[ recovery-image] Mar 07 02:04:29.370 INFO O| Mar 07 02:04:29.370 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79022026-03-07T02:04:31.007Z[ recovery-image] Mar 07 02:04:29.378 INFO O| Mar 07 02:04:29.378 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.routed"
79032026-03-07T02:04:31.010Z[ recovery-image] Mar 07 02:04:29.378 INFO O| Mar 07 02:04:29.378 INFO STEP 1045 (remove_files) COMPLETE
79042026-03-07T02:04:31.010Z[ recovery-image] Mar 07 02:04:29.378 INFO O| Mar 07 02:04:29.378 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79052026-03-07T02:04:31.017Z[ recovery-image] Mar 07 02:04:29.387 INFO O| Mar 07 02:04:29.387 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetadm"
79062026-03-07T02:04:31.020Z[ recovery-image] Mar 07 02:04:29.388 INFO O| Mar 07 02:04:29.388 INFO STEP 1046 (remove_files) COMPLETE
79072026-03-07T02:04:31.020Z[ recovery-image] Mar 07 02:04:29.388 INFO O| Mar 07 02:04:29.388 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79082026-03-07T02:04:31.027Z[ recovery-image] Mar 07 02:04:29.397 INFO O| Mar 07 02:04:29.397 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetconv"
79092026-03-07T02:04:31.027Z[ recovery-image] Mar 07 02:04:29.397 INFO O| Mar 07 02:04:29.397 INFO STEP 1047 (remove_files) COMPLETE
79102026-03-07T02:04:31.030Z[ recovery-image] Mar 07 02:04:29.397 INFO O| Mar 07 02:04:29.397 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79112026-03-07T02:04:31.035Z[ recovery-image] Mar 07 02:04:29.406 INFO O| Mar 07 02:04:29.406 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/install"
79122026-03-07T02:04:31.038Z[ recovery-image] Mar 07 02:04:29.406 INFO O| Mar 07 02:04:29.406 INFO STEP 1048 (remove_files) COMPLETE
79132026-03-07T02:04:31.038Z[ recovery-image] Mar 07 02:04:29.406 INFO O| Mar 07 02:04:29.406 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79142026-03-07T02:04:31.044Z[ recovery-image] Mar 07 02:04:29.414 INFO O| Mar 07 02:04:29.414 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installboot"
79152026-03-07T02:04:31.044Z[ recovery-image] Mar 07 02:04:29.414 INFO O| Mar 07 02:04:29.414 INFO STEP 1049 (remove_files) COMPLETE
79162026-03-07T02:04:31.046Z[ recovery-image] Mar 07 02:04:29.415 INFO O| Mar 07 02:04:29.414 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79172026-03-07T02:04:31.052Z[ recovery-image] Mar 07 02:04:29.423 INFO O| Mar 07 02:04:29.422 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installf"
79182026-03-07T02:04:31.052Z[ recovery-image] Mar 07 02:04:29.423 INFO O| Mar 07 02:04:29.423 INFO STEP 1050 (remove_files) COMPLETE
79192026-03-07T02:04:31.055Z[ recovery-image] Mar 07 02:04:29.423 INFO O| Mar 07 02:04:29.423 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79202026-03-07T02:04:31.060Z[ recovery-image] Mar 07 02:04:29.430 INFO O| Mar 07 02:04:29.430 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/intrstat"
79212026-03-07T02:04:31.060Z[ recovery-image] Mar 07 02:04:29.431 INFO O| Mar 07 02:04:29.431 INFO STEP 1051 (remove_files) COMPLETE
79222026-03-07T02:04:31.063Z[ recovery-image] Mar 07 02:04:29.431 INFO O| Mar 07 02:04:29.431 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79232026-03-07T02:04:31.068Z[ recovery-image] Mar 07 02:04:29.439 INFO O| Mar 07 02:04:29.438 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecalgs"
79242026-03-07T02:04:31.068Z[ recovery-image] Mar 07 02:04:29.439 INFO O| Mar 07 02:04:29.439 INFO STEP 1052 (remove_files) COMPLETE
79252026-03-07T02:04:31.071Z[ recovery-image] Mar 07 02:04:29.439 INFO O| Mar 07 02:04:29.439 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79262026-03-07T02:04:31.076Z[ recovery-image] Mar 07 02:04:29.447 INFO O| Mar 07 02:04:29.447 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecconf"
79272026-03-07T02:04:31.076Z[ recovery-image] Mar 07 02:04:29.447 INFO O| Mar 07 02:04:29.447 INFO STEP 1053 (remove_files) COMPLETE
79282026-03-07T02:04:31.079Z[ recovery-image] Mar 07 02:04:29.447 INFO O| Mar 07 02:04:29.447 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79292026-03-07T02:04:31.086Z[ recovery-image] Mar 07 02:04:29.456 INFO O| Mar 07 02:04:29.456 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipseckey"
79302026-03-07T02:04:31.086Z[ recovery-image] Mar 07 02:04:29.457 INFO O| Mar 07 02:04:29.456 INFO STEP 1054 (remove_files) COMPLETE
79312026-03-07T02:04:31.086Z[ recovery-image] Mar 07 02:04:29.457 INFO O| Mar 07 02:04:29.457 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79322026-03-07T02:04:31.096Z[ recovery-image] Mar 07 02:04:29.466 INFO O| Mar 07 02:04:29.466 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/keyserv"
79332026-03-07T02:04:31.099Z[ recovery-image] Mar 07 02:04:29.467 INFO O| Mar 07 02:04:29.466 INFO STEP 1055 (remove_files) COMPLETE
79342026-03-07T02:04:31.099Z[ recovery-image] Mar 07 02:04:29.467 INFO O| Mar 07 02:04:29.467 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79352026-03-07T02:04:31.107Z[ recovery-image] Mar 07 02:04:29.477 INFO O| Mar 07 02:04:29.477 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/killall"
79362026-03-07T02:04:31.109Z[ recovery-image] Mar 07 02:04:29.477 INFO O| Mar 07 02:04:29.477 INFO STEP 1056 (remove_files) COMPLETE
79372026-03-07T02:04:31.109Z[ recovery-image] Mar 07 02:04:29.477 INFO O| Mar 07 02:04:29.477 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79382026-03-07T02:04:31.117Z[ recovery-image] Mar 07 02:04:29.487 INFO O| Mar 07 02:04:29.487 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/link"
79392026-03-07T02:04:31.120Z[ recovery-image] Mar 07 02:04:29.487 INFO O| Mar 07 02:04:29.487 INFO STEP 1057 (remove_files) COMPLETE
79402026-03-07T02:04:31.120Z[ recovery-image] Mar 07 02:04:29.487 INFO O| Mar 07 02:04:29.487 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79412026-03-07T02:04:31.126Z[ recovery-image] Mar 07 02:04:29.497 INFO O| Mar 07 02:04:29.497 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/list_devices"
79422026-03-07T02:04:31.126Z[ recovery-image] Mar 07 02:04:29.497 INFO O| Mar 07 02:04:29.497 INFO STEP 1058 (remove_files) COMPLETE
79432026-03-07T02:04:31.129Z[ recovery-image] Mar 07 02:04:29.497 INFO O| Mar 07 02:04:29.497 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79442026-03-07T02:04:31.136Z[ recovery-image] Mar 07 02:04:29.507 INFO O| Mar 07 02:04:29.506 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/locator"
79452026-03-07T02:04:31.136Z[ recovery-image] Mar 07 02:04:29.507 INFO O| Mar 07 02:04:29.507 INFO STEP 1059 (remove_files) COMPLETE
79462026-03-07T02:04:31.139Z[ recovery-image] Mar 07 02:04:29.507 INFO O| Mar 07 02:04:29.507 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79472026-03-07T02:04:31.146Z[ recovery-image] Mar 07 02:04:29.517 INFO O| Mar 07 02:04:29.516 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lockstat"
79482026-03-07T02:04:31.146Z[ recovery-image] Mar 07 02:04:29.517 INFO O| Mar 07 02:04:29.517 INFO STEP 1060 (remove_files) COMPLETE
79492026-03-07T02:04:31.148Z[ recovery-image] Mar 07 02:04:29.517 INFO O| Mar 07 02:04:29.517 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79502026-03-07T02:04:31.157Z[ recovery-image] Mar 07 02:04:29.528 INFO O| Mar 07 02:04:29.528 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lofiadm"
79512026-03-07T02:04:31.157Z[ recovery-image] Mar 07 02:04:29.528 INFO O| Mar 07 02:04:29.528 INFO STEP 1061 (remove_files) COMPLETE
79522026-03-07T02:04:31.161Z[ recovery-image] Mar 07 02:04:29.528 INFO O| Mar 07 02:04:29.528 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79532026-03-07T02:04:31.166Z[ recovery-image] Mar 07 02:04:29.537 INFO O| Mar 07 02:04:29.537 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/logadm"
79542026-03-07T02:04:31.166Z[ recovery-image] Mar 07 02:04:29.537 INFO O| Mar 07 02:04:29.537 INFO STEP 1062 (remove_files) COMPLETE
79552026-03-07T02:04:31.166Z[ recovery-image] Mar 07 02:04:29.537 INFO O| Mar 07 02:04:29.537 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79562026-03-07T02:04:31.175Z[ recovery-image] Mar 07 02:04:29.545 INFO O| Mar 07 02:04:29.545 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/makedbm"
79572026-03-07T02:04:31.175Z[ recovery-image] Mar 07 02:04:29.545 INFO O| Mar 07 02:04:29.545 INFO STEP 1063 (remove_files) COMPLETE
79582026-03-07T02:04:31.175Z[ recovery-image] Mar 07 02:04:29.545 INFO O| Mar 07 02:04:29.545 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79592026-03-07T02:04:31.185Z[ recovery-image] Mar 07 02:04:29.555 INFO O| Mar 07 02:04:29.555 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevalloc"
79602026-03-07T02:04:31.185Z[ recovery-image] Mar 07 02:04:29.555 INFO O| Mar 07 02:04:29.555 INFO STEP 1064 (remove_files) COMPLETE
79612026-03-07T02:04:31.188Z[ recovery-image] Mar 07 02:04:29.555 INFO O| Mar 07 02:04:29.555 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79622026-03-07T02:04:31.193Z[ recovery-image] Mar 07 02:04:29.564 INFO O| Mar 07 02:04:29.564 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevmaps"
79632026-03-07T02:04:31.193Z[ recovery-image] Mar 07 02:04:29.564 INFO O| Mar 07 02:04:29.564 INFO STEP 1065 (remove_files) COMPLETE
79642026-03-07T02:04:31.196Z[ recovery-image] Mar 07 02:04:29.564 INFO O| Mar 07 02:04:29.564 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79652026-03-07T02:04:31.203Z[ recovery-image] Mar 07 02:04:29.574 INFO O| Mar 07 02:04:29.573 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkfile"
79662026-03-07T02:04:31.203Z[ recovery-image] Mar 07 02:04:29.574 INFO O| Mar 07 02:04:29.574 INFO STEP 1066 (remove_files) COMPLETE
79672026-03-07T02:04:31.203Z[ recovery-image] Mar 07 02:04:29.574 INFO O| Mar 07 02:04:29.574 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79682026-03-07T02:04:31.213Z[ recovery-image] Mar 07 02:04:29.584 INFO O| Mar 07 02:04:29.584 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mknod"
79692026-03-07T02:04:31.216Z[ recovery-image] Mar 07 02:04:29.584 INFO O| Mar 07 02:04:29.584 INFO STEP 1067 (remove_files) COMPLETE
79702026-03-07T02:04:31.216Z[ recovery-image] Mar 07 02:04:29.584 INFO O| Mar 07 02:04:29.584 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79712026-03-07T02:04:31.223Z[ recovery-image] Mar 07 02:04:29.594 INFO O| Mar 07 02:04:29.594 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modinfo"
79722026-03-07T02:04:31.223Z[ recovery-image] Mar 07 02:04:29.594 INFO O| Mar 07 02:04:29.594 INFO STEP 1068 (remove_files) COMPLETE
79732026-03-07T02:04:31.223Z[ recovery-image] Mar 07 02:04:29.594 INFO O| Mar 07 02:04:29.594 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79742026-03-07T02:04:31.231Z[ recovery-image] Mar 07 02:04:29.602 INFO O| Mar 07 02:04:29.602 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modload"
79752026-03-07T02:04:31.234Z[ recovery-image] Mar 07 02:04:29.602 INFO O| Mar 07 02:04:29.602 INFO STEP 1069 (remove_files) COMPLETE
79762026-03-07T02:04:31.234Z[ recovery-image] Mar 07 02:04:29.602 INFO O| Mar 07 02:04:29.602 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79772026-03-07T02:04:31.241Z[ recovery-image] Mar 07 02:04:29.611 INFO O| Mar 07 02:04:29.611 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mountall"
79782026-03-07T02:04:31.241Z[ recovery-image] Mar 07 02:04:29.611 INFO O| Mar 07 02:04:29.611 INFO STEP 1070 (remove_files) COMPLETE
79792026-03-07T02:04:31.243Z[ recovery-image] Mar 07 02:04:29.611 INFO O| Mar 07 02:04:29.611 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79802026-03-07T02:04:31.251Z[ recovery-image] Mar 07 02:04:29.622 INFO O| Mar 07 02:04:29.622 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/msgid"
79812026-03-07T02:04:31.254Z[ recovery-image] Mar 07 02:04:29.622 INFO O| Mar 07 02:04:29.622 INFO STEP 1071 (remove_files) COMPLETE
79822026-03-07T02:04:31.254Z[ recovery-image] Mar 07 02:04:29.622 INFO O| Mar 07 02:04:29.622 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79832026-03-07T02:04:31.259Z[ recovery-image] Mar 07 02:04:29.630 INFO O| Mar 07 02:04:29.630 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mvdir"
79842026-03-07T02:04:31.259Z[ recovery-image] Mar 07 02:04:29.630 INFO O| Mar 07 02:04:29.630 INFO STEP 1072 (remove_files) COMPLETE
79852026-03-07T02:04:31.262Z[ recovery-image] Mar 07 02:04:29.630 INFO O| Mar 07 02:04:29.630 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79862026-03-07T02:04:31.271Z[ recovery-image] Mar 07 02:04:29.641 INFO O| Mar 07 02:04:29.641 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ndp"
79872026-03-07T02:04:31.274Z[ recovery-image] Mar 07 02:04:29.642 INFO O| Mar 07 02:04:29.642 INFO STEP 1073 (remove_files) COMPLETE
79882026-03-07T02:04:31.274Z[ recovery-image] Mar 07 02:04:29.642 INFO O| Mar 07 02:04:29.642 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79892026-03-07T02:04:31.282Z[ recovery-image] Mar 07 02:04:29.652 INFO O| Mar 07 02:04:29.652 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nlsadmin"
79902026-03-07T02:04:31.285Z[ recovery-image] Mar 07 02:04:29.652 INFO O| Mar 07 02:04:29.652 INFO STEP 1074 (remove_files) COMPLETE
79912026-03-07T02:04:31.285Z[ recovery-image] Mar 07 02:04:29.652 INFO O| Mar 07 02:04:29.652 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79922026-03-07T02:04:31.291Z[ recovery-image] Mar 07 02:04:29.662 INFO O| Mar 07 02:04:29.662 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nltest"
79932026-03-07T02:04:31.291Z[ recovery-image] Mar 07 02:04:29.662 INFO O| Mar 07 02:04:29.662 INFO STEP 1075 (remove_files) COMPLETE
79942026-03-07T02:04:31.294Z[ recovery-image] Mar 07 02:04:29.662 INFO O| Mar 07 02:04:29.662 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79952026-03-07T02:04:31.301Z[ recovery-image] Mar 07 02:04:29.672 INFO O| Mar 07 02:04:29.672 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamadm"
79962026-03-07T02:04:31.304Z[ recovery-image] Mar 07 02:04:29.672 INFO O| Mar 07 02:04:29.672 INFO STEP 1076 (remove_files) COMPLETE
79972026-03-07T02:04:31.304Z[ recovery-image] Mar 07 02:04:29.672 INFO O| Mar 07 02:04:29.672 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79982026-03-07T02:04:31.309Z[ recovery-image] Mar 07 02:04:29.680 INFO O| Mar 07 02:04:29.680 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamcfg"
79992026-03-07T02:04:31.312Z[ recovery-image] Mar 07 02:04:29.680 INFO O| Mar 07 02:04:29.680 INFO STEP 1077 (remove_files) COMPLETE
80002026-03-07T02:04:31.312Z[ recovery-image] Mar 07 02:04:29.680 INFO O| Mar 07 02:04:29.680 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80012026-03-07T02:04:31.319Z[ recovery-image] Mar 07 02:04:29.690 INFO O| Mar 07 02:04:29.690 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pbind"
80022026-03-07T02:04:31.319Z[ recovery-image] Mar 07 02:04:29.690 INFO O| Mar 07 02:04:29.690 INFO STEP 1078 (remove_files) COMPLETE
80032026-03-07T02:04:31.322Z[ recovery-image] Mar 07 02:04:29.690 INFO O| Mar 07 02:04:29.690 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80042026-03-07T02:04:31.329Z[ recovery-image] Mar 07 02:04:29.699 INFO O| Mar 07 02:04:29.699 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ping"
80052026-03-07T02:04:31.331Z[ recovery-image] Mar 07 02:04:29.699 INFO O| Mar 07 02:04:29.699 INFO STEP 1079 (remove_files) COMPLETE
80062026-03-07T02:04:31.331Z[ recovery-image] Mar 07 02:04:29.699 INFO O| Mar 07 02:04:29.699 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80072026-03-07T02:04:31.338Z[ recovery-image] Mar 07 02:04:29.708 INFO O| Mar 07 02:04:29.708 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgadd"
80082026-03-07T02:04:31.341Z[ recovery-image] Mar 07 02:04:29.708 INFO O| Mar 07 02:04:29.708 INFO STEP 1080 (remove_files) COMPLETE
80092026-03-07T02:04:31.341Z[ recovery-image] Mar 07 02:04:29.708 INFO O| Mar 07 02:04:29.708 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80102026-03-07T02:04:31.347Z[ recovery-image] Mar 07 02:04:29.718 INFO O| Mar 07 02:04:29.718 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgask"
80112026-03-07T02:04:31.350Z[ recovery-image] Mar 07 02:04:29.718 INFO O| Mar 07 02:04:29.718 INFO STEP 1081 (remove_files) COMPLETE
80122026-03-07T02:04:31.350Z[ recovery-image] Mar 07 02:04:29.718 INFO O| Mar 07 02:04:29.718 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80132026-03-07T02:04:31.358Z[ recovery-image] Mar 07 02:04:29.729 INFO O| Mar 07 02:04:29.729 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgchk"
80142026-03-07T02:04:31.358Z[ recovery-image] Mar 07 02:04:29.729 INFO O| Mar 07 02:04:29.729 INFO STEP 1082 (remove_files) COMPLETE
80152026-03-07T02:04:31.361Z[ recovery-image] Mar 07 02:04:29.729 INFO O| Mar 07 02:04:29.729 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80162026-03-07T02:04:31.368Z[ recovery-image] Mar 07 02:04:29.739 INFO O| Mar 07 02:04:29.739 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgrm"
80172026-03-07T02:04:31.368Z[ recovery-image] Mar 07 02:04:29.739 INFO O| Mar 07 02:04:29.739 INFO STEP 1083 (remove_files) COMPLETE
80182026-03-07T02:04:31.368Z[ recovery-image] Mar 07 02:04:29.739 INFO O| Mar 07 02:04:29.739 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80192026-03-07T02:04:31.378Z[ recovery-image] Mar 07 02:04:29.748 INFO O| Mar 07 02:04:29.748 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/plockstat"
80202026-03-07T02:04:31.378Z[ recovery-image] Mar 07 02:04:29.748 INFO O| Mar 07 02:04:29.748 INFO STEP 1084 (remove_files) COMPLETE
80212026-03-07T02:04:31.381Z[ recovery-image] Mar 07 02:04:29.748 INFO O| Mar 07 02:04:29.748 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80222026-03-07T02:04:31.388Z[ recovery-image] Mar 07 02:04:29.758 INFO O| Mar 07 02:04:29.758 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pooladm"
80232026-03-07T02:04:31.388Z[ recovery-image] Mar 07 02:04:29.758 INFO O| Mar 07 02:04:29.758 INFO STEP 1085 (remove_files) COMPLETE
80242026-03-07T02:04:31.391Z[ recovery-image] Mar 07 02:04:29.759 INFO O| Mar 07 02:04:29.758 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80252026-03-07T02:04:31.399Z[ recovery-image] Mar 07 02:04:29.769 INFO O| Mar 07 02:04:29.769 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolbind"
80262026-03-07T02:04:31.403Z[ recovery-image] Mar 07 02:04:29.769 INFO O| Mar 07 02:04:29.769 INFO STEP 1086 (remove_files) COMPLETE
80272026-03-07T02:04:31.403Z[ recovery-image] Mar 07 02:04:29.769 INFO O| Mar 07 02:04:29.769 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80282026-03-07T02:04:31.407Z[ recovery-image] Mar 07 02:04:29.778 INFO O| Mar 07 02:04:29.778 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolcfg"
80292026-03-07T02:04:31.410Z[ recovery-image] Mar 07 02:04:29.778 INFO O| Mar 07 02:04:29.778 INFO STEP 1087 (remove_files) COMPLETE
80302026-03-07T02:04:31.410Z[ recovery-image] Mar 07 02:04:29.778 INFO O| Mar 07 02:04:29.778 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80312026-03-07T02:04:31.416Z[ recovery-image] Mar 07 02:04:29.786 INFO O| Mar 07 02:04:29.786 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ports"
80322026-03-07T02:04:31.419Z[ recovery-image] Mar 07 02:04:29.786 INFO O| Mar 07 02:04:29.786 INFO STEP 1088 (remove_files) COMPLETE
80332026-03-07T02:04:31.419Z[ recovery-image] Mar 07 02:04:29.786 INFO O| Mar 07 02:04:29.786 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80342026-03-07T02:04:31.424Z[ recovery-image] Mar 07 02:04:29.794 INFO O| Mar 07 02:04:29.794 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poweroff"
80352026-03-07T02:04:31.424Z[ recovery-image] Mar 07 02:04:29.794 INFO O| Mar 07 02:04:29.794 INFO STEP 1089 (remove_files) COMPLETE
80362026-03-07T02:04:31.424Z[ recovery-image] Mar 07 02:04:29.794 INFO O| Mar 07 02:04:29.794 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80372026-03-07T02:04:31.432Z[ recovery-image] Mar 07 02:04:29.803 INFO O| Mar 07 02:04:29.802 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pptadm"
80382026-03-07T02:04:31.432Z[ recovery-image] Mar 07 02:04:29.803 INFO O| Mar 07 02:04:29.803 INFO STEP 1090 (remove_files) COMPLETE
80392026-03-07T02:04:31.435Z[ recovery-image] Mar 07 02:04:29.803 INFO O| Mar 07 02:04:29.803 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80402026-03-07T02:04:31.440Z[ recovery-image] Mar 07 02:04:29.810 INFO O| Mar 07 02:04:29.810 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/praudit"
80412026-03-07T02:04:31.443Z[ recovery-image] Mar 07 02:04:29.811 INFO O| Mar 07 02:04:29.810 INFO STEP 1091 (remove_files) COMPLETE
80422026-03-07T02:04:31.443Z[ recovery-image] Mar 07 02:04:29.811 INFO O| Mar 07 02:04:29.811 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80432026-03-07T02:04:31.448Z[ recovery-image] Mar 07 02:04:29.818 INFO O| Mar 07 02:04:29.818 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projadd"
80442026-03-07T02:04:31.450Z[ recovery-image] Mar 07 02:04:29.818 INFO O| Mar 07 02:04:29.818 INFO STEP 1092 (remove_files) COMPLETE
80452026-03-07T02:04:31.450Z[ recovery-image] Mar 07 02:04:29.818 INFO O| Mar 07 02:04:29.818 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80462026-03-07T02:04:31.458Z[ recovery-image] Mar 07 02:04:29.828 INFO O| Mar 07 02:04:29.828 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projdel"
80472026-03-07T02:04:31.458Z[ recovery-image] Mar 07 02:04:29.828 INFO O| Mar 07 02:04:29.828 INFO STEP 1093 (remove_files) COMPLETE
80482026-03-07T02:04:31.461Z[ recovery-image] Mar 07 02:04:29.828 INFO O| Mar 07 02:04:29.828 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80492026-03-07T02:04:31.466Z[ recovery-image] Mar 07 02:04:29.837 INFO O| Mar 07 02:04:29.837 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projmod"
80502026-03-07T02:04:31.466Z[ recovery-image] Mar 07 02:04:29.837 INFO O| Mar 07 02:04:29.837 INFO STEP 1094 (remove_files) COMPLETE
80512026-03-07T02:04:31.469Z[ recovery-image] Mar 07 02:04:29.837 INFO O| Mar 07 02:04:29.837 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80522026-03-07T02:04:31.475Z[ recovery-image] Mar 07 02:04:29.845 INFO O| Mar 07 02:04:29.845 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtdiag"
80532026-03-07T02:04:31.475Z[ recovery-image] Mar 07 02:04:29.845 INFO O| Mar 07 02:04:29.845 INFO STEP 1095 (remove_files) COMPLETE
80542026-03-07T02:04:31.477Z[ recovery-image] Mar 07 02:04:29.845 INFO O| Mar 07 02:04:29.845 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80552026-03-07T02:04:31.483Z[ recovery-image] Mar 07 02:04:29.853 INFO O| Mar 07 02:04:29.853 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtpicl"
80562026-03-07T02:04:31.483Z[ recovery-image] Mar 07 02:04:29.853 INFO O| Mar 07 02:04:29.853 INFO STEP 1096 (remove_files) COMPLETE
80572026-03-07T02:04:31.486Z[ recovery-image] Mar 07 02:04:29.853 INFO O| Mar 07 02:04:29.853 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80582026-03-07T02:04:31.493Z[ recovery-image] Mar 07 02:04:29.863 INFO O| Mar 07 02:04:29.863 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtvtoc"
80592026-03-07T02:04:31.493Z[ recovery-image] Mar 07 02:04:29.863 INFO O| Mar 07 02:04:29.863 INFO STEP 1097 (remove_files) COMPLETE
80602026-03-07T02:04:31.495Z[ recovery-image] Mar 07 02:04:29.863 INFO O| Mar 07 02:04:29.863 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80612026-03-07T02:04:31.501Z[ recovery-image] Mar 07 02:04:29.871 INFO O| Mar 07 02:04:29.871 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psradm"
80622026-03-07T02:04:31.503Z[ recovery-image] Mar 07 02:04:29.871 INFO O| Mar 07 02:04:29.871 INFO STEP 1098 (remove_files) COMPLETE
80632026-03-07T02:04:31.503Z[ recovery-image] Mar 07 02:04:29.871 INFO O| Mar 07 02:04:29.871 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80642026-03-07T02:04:31.511Z[ recovery-image] Mar 07 02:04:29.881 INFO O| Mar 07 02:04:29.881 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrinfo"
80652026-03-07T02:04:31.511Z[ recovery-image] Mar 07 02:04:29.881 INFO O| Mar 07 02:04:29.881 INFO STEP 1099 (remove_files) COMPLETE
80662026-03-07T02:04:31.513Z[ recovery-image] Mar 07 02:04:29.881 INFO O| Mar 07 02:04:29.881 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80672026-03-07T02:04:31.519Z[ recovery-image] Mar 07 02:04:29.890 INFO O| Mar 07 02:04:29.890 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrset"
80682026-03-07T02:04:31.522Z[ recovery-image] Mar 07 02:04:29.890 INFO O| Mar 07 02:04:29.890 INFO STEP 1100 (remove_files) COMPLETE
80692026-03-07T02:04:31.522Z[ recovery-image] Mar 07 02:04:29.890 INFO O| Mar 07 02:04:29.890 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80702026-03-07T02:04:31.528Z[ recovery-image] Mar 07 02:04:29.899 INFO O| Mar 07 02:04:29.899 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwck"
80712026-03-07T02:04:31.528Z[ recovery-image] Mar 07 02:04:29.899 INFO O| Mar 07 02:04:29.899 INFO STEP 1101 (remove_files) COMPLETE
80722026-03-07T02:04:31.528Z[ recovery-image] Mar 07 02:04:29.899 INFO O| Mar 07 02:04:29.899 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80732026-03-07T02:04:31.537Z[ recovery-image] Mar 07 02:04:29.907 INFO O| Mar 07 02:04:29.907 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwconv"
80742026-03-07T02:04:31.537Z[ recovery-image] Mar 07 02:04:29.907 INFO O| Mar 07 02:04:29.907 INFO STEP 1102 (remove_files) COMPLETE
80752026-03-07T02:04:31.537Z[ recovery-image] Mar 07 02:04:29.907 INFO O| Mar 07 02:04:29.907 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80762026-03-07T02:04:31.546Z[ recovery-image] Mar 07 02:04:29.916 INFO O| Mar 07 02:04:29.916 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/raidctl"
80772026-03-07T02:04:31.546Z[ recovery-image] Mar 07 02:04:29.916 INFO O| Mar 07 02:04:29.916 INFO STEP 1103 (remove_files) COMPLETE
80782026-03-07T02:04:31.549Z[ recovery-image] Mar 07 02:04:29.916 INFO O| Mar 07 02:04:29.916 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80792026-03-07T02:04:31.554Z[ recovery-image] Mar 07 02:04:29.925 INFO O| Mar 07 02:04:29.925 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ramdiskadm"
80802026-03-07T02:04:31.554Z[ recovery-image] Mar 07 02:04:29.925 INFO O| Mar 07 02:04:29.925 INFO STEP 1104 (remove_files) COMPLETE
80812026-03-07T02:04:31.558Z[ recovery-image] Mar 07 02:04:29.925 INFO O| Mar 07 02:04:29.925 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80822026-03-07T02:04:31.564Z[ recovery-image] Mar 07 02:04:29.934 INFO O| Mar 07 02:04:29.934 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rctladm"
80832026-03-07T02:04:31.564Z[ recovery-image] Mar 07 02:04:29.934 INFO O| Mar 07 02:04:29.934 INFO STEP 1105 (remove_files) COMPLETE
80842026-03-07T02:04:31.564Z[ recovery-image] Mar 07 02:04:29.934 INFO O| Mar 07 02:04:29.934 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80852026-03-07T02:04:31.575Z[ recovery-image] Mar 07 02:04:29.945 INFO O| Mar 07 02:04:29.945 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rdmsr"
80862026-03-07T02:04:31.575Z[ recovery-image] Mar 07 02:04:29.945 INFO O| Mar 07 02:04:29.945 INFO STEP 1106 (remove_files) COMPLETE
80872026-03-07T02:04:31.578Z[ recovery-image] Mar 07 02:04:29.945 INFO O| Mar 07 02:04:29.945 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80882026-03-07T02:04:31.583Z[ recovery-image] Mar 07 02:04:29.954 INFO O| Mar 07 02:04:29.954 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/reboot"
80892026-03-07T02:04:31.583Z[ recovery-image] Mar 07 02:04:29.954 INFO O| Mar 07 02:04:29.954 INFO STEP 1107 (remove_files) COMPLETE
80902026-03-07T02:04:31.586Z[ recovery-image] Mar 07 02:04:29.954 INFO O| Mar 07 02:04:29.954 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80912026-03-07T02:04:31.593Z[ recovery-image] Mar 07 02:04:29.964 INFO O| Mar 07 02:04:29.964 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rem_drv"
80922026-03-07T02:04:31.596Z[ recovery-image] Mar 07 02:04:29.964 INFO O| Mar 07 02:04:29.964 INFO STEP 1108 (remove_files) COMPLETE
80932026-03-07T02:04:31.596Z[ recovery-image] Mar 07 02:04:29.964 INFO O| Mar 07 02:04:29.964 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80942026-03-07T02:04:31.605Z[ recovery-image] Mar 07 02:04:29.975 INFO O| Mar 07 02:04:29.975 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/removef"
80952026-03-07T02:04:31.607Z[ recovery-image] Mar 07 02:04:29.975 INFO O| Mar 07 02:04:29.975 INFO STEP 1109 (remove_files) COMPLETE
80962026-03-07T02:04:31.607Z[ recovery-image] Mar 07 02:04:29.975 INFO O| Mar 07 02:04:29.975 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80972026-03-07T02:04:31.615Z[ recovery-image] Mar 07 02:04:29.986 INFO O| Mar 07 02:04:29.985 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roleadd"
80982026-03-07T02:04:31.618Z[ recovery-image] Mar 07 02:04:29.986 INFO O| Mar 07 02:04:29.986 INFO STEP 1110 (remove_files) COMPLETE
80992026-03-07T02:04:31.618Z[ recovery-image] Mar 07 02:04:29.986 INFO O| Mar 07 02:04:29.986 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81002026-03-07T02:04:31.624Z[ recovery-image] Mar 07 02:04:29.994 INFO O| Mar 07 02:04:29.994 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roledel"
81012026-03-07T02:04:31.627Z[ recovery-image] Mar 07 02:04:29.994 INFO O| Mar 07 02:04:29.994 INFO STEP 1111 (remove_files) COMPLETE
81022026-03-07T02:04:31.627Z[ recovery-image] Mar 07 02:04:29.994 INFO O| Mar 07 02:04:29.994 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81032026-03-07T02:04:31.632Z[ recovery-image] Mar 07 02:04:30.003 INFO O| Mar 07 02:04:30.003 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rolemod"
81042026-03-07T02:04:31.632Z[ recovery-image] Mar 07 02:04:30.003 INFO O| Mar 07 02:04:30.003 INFO STEP 1112 (remove_files) COMPLETE
81052026-03-07T02:04:31.635Z[ recovery-image] Mar 07 02:04:30.003 INFO O| Mar 07 02:04:30.003 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81062026-03-07T02:04:31.642Z[ recovery-image] Mar 07 02:04:30.013 INFO O| Mar 07 02:04:30.013 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/root_archive"
81072026-03-07T02:04:31.642Z[ recovery-image] Mar 07 02:04:30.013 INFO O| Mar 07 02:04:30.013 INFO STEP 1113 (remove_files) COMPLETE
81082026-03-07T02:04:31.642Z[ recovery-image] Mar 07 02:04:30.013 INFO O| Mar 07 02:04:30.013 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81092026-03-07T02:04:31.650Z[ recovery-image] Mar 07 02:04:30.021 INFO O| Mar 07 02:04:30.021 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rpcbind"
81102026-03-07T02:04:31.650Z[ recovery-image] Mar 07 02:04:30.021 INFO O| Mar 07 02:04:30.021 INFO STEP 1114 (remove_files) COMPLETE
81112026-03-07T02:04:31.653Z[ recovery-image] Mar 07 02:04:30.021 INFO O| Mar 07 02:04:30.021 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81122026-03-07T02:04:31.659Z[ recovery-image] Mar 07 02:04:30.029 INFO O| Mar 07 02:04:30.029 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtc"
81132026-03-07T02:04:31.659Z[ recovery-image] Mar 07 02:04:30.029 INFO O| Mar 07 02:04:30.029 INFO STEP 1115 (remove_files) COMPLETE
81142026-03-07T02:04:31.659Z[ recovery-image] Mar 07 02:04:30.029 INFO O| Mar 07 02:04:30.029 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81152026-03-07T02:04:31.667Z[ recovery-image] Mar 07 02:04:30.038 INFO O| Mar 07 02:04:30.037 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtquery"
81162026-03-07T02:04:31.670Z[ recovery-image] Mar 07 02:04:30.038 INFO O| Mar 07 02:04:30.038 INFO STEP 1116 (remove_files) COMPLETE
81172026-03-07T02:04:31.670Z[ recovery-image] Mar 07 02:04:30.038 INFO O| Mar 07 02:04:30.038 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81182026-03-07T02:04:31.675Z[ recovery-image] Mar 07 02:04:30.046 INFO O| Mar 07 02:04:30.046 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/setmnt"
81192026-03-07T02:04:31.678Z[ recovery-image] Mar 07 02:04:30.046 INFO O| Mar 07 02:04:30.046 INFO STEP 1117 (remove_files) COMPLETE
81202026-03-07T02:04:31.678Z[ recovery-image] Mar 07 02:04:30.046 INFO O| Mar 07 02:04:30.046 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81212026-03-07T02:04:31.685Z[ recovery-image] Mar 07 02:04:30.056 INFO O| Mar 07 02:04:30.056 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/share"
81222026-03-07T02:04:31.688Z[ recovery-image] Mar 07 02:04:30.056 INFO O| Mar 07 02:04:30.056 INFO STEP 1118 (remove_files) COMPLETE
81232026-03-07T02:04:31.688Z[ recovery-image] Mar 07 02:04:30.056 INFO O| Mar 07 02:04:30.056 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81242026-03-07T02:04:31.695Z[ recovery-image] Mar 07 02:04:30.065 INFO O| Mar 07 02:04:30.065 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shareall"
81252026-03-07T02:04:31.697Z[ recovery-image] Mar 07 02:04:30.066 INFO O| Mar 07 02:04:30.066 INFO STEP 1119 (remove_files) COMPLETE
81262026-03-07T02:04:31.697Z[ recovery-image] Mar 07 02:04:30.066 INFO O| Mar 07 02:04:30.066 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81272026-03-07T02:04:31.706Z[ recovery-image] Mar 07 02:04:30.076 INFO O| Mar 07 02:04:30.076 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharectl"
81282026-03-07T02:04:31.708Z[ recovery-image] Mar 07 02:04:30.077 INFO O| Mar 07 02:04:30.077 INFO STEP 1120 (remove_files) COMPLETE
81292026-03-07T02:04:31.708Z[ recovery-image] Mar 07 02:04:30.077 INFO O| Mar 07 02:04:30.077 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81302026-03-07T02:04:31.720Z[ recovery-image] Mar 07 02:04:30.090 INFO O| Mar 07 02:04:30.090 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharemgr"
81312026-03-07T02:04:31.720Z[ recovery-image] Mar 07 02:04:30.090 INFO O| Mar 07 02:04:30.090 INFO STEP 1121 (remove_files) COMPLETE
81322026-03-07T02:04:31.723Z[ recovery-image] Mar 07 02:04:30.090 INFO O| Mar 07 02:04:30.090 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81332026-03-07T02:04:31.731Z[ recovery-image] Mar 07 02:04:30.101 INFO O| Mar 07 02:04:30.101 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shutdown"
81342026-03-07T02:04:31.731Z[ recovery-image] Mar 07 02:04:30.101 INFO O| Mar 07 02:04:30.101 INFO STEP 1122 (remove_files) COMPLETE
81352026-03-07T02:04:31.734Z[ recovery-image] Mar 07 02:04:30.101 INFO O| Mar 07 02:04:30.101 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81362026-03-07T02:04:31.739Z[ recovery-image] Mar 07 02:04:30.110 INFO O| Mar 07 02:04:30.110 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbadm"
81372026-03-07T02:04:31.739Z[ recovery-image] Mar 07 02:04:30.110 INFO O| Mar 07 02:04:30.110 INFO STEP 1123 (remove_files) COMPLETE
81382026-03-07T02:04:31.742Z[ recovery-image] Mar 07 02:04:30.110 INFO O| Mar 07 02:04:30.110 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81392026-03-07T02:04:31.749Z[ recovery-image] Mar 07 02:04:30.120 INFO O| Mar 07 02:04:30.120 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbios"
81402026-03-07T02:04:31.750Z[ recovery-image] Mar 07 02:04:30.120 INFO O| Mar 07 02:04:30.120 INFO STEP 1124 (remove_files) COMPLETE
81412026-03-07T02:04:31.752Z[ recovery-image] Mar 07 02:04:30.120 INFO O| Mar 07 02:04:30.120 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81422026-03-07T02:04:31.758Z[ recovery-image] Mar 07 02:04:30.129 INFO O| Mar 07 02:04:30.129 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbstat"
81432026-03-07T02:04:31.758Z[ recovery-image] Mar 07 02:04:30.129 INFO O| Mar 07 02:04:30.129 INFO STEP 1125 (remove_files) COMPLETE
81442026-03-07T02:04:31.761Z[ recovery-image] Mar 07 02:04:30.129 INFO O| Mar 07 02:04:30.129 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81452026-03-07T02:04:31.769Z[ recovery-image] Mar 07 02:04:30.140 INFO O| Mar 07 02:04:30.140 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmpd"
81462026-03-07T02:04:31.772Z[ recovery-image] Mar 07 02:04:30.140 INFO O| Mar 07 02:04:30.140 INFO STEP 1126 (remove_files) COMPLETE
81472026-03-07T02:04:31.772Z[ recovery-image] Mar 07 02:04:30.140 INFO O| Mar 07 02:04:30.140 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81482026-03-07T02:04:31.777Z[ recovery-image] Mar 07 02:04:30.148 INFO O| Mar 07 02:04:30.148 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmptrapd"
81492026-03-07T02:04:31.777Z[ recovery-image] Mar 07 02:04:30.148 INFO O| Mar 07 02:04:30.148 INFO STEP 1127 (remove_files) COMPLETE
81502026-03-07T02:04:31.777Z[ recovery-image] Mar 07 02:04:30.148 INFO O| Mar 07 02:04:30.148 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81512026-03-07T02:04:31.786Z[ recovery-image] Mar 07 02:04:30.156 INFO O| Mar 07 02:04:30.156 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snoop"
81522026-03-07T02:04:31.786Z[ recovery-image] Mar 07 02:04:30.156 INFO O| Mar 07 02:04:30.156 INFO STEP 1128 (remove_files) COMPLETE
81532026-03-07T02:04:31.788Z[ recovery-image] Mar 07 02:04:30.156 INFO O| Mar 07 02:04:30.156 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81542026-03-07T02:04:31.795Z[ recovery-image] Mar 07 02:04:30.166 INFO O| Mar 07 02:04:30.166 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sshd"
81552026-03-07T02:04:31.795Z[ recovery-image] Mar 07 02:04:30.166 INFO O| Mar 07 02:04:30.166 INFO STEP 1129 (remove_files) COMPLETE
81562026-03-07T02:04:31.798Z[ recovery-image] Mar 07 02:04:30.166 INFO O| Mar 07 02:04:30.166 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81572026-03-07T02:04:31.805Z[ recovery-image] Mar 07 02:04:30.175 INFO O| Mar 07 02:04:30.175 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/stmsboot"
81582026-03-07T02:04:31.805Z[ recovery-image] Mar 07 02:04:30.175 INFO O| Mar 07 02:04:30.175 INFO STEP 1130 (remove_files) COMPLETE
81592026-03-07T02:04:31.807Z[ recovery-image] Mar 07 02:04:30.175 INFO O| Mar 07 02:04:30.175 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81602026-03-07T02:04:31.814Z[ recovery-image] Mar 07 02:04:30.185 INFO O| Mar 07 02:04:30.185 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strace"
81612026-03-07T02:04:31.814Z[ recovery-image] Mar 07 02:04:30.185 INFO O| Mar 07 02:04:30.185 INFO STEP 1131 (remove_files) COMPLETE
81622026-03-07T02:04:31.817Z[ recovery-image] Mar 07 02:04:30.185 INFO O| Mar 07 02:04:30.185 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81632026-03-07T02:04:31.824Z[ recovery-image] Mar 07 02:04:30.194 INFO O| Mar 07 02:04:30.194 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strclean"
81642026-03-07T02:04:31.824Z[ recovery-image] Mar 07 02:04:30.195 INFO O| Mar 07 02:04:30.194 INFO STEP 1132 (remove_files) COMPLETE
81652026-03-07T02:04:31.827Z[ recovery-image] Mar 07 02:04:30.195 INFO O| Mar 07 02:04:30.195 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81662026-03-07T02:04:31.833Z[ recovery-image] Mar 07 02:04:30.204 INFO O| Mar 07 02:04:30.204 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strerr"
81672026-03-07T02:04:31.833Z[ recovery-image] Mar 07 02:04:30.204 INFO O| Mar 07 02:04:30.204 INFO STEP 1133 (remove_files) COMPLETE
81682026-03-07T02:04:31.836Z[ recovery-image] Mar 07 02:04:30.204 INFO O| Mar 07 02:04:30.204 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81692026-03-07T02:04:31.842Z[ recovery-image] Mar 07 02:04:30.212 INFO O| Mar 07 02:04:30.212 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sttydefs"
81702026-03-07T02:04:31.842Z[ recovery-image] Mar 07 02:04:30.212 INFO O| Mar 07 02:04:30.212 INFO STEP 1134 (remove_files) COMPLETE
81712026-03-07T02:04:31.842Z[ recovery-image] Mar 07 02:04:30.212 INFO O| Mar 07 02:04:30.212 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81722026-03-07T02:04:31.850Z[ recovery-image] Mar 07 02:04:30.220 INFO O| Mar 07 02:04:30.220 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncinit"
81732026-03-07T02:04:31.850Z[ recovery-image] Mar 07 02:04:30.220 INFO O| Mar 07 02:04:30.220 INFO STEP 1135 (remove_files) COMPLETE
81742026-03-07T02:04:31.850Z[ recovery-image] Mar 07 02:04:30.220 INFO O| Mar 07 02:04:30.220 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81752026-03-07T02:04:31.859Z[ recovery-image] Mar 07 02:04:30.230 INFO O| Mar 07 02:04:30.230 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncloop"
81762026-03-07T02:04:31.859Z[ recovery-image] Mar 07 02:04:30.230 INFO O| Mar 07 02:04:30.230 INFO STEP 1136 (remove_files) COMPLETE
81772026-03-07T02:04:31.862Z[ recovery-image] Mar 07 02:04:30.230 INFO O| Mar 07 02:04:30.230 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81782026-03-07T02:04:31.868Z[ recovery-image] Mar 07 02:04:30.238 INFO O| Mar 07 02:04:30.238 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncstat"
81792026-03-07T02:04:31.871Z[ recovery-image] Mar 07 02:04:30.238 INFO O| Mar 07 02:04:30.238 INFO STEP 1137 (remove_files) COMPLETE
81802026-03-07T02:04:31.871Z[ recovery-image] Mar 07 02:04:30.238 INFO O| Mar 07 02:04:30.238 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81812026-03-07T02:04:31.875Z[ recovery-image] Mar 07 02:04:30.246 INFO O| Mar 07 02:04:30.246 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sysdef"
81822026-03-07T02:04:31.875Z[ recovery-image] Mar 07 02:04:30.246 INFO O| Mar 07 02:04:30.246 INFO STEP 1138 (remove_files) COMPLETE
81832026-03-07T02:04:31.875Z[ recovery-image] Mar 07 02:04:30.246 INFO O| Mar 07 02:04:30.246 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81842026-03-07T02:04:31.886Z[ recovery-image] Mar 07 02:04:30.256 INFO O| Mar 07 02:04:30.256 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syseventadm"
81852026-03-07T02:04:31.886Z[ recovery-image] Mar 07 02:04:30.256 INFO O| Mar 07 02:04:30.256 INFO STEP 1139 (remove_files) COMPLETE
81862026-03-07T02:04:31.886Z[ recovery-image] Mar 07 02:04:30.256 INFO O| Mar 07 02:04:30.256 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81872026-03-07T02:04:31.894Z[ recovery-image] Mar 07 02:04:30.264 INFO O| Mar 07 02:04:30.264 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/t6mfgadm"
81882026-03-07T02:04:31.894Z[ recovery-image] Mar 07 02:04:30.264 INFO O| Mar 07 02:04:30.264 INFO STEP 1140 (remove_files) COMPLETE
81892026-03-07T02:04:31.898Z[ recovery-image] Mar 07 02:04:30.264 INFO O| Mar 07 02:04:30.264 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81902026-03-07T02:04:31.902Z[ recovery-image] Mar 07 02:04:30.271 INFO O| Mar 07 02:04:30.271 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tapes"
81912026-03-07T02:04:31.902Z[ recovery-image] Mar 07 02:04:30.271 INFO O| Mar 07 02:04:30.271 INFO STEP 1141 (remove_files) COMPLETE
81922026-03-07T02:04:31.902Z[ recovery-image] Mar 07 02:04:30.271 INFO O| Mar 07 02:04:30.271 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81932026-03-07T02:04:31.911Z[ recovery-image] Mar 07 02:04:30.281 INFO O| Mar 07 02:04:30.281 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tar"
81942026-03-07T02:04:31.914Z[ recovery-image] Mar 07 02:04:30.281 INFO O| Mar 07 02:04:30.281 INFO STEP 1142 (remove_files) COMPLETE
81952026-03-07T02:04:31.914Z[ recovery-image] Mar 07 02:04:30.281 INFO O| Mar 07 02:04:30.281 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81962026-03-07T02:04:31.919Z[ recovery-image] Mar 07 02:04:30.289 INFO O| Mar 07 02:04:30.289 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tcsd"
81972026-03-07T02:04:31.922Z[ recovery-image] Mar 07 02:04:30.289 INFO O| Mar 07 02:04:30.289 INFO STEP 1143 (remove_files) COMPLETE
81982026-03-07T02:04:31.922Z[ recovery-image] Mar 07 02:04:30.289 INFO O| Mar 07 02:04:30.289 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
81992026-03-07T02:04:31.927Z[ recovery-image] Mar 07 02:04:30.298 INFO O| Mar 07 02:04:30.298 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/traceroute"
82002026-03-07T02:04:31.930Z[ recovery-image] Mar 07 02:04:30.298 INFO O| Mar 07 02:04:30.298 INFO STEP 1144 (remove_files) COMPLETE
82012026-03-07T02:04:31.930Z[ recovery-image] Mar 07 02:04:30.298 INFO O| Mar 07 02:04:30.298 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82022026-03-07T02:04:31.935Z[ recovery-image] Mar 07 02:04:30.305 INFO O| Mar 07 02:04:30.305 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/trapstat"
82032026-03-07T02:04:31.935Z[ recovery-image] Mar 07 02:04:30.305 INFO O| Mar 07 02:04:30.305 INFO STEP 1145 (remove_files) COMPLETE
82042026-03-07T02:04:31.938Z[ recovery-image] Mar 07 02:04:30.305 INFO O| Mar 07 02:04:30.305 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82052026-03-07T02:04:31.945Z[ recovery-image] Mar 07 02:04:30.315 INFO O| Mar 07 02:04:30.315 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ttyadm"
82062026-03-07T02:04:31.948Z[ recovery-image] Mar 07 02:04:30.316 INFO O| Mar 07 02:04:30.315 INFO STEP 1146 (remove_files) COMPLETE
82072026-03-07T02:04:31.948Z[ recovery-image] Mar 07 02:04:30.316 INFO O| Mar 07 02:04:30.316 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82082026-03-07T02:04:31.989Z[ recovery-image] Mar 07 02:04:30.325 INFO O| Mar 07 02:04:30.325 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ucodeadm"
82092026-03-07T02:04:31.989Z[ recovery-image] Mar 07 02:04:30.325 INFO O| Mar 07 02:04:30.325 INFO STEP 1147 (remove_files) COMPLETE
82102026-03-07T02:04:31.989Z[ recovery-image] Mar 07 02:04:30.325 INFO O| Mar 07 02:04:30.325 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82112026-03-07T02:04:31.989Z[ recovery-image] Mar 07 02:04:30.336 INFO O| Mar 07 02:04:30.336 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/umountall"
82122026-03-07T02:04:31.989Z[ recovery-image] Mar 07 02:04:30.336 INFO O| Mar 07 02:04:30.336 INFO STEP 1148 (remove_files) COMPLETE
82132026-03-07T02:04:31.989Z[ recovery-image] Mar 07 02:04:30.336 INFO O| Mar 07 02:04:30.336 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82142026-03-07T02:04:31.989Z[ recovery-image] Mar 07 02:04:30.346 INFO O| Mar 07 02:04:30.345 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unlink"
82152026-03-07T02:04:31.989Z[ recovery-image] Mar 07 02:04:30.346 INFO O| Mar 07 02:04:30.346 INFO STEP 1149 (remove_files) COMPLETE
82162026-03-07T02:04:31.990Z[ recovery-image] Mar 07 02:04:30.346 INFO O| Mar 07 02:04:30.346 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82172026-03-07T02:04:31.990Z[ recovery-image] Mar 07 02:04:30.355 INFO O| Mar 07 02:04:30.355 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshare"
82182026-03-07T02:04:31.990Z[ recovery-image] Mar 07 02:04:30.355 INFO O| Mar 07 02:04:30.355 INFO STEP 1150 (remove_files) COMPLETE
82192026-03-07T02:04:31.990Z[ recovery-image] Mar 07 02:04:30.355 INFO O| Mar 07 02:04:30.355 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82202026-03-07T02:04:31.995Z[ recovery-image] Mar 07 02:04:30.365 INFO O| Mar 07 02:04:30.365 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshareall"
82212026-03-07T02:04:31.997Z[ recovery-image] Mar 07 02:04:30.365 INFO O| Mar 07 02:04:30.365 INFO STEP 1151 (remove_files) COMPLETE
82222026-03-07T02:04:31.997Z[ recovery-image] Mar 07 02:04:30.365 INFO O| Mar 07 02:04:30.365 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82232026-03-07T02:04:32.003Z[ recovery-image] Mar 07 02:04:30.374 INFO O| Mar 07 02:04:30.374 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/update_drv"
82242026-03-07T02:04:32.006Z[ recovery-image] Mar 07 02:04:30.374 INFO O| Mar 07 02:04:30.374 INFO STEP 1152 (remove_files) COMPLETE
82252026-03-07T02:04:32.006Z[ recovery-image] Mar 07 02:04:30.374 INFO O| Mar 07 02:04:30.374 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82262026-03-07T02:04:32.011Z[ recovery-image] Mar 07 02:04:30.382 INFO O| Mar 07 02:04:30.382 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/useradd"
82272026-03-07T02:04:32.014Z[ recovery-image] Mar 07 02:04:30.382 INFO O| Mar 07 02:04:30.382 INFO STEP 1153 (remove_files) COMPLETE
82282026-03-07T02:04:32.014Z[ recovery-image] Mar 07 02:04:30.382 INFO O| Mar 07 02:04:30.382 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82292026-03-07T02:04:32.020Z[ recovery-image] Mar 07 02:04:30.390 INFO O| Mar 07 02:04:30.390 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/userdel"
82302026-03-07T02:04:32.022Z[ recovery-image] Mar 07 02:04:30.390 INFO O| Mar 07 02:04:30.390 INFO STEP 1154 (remove_files) COMPLETE
82312026-03-07T02:04:32.022Z[ recovery-image] Mar 07 02:04:30.390 INFO O| Mar 07 02:04:30.390 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82322026-03-07T02:04:32.028Z[ recovery-image] Mar 07 02:04:30.399 INFO O| Mar 07 02:04:30.399 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/usermod"
82332026-03-07T02:04:32.028Z[ recovery-image] Mar 07 02:04:30.399 INFO O| Mar 07 02:04:30.399 INFO STEP 1155 (remove_files) COMPLETE
82342026-03-07T02:04:32.031Z[ recovery-image] Mar 07 02:04:30.399 INFO O| Mar 07 02:04:30.399 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82352026-03-07T02:04:32.040Z[ recovery-image] Mar 07 02:04:30.410 INFO O| Mar 07 02:04:30.410 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/volcopy"
82362026-03-07T02:04:32.040Z[ recovery-image] Mar 07 02:04:30.410 INFO O| Mar 07 02:04:30.410 INFO STEP 1156 (remove_files) COMPLETE
82372026-03-07T02:04:32.043Z[ recovery-image] Mar 07 02:04:30.410 INFO O| Mar 07 02:04:30.410 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82382026-03-07T02:04:32.049Z[ recovery-image] Mar 07 02:04:30.419 INFO O| Mar 07 02:04:30.419 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/wall"
82392026-03-07T02:04:32.049Z[ recovery-image] Mar 07 02:04:30.420 INFO O| Mar 07 02:04:30.420 INFO STEP 1157 (remove_files) COMPLETE
82402026-03-07T02:04:32.052Z[ recovery-image] Mar 07 02:04:30.420 INFO O| Mar 07 02:04:30.420 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82412026-03-07T02:04:32.057Z[ recovery-image] Mar 07 02:04:30.428 INFO O| Mar 07 02:04:30.428 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/whodo"
82422026-03-07T02:04:32.057Z[ recovery-image] Mar 07 02:04:30.428 INFO O| Mar 07 02:04:30.428 INFO STEP 1158 (remove_files) COMPLETE
82432026-03-07T02:04:32.060Z[ recovery-image] Mar 07 02:04:30.428 INFO O| Mar 07 02:04:30.428 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82442026-03-07T02:04:32.066Z[ recovery-image] Mar 07 02:04:30.437 INFO O| Mar 07 02:04:30.437 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdb"
82452026-03-07T02:04:32.070Z[ recovery-image] Mar 07 02:04:30.437 INFO O| Mar 07 02:04:30.437 INFO STEP 1159 (remove_files) COMPLETE
82462026-03-07T02:04:32.070Z[ recovery-image] Mar 07 02:04:30.437 INFO O| Mar 07 02:04:30.437 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82472026-03-07T02:04:32.075Z[ recovery-image] Mar 07 02:04:30.446 INFO O| Mar 07 02:04:30.446 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdump"
82482026-03-07T02:04:32.075Z[ recovery-image] Mar 07 02:04:30.446 INFO O| Mar 07 02:04:30.446 INFO STEP 1160 (remove_files) COMPLETE
82492026-03-07T02:04:32.075Z[ recovery-image] Mar 07 02:04:30.446 INFO O| Mar 07 02:04:30.446 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82502026-03-07T02:04:32.084Z[ recovery-image] Mar 07 02:04:30.454 INFO O| Mar 07 02:04:30.454 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zic"
82512026-03-07T02:04:32.084Z[ recovery-image] Mar 07 02:04:30.454 INFO O| Mar 07 02:04:30.454 INFO STEP 1161 (remove_files) COMPLETE
82522026-03-07T02:04:32.084Z[ recovery-image] Mar 07 02:04:30.454 INFO O| Mar 07 02:04:30.454 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82532026-03-07T02:04:32.092Z[ recovery-image] Mar 07 02:04:30.462 INFO O| Mar 07 02:04:30.462 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zlogin"
82542026-03-07T02:04:32.095Z[ recovery-image] Mar 07 02:04:30.463 INFO O| Mar 07 02:04:30.463 INFO STEP 1162 (remove_files) COMPLETE
82552026-03-07T02:04:32.095Z[ recovery-image] Mar 07 02:04:30.463 INFO O| Mar 07 02:04:30.463 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82562026-03-07T02:04:32.102Z[ recovery-image] Mar 07 02:04:30.473 INFO O| Mar 07 02:04:30.473 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zoneadm"
82572026-03-07T02:04:32.102Z[ recovery-image] Mar 07 02:04:30.473 INFO O| Mar 07 02:04:30.473 INFO STEP 1163 (remove_files) COMPLETE
82582026-03-07T02:04:32.105Z[ recovery-image] Mar 07 02:04:30.473 INFO O| Mar 07 02:04:30.473 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82592026-03-07T02:04:32.111Z[ recovery-image] Mar 07 02:04:30.481 INFO O| Mar 07 02:04:30.481 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zonecfg"
82602026-03-07T02:04:32.111Z[ recovery-image] Mar 07 02:04:30.481 INFO O| Mar 07 02:04:30.481 INFO STEP 1164 (remove_files) COMPLETE
82612026-03-07T02:04:32.114Z[ recovery-image] Mar 07 02:04:30.481 INFO O| Mar 07 02:04:30.481 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
82622026-03-07T02:04:32.119Z[ recovery-image] Mar 07 02:04:30.489 INFO O| Mar 07 02:04:30.489 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zstreamdump"
82632026-03-07T02:04:32.119Z[ recovery-image] Mar 07 02:04:30.490 INFO O| Mar 07 02:04:30.490 INFO STEP 1165 (remove_files) COMPLETE
82642026-03-07T02:04:32.122Z[ recovery-image] Mar 07 02:04:30.490 INFO O| Mar 07 02:04:30.490 INFO STEP 1166: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-03-recovery-trim.json
82652026-03-07T02:04:32.131Z[ recovery-image] Mar 07 02:04:30.502 INFO O| Mar 07 02:04:30.501 INFO file /rpool/images/build/recovery/output/sled-recovery-ramdisk.tar does not already exist, skipping removal
82662026-03-07T02:04:32.131Z[ recovery-image] Mar 07 02:04:30.502 INFO O| Mar 07 02:04:30.502 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
82672026-03-07T02:04:32.956Z[ recovery-image] Mar 07 02:04:31.326 INFO O| Mar 07 02:04:31.326 INFO STEP 1166 (pack_tar) COMPLETE
82682026-03-07T02:04:32.956Z[ recovery-image] Mar 07 02:04:31.326 INFO O| Mar 07 02:04:31.326 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
82692026-03-07T02:04:32.959Z[ recovery-image] Mar 07 02:04:31.327 INFO O| Mar 07 02:04:31.326 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
82702026-03-07T02:04:33.172Z[ host-image] Mar 07 02:04:31.542 INFO O| Mar 07 02:04:31.542 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
82712026-03-07T02:04:33.291Z[ recovery-image] Mar 07 02:04:31.661 INFO O| Mar 07 02:04:31.661 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
82722026-03-07T02:04:33.439Z[ recovery-image] Mar 07 02:04:31.809 INFO O| Mar 07 02:04:31.808 INFO completed processing sled/ramdisk-03-recovery-trim
82732026-03-07T02:04:33.443Z[ recovery-image] Mar 07 02:04:31.812 INFO image builder template: zfs-recovery...
82742026-03-07T02:04:33.443Z[ recovery-image] Mar 07 02:04:31.812 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/.tmp9u6fI0/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "publisher_0_name=helios-dev", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.39.455", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@19.0.0.0", "-n", "zfs-recovery"], pwd: None
82752026-03-07T02:04:33.480Z[ recovery-image] Mar 07 02:04:31.850 INFO O| Mar 07 02:04:31.850 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/zfs-recovery
82762026-03-07T02:04:33.484Z[ recovery-image] Mar 07 02:04:31.855 INFO O| Mar 07 02:04:31.855 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
82772026-03-07T02:04:33.579Z[ recovery-image] Mar 07 02:04:31.949 INFO O| Mar 07 02:04:31.949 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/zfs-recovery: sync = disabled
82782026-03-07T02:04:33.706Z[ recovery-image] Mar 07 02:04:32.076 INFO O| Mar 07 02:04:32.076 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/zfs-recovery
82792026-03-07T02:04:33.706Z[ recovery-image] Mar 07 02:04:32.077 INFO O| Mar 07 02:04:32.077 INFO work dataset: rpool/images/build/recovery/work/sled/zfs-recovery
82802026-03-07T02:04:33.711Z[ recovery-image] Mar 07 02:04:32.081 INFO O| Mar 07 02:04:32.081 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
82812026-03-07T02:04:33.849Z[ recovery-image] Mar 07 02:04:32.219 INFO O| Mar 07 02:04:32.219 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/sled/zfs-recovery: sync = disabled
82822026-03-07T02:04:33.925Z[ recovery-image] Mar 07 02:04:32.296 INFO O| Mar 07 02:04:32.295 INFO DESTROY POOL: TEMPORARY-sled-zfs-recovery
82832026-03-07T02:04:33.937Z[ recovery-image] Mar 07 02:04:32.307 INFO O| Mar 07 02:04:32.306 INFO image file: /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
82842026-03-07T02:04:33.941Z[ recovery-image] Mar 07 02:04:32.311 INFO O| Mar 07 02:04:32.311 INFO pool altroot: /rpool/images/build/recovery/work/sled/zfs-recovery/altroot
82852026-03-07T02:04:33.955Z[ recovery-image] Mar 07 02:04:32.325 INFO O| Mar 07 02:04:32.325 INFO no lofi found
82862026-03-07T02:04:33.955Z[ recovery-image] Mar 07 02:04:32.325 INFO O| Mar 07 02:04:32.325 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw does not already exist, skipping removal
82872026-03-07T02:04:33.955Z[ recovery-image] Mar 07 02:04:32.325 INFO O| Mar 07 02:04:32.325 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
82882026-03-07T02:04:35.633Z[ recovery-image] Mar 07 02:04:34.002 INFO O| Mar 07 02:04:34.002 INFO lofi device = /dev/dsk/c2t1d0p0
82892026-03-07T02:04:35.633Z[ recovery-image] Mar 07 02:04:34.002 INFO O| Mar 07 02:04:34.002 INFO pool device = /dev/dsk/c2t1d0p0
82902026-03-07T02:04:35.637Z[ recovery-image] Mar 07 02:04:34.002 INFO O| Mar 07 02:04:34.002 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"]
82912026-03-07T02:04:35.767Z[ recovery-image] Mar 07 02:04:34.137 INFO O| Mar 07 02:04:34.137 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
82922026-03-07T02:04:35.767Z[ recovery-image] Mar 07 02:04:34.137 INFO O| Mar 07 02:04:34.137 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT
82932026-03-07T02:04:35.789Z[ recovery-image] Mar 07 02:04:34.159 INFO O| Mar 07 02:04:34.159 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: canmount = off
82942026-03-07T02:04:35.873Z[ recovery-image] Mar 07 02:04:34.242 INFO O| Mar 07 02:04:34.242 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: mountpoint = legacy
82952026-03-07T02:04:35.909Z[ recovery-image] Mar 07 02:04:34.279 INFO O| Mar 07 02:04:34.278 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT/ramdisk
82962026-03-07T02:04:35.923Z[ recovery-image] Mar 07 02:04:34.293 INFO O| Mar 07 02:04:34.293 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: canmount = noauto
82972026-03-07T02:04:35.934Z[ recovery-image] Mar 07 02:04:34.304 INFO O| Mar 07 02:04:34.304 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
82982026-03-07T02:04:35.978Z[ recovery-image] Mar 07 02:04:34.348 INFO O| Mar 07 02:04:34.347 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a
82992026-03-07T02:04:35.980Z[ recovery-image] Mar 07 02:04:34.348 INFO O| Mar 07 02:04:34.348 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a
83002026-03-07T02:04:35.980Z[ recovery-image] Mar 07 02:04:34.348 INFO O| Mar 07 02:04:34.348 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
83012026-03-07T02:04:35.989Z[ recovery-image] Mar 07 02:04:34.359 INFO O| Mar 07 02:04:34.359 INFO boot environment UUID: 729c0541-1626-40b5-9c53-af19249b7fd2
83022026-03-07T02:04:35.989Z[ recovery-image] Mar 07 02:04:34.359 INFO O| Mar 07 02:04:34.359 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 729c0541-1626-40b5-9c53-af19249b7fd2
83032026-03-07T02:04:35.999Z[ recovery-image] Mar 07 02:04:34.369 INFO O| Mar 07 02:04:34.369 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
83042026-03-07T02:04:36.008Z[ recovery-image] Mar 07 02:04:34.378 INFO O| Mar 07 02:04:34.378 INFO STEP 0 (create_be) COMPLETE
83052026-03-07T02:04:36.011Z[ recovery-image] Mar 07 02:04:34.378 INFO O| Mar 07 02:04:34.378 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
83062026-03-07T02:04:36.021Z[ recovery-image] Mar 07 02:04:34.390 INFO O| Mar 07 02:04:34.390 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"]
83072026-03-07T02:04:38.549Z[ recovery-image] Mar 07 02:04:36.918 INFO O| Mar 07 02:04:36.918 INFO STEP 1 (unpack_tar) COMPLETE
83082026-03-07T02:04:38.549Z[ recovery-image] Mar 07 02:04:36.919 INFO O| Mar 07 02:04:36.918 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83092026-03-07T02:04:38.558Z[ recovery-image] Mar 07 02:04:36.928 INFO O| Mar 07 02:04:36.927 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
83102026-03-07T02:04:39.217Z[ recovery-image] Mar 07 02:04:37.586 INFO O| Mar 07 02:04:37.586 INFO STEP 2 (devfsadm) COMPLETE
83112026-03-07T02:04:39.217Z[ recovery-image] Mar 07 02:04:37.586 INFO O| Mar 07 02:04:37.586 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83122026-03-07T02:04:39.228Z[ recovery-image] Mar 07 02:04:37.597 INFO O| Mar 07 02:04:37.597 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
83132026-03-07T02:04:39.228Z[ recovery-image] Mar 07 02:04:37.597 INFO O| Mar 07 02:04:37.597 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
83142026-03-07T02:04:39.231Z[ recovery-image] Mar 07 02:04:37.597 INFO O| Mar 07 02:04:37.597 INFO STEP 3 (ensure_dir) COMPLETE
83152026-03-07T02:04:39.231Z[ recovery-image] Mar 07 02:04:37.597 INFO O| Mar 07 02:04:37.597 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83162026-03-07T02:04:39.239Z[ recovery-image] Mar 07 02:04:37.608 INFO O| Mar 07 02:04:37.608 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
83172026-03-07T02:04:39.239Z[ recovery-image] Mar 07 02:04:37.608 INFO O| Mar 07 02:04:37.608 INFO STEP 4 (ensure_dir) COMPLETE
83182026-03-07T02:04:39.242Z[ recovery-image] Mar 07 02:04:37.608 INFO O| Mar 07 02:04:37.608 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83192026-03-07T02:04:39.249Z[ recovery-image] Mar 07 02:04:37.618 INFO O| Mar 07 02:04:37.618 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
83202026-03-07T02:04:39.249Z[ recovery-image] Mar 07 02:04:37.618 INFO O| Mar 07 02:04:37.618 INFO STEP 5 (ensure_dir) COMPLETE
83212026-03-07T02:04:39.251Z[ recovery-image] Mar 07 02:04:37.618 INFO O| Mar 07 02:04:37.618 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83222026-03-07T02:04:39.259Z[ recovery-image] Mar 07 02:04:37.627 INFO O| Mar 07 02:04:37.627 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
83232026-03-07T02:04:39.259Z[ recovery-image] Mar 07 02:04:37.627 INFO O| Mar 07 02:04:37.627 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
83242026-03-07T02:04:39.262Z[ recovery-image] Mar 07 02:04:37.627 INFO O| Mar 07 02:04:37.627 INFO STEP 6 (ensure_dir) COMPLETE
83252026-03-07T02:04:39.262Z[ recovery-image] Mar 07 02:04:37.627 INFO O| Mar 07 02:04:37.627 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83262026-03-07T02:04:39.267Z[ recovery-image] Mar 07 02:04:37.637 INFO O| Mar 07 02:04:37.637 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
83272026-03-07T02:04:39.307Z[ recovery-image] Mar 07 02:04:37.637 INFO O| Mar 07 02:04:37.637 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
83282026-03-07T02:04:39.307Z[ recovery-image] Mar 07 02:04:37.637 INFO O| Mar 07 02:04:37.637 INFO STEP 7 (ensure_dir) COMPLETE
83292026-03-07T02:04:39.307Z[ recovery-image] Mar 07 02:04:37.637 INFO O| Mar 07 02:04:37.637 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83302026-03-07T02:04:39.310Z[ recovery-image] Mar 07 02:04:37.645 INFO O| Mar 07 02:04:37.645 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg"
83312026-03-07T02:04:39.310Z[ recovery-image] Mar 07 02:04:37.645 INFO O| Mar 07 02:04:37.645 INFO STEP 8 (remove_files) COMPLETE
83322026-03-07T02:04:39.310Z[ recovery-image] Mar 07 02:04:37.645 INFO O| Mar 07 02:04:37.645 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83332026-03-07T02:04:39.310Z[ recovery-image] Mar 07 02:04:37.656 INFO O| Mar 07 02:04:37.656 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk"
83342026-03-07T02:04:39.310Z[ recovery-image] Mar 07 02:04:37.657 INFO O| Mar 07 02:04:37.657 INFO STEP 9 (remove_files) COMPLETE
83352026-03-07T02:04:39.310Z[ recovery-image] Mar 07 02:04:37.657 INFO O| Mar 07 02:04:37.657 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83362026-03-07T02:04:39.310Z[ recovery-image] Mar 07 02:04:37.668 INFO O| Mar 07 02:04:37.668 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk"
83372026-03-07T02:04:39.310Z[ recovery-image] Mar 07 02:04:37.669 INFO O| Mar 07 02:04:37.669 INFO STEP 10 (remove_files) COMPLETE
83382026-03-07T02:04:39.310Z[ recovery-image] Mar 07 02:04:37.669 INFO O| Mar 07 02:04:37.669 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83392026-03-07T02:04:39.313Z[ recovery-image] Mar 07 02:04:37.679 INFO O| Mar 07 02:04:37.679 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors"
83402026-03-07T02:04:39.313Z[ recovery-image] Mar 07 02:04:37.679 INFO O| Mar 07 02:04:37.679 INFO STEP 11 (remove_files) COMPLETE
83412026-03-07T02:04:39.313Z[ recovery-image] Mar 07 02:04:37.679 INFO O| Mar 07 02:04:37.679 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83422026-03-07T02:04:39.318Z[ recovery-image] Mar 07 02:04:37.688 INFO O| Mar 07 02:04:37.688 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb"
83432026-03-07T02:04:39.318Z[ recovery-image] Mar 07 02:04:37.688 INFO O| Mar 07 02:04:37.688 INFO STEP 12 (remove_files) COMPLETE
83442026-03-07T02:04:39.321Z[ recovery-image] Mar 07 02:04:37.688 INFO O| Mar 07 02:04:37.688 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83452026-03-07T02:04:39.330Z[ recovery-image] Mar 07 02:04:37.700 INFO O| Mar 07 02:04:37.700 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
83462026-03-07T02:04:39.330Z[ recovery-image] Mar 07 02:04:37.700 INFO O| Mar 07 02:04:37.700 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
83472026-03-07T02:04:39.330Z[ recovery-image] Mar 07 02:04:37.700 INFO O| Mar 07 02:04:37.700 INFO STEP 13 (ensure_dir) COMPLETE
83482026-03-07T02:04:39.333Z[ recovery-image] Mar 07 02:04:37.700 INFO O| Mar 07 02:04:37.700 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83492026-03-07T02:04:39.339Z[ recovery-image] Mar 07 02:04:37.709 INFO O| Mar 07 02:04:37.709 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
83502026-03-07T02:04:39.339Z[ recovery-image] Mar 07 02:04:37.709 INFO O| Mar 07 02:04:37.709 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
83512026-03-07T02:04:39.339Z[ recovery-image] Mar 07 02:04:37.709 INFO O| Mar 07 02:04:37.709 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
83522026-03-07T02:04:39.342Z[ recovery-image] Mar 07 02:04:37.709 INFO O| Mar 07 02:04:37.709 INFO STEP 14 (ensure_dir) COMPLETE
83532026-03-07T02:04:39.342Z[ recovery-image] Mar 07 02:04:37.709 INFO O| Mar 07 02:04:37.709 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83542026-03-07T02:04:39.350Z[ recovery-image] Mar 07 02:04:37.720 INFO O| Mar 07 02:04:37.719 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
83552026-03-07T02:04:39.350Z[ recovery-image] Mar 07 02:04:37.720 INFO O| Mar 07 02:04:37.720 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
83562026-03-07T02:04:39.353Z[ recovery-image] Mar 07 02:04:37.720 INFO O| Mar 07 02:04:37.720 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
83572026-03-07T02:04:39.353Z[ recovery-image] Mar 07 02:04:37.720 INFO O| Mar 07 02:04:37.720 INFO STEP 15 (ensure_dir) COMPLETE
83582026-03-07T02:04:39.353Z[ recovery-image] Mar 07 02:04:37.720 INFO O| Mar 07 02:04:37.720 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83592026-03-07T02:04:39.360Z[ recovery-image] Mar 07 02:04:37.729 INFO O| Mar 07 02:04:37.729 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
83602026-03-07T02:04:39.363Z[ recovery-image] Mar 07 02:04:37.730 INFO O| Mar 07 02:04:37.729 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
83612026-03-07T02:04:39.363Z[ recovery-image] Mar 07 02:04:37.730 INFO O| Mar 07 02:04:37.729 INFO STEP 16 (ensure_dir) COMPLETE
83622026-03-07T02:04:39.363Z[ recovery-image] Mar 07 02:04:37.730 INFO O| Mar 07 02:04:37.729 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83632026-03-07T02:04:39.382Z[ recovery-image] Mar 07 02:04:37.749 INFO O| Mar 07 02:04:37.749 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
83642026-03-07T02:04:39.382Z[ recovery-image] Mar 07 02:04:37.749 INFO O| Mar 07 02:04:37.749 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
83652026-03-07T02:04:39.382Z[ recovery-image] Mar 07 02:04:37.749 INFO O| Mar 07 02:04:37.749 INFO STEP 17 (ensure_dir) COMPLETE
83662026-03-07T02:04:39.382Z[ recovery-image] Mar 07 02:04:37.749 INFO O| Mar 07 02:04:37.749 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83672026-03-07T02:04:39.396Z[ recovery-image] Mar 07 02:04:37.765 INFO O| Mar 07 02:04:37.764 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
83682026-03-07T02:04:39.396Z[ recovery-image] Mar 07 02:04:37.765 INFO O| Mar 07 02:04:37.764 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/msglog
83692026-03-07T02:04:39.396Z[ recovery-image] Mar 07 02:04:37.765 INFO O| Mar 07 02:04:37.764 INFO ok!
83702026-03-07T02:04:39.396Z[ recovery-image] Mar 07 02:04:37.765 INFO O| Mar 07 02:04:37.764 INFO STEP 18 (ensure_symlink) COMPLETE
83712026-03-07T02:04:39.396Z[ recovery-image] Mar 07 02:04:37.765 INFO O| Mar 07 02:04:37.764 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
83722026-03-07T02:04:39.412Z[ recovery-image] Mar 07 02:04:37.781 INFO O| Mar 07 02:04:37.781 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure exists, with correct contents
83732026-03-07T02:04:39.412Z[ recovery-image] Mar 07 02:04:37.781 INFO O| Mar 07 02:04:37.781 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure
83742026-03-07T02:04:39.416Z[ recovery-image] Mar 07 02:04:37.781 INFO O| Mar 07 02:04:37.781 INFO ok!
83752026-03-07T02:04:39.416Z[ recovery-image] Mar 07 02:04:37.781 INFO O| Mar 07 02:04:37.781 INFO STEP 19 (ensure_file) COMPLETE
83762026-03-07T02:04:39.416Z[ recovery-image] Mar 07 02:04:37.781 INFO O| Mar 07 02:04:37.781 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
83772026-03-07T02:04:39.426Z[ recovery-image] Mar 07 02:04:37.794 INFO O| Mar 07 02:04:37.794 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
83782026-03-07T02:04:39.426Z[ recovery-image] Mar 07 02:04:37.794 INFO O| Mar 07 02:04:37.794 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
83792026-03-07T02:04:39.426Z[ recovery-image] Mar 07 02:04:37.795 INFO O| Mar 07 02:04:37.795 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml
83802026-03-07T02:04:39.426Z[ recovery-image] Mar 07 02:04:37.795 INFO O| Mar 07 02:04:37.795 INFO ok!
83812026-03-07T02:04:39.426Z[ recovery-image] Mar 07 02:04:37.795 INFO O| Mar 07 02:04:37.795 INFO STEP 20 (ensure_symlink) COMPLETE
83822026-03-07T02:04:39.426Z[ recovery-image] Mar 07 02:04:37.795 INFO O| Mar 07 02:04:37.795 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
83832026-03-07T02:04:39.442Z[ recovery-image] Mar 07 02:04:37.811 INFO O| Mar 07 02:04:37.810 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
83842026-03-07T02:04:39.446Z[ recovery-image] Mar 07 02:04:37.811 INFO O| Mar 07 02:04:37.810 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
83852026-03-07T02:04:39.446Z[ recovery-image] Mar 07 02:04:37.811 INFO O| Mar 07 02:04:37.811 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml
83862026-03-07T02:04:39.447Z[ recovery-image] Mar 07 02:04:37.811 INFO O| Mar 07 02:04:37.811 INFO ok!
83872026-03-07T02:04:39.447Z[ recovery-image] Mar 07 02:04:37.811 INFO O| Mar 07 02:04:37.811 INFO STEP 21 (ensure_symlink) COMPLETE
83882026-03-07T02:04:39.447Z[ recovery-image] Mar 07 02:04:37.811 INFO O| Mar 07 02:04:37.811 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
83892026-03-07T02:04:39.457Z[ recovery-image] Mar 07 02:04:37.825 INFO O| Mar 07 02:04:37.825 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
83902026-03-07T02:04:39.457Z[ recovery-image] Mar 07 02:04:37.825 INFO O| Mar 07 02:04:37.825 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
83912026-03-07T02:04:39.457Z[ recovery-image] Mar 07 02:04:37.825 INFO O| Mar 07 02:04:37.825 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml
83922026-03-07T02:04:39.457Z[ recovery-image] Mar 07 02:04:37.825 INFO O| Mar 07 02:04:37.825 INFO ok!
83932026-03-07T02:04:39.457Z[ recovery-image] Mar 07 02:04:37.825 INFO O| Mar 07 02:04:37.825 INFO STEP 22 (ensure_symlink) COMPLETE
83942026-03-07T02:04:39.457Z[ recovery-image] Mar 07 02:04:37.825 INFO O| Mar 07 02:04:37.825 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
83952026-03-07T02:04:39.475Z[ recovery-image] Mar 07 02:04:37.843 INFO O| Mar 07 02:04:37.843 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
83962026-03-07T02:04:39.475Z[ recovery-image] Mar 07 02:04:37.843 INFO O| Mar 07 02:04:37.843 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
83972026-03-07T02:04:39.475Z[ recovery-image] Mar 07 02:04:37.843 INFO O| Mar 07 02:04:37.843 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml
83982026-03-07T02:04:39.475Z[ recovery-image] Mar 07 02:04:37.843 INFO O| Mar 07 02:04:37.843 INFO ok!
83992026-03-07T02:04:39.475Z[ recovery-image] Mar 07 02:04:37.843 INFO O| Mar 07 02:04:37.843 INFO STEP 23 (ensure_symlink) COMPLETE
84002026-03-07T02:04:39.479Z[ recovery-image] Mar 07 02:04:37.843 INFO O| Mar 07 02:04:37.843 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
84012026-03-07T02:04:39.495Z[ recovery-image] Mar 07 02:04:37.863 INFO O| Mar 07 02:04:37.863 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
84022026-03-07T02:04:39.495Z[ recovery-image] Mar 07 02:04:37.863 INFO O| Mar 07 02:04:37.863 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 ...
84032026-03-07T02:04:39.495Z[ recovery-image] Mar 07 02:04:37.863 INFO O| Mar 07 02:04:37.863 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf
84042026-03-07T02:04:39.495Z[ recovery-image] Mar 07 02:04:37.863 INFO O| Mar 07 02:04:37.863 INFO ok!
84052026-03-07T02:04:39.495Z[ recovery-image] Mar 07 02:04:37.863 INFO O| Mar 07 02:04:37.863 INFO STEP 24 (ensure_file) COMPLETE
84062026-03-07T02:04:39.495Z[ recovery-image] Mar 07 02:04:37.863 INFO O| Mar 07 02:04:37.863 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
84072026-03-07T02:04:39.512Z[ recovery-image] Mar 07 02:04:37.880 INFO O| Mar 07 02:04:37.879 INFO updating shadow file
84082026-03-07T02:04:39.523Z[ recovery-image] Mar 07 02:04:37.882 INFO O| Mar 07 02:04:37.880 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
84092026-03-07T02:04:39.531Z[ recovery-image] Mar 07 02:04:37.882 INFO O| Mar 07 02:04:37.880 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
84102026-03-07T02:04:39.534Z[ recovery-image] Mar 07 02:04:37.882 INFO O| Mar 07 02:04:37.880 INFO STEP 25 (shadow) COMPLETE
84112026-03-07T02:04:39.537Z[ recovery-image] Mar 07 02:04:37.882 INFO O| Mar 07 02:04:37.880 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
84122026-03-07T02:04:39.537Z[ recovery-image] Mar 07 02:04:37.900 INFO O| Mar 07 02:04:37.900 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
84132026-03-07T02:04:39.537Z[ recovery-image] Mar 07 02:04:37.900 INFO O| Mar 07 02:04:37.900 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts ...
84142026-03-07T02:04:39.537Z[ recovery-image] Mar 07 02:04:37.900 INFO O| Mar 07 02:04:37.900 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts
84152026-03-07T02:04:39.537Z[ recovery-image] Mar 07 02:04:37.900 INFO O| Mar 07 02:04:37.900 INFO ok!
84162026-03-07T02:04:39.537Z[ recovery-image] Mar 07 02:04:37.900 INFO O| Mar 07 02:04:37.900 INFO STEP 26 (ensure_file) COMPLETE
84172026-03-07T02:04:39.537Z[ recovery-image] Mar 07 02:04:37.900 INFO O| Mar 07 02:04:37.900 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
84182026-03-07T02:04:39.545Z[ recovery-image] Mar 07 02:04:37.915 INFO O| Mar 07 02:04:37.915 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename does not exist
84192026-03-07T02:04:39.545Z[ recovery-image] Mar 07 02:04:37.915 INFO O| Mar 07 02:04:37.915 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename ...
84202026-03-07T02:04:39.548Z[ recovery-image] Mar 07 02:04:37.915 INFO O| Mar 07 02:04:37.915 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename
84212026-03-07T02:04:39.548Z[ recovery-image] Mar 07 02:04:37.915 INFO O| Mar 07 02:04:37.915 INFO ok!
84222026-03-07T02:04:39.548Z[ recovery-image] Mar 07 02:04:37.915 INFO O| Mar 07 02:04:37.915 INFO STEP 27 (ensure_file) COMPLETE
84232026-03-07T02:04:39.548Z[ recovery-image] Mar 07 02:04:37.915 INFO O| Mar 07 02:04:37.915 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
84242026-03-07T02:04:39.559Z[ recovery-image] Mar 07 02:04:37.929 INFO O| Mar 07 02:04:37.929 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
84252026-03-07T02:04:39.559Z[ recovery-image] Mar 07 02:04:37.929 INFO O| Mar 07 02:04:37.929 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent ...
84262026-03-07T02:04:39.563Z[ recovery-image] Mar 07 02:04:37.929 INFO O| Mar 07 02:04:37.929 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
84272026-03-07T02:04:39.563Z[ recovery-image] Mar 07 02:04:37.929 INFO O| Mar 07 02:04:37.929 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
84282026-03-07T02:04:39.563Z[ recovery-image] Mar 07 02:04:37.929 INFO O| Mar 07 02:04:37.929 INFO ok!
84292026-03-07T02:04:39.563Z[ recovery-image] Mar 07 02:04:37.929 INFO O| Mar 07 02:04:37.929 INFO STEP 28 (ensure_file) COMPLETE
84302026-03-07T02:04:39.563Z[ recovery-image] Mar 07 02:04:37.929 INFO O| Mar 07 02:04:37.929 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
84312026-03-07T02:04:39.572Z[ recovery-image] Mar 07 02:04:37.941 INFO O| Mar 07 02:04:37.941 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf does not exist
84322026-03-07T02:04:39.572Z[ recovery-image] Mar 07 02:04:37.941 INFO O| Mar 07 02:04:37.941 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf ...
84332026-03-07T02:04:39.575Z[ recovery-image] Mar 07 02:04:37.941 INFO O| Mar 07 02:04:37.941 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf
84342026-03-07T02:04:39.575Z[ recovery-image] Mar 07 02:04:37.941 INFO O| Mar 07 02:04:37.941 INFO ok!
84352026-03-07T02:04:39.575Z[ recovery-image] Mar 07 02:04:37.941 INFO O| Mar 07 02:04:37.941 INFO STEP 29 (ensure_file) COMPLETE
84362026-03-07T02:04:39.575Z[ recovery-image] Mar 07 02:04:37.941 INFO O| Mar 07 02:04:37.941 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
84372026-03-07T02:04:39.584Z[ recovery-image] Mar 07 02:04:37.953 INFO O| Mar 07 02:04:37.953 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
84382026-03-07T02:04:39.587Z[ recovery-image] Mar 07 02:04:37.953 INFO O| Mar 07 02:04:37.953 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
84392026-03-07T02:04:39.587Z[ recovery-image] Mar 07 02:04:37.953 INFO O| Mar 07 02:04:37.953 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
84402026-03-07T02:04:39.587Z[ recovery-image] Mar 07 02:04:37.953 INFO O| Mar 07 02:04:37.953 INFO STEP 30 (ensure_dir) COMPLETE
84412026-03-07T02:04:39.587Z[ recovery-image] Mar 07 02:04:37.953 INFO O| Mar 07 02:04:37.953 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
84422026-03-07T02:04:39.595Z[ recovery-image] Mar 07 02:04:37.965 INFO O| Mar 07 02:04:37.965 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup does not exist
84432026-03-07T02:04:39.599Z[ recovery-image] Mar 07 02:04:37.965 INFO O| Mar 07 02:04:37.965 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 ...
84442026-03-07T02:04:39.599Z[ recovery-image] Mar 07 02:04:37.966 INFO O| Mar 07 02:04:37.966 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
84452026-03-07T02:04:39.599Z[ recovery-image] Mar 07 02:04:37.966 INFO O| Mar 07 02:04:37.966 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup
84462026-03-07T02:04:39.599Z[ recovery-image] Mar 07 02:04:37.966 INFO O| Mar 07 02:04:37.966 INFO ok!
84472026-03-07T02:04:39.599Z[ recovery-image] Mar 07 02:04:37.966 INFO O| Mar 07 02:04:37.966 INFO STEP 31 (ensure_file) COMPLETE
84482026-03-07T02:04:39.599Z[ recovery-image] Mar 07 02:04:37.966 INFO O| Mar 07 02:04:37.966 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
84492026-03-07T02:04:39.609Z[ recovery-image] Mar 07 02:04:37.978 INFO O| Mar 07 02:04:37.978 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
84502026-03-07T02:04:39.609Z[ recovery-image] Mar 07 02:04:37.979 INFO O| Mar 07 02:04:37.978 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
84512026-03-07T02:04:39.612Z[ recovery-image] Mar 07 02:04:37.979 INFO O| Mar 07 02:04:37.979 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
84522026-03-07T02:04:39.612Z[ recovery-image] Mar 07 02:04:37.979 INFO O| Mar 07 02:04:37.979 INFO STEP 32 (ensure_dir) COMPLETE
84532026-03-07T02:04:39.612Z[ recovery-image] Mar 07 02:04:37.979 INFO O| Mar 07 02:04:37.979 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
84542026-03-07T02:04:39.622Z[ recovery-image] Mar 07 02:04:37.991 INFO O| Mar 07 02:04:37.991 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml does not exist
84552026-03-07T02:04:39.622Z[ recovery-image] Mar 07 02:04:37.991 INFO O| Mar 07 02:04:37.991 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 ...
84562026-03-07T02:04:39.626Z[ recovery-image] Mar 07 02:04:37.992 INFO O| Mar 07 02:04:37.992 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
84572026-03-07T02:04:39.626Z[ recovery-image] Mar 07 02:04:37.992 INFO O| Mar 07 02:04:37.992 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml
84582026-03-07T02:04:39.626Z[ recovery-image] Mar 07 02:04:37.992 INFO O| Mar 07 02:04:37.992 INFO ok!
84592026-03-07T02:04:39.626Z[ recovery-image] Mar 07 02:04:37.992 INFO O| Mar 07 02:04:37.992 INFO STEP 33 (ensure_file) COMPLETE
84602026-03-07T02:04:39.626Z[ recovery-image] Mar 07 02:04:37.992 INFO O| Mar 07 02:04:37.992 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
84612026-03-07T02:04:39.669Z[ recovery-image] Mar 07 02:04:38.004 INFO O| Mar 07 02:04:38.004 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master does not exist
84622026-03-07T02:04:39.669Z[ recovery-image] Mar 07 02:04:38.004 INFO O| Mar 07 02:04:38.004 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master ...
84632026-03-07T02:04:39.669Z[ recovery-image] Mar 07 02:04:38.004 INFO O| Mar 07 02:04:38.004 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master
84642026-03-07T02:04:39.669Z[ recovery-image] Mar 07 02:04:38.004 INFO O| Mar 07 02:04:38.004 INFO ok!
84652026-03-07T02:04:39.669Z[ recovery-image] Mar 07 02:04:38.004 INFO O| Mar 07 02:04:38.004 INFO STEP 34 (ensure_file) COMPLETE
84662026-03-07T02:04:39.669Z[ recovery-image] Mar 07 02:04:38.004 INFO O| Mar 07 02:04:38.004 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
84672026-03-07T02:04:39.669Z[ recovery-image] Mar 07 02:04:38.017 INFO O| Mar 07 02:04:38.017 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
84682026-03-07T02:04:39.669Z[ recovery-image] Mar 07 02:04:38.017 INFO O| Mar 07 02:04:38.017 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs ...
84692026-03-07T02:04:39.669Z[ recovery-image] Mar 07 02:04:38.017 INFO O| Mar 07 02:04:38.017 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
84702026-03-07T02:04:39.669Z[ recovery-image] Mar 07 02:04:38.017 INFO O| Mar 07 02:04:38.017 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
84712026-03-07T02:04:39.669Z[ recovery-image] Mar 07 02:04:38.017 INFO O| Mar 07 02:04:38.017 INFO ok!
84722026-03-07T02:04:39.669Z[ recovery-image] Mar 07 02:04:38.017 INFO O| Mar 07 02:04:38.017 INFO STEP 35 (ensure_file) COMPLETE
84732026-03-07T02:04:39.669Z[ recovery-image] Mar 07 02:04:38.017 INFO O| Mar 07 02:04:38.017 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
84742026-03-07T02:04:39.669Z[ recovery-image] Mar 07 02:04:38.029 INFO O| Mar 07 02:04:38.029 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
84752026-03-07T02:04:39.669Z[ recovery-image] Mar 07 02:04:38.029 INFO O| Mar 07 02:04:38.029 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init ...
84762026-03-07T02:04:39.669Z[ recovery-image] Mar 07 02:04:38.030 INFO O| Mar 07 02:04:38.029 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init
84772026-03-07T02:04:39.669Z[ recovery-image] Mar 07 02:04:38.030 INFO O| Mar 07 02:04:38.030 INFO ok!
84782026-03-07T02:04:39.669Z[ recovery-image] Mar 07 02:04:38.030 INFO O| Mar 07 02:04:38.030 INFO STEP 36 (ensure_file) COMPLETE
84792026-03-07T02:04:39.669Z[ recovery-image] Mar 07 02:04:38.030 INFO O| Mar 07 02:04:38.030 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
84802026-03-07T02:04:39.673Z[ recovery-image] Mar 07 02:04:38.042 INFO O| Mar 07 02:04:38.042 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
84812026-03-07T02:04:39.673Z[ recovery-image] Mar 07 02:04:38.042 INFO O| Mar 07 02:04:38.042 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config ...
84822026-03-07T02:04:39.676Z[ recovery-image] Mar 07 02:04:38.043 INFO O| Mar 07 02:04:38.043 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config
84832026-03-07T02:04:39.676Z[ recovery-image] Mar 07 02:04:38.043 INFO O| Mar 07 02:04:38.043 INFO ok!
84842026-03-07T02:04:39.676Z[ recovery-image] Mar 07 02:04:38.043 INFO O| Mar 07 02:04:38.043 INFO STEP 37 (ensure_file) COMPLETE
84852026-03-07T02:04:39.676Z[ recovery-image] Mar 07 02:04:38.043 INFO O| Mar 07 02:04:38.043 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
84862026-03-07T02:04:39.684Z[ recovery-image] Mar 07 02:04:38.053 INFO O| Mar 07 02:04:38.053 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams does not exist
84872026-03-07T02:04:39.684Z[ recovery-image] Mar 07 02:04:38.053 INFO O| Mar 07 02:04:38.053 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams ...
84882026-03-07T02:04:39.687Z[ recovery-image] Mar 07 02:04:38.054 INFO O| Mar 07 02:04:38.054 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
84892026-03-07T02:04:39.687Z[ recovery-image] Mar 07 02:04:38.054 INFO O| Mar 07 02:04:38.054 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
84902026-03-07T02:04:39.687Z[ recovery-image] Mar 07 02:04:38.054 INFO O| Mar 07 02:04:38.054 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
84912026-03-07T02:04:39.687Z[ recovery-image] Mar 07 02:04:38.054 INFO O| Mar 07 02:04:38.054 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
84922026-03-07T02:04:39.687Z[ recovery-image] Mar 07 02:04:38.054 INFO O| Mar 07 02:04:38.054 INFO ok!
84932026-03-07T02:04:39.687Z[ recovery-image] Mar 07 02:04:38.054 INFO O| Mar 07 02:04:38.054 INFO STEP 38 (ensure_file) COMPLETE
84942026-03-07T02:04:39.687Z[ recovery-image] Mar 07 02:04:38.054 INFO O| Mar 07 02:04:38.054 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
84952026-03-07T02:04:39.695Z[ recovery-image] Mar 07 02:04:38.065 INFO O| Mar 07 02:04:38.064 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
84962026-03-07T02:04:39.698Z[ recovery-image] Mar 07 02:04:38.065 INFO O| Mar 07 02:04:38.065 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
84972026-03-07T02:04:39.698Z[ recovery-image] Mar 07 02:04:38.065 INFO O| Mar 07 02:04:38.065 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
84982026-03-07T02:04:39.698Z[ recovery-image] Mar 07 02:04:38.065 INFO O| Mar 07 02:04:38.065 INFO STEP 39 (ensure_dir) COMPLETE
84992026-03-07T02:04:39.698Z[ recovery-image] Mar 07 02:04:38.065 INFO O| Mar 07 02:04:38.065 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
85002026-03-07T02:04:39.711Z[ recovery-image] Mar 07 02:04:38.080 INFO O| Mar 07 02:04:38.080 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
85012026-03-07T02:04:39.711Z[ recovery-image] Mar 07 02:04:38.080 INFO O| Mar 07 02:04:38.080 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 ...
85022026-03-07T02:04:39.714Z[ recovery-image] Mar 07 02:04:38.080 INFO O| Mar 07 02:04:38.080 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
85032026-03-07T02:04:39.714Z[ recovery-image] Mar 07 02:04:38.081 INFO O| Mar 07 02:04:38.080 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
85042026-03-07T02:04:39.714Z[ recovery-image] Mar 07 02:04:38.081 INFO O| Mar 07 02:04:38.080 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
85052026-03-07T02:04:39.714Z[ recovery-image] Mar 07 02:04:38.081 INFO O| Mar 07 02:04:38.081 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
85062026-03-07T02:04:39.714Z[ recovery-image] Mar 07 02:04:38.081 INFO O| Mar 07 02:04:38.081 INFO ok!
85072026-03-07T02:04:39.714Z[ recovery-image] Mar 07 02:04:38.081 INFO O| Mar 07 02:04:38.081 INFO STEP 40 (ensure_file) COMPLETE
85082026-03-07T02:04:39.714Z[ recovery-image] Mar 07 02:04:38.081 INFO O| Mar 07 02:04:38.081 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
85092026-03-07T02:04:39.722Z[ recovery-image] Mar 07 02:04:38.091 INFO O| Mar 07 02:04:38.091 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
85102026-03-07T02:04:39.722Z[ recovery-image] Mar 07 02:04:38.091 INFO O| Mar 07 02:04:38.091 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 ...
85112026-03-07T02:04:39.725Z[ recovery-image] Mar 07 02:04:38.091 INFO O| Mar 07 02:04:38.091 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
85122026-03-07T02:04:39.725Z[ recovery-image] Mar 07 02:04:38.091 INFO O| Mar 07 02:04:38.091 INFO ok!
85132026-03-07T02:04:39.725Z[ recovery-image] Mar 07 02:04:38.091 INFO O| Mar 07 02:04:38.091 INFO STEP 41 (ensure_symlink) COMPLETE
85142026-03-07T02:04:39.725Z[ recovery-image] Mar 07 02:04:38.091 INFO O| Mar 07 02:04:38.091 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
85152026-03-07T02:04:39.731Z[ recovery-image] Mar 07 02:04:38.101 INFO O| Mar 07 02:04:38.101 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo does not exist
85162026-03-07T02:04:39.731Z[ recovery-image] Mar 07 02:04:38.101 INFO O| Mar 07 02:04:38.101 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
85172026-03-07T02:04:39.734Z[ recovery-image] Mar 07 02:04:38.101 INFO O| Mar 07 02:04:38.101 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo
85182026-03-07T02:04:39.734Z[ recovery-image] Mar 07 02:04:38.101 INFO O| Mar 07 02:04:38.101 INFO ok!
85192026-03-07T02:04:39.734Z[ recovery-image] Mar 07 02:04:38.101 INFO O| Mar 07 02:04:38.101 INFO STEP 42 (ensure_symlink) COMPLETE
85202026-03-07T02:04:39.734Z[ recovery-image] Mar 07 02:04:38.101 INFO O| Mar 07 02:04:38.101 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
85212026-03-07T02:04:39.743Z[ recovery-image] Mar 07 02:04:38.112 INFO O| Mar 07 02:04:38.112 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname does not exist
85222026-03-07T02:04:39.743Z[ recovery-image] Mar 07 02:04:38.113 INFO O| Mar 07 02:04:38.112 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname ...
85232026-03-07T02:04:39.746Z[ recovery-image] Mar 07 02:04:38.113 INFO O| Mar 07 02:04:38.113 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
85242026-03-07T02:04:39.746Z[ recovery-image] Mar 07 02:04:38.113 INFO O| Mar 07 02:04:38.113 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
85252026-03-07T02:04:39.746Z[ recovery-image] Mar 07 02:04:38.113 INFO O| Mar 07 02:04:38.113 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
85262026-03-07T02:04:39.746Z[ recovery-image] Mar 07 02:04:38.113 INFO O| Mar 07 02:04:38.113 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
85272026-03-07T02:04:39.746Z[ recovery-image] Mar 07 02:04:38.113 INFO O| Mar 07 02:04:38.113 INFO ok!
85282026-03-07T02:04:39.746Z[ recovery-image] Mar 07 02:04:38.113 INFO O| Mar 07 02:04:38.113 INFO STEP 43 (ensure_file) COMPLETE
85292026-03-07T02:04:39.746Z[ recovery-image] Mar 07 02:04:38.113 INFO O| Mar 07 02:04:38.113 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
85302026-03-07T02:04:39.756Z[ recovery-image] Mar 07 02:04:38.126 INFO O| Mar 07 02:04:38.126 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
85312026-03-07T02:04:39.756Z[ recovery-image] Mar 07 02:04:38.126 INFO O| Mar 07 02:04:38.126 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 ...
85322026-03-07T02:04:39.759Z[ recovery-image] Mar 07 02:04:38.127 INFO O| Mar 07 02:04:38.127 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
85332026-03-07T02:04:39.759Z[ recovery-image] Mar 07 02:04:38.127 INFO O| Mar 07 02:04:38.127 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
85342026-03-07T02:04:39.759Z[ recovery-image] Mar 07 02:04:38.127 INFO O| Mar 07 02:04:38.127 INFO ok!
85352026-03-07T02:04:39.759Z[ recovery-image] Mar 07 02:04:38.127 INFO O| Mar 07 02:04:38.127 INFO STEP 44 (ensure_file) COMPLETE
85362026-03-07T02:04:39.759Z[ recovery-image] Mar 07 02:04:38.127 INFO O| Mar 07 02:04:38.127 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
85372026-03-07T02:04:39.769Z[ recovery-image] Mar 07 02:04:38.138 INFO O| Mar 07 02:04:38.138 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml does not exist
85382026-03-07T02:04:39.769Z[ recovery-image] Mar 07 02:04:38.138 INFO O| Mar 07 02:04:38.138 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml ...
85392026-03-07T02:04:39.772Z[ recovery-image] Mar 07 02:04:38.139 INFO O| Mar 07 02:04:38.139 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml
85402026-03-07T02:04:39.772Z[ recovery-image] Mar 07 02:04:38.139 INFO O| Mar 07 02:04:38.139 INFO ok!
85412026-03-07T02:04:39.772Z[ recovery-image] Mar 07 02:04:38.139 INFO O| Mar 07 02:04:38.139 INFO STEP 45 (ensure_file) COMPLETE
85422026-03-07T02:04:39.772Z[ recovery-image] Mar 07 02:04:38.139 INFO O| Mar 07 02:04:38.139 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
85432026-03-07T02:04:39.781Z[ recovery-image] Mar 07 02:04:38.150 INFO O| Mar 07 02:04:38.150 INFO updating shadow file
85442026-03-07T02:04:39.784Z[ recovery-image] Mar 07 02:04:38.150 INFO O| Mar 07 02:04:38.150 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
85452026-03-07T02:04:39.784Z[ recovery-image] Mar 07 02:04:38.151 INFO O| Mar 07 02:04:38.151 INFO STEP 46 (shadow) COMPLETE
85462026-03-07T02:04:39.784Z[ recovery-image] Mar 07 02:04:38.151 INFO O| Mar 07 02:04:38.151 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
85472026-03-07T02:04:39.792Z[ recovery-image] Mar 07 02:04:38.162 INFO O| Mar 07 02:04:38.161 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
85482026-03-07T02:04:39.795Z[ recovery-image] Mar 07 02:04:38.162 INFO O| Mar 07 02:04:38.162 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login ...
85492026-03-07T02:04:39.795Z[ recovery-image] Mar 07 02:04:38.162 INFO O| Mar 07 02:04:38.162 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
85502026-03-07T02:04:39.795Z[ recovery-image] Mar 07 02:04:38.162 INFO O| Mar 07 02:04:38.162 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
85512026-03-07T02:04:39.795Z[ recovery-image] Mar 07 02:04:38.162 INFO O| Mar 07 02:04:38.162 INFO ok!
85522026-03-07T02:04:39.795Z[ recovery-image] Mar 07 02:04:38.162 INFO O| Mar 07 02:04:38.162 INFO STEP 47 (ensure_file) COMPLETE
85532026-03-07T02:04:39.795Z[ recovery-image] Mar 07 02:04:38.162 INFO O| Mar 07 02:04:38.162 INFO STEP 48: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85542026-03-07T02:04:39.801Z[ recovery-image] Mar 07 02:04:38.170 INFO O| Mar 07 02:04:38.170 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt
85552026-03-07T02:04:39.801Z[ recovery-image] Mar 07 02:04:38.170 INFO O| Mar 07 02:04:38.170 INFO STEP 48 (ensure_dir) COMPLETE
85562026-03-07T02:04:39.804Z[ recovery-image] Mar 07 02:04:38.170 INFO O| Mar 07 02:04:38.170 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85572026-03-07T02:04:39.810Z[ recovery-image] Mar 07 02:04:38.179 INFO O| Mar 07 02:04:38.179 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
85582026-03-07T02:04:39.810Z[ recovery-image] Mar 07 02:04:38.179 INFO O| Mar 07 02:04:38.179 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
85592026-03-07T02:04:39.810Z[ recovery-image] Mar 07 02:04:38.179 INFO O| Mar 07 02:04:38.179 INFO STEP 49 (ensure_dir) COMPLETE
85602026-03-07T02:04:39.813Z[ recovery-image] Mar 07 02:04:38.179 INFO O| Mar 07 02:04:38.179 INFO STEP 50: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85612026-03-07T02:04:39.820Z[ recovery-image] Mar 07 02:04:38.189 INFO O| Mar 07 02:04:38.189 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
85622026-03-07T02:04:39.822Z[ recovery-image] Mar 07 02:04:38.189 INFO O| Mar 07 02:04:38.189 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
85632026-03-07T02:04:39.823Z[ recovery-image] Mar 07 02:04:38.189 INFO O| Mar 07 02:04:38.189 INFO STEP 50 (ensure_dir) COMPLETE
85642026-03-07T02:04:39.823Z[ recovery-image] Mar 07 02:04:38.189 INFO O| Mar 07 02:04:38.189 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85652026-03-07T02:04:39.830Z[ recovery-image] Mar 07 02:04:38.199 INFO O| Mar 07 02:04:38.199 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
85662026-03-07T02:04:39.830Z[ recovery-image] Mar 07 02:04:38.199 INFO O| Mar 07 02:04:38.199 INFO copying /tmp/.tmp9u6fI0/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator ...
85672026-03-07T02:04:46.515Z[ recovery-image] Mar 07 02:04:44.883 INFO O| Mar 07 02:04:44.883 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator
85682026-03-07T02:04:46.515Z[ recovery-image] Mar 07 02:04:44.883 INFO O| Mar 07 02:04:44.883 INFO ok!
85692026-03-07T02:04:46.519Z[ recovery-image] Mar 07 02:04:44.883 INFO O| Mar 07 02:04:44.883 INFO STEP 51 (ensure_file) COMPLETE
85702026-03-07T02:04:46.519Z[ recovery-image] Mar 07 02:04:44.883 INFO O| Mar 07 02:04:44.883 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85712026-03-07T02:04:46.526Z[ recovery-image] Mar 07 02:04:44.895 INFO O| Mar 07 02:04:44.894 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
85722026-03-07T02:04:46.526Z[ recovery-image] Mar 07 02:04:44.895 INFO O| Mar 07 02:04:44.895 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
85732026-03-07T02:04:46.529Z[ recovery-image] Mar 07 02:04:44.895 INFO O| Mar 07 02:04:44.895 INFO STEP 52 (ensure_dir) COMPLETE
85742026-03-07T02:04:46.529Z[ recovery-image] Mar 07 02:04:44.895 INFO O| Mar 07 02:04:44.895 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85752026-03-07T02:04:46.538Z[ recovery-image] Mar 07 02:04:44.907 INFO O| Mar 07 02:04:44.907 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
85762026-03-07T02:04:46.538Z[ recovery-image] Mar 07 02:04:44.907 INFO O| Mar 07 02:04:44.907 INFO copying /tmp/.tmp9u6fI0/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION ...
85772026-03-07T02:04:46.542Z[ recovery-image] Mar 07 02:04:44.907 INFO O| Mar 07 02:04:44.907 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION
85782026-03-07T02:04:46.542Z[ recovery-image] Mar 07 02:04:44.907 INFO O| Mar 07 02:04:44.907 INFO ok!
85792026-03-07T02:04:46.542Z[ recovery-image] Mar 07 02:04:44.907 INFO O| Mar 07 02:04:44.907 INFO STEP 53 (ensure_file) COMPLETE
85802026-03-07T02:04:46.542Z[ recovery-image] Mar 07 02:04:44.907 INFO O| Mar 07 02:04:44.907 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85812026-03-07T02:04:46.551Z[ recovery-image] Mar 07 02:04:44.919 INFO O| Mar 07 02:04:44.919 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
85822026-03-07T02:04:46.551Z[ recovery-image] Mar 07 02:04:44.919 INFO O| Mar 07 02:04:44.919 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
85832026-03-07T02:04:46.554Z[ recovery-image] Mar 07 02:04:44.919 INFO O| Mar 07 02:04:44.919 INFO STEP 54 (ensure_dir) COMPLETE
85842026-03-07T02:04:46.554Z[ recovery-image] Mar 07 02:04:44.919 INFO O| Mar 07 02:04:44.919 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85852026-03-07T02:04:46.564Z[ recovery-image] Mar 07 02:04:44.932 INFO O| Mar 07 02:04:44.932 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
85862026-03-07T02:04:46.564Z[ recovery-image] Mar 07 02:04:44.932 INFO O| Mar 07 02:04:44.932 INFO copying /tmp/.tmp9u6fI0/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
85872026-03-07T02:04:47.357Z[ recovery-image] Mar 07 02:04:45.725 INFO O| Mar 07 02:04:45.725 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
85882026-03-07T02:04:47.357Z[ recovery-image] Mar 07 02:04:45.725 INFO O| Mar 07 02:04:45.725 INFO ok!
85892026-03-07T02:04:47.357Z[ recovery-image] Mar 07 02:04:45.725 INFO O| Mar 07 02:04:45.725 INFO STEP 55 (ensure_file) COMPLETE
85902026-03-07T02:04:47.357Z[ recovery-image] Mar 07 02:04:45.725 INFO O| Mar 07 02:04:45.725 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85912026-03-07T02:04:47.369Z[ recovery-image] Mar 07 02:04:45.738 INFO O| Mar 07 02:04:45.738 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
85922026-03-07T02:04:47.369Z[ recovery-image] Mar 07 02:04:45.738 INFO O| Mar 07 02:04:45.738 INFO copying /tmp/.tmp9u6fI0/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
85932026-03-07T02:04:49.669Z[ recovery-image] Mar 07 02:04:48.035 INFO O| Mar 07 02:04:48.035 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
85942026-03-07T02:04:49.669Z[ recovery-image] Mar 07 02:04:48.035 INFO O| Mar 07 02:04:48.035 INFO ok!
85952026-03-07T02:04:49.669Z[ recovery-image] Mar 07 02:04:48.035 INFO O| Mar 07 02:04:48.035 INFO STEP 56 (ensure_file) COMPLETE
85962026-03-07T02:04:49.669Z[ recovery-image] Mar 07 02:04:48.035 INFO O| Mar 07 02:04:48.035 INFO STEP 57: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
85972026-03-07T02:04:49.683Z[ recovery-image] Mar 07 02:04:48.049 INFO O| Mar 07 02:04:48.049 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
85982026-03-07T02:04:49.683Z[ recovery-image] Mar 07 02:04:48.050 INFO O| Mar 07 02:04:48.050 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
85992026-03-07T02:04:49.683Z[ recovery-image] Mar 07 02:04:48.050 INFO O| Mar 07 02:04:48.050 INFO STEP 57 (ensure_dir) COMPLETE
86002026-03-07T02:04:49.683Z[ recovery-image] Mar 07 02:04:48.050 INFO O| Mar 07 02:04:48.050 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86012026-03-07T02:04:49.696Z[ recovery-image] Mar 07 02:04:48.063 INFO O| Mar 07 02:04:48.063 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
86022026-03-07T02:04:49.696Z[ recovery-image] Mar 07 02:04:48.063 INFO O| Mar 07 02:04:48.063 INFO copying /tmp/.tmp9u6fI0/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 ...
86032026-03-07T02:04:49.697Z[ recovery-image] Mar 07 02:04:48.063 INFO O| Mar 07 02:04:48.063 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
86042026-03-07T02:04:49.697Z[ recovery-image] Mar 07 02:04:48.063 INFO O| Mar 07 02:04:48.063 INFO ok!
86052026-03-07T02:04:49.697Z[ recovery-image] Mar 07 02:04:48.063 INFO O| Mar 07 02:04:48.063 INFO STEP 58 (ensure_file) COMPLETE
86062026-03-07T02:04:49.700Z[ recovery-image] Mar 07 02:04:48.063 INFO O| Mar 07 02:04:48.063 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86072026-03-07T02:04:49.709Z[ recovery-image] Mar 07 02:04:48.076 INFO O| Mar 07 02:04:48.076 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
86082026-03-07T02:04:49.709Z[ recovery-image] Mar 07 02:04:48.076 INFO O| Mar 07 02:04:48.076 INFO copying /tmp/.tmp9u6fI0/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 ...
86092026-03-07T02:04:49.709Z[ recovery-image] Mar 07 02:04:48.077 INFO O| Mar 07 02:04:48.076 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
86102026-03-07T02:04:49.709Z[ recovery-image] Mar 07 02:04:48.077 INFO O| Mar 07 02:04:48.076 INFO ok!
86112026-03-07T02:04:49.709Z[ recovery-image] Mar 07 02:04:48.077 INFO O| Mar 07 02:04:48.077 INFO STEP 59 (ensure_file) COMPLETE
86122026-03-07T02:04:49.709Z[ recovery-image] Mar 07 02:04:48.077 INFO O| Mar 07 02:04:48.077 INFO STEP 60: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86132026-03-07T02:04:49.721Z[ recovery-image] Mar 07 02:04:48.089 INFO O| Mar 07 02:04:48.089 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
86142026-03-07T02:04:49.725Z[ recovery-image] Mar 07 02:04:48.089 INFO O| Mar 07 02:04:48.089 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
86152026-03-07T02:04:49.725Z[ recovery-image] Mar 07 02:04:48.089 INFO O| Mar 07 02:04:48.089 INFO STEP 60 (ensure_dir) COMPLETE
86162026-03-07T02:04:49.725Z[ recovery-image] Mar 07 02:04:48.090 INFO O| Mar 07 02:04:48.089 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86172026-03-07T02:04:49.735Z[ recovery-image] Mar 07 02:04:48.102 INFO O| Mar 07 02:04:48.102 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
86182026-03-07T02:04:49.735Z[ recovery-image] Mar 07 02:04:48.102 INFO O| Mar 07 02:04:48.102 INFO copying /tmp/.tmp9u6fI0/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 ...
86192026-03-07T02:04:49.735Z[ recovery-image] Mar 07 02:04:48.103 INFO O| Mar 07 02:04:48.102 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
86202026-03-07T02:04:49.740Z[ recovery-image] Mar 07 02:04:48.108 INFO O| Mar 07 02:04:48.103 INFO ok!
86212026-03-07T02:04:49.740Z[ recovery-image] Mar 07 02:04:48.108 INFO O| Mar 07 02:04:48.108 INFO STEP 61 (ensure_file) COMPLETE
86222026-03-07T02:04:49.743Z[ recovery-image] Mar 07 02:04:48.108 INFO O| Mar 07 02:04:48.108 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86232026-03-07T02:04:49.753Z[ recovery-image] Mar 07 02:04:48.121 INFO O| Mar 07 02:04:48.121 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
86242026-03-07T02:04:49.753Z[ recovery-image] Mar 07 02:04:48.121 INFO O| Mar 07 02:04:48.121 INFO copying /tmp/.tmp9u6fI0/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 ...
86252026-03-07T02:04:49.756Z[ recovery-image] Mar 07 02:04:48.121 INFO O| Mar 07 02:04:48.121 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
86262026-03-07T02:04:49.756Z[ recovery-image] Mar 07 02:04:48.121 INFO O| Mar 07 02:04:48.121 INFO ok!
86272026-03-07T02:04:49.756Z[ recovery-image] Mar 07 02:04:48.121 INFO O| Mar 07 02:04:48.121 INFO STEP 62 (ensure_file) COMPLETE
86282026-03-07T02:04:49.756Z[ recovery-image] Mar 07 02:04:48.121 INFO O| Mar 07 02:04:48.121 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86292026-03-07T02:04:49.789Z[ recovery-image] Mar 07 02:04:48.157 INFO O| Mar 07 02:04:48.157 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
86302026-03-07T02:04:49.789Z[ recovery-image] Mar 07 02:04:48.157 INFO O| Mar 07 02:04:48.157 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
86312026-03-07T02:04:49.793Z[ recovery-image] Mar 07 02:04:48.157 INFO O| Mar 07 02:04:48.157 INFO STEP 63 (ensure_dir) COMPLETE
86322026-03-07T02:04:49.793Z[ recovery-image] Mar 07 02:04:48.157 INFO O| Mar 07 02:04:48.157 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86332026-03-07T02:04:49.809Z[ recovery-image] Mar 07 02:04:48.177 INFO O| Mar 07 02:04:48.177 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
86342026-03-07T02:04:49.809Z[ recovery-image] Mar 07 02:04:48.177 INFO O| Mar 07 02:04:48.177 INFO copying /tmp/.tmp9u6fI0/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 ...
86352026-03-07T02:04:49.813Z[ recovery-image] Mar 07 02:04:48.177 INFO O| Mar 07 02:04:48.177 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
86362026-03-07T02:04:49.813Z[ recovery-image] Mar 07 02:04:48.177 INFO O| Mar 07 02:04:48.177 INFO ok!
86372026-03-07T02:04:49.813Z[ recovery-image] Mar 07 02:04:48.177 INFO O| Mar 07 02:04:48.177 INFO STEP 64 (ensure_file) COMPLETE
86382026-03-07T02:04:49.813Z[ recovery-image] Mar 07 02:04:48.178 INFO O| Mar 07 02:04:48.177 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86392026-03-07T02:04:49.839Z[ recovery-image] Mar 07 02:04:48.207 INFO O| Mar 07 02:04:48.207 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
86402026-03-07T02:04:49.839Z[ recovery-image] Mar 07 02:04:48.207 INFO O| Mar 07 02:04:48.207 INFO copying /tmp/.tmp9u6fI0/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
86412026-03-07T02:04:49.843Z[ recovery-image] Mar 07 02:04:48.207 INFO O| Mar 07 02:04:48.207 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
86422026-03-07T02:04:49.843Z[ recovery-image] Mar 07 02:04:48.207 INFO O| Mar 07 02:04:48.207 INFO ok!
86432026-03-07T02:04:49.843Z[ recovery-image] Mar 07 02:04:48.207 INFO O| Mar 07 02:04:48.207 INFO STEP 65 (ensure_file) COMPLETE
86442026-03-07T02:04:49.843Z[ recovery-image] Mar 07 02:04:48.207 INFO O| Mar 07 02:04:48.207 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86452026-03-07T02:04:49.853Z[ recovery-image] Mar 07 02:04:48.221 INFO O| Mar 07 02:04:48.221 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib
86462026-03-07T02:04:49.853Z[ recovery-image] Mar 07 02:04:48.221 INFO O| Mar 07 02:04:48.221 INFO STEP 66 (ensure_dir) COMPLETE
86472026-03-07T02:04:49.856Z[ recovery-image] Mar 07 02:04:48.221 INFO O| Mar 07 02:04:48.221 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86482026-03-07T02:04:49.867Z[ recovery-image] Mar 07 02:04:48.235 INFO O| Mar 07 02:04:48.235 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc
86492026-03-07T02:04:49.873Z[ recovery-image] Mar 07 02:04:48.235 INFO O| Mar 07 02:04:48.235 INFO STEP 67 (ensure_dir) COMPLETE
86502026-03-07T02:04:49.876Z[ recovery-image] Mar 07 02:04:48.235 INFO O| Mar 07 02:04:48.235 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86512026-03-07T02:04:49.880Z[ recovery-image] Mar 07 02:04:48.248 INFO O| Mar 07 02:04:48.248 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest
86522026-03-07T02:04:49.880Z[ recovery-image] Mar 07 02:04:48.248 INFO O| Mar 07 02:04:48.248 INFO STEP 68 (ensure_dir) COMPLETE
86532026-03-07T02:04:49.883Z[ recovery-image] Mar 07 02:04:48.248 INFO O| Mar 07 02:04:48.248 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86542026-03-07T02:04:49.892Z[ recovery-image] Mar 07 02:04:48.260 INFO O| Mar 07 02:04:48.260 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site
86552026-03-07T02:04:49.892Z[ recovery-image] Mar 07 02:04:48.260 INFO O| Mar 07 02:04:48.260 INFO STEP 69 (ensure_dir) COMPLETE
86562026-03-07T02:04:49.893Z[ recovery-image] Mar 07 02:04:48.261 INFO O| Mar 07 02:04:48.260 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
86572026-03-07T02:04:49.906Z[ recovery-image] Mar 07 02:04:48.273 INFO O| Mar 07 02:04:48.273 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
86582026-03-07T02:04:49.906Z[ recovery-image] Mar 07 02:04:48.273 INFO O| Mar 07 02:04:48.273 INFO copying /tmp/.tmp9u6fI0/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
86592026-03-07T02:04:49.906Z[ recovery-image] Mar 07 02:04:48.273 INFO O| Mar 07 02:04:48.273 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
86602026-03-07T02:04:49.909Z[ recovery-image] Mar 07 02:04:48.273 INFO O| Mar 07 02:04:48.273 INFO ok!
86612026-03-07T02:04:49.909Z[ recovery-image] Mar 07 02:04:48.273 INFO O| Mar 07 02:04:48.273 INFO STEP 70 (ensure_file) COMPLETE
86622026-03-07T02:04:49.909Z[ recovery-image] Mar 07 02:04:48.273 INFO O| Mar 07 02:04:48.273 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86632026-03-07T02:04:49.919Z[ recovery-image] Mar 07 02:04:48.286 INFO O| Mar 07 02:04:48.286 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ipsec"
86642026-03-07T02:04:49.922Z[ recovery-image] Mar 07 02:04:48.286 INFO O| Mar 07 02:04:48.286 INFO STEP 71 (remove_files) COMPLETE
86652026-03-07T02:04:49.922Z[ recovery-image] Mar 07 02:04:48.286 INFO O| Mar 07 02:04:48.286 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86662026-03-07T02:04:49.932Z[ recovery-image] Mar 07 02:04:48.300 INFO O| Mar 07 02:04:48.300 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ldap"
86672026-03-07T02:04:49.932Z[ recovery-image] Mar 07 02:04:48.300 INFO O| Mar 07 02:04:48.300 INFO STEP 72 (remove_files) COMPLETE
86682026-03-07T02:04:49.936Z[ recovery-image] Mar 07 02:04:48.300 INFO O| Mar 07 02:04:48.300 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86692026-03-07T02:04:49.947Z[ recovery-image] Mar 07 02:04:48.315 INFO O| Mar 07 02:04:48.315 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/rpc"
86702026-03-07T02:04:49.950Z[ recovery-image] Mar 07 02:04:48.315 INFO O| Mar 07 02:04:48.315 INFO STEP 73 (remove_files) COMPLETE
86712026-03-07T02:04:49.950Z[ recovery-image] Mar 07 02:04:48.315 INFO O| Mar 07 02:04:48.315 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86722026-03-07T02:04:49.961Z[ recovery-image] Mar 07 02:04:48.329 INFO O| Mar 07 02:04:48.329 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/security"
86732026-03-07T02:04:49.964Z[ recovery-image] Mar 07 02:04:48.329 INFO O| Mar 07 02:04:48.329 INFO STEP 74 (remove_files) COMPLETE
86742026-03-07T02:04:49.964Z[ recovery-image] Mar 07 02:04:48.329 INFO O| Mar 07 02:04:48.329 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86752026-03-07T02:04:49.975Z[ recovery-image] Mar 07 02:04:48.342 INFO O| Mar 07 02:04:48.342 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/shares"
86762026-03-07T02:04:49.978Z[ recovery-image] Mar 07 02:04:48.342 INFO O| Mar 07 02:04:48.342 INFO STEP 75 (remove_files) COMPLETE
86772026-03-07T02:04:49.978Z[ recovery-image] Mar 07 02:04:48.343 INFO O| Mar 07 02:04:48.342 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86782026-03-07T02:04:49.989Z[ recovery-image] Mar 07 02:04:48.357 INFO O| Mar 07 02:04:48.357 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/smb"
86792026-03-07T02:04:49.989Z[ recovery-image] Mar 07 02:04:48.357 INFO O| Mar 07 02:04:48.357 INFO STEP 76 (remove_files) COMPLETE
86802026-03-07T02:04:49.993Z[ recovery-image] Mar 07 02:04:48.357 INFO O| Mar 07 02:04:48.357 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86812026-03-07T02:04:50.004Z[ recovery-image] Mar 07 02:04:48.371 INFO O| Mar 07 02:04:48.371 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
86822026-03-07T02:04:50.004Z[ recovery-image] Mar 07 02:04:48.371 INFO O| Mar 07 02:04:48.371 INFO STEP 77 (remove_files) COMPLETE
86832026-03-07T02:04:50.004Z[ recovery-image] Mar 07 02:04:48.371 INFO O| Mar 07 02:04:48.371 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86842026-03-07T02:04:50.019Z[ recovery-image] Mar 07 02:04:48.386 INFO O| Mar 07 02:04:48.386 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
86852026-03-07T02:04:50.019Z[ recovery-image] Mar 07 02:04:48.387 INFO O| Mar 07 02:04:48.386 INFO STEP 78 (remove_files) COMPLETE
86862026-03-07T02:04:50.019Z[ recovery-image] Mar 07 02:04:48.387 INFO O| Mar 07 02:04:48.387 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86872026-03-07T02:04:50.034Z[ recovery-image] Mar 07 02:04:48.400 INFO O| Mar 07 02:04:48.400 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
86882026-03-07T02:04:50.034Z[ recovery-image] Mar 07 02:04:48.400 INFO O| Mar 07 02:04:48.400 INFO STEP 79 (remove_files) COMPLETE
86892026-03-07T02:04:50.034Z[ recovery-image] Mar 07 02:04:48.400 INFO O| Mar 07 02:04:48.400 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86902026-03-07T02:04:50.046Z[ recovery-image] Mar 07 02:04:48.413 INFO O| Mar 07 02:04:48.413 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
86912026-03-07T02:04:50.046Z[ recovery-image] Mar 07 02:04:48.413 INFO O| Mar 07 02:04:48.413 INFO STEP 80 (remove_files) COMPLETE
86922026-03-07T02:04:50.049Z[ recovery-image] Mar 07 02:04:48.413 INFO O| Mar 07 02:04:48.413 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86932026-03-07T02:04:50.057Z[ recovery-image] Mar 07 02:04:48.425 INFO O| Mar 07 02:04:48.425 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
86942026-03-07T02:04:50.057Z[ recovery-image] Mar 07 02:04:48.425 INFO O| Mar 07 02:04:48.425 INFO STEP 81 (remove_files) COMPLETE
86952026-03-07T02:04:50.057Z[ recovery-image] Mar 07 02:04:48.425 INFO O| Mar 07 02:04:48.425 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86962026-03-07T02:04:50.070Z[ recovery-image] Mar 07 02:04:48.437 INFO O| Mar 07 02:04:48.437 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
86972026-03-07T02:04:50.070Z[ recovery-image] Mar 07 02:04:48.437 INFO O| Mar 07 02:04:48.437 INFO STEP 82 (remove_files) COMPLETE
86982026-03-07T02:04:50.073Z[ recovery-image] Mar 07 02:04:48.437 INFO O| Mar 07 02:04:48.437 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
86992026-03-07T02:04:50.082Z[ recovery-image] Mar 07 02:04:48.450 INFO O| Mar 07 02:04:48.450 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
87002026-03-07T02:04:50.082Z[ recovery-image] Mar 07 02:04:48.450 INFO O| Mar 07 02:04:48.450 INFO STEP 83 (remove_files) COMPLETE
87012026-03-07T02:04:50.082Z[ recovery-image] Mar 07 02:04:48.450 INFO O| Mar 07 02:04:48.450 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87022026-03-07T02:04:50.095Z[ recovery-image] Mar 07 02:04:48.462 INFO O| Mar 07 02:04:48.462 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
87032026-03-07T02:04:50.099Z[ recovery-image] Mar 07 02:04:48.462 INFO O| Mar 07 02:04:48.462 INFO STEP 84 (remove_files) COMPLETE
87042026-03-07T02:04:50.099Z[ recovery-image] Mar 07 02:04:48.462 INFO O| Mar 07 02:04:48.462 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87052026-03-07T02:04:50.107Z[ recovery-image] Mar 07 02:04:48.475 INFO O| Mar 07 02:04:48.475 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
87062026-03-07T02:04:50.107Z[ recovery-image] Mar 07 02:04:48.475 INFO O| Mar 07 02:04:48.475 INFO STEP 85 (remove_files) COMPLETE
87072026-03-07T02:04:50.107Z[ recovery-image] Mar 07 02:04:48.475 INFO O| Mar 07 02:04:48.475 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87082026-03-07T02:04:50.120Z[ recovery-image] Mar 07 02:04:48.488 INFO O| Mar 07 02:04:48.488 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
87092026-03-07T02:04:50.120Z[ recovery-image] Mar 07 02:04:48.488 INFO O| Mar 07 02:04:48.488 INFO STEP 86 (remove_files) COMPLETE
87102026-03-07T02:04:50.120Z[ recovery-image] Mar 07 02:04:48.488 INFO O| Mar 07 02:04:48.488 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87112026-03-07T02:04:50.133Z[ recovery-image] Mar 07 02:04:48.501 INFO O| Mar 07 02:04:48.501 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
87122026-03-07T02:04:50.133Z[ recovery-image] Mar 07 02:04:48.501 INFO O| Mar 07 02:04:48.501 INFO STEP 87 (remove_files) COMPLETE
87132026-03-07T02:04:50.138Z[ recovery-image] Mar 07 02:04:48.501 INFO O| Mar 07 02:04:48.501 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87142026-03-07T02:04:50.148Z[ recovery-image] Mar 07 02:04:48.515 INFO O| Mar 07 02:04:48.515 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
87152026-03-07T02:04:50.148Z[ recovery-image] Mar 07 02:04:48.515 INFO O| Mar 07 02:04:48.515 INFO STEP 88 (remove_files) COMPLETE
87162026-03-07T02:04:50.148Z[ recovery-image] Mar 07 02:04:48.515 INFO O| Mar 07 02:04:48.515 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87172026-03-07T02:04:50.162Z[ recovery-image] Mar 07 02:04:48.529 INFO O| Mar 07 02:04:48.529 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
87182026-03-07T02:04:50.162Z[ recovery-image] Mar 07 02:04:48.529 INFO O| Mar 07 02:04:48.529 INFO STEP 89 (remove_files) COMPLETE
87192026-03-07T02:04:50.162Z[ recovery-image] Mar 07 02:04:48.529 INFO O| Mar 07 02:04:48.529 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87202026-03-07T02:04:50.190Z[ recovery-image] Mar 07 02:04:48.543 INFO O| Mar 07 02:04:48.543 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
87212026-03-07T02:04:50.190Z[ recovery-image] Mar 07 02:04:48.543 INFO O| Mar 07 02:04:48.543 INFO STEP 90 (remove_files) COMPLETE
87222026-03-07T02:04:50.191Z[ recovery-image] Mar 07 02:04:48.543 INFO O| Mar 07 02:04:48.543 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87232026-03-07T02:04:50.191Z[ recovery-image] Mar 07 02:04:48.556 INFO O| Mar 07 02:04:48.556 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
87242026-03-07T02:04:50.191Z[ recovery-image] Mar 07 02:04:48.556 INFO O| Mar 07 02:04:48.556 INFO STEP 91 (remove_files) COMPLETE
87252026-03-07T02:04:50.191Z[ recovery-image] Mar 07 02:04:48.556 INFO O| Mar 07 02:04:48.556 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87262026-03-07T02:04:50.203Z[ recovery-image] Mar 07 02:04:48.570 INFO O| Mar 07 02:04:48.570 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sndstat"
87272026-03-07T02:04:50.203Z[ recovery-image] Mar 07 02:04:48.570 INFO O| Mar 07 02:04:48.570 INFO STEP 92 (remove_files) COMPLETE
87282026-03-07T02:04:50.207Z[ recovery-image] Mar 07 02:04:48.570 INFO O| Mar 07 02:04:48.570 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87292026-03-07T02:04:50.251Z[ recovery-image] Mar 07 02:04:48.585 INFO O| Mar 07 02:04:48.585 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
87302026-03-07T02:04:50.261Z[ recovery-image] Mar 07 02:04:48.585 INFO O| Mar 07 02:04:48.585 INFO STEP 93 (remove_files) COMPLETE
87312026-03-07T02:04:50.261Z[ recovery-image] Mar 07 02:04:48.585 INFO O| Mar 07 02:04:48.585 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87322026-03-07T02:04:50.265Z[ recovery-image] Mar 07 02:04:48.596 INFO O| Mar 07 02:04:48.596 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
87332026-03-07T02:04:50.265Z[ recovery-image] Mar 07 02:04:48.596 INFO O| Mar 07 02:04:48.596 INFO STEP 94 (remove_files) COMPLETE
87342026-03-07T02:04:50.265Z[ recovery-image] Mar 07 02:04:48.596 INFO O| Mar 07 02:04:48.596 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87352026-03-07T02:04:50.265Z[ recovery-image] Mar 07 02:04:48.607 INFO O| Mar 07 02:04:48.607 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
87362026-03-07T02:04:50.265Z[ recovery-image] Mar 07 02:04:48.607 INFO O| Mar 07 02:04:48.607 INFO STEP 95 (remove_files) COMPLETE
87372026-03-07T02:04:50.265Z[ recovery-image] Mar 07 02:04:48.607 INFO O| Mar 07 02:04:48.607 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87382026-03-07T02:04:50.265Z[ recovery-image] Mar 07 02:04:48.618 INFO O| Mar 07 02:04:48.618 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
87392026-03-07T02:04:50.265Z[ recovery-image] Mar 07 02:04:48.618 INFO O| Mar 07 02:04:48.618 INFO STEP 96 (remove_files) COMPLETE
87402026-03-07T02:04:50.265Z[ recovery-image] Mar 07 02:04:48.618 INFO O| Mar 07 02:04:48.618 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87412026-03-07T02:04:50.265Z[ recovery-image] Mar 07 02:04:48.629 INFO O| Mar 07 02:04:48.629 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
87422026-03-07T02:04:50.265Z[ recovery-image] Mar 07 02:04:48.629 INFO O| Mar 07 02:04:48.629 INFO STEP 97 (remove_files) COMPLETE
87432026-03-07T02:04:50.265Z[ recovery-image] Mar 07 02:04:48.629 INFO O| Mar 07 02:04:48.629 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87442026-03-07T02:04:50.275Z[ recovery-image] Mar 07 02:04:48.643 INFO O| Mar 07 02:04:48.643 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
87452026-03-07T02:04:50.275Z[ recovery-image] Mar 07 02:04:48.643 INFO O| Mar 07 02:04:48.643 INFO STEP 98 (remove_files) COMPLETE
87462026-03-07T02:04:50.278Z[ recovery-image] Mar 07 02:04:48.643 INFO O| Mar 07 02:04:48.643 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
87472026-03-07T02:04:50.289Z[ recovery-image] Mar 07 02:04:48.656 INFO O| Mar 07 02:04:48.656 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
87482026-03-07T02:04:50.289Z[ recovery-image] Mar 07 02:04:48.656 INFO O| Mar 07 02:04:48.656 INFO STEP 99 (remove_files) COMPLETE
87492026-03-07T02:04:50.292Z[ recovery-image] Mar 07 02:04:48.656 INFO O| Mar 07 02:04:48.656 INFO STEP 100: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
87502026-03-07T02:04:50.308Z[ recovery-image] Mar 07 02:04:48.676 INFO O| Mar 07 02:04:48.676 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db does not already exist, skipping removal
87512026-03-07T02:04:50.311Z[ recovery-image] Mar 07 02:04:48.677 INFO O| Mar 07 02:04:48.677 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1"}
87522026-03-07T02:04:51.005Z[ host-image] Mar 07 02:04:49.373 INFO O| Mar 07 02:04:49.373 INFO O| Startup: Caching catalogs ... Done
87532026-03-07T02:05:02.381Z[ host-image] Mar 07 02:05:00.747 INFO O| Mar 07 02:05:00.747 INFO O| Planning: Solver setup ... Done
87542026-03-07T02:05:02.411Z[ host-image] Mar 07 02:05:00.777 INFO O| Mar 07 02:05:00.777 INFO O| Planning: Running solver ... Done
87552026-03-07T02:05:02.625Z[ host-image] Mar 07 02:05:00.991 INFO O| Mar 07 02:05:00.991 INFO O| Planning: Finding local manifests ... Done
87562026-03-07T02:05:02.739Z[ host-image] Mar 07 02:05:01.105 INFO O| Mar 07 02:05:01.105 INFO O| Planning: Fetching manifests: 0/6 0% complete
87572026-03-07T02:05:03.006Z[ host-image] Mar 07 02:05:01.371 INFO O| Mar 07 02:05:01.371 INFO O| Planning: Fetching manifests: 6/6 100% complete
87582026-03-07T02:05:03.044Z[ recovery-image] Mar 07 02:05:01.410 INFO O| Mar 07 02:05:01.410 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
87592026-03-07T02:05:03.061Z[ recovery-image] Mar 07 02:05:01.427 INFO O| Mar 07 02:05:01.427 INFO E| svccfg: Loaded 68 smf(7) service descriptions
87602026-03-07T02:05:03.094Z[ host-image] Mar 07 02:05:01.459 INFO O| Mar 07 02:05:01.459 INFO O| Planning: Package planning ... Done
87612026-03-07T02:05:03.102Z[ recovery-image] Mar 07 02:05:01.467 INFO O| Mar 07 02:05:01.467 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_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", "SVCCFG_CHECKHASH": "1"}
87622026-03-07T02:05:03.131Z[ host-image] Mar 07 02:05:01.497 INFO O| Mar 07 02:05:01.497 INFO O| Planning: Merging actions ... Done
87632026-03-07T02:05:03.279Z[ host-image] Mar 07 02:05:01.644 INFO O| Mar 07 02:05:01.644 INFO O| Planning: Checking for conflicting actions ... Done
87642026-03-07T02:05:03.286Z[ host-image] Mar 07 02:05:01.652 INFO O| Mar 07 02:05:01.652 INFO O| Planning: Consolidating action changes ... Done
87652026-03-07T02:05:03.397Z[ recovery-image] Mar 07 02:05:01.762 INFO O| Mar 07 02:05:01.762 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_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", "SVCCFG_CHECKHASH": "1"}
87662026-03-07T02:05:03.516Z[ recovery-image] Mar 07 02:05:01.881 INFO O| Mar 07 02:05:01.881 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml"], env: {"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", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a"}
87672026-03-07T02:05:03.644Z[ host-image] Mar 07 02:05:02.010 INFO O| Mar 07 02:05:02.010 INFO O| Planning: Evaluating mediators ... Done
87682026-03-07T02:05:03.651Z[ host-image] Mar 07 02:05:02.017 INFO O| Mar 07 02:05:02.017 INFO O| Planning: Planning completed in 12.51 seconds
87692026-03-07T02:05:03.654Z[ host-image] Mar 07 02:05:02.018 INFO O| Mar 07 02:05:02.018 INFO O| Packages to install: 6
87702026-03-07T02:05:03.654Z[ host-image] Mar 07 02:05:02.018 INFO O| Mar 07 02:05:02.018 INFO O| Mediators to change: 1
87712026-03-07T02:05:03.654Z[ host-image] Mar 07 02:05:02.019 INFO O| Mar 07 02:05:02.019 INFO O| Services to change: 1
87722026-03-07T02:05:03.691Z[ host-image] Mar 07 02:05:02.057 INFO O| Mar 07 02:05:02.057 INFO O| Download: 0/1140 items 0.0/7.7MB 0% complete
87732026-03-07T02:05:03.706Z[ recovery-image] Mar 07 02:05:02.072 INFO O| Mar 07 02:05:02.071 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db does not exist
87742026-03-07T02:05:03.706Z[ recovery-image] Mar 07 02:05:02.072 INFO O| Mar 07 02:05:02.071 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 ...
87752026-03-07T02:05:03.709Z[ recovery-image] Mar 07 02:05:02.074 INFO O| Mar 07 02:05:02.074 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db
87762026-03-07T02:05:03.709Z[ recovery-image] Mar 07 02:05:02.074 INFO O| Mar 07 02:05:02.074 INFO ok!
87772026-03-07T02:05:03.709Z[ recovery-image] Mar 07 02:05:02.074 INFO O| Mar 07 02:05:02.074 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db exists (as File), removing
87782026-03-07T02:05:03.709Z[ recovery-image] Mar 07 02:05:02.074 INFO O| Mar 07 02:05:02.074 INFO STEP 100 (seed_smf) COMPLETE
87792026-03-07T02:05:03.709Z[ recovery-image] Mar 07 02:05:02.074 INFO O| Mar 07 02:05:02.074 INFO steps complete; finalising image!
87802026-03-07T02:05:03.709Z[ recovery-image] Mar 07 02:05:02.074 INFO O| Mar 07 02:05:02.074 INFO TRIM POOL: TEMPORARY-sled-zfs-recovery
87812026-03-07T02:05:03.784Z[ recovery-image] Mar 07 02:05:02.149 INFO O| Mar 07 02:05:02.149 INFO trim TEMPORARY-sled-zfs-recovery: (0% trimmed, started at Sat Mar 7 02:05:02 2026)
87822026-03-07T02:05:03.992Z[ recovery-image] Mar 07 02:05:02.357 INFO O| Mar 07 02:05:02.357 INFO trim TEMPORARY-sled-zfs-recovery: (72% trimmed, started at Sat Mar 7 02:05:02 2026)
87832026-03-07T02:05:04.227Z[ recovery-image] Mar 07 02:05:02.592 INFO O| Mar 07 02:05:02.592 INFO temporary pool has 434M used, 1.33G avail, 1.00x compressratio
87842026-03-07T02:05:04.230Z[ recovery-image] Mar 07 02:05:02.592 INFO O| Mar 07 02:05:02.592 INFO EXPORT POOL: TEMPORARY-sled-zfs-recovery
87852026-03-07T02:05:04.792Z[ recovery-image] Mar 07 02:05:03.158 INFO O| Mar 07 02:05:03.158 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
87862026-03-07T02:05:04.793Z[ recovery-image] Mar 07 02:05:03.158 INFO O| Mar 07 02:05:03.158 INFO file /rpool/images/build/recovery/output/sled-zfs-recovery.raw does not already exist, skipping removal
87872026-03-07T02:05:08.719Z[ host-image] Mar 07 02:05:07.084 INFO O| Mar 07 02:05:07.083 INFO O| Download: 902/1140 items 3.2/7.7MB 42% complete (677k/s)
87882026-03-07T02:05:09.884Z[ recovery-image] Mar 07 02:05:08.248 INFO O| Mar 07 02:05:08.248 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
87892026-03-07T02:05:09.884Z[ recovery-image] Mar 07 02:05:08.249 INFO O| Mar 07 02:05:08.248 INFO chmod ok, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
87902026-03-07T02:05:09.887Z[ recovery-image] Mar 07 02:05:08.249 INFO O| Mar 07 02:05:08.248 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
87912026-03-07T02:05:09.887Z[ recovery-image] Mar 07 02:05:08.249 INFO O| Mar 07 02:05:08.249 INFO completed processing sled/zfs-recovery
87922026-03-07T02:05:09.887Z[ recovery-image] Mar 07 02:05:08.249 INFO O| Mar 07 02:05:08.249 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
87932026-03-07T02:05:10.707Z[ host-image] Mar 07 02:05:09.058 INFO O| Mar 07 02:05:09.058 INFO O| Download: Completed 7.71 MB in 7.00 seconds (1.1M/s)
87942026-03-07T02:05:10.941Z[ host-image] Mar 07 02:05:09.283 INFO O| Mar 07 02:05:09.283 INFO O| Actions: 1/1361 actions (Installing new actions)
87952026-03-07T02:05:10.945Z[ recovery-image] Mar 07 02:05:09.308 INFO O| Mar 07 02:05:09.308 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
87962026-03-07T02:05:11.148Z[ recovery-image] Mar 07 02:05:09.512 INFO BUILD STRING "heads/stlouis-0-ga064bad193\n"
87972026-03-07T02:05:11.152Z[ recovery-image] Mar 07 02:05:09.514 INFO expanded image name: "recovery 4e5301c/${os_short_commit} 2026-03-07 01:03" -> "recovery 4e5301c/a064bad 2026-03-07 01:03"
87982026-03-07T02:05:11.192Z[ recovery-image] Mar 07 02:05:09.516 INFO output artefacts stored in: "/work/os-recovery"
87992026-03-07T02:05:11.192Z[ recovery-image] Mar 07 02:05:09.518 INFO collecting git info from project "amd-host-image-builder"...
88002026-03-07T02:05:11.670Z[ host-image] Mar 07 02:05:10.034 INFO O| Mar 07 02:05:10.034 INFO O| Actions: Completed 1361 actions in 0.75 seconds.
88012026-03-07T02:05:11.818Z[ recovery-image] Mar 07 02:05:10.182 INFO collecting git info from project "pinprick"...
88022026-03-07T02:05:11.861Z[ recovery-image] Mar 07 02:05:10.204 INFO collecting git info from project "chelsio-t6-roms"...
88032026-03-07T02:05:11.946Z[ recovery-image] Mar 07 02:05:10.289 INFO collecting git info from project "image-builder"...
88042026-03-07T02:05:11.954Z[ recovery-image] Mar 07 02:05:10.319 INFO collecting git info from project "bootserver"...
88052026-03-07T02:05:12.013Z[ recovery-image] Mar 07 02:05:10.345 INFO collecting git info from project "pilot"...
88062026-03-07T02:05:12.049Z[ recovery-image] Mar 07 02:05:10.414 INFO collecting git info from project "dmar-report"...
88072026-03-07T02:05:12.102Z[ recovery-image] Mar 07 02:05:10.467 INFO collecting git info from project "phbl"...
88082026-03-07T02:05:12.415Z[ host-image] Mar 07 02:05:10.777 INFO O| Mar 07 02:05:10.777 INFO O| Done
88092026-03-07T02:05:12.415Z[ host-image] Mar 07 02:05:10.777 INFO O| Mar 07 02:05:10.777 INFO O| Done
88102026-03-07T02:05:12.811Z[ recovery-image] Mar 07 02:05:11.175 INFO collecting git info from project "amd-firmware"...
88112026-03-07T02:05:14.864Z[ host-image] Mar 07 02:05:13.204 INFO O| Mar 07 02:05:13.204 INFO O| Done
88122026-03-07T02:05:17.620Z[ host-image] Mar 07 02:05:15.983 INFO O| Mar 07 02:05:15.983 INFO O| Done
88132026-03-07T02:05:17.667Z[ host-image] Mar 07 02:05:16.030 INFO O| Mar 07 02:05:16.030 INFO O| Done
88142026-03-07T02:05:17.667Z[ host-image] Mar 07 02:05:16.030 INFO O| Mar 07 02:05:16.030 INFO O| Done
88152026-03-07T02:05:17.732Z[ host-image] Mar 07 02:05:16.096 INFO O| Mar 07 02:05:16.096 INFO O| Done
88162026-03-07T02:05:19.877Z[ host-image] Mar 07 02:05:18.205 INFO O| Mar 07 02:05:18.205 INFO STEP 13 (pkg_install) COMPLETE
88172026-03-07T02:05:19.877Z[ host-image] Mar 07 02:05:18.205 INFO O| Mar 07 02:05:18.205 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
88182026-03-07T02:05:19.883Z[ host-image] Mar 07 02:05:18.219 INFO O| Mar 07 02:05:18.219 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/driver/network/opte@0.39.455"]
88192026-03-07T02:05:19.886Z[ recovery-image] Mar 07 02:05:18.247 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
88202026-03-07T02:05:20.985Z[ recovery-image] Mar 07 02:05:19.319 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
88212026-03-07T02:05:21.806Z[ recovery-image] Mar 07 02:05:20.156 INFO creating Oxide boot image...
88222026-03-07T02:05:21.809Z[ recovery-image] Mar 07 02:05:20.158 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/sled-zfs-recovery.raw", "-N", "recovery 4e5301c/a064bad 2026-03-07 01:03", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
88232026-03-07T02:05:53.680Z[verify-libraries] Finished `release` profile [optimized] target(s) in 31m 18s
88242026-03-07T02:05:56.137ZMar 07 02:05:54.495 INFO [verify-libraries] process exited with exit status: 0 (1888.134136225s)
88252026-03-07T02:06:00.721Z[ host-image] Mar 07 02:05:56.378 INFO O| Mar 07 02:05:56.378 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
88262026-03-07T02:06:09.253Z[ host-image] Mar 07 02:06:07.609 INFO O| Mar 07 02:06:07.609 INFO O| Startup: Caching catalogs ... Done
88272026-03-07T02:06:14.907Z[ host-image] Mar 07 02:06:13.262 INFO O| Mar 07 02:06:13.262 INFO O| Planning: Solver setup ... Done
88282026-03-07T02:06:14.914Z[ host-image] Mar 07 02:06:13.270 INFO O| Mar 07 02:06:13.270 INFO O| Planning: Running solver ... Done
88292026-03-07T02:06:15.037Z[ host-image] Mar 07 02:06:13.392 INFO O| Mar 07 02:06:13.392 INFO O| Planning: Finding local manifests ... Done
88302026-03-07T02:06:15.065Z[ host-image] Mar 07 02:06:13.420 INFO O| Mar 07 02:06:13.420 INFO O| Planning: Fetching manifests: 0/1 0% complete
88312026-03-07T02:06:15.069Z[ host-image] Mar 07 02:06:13.425 INFO O| Mar 07 02:06:13.425 INFO O| Planning: Fetching manifests: 1/1 100% complete
88322026-03-07T02:06:15.087Z[ host-image] Mar 07 02:06:13.443 INFO O| Mar 07 02:06:13.443 INFO O| Planning: Package planning ... Done
88332026-03-07T02:06:15.090Z[ host-image] Mar 07 02:06:13.443 INFO O| Mar 07 02:06:13.443 INFO O| Planning: Merging actions ... Done
88342026-03-07T02:06:15.141Z[ host-image] Mar 07 02:06:13.496 INFO O| Mar 07 02:06:13.496 INFO O| Planning: Checking for conflicting actions ... Done
88352026-03-07T02:06:15.144Z[ host-image] Mar 07 02:06:13.496 INFO O| Mar 07 02:06:13.496 INFO O| Planning: Consolidating action changes ... Done
88362026-03-07T02:06:15.320Z[ host-image] Mar 07 02:06:13.675 INFO O| Mar 07 02:06:13.675 INFO O| Planning: Evaluating mediators ... Done
88372026-03-07T02:06:15.323Z[ host-image] Mar 07 02:06:13.676 INFO O| Mar 07 02:06:13.676 INFO O| Planning: Planning completed in 5.97 seconds
88382026-03-07T02:06:15.323Z[ host-image] Mar 07 02:06:13.676 INFO O| Mar 07 02:06:13.676 INFO O| Packages to install: 1
88392026-03-07T02:06:15.339Z[ host-image] Mar 07 02:06:13.694 INFO O| Mar 07 02:06:13.694 INFO O| Download: 0/4 items 0.0/12.3MB 0% complete
88402026-03-07T02:06:15.434Z[ host-image] Mar 07 02:06:13.789 INFO O| Mar 07 02:06:13.789 INFO O| Download: Completed 12.26 MB in 0.10 seconds (129M/s)
88412026-03-07T02:06:15.464Z[ host-image] Mar 07 02:06:13.819 INFO O| Mar 07 02:06:13.819 INFO O| Actions: 1/22 actions (Installing new actions)
88422026-03-07T02:06:15.753Z[ host-image] Mar 07 02:06:14.092 INFO O| Mar 07 02:06:14.092 INFO O| Actions: Completed 22 actions in 0.27 seconds.
88432026-03-07T02:06:16.191Z[ host-image] Mar 07 02:06:14.546 INFO O| Mar 07 02:06:14.546 INFO O| Done
88442026-03-07T02:06:16.191Z[ host-image] Mar 07 02:06:14.546 INFO O| Mar 07 02:06:14.546 INFO O| Done
88452026-03-07T02:06:17.320Z[ host-image] Mar 07 02:06:15.675 INFO O| Mar 07 02:06:15.675 INFO O| Done
88462026-03-07T02:06:18.653Z[ host-image] Mar 07 02:06:17.008 INFO O| Mar 07 02:06:17.007 INFO O| Done
88472026-03-07T02:06:18.680Z[ host-image] Mar 07 02:06:17.034 INFO O| Mar 07 02:06:17.034 INFO O| Done
88482026-03-07T02:06:18.680Z[ host-image] Mar 07 02:06:17.035 INFO O| Mar 07 02:06:17.035 INFO O| Done
88492026-03-07T02:06:18.694Z[ host-image] Mar 07 02:06:17.049 INFO O| Mar 07 02:06:17.048 INFO O| Done
88502026-03-07T02:06:20.040Z[ host-image] Mar 07 02:06:18.375 INFO O| Mar 07 02:06:18.375 INFO STEP 14 (pkg_install) COMPLETE
88512026-03-07T02:06:20.042Z[ host-image] Mar 07 02:06:18.375 INFO O| Mar 07 02:06:18.375 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
88522026-03-07T02:06:20.042Z[ host-image] Mar 07 02:06:18.375 INFO O| Mar 07 02:06:18.375 INFO skip step because feature "mbist" is not enabled
88532026-03-07T02:06:20.048Z[ host-image] Mar 07 02:06:18.375 INFO O| Mar 07 02:06:18.375 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
88542026-03-07T02:06:20.048Z[ host-image] Mar 07 02:06:18.375 INFO O| Mar 07 02:06:18.375 INFO skip step because feature "mfg" is not enabled
88552026-03-07T02:06:20.048Z[ host-image] Mar 07 02:06:18.375 INFO O| Mar 07 02:06:18.375 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
88562026-03-07T02:06:20.048Z[ host-image] Mar 07 02:06:18.375 INFO O| Mar 07 02:06:18.375 INFO skip step because feature "compliance" is not enabled
88572026-03-07T02:06:20.048Z[ host-image] Mar 07 02:06:18.375 INFO O| Mar 07 02:06:18.375 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
88582026-03-07T02:06:20.048Z[ host-image] Mar 07 02:06:18.375 INFO O| Mar 07 02:06:18.375 INFO skip step because feature "stress" is not enabled
88592026-03-07T02:06:20.048Z[ host-image] Mar 07 02:06:18.375 INFO O| Mar 07 02:06:18.375 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
88602026-03-07T02:06:20.048Z[ host-image] Mar 07 02:06:18.375 INFO O| Mar 07 02:06:18.375 INFO skip step because feature "compliance" is not enabled
88612026-03-07T02:06:20.048Z[ host-image] Mar 07 02:06:18.375 INFO O| Mar 07 02:06:18.375 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
88622026-03-07T02:06:20.048Z[ host-image] Mar 07 02:06:18.375 INFO O| Mar 07 02:06:18.375 INFO skip step because feature "nfs" is not enabled
88632026-03-07T02:06:20.048Z[ host-image] Mar 07 02:06:18.375 INFO O| Mar 07 02:06:18.375 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@os
88642026-03-07T02:06:20.048Z[ host-image] Mar 07 02:06:18.375 INFO O| Mar 07 02:06:18.375 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
88652026-03-07T02:06:20.173Z[ host-image] Mar 07 02:06:18.526 INFO O| Mar 07 02:06:18.526 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
88662026-03-07T02:06:20.261Z[ host-image] Mar 07 02:06:18.615 INFO O| Mar 07 02:06:18.615 INFO completed processing sled/ramdisk-01-os
88672026-03-07T02:06:20.266Z[ host-image] Mar 07 02:06:18.617 INFO omicron1 baseline generation...
88682026-03-07T02:06:20.266Z[ host-image] Mar 07 02:06:18.617 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/sled/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
88692026-03-07T02:06:20.683Z[ host-image] Mar 07 02:06:19.037 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.23814:20260306T205621Z
88702026-03-07T02:06:27.383Z[ recovery-image] Mar 07 02:06:25.737 INFO O| ok, image written!
88712026-03-07T02:06:27.384Z[ recovery-image] Mar 07 02:06:25.737 INFO O| ok, boot_image_csum file written!
88722026-03-07T02:06:27.395Z[ recovery-image] Mar 07 02:06:25.748 INFO creating boot archive (CPIO)...
88732026-03-07T02:06:27.395Z[ recovery-image] Mar 07 02:06:25.748 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
88742026-03-07T02:06:27.413Z[ recovery-image] Mar 07 02:06:25.767 INFO E| + root=/rpool/images/build/recovery/work/sled/ramdisk
88752026-03-07T02:06:27.413Z[ recovery-image] Mar 07 02:06:25.767 INFO E| + outfile=/work/os-recovery/cpio
88762026-03-07T02:06:27.417Z[ recovery-image] Mar 07 02:06:25.767 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
88772026-03-07T02:06:27.417Z[ recovery-image] Mar 07 02:06:25.769 INFO E| + cd /rpool/images/build/recovery/work/sled/ramdisk
88782026-03-07T02:06:27.417Z[ recovery-image] Mar 07 02:06:25.769 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
88792026-03-07T02:06:27.452Z[ recovery-image] Mar 07 02:06:25.804 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
88802026-03-07T02:06:27.452Z[ recovery-image] Mar 07 02:06:25.804 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
88812026-03-07T02:06:27.458Z[ recovery-image] Mar 07 02:06:25.811 INFO creating compressed cpio/unix for dev loaders...
88822026-03-07T02:06:27.458Z[ recovery-image] Mar 07 02:06:25.811 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
88832026-03-07T02:06:27.759Z[ recovery-image] Mar 07 02:06:26.112 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None
88842026-03-07T02:06:32.189Z[ recovery-image] Mar 07 02:06:30.542 INFO creating reset image...
88852026-03-07T02:06:32.189Z[ recovery-image] Mar 07 02:06:30.542 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl"
88862026-03-07T02:07:11.208Z[ host-image] Mar 07 02:07:09.555 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.23814:20260306T205654Z
88872026-03-07T02:07:11.208Z[ host-image] Mar 07 02:07:09.555 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.23814:20260306T205654Z
88882026-03-07T02:07:11.212Z[ host-image] Mar 07 02:07:09.555 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z
88892026-03-07T02:07:11.212Z[ host-image] Mar 07 02:07:09.555 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z
88902026-03-07T02:07:11.212Z[ host-image] Mar 07 02:07:09.555 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z
88912026-03-07T02:07:11.212Z[ host-image] Mar 07 02:07:09.555 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z
88922026-03-07T02:07:11.212Z[ host-image] Mar 07 02:07:09.555 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z
88932026-03-07T02:07:11.212Z[ host-image] Mar 07 02:07:09.556 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z
88942026-03-07T02:07:11.212Z[ host-image] Mar 07 02:07:09.556 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron-release-incorporation@19.0.0.0:20260307T010419Z
88952026-03-07T02:07:11.212Z[ host-image] Mar 07 02:07:09.556 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.25:20250809T001145Z
88962026-03-07T02:07:11.212Z[ host-image] Mar 07 02:07:09.556 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z
88972026-03-07T02:07:11.212Z[ host-image] Mar 07 02:07:09.556 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.23814:20260306T205655Z
88982026-03-07T02:07:11.212Z[ host-image] Mar 07 02:07:09.557 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.23814:20260306T205655Z
88992026-03-07T02:07:11.212Z[ host-image] Mar 07 02:07:09.557 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.23814:20260306T205655Z
89002026-03-07T02:07:11.212Z[ host-image] Mar 07 02:07:09.558 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.23814:20260306T205656Z
89012026-03-07T02:07:11.212Z[ host-image] Mar 07 02:07:09.558 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z
89022026-03-07T02:07:11.212Z[ host-image] Mar 07 02:07:09.558 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.23814:20260306T205656Z
89032026-03-07T02:07:11.212Z[ host-image] Mar 07 02:07:09.558 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.23814:20260306T205656Z
89042026-03-07T02:07:11.213Z[ host-image] Mar 07 02:07:09.558 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.23814:20260306T205656Z
89052026-03-07T02:07:11.213Z[ host-image] Mar 07 02:07:09.558 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.23814:20260306T205656Z
89062026-03-07T02:07:11.217Z[ host-image] Mar 07 02:07:09.558 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.23814:20260306T205657Z
89072026-03-07T02:07:11.217Z[ host-image] Mar 07 02:07:09.558 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.23814:20260306T205657Z
89082026-03-07T02:07:11.217Z[ host-image] Mar 07 02:07:09.559 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.23814:20260306T205657Z
89092026-03-07T02:07:11.217Z[ host-image] Mar 07 02:07:09.559 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.23814:20260306T205658Z
89102026-03-07T02:07:11.218Z[ host-image] Mar 07 02:07:09.559 INFO O| install = pkg://helios-dev/driver/ktest@0.5.11-2.0.23814:20260306T205659Z
89112026-03-07T02:07:11.218Z[ host-image] Mar 07 02:07:09.559 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.23814:20260306T205659Z
89122026-03-07T02:07:11.218Z[ host-image] Mar 07 02:07:09.559 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.23814:20260306T205700Z
89132026-03-07T02:07:11.218Z[ host-image] Mar 07 02:07:09.559 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.23814:20260306T205700Z
89142026-03-07T02:07:11.218Z[ host-image] Mar 07 02:07:09.559 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.23814:20260306T205701Z
89152026-03-07T02:07:11.218Z[ host-image] Mar 07 02:07:09.559 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.23814:20260306T205702Z
89162026-03-07T02:07:11.219Z[ host-image] Mar 07 02:07:09.559 INFO O| install = pkg://helios-dev/driver/network/opte@0.39.455:20260129T171925Z
89172026-03-07T02:07:11.219Z[ host-image] Mar 07 02:07:09.559 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.23814:20260306T205703Z
89182026-03-07T02:07:11.219Z[ host-image] Mar 07 02:07:09.559 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.23814:20260306T205705Z
89192026-03-07T02:07:11.219Z[ host-image] Mar 07 02:07:09.559 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.23814:20260306T205706Z
89202026-03-07T02:07:11.219Z[ host-image] Mar 07 02:07:09.560 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.23814:20260306T205707Z
89212026-03-07T02:07:11.219Z[ host-image] Mar 07 02:07:09.560 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.23814:20260306T205708Z
89222026-03-07T02:07:11.219Z[ host-image] Mar 07 02:07:09.560 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.23814:20260306T205708Z
89232026-03-07T02:07:11.219Z[ host-image] Mar 07 02:07:09.564 INFO O| install = pkg://helios-dev/editor/vim@9.0.2136-2.0:20250221T133345Z
89242026-03-07T02:07:11.220Z[ host-image] Mar 07 02:07:09.564 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.23814:20260306T205709Z
89252026-03-07T02:07:11.224Z[ host-image] Mar 07 02:07:09.564 INFO O| install = pkg://helios-dev/library/expat@2.7.2-2.0:20250922T152653Z
89262026-03-07T02:07:11.224Z[ host-image] Mar 07 02:07:09.564 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z
89272026-03-07T02:07:11.224Z[ host-image] Mar 07 02:07:09.564 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z
89282026-03-07T02:07:11.224Z[ host-image] Mar 07 02:07:09.564 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.23814:20260306T205709Z
89292026-03-07T02:07:11.224Z[ host-image] Mar 07 02:07:09.564 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z
89302026-03-07T02:07:11.224Z[ host-image] Mar 07 02:07:09.564 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z
89312026-03-07T02:07:11.224Z[ host-image] Mar 07 02:07:09.565 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z
89322026-03-07T02:07:11.224Z[ host-image] Mar 07 02:07:09.565 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z
89332026-03-07T02:07:11.225Z[ host-image] Mar 07 02:07:09.569 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z
89342026-03-07T02:07:11.225Z[ host-image] Mar 07 02:07:09.570 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z
89352026-03-07T02:07:11.225Z[ host-image] Mar 07 02:07:09.570 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z
89362026-03-07T02:07:11.225Z[ host-image] Mar 07 02:07:09.570 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z
89372026-03-07T02:07:11.225Z[ host-image] Mar 07 02:07:09.570 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z
89382026-03-07T02:07:11.225Z[ host-image] Mar 07 02:07:09.570 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z
89392026-03-07T02:07:11.237Z[ host-image] Mar 07 02:07:09.584 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.19-2.0:20260128T223505Z
89402026-03-07T02:07:11.241Z[ host-image] Mar 07 02:07:09.585 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z
89412026-03-07T02:07:11.241Z[ host-image] Mar 07 02:07:09.585 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z
89422026-03-07T02:07:11.241Z[ host-image] Mar 07 02:07:09.585 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.23814:20260306T205711Z
89432026-03-07T02:07:11.241Z[ host-image] Mar 07 02:07:09.585 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.23814:20260306T205716Z
89442026-03-07T02:07:11.241Z[ host-image] Mar 07 02:07:09.585 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z
89452026-03-07T02:07:11.241Z[ host-image] Mar 07 02:07:09.585 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.23814:20260306T205717Z
89462026-03-07T02:07:11.241Z[ host-image] Mar 07 02:07:09.585 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.2:20250218T230209Z
89472026-03-07T02:07:11.241Z[ host-image] Mar 07 02:07:09.586 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.2:20250218T230219Z
89482026-03-07T02:07:11.242Z[ host-image] Mar 07 02:07:09.586 INFO O| install = pkg://helios-dev/network/overwatch@0.1.0.42:20260217T052359Z
89492026-03-07T02:07:11.242Z[ host-image] Mar 07 02:07:09.586 INFO O| install = pkg://helios-dev/network/rsync@3.4.1-2.0:20250117T201332Z
89502026-03-07T02:07:11.242Z[ host-image] Mar 07 02:07:09.586 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.23814:20260306T205717Z
89512026-03-07T02:07:11.242Z[ host-image] Mar 07 02:07:09.586 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z
89522026-03-07T02:07:11.242Z[ host-image] Mar 07 02:07:09.588 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z
89532026-03-07T02:07:11.248Z[ host-image] Mar 07 02:07:09.588 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z
89542026-03-07T02:07:11.248Z[ host-image] Mar 07 02:07:09.588 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z
89552026-03-07T02:07:11.248Z[ host-image] Mar 07 02:07:09.588 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.23814:20260306T205717Z
89562026-03-07T02:07:11.248Z[ host-image] Mar 07 02:07:09.588 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z
89572026-03-07T02:07:11.253Z[ host-image] Mar 07 02:07:09.596 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z
89582026-03-07T02:07:11.253Z[ host-image] Mar 07 02:07:09.597 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.23814:20260306T205718Z
89592026-03-07T02:07:11.253Z[ host-image] Mar 07 02:07:09.598 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.23814:20260306T205718Z
89602026-03-07T02:07:11.253Z[ host-image] Mar 07 02:07:09.598 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.23814:20260306T205718Z
89612026-03-07T02:07:11.253Z[ host-image] Mar 07 02:07:09.598 INFO O| install = pkg://helios-dev/service/network/chrony@4.6.1-2.0:20250326T213914Z
89622026-03-07T02:07:11.253Z[ host-image] Mar 07 02:07:09.598 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.23814:20260306T205719Z
89632026-03-07T02:07:11.256Z[ host-image] Mar 07 02:07:09.599 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.23814:20260306T205720Z
89642026-03-07T02:07:11.256Z[ host-image] Mar 07 02:07:09.599 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.23814:20260306T205720Z
89652026-03-07T02:07:11.256Z[ host-image] Mar 07 02:07:09.599 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.23814:20260306T205720Z
89662026-03-07T02:07:11.256Z[ host-image] Mar 07 02:07:09.600 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z
89672026-03-07T02:07:11.256Z[ host-image] Mar 07 02:07:09.601 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.23814:20260306T205720Z
89682026-03-07T02:07:11.256Z[ host-image] Mar 07 02:07:09.601 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.23814:20260306T205722Z
89692026-03-07T02:07:11.256Z[ host-image] Mar 07 02:07:09.601 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z
89702026-03-07T02:07:11.256Z[ host-image] Mar 07 02:07:09.601 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.23814:20260306T205722Z
89712026-03-07T02:07:11.256Z[ host-image] Mar 07 02:07:09.601 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.23814:20260306T205722Z
89722026-03-07T02:07:11.256Z[ host-image] Mar 07 02:07:09.601 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2025.6.9-2.0.23814:20260306T205722Z
89732026-03-07T02:07:11.256Z[ host-image] Mar 07 02:07:09.601 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.23814:20260306T205722Z
89742026-03-07T02:07:11.259Z[ host-image] Mar 07 02:07:09.604 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.23814:20260306T205722Z
89752026-03-07T02:07:11.259Z[ host-image] Mar 07 02:07:09.604 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z
89762026-03-07T02:07:11.259Z[ host-image] Mar 07 02:07:09.605 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2025.2-2.0.23814:20260306T205722Z
89772026-03-07T02:07:11.259Z[ host-image] Mar 07 02:07:09.606 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.23814:20260306T205722Z
89782026-03-07T02:07:11.259Z[ host-image] Mar 07 02:07:09.606 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.23814:20260306T205723Z
89792026-03-07T02:07:11.259Z[ host-image] Mar 07 02:07:09.606 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.23814:20260306T205723Z
89802026-03-07T02:07:11.259Z[ host-image] Mar 07 02:07:09.606 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.23814:20260306T205723Z
89812026-03-07T02:07:11.260Z[ host-image] Mar 07 02:07:09.606 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.23814:20260306T205723Z
89822026-03-07T02:07:11.260Z[ host-image] Mar 07 02:07:09.606 INFO O| install = pkg://helios-dev/system/i2c@0.5.11-2.0.23814:20260306T205724Z
89832026-03-07T02:07:11.263Z[ host-image] Mar 07 02:07:09.611 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.23814:20260306T205725Z
89842026-03-07T02:07:11.266Z[ host-image] Mar 07 02:07:09.611 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.23814:20260306T205724Z
89852026-03-07T02:07:11.266Z[ host-image] Mar 07 02:07:09.611 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.23814:20260306T205724Z
89862026-03-07T02:07:11.266Z[ host-image] Mar 07 02:07:09.611 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.23814:20260306T205724Z
89872026-03-07T02:07:11.266Z[ host-image] Mar 07 02:07:09.611 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.23814:20260306T205725Z
89882026-03-07T02:07:11.272Z[ host-image] Mar 07 02:07:09.619 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.23814:20260306T205728Z
89892026-03-07T02:07:11.275Z[ host-image] Mar 07 02:07:09.619 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.23814:20260306T205725Z
89902026-03-07T02:07:11.275Z[ host-image] Mar 07 02:07:09.619 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.23814:20260306T205725Z
89912026-03-07T02:07:11.275Z[ host-image] Mar 07 02:07:09.619 INFO O| install = pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z
89922026-03-07T02:07:11.275Z[ host-image] Mar 07 02:07:09.620 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z
89932026-03-07T02:07:11.284Z[ host-image] Mar 07 02:07:09.631 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.23814:20260306T205725Z
89942026-03-07T02:07:11.284Z[ host-image] Mar 07 02:07:09.632 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z
89952026-03-07T02:07:11.284Z[ host-image] Mar 07 02:07:09.632 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.23814:20260306T205726Z
89962026-03-07T02:07:11.288Z[ host-image] Mar 07 02:07:09.632 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.23814:20260306T205726Z
89972026-03-07T02:07:11.288Z[ host-image] Mar 07 02:07:09.632 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.23814:20260306T205726Z
89982026-03-07T02:07:11.288Z[ host-image] Mar 07 02:07:09.632 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z
89992026-03-07T02:07:11.288Z[ host-image] Mar 07 02:07:09.633 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z
90002026-03-07T02:07:11.288Z[ host-image] Mar 07 02:07:09.633 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.23814:20260306T205727Z
90012026-03-07T02:07:11.288Z[ host-image] Mar 07 02:07:09.633 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.23814:20260306T205727Z
90022026-03-07T02:07:11.288Z[ host-image] Mar 07 02:07:09.633 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.23814:20260306T205727Z
90032026-03-07T02:07:11.288Z[ host-image] Mar 07 02:07:09.633 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.23814:20260306T205727Z
90042026-03-07T02:07:11.288Z[ host-image] Mar 07 02:07:09.633 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.23814:20260306T205727Z
90052026-03-07T02:07:11.288Z[ host-image] Mar 07 02:07:09.633 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.23814:20260306T205728Z
90062026-03-07T02:07:11.288Z[ host-image] Mar 07 02:07:09.635 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z
90072026-03-07T02:07:11.288Z[ host-image] Mar 07 02:07:09.635 INFO O| install = pkg://helios-dev/system/microcode/amd@20251202-2.0.23814:20260306T205728Z
90082026-03-07T02:07:11.291Z[ host-image] Mar 07 02:07:09.635 INFO O| install = pkg://helios-dev/system/microcode/intel@20260210-2.0.23814:20260306T205728Z
90092026-03-07T02:07:11.292Z[ host-image] Mar 07 02:07:09.635 INFO O| install = pkg://helios-dev/system/microcode/oxide@20251202-2.0.23814:20260306T205728Z
90102026-03-07T02:07:11.292Z[ host-image] Mar 07 02:07:09.636 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.23814:20260306T205729Z
90112026-03-07T02:07:11.292Z[ host-image] Mar 07 02:07:09.636 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.23814:20260306T205729Z
90122026-03-07T02:07:11.292Z[ host-image] Mar 07 02:07:09.636 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.23814:20260306T205729Z
90132026-03-07T02:07:11.292Z[ host-image] Mar 07 02:07:09.636 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z
90142026-03-07T02:07:11.292Z[ host-image] Mar 07 02:07:09.636 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z
90152026-03-07T02:07:11.292Z[ host-image] Mar 07 02:07:09.636 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.23814:20260306T205731Z
90162026-03-07T02:07:11.292Z[ host-image] Mar 07 02:07:09.636 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.23814:20260306T205732Z
90172026-03-07T02:07:11.292Z[ host-image] Mar 07 02:07:09.636 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.25:20250809T001126Z
90182026-03-07T02:07:11.292Z[ host-image] Mar 07 02:07:09.636 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z
90192026-03-07T02:07:11.292Z[ host-image] Mar 07 02:07:09.636 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z
90202026-03-07T02:07:11.292Z[ host-image] Mar 07 02:07:09.636 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z
90212026-03-07T02:07:11.292Z[ host-image] Mar 07 02:07:09.636 INFO O| install = pkg://helios-dev/text/looker@0.1.0.13-2.0:20250303T182037Z
90222026-03-07T02:07:11.292Z[ host-image] Mar 07 02:07:09.637 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z
90232026-03-07T02:07:11.292Z[ host-image] Mar 07 02:07:09.638 INFO O| install = pkg://helios-dev/web/curl@8.18.0-2.0:20260121T125903Z
90242026-03-07T02:07:11.292Z[ host-image] Mar 07 02:07:09.638 INFO O| tempdir @ "/tmp/.tmpB4LTbE/tmp"
90252026-03-07T02:07:11.292Z[ host-image] Mar 07 02:07:09.638 INFO O| image root @ "/tmp/.tmpB4LTbE/tmp/root"
90262026-03-07T02:07:11.292Z[ host-image] Mar 07 02:07:09.638 INFO O| creating image...
90272026-03-07T02:07:13.386Z[ host-image] Mar 07 02:07:11.733 INFO O| copying publishers...
90282026-03-07T02:07:16.306Z[ recovery-image] Mar 07 02:07:14.652 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')"
90292026-03-07T02:07:16.309Z[ recovery-image] Mar 07 02:07:14.652 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")
90302026-03-07T02:07:16.529Z[ recovery-image] Mar 07 02:07:14.875 INFO E| Updating crates.io index
90312026-03-07T02:07:16.894Z[ recovery-image] Mar 07 02:07:15.240 INFO E| Downloading crates ...
90322026-03-07T02:07:16.966Z[ recovery-image] Mar 07 02:07:15.312 INFO E| Downloaded unicode-ident v1.0.23
90332026-03-07T02:07:16.969Z[ recovery-image] Mar 07 02:07:15.316 INFO E| Downloaded shared_thread v0.2.0
90342026-03-07T02:07:16.972Z[ recovery-image] Mar 07 02:07:15.317 INFO E| Downloaded os_pipe v1.2.3
90352026-03-07T02:07:16.972Z[ recovery-image] Mar 07 02:07:15.318 INFO E| Downloaded clap_lex v0.7.7
90362026-03-07T02:07:16.975Z[ recovery-image] Mar 07 02:07:15.320 INFO E| Downloaded sigchld v0.2.4
90372026-03-07T02:07:16.975Z[ recovery-image] Mar 07 02:07:15.321 INFO E| Downloaded shared_child v1.1.1
90382026-03-07T02:07:16.978Z[ recovery-image] Mar 07 02:07:15.322 INFO E| Downloaded duct v1.1.1
90392026-03-07T02:07:16.984Z[ recovery-image] Mar 07 02:07:15.331 INFO E| Downloaded clap v4.5.57
90402026-03-07T02:07:16.993Z[ recovery-image] Mar 07 02:07:15.339 INFO E| Downloaded clap_builder v4.5.57
90412026-03-07T02:07:17.007Z[ recovery-image] Mar 07 02:07:15.354 INFO E| Downloaded syn v2.0.114
90422026-03-07T02:07:17.057Z[ recovery-image] Mar 07 02:07:15.404 INFO E| Compiling libc v0.2.180
90432026-03-07T02:07:17.058Z[ recovery-image] Mar 07 02:07:15.404 INFO E| Compiling proc-macro2 v1.0.106
90442026-03-07T02:07:17.058Z[ recovery-image] Mar 07 02:07:15.404 INFO E| Compiling quote v1.0.44
90452026-03-07T02:07:17.058Z[ recovery-image] Mar 07 02:07:15.404 INFO E| Compiling signal-hook v0.3.18
90462026-03-07T02:07:17.058Z[ recovery-image] Mar 07 02:07:15.404 INFO E| Compiling unicode-ident v1.0.23
90472026-03-07T02:07:17.061Z[ recovery-image] Mar 07 02:07:15.404 INFO E| Compiling utf8parse v0.2.2
90482026-03-07T02:07:17.061Z[ recovery-image] Mar 07 02:07:15.404 INFO E| Compiling colorchoice v1.0.4
90492026-03-07T02:07:17.061Z[ recovery-image] Mar 07 02:07:15.404 INFO E| Compiling anstyle v1.0.13
90502026-03-07T02:07:17.293Z[ recovery-image] Mar 07 02:07:15.639 INFO E| Compiling anstyle-parse v0.2.7
90512026-03-07T02:07:17.319Z[ recovery-image] Mar 07 02:07:15.665 INFO E| Compiling anstyle-query v1.1.5
90522026-03-07T02:07:17.340Z[ recovery-image] Mar 07 02:07:15.686 INFO E| Compiling is_terminal_polyfill v1.70.2
90532026-03-07T02:07:17.507Z[ recovery-image] Mar 07 02:07:15.853 INFO E| Compiling clap_lex v0.7.7
90542026-03-07T02:07:17.529Z[ recovery-image] Mar 07 02:07:15.874 INFO E| Compiling strsim v0.11.1
90552026-03-07T02:07:17.572Z[ recovery-image] Mar 07 02:07:15.918 INFO E| Compiling anstream v0.6.21
90562026-03-07T02:07:17.619Z[ recovery-image] Mar 07 02:07:15.962 INFO E| Compiling heck v0.5.0
90572026-03-07T02:07:17.648Z[ recovery-image] Mar 07 02:07:15.994 INFO E| Compiling shared_thread v0.2.0
90582026-03-07T02:07:18.007Z[ recovery-image] Mar 07 02:07:16.352 INFO E| Compiling clap_builder v4.5.57
90592026-03-07T02:07:18.427Z[ recovery-image] Mar 07 02:07:16.772 INFO E| Compiling errno v0.3.14
90602026-03-07T02:07:18.427Z[ recovery-image] Mar 07 02:07:16.772 INFO E| Compiling os_pipe v1.2.3
90612026-03-07T02:07:18.580Z[ recovery-image] Mar 07 02:07:16.926 INFO E| Compiling signal-hook-registry v1.4.8
90622026-03-07T02:07:18.891Z[ recovery-image] Mar 07 02:07:17.236 INFO E| Compiling syn v2.0.114
90632026-03-07T02:07:19.094Z[ recovery-image] Mar 07 02:07:17.440 INFO E| Compiling sigchld v0.2.4
90642026-03-07T02:07:19.220Z[ recovery-image] Mar 07 02:07:17.565 INFO E| Compiling shared_child v1.1.1
90652026-03-07T02:07:19.391Z[ recovery-image] Mar 07 02:07:17.737 INFO E| Compiling duct v1.1.1
90662026-03-07T02:07:22.930Z[ recovery-image] Mar 07 02:07:21.276 INFO E| Compiling clap_derive v4.5.55
90672026-03-07T02:07:24.852Z[ recovery-image] Mar 07 02:07:23.197 INFO E| Compiling clap v4.5.57
90682026-03-07T02:07:24.915Z[ recovery-image] Mar 07 02:07:23.260 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
90692026-03-07T02:07:26.003Z[ recovery-image] Mar 07 02:07:24.348 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.63s
90702026-03-07T02:07:26.015Z[ recovery-image] Mar 07 02:07:24.360 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z --target-dir /work/os-recovery/phbl`
90712026-03-07T02:07:26.283Z[ recovery-image] Mar 07 02:07:24.628 INFO E| Downloading crates ...
90722026-03-07T02:07:26.349Z[ recovery-image] Mar 07 02:07:24.694 INFO E| Downloaded bitstruct v0.1.1
90732026-03-07T02:07:26.359Z[ recovery-image] Mar 07 02:07:24.704 INFO E| Downloaded cpio_reader v0.1.2
90742026-03-07T02:07:26.363Z[ recovery-image] Mar 07 02:07:24.708 INFO E| Downloaded bit_field v0.10.3
90752026-03-07T02:07:26.366Z[ recovery-image] Mar 07 02:07:24.710 INFO E| Downloaded bitstruct_derive v0.1.0
90762026-03-07T02:07:26.370Z[ recovery-image] Mar 07 02:07:24.712 INFO E| Downloaded miniz_oxide v0.9.0
90772026-03-07T02:07:26.388Z[ recovery-image] Mar 07 02:07:24.733 INFO E| Downloaded goblin v0.10.4
90782026-03-07T02:07:26.394Z[ recovery-image] Mar 07 02:07:24.740 INFO E| Downloaded raw-cpuid v10.7.0
90792026-03-07T02:07:26.521Z[ recovery-image] Mar 07 02:07:24.865 INFO E| Downloaded x86 v0.52.0
90802026-03-07T02:07:26.567Z[ recovery-image] Mar 07 02:07:24.912 INFO E| Updating crates.io index
90812026-03-07T02:07:26.642Z[ recovery-image] Mar 07 02:07:24.987 INFO E| Downloading crates ...
90822026-03-07T02:07:26.686Z[ recovery-image] Mar 07 02:07:25.031 INFO E| Downloaded rustc-literal-escaper v0.0.7
90832026-03-07T02:07:26.741Z[ recovery-image] Mar 07 02:07:25.086 INFO E| Downloaded libc v0.2.178
90842026-03-07T02:07:26.817Z[ recovery-image] Mar 07 02:07:25.162 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)
90852026-03-07T02:07:26.817Z[ recovery-image] Mar 07 02:07:25.162 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)
90862026-03-07T02:07:26.820Z[ recovery-image] Mar 07 02:07:25.162 INFO E| Compiling proc-macro2 v1.0.106
90872026-03-07T02:07:26.820Z[ recovery-image] Mar 07 02:07:25.162 INFO E| Compiling quote v1.0.44
90882026-03-07T02:07:26.820Z[ recovery-image] Mar 07 02:07:25.162 INFO E| Compiling unicode-ident v1.0.23
90892026-03-07T02:07:26.820Z[ recovery-image] Mar 07 02:07:25.162 INFO E| Compiling syn v1.0.109
90902026-03-07T02:07:26.820Z[ recovery-image] Mar 07 02:07:25.162 INFO E| Compiling x86 v0.52.0
90912026-03-07T02:07:26.820Z[ recovery-image] Mar 07 02:07:25.162 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
90922026-03-07T02:07:27.068Z[ recovery-image] Mar 07 02:07:25.413 INFO E| Compiling seq-macro v0.3.6
90932026-03-07T02:07:28.410Z[ recovery-image] Mar 07 02:07:26.754 INFO E| Compiling syn v2.0.114
90942026-03-07T02:07:30.964Z[ recovery-image] Mar 07 02:07:29.308 INFO E| Compiling scroll_derive v0.13.1
90952026-03-07T02:07:33.229Z[ recovery-image] Mar 07 02:07:31.573 INFO E| Compiling bitstruct_derive v0.1.0
90962026-03-07T02:07:49.740Z[ recovery-image] Mar 07 02:07:48.061 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)
90972026-03-07T02:07:53.105Z[ host-image] Mar 07 02:07:51.445 INFO O| adding properties...
90982026-03-07T02:07:53.771Z[ recovery-image] Mar 07 02:07:52.112 INFO E| Compiling bitflags v1.3.2
90992026-03-07T02:07:53.771Z[ recovery-image] Mar 07 02:07:52.112 INFO E| Compiling log v0.4.29
91002026-03-07T02:07:53.776Z[ recovery-image] Mar 07 02:07:52.112 INFO E| Compiling plain v0.2.3
91012026-03-07T02:07:53.776Z[ recovery-image] Mar 07 02:07:52.112 INFO E| Compiling bitflags v2.10.0
91022026-03-07T02:07:53.776Z[ recovery-image] Mar 07 02:07:52.112 INFO E| Compiling adler2 v2.0.1
91032026-03-07T02:07:53.776Z[ recovery-image] Mar 07 02:07:52.112 INFO E| Compiling scroll v0.13.0
91042026-03-07T02:07:53.776Z[ recovery-image] Mar 07 02:07:52.112 INFO E| Compiling bit_field v0.10.3
91052026-03-07T02:07:53.912Z[ recovery-image] Mar 07 02:07:52.252 INFO E| Compiling raw-cpuid v10.7.0
91062026-03-07T02:07:54.020Z[ recovery-image] Mar 07 02:07:52.360 INFO E| Compiling miniz_oxide v0.9.0
91072026-03-07T02:07:54.095Z[ recovery-image] Mar 07 02:07:52.436 INFO E| Compiling static_assertions v1.1.0
91082026-03-07T02:07:54.112Z[ recovery-image] Mar 07 02:07:52.453 INFO E| Compiling bitstruct v0.1.1
91092026-03-07T02:07:54.216Z[ recovery-image] Mar 07 02:07:52.556 INFO E| Compiling cpio_reader v0.1.2
91102026-03-07T02:07:54.336Z[ recovery-image] Mar 07 02:07:52.677 INFO E| Compiling goblin v0.10.4
91112026-03-07T02:07:54.501Z[ host-image] Mar 07 02:07:52.841 INFO O| installing packages...
91122026-03-07T02:07:59.671Z[ recovery-image] Mar 07 02:07:58.011 INFO E| Finished `release` profile [optimized] target(s) in 33.63s
91132026-03-07T02:07:59.690Z[ recovery-image] Mar 07 02:07:58.030 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
91142026-03-07T02:07:59.759Z[ recovery-image] Mar 07 02:07:58.099 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')"
91152026-03-07T02:07:59.759Z[ recovery-image] Mar 07 02:07:58.099 INFO building ROM for gimlet
91162026-03-07T02:07:59.762Z[ recovery-image] Mar 07 02:07:58.099 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")
91172026-03-07T02:08:00.173Z[ recovery-image] Mar 07 02:07:58.513 INFO E| Downloading crates ...
91182026-03-07T02:08:00.258Z[ recovery-image] Mar 07 02:07:58.598 INFO E| Downloaded duct v0.13.7
91192026-03-07T02:08:00.267Z[ recovery-image] Mar 07 02:07:58.607 INFO E| Downloaded toml_datetime v0.6.9
91202026-03-07T02:08:00.271Z[ recovery-image] Mar 07 02:07:58.608 INFO E| Downloaded anstyle v1.0.10
91212026-03-07T02:08:00.271Z[ recovery-image] Mar 07 02:07:58.610 INFO E| Downloaded serde_spanned v0.6.8
91222026-03-07T02:08:00.276Z[ recovery-image] Mar 07 02:07:58.611 INFO E| Downloaded is_terminal_polyfill v1.70.1
91232026-03-07T02:08:00.276Z[ recovery-image] Mar 07 02:07:58.612 INFO E| Downloaded anstyle-query v1.1.2
91242026-03-07T02:08:00.276Z[ recovery-image] Mar 07 02:07:58.613 INFO E| Downloaded colorchoice v1.0.3
91252026-03-07T02:08:00.279Z[ recovery-image] Mar 07 02:07:58.615 INFO E| Downloaded os_pipe v1.2.1
91262026-03-07T02:08:00.279Z[ recovery-image] Mar 07 02:07:58.618 INFO E| Downloaded shared_child v1.0.1
91272026-03-07T02:08:00.282Z[ recovery-image] Mar 07 02:07:58.621 INFO E| Downloaded toml_write v0.1.1
91282026-03-07T02:08:00.285Z[ recovery-image] Mar 07 02:07:58.623 INFO E| Downloaded anstyle-parse v0.2.6
91292026-03-07T02:08:00.285Z[ recovery-image] Mar 07 02:07:58.625 INFO E| Downloaded anstream v0.6.18
91302026-03-07T02:08:00.288Z[ recovery-image] Mar 07 02:07:58.628 INFO E| Downloaded clap_derive v4.5.32
91312026-03-07T02:08:00.294Z[ recovery-image] Mar 07 02:07:58.634 INFO E| Downloaded clap v4.5.37
91322026-03-07T02:08:00.306Z[ recovery-image] Mar 07 02:07:58.646 INFO E| Downloaded toml_edit v0.22.26
91332026-03-07T02:08:00.337Z[ recovery-image] Mar 07 02:07:58.677 INFO E| Downloaded toml v0.8.22
91342026-03-07T02:08:00.366Z[ recovery-image] Mar 07 02:07:58.706 INFO E| Downloaded clap_builder v4.5.37
91352026-03-07T02:08:00.372Z[ recovery-image] Mar 07 02:07:58.712 INFO E| Downloaded winnow v0.7.7
91362026-03-07T02:08:00.379Z[ recovery-image] Mar 07 02:07:58.719 INFO E| Downloaded cc v1.2.20
91372026-03-07T02:08:00.446Z[ recovery-image] Mar 07 02:07:58.786 INFO E| Compiling libc v0.2.172
91382026-03-07T02:08:00.446Z[ recovery-image] Mar 07 02:07:58.786 INFO E| Compiling utf8parse v0.2.2
91392026-03-07T02:08:00.449Z[ recovery-image] Mar 07 02:07:58.786 INFO E| Compiling is_terminal_polyfill v1.70.1
91402026-03-07T02:08:00.449Z[ recovery-image] Mar 07 02:07:58.786 INFO E| Compiling anstyle-query v1.1.2
91412026-03-07T02:08:00.449Z[ recovery-image] Mar 07 02:07:58.786 INFO E| Compiling anstyle v1.0.10
91422026-03-07T02:08:00.449Z[ recovery-image] Mar 07 02:07:58.786 INFO E| Compiling equivalent v1.0.2
91432026-03-07T02:08:00.449Z[ recovery-image] Mar 07 02:07:58.786 INFO E| Compiling hashbrown v0.15.2
91442026-03-07T02:08:00.449Z[ recovery-image] Mar 07 02:07:58.786 INFO E| Compiling syn v2.0.101
91452026-03-07T02:08:00.604Z[ recovery-image] Mar 07 02:07:58.944 INFO E| Compiling anstyle-parse v0.2.6
91462026-03-07T02:08:00.607Z[ recovery-image] Mar 07 02:07:58.944 INFO E| Compiling once_cell v1.21.3
91472026-03-07T02:08:00.644Z[ recovery-image] Mar 07 02:07:58.984 INFO E| Compiling colorchoice v1.0.3
91482026-03-07T02:08:00.659Z[ recovery-image] Mar 07 02:07:58.998 INFO E| Compiling shlex v1.3.0
91492026-03-07T02:08:00.847Z[ recovery-image] Mar 07 02:07:59.187 INFO E| Compiling toml_write v0.1.1
91502026-03-07T02:08:00.957Z[ recovery-image] Mar 07 02:07:59.297 INFO E| Compiling cc v1.2.20
91512026-03-07T02:08:00.980Z[ recovery-image] Mar 07 02:07:59.319 INFO E| Compiling anstream v0.6.18
91522026-03-07T02:08:01.031Z[ recovery-image] Mar 07 02:07:59.370 INFO E| Compiling strsim v0.11.1
91532026-03-07T02:08:01.153Z[ recovery-image] Mar 07 02:07:59.493 INFO E| Compiling winnow v0.7.7
91542026-03-07T02:08:01.281Z[ recovery-image] Mar 07 02:07:59.619 INFO E| Compiling anyhow v1.0.98
91552026-03-07T02:08:01.715Z[ recovery-image] Mar 07 02:08:00.055 INFO E| Compiling indexmap v2.9.0
91562026-03-07T02:08:01.839Z[ recovery-image] Mar 07 02:08:00.178 INFO E| Compiling clap_lex v0.7.4
91572026-03-07T02:08:02.123Z[ recovery-image] Mar 07 02:08:00.463 INFO E| Compiling clap_builder v4.5.37
91582026-03-07T02:08:02.232Z[ recovery-image] Mar 07 02:08:00.571 INFO E| Compiling shared_child v1.0.1
91592026-03-07T02:08:02.336Z[ recovery-image] Mar 07 02:08:00.676 INFO E| Compiling os_pipe v1.2.1
91602026-03-07T02:08:02.679Z[ recovery-image] Mar 07 02:08:01.018 INFO E| Compiling duct v0.13.7
91612026-03-07T02:08:03.739Z[ recovery-image] Mar 07 02:08:02.078 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/xtask)
91622026-03-07T02:08:05.716Z[ recovery-image] Mar 07 02:08:04.055 INFO E| Compiling serde_derive v1.0.219
91632026-03-07T02:08:05.716Z[ recovery-image] Mar 07 02:08:04.055 INFO E| Compiling clap_derive v4.5.32
91642026-03-07T02:08:08.129Z[ recovery-image] Mar 07 02:08:06.468 INFO E| Compiling clap v4.5.37
91652026-03-07T02:08:09.306Z[ recovery-image] Mar 07 02:08:07.643 INFO E| Compiling serde v1.0.219
91662026-03-07T02:08:12.551Z[ recovery-image] Mar 07 02:08:10.889 INFO E| Compiling serde_spanned v0.6.8
91672026-03-07T02:08:12.551Z[ recovery-image] Mar 07 02:08:10.889 INFO E| Compiling toml_datetime v0.6.9
91682026-03-07T02:08:12.780Z[ recovery-image] Mar 07 02:08:11.118 INFO E| Compiling toml_edit v0.22.26
91692026-03-07T02:08:14.874Z[ recovery-image] Mar 07 02:08:13.211 INFO E| Compiling toml v0.8.22
91702026-03-07T02:08:18.186Z[ recovery-image] Mar 07 02:08:16.523 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.33s
91712026-03-07T02:08:18.200Z[ recovery-image] Mar 07 02:08:16.537 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`
91722026-03-07T02:08:18.212Z[ recovery-image] Mar 07 02:08:16.550 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml"
91732026-03-07T02:08:18.527Z[ recovery-image] Mar 07 02:08:16.865 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.30s
91742026-03-07T02:08:18.533Z[ recovery-image] Mar 07 02:08:16.870 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`
91752026-03-07T02:08:18.854Z[ recovery-image] Mar 07 02:08:17.191 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/AmdPubKey_gn.tkn"
91762026-03-07T02:08:18.854Z[ recovery-image] Mar 07 02:08:17.191 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspBootLoader_gn.sbin"
91772026-03-07T02:08:18.854Z[ recovery-image] Mar 07 02:08:17.191 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspRecoveryBootLoader_gn.sbin"
91782026-03-07T02:08:18.854Z[ recovery-image] Mar 07 02:08:17.191 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SmuFirmwareGn.csbin"
91792026-03-07T02:08:18.858Z[ recovery-image] Mar 07 02:08:17.191 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureDebugToken_gn.stkn"
91802026-03-07T02:08:18.858Z[ recovery-image] Mar 07 02:08:17.191 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspABLFw_gn.stkn"
91812026-03-07T02:08:18.858Z[ recovery-image] Mar 07 02:08:17.191 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SmuFirmware2Gn.csbin"
91822026-03-07T02:08:18.858Z[ recovery-image] Mar 07 02:08:17.192 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureDebugUnlock_gn.sbin"
91832026-03-07T02:08:18.858Z[ recovery-image] Mar 07 02:08:17.192 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspIkek_gn.bin"
91842026-03-07T02:08:18.858Z[ recovery-image] Mar 07 02:08:17.192 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureEmptyToken.bin"
91852026-03-07T02:08:18.858Z[ recovery-image] Mar 07 02:08:17.192 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/RsmuSecPolicy_gn.sbin"
91862026-03-07T02:08:18.858Z[ recovery-image] Mar 07 02:08:17.192 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Mp5Gn.csbin"
91872026-03-07T02:08:18.858Z[ recovery-image] Mar 07 02:08:17.192 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/AgesaBootloader_U_prod_GN.csbin"
91882026-03-07T02:08:18.858Z[ recovery-image] Mar 07 02:08:17.192 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/GnPhyFw.sbin"
91892026-03-07T02:08:18.858Z[ recovery-image] Mar 07 02:08:17.192 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PSP-Key-DB_gn.sbin"
91902026-03-07T02:08:18.858Z[ recovery-image] Mar 07 02:08:17.192 INFO O| Info: ABL version: 0x100f5010
91912026-03-07T02:08:18.858Z[ recovery-image] Mar 07 02:08:17.192 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.0
91922026-03-07T02:08:18.858Z[ recovery-image] Mar 07 02:08:17.193 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
91932026-03-07T02:08:18.858Z[ recovery-image] Mar 07 02:08:17.193 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
91942026-03-07T02:08:18.858Z[ recovery-image] Mar 07 02:08:17.193 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
91952026-03-07T02:08:18.858Z[ recovery-image] Mar 07 02:08:17.193 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
91962026-03-07T02:08:18.858Z[ recovery-image] Mar 07 02:08:17.193 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
91972026-03-07T02:08:18.858Z[ recovery-image] Mar 07 02:08:17.193 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
91982026-03-07T02:08:18.858Z[ recovery-image] Mar 07 02:08:17.193 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
91992026-03-07T02:08:18.858Z[ recovery-image] Mar 07 02:08:17.193 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
92002026-03-07T02:08:18.858Z[ recovery-image] Mar 07 02:08:17.193 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
92012026-03-07T02:08:18.858Z[ recovery-image] Mar 07 02:08:17.193 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
92022026-03-07T02:08:18.858Z[ recovery-image] Mar 07 02:08:17.193 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
92032026-03-07T02:08:18.858Z[ recovery-image] Mar 07 02:08:17.193 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
92042026-03-07T02:08:18.858Z[ recovery-image] Mar 07 02:08:17.193 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
92052026-03-07T02:08:18.858Z[ recovery-image] Mar 07 02:08:17.193 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
92062026-03-07T02:08:18.859Z[ recovery-image] Mar 07 02:08:17.193 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
92072026-03-07T02:08:18.859Z[ recovery-image] Mar 07 02:08:17.193 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
92082026-03-07T02:08:18.859Z[ recovery-image] Mar 07 02:08:17.193 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
92092026-03-07T02:08:18.859Z[ recovery-image] Mar 07 02:08:17.193 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
92102026-03-07T02:08:18.907Z[ recovery-image] Mar 07 02:08:17.245 INFO building ROM for cosmo
92112026-03-07T02:08:18.907Z[ recovery-image] Mar 07 02:08:17.245 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")
92122026-03-07T02:08:19.057Z[ recovery-image] Mar 07 02:08:17.394 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.07s
92132026-03-07T02:08:19.061Z[ recovery-image] Mar 07 02:08:17.398 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`
92142026-03-07T02:08:19.074Z[ recovery-image] Mar 07 02:08:17.411 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7.toml"
92152026-03-07T02:08:19.164Z[ recovery-image] Mar 07 02:08:17.501 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.08s
92162026-03-07T02:08:19.169Z[ recovery-image] Mar 07 02:08:17.505 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`
92172026-03-07T02:08:19.500Z[ recovery-image] Mar 07 02:08:17.837 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x00_AmdPubKey_BRH.tkn"
92182026-03-07T02:08:19.503Z[ recovery-image] Mar 07 02:08:17.838 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x01_PspBl_BRH.esbin"
92192026-03-07T02:08:19.503Z[ recovery-image] Mar 07 02:08:17.839 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x02_PspOS_BRH.ecsbin"
92202026-03-07T02:08:19.503Z[ recovery-image] Mar 07 02:08:17.840 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x03_PspRecBl_BRH.esbin"
92212026-03-07T02:08:19.503Z[ recovery-image] Mar 07 02:08:17.841 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x08_SmuFirmware_breithorn.ecsbin"
92222026-03-07T02:08:19.534Z[ recovery-image] Mar 07 02:08:17.842 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
92232026-03-07T02:08:19.534Z[ recovery-image] Mar 07 02:08:17.843 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
92242026-03-07T02:08:19.534Z[ recovery-image] Mar 07 02:08:17.844 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x0A_PspAblPubKey_BRH.stkn"
92252026-03-07T02:08:19.534Z[ recovery-image] Mar 07 02:08:17.844 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x13_SduFw_BRH.ecsbin"
92262026-03-07T02:08:19.534Z[ recovery-image] Mar 07 02:08:17.845 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x21_PspAmdIkek_BRH.bin"
92272026-03-07T02:08:19.534Z[ recovery-image] Mar 07 02:08:17.845 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x22_SecureEmptyToken.bin"
92282026-03-07T02:08:19.534Z[ recovery-image] Mar 07 02:08:17.845 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
92292026-03-07T02:08:19.534Z[ recovery-image] Mar 07 02:08:17.846 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
92302026-03-07T02:08:19.534Z[ recovery-image] Mar 07 02:08:17.847 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x28_PspSystemDriver_BRH.ecsbin"
92312026-03-07T02:08:19.534Z[ recovery-image] Mar 07 02:08:17.847 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
92322026-03-07T02:08:19.534Z[ recovery-image] Mar 07 02:08:17.848 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
92332026-03-07T02:08:19.534Z[ recovery-image] Mar 07 02:08:17.849 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x2D_AblRt.ecsbin"
92342026-03-07T02:08:19.534Z[ recovery-image] Mar 07 02:08:17.850 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
92352026-03-07T02:08:19.534Z[ recovery-image] Mar 07 02:08:17.852 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x42_PhyFw_BRH.ecsbin"
92362026-03-07T02:08:19.534Z[ recovery-image] Mar 07 02:08:17.853 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x44_USB_PHY_BRH.esbin"
92372026-03-07T02:08:19.534Z[ recovery-image] Mar 07 02:08:17.854 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
92382026-03-07T02:08:19.534Z[ recovery-image] Mar 07 02:08:17.855 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
92392026-03-07T02:08:19.534Z[ recovery-image] Mar 07 02:08:17.855 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x50_PspKeyDataBase_BRH.sbin"
92402026-03-07T02:08:19.534Z[ recovery-image] Mar 07 02:08:17.856 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
92412026-03-07T02:08:19.534Z[ recovery-image] Mar 07 02:08:17.857 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x55_SPLTable_BRH.sbin"
92422026-03-07T02:08:19.534Z[ recovery-image] Mar 07 02:08:17.858 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x5DMpioFw_BRH.cesbin"
92432026-03-07T02:08:19.534Z[ recovery-image] Mar 07 02:08:17.859 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x64_RasDriver_BRH.ecsbin"
92442026-03-07T02:08:19.534Z[ recovery-image] Mar 07 02:08:17.859 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
92452026-03-07T02:08:19.534Z[ recovery-image] Mar 07 02:08:17.860 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1A_SevDriver_BRH.ecsbin"
92462026-03-07T02:08:19.534Z[ recovery-image] Mar 07 02:08:17.862 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
92472026-03-07T02:08:19.534Z[ recovery-image] Mar 07 02:08:17.863 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1B_BootDriver_BRH.ecsbin"
92482026-03-07T02:08:19.534Z[ recovery-image] Mar 07 02:08:17.863 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1C_SocDriver_BRH.ecsbin"
92492026-03-07T02:08:19.534Z[ recovery-image] Mar 07 02:08:17.864 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1D_HadDriver_BRH.ecsbin"
92502026-03-07T02:08:19.534Z[ recovery-image] Mar 07 02:08:17.865 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
92512026-03-07T02:08:19.534Z[ recovery-image] Mar 07 02:08:17.866 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x38_PspSevEmptyData.bin"
92522026-03-07T02:08:19.534Z[ recovery-image] Mar 07 02:08:17.866 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x47_DRTMDriver_BRH.ecsbin"
92532026-03-07T02:08:19.534Z[ recovery-image] Mar 07 02:08:17.867 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x67_FHPDriver_BRH.ecsbin"
92542026-03-07T02:08:19.534Z[ recovery-image] Mar 07 02:08:17.868 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x68_SPDMDriver_BRH.ecsbin"
92552026-03-07T02:08:19.534Z[ recovery-image] Mar 07 02:08:17.869 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x69_DPEDriver_BRH.ecsbin"
92562026-03-07T02:08:19.535Z[ recovery-image] Mar 07 02:08:17.869 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x73_PspBl_BRH.ecsbin"
92572026-03-07T02:08:19.538Z[ recovery-image] Mar 07 02:08:17.870 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x76_DfRib_BRH.csbin"
92582026-03-07T02:08:19.538Z[ recovery-image] Mar 07 02:08:17.871 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x8C_MPDMATF_BRH.sbin"
92592026-03-07T02:08:19.538Z[ recovery-image] Mar 07 02:08:17.872 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x91_GmiPhyFw_BRH.esbin"
92602026-03-07T02:08:19.538Z[ recovery-image] Mar 07 02:08:17.873 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x92_Page_BRH.sbin"
92612026-03-07T02:08:19.538Z[ recovery-image] Mar 07 02:08:17.874 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x9D_AspSramFwExt_BRH.sbin"
92622026-03-07T02:08:19.538Z[ recovery-image] Mar 07 02:08:17.874 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
92632026-03-07T02:08:19.538Z[ recovery-image] Mar 07 02:08:17.875 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_A0.sbin"
92642026-03-07T02:08:19.541Z[ recovery-image] Mar 07 02:08:17.876 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRHD_A0.sbin"
92652026-03-07T02:08:19.541Z[ recovery-image] Mar 07 02:08:17.877 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_B0.sbin"
92662026-03-07T02:08:19.541Z[ recovery-image] Mar 07 02:08:17.877 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_C0.sbin"
92672026-03-07T02:08:19.541Z[ recovery-image] Mar 07 02:08:17.878 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRHD_B0.sbin"
92682026-03-07T02:08:19.541Z[ recovery-image] Mar 07 02:08:17.878 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_B1.sbin"
92692026-03-07T02:08:19.544Z[ recovery-image] Mar 07 02:08:17.879 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_C1.sbin"
92702026-03-07T02:08:19.544Z[ recovery-image] Mar 07 02:08:17.880 INFO O| Info: ABL version: 0x1007f011
92712026-03-07T02:08:19.544Z[ recovery-image] Mar 07 02:08:17.880 INFO O| Info: For sub_program 0: SMU firmware version: 94.125.0
92722026-03-07T02:08:19.544Z[ recovery-image] Mar 07 02:08:17.880 INFO O| Info: For sub_program 2: SMU firmware version: 99.125.0
92732026-03-07T02:08:19.544Z[ recovery-image] Mar 07 02:08:17.881 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/APOB_NV_BRH.bin"
92742026-03-07T02:08:19.547Z[ recovery-image] Mar 07 02:08:17.882 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
92752026-03-07T02:08:19.547Z[ recovery-image] Mar 07 02:08:17.883 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
92762026-03-07T02:08:19.547Z[ recovery-image] Mar 07 02:08:17.884 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
92772026-03-07T02:08:19.547Z[ recovery-image] Mar 07 02:08:17.885 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
92782026-03-07T02:08:19.550Z[ recovery-image] Mar 07 02:08:17.885 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
92792026-03-07T02:08:19.550Z[ recovery-image] Mar 07 02:08:17.886 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
92802026-03-07T02:08:19.550Z[ recovery-image] Mar 07 02:08:17.887 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
92812026-03-07T02:08:19.553Z[ recovery-image] Mar 07 02:08:17.888 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
92822026-03-07T02:08:19.553Z[ recovery-image] Mar 07 02:08:17.888 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
92832026-03-07T02:08:19.553Z[ recovery-image] Mar 07 02:08:17.889 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
92842026-03-07T02:08:19.553Z[ recovery-image] Mar 07 02:08:17.890 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
92852026-03-07T02:08:19.553Z[ recovery-image] Mar 07 02:08:17.890 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
92862026-03-07T02:08:19.556Z[ recovery-image] Mar 07 02:08:17.891 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
92872026-03-07T02:08:19.556Z[ recovery-image] Mar 07 02:08:17.892 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
92882026-03-07T02:08:19.556Z[ recovery-image] Mar 07 02:08:17.892 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
92892026-03-07T02:08:19.556Z[ recovery-image] Mar 07 02:08:17.893 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
92902026-03-07T02:08:19.556Z[ recovery-image] Mar 07 02:08:17.894 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
92912026-03-07T02:08:19.559Z[ recovery-image] Mar 07 02:08:17.894 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
92922026-03-07T02:08:19.560Z[ recovery-image] Mar 07 02:08:17.895 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
92932026-03-07T02:08:19.597Z[ recovery-image] Mar 07 02:08:17.934 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
92942026-03-07T02:08:19.597Z[ recovery-image] Mar 07 02:08:17.934 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
92952026-03-07T02:08:19.597Z[ recovery-image] Mar 07 02:08:17.934 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
92962026-03-07T02:08:21.953Z[ host-image] Mar 07 02:08:20.289 INFO O| seeding SMF database...
92972026-03-07T02:08:22.629Z[ recovery-image] Mar 07 02:08:20.966 INFO image complete! materials are in "/work/os-recovery"
92982026-03-07T02:08:22.635Z[ recovery-image]
92992026-03-07T02:08:22.635Z[ recovery-image] real 33:54.274552086
93002026-03-07T02:08:22.638Z[ recovery-image] user 25:27.307230295
93012026-03-07T02:08:22.638Z[ recovery-image] sys 1:38.130080129
93022026-03-07T02:08:22.638Z[ recovery-image] trap 1.449651572
93032026-03-07T02:08:22.638Z[ recovery-image] tflt 1.109371496
93042026-03-07T02:08:22.638Z[ recovery-image] dflt 3.365893826
93052026-03-07T02:08:22.638Z[ recovery-image] kflt 0.065405612
93062026-03-07T02:08:22.638Z[ recovery-image] lock 48:22.273139142
93072026-03-07T02:08:22.638Z[ recovery-image] slp 3:19:36.232063416
93082026-03-07T02:08:22.638Z[ recovery-image] lat 6:54.097971656
93092026-03-07T02:08:22.638Z[ recovery-image] stop 7.838323820
93102026-03-07T02:08:22.638ZMar 07 02:08:20.972 INFO [recovery-image] process exited with exit status: 0 (2034.281870943s)
93112026-03-07T02:08:29.144Z[ host-image] Mar 07 02:08:27.480 INFO O| configuring SMF profile...
93122026-03-07T02:08:29.147Z[ host-image] Mar 07 02:08:27.480 INFO O| modifying shadow(5)...
93132026-03-07T02:08:29.147Z[ host-image] Mar 07 02:08:27.480 INFO O| loading user and group database...
93142026-03-07T02:08:29.147Z[ host-image] Mar 07 02:08:27.481 INFO O| loading facet selections...
93152026-03-07T02:08:29.520Z[ host-image] Mar 07 02:08:27.855 INFO O| devel -> true
93162026-03-07T02:08:29.520Z[ host-image] Mar 07 02:08:27.855 INFO O| doc.man -> true
93172026-03-07T02:08:29.520Z[ host-image] Mar 07 02:08:27.855 INFO O| version-lock.shell/ksh93 -> true
93182026-03-07T02:08:29.523Z[ host-image] Mar 07 02:08:27.855 INFO O| version-lock.system/data/hardware-registry -> true
93192026-03-07T02:08:29.523Z[ host-image] Mar 07 02:08:27.855 INFO O| version-lock.system/data/zoneinfo -> true
93202026-03-07T02:08:29.523Z[ host-image] Mar 07 02:08:27.855 INFO O| version-lock.system/microcode/amd -> true
93212026-03-07T02:08:29.523Z[ host-image] Mar 07 02:08:27.856 INFO O| version-lock.system/microcode/intel -> true
93222026-03-07T02:08:29.523Z[ host-image] Mar 07 02:08:27.856 INFO O| version-lock.system/microcode/oxide -> true
93232026-03-07T02:08:29.523Z[ host-image] Mar 07 02:08:27.856 INFO O| assessing packaged files...
93242026-03-07T02:08:31.684Z[ host-image] Mar 07 02:08:30.019 INFO O| creating archive...
93252026-03-07T02:08:31.714Z[ host-image] Mar 07 02:08:30.048 INFO O| missing from packaging:
93262026-03-07T02:08:31.714Z[ host-image] Mar 07 02:08:30.048 INFO O| "etc/.pwd.lock"
93272026-03-07T02:08:31.717Z[ host-image] Mar 07 02:08:30.048 INFO O| "etc/bash"
93282026-03-07T02:08:31.717Z[ host-image] Mar 07 02:08:30.053 INFO O| "etc/svc/profile/generic.xml"
93292026-03-07T02:08:31.717Z[ host-image] Mar 07 02:08:30.053 INFO O| "etc/svc/profile/inetd_services.xml"
93302026-03-07T02:08:31.717Z[ host-image] Mar 07 02:08:30.053 INFO O| "etc/svc/profile/name_service.xml"
93312026-03-07T02:08:31.721Z[ host-image] Mar 07 02:08:30.053 INFO O| "etc/svc/profile/platform.xml"
93322026-03-07T02:08:31.721Z[ host-image] Mar 07 02:08:30.053 INFO O| "etc/svc/profile/platform_omicron1.xml"
93332026-03-07T02:08:31.721Z[ host-image] Mar 07 02:08:30.053 INFO O| "etc/svc/repository.db"
93342026-03-07T02:08:31.726Z[ host-image] Mar 07 02:08:30.062 INFO O| "opt/ooce/share"
93352026-03-07T02:08:31.726Z[ host-image] Mar 07 02:08:30.062 INFO O| "opt/ooce/share/man"
93362026-03-07T02:08:31.726Z[ host-image] Mar 07 02:08:30.062 INFO O| "opt/ooce/share/man/man1"
93372026-03-07T02:08:31.737Z[ host-image] Mar 07 02:08:30.072 INFO O| finishing archive...
93382026-03-07T02:08:34.744Z[ host-image] Mar 07 02:08:33.079 INFO O| creating gzonly manifest...
93392026-03-07T02:08:34.751Z[ host-image] Mar 07 02:08:33.086 INFO O| ok
93402026-03-07T02:08:34.896Z[ host-image] Mar 07 02:08:33.230 INFO image builder template: ramdisk-02-trim...
93412026-03-07T02:08:34.896Z[ host-image] Mar 07 02:08:33.230 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/.tmp9u6fI0/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
93422026-03-07T02:08:34.914Z[ host-image] Mar 07 02:08:33.250 INFO O| Mar 07 02:08:33.249 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-02-trim
93432026-03-07T02:08:34.918Z[ host-image] Mar 07 02:08:33.253 INFO O| Mar 07 02:08:33.253 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
93442026-03-07T02:08:35.065Z[ host-image] Mar 07 02:08:33.400 INFO O| Mar 07 02:08:33.399 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-02-trim: sync = disabled
93452026-03-07T02:08:35.135Z[ host-image] Mar 07 02:08:33.470 INFO O| Mar 07 02:08:33.470 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-02-trim
93462026-03-07T02:08:35.136Z[ host-image] Mar 07 02:08:33.470 INFO O| Mar 07 02:08:33.470 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
93472026-03-07T02:08:35.140Z[ host-image] Mar 07 02:08:33.475 INFO O| Mar 07 02:08:33.475 INFO looking for output snapshot rpool/images/build/host/work/sled/ramdisk@trim
93482026-03-07T02:08:35.143Z[ host-image] Mar 07 02:08:33.477 INFO O| Mar 07 02:08:33.477 INFO looking for input snapshot rpool/images/build/host/work/sled/ramdisk@os
93492026-03-07T02:08:35.146Z[ host-image] Mar 07 02:08:33.482 INFO O| Mar 07 02:08:33.482 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
93502026-03-07T02:08:35.459Z[ host-image] Mar 07 02:08:33.794 INFO O| Mar 07 02:08:33.794 INFO rolled back to input snapshot; work may begin
93512026-03-07T02:08:35.459Z[ host-image] Mar 07 02:08:33.794 INFO O| Mar 07 02:08:33.794 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
93522026-03-07T02:08:35.464Z[ host-image] Mar 07 02:08:33.798 INFO O| Mar 07 02:08:33.798 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93532026-03-07T02:08:35.472Z[ host-image] Mar 07 02:08:33.806 INFO O| Mar 07 02:08:33.806 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/var/pkg"
93542026-03-07T02:08:35.523Z[ host-image] Mar 07 02:08:33.858 INFO O| Mar 07 02:08:33.858 INFO STEP 0 (remove_files) COMPLETE
93552026-03-07T02:08:35.524Z[ host-image] Mar 07 02:08:33.859 INFO O| Mar 07 02:08:33.858 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93562026-03-07T02:08:35.532Z[ host-image] Mar 07 02:08:33.867 INFO O| Mar 07 02:08:33.867 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/xpg4"
93572026-03-07T02:08:35.535Z[ host-image] Mar 07 02:08:33.869 INFO O| Mar 07 02:08:33.869 INFO STEP 1 (remove_files) COMPLETE
93582026-03-07T02:08:35.535Z[ host-image] Mar 07 02:08:33.869 INFO O| Mar 07 02:08:33.869 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93592026-03-07T02:08:35.541Z[ host-image] Mar 07 02:08:33.876 INFO O| Mar 07 02:08:33.876 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/include"
93602026-03-07T02:08:35.554Z[ host-image] Mar 07 02:08:33.889 INFO O| Mar 07 02:08:33.889 INFO STEP 2 (remove_files) COMPLETE
93612026-03-07T02:08:35.554Z[ host-image] Mar 07 02:08:33.889 INFO O| Mar 07 02:08:33.889 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93622026-03-07T02:08:35.562Z[ host-image] Mar 07 02:08:33.897 INFO O| Mar 07 02:08:33.897 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/demo"
93632026-03-07T02:08:35.564Z[ host-image] Mar 07 02:08:33.899 INFO O| Mar 07 02:08:33.899 INFO STEP 3 (remove_files) COMPLETE
93642026-03-07T02:08:35.564Z[ host-image] Mar 07 02:08:33.899 INFO O| Mar 07 02:08:33.899 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93652026-03-07T02:08:35.571Z[ host-image] Mar 07 02:08:33.907 INFO O| Mar 07 02:08:33.906 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/help"
93662026-03-07T02:08:35.575Z[ host-image] Mar 07 02:08:33.911 INFO O| Mar 07 02:08:33.910 INFO STEP 4 (remove_files) COMPLETE
93672026-03-07T02:08:35.575Z[ host-image] Mar 07 02:08:33.911 INFO O| Mar 07 02:08:33.911 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93682026-03-07T02:08:35.583Z[ host-image] Mar 07 02:08:33.918 INFO O| Mar 07 02:08:33.918 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/doc"
93692026-03-07T02:08:35.586Z[ host-image] Mar 07 02:08:33.921 INFO O| Mar 07 02:08:33.921 INFO STEP 5 (remove_files) COMPLETE
93702026-03-07T02:08:35.586Z[ host-image] Mar 07 02:08:33.921 INFO O| Mar 07 02:08:33.921 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93712026-03-07T02:08:35.593Z[ host-image] Mar 07 02:08:33.928 INFO O| Mar 07 02:08:33.928 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/bash-completion"
93722026-03-07T02:08:35.604Z[ host-image] Mar 07 02:08:33.940 INFO O| Mar 07 02:08:33.940 INFO STEP 6 (remove_files) COMPLETE
93732026-03-07T02:08:35.605Z[ host-image] Mar 07 02:08:33.940 INFO O| Mar 07 02:08:33.940 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93742026-03-07T02:08:35.612Z[ host-image] Mar 07 02:08:33.947 INFO O| Mar 07 02:08:33.947 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/perl5/5.36/man"
93752026-03-07T02:08:35.626Z[ host-image] Mar 07 02:08:33.961 INFO O| Mar 07 02:08:33.961 INFO STEP 7 (remove_files) COMPLETE
93762026-03-07T02:08:35.626Z[ host-image] Mar 07 02:08:33.961 INFO O| Mar 07 02:08:33.961 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93772026-03-07T02:08:35.634Z[ host-image] Mar 07 02:08:33.969 INFO O| Mar 07 02:08:33.969 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/man/man3ssl"
93782026-03-07T02:08:35.717Z[ host-image] Mar 07 02:08:34.052 INFO O| Mar 07 02:08:34.052 INFO STEP 8 (remove_files) COMPLETE
93792026-03-07T02:08:35.717Z[ host-image] Mar 07 02:08:34.052 INFO O| Mar 07 02:08:34.052 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93802026-03-07T02:08:35.725Z[ host-image] Mar 07 02:08:34.060 INFO O| Mar 07 02:08:34.060 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/ssl-3/man"
93812026-03-07T02:08:35.813Z[ host-image] Mar 07 02:08:34.148 INFO O| Mar 07 02:08:34.148 INFO STEP 9 (remove_files) COMPLETE
93822026-03-07T02:08:35.813Z[ host-image] Mar 07 02:08:34.148 INFO O| Mar 07 02:08:34.148 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93832026-03-07T02:08:35.821Z[ host-image] Mar 07 02:08:34.156 INFO O| Mar 07 02:08:34.156 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/etc/net-snmp"
93842026-03-07T02:08:35.825Z[ host-image] Mar 07 02:08:34.160 INFO O| Mar 07 02:08:34.160 INFO STEP 10 (remove_files) COMPLETE
93852026-03-07T02:08:35.828Z[ host-image] Mar 07 02:08:34.160 INFO O| Mar 07 02:08:34.160 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93862026-03-07T02:08:35.832Z[ host-image] Mar 07 02:08:34.167 INFO O| Mar 07 02:08:34.167 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/bin/i386"
93872026-03-07T02:08:35.835Z[ host-image] Mar 07 02:08:34.168 INFO O| Mar 07 02:08:34.168 INFO STEP 11 (remove_files) COMPLETE
93882026-03-07T02:08:35.835Z[ host-image] Mar 07 02:08:34.168 INFO O| Mar 07 02:08:34.168 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93892026-03-07T02:08:35.840Z[ host-image] Mar 07 02:08:34.175 INFO O| Mar 07 02:08:34.175 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86xpv"
93902026-03-07T02:08:35.843Z[ host-image] Mar 07 02:08:34.177 INFO O| Mar 07 02:08:34.177 INFO STEP 12 (remove_files) COMPLETE
93912026-03-07T02:08:35.843Z[ host-image] Mar 07 02:08:34.177 INFO O| Mar 07 02:08:34.177 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
93922026-03-07T02:08:35.860Z[ host-image] Mar 07 02:08:34.195 INFO O| Mar 07 02:08:34.195 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
93932026-03-07T02:08:35.860Z[ host-image] Mar 07 02:08:34.195 INFO O| Mar 07 02:08:34.195 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
93942026-03-07T02:08:35.863Z[ host-image] Mar 07 02:08:34.195 INFO O| Mar 07 02:08:34.195 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
93952026-03-07T02:08:35.863Z[ host-image] Mar 07 02:08:34.195 INFO O| Mar 07 02:08:34.195 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
93962026-03-07T02:08:35.863Z[ host-image] Mar 07 02:08:34.196 INFO O| Mar 07 02:08:34.196 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
93972026-03-07T02:08:35.863Z[ host-image] Mar 07 02:08:34.196 INFO O| Mar 07 02:08:34.196 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
93982026-03-07T02:08:35.863Z[ host-image] Mar 07 02:08:34.196 INFO O| Mar 07 02:08:34.196 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
93992026-03-07T02:08:35.863Z[ host-image] Mar 07 02:08:34.196 INFO O| Mar 07 02:08:34.196 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
94002026-03-07T02:08:35.863Z[ host-image] Mar 07 02:08:34.196 INFO O| Mar 07 02:08:34.196 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
94012026-03-07T02:08:35.863Z[ host-image] Mar 07 02:08:34.197 INFO O| Mar 07 02:08:34.197 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
94022026-03-07T02:08:35.863Z[ host-image] Mar 07 02:08:34.197 INFO O| Mar 07 02:08:34.197 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
94032026-03-07T02:08:35.863Z[ host-image] Mar 07 02:08:34.197 INFO O| Mar 07 02:08:34.197 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
94042026-03-07T02:08:35.863Z[ host-image] Mar 07 02:08:34.197 INFO O| Mar 07 02:08:34.197 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
94052026-03-07T02:08:35.863Z[ host-image] Mar 07 02:08:34.197 INFO O| Mar 07 02:08:34.197 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
94062026-03-07T02:08:35.863Z[ host-image] Mar 07 02:08:34.197 INFO O| Mar 07 02:08:34.197 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
94072026-03-07T02:08:35.863Z[ host-image] Mar 07 02:08:34.197 INFO O| Mar 07 02:08:34.197 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
94082026-03-07T02:08:35.866Z[ host-image] Mar 07 02:08:34.198 INFO O| Mar 07 02:08:34.198 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
94092026-03-07T02:08:35.931Z[ host-image] Mar 07 02:08:34.266 INFO O| Mar 07 02:08:34.266 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
94102026-03-07T02:08:35.934Z[ host-image] Mar 07 02:08:34.266 INFO O| Mar 07 02:08:34.266 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/amd64/libncurses++.a"
94112026-03-07T02:08:35.934Z[ host-image] Mar 07 02:08:34.268 INFO O| Mar 07 02:08:34.268 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/libtddl.a"
94122026-03-07T02:08:35.937Z[ host-image] Mar 07 02:08:34.273 INFO O| Mar 07 02:08:34.273 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/libncurses++.a"
94132026-03-07T02:08:36.150Z[ host-image] Mar 07 02:08:34.485 INFO O| Mar 07 02:08:34.485 INFO STEP 13 (remove_files) COMPLETE
94142026-03-07T02:08:36.150Z[ host-image] Mar 07 02:08:34.485 INFO O| Mar 07 02:08:34.485 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94152026-03-07T02:08:36.159Z[ host-image] Mar 07 02:08:34.494 INFO O| Mar 07 02:08:34.494 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/boot"
94162026-03-07T02:08:36.162Z[ host-image] Mar 07 02:08:34.495 INFO O| Mar 07 02:08:34.495 INFO STEP 14 (remove_files) COMPLETE
94172026-03-07T02:08:36.162Z[ host-image] Mar 07 02:08:34.495 INFO O| Mar 07 02:08:34.495 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94182026-03-07T02:08:36.168Z[ host-image] Mar 07 02:08:34.503 INFO O| Mar 07 02:08:34.502 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86pc"
94192026-03-07T02:08:36.174Z[ host-image] Mar 07 02:08:34.509 INFO O| Mar 07 02:08:34.509 INFO STEP 15 (remove_files) COMPLETE
94202026-03-07T02:08:36.174Z[ host-image] Mar 07 02:08:34.509 INFO O| Mar 07 02:08:34.509 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94212026-03-07T02:08:36.182Z[ host-image] Mar 07 02:08:34.517 INFO O| Mar 07 02:08:34.517 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86xpv"
94222026-03-07T02:08:36.185Z[ host-image] Mar 07 02:08:34.517 INFO O| Mar 07 02:08:34.517 INFO STEP 16 (remove_files) COMPLETE
94232026-03-07T02:08:36.185Z[ host-image] Mar 07 02:08:34.517 INFO O| Mar 07 02:08:34.517 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94242026-03-07T02:08:36.190Z[ host-image] Mar 07 02:08:34.525 INFO O| Mar 07 02:08:34.525 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86pc"
94252026-03-07T02:08:36.193Z[ host-image] Mar 07 02:08:34.526 INFO O| Mar 07 02:08:34.526 INFO STEP 17 (remove_files) COMPLETE
94262026-03-07T02:08:36.193Z[ host-image] Mar 07 02:08:34.526 INFO O| Mar 07 02:08:34.526 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94272026-03-07T02:08:36.198Z[ host-image] Mar 07 02:08:34.533 INFO O| Mar 07 02:08:34.533 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/acpica"
94282026-03-07T02:08:36.201Z[ host-image] Mar 07 02:08:34.533 INFO O| Mar 07 02:08:34.533 INFO STEP 18 (remove_files) COMPLETE
94292026-03-07T02:08:36.201Z[ host-image] Mar 07 02:08:34.533 INFO O| Mar 07 02:08:34.533 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94302026-03-07T02:08:36.205Z[ host-image] Mar 07 02:08:34.541 INFO O| Mar 07 02:08:34.540 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/tem"
94312026-03-07T02:08:36.208Z[ host-image] Mar 07 02:08:34.541 INFO O| Mar 07 02:08:34.541 INFO STEP 19 (remove_files) COMPLETE
94322026-03-07T02:08:36.208Z[ host-image] Mar 07 02:08:34.541 INFO O| Mar 07 02:08:34.541 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94332026-03-07T02:08:36.214Z[ host-image] Mar 07 02:08:34.549 INFO O| Mar 07 02:08:34.549 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
94342026-03-07T02:08:36.214Z[ host-image] Mar 07 02:08:34.549 INFO O| Mar 07 02:08:34.549 INFO STEP 20 (remove_files) COMPLETE
94352026-03-07T02:08:36.217Z[ host-image] Mar 07 02:08:34.549 INFO O| Mar 07 02:08:34.549 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94362026-03-07T02:08:36.225Z[ host-image] Mar 07 02:08:34.557 INFO O| Mar 07 02:08:34.557 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/wc"
94372026-03-07T02:08:36.225Z[ host-image] Mar 07 02:08:34.557 INFO O| Mar 07 02:08:34.557 INFO STEP 21 (remove_files) COMPLETE
94382026-03-07T02:08:36.228Z[ host-image] Mar 07 02:08:34.557 INFO O| Mar 07 02:08:34.557 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94392026-03-07T02:08:36.231Z[ host-image] Mar 07 02:08:34.564 INFO O| Mar 07 02:08:34.564 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
94402026-03-07T02:08:36.231Z[ host-image] Mar 07 02:08:34.565 INFO O| Mar 07 02:08:34.565 INFO STEP 22 (remove_files) COMPLETE
94412026-03-07T02:08:36.231Z[ host-image] Mar 07 02:08:34.565 INFO O| Mar 07 02:08:34.565 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94422026-03-07T02:08:36.237Z[ host-image] Mar 07 02:08:34.572 INFO O| Mar 07 02:08:34.572 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/conskbd"
94432026-03-07T02:08:36.241Z[ host-image] Mar 07 02:08:34.572 INFO O| Mar 07 02:08:34.572 INFO STEP 23 (remove_files) COMPLETE
94442026-03-07T02:08:36.241Z[ host-image] Mar 07 02:08:34.572 INFO O| Mar 07 02:08:34.572 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94452026-03-07T02:08:36.244Z[ host-image] Mar 07 02:08:34.579 INFO O| Mar 07 02:08:34.579 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/tzmon"
94462026-03-07T02:08:36.247Z[ host-image] Mar 07 02:08:34.579 INFO O| Mar 07 02:08:34.579 INFO STEP 24 (remove_files) COMPLETE
94472026-03-07T02:08:36.247Z[ host-image] Mar 07 02:08:34.579 INFO O| Mar 07 02:08:34.579 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94482026-03-07T02:08:36.252Z[ host-image] Mar 07 02:08:34.587 INFO O| Mar 07 02:08:34.587 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/power"
94492026-03-07T02:08:36.252Z[ host-image] Mar 07 02:08:34.587 INFO O| Mar 07 02:08:34.587 INFO STEP 25 (remove_files) COMPLETE
94502026-03-07T02:08:36.252Z[ host-image] Mar 07 02:08:34.587 INFO O| Mar 07 02:08:34.587 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94512026-03-07T02:08:36.261Z[ host-image] Mar 07 02:08:34.594 INFO O| Mar 07 02:08:34.594 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio"
94522026-03-07T02:08:36.261Z[ host-image] Mar 07 02:08:34.594 INFO O| Mar 07 02:08:34.594 INFO STEP 26 (remove_files) COMPLETE
94532026-03-07T02:08:36.261Z[ host-image] Mar 07 02:08:34.594 INFO O| Mar 07 02:08:34.594 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94542026-03-07T02:08:36.266Z[ host-image] Mar 07 02:08:34.602 INFO O| Mar 07 02:08:34.601 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio1575"
94552026-03-07T02:08:36.267Z[ host-image] Mar 07 02:08:34.602 INFO O| Mar 07 02:08:34.602 INFO STEP 27 (remove_files) COMPLETE
94562026-03-07T02:08:36.271Z[ host-image] Mar 07 02:08:34.602 INFO O| Mar 07 02:08:34.602 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94572026-03-07T02:08:36.275Z[ host-image] Mar 07 02:08:34.609 INFO O| Mar 07 02:08:34.609 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audioens"
94582026-03-07T02:08:36.275Z[ host-image] Mar 07 02:08:34.609 INFO O| Mar 07 02:08:34.609 INFO STEP 28 (remove_files) COMPLETE
94592026-03-07T02:08:36.275Z[ host-image] Mar 07 02:08:34.609 INFO O| Mar 07 02:08:34.609 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94602026-03-07T02:08:36.282Z[ host-image] Mar 07 02:08:34.616 INFO O| Mar 07 02:08:34.616 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiopci"
94612026-03-07T02:08:36.282Z[ host-image] Mar 07 02:08:34.617 INFO O| Mar 07 02:08:34.617 INFO STEP 29 (remove_files) COMPLETE
94622026-03-07T02:08:36.285Z[ host-image] Mar 07 02:08:34.617 INFO O| Mar 07 02:08:34.617 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94632026-03-07T02:08:36.290Z[ host-image] Mar 07 02:08:34.625 INFO O| Mar 07 02:08:34.625 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiots"
94642026-03-07T02:08:36.290Z[ host-image] Mar 07 02:08:34.625 INFO O| Mar 07 02:08:34.625 INFO STEP 30 (remove_files) COMPLETE
94652026-03-07T02:08:36.290Z[ host-image] Mar 07 02:08:34.625 INFO O| Mar 07 02:08:34.625 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94662026-03-07T02:08:36.299Z[ host-image] Mar 07 02:08:34.633 INFO O| Mar 07 02:08:34.633 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ehci"
94672026-03-07T02:08:36.299Z[ host-image] Mar 07 02:08:34.633 INFO O| Mar 07 02:08:34.633 INFO STEP 31 (remove_files) COMPLETE
94682026-03-07T02:08:36.299Z[ host-image] Mar 07 02:08:34.633 INFO O| Mar 07 02:08:34.633 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94692026-03-07T02:08:36.306Z[ host-image] Mar 07 02:08:34.641 INFO O| Mar 07 02:08:34.641 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hid"
94702026-03-07T02:08:36.306Z[ host-image] Mar 07 02:08:34.641 INFO O| Mar 07 02:08:34.641 INFO STEP 32 (remove_files) COMPLETE
94712026-03-07T02:08:36.309Z[ host-image] Mar 07 02:08:34.641 INFO O| Mar 07 02:08:34.641 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94722026-03-07T02:08:36.313Z[ host-image] Mar 07 02:08:34.648 INFO O| Mar 07 02:08:34.648 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hubd"
94732026-03-07T02:08:36.313Z[ host-image] Mar 07 02:08:34.648 INFO O| Mar 07 02:08:34.648 INFO STEP 33 (remove_files) COMPLETE
94742026-03-07T02:08:36.316Z[ host-image] Mar 07 02:08:34.648 INFO O| Mar 07 02:08:34.648 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94752026-03-07T02:08:36.320Z[ host-image] Mar 07 02:08:34.655 INFO O| Mar 07 02:08:34.655 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ohci"
94762026-03-07T02:08:36.322Z[ host-image] Mar 07 02:08:34.655 INFO O| Mar 07 02:08:34.655 INFO STEP 34 (remove_files) COMPLETE
94772026-03-07T02:08:36.322Z[ host-image] Mar 07 02:08:34.655 INFO O| Mar 07 02:08:34.655 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94782026-03-07T02:08:36.328Z[ host-image] Mar 07 02:08:34.662 INFO O| Mar 07 02:08:34.662 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
94792026-03-07T02:08:36.328Z[ host-image] Mar 07 02:08:34.663 INFO O| Mar 07 02:08:34.662 INFO STEP 35 (remove_files) COMPLETE
94802026-03-07T02:08:36.331Z[ host-image] Mar 07 02:08:34.663 INFO O| Mar 07 02:08:34.663 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94812026-03-07T02:08:36.337Z[ host-image] Mar 07 02:08:34.670 INFO O| Mar 07 02:08:34.670 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/uhci"
94822026-03-07T02:08:36.337Z[ host-image] Mar 07 02:08:34.670 INFO O| Mar 07 02:08:34.670 INFO STEP 36 (remove_files) COMPLETE
94832026-03-07T02:08:36.341Z[ host-image] Mar 07 02:08:34.670 INFO O| Mar 07 02:08:34.670 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94842026-03-07T02:08:36.344Z[ host-image] Mar 07 02:08:34.677 INFO O| Mar 07 02:08:34.677 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
94852026-03-07T02:08:36.344Z[ host-image] Mar 07 02:08:34.677 INFO O| Mar 07 02:08:34.677 INFO STEP 37 (remove_files) COMPLETE
94862026-03-07T02:08:36.344Z[ host-image] Mar 07 02:08:34.677 INFO O| Mar 07 02:08:34.677 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94872026-03-07T02:08:36.351Z[ host-image] Mar 07 02:08:34.685 INFO O| Mar 07 02:08:34.685 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_as"
94882026-03-07T02:08:36.353Z[ host-image] Mar 07 02:08:34.685 INFO O| Mar 07 02:08:34.685 INFO STEP 38 (remove_files) COMPLETE
94892026-03-07T02:08:36.353Z[ host-image] Mar 07 02:08:34.685 INFO O| Mar 07 02:08:34.685 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94902026-03-07T02:08:36.357Z[ host-image] Mar 07 02:08:34.692 INFO O| Mar 07 02:08:34.692 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
94912026-03-07T02:08:36.360Z[ host-image] Mar 07 02:08:34.692 INFO O| Mar 07 02:08:34.692 INFO STEP 39 (remove_files) COMPLETE
94922026-03-07T02:08:36.360Z[ host-image] Mar 07 02:08:34.692 INFO O| Mar 07 02:08:34.692 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94932026-03-07T02:08:36.364Z[ host-image] Mar 07 02:08:34.699 INFO O| Mar 07 02:08:34.699 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
94942026-03-07T02:08:36.364Z[ host-image] Mar 07 02:08:34.699 INFO O| Mar 07 02:08:34.699 INFO STEP 40 (remove_files) COMPLETE
94952026-03-07T02:08:36.367Z[ host-image] Mar 07 02:08:34.699 INFO O| Mar 07 02:08:34.699 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94962026-03-07T02:08:36.371Z[ host-image] Mar 07 02:08:34.706 INFO O| Mar 07 02:08:34.706 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usbprn"
94972026-03-07T02:08:36.371Z[ host-image] Mar 07 02:08:34.706 INFO O| Mar 07 02:08:34.706 INFO STEP 41 (remove_files) COMPLETE
94982026-03-07T02:08:36.374Z[ host-image] Mar 07 02:08:34.706 INFO O| Mar 07 02:08:34.706 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94992026-03-07T02:08:36.378Z[ host-image] Mar 07 02:08:34.713 INFO O| Mar 07 02:08:34.713 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/xhci"
95002026-03-07T02:08:36.381Z[ host-image] Mar 07 02:08:34.713 INFO O| Mar 07 02:08:34.713 INFO STEP 42 (remove_files) COMPLETE
95012026-03-07T02:08:36.381Z[ host-image] Mar 07 02:08:34.713 INFO O| Mar 07 02:08:34.713 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95022026-03-07T02:08:36.385Z[ host-image] Mar 07 02:08:34.720 INFO O| Mar 07 02:08:34.720 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
95032026-03-07T02:08:36.386Z[ host-image] Mar 07 02:08:34.721 INFO O| Mar 07 02:08:34.720 INFO STEP 43 (remove_files) COMPLETE
95042026-03-07T02:08:36.390Z[ host-image] Mar 07 02:08:34.721 INFO O| Mar 07 02:08:34.720 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95052026-03-07T02:08:36.393Z[ host-image] Mar 07 02:08:34.728 INFO O| Mar 07 02:08:34.728 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
95062026-03-07T02:08:36.399Z[ host-image] Mar 07 02:08:34.728 INFO O| Mar 07 02:08:34.728 INFO STEP 44 (remove_files) COMPLETE
95072026-03-07T02:08:36.399Z[ host-image] Mar 07 02:08:34.728 INFO O| Mar 07 02:08:34.728 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95082026-03-07T02:08:36.402Z[ host-image] Mar 07 02:08:34.735 INFO O| Mar 07 02:08:34.735 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
95092026-03-07T02:08:36.402Z[ host-image] Mar 07 02:08:34.735 INFO O| Mar 07 02:08:34.735 INFO STEP 45 (remove_files) COMPLETE
95102026-03-07T02:08:36.402Z[ host-image] Mar 07 02:08:34.735 INFO O| Mar 07 02:08:34.735 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95112026-03-07T02:08:36.407Z[ host-image] Mar 07 02:08:34.742 INFO O| Mar 07 02:08:34.742 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
95122026-03-07T02:08:36.407Z[ host-image] Mar 07 02:08:34.742 INFO O| Mar 07 02:08:34.742 INFO STEP 46 (remove_files) COMPLETE
95132026-03-07T02:08:36.410Z[ host-image] Mar 07 02:08:34.742 INFO O| Mar 07 02:08:34.742 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95142026-03-07T02:08:36.415Z[ host-image] Mar 07 02:08:34.750 INFO O| Mar 07 02:08:34.750 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
95152026-03-07T02:08:36.415Z[ host-image] Mar 07 02:08:34.750 INFO O| Mar 07 02:08:34.750 INFO STEP 47 (remove_files) COMPLETE
95162026-03-07T02:08:36.418Z[ host-image] Mar 07 02:08:34.750 INFO O| Mar 07 02:08:34.750 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95172026-03-07T02:08:36.422Z[ host-image] Mar 07 02:08:34.757 INFO O| Mar 07 02:08:34.757 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
95182026-03-07T02:08:36.462Z[ host-image] Mar 07 02:08:34.757 INFO O| Mar 07 02:08:34.757 INFO STEP 48 (remove_files) COMPLETE
95192026-03-07T02:08:36.462Z[ host-image] Mar 07 02:08:34.757 INFO O| Mar 07 02:08:34.757 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95202026-03-07T02:08:36.465Z[ host-image] Mar 07 02:08:34.765 INFO O| Mar 07 02:08:34.765 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mpt"
95212026-03-07T02:08:36.465Z[ host-image] Mar 07 02:08:34.765 INFO O| Mar 07 02:08:34.765 INFO STEP 49 (remove_files) COMPLETE
95222026-03-07T02:08:36.465Z[ host-image] Mar 07 02:08:34.765 INFO O| Mar 07 02:08:34.765 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95232026-03-07T02:08:36.465Z[ host-image] Mar 07 02:08:34.772 INFO O| Mar 07 02:08:34.772 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/mpt.conf"
95242026-03-07T02:08:36.465Z[ host-image] Mar 07 02:08:34.772 INFO O| Mar 07 02:08:34.772 INFO STEP 50 (remove_files) COMPLETE
95252026-03-07T02:08:36.465Z[ host-image] Mar 07 02:08:34.772 INFO O| Mar 07 02:08:34.772 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95262026-03-07T02:08:36.465Z[ host-image] Mar 07 02:08:34.779 INFO O| Mar 07 02:08:34.779 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
95272026-03-07T02:08:36.465Z[ host-image] Mar 07 02:08:34.779 INFO O| Mar 07 02:08:34.779 INFO STEP 51 (remove_files) COMPLETE
95282026-03-07T02:08:36.465Z[ host-image] Mar 07 02:08:34.779 INFO O| Mar 07 02:08:34.779 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95292026-03-07T02:08:36.465Z[ host-image] Mar 07 02:08:34.786 INFO O| Mar 07 02:08:34.786 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
95302026-03-07T02:08:36.465Z[ host-image] Mar 07 02:08:34.786 INFO O| Mar 07 02:08:34.786 INFO STEP 52 (remove_files) COMPLETE
95312026-03-07T02:08:36.466Z[ host-image] Mar 07 02:08:34.786 INFO O| Mar 07 02:08:34.786 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95322026-03-07T02:08:36.466Z[ host-image] Mar 07 02:08:34.793 INFO O| Mar 07 02:08:34.793 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/bootadm"
95332026-03-07T02:08:36.466Z[ host-image] Mar 07 02:08:34.794 INFO O| Mar 07 02:08:34.794 INFO STEP 53 (remove_files) COMPLETE
95342026-03-07T02:08:36.466Z[ host-image] Mar 07 02:08:34.794 INFO O| Mar 07 02:08:34.794 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95352026-03-07T02:08:36.469Z[ host-image] Mar 07 02:08:34.801 INFO O| Mar 07 02:08:34.800 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/bootadm"
95362026-03-07T02:08:36.469Z[ host-image] Mar 07 02:08:34.801 INFO O| Mar 07 02:08:34.801 INFO STEP 54 (remove_files) COMPLETE
95372026-03-07T02:08:36.469Z[ host-image] Mar 07 02:08:34.801 INFO O| Mar 07 02:08:34.801 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95382026-03-07T02:08:36.474Z[ host-image] Mar 07 02:08:34.808 INFO O| Mar 07 02:08:34.808 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/beadm"
95392026-03-07T02:08:36.475Z[ host-image] Mar 07 02:08:34.808 INFO O| Mar 07 02:08:34.808 INFO STEP 55 (remove_files) COMPLETE
95402026-03-07T02:08:36.477Z[ host-image] Mar 07 02:08:34.808 INFO O| Mar 07 02:08:34.808 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95412026-03-07T02:08:36.480Z[ host-image] Mar 07 02:08:34.815 INFO O| Mar 07 02:08:34.815 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/beadm"
95422026-03-07T02:08:36.480Z[ host-image] Mar 07 02:08:34.815 INFO O| Mar 07 02:08:34.815 INFO STEP 56 (remove_files) COMPLETE
95432026-03-07T02:08:36.480Z[ host-image] Mar 07 02:08:34.815 INFO O| Mar 07 02:08:34.815 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95442026-03-07T02:08:36.488Z[ host-image] Mar 07 02:08:34.823 INFO O| Mar 07 02:08:34.823 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/etc/default/tar"
95452026-03-07T02:08:36.488Z[ host-image] Mar 07 02:08:34.823 INFO O| Mar 07 02:08:34.823 INFO STEP 57 (remove_files) COMPLETE
95462026-03-07T02:08:36.491Z[ host-image] Mar 07 02:08:34.823 INFO O| Mar 07 02:08:34.823 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95472026-03-07T02:08:36.496Z[ host-image] Mar 07 02:08:34.831 INFO O| Mar 07 02:08:34.831 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
95482026-03-07T02:08:36.499Z[ host-image] Mar 07 02:08:34.831 INFO O| Mar 07 02:08:34.831 INFO writing /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap ...
95492026-03-07T02:08:36.499Z[ host-image] Mar 07 02:08:34.831 INFO O| Mar 07 02:08:34.831 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
95502026-03-07T02:08:36.499Z[ host-image] Mar 07 02:08:34.831 INFO O| Mar 07 02:08:34.831 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
95512026-03-07T02:08:36.499Z[ host-image] Mar 07 02:08:34.831 INFO O| Mar 07 02:08:34.831 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
95522026-03-07T02:08:36.499Z[ host-image] Mar 07 02:08:34.831 INFO O| Mar 07 02:08:34.831 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
95532026-03-07T02:08:36.499Z[ host-image] Mar 07 02:08:34.831 INFO O| Mar 07 02:08:34.831 INFO ok!
95542026-03-07T02:08:36.499Z[ host-image] Mar 07 02:08:34.831 INFO O| Mar 07 02:08:34.831 INFO STEP 58 (ensure_file) COMPLETE
95552026-03-07T02:08:36.499Z[ host-image] Mar 07 02:08:34.831 INFO O| Mar 07 02:08:34.831 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95562026-03-07T02:08:36.504Z[ host-image] Mar 07 02:08:34.838 INFO O| Mar 07 02:08:34.838 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
95572026-03-07T02:08:36.504Z[ host-image] Mar 07 02:08:34.839 INFO O| Mar 07 02:08:34.839 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
95582026-03-07T02:08:36.506Z[ host-image] Mar 07 02:08:34.839 INFO O| Mar 07 02:08:34.839 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
95592026-03-07T02:08:36.506Z[ host-image] Mar 07 02:08:34.839 INFO O| Mar 07 02:08:34.839 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
95602026-03-07T02:08:36.506Z[ host-image] Mar 07 02:08:34.839 INFO O| Mar 07 02:08:34.839 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
95612026-03-07T02:08:36.506Z[ host-image] Mar 07 02:08:34.839 INFO O| Mar 07 02:08:34.839 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
95622026-03-07T02:08:36.506Z[ host-image] Mar 07 02:08:34.839 INFO O| Mar 07 02:08:34.839 INFO ok!
95632026-03-07T02:08:36.506Z[ host-image] Mar 07 02:08:34.839 INFO O| Mar 07 02:08:34.839 INFO STEP 59 (ensure_file) COMPLETE
95642026-03-07T02:08:36.506Z[ host-image] Mar 07 02:08:34.839 INFO O| Mar 07 02:08:34.839 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95652026-03-07T02:08:36.511Z[ host-image] Mar 07 02:08:34.846 INFO O| Mar 07 02:08:34.846 INFO file /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile does not exist
95662026-03-07T02:08:36.511Z[ host-image] Mar 07 02:08:34.846 INFO O| Mar 07 02:08:34.846 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile ...
95672026-03-07T02:08:36.514Z[ host-image] Mar 07 02:08:34.846 INFO O| Mar 07 02:08:34.846 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile
95682026-03-07T02:08:36.514Z[ host-image] Mar 07 02:08:34.846 INFO O| Mar 07 02:08:34.846 INFO ok!
95692026-03-07T02:08:36.514Z[ host-image] Mar 07 02:08:34.846 INFO O| Mar 07 02:08:34.846 INFO STEP 60 (ensure_file) COMPLETE
95702026-03-07T02:08:36.514Z[ host-image] Mar 07 02:08:34.846 INFO O| Mar 07 02:08:34.846 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95712026-03-07T02:08:36.518Z[ host-image] Mar 07 02:08:34.853 INFO O| Mar 07 02:08:34.853 WARN file /rpool/images/build/host/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
95722026-03-07T02:08:36.521Z[ host-image] Mar 07 02:08:34.853 INFO O| Mar 07 02:08:34.853 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/sled/ramdisk/root/.bashrc ...
95732026-03-07T02:08:36.521Z[ host-image] Mar 07 02:08:34.853 INFO O| Mar 07 02:08:34.853 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bashrc
95742026-03-07T02:08:36.521Z[ host-image] Mar 07 02:08:34.853 INFO O| Mar 07 02:08:34.853 INFO ok!
95752026-03-07T02:08:36.521Z[ host-image] Mar 07 02:08:34.854 INFO O| Mar 07 02:08:34.853 INFO STEP 61 (ensure_file) COMPLETE
95762026-03-07T02:08:36.521Z[ host-image] Mar 07 02:08:34.854 INFO O| Mar 07 02:08:34.853 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95772026-03-07T02:08:36.526Z[ host-image] Mar 07 02:08:34.861 INFO O| Mar 07 02:08:34.861 WARN file /rpool/images/build/host/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
95782026-03-07T02:08:36.526Z[ host-image] Mar 07 02:08:34.861 INFO O| Mar 07 02:08:34.861 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/sled/ramdisk/etc/motd ...
95792026-03-07T02:08:36.529Z[ host-image] Mar 07 02:08:34.861 INFO O| Mar 07 02:08:34.861 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
95802026-03-07T02:08:36.529Z[ host-image] Mar 07 02:08:34.861 INFO O| Mar 07 02:08:34.861 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
95812026-03-07T02:08:36.529Z[ host-image] Mar 07 02:08:34.861 INFO O| Mar 07 02:08:34.861 INFO ok!
95822026-03-07T02:08:36.529Z[ host-image] Mar 07 02:08:34.861 INFO O| Mar 07 02:08:34.861 INFO STEP 62 (ensure_file) COMPLETE
95832026-03-07T02:08:36.529Z[ host-image] Mar 07 02:08:34.861 INFO O| Mar 07 02:08:34.861 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95842026-03-07T02:08:36.534Z[ host-image] Mar 07 02:08:34.869 INFO O| Mar 07 02:08:34.869 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
95852026-03-07T02:08:36.534Z[ host-image] Mar 07 02:08:34.869 INFO O| Mar 07 02:08:34.869 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
95862026-03-07T02:08:36.537Z[ host-image] Mar 07 02:08:34.869 INFO O| Mar 07 02:08:34.869 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
95872026-03-07T02:08:36.537Z[ host-image] Mar 07 02:08:34.869 INFO O| Mar 07 02:08:34.869 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
95882026-03-07T02:08:36.537Z[ host-image] Mar 07 02:08:34.869 INFO O| Mar 07 02:08:34.869 INFO ok!
95892026-03-07T02:08:36.537Z[ host-image] Mar 07 02:08:34.869 INFO O| Mar 07 02:08:34.869 INFO STEP 63 (ensure_file) COMPLETE
95902026-03-07T02:08:36.537Z[ host-image] Mar 07 02:08:34.869 INFO O| Mar 07 02:08:34.869 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95912026-03-07T02:08:36.541Z[ host-image] Mar 07 02:08:34.876 INFO O| Mar 07 02:08:34.876 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
95922026-03-07T02:08:36.544Z[ host-image] Mar 07 02:08:34.876 INFO O| Mar 07 02:08:34.876 INFO writing /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly ...
95932026-03-07T02:08:36.544Z[ host-image] Mar 07 02:08:34.876 INFO O| Mar 07 02:08:34.876 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly
95942026-03-07T02:08:36.544Z[ host-image] Mar 07 02:08:34.876 INFO O| Mar 07 02:08:34.876 INFO ok!
95952026-03-07T02:08:36.544Z[ host-image] Mar 07 02:08:34.876 INFO O| Mar 07 02:08:34.876 INFO STEP 64 (assemble_files) COMPLETE
95962026-03-07T02:08:36.544Z[ host-image] Mar 07 02:08:34.876 INFO O| Mar 07 02:08:34.876 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95972026-03-07T02:08:36.549Z[ host-image] Mar 07 02:08:34.884 INFO O| Mar 07 02:08:34.884 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf does not exist
95982026-03-07T02:08:36.552Z[ host-image] Mar 07 02:08:34.884 INFO O| Mar 07 02:08:34.884 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf ...
95992026-03-07T02:08:36.552Z[ host-image] Mar 07 02:08:34.884 INFO O| Mar 07 02:08:34.884 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
96002026-03-07T02:08:36.552Z[ host-image] Mar 07 02:08:34.884 INFO O| Mar 07 02:08:34.884 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
96012026-03-07T02:08:36.552Z[ host-image] Mar 07 02:08:34.884 INFO O| Mar 07 02:08:34.884 INFO ok!
96022026-03-07T02:08:36.552Z[ host-image] Mar 07 02:08:34.884 INFO O| Mar 07 02:08:34.884 INFO STEP 65 (ensure_file) COMPLETE
96032026-03-07T02:08:36.552Z[ host-image] Mar 07 02:08:34.884 INFO O| Mar 07 02:08:34.884 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96042026-03-07T02:08:36.557Z[ host-image] Mar 07 02:08:34.891 INFO O| Mar 07 02:08:34.891 INFO creating directory: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
96052026-03-07T02:08:36.560Z[ host-image] Mar 07 02:08:34.892 INFO O| Mar 07 02:08:34.892 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
96062026-03-07T02:08:36.560Z[ host-image] Mar 07 02:08:34.892 INFO O| Mar 07 02:08:34.892 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
96072026-03-07T02:08:36.560Z[ host-image] Mar 07 02:08:34.892 INFO O| Mar 07 02:08:34.892 INFO STEP 66 (ensure_dir) COMPLETE
96082026-03-07T02:08:36.560Z[ host-image] Mar 07 02:08:34.892 INFO O| Mar 07 02:08:34.892 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96092026-03-07T02:08:36.564Z[ host-image] Mar 07 02:08:34.899 INFO O| Mar 07 02:08:34.899 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
96102026-03-07T02:08:36.564Z[ host-image] Mar 07 02:08:34.899 INFO O| Mar 07 02:08:34.899 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 ...
96112026-03-07T02:08:36.571Z[ host-image] Mar 07 02:08:34.906 INFO O| Mar 07 02:08:34.906 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
96122026-03-07T02:08:36.571Z[ host-image] Mar 07 02:08:34.906 INFO O| Mar 07 02:08:34.906 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
96132026-03-07T02:08:36.575Z[ host-image] Mar 07 02:08:34.906 INFO O| Mar 07 02:08:34.906 INFO ok!
96142026-03-07T02:08:36.575Z[ host-image] Mar 07 02:08:34.906 INFO O| Mar 07 02:08:34.906 INFO STEP 67 (ensure_file) COMPLETE
96152026-03-07T02:08:36.575Z[ host-image] Mar 07 02:08:34.906 INFO O| Mar 07 02:08:34.906 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96162026-03-07T02:08:36.578Z[ host-image] Mar 07 02:08:34.913 INFO O| Mar 07 02:08:34.913 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
96172026-03-07T02:08:36.578Z[ host-image] Mar 07 02:08:34.913 INFO O| Mar 07 02:08:34.913 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 ...
96182026-03-07T02:08:36.578Z[ host-image] Mar 07 02:08:34.913 INFO O| Mar 07 02:08:34.913 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
96192026-03-07T02:08:36.579Z[ host-image] Mar 07 02:08:34.913 INFO O| Mar 07 02:08:34.913 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
96202026-03-07T02:08:36.581Z[ host-image] Mar 07 02:08:34.913 INFO O| Mar 07 02:08:34.913 INFO ok!
96212026-03-07T02:08:36.581Z[ host-image] Mar 07 02:08:34.913 INFO O| Mar 07 02:08:34.913 INFO STEP 68 (ensure_file) COMPLETE
96222026-03-07T02:08:36.581Z[ host-image] Mar 07 02:08:34.913 INFO O| Mar 07 02:08:34.913 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96232026-03-07T02:08:36.589Z[ host-image] Mar 07 02:08:34.924 INFO O| Mar 07 02:08:34.924 INFO file /rpool/images/build/host/output/sled-ramdisk.tar does not already exist, skipping removal
96242026-03-07T02:08:36.589Z[ host-image] Mar 07 02:08:34.924 INFO O| Mar 07 02:08:34.924 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/ramdisk", "."]
96252026-03-07T02:08:38.739Z[ host-image] Mar 07 02:08:37.073 INFO O| Mar 07 02:08:37.073 INFO STEP 69 (pack_tar) COMPLETE
96262026-03-07T02:08:38.739Z[ host-image] Mar 07 02:08:37.073 INFO O| Mar 07 02:08:37.073 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@trim
96272026-03-07T02:08:38.742Z[ host-image] Mar 07 02:08:37.073 INFO O| Mar 07 02:08:37.073 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@trim
96282026-03-07T02:08:39.107Z[ host-image] Mar 07 02:08:37.441 INFO O| Mar 07 02:08:37.441 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
96292026-03-07T02:08:39.196Z[ host-image] Mar 07 02:08:37.531 INFO O| Mar 07 02:08:37.531 INFO completed processing sled/ramdisk-02-trim
96302026-03-07T02:08:39.199Z[ host-image] Mar 07 02:08:37.532 INFO image builder template: zfs...
96312026-03-07T02:08:39.199Z[ host-image] Mar 07 02:08:37.532 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/.tmp9u6fI0/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
96322026-03-07T02:08:39.212Z[ host-image] Mar 07 02:08:37.546 INFO O| Mar 07 02:08:37.546 INFO skip include "stress" because feature "stress" is not enabled
96332026-03-07T02:08:39.212Z[ host-image] Mar 07 02:08:37.546 INFO O| Mar 07 02:08:37.546 INFO skip include "stress" because feature "compliance" is not enabled
96342026-03-07T02:08:39.244Z[ host-image] Mar 07 02:08:37.579 INFO O| Mar 07 02:08:37.579 INFO temporary dataset: rpool/images/build/host/tmp/sled/zfs
96352026-03-07T02:08:39.247Z[ host-image] Mar 07 02:08:37.582 INFO O| Mar 07 02:08:37.582 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/zfs
96362026-03-07T02:08:39.324Z[ host-image] Mar 07 02:08:37.658 INFO O| Mar 07 02:08:37.658 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/zfs: sync = disabled
96372026-03-07T02:08:39.393Z[ host-image] Mar 07 02:08:37.727 INFO O| Mar 07 02:08:37.727 INFO temporary directory: /rpool/images/build/host/tmp/sled/zfs
96382026-03-07T02:08:39.393Z[ host-image] Mar 07 02:08:37.727 INFO O| Mar 07 02:08:37.727 INFO work dataset: rpool/images/build/host/work/sled/zfs
96392026-03-07T02:08:39.395Z[ host-image] Mar 07 02:08:37.730 INFO O| Mar 07 02:08:37.730 INFO CREATE DATASET: rpool/images/build/host/work/sled/zfs
96402026-03-07T02:08:39.477Z[ host-image] Mar 07 02:08:37.811 INFO O| Mar 07 02:08:37.811 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/sled/zfs: sync = disabled
96412026-03-07T02:08:39.540Z[ host-image] Mar 07 02:08:37.875 INFO O| Mar 07 02:08:37.875 INFO DESTROY POOL: TEMPORARY-sled-zfs
96422026-03-07T02:08:39.548Z[ host-image] Mar 07 02:08:37.882 INFO O| Mar 07 02:08:37.882 INFO image file: /rpool/images/build/host/work/sled/zfs/lofi.raw
96432026-03-07T02:08:39.551Z[ host-image] Mar 07 02:08:37.886 INFO O| Mar 07 02:08:37.886 INFO pool altroot: /rpool/images/build/host/work/sled/zfs/altroot
96442026-03-07T02:08:39.551Z[ host-image] Mar 07 02:08:37.886 INFO O| Mar 07 02:08:37.886 INFO no lofi found
96452026-03-07T02:08:39.554Z[ host-image] Mar 07 02:08:37.886 INFO O| Mar 07 02:08:37.886 INFO file /rpool/images/build/host/work/sled/zfs/lofi.raw does not already exist, skipping removal
96462026-03-07T02:08:39.554Z[ host-image] Mar 07 02:08:37.886 INFO O| Mar 07 02:08:37.886 INFO CREATE IMAGE (1050MB): /rpool/images/build/host/work/sled/zfs/lofi.raw
96472026-03-07T02:08:41.669Z[ host-image] Mar 07 02:08:40.003 INFO O| Mar 07 02:08:40.003 INFO lofi device = /dev/dsk/c2t1d0p0
96482026-03-07T02:08:41.669Z[ host-image] Mar 07 02:08:40.003 INFO O| Mar 07 02:08:40.003 INFO pool device = /dev/dsk/c2t1d0p0
96492026-03-07T02:08:41.672Z[ host-image] Mar 07 02:08:40.003 INFO O| Mar 07 02:08:40.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"]
96502026-03-07T02:08:41.767Z[ host-image] Mar 07 02:08:40.101 INFO O| Mar 07 02:08:40.101 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
96512026-03-07T02:08:41.767Z[ host-image] Mar 07 02:08:40.101 INFO O| Mar 07 02:08:40.101 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT
96522026-03-07T02:08:41.790Z[ host-image] Mar 07 02:08:40.125 INFO O| Mar 07 02:08:40.124 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: canmount = off
96532026-03-07T02:08:41.850Z[ host-image] Mar 07 02:08:40.184 INFO O| Mar 07 02:08:40.184 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: mountpoint = legacy
96542026-03-07T02:08:41.882Z[ host-image] Mar 07 02:08:40.216 INFO O| Mar 07 02:08:40.216 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT/ramdisk
96552026-03-07T02:08:41.892Z[ host-image] Mar 07 02:08:40.226 INFO O| Mar 07 02:08:40.226 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: canmount = noauto
96562026-03-07T02:08:41.899Z[ host-image] Mar 07 02:08:40.234 INFO O| Mar 07 02:08:40.234 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: mountpoint = legacy
96572026-03-07T02:08:41.938Z[ host-image] Mar 07 02:08:40.272 INFO O| Mar 07 02:08:40.272 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a
96582026-03-07T02:08:41.941Z[ host-image] Mar 07 02:08:40.272 INFO O| Mar 07 02:08:40.272 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a
96592026-03-07T02:08:41.941Z[ host-image] Mar 07 02:08:40.272 INFO O| Mar 07 02:08:40.272 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/sled/zfs/a"]
96602026-03-07T02:08:41.948Z[ host-image] Mar 07 02:08:40.282 INFO O| Mar 07 02:08:40.282 INFO boot environment UUID: 890d1037-f84b-4efa-a443-1ab4a0acf5b8
96612026-03-07T02:08:41.951Z[ host-image] Mar 07 02:08:40.282 INFO O| Mar 07 02:08:40.282 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = 890d1037-f84b-4efa-a443-1ab4a0acf5b8
96622026-03-07T02:08:41.955Z[ host-image] Mar 07 02:08:40.289 INFO O| Mar 07 02:08:40.289 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
96632026-03-07T02:08:41.962Z[ host-image] Mar 07 02:08:40.296 INFO O| Mar 07 02:08:40.296 INFO STEP 0 (create_be) COMPLETE
96642026-03-07T02:08:41.962Z[ host-image] Mar 07 02:08:40.296 INFO O| Mar 07 02:08:40.296 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
96652026-03-07T02:08:41.973Z[ host-image] Mar 07 02:08:40.307 INFO O| Mar 07 02:08:40.307 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/zfs/a"]
96662026-03-07T02:08:59.576Z[ host-image] Mar 07 02:08:57.908 INFO O| Mar 07 02:08:57.908 INFO STEP 1 (unpack_tar) COMPLETE
96672026-03-07T02:08:59.577Z[ host-image] Mar 07 02:08:57.908 INFO O| Mar 07 02:08:57.908 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
96682026-03-07T02:08:59.585Z[ host-image] Mar 07 02:08:57.917 INFO O| Mar 07 02:08:57.917 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/sled/zfs/a"]
96692026-03-07T02:08:59.957Z[ host-image] Mar 07 02:08:58.288 INFO O| Mar 07 02:08:58.288 INFO STEP 2 (devfsadm) COMPLETE
96702026-03-07T02:08:59.957Z[ host-image] Mar 07 02:08:58.288 INFO O| Mar 07 02:08:58.288 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
96712026-03-07T02:08:59.965Z[ host-image] Mar 07 02:08:58.297 INFO O| Mar 07 02:08:58.297 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
96722026-03-07T02:08:59.968Z[ host-image] Mar 07 02:08:58.297 INFO O| Mar 07 02:08:58.297 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
96732026-03-07T02:08:59.968Z[ host-image] Mar 07 02:08:58.297 INFO O| Mar 07 02:08:58.297 INFO STEP 3 (ensure_dir) COMPLETE
96742026-03-07T02:08:59.968Z[ host-image] Mar 07 02:08:58.297 INFO O| Mar 07 02:08:58.297 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
96752026-03-07T02:08:59.974Z[ host-image] Mar 07 02:08:58.305 INFO O| Mar 07 02:08:58.305 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
96762026-03-07T02:08:59.977Z[ host-image] Mar 07 02:08:58.305 INFO O| Mar 07 02:08:58.305 INFO STEP 4 (ensure_dir) COMPLETE
96772026-03-07T02:08:59.977Z[ host-image] Mar 07 02:08:58.305 INFO O| Mar 07 02:08:58.305 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
96782026-03-07T02:08:59.981Z[ host-image] Mar 07 02:08:58.313 INFO O| Mar 07 02:08:58.313 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
96792026-03-07T02:08:59.981Z[ host-image] Mar 07 02:08:58.313 INFO O| Mar 07 02:08:58.313 INFO STEP 5 (ensure_dir) COMPLETE
96802026-03-07T02:08:59.984Z[ host-image] Mar 07 02:08:58.313 INFO O| Mar 07 02:08:58.313 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
96812026-03-07T02:08:59.990Z[ host-image] Mar 07 02:08:58.321 INFO O| Mar 07 02:08:58.321 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
96822026-03-07T02:08:59.990Z[ host-image] Mar 07 02:08:58.321 INFO O| Mar 07 02:08:58.321 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
96832026-03-07T02:08:59.993Z[ host-image] Mar 07 02:08:58.321 INFO O| Mar 07 02:08:58.321 INFO STEP 6 (ensure_dir) COMPLETE
96842026-03-07T02:08:59.993Z[ host-image] Mar 07 02:08:58.321 INFO O| Mar 07 02:08:58.321 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
96852026-03-07T02:08:59.997Z[ host-image] Mar 07 02:08:58.329 INFO O| Mar 07 02:08:58.329 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
96862026-03-07T02:09:00.001Z[ host-image] Mar 07 02:08:58.329 INFO O| Mar 07 02:08:58.329 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
96872026-03-07T02:09:00.001Z[ host-image] Mar 07 02:08:58.329 INFO O| Mar 07 02:08:58.329 INFO STEP 7 (ensure_dir) COMPLETE
96882026-03-07T02:09:00.001Z[ host-image] Mar 07 02:08:58.329 INFO O| Mar 07 02:08:58.329 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
96892026-03-07T02:09:00.007Z[ host-image] Mar 07 02:08:58.337 INFO O| Mar 07 02:08:58.337 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/cfg"
96902026-03-07T02:09:00.010Z[ host-image] Mar 07 02:08:58.337 INFO O| Mar 07 02:08:58.337 INFO STEP 8 (remove_files) COMPLETE
96912026-03-07T02:09:00.010Z[ host-image] Mar 07 02:08:58.337 INFO O| Mar 07 02:08:58.337 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
96922026-03-07T02:09:00.014Z[ host-image] Mar 07 02:08:58.345 INFO O| Mar 07 02:08:58.345 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/dsk"
96932026-03-07T02:09:00.019Z[ host-image] Mar 07 02:08:58.346 INFO O| Mar 07 02:08:58.346 INFO STEP 9 (remove_files) COMPLETE
96942026-03-07T02:09:00.019Z[ host-image] Mar 07 02:08:58.346 INFO O| Mar 07 02:08:58.346 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
96952026-03-07T02:09:00.022Z[ host-image] Mar 07 02:08:58.354 INFO O| Mar 07 02:08:58.354 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/rdsk"
96962026-03-07T02:09:00.025Z[ host-image] Mar 07 02:08:58.355 INFO O| Mar 07 02:08:58.355 INFO STEP 10 (remove_files) COMPLETE
96972026-03-07T02:09:00.025Z[ host-image] Mar 07 02:08:58.355 INFO O| Mar 07 02:08:58.355 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
96982026-03-07T02:09:00.031Z[ host-image] Mar 07 02:08:58.363 INFO O| Mar 07 02:08:58.363 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/sensors"
96992026-03-07T02:09:00.031Z[ host-image] Mar 07 02:08:58.363 INFO O| Mar 07 02:08:58.363 INFO STEP 11 (remove_files) COMPLETE
97002026-03-07T02:09:00.031Z[ host-image] Mar 07 02:08:58.363 INFO O| Mar 07 02:08:58.363 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97012026-03-07T02:09:00.039Z[ host-image] Mar 07 02:08:58.371 INFO O| Mar 07 02:08:58.371 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/usb"
97022026-03-07T02:09:00.074Z[ host-image] Mar 07 02:08:58.371 INFO O| Mar 07 02:08:58.371 INFO STEP 12 (remove_files) COMPLETE
97032026-03-07T02:09:00.075Z[ host-image] Mar 07 02:08:58.371 INFO O| Mar 07 02:08:58.371 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97042026-03-07T02:09:00.075Z[ host-image] Mar 07 02:08:58.378 INFO O| Mar 07 02:08:58.378 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
97052026-03-07T02:09:00.075Z[ host-image] Mar 07 02:08:58.378 INFO O| Mar 07 02:08:58.378 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
97062026-03-07T02:09:00.075Z[ host-image] Mar 07 02:08:58.378 INFO O| Mar 07 02:08:58.378 INFO STEP 13 (ensure_dir) COMPLETE
97072026-03-07T02:09:00.075Z[ host-image] Mar 07 02:08:58.378 INFO O| Mar 07 02:08:58.378 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97082026-03-07T02:09:00.075Z[ host-image] Mar 07 02:08:58.386 INFO O| Mar 07 02:08:58.386 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
97092026-03-07T02:09:00.075Z[ host-image] Mar 07 02:08:58.386 INFO O| Mar 07 02:08:58.386 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
97102026-03-07T02:09:00.075Z[ host-image] Mar 07 02:08:58.386 INFO O| Mar 07 02:08:58.386 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
97112026-03-07T02:09:00.075Z[ host-image] Mar 07 02:08:58.386 INFO O| Mar 07 02:08:58.386 INFO STEP 14 (ensure_dir) COMPLETE
97122026-03-07T02:09:00.075Z[ host-image] Mar 07 02:08:58.386 INFO O| Mar 07 02:08:58.386 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97132026-03-07T02:09:00.075Z[ host-image] Mar 07 02:08:58.394 INFO O| Mar 07 02:08:58.394 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
97142026-03-07T02:09:00.075Z[ host-image] Mar 07 02:08:58.394 INFO O| Mar 07 02:08:58.394 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
97152026-03-07T02:09:00.075Z[ host-image] Mar 07 02:08:58.394 INFO O| Mar 07 02:08:58.394 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
97162026-03-07T02:09:00.075Z[ host-image] Mar 07 02:08:58.394 INFO O| Mar 07 02:08:58.394 INFO STEP 15 (ensure_dir) COMPLETE
97172026-03-07T02:09:00.075Z[ host-image] Mar 07 02:08:58.394 INFO O| Mar 07 02:08:58.394 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97182026-03-07T02:09:00.075Z[ host-image] Mar 07 02:08:58.402 INFO O| Mar 07 02:08:58.402 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
97192026-03-07T02:09:00.075Z[ host-image] Mar 07 02:08:58.402 INFO O| Mar 07 02:08:58.402 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
97202026-03-07T02:09:00.075Z[ host-image] Mar 07 02:08:58.402 INFO O| Mar 07 02:08:58.402 INFO STEP 16 (ensure_dir) COMPLETE
97212026-03-07T02:09:00.075Z[ host-image] Mar 07 02:08:58.402 INFO O| Mar 07 02:08:58.402 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97222026-03-07T02:09:00.079Z[ host-image] Mar 07 02:08:58.410 INFO O| Mar 07 02:08:58.410 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
97232026-03-07T02:09:00.079Z[ host-image] Mar 07 02:08:58.410 INFO O| Mar 07 02:08:58.410 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
97242026-03-07T02:09:00.079Z[ host-image] Mar 07 02:08:58.410 INFO O| Mar 07 02:08:58.410 INFO STEP 17 (ensure_dir) COMPLETE
97252026-03-07T02:09:00.079Z[ host-image] Mar 07 02:08:58.410 INFO O| Mar 07 02:08:58.410 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97262026-03-07T02:09:00.087Z[ host-image] Mar 07 02:08:58.418 INFO O| Mar 07 02:08:58.418 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
97272026-03-07T02:09:00.087Z[ host-image] Mar 07 02:08:58.419 INFO O| Mar 07 02:08:58.418 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/msglog
97282026-03-07T02:09:00.090Z[ host-image] Mar 07 02:08:58.419 INFO O| Mar 07 02:08:58.418 INFO ok!
97292026-03-07T02:09:00.090Z[ host-image] Mar 07 02:08:58.419 INFO O| Mar 07 02:08:58.419 INFO STEP 18 (ensure_symlink) COMPLETE
97302026-03-07T02:09:00.090Z[ host-image] Mar 07 02:08:58.419 INFO O| Mar 07 02:08:58.419 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97312026-03-07T02:09:00.096Z[ host-image] Mar 07 02:08:58.427 INFO O| Mar 07 02:08:58.427 INFO file /rpool/images/build/host/work/sled/zfs/a/reconfigure exists, with correct contents
97322026-03-07T02:09:00.096Z[ host-image] Mar 07 02:08:58.427 INFO O| Mar 07 02:08:58.427 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/reconfigure
97332026-03-07T02:09:00.099Z[ host-image] Mar 07 02:08:58.427 INFO O| Mar 07 02:08:58.427 INFO ok!
97342026-03-07T02:09:00.099Z[ host-image] Mar 07 02:08:58.427 INFO O| Mar 07 02:08:58.427 INFO STEP 19 (ensure_file) COMPLETE
97352026-03-07T02:09:00.099Z[ host-image] Mar 07 02:08:58.427 INFO O| Mar 07 02:08:58.427 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
97362026-03-07T02:09:00.103Z[ host-image] Mar 07 02:08:58.435 INFO O| Mar 07 02:08:58.435 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml does not exist
97372026-03-07T02:09:00.103Z[ host-image] Mar 07 02:08:58.435 INFO O| Mar 07 02:08:58.435 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
97382026-03-07T02:09:00.106Z[ host-image] Mar 07 02:08:58.435 INFO O| Mar 07 02:08:58.435 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml
97392026-03-07T02:09:00.106Z[ host-image] Mar 07 02:08:58.435 INFO O| Mar 07 02:08:58.435 INFO ok!
97402026-03-07T02:09:00.106Z[ host-image] Mar 07 02:08:58.435 INFO O| Mar 07 02:08:58.435 INFO STEP 20 (ensure_symlink) COMPLETE
97412026-03-07T02:09:00.106Z[ host-image] Mar 07 02:08:58.435 INFO O| Mar 07 02:08:58.435 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
97422026-03-07T02:09:00.112Z[ host-image] Mar 07 02:08:58.443 INFO O| Mar 07 02:08:58.443 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml does not exist
97432026-03-07T02:09:00.112Z[ host-image] Mar 07 02:08:58.443 INFO O| Mar 07 02:08:58.443 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
97442026-03-07T02:09:00.114Z[ host-image] Mar 07 02:08:58.443 INFO O| Mar 07 02:08:58.443 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml
97452026-03-07T02:09:00.114Z[ host-image] Mar 07 02:08:58.443 INFO O| Mar 07 02:08:58.443 INFO ok!
97462026-03-07T02:09:00.114Z[ host-image] Mar 07 02:08:58.443 INFO O| Mar 07 02:08:58.443 INFO STEP 21 (ensure_symlink) COMPLETE
97472026-03-07T02:09:00.114Z[ host-image] Mar 07 02:08:58.443 INFO O| Mar 07 02:08:58.443 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
97482026-03-07T02:09:00.119Z[ host-image] Mar 07 02:08:58.451 INFO O| Mar 07 02:08:58.451 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml does not exist
97492026-03-07T02:09:00.119Z[ host-image] Mar 07 02:08:58.451 INFO O| Mar 07 02:08:58.451 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
97502026-03-07T02:09:00.122Z[ host-image] Mar 07 02:08:58.451 INFO O| Mar 07 02:08:58.451 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml
97512026-03-07T02:09:00.122Z[ host-image] Mar 07 02:08:58.451 INFO O| Mar 07 02:08:58.451 INFO ok!
97522026-03-07T02:09:00.122Z[ host-image] Mar 07 02:08:58.451 INFO O| Mar 07 02:08:58.451 INFO STEP 22 (ensure_symlink) COMPLETE
97532026-03-07T02:09:00.122Z[ host-image] Mar 07 02:08:58.451 INFO O| Mar 07 02:08:58.451 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
97542026-03-07T02:09:00.127Z[ host-image] Mar 07 02:08:58.459 INFO O| Mar 07 02:08:58.459 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml does not exist
97552026-03-07T02:09:00.128Z[ host-image] Mar 07 02:08:58.459 INFO O| Mar 07 02:08:58.459 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
97562026-03-07T02:09:00.132Z[ host-image] Mar 07 02:08:58.459 INFO O| Mar 07 02:08:58.459 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml
97572026-03-07T02:09:00.132Z[ host-image] Mar 07 02:08:58.459 INFO O| Mar 07 02:08:58.459 INFO ok!
97582026-03-07T02:09:00.132Z[ host-image] Mar 07 02:08:58.459 INFO O| Mar 07 02:08:58.459 INFO STEP 23 (ensure_symlink) COMPLETE
97592026-03-07T02:09:00.132Z[ host-image] Mar 07 02:08:58.459 INFO O| Mar 07 02:08:58.459 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
97602026-03-07T02:09:00.138Z[ host-image] Mar 07 02:08:58.467 INFO O| Mar 07 02:08:58.467 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
97612026-03-07T02:09:00.141Z[ host-image] Mar 07 02:08:58.467 INFO O| Mar 07 02:08:58.467 INFO copying /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf ...
97622026-03-07T02:09:00.141Z[ host-image] Mar 07 02:08:58.467 INFO O| Mar 07 02:08:58.467 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf
97632026-03-07T02:09:00.141Z[ host-image] Mar 07 02:08:58.467 INFO O| Mar 07 02:08:58.467 INFO ok!
97642026-03-07T02:09:00.141Z[ host-image] Mar 07 02:08:58.467 INFO O| Mar 07 02:08:58.467 INFO STEP 24 (ensure_file) COMPLETE
97652026-03-07T02:09:00.141Z[ host-image] Mar 07 02:08:58.467 INFO O| Mar 07 02:08:58.467 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
97662026-03-07T02:09:00.144Z[ host-image] Mar 07 02:08:58.475 INFO O| Mar 07 02:08:58.475 INFO updating shadow file
97672026-03-07T02:09:00.144Z[ host-image] Mar 07 02:08:58.475 INFO O| Mar 07 02:08:58.475 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
97682026-03-07T02:09:00.144Z[ host-image] Mar 07 02:08:58.475 INFO O| Mar 07 02:08:58.475 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
97692026-03-07T02:09:00.144Z[ host-image] Mar 07 02:08:58.475 INFO O| Mar 07 02:08:58.475 INFO STEP 25 (shadow) COMPLETE
97702026-03-07T02:09:00.144Z[ host-image] Mar 07 02:08:58.475 INFO O| Mar 07 02:08:58.475 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
97712026-03-07T02:09:00.151Z[ host-image] Mar 07 02:08:58.483 INFO O| Mar 07 02:08:58.483 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
97722026-03-07T02:09:00.151Z[ host-image] Mar 07 02:08:58.483 INFO O| Mar 07 02:08:58.483 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts ...
97732026-03-07T02:09:00.156Z[ host-image] Mar 07 02:08:58.483 INFO O| Mar 07 02:08:58.483 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts
97742026-03-07T02:09:00.156Z[ host-image] Mar 07 02:08:58.483 INFO O| Mar 07 02:08:58.483 INFO ok!
97752026-03-07T02:09:00.156Z[ host-image] Mar 07 02:08:58.483 INFO O| Mar 07 02:08:58.483 INFO STEP 26 (ensure_file) COMPLETE
97762026-03-07T02:09:00.156Z[ host-image] Mar 07 02:08:58.483 INFO O| Mar 07 02:08:58.483 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
97772026-03-07T02:09:00.159Z[ host-image] Mar 07 02:08:58.491 INFO O| Mar 07 02:08:58.491 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/nodename does not exist
97782026-03-07T02:09:00.159Z[ host-image] Mar 07 02:08:58.491 INFO O| Mar 07 02:08:58.491 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/nodename ...
97792026-03-07T02:09:00.163Z[ host-image] Mar 07 02:08:58.491 INFO O| Mar 07 02:08:58.491 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nodename
97802026-03-07T02:09:00.163Z[ host-image] Mar 07 02:08:58.491 INFO O| Mar 07 02:08:58.491 INFO ok!
97812026-03-07T02:09:00.163Z[ host-image] Mar 07 02:08:58.491 INFO O| Mar 07 02:08:58.491 INFO STEP 27 (ensure_file) COMPLETE
97822026-03-07T02:09:00.163Z[ host-image] Mar 07 02:08:58.491 INFO O| Mar 07 02:08:58.491 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
97832026-03-07T02:09:00.168Z[ host-image] Mar 07 02:08:58.499 INFO O| Mar 07 02:08:58.499 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
97842026-03-07T02:09:00.171Z[ host-image] Mar 07 02:08:58.499 INFO O| Mar 07 02:08:58.499 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent ...
97852026-03-07T02:09:00.171Z[ host-image] Mar 07 02:08:58.499 INFO O| Mar 07 02:08:58.499 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
97862026-03-07T02:09:00.171Z[ host-image] Mar 07 02:08:58.499 INFO O| Mar 07 02:08:58.499 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
97872026-03-07T02:09:00.171Z[ host-image] Mar 07 02:08:58.499 INFO O| Mar 07 02:08:58.499 INFO ok!
97882026-03-07T02:09:00.171Z[ host-image] Mar 07 02:08:58.499 INFO O| Mar 07 02:08:58.499 INFO STEP 28 (ensure_file) COMPLETE
97892026-03-07T02:09:00.171Z[ host-image] Mar 07 02:08:58.499 INFO O| Mar 07 02:08:58.499 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
97902026-03-07T02:09:00.176Z[ host-image] Mar 07 02:08:58.507 INFO O| Mar 07 02:08:58.507 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf does not exist
97912026-03-07T02:09:00.176Z[ host-image] Mar 07 02:08:58.507 INFO O| Mar 07 02:08:58.507 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf ...
97922026-03-07T02:09:00.180Z[ host-image] Mar 07 02:08:58.507 INFO O| Mar 07 02:08:58.507 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf
97932026-03-07T02:09:00.180Z[ host-image] Mar 07 02:08:58.507 INFO O| Mar 07 02:08:58.507 INFO ok!
97942026-03-07T02:09:00.180Z[ host-image] Mar 07 02:08:58.507 INFO O| Mar 07 02:08:58.507 INFO STEP 29 (ensure_file) COMPLETE
97952026-03-07T02:09:00.180Z[ host-image] Mar 07 02:08:58.507 INFO O| Mar 07 02:08:58.507 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
97962026-03-07T02:09:00.184Z[ host-image] Mar 07 02:08:58.515 INFO O| Mar 07 02:08:58.515 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
97972026-03-07T02:09:00.186Z[ host-image] Mar 07 02:08:58.515 INFO O| Mar 07 02:08:58.515 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
97982026-03-07T02:09:00.186Z[ host-image] Mar 07 02:08:58.515 INFO O| Mar 07 02:08:58.515 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
97992026-03-07T02:09:00.186Z[ host-image] Mar 07 02:08:58.515 INFO O| Mar 07 02:08:58.515 INFO STEP 30 (ensure_dir) COMPLETE
98002026-03-07T02:09:00.186Z[ host-image] Mar 07 02:08:58.515 INFO O| Mar 07 02:08:58.515 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98012026-03-07T02:09:00.192Z[ host-image] Mar 07 02:08:58.523 INFO O| Mar 07 02:08:58.523 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup does not exist
98022026-03-07T02:09:00.192Z[ host-image] Mar 07 02:08:58.523 INFO O| Mar 07 02:08:58.523 INFO copying /work/oxidecomputer/helios/image/templates/files/net-setup.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup ...
98032026-03-07T02:09:00.195Z[ host-image] Mar 07 02:08:58.523 INFO O| Mar 07 02:08:58.523 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
98042026-03-07T02:09:00.195Z[ host-image] Mar 07 02:08:58.523 INFO O| Mar 07 02:08:58.523 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
98052026-03-07T02:09:00.195Z[ host-image] Mar 07 02:08:58.523 INFO O| Mar 07 02:08:58.523 INFO ok!
98062026-03-07T02:09:00.195Z[ host-image] Mar 07 02:08:58.523 INFO O| Mar 07 02:08:58.523 INFO STEP 31 (ensure_file) COMPLETE
98072026-03-07T02:09:00.195Z[ host-image] Mar 07 02:08:58.523 INFO O| Mar 07 02:08:58.523 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
98082026-03-07T02:09:00.200Z[ host-image] Mar 07 02:08:58.532 INFO O| Mar 07 02:08:58.532 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
98092026-03-07T02:09:00.203Z[ host-image] Mar 07 02:08:58.532 INFO O| Mar 07 02:08:58.532 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
98102026-03-07T02:09:00.203Z[ host-image] Mar 07 02:08:58.532 INFO O| Mar 07 02:08:58.532 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
98112026-03-07T02:09:00.203Z[ host-image] Mar 07 02:08:58.532 INFO O| Mar 07 02:08:58.532 INFO STEP 32 (ensure_dir) COMPLETE
98122026-03-07T02:09:00.203Z[ host-image] Mar 07 02:08:58.532 INFO O| Mar 07 02:08:58.532 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98132026-03-07T02:09:00.208Z[ host-image] Mar 07 02:08:58.539 INFO O| Mar 07 02:08:58.539 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml does not exist
98142026-03-07T02:09:00.211Z[ host-image] Mar 07 02:08:58.539 INFO O| Mar 07 02:08:58.539 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 ...
98152026-03-07T02:09:00.211Z[ host-image] Mar 07 02:08:58.539 INFO O| Mar 07 02:08:58.539 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
98162026-03-07T02:09:00.211Z[ host-image] Mar 07 02:08:58.539 INFO O| Mar 07 02:08:58.539 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml
98172026-03-07T02:09:00.211Z[ host-image] Mar 07 02:08:58.539 INFO O| Mar 07 02:08:58.539 INFO ok!
98182026-03-07T02:09:00.211Z[ host-image] Mar 07 02:08:58.539 INFO O| Mar 07 02:08:58.539 INFO STEP 33 (ensure_file) COMPLETE
98192026-03-07T02:09:00.211Z[ host-image] Mar 07 02:08:58.540 INFO O| Mar 07 02:08:58.539 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
98202026-03-07T02:09:00.216Z[ host-image] Mar 07 02:08:58.547 INFO O| Mar 07 02:08:58.547 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/auto_master does not exist
98212026-03-07T02:09:00.216Z[ host-image] Mar 07 02:08:58.547 INFO O| Mar 07 02:08:58.547 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/sled/zfs/a/etc/auto_master ...
98222026-03-07T02:09:00.218Z[ host-image] Mar 07 02:08:58.547 INFO O| Mar 07 02:08:58.547 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/auto_master
98232026-03-07T02:09:00.218Z[ host-image] Mar 07 02:08:58.547 INFO O| Mar 07 02:08:58.547 INFO ok!
98242026-03-07T02:09:00.218Z[ host-image] Mar 07 02:08:58.547 INFO O| Mar 07 02:08:58.547 INFO STEP 34 (ensure_file) COMPLETE
98252026-03-07T02:09:00.219Z[ host-image] Mar 07 02:08:58.547 INFO O| Mar 07 02:08:58.547 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
98262026-03-07T02:09:00.224Z[ host-image] Mar 07 02:08:58.555 INFO O| Mar 07 02:08:58.555 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
98272026-03-07T02:09:00.226Z[ host-image] Mar 07 02:08:58.555 INFO O| Mar 07 02:08:58.555 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs ...
98282026-03-07T02:09:00.226Z[ host-image] Mar 07 02:08:58.555 INFO O| Mar 07 02:08:58.555 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
98292026-03-07T02:09:00.226Z[ host-image] Mar 07 02:08:58.555 INFO O| Mar 07 02:08:58.555 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
98302026-03-07T02:09:00.226Z[ host-image] Mar 07 02:08:58.555 INFO O| Mar 07 02:08:58.555 INFO ok!
98312026-03-07T02:09:00.227Z[ host-image] Mar 07 02:08:58.555 INFO O| Mar 07 02:08:58.555 INFO STEP 35 (ensure_file) COMPLETE
98322026-03-07T02:09:00.227Z[ host-image] Mar 07 02:08:58.555 INFO O| Mar 07 02:08:58.555 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
98332026-03-07T02:09:00.232Z[ host-image] Mar 07 02:08:58.563 INFO O| Mar 07 02:08:58.563 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/init exists, with wrong contents, unlinking
98342026-03-07T02:09:00.232Z[ host-image] Mar 07 02:08:58.563 INFO O| Mar 07 02:08:58.563 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/sled/zfs/a/etc/default/init ...
98352026-03-07T02:09:00.232Z[ host-image] Mar 07 02:08:58.563 INFO O| Mar 07 02:08:58.563 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/init
98362026-03-07T02:09:00.235Z[ host-image] Mar 07 02:08:58.563 INFO O| Mar 07 02:08:58.563 INFO ok!
98372026-03-07T02:09:00.235Z[ host-image] Mar 07 02:08:58.563 INFO O| Mar 07 02:08:58.563 INFO STEP 36 (ensure_file) COMPLETE
98382026-03-07T02:09:00.235Z[ host-image] Mar 07 02:08:58.563 INFO O| Mar 07 02:08:58.563 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
98392026-03-07T02:09:00.239Z[ host-image] Mar 07 02:08:58.570 INFO O| Mar 07 02:08:58.570 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
98402026-03-07T02:09:00.239Z[ host-image] Mar 07 02:08:58.571 INFO O| Mar 07 02:08:58.570 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config ...
98412026-03-07T02:09:00.243Z[ host-image] Mar 07 02:08:58.571 INFO O| Mar 07 02:08:58.571 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config
98422026-03-07T02:09:00.243Z[ host-image] Mar 07 02:08:58.571 INFO O| Mar 07 02:08:58.571 INFO ok!
98432026-03-07T02:09:00.243Z[ host-image] Mar 07 02:08:58.571 INFO O| Mar 07 02:08:58.571 INFO STEP 37 (ensure_file) COMPLETE
98442026-03-07T02:09:00.243Z[ host-image] Mar 07 02:08:58.571 INFO O| Mar 07 02:08:58.571 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
98452026-03-07T02:09:00.247Z[ host-image] Mar 07 02:08:58.578 INFO O| Mar 07 02:08:58.578 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams does not exist
98462026-03-07T02:09:00.247Z[ host-image] Mar 07 02:08:58.578 INFO O| Mar 07 02:08:58.578 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams ...
98472026-03-07T02:09:00.250Z[ host-image] Mar 07 02:08:58.578 INFO O| Mar 07 02:08:58.578 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
98482026-03-07T02:09:00.250Z[ host-image] Mar 07 02:08:58.578 INFO O| Mar 07 02:08:58.578 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
98492026-03-07T02:09:00.250Z[ host-image] Mar 07 02:08:58.579 INFO O| Mar 07 02:08:58.578 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
98502026-03-07T02:09:00.250Z[ host-image] Mar 07 02:08:58.579 INFO O| Mar 07 02:08:58.579 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
98512026-03-07T02:09:00.250Z[ host-image] Mar 07 02:08:58.579 INFO O| Mar 07 02:08:58.579 INFO ok!
98522026-03-07T02:09:00.250Z[ host-image] Mar 07 02:08:58.579 INFO O| Mar 07 02:08:58.579 INFO STEP 38 (ensure_file) COMPLETE
98532026-03-07T02:09:00.250Z[ host-image] Mar 07 02:08:58.579 INFO O| Mar 07 02:08:58.579 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
98542026-03-07T02:09:00.255Z[ host-image] Mar 07 02:08:58.587 INFO O| Mar 07 02:08:58.587 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
98552026-03-07T02:09:00.258Z[ host-image] Mar 07 02:08:58.587 INFO O| Mar 07 02:08:58.587 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
98562026-03-07T02:09:00.258Z[ host-image] Mar 07 02:08:58.587 INFO O| Mar 07 02:08:58.587 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
98572026-03-07T02:09:00.258Z[ host-image] Mar 07 02:08:58.587 INFO O| Mar 07 02:08:58.587 INFO STEP 39 (ensure_dir) COMPLETE
98582026-03-07T02:09:00.258Z[ host-image] Mar 07 02:08:58.587 INFO O| Mar 07 02:08:58.587 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
98592026-03-07T02:09:00.263Z[ host-image] Mar 07 02:08:58.594 INFO O| Mar 07 02:08:58.594 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
98602026-03-07T02:09:00.263Z[ host-image] Mar 07 02:08:58.594 INFO O| Mar 07 02:08:58.594 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 ...
98612026-03-07T02:09:00.266Z[ host-image] Mar 07 02:08:58.594 INFO O| Mar 07 02:08:58.594 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
98622026-03-07T02:09:00.266Z[ host-image] Mar 07 02:08:58.595 INFO O| Mar 07 02:08:58.594 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
98632026-03-07T02:09:00.266Z[ host-image] Mar 07 02:08:58.595 INFO O| Mar 07 02:08:58.594 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
98642026-03-07T02:09:00.266Z[ host-image] Mar 07 02:08:58.595 INFO O| Mar 07 02:08:58.595 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
98652026-03-07T02:09:00.266Z[ host-image] Mar 07 02:08:58.595 INFO O| Mar 07 02:08:58.595 INFO ok!
98662026-03-07T02:09:00.266Z[ host-image] Mar 07 02:08:58.595 INFO O| Mar 07 02:08:58.595 INFO STEP 40 (ensure_file) COMPLETE
98672026-03-07T02:09:00.266Z[ host-image] Mar 07 02:08:58.595 INFO O| Mar 07 02:08:58.595 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
98682026-03-07T02:09:00.271Z[ host-image] Mar 07 02:08:58.602 INFO O| Mar 07 02:08:58.602 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
98692026-03-07T02:09:00.271Z[ host-image] Mar 07 02:08:58.602 INFO O| Mar 07 02:08:58.602 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 ...
98702026-03-07T02:09:00.274Z[ host-image] Mar 07 02:08:58.602 INFO O| Mar 07 02:08:58.602 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
98712026-03-07T02:09:00.274Z[ host-image] Mar 07 02:08:58.602 INFO O| Mar 07 02:08:58.602 INFO ok!
98722026-03-07T02:09:00.274Z[ host-image] Mar 07 02:08:58.602 INFO O| Mar 07 02:08:58.602 INFO STEP 41 (ensure_symlink) COMPLETE
98732026-03-07T02:09:00.274Z[ host-image] Mar 07 02:08:58.602 INFO O| Mar 07 02:08:58.602 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
98742026-03-07T02:09:00.278Z[ host-image] Mar 07 02:08:58.610 INFO O| Mar 07 02:08:58.610 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo does not exist
98752026-03-07T02:09:00.278Z[ host-image] Mar 07 02:08:58.610 INFO O| Mar 07 02:08:58.610 INFO linking /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
98762026-03-07T02:09:00.281Z[ host-image] Mar 07 02:08:58.610 INFO O| Mar 07 02:08:58.610 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo
98772026-03-07T02:09:00.281Z[ host-image] Mar 07 02:08:58.610 INFO O| Mar 07 02:08:58.610 INFO ok!
98782026-03-07T02:09:00.281Z[ host-image] Mar 07 02:08:58.610 INFO O| Mar 07 02:08:58.610 INFO STEP 42 (ensure_symlink) COMPLETE
98792026-03-07T02:09:00.281Z[ host-image] Mar 07 02:08:58.610 INFO O| Mar 07 02:08:58.610 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
98802026-03-07T02:09:00.286Z[ host-image] Mar 07 02:08:58.618 INFO O| Mar 07 02:08:58.618 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot does not exist
98812026-03-07T02:09:00.286Z[ host-image] Mar 07 02:08:58.618 INFO O| Mar 07 02:08:58.618 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-postboot.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot ...
98822026-03-07T02:09:00.289Z[ host-image] Mar 07 02:08:58.618 INFO O| Mar 07 02:08:58.618 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
98832026-03-07T02:09:00.289Z[ host-image] Mar 07 02:08:58.619 INFO O| Mar 07 02:08:58.618 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
98842026-03-07T02:09:00.289Z[ host-image] Mar 07 02:08:58.619 INFO O| Mar 07 02:08:58.619 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
98852026-03-07T02:09:00.289Z[ host-image] Mar 07 02:08:58.619 INFO O| Mar 07 02:08:58.619 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
98862026-03-07T02:09:00.289Z[ host-image] Mar 07 02:08:58.619 INFO O| Mar 07 02:08:58.619 INFO ok!
98872026-03-07T02:09:00.289Z[ host-image] Mar 07 02:08:58.619 INFO O| Mar 07 02:08:58.619 INFO STEP 43 (ensure_file) COMPLETE
98882026-03-07T02:09:00.289Z[ host-image] Mar 07 02:08:58.619 INFO O| Mar 07 02:08:58.619 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
98892026-03-07T02:09:00.296Z[ host-image] Mar 07 02:08:58.627 INFO O| Mar 07 02:08:58.627 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
98902026-03-07T02:09:00.296Z[ host-image] Mar 07 02:08:58.627 INFO O| Mar 07 02:08:58.627 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 ...
98912026-03-07T02:09:00.299Z[ host-image] Mar 07 02:08:58.628 INFO O| Mar 07 02:08:58.628 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
98922026-03-07T02:09:00.299Z[ host-image] Mar 07 02:08:58.628 INFO O| Mar 07 02:08:58.628 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml
98932026-03-07T02:09:00.299Z[ host-image] Mar 07 02:08:58.628 INFO O| Mar 07 02:08:58.628 INFO ok!
98942026-03-07T02:09:00.299Z[ host-image] Mar 07 02:08:58.628 INFO O| Mar 07 02:08:58.628 INFO STEP 44 (ensure_file) COMPLETE
98952026-03-07T02:09:00.299Z[ host-image] Mar 07 02:08:58.628 INFO O| Mar 07 02:08:58.628 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
98962026-03-07T02:09:00.303Z[ host-image] Mar 07 02:08:58.635 INFO O| Mar 07 02:08:58.635 INFO file /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml does not exist
98972026-03-07T02:09:00.303Z[ host-image] Mar 07 02:08:58.635 INFO O| Mar 07 02:08:58.635 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml ...
98982026-03-07T02:09:00.306Z[ host-image] Mar 07 02:08:58.635 INFO O| Mar 07 02:08:58.635 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml
98992026-03-07T02:09:00.306Z[ host-image] Mar 07 02:08:58.635 INFO O| Mar 07 02:08:58.635 INFO ok!
99002026-03-07T02:09:00.306Z[ host-image] Mar 07 02:08:58.635 INFO O| Mar 07 02:08:58.635 INFO STEP 45 (ensure_file) COMPLETE
99012026-03-07T02:09:00.306Z[ host-image] Mar 07 02:08:58.635 INFO O| Mar 07 02:08:58.635 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
99022026-03-07T02:09:00.311Z[ host-image] Mar 07 02:08:58.642 INFO O| Mar 07 02:08:58.642 INFO updating shadow file
99032026-03-07T02:09:00.314Z[ host-image] Mar 07 02:08:58.643 INFO O| Mar 07 02:08:58.642 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
99042026-03-07T02:09:00.314Z[ host-image] Mar 07 02:08:58.643 INFO O| Mar 07 02:08:58.643 INFO STEP 46 (shadow) COMPLETE
99052026-03-07T02:09:00.314Z[ host-image] Mar 07 02:08:58.643 INFO O| Mar 07 02:08:58.643 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
99062026-03-07T02:09:00.319Z[ host-image] Mar 07 02:08:58.651 INFO O| Mar 07 02:08:58.651 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/login exists, with wrong contents, unlinking
99072026-03-07T02:09:00.319Z[ host-image] Mar 07 02:08:58.651 INFO O| Mar 07 02:08:58.651 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/sled/zfs/a/etc/default/login ...
99082026-03-07T02:09:00.322Z[ host-image] Mar 07 02:08:58.651 INFO O| Mar 07 02:08:58.651 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
99092026-03-07T02:09:00.322Z[ host-image] Mar 07 02:08:58.651 INFO O| Mar 07 02:08:58.651 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
99102026-03-07T02:09:00.322Z[ host-image] Mar 07 02:08:58.651 INFO O| Mar 07 02:08:58.651 INFO ok!
99112026-03-07T02:09:00.322Z[ host-image] Mar 07 02:08:58.651 INFO O| Mar 07 02:08:58.651 INFO STEP 47 (ensure_file) COMPLETE
99122026-03-07T02:09:00.322Z[ host-image] Mar 07 02:08:58.651 INFO O| Mar 07 02:08:58.651 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99132026-03-07T02:09:00.322Z[ host-image] Mar 07 02:08:58.651 INFO O| Mar 07 02:08:58.651 INFO skip step because feature "mfg" is not enabled
99142026-03-07T02:09:00.322Z[ host-image] Mar 07 02:08:58.651 INFO O| Mar 07 02:08:58.651 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99152026-03-07T02:09:00.322Z[ host-image] Mar 07 02:08:58.651 INFO O| Mar 07 02:08:58.651 INFO skip step because feature "mfg" is not enabled
99162026-03-07T02:09:00.322Z[ host-image] Mar 07 02:08:58.651 INFO O| Mar 07 02:08:58.651 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99172026-03-07T02:09:00.329Z[ host-image] Mar 07 02:08:58.661 INFO O| Mar 07 02:08:58.661 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot does not exist
99182026-03-07T02:09:00.332Z[ host-image] Mar 07 02:08:58.661 INFO O| Mar 07 02:08:58.661 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot ...
99192026-03-07T02:09:00.359Z[ host-image] Mar 07 02:08:58.690 INFO O| Mar 07 02:08:58.690 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
99202026-03-07T02:09:00.359Z[ host-image] Mar 07 02:08:58.690 INFO O| Mar 07 02:08:58.690 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
99212026-03-07T02:09:00.362Z[ host-image] Mar 07 02:08:58.690 INFO O| Mar 07 02:08:58.690 INFO ok!
99222026-03-07T02:09:00.363Z[ host-image] Mar 07 02:08:58.690 INFO O| Mar 07 02:08:58.690 INFO STEP 50 (ensure_file) COMPLETE
99232026-03-07T02:09:00.363Z[ host-image] Mar 07 02:08:58.690 INFO O| Mar 07 02:08:58.690 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
99242026-03-07T02:09:00.363Z[ host-image] Mar 07 02:08:58.690 INFO O| Mar 07 02:08:58.690 INFO skip step because feature "compliance" is not enabled
99252026-03-07T02:09:00.363Z[ host-image] Mar 07 02:08:58.690 INFO O| Mar 07 02:08:58.690 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
99262026-03-07T02:09:00.368Z[ host-image] Mar 07 02:08:58.700 INFO O| Mar 07 02:08:58.700 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname does not exist
99272026-03-07T02:09:00.371Z[ host-image] Mar 07 02:08:58.700 INFO O| Mar 07 02:08:58.700 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname ...
99282026-03-07T02:09:00.371Z[ host-image] Mar 07 02:08:58.701 INFO O| Mar 07 02:08:58.701 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
99292026-03-07T02:09:00.371Z[ host-image] Mar 07 02:08:58.701 INFO O| Mar 07 02:08:58.701 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
99302026-03-07T02:09:00.371Z[ host-image] Mar 07 02:08:58.701 INFO O| Mar 07 02:08:58.701 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
99312026-03-07T02:09:00.371Z[ host-image] Mar 07 02:08:58.701 INFO O| Mar 07 02:08:58.701 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
99322026-03-07T02:09:00.371Z[ host-image] Mar 07 02:08:58.701 INFO O| Mar 07 02:08:58.701 INFO ok!
99332026-03-07T02:09:00.371Z[ host-image] Mar 07 02:08:58.701 INFO O| Mar 07 02:08:58.701 INFO STEP 52 (ensure_file) COMPLETE
99342026-03-07T02:09:00.371Z[ host-image] Mar 07 02:08:58.701 INFO O| Mar 07 02:08:58.701 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
99352026-03-07T02:09:00.377Z[ host-image] Mar 07 02:08:58.709 INFO O| Mar 07 02:08:58.709 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
99362026-03-07T02:09:00.377Z[ host-image] Mar 07 02:08:58.709 INFO O| Mar 07 02:08:58.709 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 ...
99372026-03-07T02:09:00.380Z[ host-image] Mar 07 02:08:58.710 INFO O| Mar 07 02:08:58.710 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
99382026-03-07T02:09:00.380Z[ host-image] Mar 07 02:08:58.710 INFO O| Mar 07 02:08:58.710 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
99392026-03-07T02:09:00.380Z[ host-image] Mar 07 02:08:58.710 INFO O| Mar 07 02:08:58.710 INFO ok!
99402026-03-07T02:09:00.380Z[ host-image] Mar 07 02:08:58.710 INFO O| Mar 07 02:08:58.710 INFO STEP 53 (ensure_file) COMPLETE
99412026-03-07T02:09:00.380Z[ host-image] Mar 07 02:08:58.710 INFO O| Mar 07 02:08:58.710 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
99422026-03-07T02:09:00.388Z[ host-image] Mar 07 02:08:58.718 INFO O| Mar 07 02:08:58.718 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen does not exist
99432026-03-07T02:09:00.388Z[ host-image] Mar 07 02:08:58.718 INFO O| Mar 07 02:08:58.718 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 ...
99442026-03-07T02:09:00.391Z[ host-image] Mar 07 02:08:58.719 INFO O| Mar 07 02:08:58.719 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
99452026-03-07T02:09:00.391Z[ host-image] Mar 07 02:08:58.719 INFO O| Mar 07 02:08:58.719 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
99462026-03-07T02:09:00.391Z[ host-image] Mar 07 02:08:58.719 INFO O| Mar 07 02:08:58.719 INFO ok!
99472026-03-07T02:09:00.391Z[ host-image] Mar 07 02:08:58.719 INFO O| Mar 07 02:08:58.719 INFO STEP 54 (ensure_file) COMPLETE
99482026-03-07T02:09:00.391Z[ host-image] Mar 07 02:08:58.719 INFO O| Mar 07 02:08:58.719 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
99492026-03-07T02:09:00.395Z[ host-image] Mar 07 02:08:58.727 INFO O| Mar 07 02:08:58.727 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml does not exist
99502026-03-07T02:09:00.395Z[ host-image] Mar 07 02:08:58.727 INFO O| Mar 07 02:08:58.727 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 ...
99512026-03-07T02:09:00.398Z[ host-image] Mar 07 02:08:58.728 INFO O| Mar 07 02:08:58.727 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
99522026-03-07T02:09:00.398Z[ host-image] Mar 07 02:08:58.728 INFO O| Mar 07 02:08:58.728 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml
99532026-03-07T02:09:00.398Z[ host-image] Mar 07 02:08:58.728 INFO O| Mar 07 02:08:58.728 INFO ok!
99542026-03-07T02:09:00.398Z[ host-image] Mar 07 02:08:58.728 INFO O| Mar 07 02:08:58.728 INFO STEP 55 (ensure_file) COMPLETE
99552026-03-07T02:09:00.398Z[ host-image] Mar 07 02:08:58.728 INFO O| Mar 07 02:08:58.728 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
99562026-03-07T02:09:00.404Z[ host-image] Mar 07 02:08:58.735 INFO O| Mar 07 02:08:58.735 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen does not exist
99572026-03-07T02:09:00.404Z[ host-image] Mar 07 02:08:58.735 INFO O| Mar 07 02:08:58.735 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 ...
99582026-03-07T02:09:00.406Z[ host-image] Mar 07 02:08:58.736 INFO O| Mar 07 02:08:58.736 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
99592026-03-07T02:09:00.407Z[ host-image] Mar 07 02:08:58.736 INFO O| Mar 07 02:08:58.736 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
99602026-03-07T02:09:00.407Z[ host-image] Mar 07 02:08:58.736 INFO O| Mar 07 02:08:58.736 INFO ok!
99612026-03-07T02:09:00.407Z[ host-image] Mar 07 02:08:58.736 INFO O| Mar 07 02:08:58.736 INFO STEP 56 (ensure_file) COMPLETE
99622026-03-07T02:09:00.407Z[ host-image] Mar 07 02:08:58.736 INFO O| Mar 07 02:08:58.736 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
99632026-03-07T02:09:00.413Z[ host-image] Mar 07 02:08:58.744 INFO O| Mar 07 02:08:58.744 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml does not exist
99642026-03-07T02:09:00.413Z[ host-image] Mar 07 02:08:58.744 INFO O| Mar 07 02:08:58.744 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 ...
99652026-03-07T02:09:00.416Z[ host-image] Mar 07 02:08:58.745 INFO O| Mar 07 02:08:58.745 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
99662026-03-07T02:09:00.416Z[ host-image] Mar 07 02:08:58.745 INFO O| Mar 07 02:08:58.745 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml
99672026-03-07T02:09:00.416Z[ host-image] Mar 07 02:08:58.745 INFO O| Mar 07 02:08:58.745 INFO ok!
99682026-03-07T02:09:00.416Z[ host-image] Mar 07 02:08:58.745 INFO O| Mar 07 02:08:58.745 INFO STEP 57 (ensure_file) COMPLETE
99692026-03-07T02:09:00.416Z[ host-image] Mar 07 02:08:58.745 INFO O| Mar 07 02:08:58.745 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
99702026-03-07T02:09:00.421Z[ host-image] Mar 07 02:08:58.752 INFO O| Mar 07 02:08:58.752 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen does not exist
99712026-03-07T02:09:00.424Z[ host-image] Mar 07 02:08:58.753 INFO O| Mar 07 02:08:58.752 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 ...
99722026-03-07T02:09:00.424Z[ host-image] Mar 07 02:08:58.753 INFO O| Mar 07 02:08:58.753 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
99732026-03-07T02:09:00.424Z[ host-image] Mar 07 02:08:58.753 INFO O| Mar 07 02:08:58.753 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
99742026-03-07T02:09:00.424Z[ host-image] Mar 07 02:08:58.753 INFO O| Mar 07 02:08:58.753 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
99752026-03-07T02:09:00.424Z[ host-image] Mar 07 02:08:58.753 INFO O| Mar 07 02:08:58.753 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
99762026-03-07T02:09:00.424Z[ host-image] Mar 07 02:08:58.753 INFO O| Mar 07 02:08:58.753 INFO ok!
99772026-03-07T02:09:00.424Z[ host-image] Mar 07 02:08:58.753 INFO O| Mar 07 02:08:58.753 INFO STEP 58 (ensure_file) COMPLETE
99782026-03-07T02:09:00.424Z[ host-image] Mar 07 02:08:58.753 INFO O| Mar 07 02:08:58.753 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
99792026-03-07T02:09:00.430Z[ host-image] Mar 07 02:08:58.761 INFO O| Mar 07 02:08:58.761 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml does not exist
99802026-03-07T02:09:00.430Z[ host-image] Mar 07 02:08:58.761 INFO O| Mar 07 02:08:58.761 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 ...
99812026-03-07T02:09:00.433Z[ host-image] Mar 07 02:08:58.762 INFO O| Mar 07 02:08:58.762 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
99822026-03-07T02:09:00.433Z[ host-image] Mar 07 02:08:58.762 INFO O| Mar 07 02:08:58.762 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml
99832026-03-07T02:09:00.433Z[ host-image] Mar 07 02:08:58.762 INFO O| Mar 07 02:08:58.762 INFO ok!
99842026-03-07T02:09:00.433Z[ host-image] Mar 07 02:08:58.762 INFO O| Mar 07 02:08:58.762 INFO STEP 59 (ensure_file) COMPLETE
99852026-03-07T02:09:00.433Z[ host-image] Mar 07 02:08:58.762 INFO O| Mar 07 02:08:58.762 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
99862026-03-07T02:09:00.438Z[ host-image] Mar 07 02:08:58.770 INFO O| Mar 07 02:08:58.770 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger does not exist
99872026-03-07T02:09:00.438Z[ host-image] Mar 07 02:08:58.770 INFO O| Mar 07 02:08:58.770 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-pinger.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger ...
99882026-03-07T02:09:00.441Z[ host-image] Mar 07 02:08:58.771 INFO O| Mar 07 02:08:58.771 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
99892026-03-07T02:09:00.441Z[ host-image] Mar 07 02:08:58.771 INFO O| Mar 07 02:08:58.771 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
99902026-03-07T02:09:00.441Z[ host-image] Mar 07 02:08:58.771 INFO O| Mar 07 02:08:58.771 INFO ok!
99912026-03-07T02:09:00.441Z[ host-image] Mar 07 02:08:58.771 INFO O| Mar 07 02:08:58.771 INFO STEP 60 (ensure_file) COMPLETE
99922026-03-07T02:09:00.441Z[ host-image] Mar 07 02:08:58.771 INFO O| Mar 07 02:08:58.771 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
99932026-03-07T02:09:00.446Z[ host-image] Mar 07 02:08:58.778 INFO O| Mar 07 02:08:58.778 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml does not exist
99942026-03-07T02:09:00.447Z[ host-image] Mar 07 02:08:58.778 INFO O| Mar 07 02:08:58.778 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 ...
99952026-03-07T02:09:00.450Z[ host-image] Mar 07 02:08:58.779 INFO O| Mar 07 02:08:58.779 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
99962026-03-07T02:09:00.450Z[ host-image] Mar 07 02:08:58.779 INFO O| Mar 07 02:08:58.779 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml
99972026-03-07T02:09:00.450Z[ host-image] Mar 07 02:08:58.779 INFO O| Mar 07 02:08:58.779 INFO ok!
99982026-03-07T02:09:00.450Z[ host-image] Mar 07 02:08:58.779 INFO O| Mar 07 02:08:58.779 INFO STEP 61 (ensure_file) COMPLETE
99992026-03-07T02:09:00.450Z[ host-image] Mar 07 02:08:58.779 INFO O| Mar 07 02:08:58.779 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100002026-03-07T02:09:00.455Z[ host-image] Mar 07 02:08:58.787 INFO O| Mar 07 02:08:58.787 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon does not exist
100012026-03-07T02:09:00.458Z[ host-image] Mar 07 02:08:58.787 INFO O| Mar 07 02:08:58.787 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon ...
100022026-03-07T02:09:00.458Z[ host-image] Mar 07 02:08:58.788 INFO O| Mar 07 02:08:58.788 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
100032026-03-07T02:09:00.458Z[ host-image] Mar 07 02:08:58.788 INFO O| Mar 07 02:08:58.788 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
100042026-03-07T02:09:00.458Z[ host-image] Mar 07 02:08:58.788 INFO O| Mar 07 02:08:58.788 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
100052026-03-07T02:09:00.458Z[ host-image] Mar 07 02:08:58.788 INFO O| Mar 07 02:08:58.788 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
100062026-03-07T02:09:00.458Z[ host-image] Mar 07 02:08:58.788 INFO O| Mar 07 02:08:58.788 INFO ok!
100072026-03-07T02:09:00.458Z[ host-image] Mar 07 02:08:58.788 INFO O| Mar 07 02:08:58.788 INFO STEP 62 (ensure_file) COMPLETE
100082026-03-07T02:09:00.458Z[ host-image] Mar 07 02:08:58.788 INFO O| Mar 07 02:08:58.788 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100092026-03-07T02:09:00.464Z[ host-image] Mar 07 02:08:58.796 INFO O| Mar 07 02:08:58.796 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
100102026-03-07T02:09:00.467Z[ host-image] Mar 07 02:08:58.796 INFO O| Mar 07 02:08:58.796 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 ...
100112026-03-07T02:09:00.467Z[ host-image] Mar 07 02:08:58.796 INFO O| Mar 07 02:08:58.796 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
100122026-03-07T02:09:00.467Z[ host-image] Mar 07 02:08:58.797 INFO O| Mar 07 02:08:58.796 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
100132026-03-07T02:09:00.467Z[ host-image] Mar 07 02:08:58.797 INFO O| Mar 07 02:08:58.797 INFO ok!
100142026-03-07T02:09:00.467Z[ host-image] Mar 07 02:08:58.797 INFO O| Mar 07 02:08:58.797 INFO STEP 63 (ensure_file) COMPLETE
100152026-03-07T02:09:00.467Z[ host-image] Mar 07 02:08:58.797 INFO O| Mar 07 02:08:58.797 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100162026-03-07T02:09:00.473Z[ host-image] Mar 07 02:08:58.804 INFO O| Mar 07 02:08:58.804 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
100172026-03-07T02:09:00.473Z[ host-image] Mar 07 02:08:58.804 INFO O| Mar 07 02:08:58.804 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 ...
100182026-03-07T02:09:00.477Z[ host-image] Mar 07 02:08:58.805 INFO O| Mar 07 02:08:58.805 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml
100192026-03-07T02:09:00.477Z[ host-image] Mar 07 02:08:58.805 INFO O| Mar 07 02:08:58.805 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml
100202026-03-07T02:09:00.477Z[ host-image] Mar 07 02:08:58.805 INFO O| Mar 07 02:08:58.805 INFO ok!
100212026-03-07T02:09:00.477Z[ host-image] Mar 07 02:08:58.805 INFO O| Mar 07 02:08:58.805 INFO STEP 64 (ensure_file) COMPLETE
100222026-03-07T02:09:00.477Z[ host-image] Mar 07 02:08:58.805 INFO O| Mar 07 02:08:58.805 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100232026-03-07T02:09:00.482Z[ host-image] Mar 07 02:08:58.813 INFO O| Mar 07 02:08:58.813 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
100242026-03-07T02:09:00.482Z[ host-image] Mar 07 02:08:58.813 INFO O| Mar 07 02:08:58.813 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 ...
100252026-03-07T02:09:00.485Z[ host-image] Mar 07 02:08:58.814 INFO O| Mar 07 02:08:58.814 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
100262026-03-07T02:09:00.485Z[ host-image] Mar 07 02:08:58.814 INFO O| Mar 07 02:08:58.814 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml
100272026-03-07T02:09:00.485Z[ host-image] Mar 07 02:08:58.814 INFO O| Mar 07 02:08:58.814 INFO ok!
100282026-03-07T02:09:00.485Z[ host-image] Mar 07 02:08:58.814 INFO O| Mar 07 02:08:58.814 INFO STEP 65 (ensure_file) COMPLETE
100292026-03-07T02:09:00.485Z[ host-image] Mar 07 02:08:58.814 INFO O| Mar 07 02:08:58.814 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100302026-03-07T02:09:00.485Z[ host-image] Mar 07 02:08:58.814 INFO O| Mar 07 02:08:58.814 INFO skip step because feature "mbist" is not enabled
100312026-03-07T02:09:00.485Z[ host-image] Mar 07 02:08:58.814 INFO O| Mar 07 02:08:58.814 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100322026-03-07T02:09:00.490Z[ host-image] Mar 07 02:08:58.822 INFO O| Mar 07 02:08:58.821 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/opt
100332026-03-07T02:09:00.490Z[ host-image] Mar 07 02:08:58.822 INFO O| Mar 07 02:08:58.821 INFO STEP 67 (ensure_dir) COMPLETE
100342026-03-07T02:09:00.494Z[ host-image] Mar 07 02:08:58.822 INFO O| Mar 07 02:08:58.822 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100352026-03-07T02:09:00.497Z[ host-image] Mar 07 02:08:58.829 INFO O| Mar 07 02:08:58.829 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
100362026-03-07T02:09:00.500Z[ host-image] Mar 07 02:08:58.829 INFO O| Mar 07 02:08:58.829 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
100372026-03-07T02:09:00.500Z[ host-image] Mar 07 02:08:58.829 INFO O| Mar 07 02:08:58.829 INFO STEP 68 (ensure_dir) COMPLETE
100382026-03-07T02:09:00.500Z[ host-image] Mar 07 02:08:58.829 INFO O| Mar 07 02:08:58.829 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100392026-03-07T02:09:00.505Z[ host-image] Mar 07 02:08:58.837 INFO O| Mar 07 02:08:58.836 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
100402026-03-07T02:09:00.508Z[ host-image] Mar 07 02:08:58.837 INFO O| Mar 07 02:08:58.837 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
100412026-03-07T02:09:00.508Z[ host-image] Mar 07 02:08:58.837 INFO O| Mar 07 02:08:58.837 INFO STEP 69 (ensure_dir) COMPLETE
100422026-03-07T02:09:00.508Z[ host-image] Mar 07 02:08:58.837 INFO O| Mar 07 02:08:58.837 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100432026-03-07T02:09:00.513Z[ host-image] Mar 07 02:08:58.845 INFO O| Mar 07 02:08:58.844 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
100442026-03-07T02:09:00.514Z[ host-image] Mar 07 02:08:58.845 INFO O| Mar 07 02:08:58.844 INFO copying /tmp/.tmp9u6fI0/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm ...
100452026-03-07T02:09:03.228Z[ host-image] Mar 07 02:09:01.559 INFO O| Mar 07 02:09:01.559 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm
100462026-03-07T02:09:03.228Z[ host-image] Mar 07 02:09:01.559 INFO O| Mar 07 02:09:01.559 INFO ok!
100472026-03-07T02:09:03.228Z[ host-image] Mar 07 02:09:01.559 INFO O| Mar 07 02:09:01.559 INFO STEP 70 (ensure_file) COMPLETE
100482026-03-07T02:09:03.231Z[ host-image] Mar 07 02:09:01.559 INFO O| Mar 07 02:09:01.559 INFO STEP 71: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100492026-03-07T02:09:03.237Z[ host-image] Mar 07 02:09:01.568 INFO O| Mar 07 02:09:01.568 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
100502026-03-07T02:09:03.240Z[ host-image] Mar 07 02:09:01.568 INFO O| Mar 07 02:09:01.568 INFO copying /tmp/.tmp9u6fI0/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd ...
100512026-03-07T02:09:05.329Z[ host-image] Mar 07 02:09:03.660 INFO O| Mar 07 02:09:03.660 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd
100522026-03-07T02:09:05.329Z[ host-image] Mar 07 02:09:03.660 INFO O| Mar 07 02:09:03.660 INFO ok!
100532026-03-07T02:09:05.332Z[ host-image] Mar 07 02:09:03.660 INFO O| Mar 07 02:09:03.660 INFO STEP 71 (ensure_file) COMPLETE
100542026-03-07T02:09:05.332Z[ host-image] Mar 07 02:09:03.660 INFO O| Mar 07 02:09:03.660 INFO STEP 72: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100552026-03-07T02:09:05.337Z[ host-image] Mar 07 02:09:03.668 INFO O| Mar 07 02:09:03.668 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
100562026-03-07T02:09:05.338Z[ host-image] Mar 07 02:09:03.668 INFO O| Mar 07 02:09:03.668 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
100572026-03-07T02:09:05.341Z[ host-image] Mar 07 02:09:03.668 INFO O| Mar 07 02:09:03.668 INFO STEP 72 (ensure_dir) COMPLETE
100582026-03-07T02:09:05.341Z[ host-image] Mar 07 02:09:03.668 INFO O| Mar 07 02:09:03.668 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100592026-03-07T02:09:05.346Z[ host-image] Mar 07 02:09:03.676 INFO O| Mar 07 02:09:03.676 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
100602026-03-07T02:09:05.350Z[ host-image] Mar 07 02:09:03.676 INFO O| Mar 07 02:09:03.676 INFO copying /tmp/.tmp9u6fI0/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 ...
100612026-03-07T02:09:05.350Z[ host-image] Mar 07 02:09:03.676 INFO O| Mar 07 02:09:03.676 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
100622026-03-07T02:09:05.350Z[ host-image] Mar 07 02:09:03.676 INFO O| Mar 07 02:09:03.676 INFO ok!
100632026-03-07T02:09:05.350Z[ host-image] Mar 07 02:09:03.676 INFO O| Mar 07 02:09:03.676 INFO STEP 73 (ensure_file) COMPLETE
100642026-03-07T02:09:05.350Z[ host-image] Mar 07 02:09:03.676 INFO O| Mar 07 02:09:03.676 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100652026-03-07T02:09:05.353Z[ host-image] Mar 07 02:09:03.684 INFO O| Mar 07 02:09:03.684 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
100662026-03-07T02:09:05.353Z[ host-image] Mar 07 02:09:03.684 INFO O| Mar 07 02:09:03.684 INFO copying /tmp/.tmp9u6fI0/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 ...
100672026-03-07T02:09:05.354Z[ host-image] Mar 07 02:09:03.684 INFO O| Mar 07 02:09:03.684 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
100682026-03-07T02:09:05.354Z[ host-image] Mar 07 02:09:03.684 INFO O| Mar 07 02:09:03.684 INFO ok!
100692026-03-07T02:09:05.354Z[ host-image] Mar 07 02:09:03.684 INFO O| Mar 07 02:09:03.684 INFO STEP 74 (ensure_file) COMPLETE
100702026-03-07T02:09:05.354Z[ host-image] Mar 07 02:09:03.684 INFO O| Mar 07 02:09:03.684 INFO STEP 75: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100712026-03-07T02:09:05.361Z[ host-image] Mar 07 02:09:03.691 INFO O| Mar 07 02:09:03.691 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
100722026-03-07T02:09:05.361Z[ host-image] Mar 07 02:09:03.691 INFO O| Mar 07 02:09:03.691 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
100732026-03-07T02:09:05.364Z[ host-image] Mar 07 02:09:03.691 INFO O| Mar 07 02:09:03.691 INFO STEP 75 (ensure_dir) COMPLETE
100742026-03-07T02:09:05.364Z[ host-image] Mar 07 02:09:03.691 INFO O| Mar 07 02:09:03.691 INFO STEP 76: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100752026-03-07T02:09:05.368Z[ host-image] Mar 07 02:09:03.699 INFO O| Mar 07 02:09:03.699 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
100762026-03-07T02:09:05.368Z[ host-image] Mar 07 02:09:03.699 INFO O| Mar 07 02:09:03.699 INFO copying /tmp/.tmp9u6fI0/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 ...
100772026-03-07T02:09:05.371Z[ host-image] Mar 07 02:09:03.699 INFO O| Mar 07 02:09:03.699 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
100782026-03-07T02:09:05.371Z[ host-image] Mar 07 02:09:03.699 INFO O| Mar 07 02:09:03.699 INFO ok!
100792026-03-07T02:09:05.371Z[ host-image] Mar 07 02:09:03.699 INFO O| Mar 07 02:09:03.699 INFO STEP 76 (ensure_file) COMPLETE
100802026-03-07T02:09:05.371Z[ host-image] Mar 07 02:09:03.699 INFO O| Mar 07 02:09:03.699 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100812026-03-07T02:09:05.376Z[ host-image] Mar 07 02:09:03.707 INFO O| Mar 07 02:09:03.707 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
100822026-03-07T02:09:05.376Z[ host-image] Mar 07 02:09:03.707 INFO O| Mar 07 02:09:03.707 INFO copying /tmp/.tmp9u6fI0/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 ...
100832026-03-07T02:09:05.379Z[ host-image] Mar 07 02:09:03.707 INFO O| Mar 07 02:09:03.707 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
100842026-03-07T02:09:05.379Z[ host-image] Mar 07 02:09:03.707 INFO O| Mar 07 02:09:03.707 INFO ok!
100852026-03-07T02:09:05.379Z[ host-image] Mar 07 02:09:03.707 INFO O| Mar 07 02:09:03.707 INFO STEP 77 (ensure_file) COMPLETE
100862026-03-07T02:09:05.379Z[ host-image] Mar 07 02:09:03.707 INFO O| Mar 07 02:09:03.707 INFO STEP 78: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100872026-03-07T02:09:05.384Z[ host-image] Mar 07 02:09:03.715 INFO O| Mar 07 02:09:03.715 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
100882026-03-07T02:09:05.384Z[ host-image] Mar 07 02:09:03.715 INFO O| Mar 07 02:09:03.715 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
100892026-03-07T02:09:05.387Z[ host-image] Mar 07 02:09:03.715 INFO O| Mar 07 02:09:03.715 INFO STEP 78 (ensure_dir) COMPLETE
100902026-03-07T02:09:05.387Z[ host-image] Mar 07 02:09:03.715 INFO O| Mar 07 02:09:03.715 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100912026-03-07T02:09:05.392Z[ host-image] Mar 07 02:09:03.723 INFO O| Mar 07 02:09:03.723 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
100922026-03-07T02:09:05.392Z[ host-image] Mar 07 02:09:03.723 INFO O| Mar 07 02:09:03.723 INFO copying /tmp/.tmp9u6fI0/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 ...
100932026-03-07T02:09:05.395Z[ host-image] Mar 07 02:09:03.723 INFO O| Mar 07 02:09:03.723 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
100942026-03-07T02:09:05.395Z[ host-image] Mar 07 02:09:03.723 INFO O| Mar 07 02:09:03.723 INFO ok!
100952026-03-07T02:09:05.395Z[ host-image] Mar 07 02:09:03.723 INFO O| Mar 07 02:09:03.723 INFO STEP 79 (ensure_file) COMPLETE
100962026-03-07T02:09:05.395Z[ host-image] Mar 07 02:09:03.723 INFO O| Mar 07 02:09:03.723 INFO STEP 80: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
100972026-03-07T02:09:05.400Z[ host-image] Mar 07 02:09:03.731 INFO O| Mar 07 02:09:03.731 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
100982026-03-07T02:09:05.400Z[ host-image] Mar 07 02:09:03.731 INFO O| Mar 07 02:09:03.731 INFO copying /tmp/.tmp9u6fI0/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION ...
100992026-03-07T02:09:05.403Z[ host-image] Mar 07 02:09:03.731 INFO O| Mar 07 02:09:03.731 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION
101002026-03-07T02:09:05.403Z[ host-image] Mar 07 02:09:03.731 INFO O| Mar 07 02:09:03.731 INFO ok!
101012026-03-07T02:09:05.403Z[ host-image] Mar 07 02:09:03.731 INFO O| Mar 07 02:09:03.731 INFO STEP 80 (ensure_file) COMPLETE
101022026-03-07T02:09:05.403Z[ host-image] Mar 07 02:09:03.731 INFO O| Mar 07 02:09:03.731 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101032026-03-07T02:09:05.408Z[ host-image] Mar 07 02:09:03.739 INFO O| Mar 07 02:09:03.738 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
101042026-03-07T02:09:05.410Z[ host-image] Mar 07 02:09:03.739 INFO O| Mar 07 02:09:03.739 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
101052026-03-07T02:09:05.410Z[ host-image] Mar 07 02:09:03.739 INFO O| Mar 07 02:09:03.739 INFO STEP 81 (ensure_dir) COMPLETE
101062026-03-07T02:09:05.410Z[ host-image] Mar 07 02:09:03.739 INFO O| Mar 07 02:09:03.739 INFO STEP 82: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101072026-03-07T02:09:05.415Z[ host-image] Mar 07 02:09:03.746 INFO O| Mar 07 02:09:03.746 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
101082026-03-07T02:09:05.415Z[ host-image] Mar 07 02:09:03.746 INFO O| Mar 07 02:09:03.746 INFO copying /tmp/.tmp9u6fI0/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle ...
101092026-03-07T02:09:06.564Z[ host-image] Mar 07 02:09:04.895 INFO O| Mar 07 02:09:04.894 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle
101102026-03-07T02:09:06.564Z[ host-image] Mar 07 02:09:04.895 INFO O| Mar 07 02:09:04.895 INFO ok!
101112026-03-07T02:09:06.567Z[ host-image] Mar 07 02:09:04.895 INFO O| Mar 07 02:09:04.895 INFO STEP 82 (ensure_file) COMPLETE
101122026-03-07T02:09:06.568Z[ host-image] Mar 07 02:09:04.895 INFO O| Mar 07 02:09:04.895 INFO STEP 83: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101132026-03-07T02:09:06.573Z[ host-image] Mar 07 02:09:04.903 INFO O| Mar 07 02:09:04.903 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor does not exist
101142026-03-07T02:09:06.575Z[ host-image] Mar 07 02:09:04.903 INFO O| Mar 07 02:09:04.903 INFO copying /tmp/.tmp9u6fI0/proto/host/root/opt/oxide/sled-agent/tofino-monitor -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor ...
101152026-03-07T02:09:07.057Z[ host-image] Mar 07 02:09:05.387 INFO O| Mar 07 02:09:05.387 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor
101162026-03-07T02:09:07.057Z[ host-image] Mar 07 02:09:05.388 INFO O| Mar 07 02:09:05.387 INFO ok!
101172026-03-07T02:09:07.060Z[ host-image] Mar 07 02:09:05.388 INFO O| Mar 07 02:09:05.387 INFO STEP 83 (ensure_file) COMPLETE
101182026-03-07T02:09:07.060Z[ host-image] Mar 07 02:09:05.388 INFO O| Mar 07 02:09:05.387 INFO STEP 84: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101192026-03-07T02:09:07.067Z[ host-image] Mar 07 02:09:05.397 INFO O| Mar 07 02:09:05.397 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
101202026-03-07T02:09:07.067Z[ host-image] Mar 07 02:09:05.398 INFO O| Mar 07 02:09:05.397 INFO copying /tmp/.tmp9u6fI0/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent ...
101212026-03-07T02:09:09.629Z[ host-image] Mar 07 02:09:07.959 INFO O| Mar 07 02:09:07.958 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent
101222026-03-07T02:09:09.629Z[ host-image] Mar 07 02:09:07.959 INFO O| Mar 07 02:09:07.959 INFO ok!
101232026-03-07T02:09:09.629Z[ host-image] Mar 07 02:09:07.959 INFO O| Mar 07 02:09:07.959 INFO STEP 84 (ensure_file) COMPLETE
101242026-03-07T02:09:09.632Z[ host-image] Mar 07 02:09:07.959 INFO O| Mar 07 02:09:07.959 INFO STEP 85: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101252026-03-07T02:09:09.638Z[ host-image] Mar 07 02:09:07.967 INFO O| Mar 07 02:09:07.967 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
101262026-03-07T02:09:09.641Z[ host-image] Mar 07 02:09:07.967 INFO O| Mar 07 02:09:07.967 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
101272026-03-07T02:09:09.641Z[ host-image] Mar 07 02:09:07.967 INFO O| Mar 07 02:09:07.967 INFO STEP 85 (ensure_dir) COMPLETE
101282026-03-07T02:09:09.641Z[ host-image] Mar 07 02:09:07.967 INFO O| Mar 07 02:09:07.967 INFO STEP 86: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101292026-03-07T02:09:09.645Z[ host-image] Mar 07 02:09:07.975 INFO O| Mar 07 02:09:07.975 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
101302026-03-07T02:09:09.645Z[ host-image] Mar 07 02:09:07.975 INFO O| Mar 07 02:09:07.975 INFO copying /tmp/.tmp9u6fI0/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 ...
101312026-03-07T02:09:09.649Z[ host-image] Mar 07 02:09:07.976 INFO O| Mar 07 02:09:07.976 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml
101322026-03-07T02:09:09.649Z[ host-image] Mar 07 02:09:07.976 INFO O| Mar 07 02:09:07.976 INFO ok!
101332026-03-07T02:09:09.649Z[ host-image] Mar 07 02:09:07.976 INFO O| Mar 07 02:09:07.976 INFO STEP 86 (ensure_file) COMPLETE
101342026-03-07T02:09:09.649Z[ host-image] Mar 07 02:09:07.976 INFO O| Mar 07 02:09:07.976 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101352026-03-07T02:09:09.653Z[ host-image] Mar 07 02:09:07.983 INFO O| Mar 07 02:09:07.983 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
101362026-03-07T02:09:09.653Z[ host-image] Mar 07 02:09:07.983 INFO O| Mar 07 02:09:07.983 INFO copying /tmp/.tmp9u6fI0/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 ...
101372026-03-07T02:09:09.657Z[ host-image] Mar 07 02:09:07.983 INFO O| Mar 07 02:09:07.983 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md
101382026-03-07T02:09:09.657Z[ host-image] Mar 07 02:09:07.983 INFO O| Mar 07 02:09:07.983 INFO ok!
101392026-03-07T02:09:09.657Z[ host-image] Mar 07 02:09:07.983 INFO O| Mar 07 02:09:07.983 INFO STEP 87 (ensure_file) COMPLETE
101402026-03-07T02:09:09.657Z[ host-image] Mar 07 02:09:07.983 INFO O| Mar 07 02:09:07.983 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101412026-03-07T02:09:09.661Z[ host-image] Mar 07 02:09:07.991 INFO O| Mar 07 02:09:07.991 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION does not exist
101422026-03-07T02:09:09.666Z[ host-image] Mar 07 02:09:07.991 INFO O| Mar 07 02:09:07.991 INFO copying /tmp/.tmp9u6fI0/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION ...
101432026-03-07T02:09:09.666Z[ host-image] Mar 07 02:09:07.991 INFO O| Mar 07 02:09:07.991 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION
101442026-03-07T02:09:09.666Z[ host-image] Mar 07 02:09:07.991 INFO O| Mar 07 02:09:07.991 INFO ok!
101452026-03-07T02:09:09.666Z[ host-image] Mar 07 02:09:07.991 INFO O| Mar 07 02:09:07.991 INFO STEP 88 (ensure_file) COMPLETE
101462026-03-07T02:09:09.667Z[ host-image] Mar 07 02:09:07.991 INFO O| Mar 07 02:09:07.991 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101472026-03-07T02:09:09.669Z[ host-image] Mar 07 02:09:07.998 INFO O| Mar 07 02:09:07.998 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz does not exist
101482026-03-07T02:09:09.669Z[ host-image] Mar 07 02:09:07.998 INFO O| Mar 07 02:09:07.998 INFO copying /tmp/.tmp9u6fI0/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz ...
101492026-03-07T02:09:09.669Z[ host-image] Mar 07 02:09:07.998 INFO O| Mar 07 02:09:07.998 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz
101502026-03-07T02:09:09.669Z[ host-image] Mar 07 02:09:07.998 INFO O| Mar 07 02:09:07.998 INFO ok!
101512026-03-07T02:09:09.669Z[ host-image] Mar 07 02:09:07.998 INFO O| Mar 07 02:09:07.998 INFO STEP 89 (ensure_file) COMPLETE
101522026-03-07T02:09:09.669Z[ host-image] Mar 07 02:09:07.998 INFO O| Mar 07 02:09:07.998 INFO STEP 90: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101532026-03-07T02:09:09.677Z[ host-image] Mar 07 02:09:08.007 INFO O| Mar 07 02:09:08.007 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
101542026-03-07T02:09:09.677Z[ host-image] Mar 07 02:09:08.007 INFO O| Mar 07 02:09:08.007 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
101552026-03-07T02:09:09.680Z[ host-image] Mar 07 02:09:08.007 INFO O| Mar 07 02:09:08.007 INFO STEP 90 (ensure_dir) COMPLETE
101562026-03-07T02:09:09.680Z[ host-image] Mar 07 02:09:08.007 INFO O| Mar 07 02:09:08.007 INFO STEP 91: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101572026-03-07T02:09:09.684Z[ host-image] Mar 07 02:09:08.015 INFO O| Mar 07 02:09:08.015 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog does not exist
101582026-03-07T02:09:09.687Z[ host-image] Mar 07 02:09:08.015 INFO O| Mar 07 02:09:08.015 INFO copying /tmp/.tmp9u6fI0/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog ...
101592026-03-07T02:09:09.690Z[ host-image] Mar 07 02:09:08.020 INFO O| Mar 07 02:09:08.020 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog
101602026-03-07T02:09:09.690Z[ host-image] Mar 07 02:09:08.020 INFO O| Mar 07 02:09:08.020 INFO ok!
101612026-03-07T02:09:09.690Z[ host-image] Mar 07 02:09:08.020 INFO O| Mar 07 02:09:08.020 INFO STEP 91 (ensure_file) COMPLETE
101622026-03-07T02:09:09.690Z[ host-image] Mar 07 02:09:08.020 INFO O| Mar 07 02:09:08.020 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101632026-03-07T02:09:09.697Z[ host-image] Mar 07 02:09:08.028 INFO O| Mar 07 02:09:08.028 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION does not exist
101642026-03-07T02:09:09.700Z[ host-image] Mar 07 02:09:08.028 INFO O| Mar 07 02:09:08.028 INFO copying /tmp/.tmp9u6fI0/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION ...
101652026-03-07T02:09:09.700Z[ host-image] Mar 07 02:09:08.028 INFO O| Mar 07 02:09:08.028 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION
101662026-03-07T02:09:09.700Z[ host-image] Mar 07 02:09:08.028 INFO O| Mar 07 02:09:08.028 INFO ok!
101672026-03-07T02:09:09.700Z[ host-image] Mar 07 02:09:08.028 INFO O| Mar 07 02:09:08.028 INFO STEP 92 (ensure_file) COMPLETE
101682026-03-07T02:09:09.700Z[ host-image] Mar 07 02:09:08.028 INFO O| Mar 07 02:09:08.028 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101692026-03-07T02:09:09.705Z[ host-image] Mar 07 02:09:08.035 INFO O| Mar 07 02:09:08.035 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
101702026-03-07T02:09:09.705Z[ host-image] Mar 07 02:09:08.035 INFO O| Mar 07 02:09:08.035 INFO copying /tmp/.tmp9u6fI0/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz ...
101712026-03-07T02:09:10.668Z[ host-image] Mar 07 02:09:08.998 INFO O| Mar 07 02:09:08.998 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz
101722026-03-07T02:09:10.668Z[ host-image] Mar 07 02:09:08.998 INFO O| Mar 07 02:09:08.998 INFO ok!
101732026-03-07T02:09:10.671Z[ host-image] Mar 07 02:09:08.998 INFO O| Mar 07 02:09:08.998 INFO STEP 93 (ensure_file) COMPLETE
101742026-03-07T02:09:10.671Z[ host-image] Mar 07 02:09:08.998 INFO O| Mar 07 02:09:08.998 INFO STEP 94: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101752026-03-07T02:09:10.678Z[ host-image] Mar 07 02:09:09.008 INFO O| Mar 07 02:09:09.008 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
101762026-03-07T02:09:10.678Z[ host-image] Mar 07 02:09:09.008 INFO O| Mar 07 02:09:09.008 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
101772026-03-07T02:09:10.678Z[ host-image] Mar 07 02:09:09.008 INFO O| Mar 07 02:09:09.008 INFO STEP 94 (ensure_dir) COMPLETE
101782026-03-07T02:09:10.681Z[ host-image] Mar 07 02:09:09.008 INFO O| Mar 07 02:09:09.008 INFO STEP 95: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101792026-03-07T02:09:10.686Z[ host-image] Mar 07 02:09:09.016 INFO O| Mar 07 02:09:09.016 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
101802026-03-07T02:09:10.686Z[ host-image] Mar 07 02:09:09.016 INFO O| Mar 07 02:09:09.016 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
101812026-03-07T02:09:10.689Z[ host-image] Mar 07 02:09:09.016 INFO O| Mar 07 02:09:09.016 INFO STEP 95 (ensure_dir) COMPLETE
101822026-03-07T02:09:10.689Z[ host-image] Mar 07 02:09:09.016 INFO O| Mar 07 02:09:09.016 INFO STEP 96: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101832026-03-07T02:09:10.694Z[ host-image] Mar 07 02:09:09.024 INFO O| Mar 07 02:09:09.024 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
101842026-03-07T02:09:10.696Z[ host-image] Mar 07 02:09:09.024 INFO O| Mar 07 02:09:09.024 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
101852026-03-07T02:09:10.696Z[ host-image] Mar 07 02:09:09.024 INFO O| Mar 07 02:09:09.024 INFO STEP 96 (ensure_dir) COMPLETE
101862026-03-07T02:09:10.696Z[ host-image] Mar 07 02:09:09.024 INFO O| Mar 07 02:09:09.024 INFO STEP 97: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101872026-03-07T02:09:10.701Z[ host-image] Mar 07 02:09:09.031 INFO O| Mar 07 02:09:09.031 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
101882026-03-07T02:09:10.701Z[ host-image] Mar 07 02:09:09.031 INFO O| Mar 07 02:09:09.031 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
101892026-03-07T02:09:10.704Z[ host-image] Mar 07 02:09:09.031 INFO O| Mar 07 02:09:09.031 INFO STEP 97 (ensure_dir) COMPLETE
101902026-03-07T02:09:10.704Z[ host-image] Mar 07 02:09:09.031 INFO O| Mar 07 02:09:09.031 INFO STEP 98: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101912026-03-07T02:09:10.709Z[ host-image] Mar 07 02:09:09.039 INFO O| Mar 07 02:09:09.039 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
101922026-03-07T02:09:10.711Z[ host-image] Mar 07 02:09:09.039 INFO O| Mar 07 02:09:09.039 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
101932026-03-07T02:09:10.712Z[ host-image] Mar 07 02:09:09.039 INFO O| Mar 07 02:09:09.039 INFO STEP 98 (ensure_dir) COMPLETE
101942026-03-07T02:09:10.712Z[ host-image] Mar 07 02:09:09.039 INFO O| Mar 07 02:09:09.039 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101952026-03-07T02:09:10.716Z[ host-image] Mar 07 02:09:09.046 INFO O| Mar 07 02:09:09.046 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
101962026-03-07T02:09:10.716Z[ host-image] Mar 07 02:09:09.046 INFO O| Mar 07 02:09:09.046 INFO copying /tmp/.tmp9u6fI0/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 ...
101972026-03-07T02:09:10.719Z[ host-image] Mar 07 02:09:09.047 INFO O| Mar 07 02:09:09.046 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
101982026-03-07T02:09:10.719Z[ host-image] Mar 07 02:09:09.047 INFO O| Mar 07 02:09:09.047 INFO ok!
101992026-03-07T02:09:10.719Z[ host-image] Mar 07 02:09:09.047 INFO O| Mar 07 02:09:09.047 INFO STEP 99 (ensure_file) COMPLETE
102002026-03-07T02:09:10.719Z[ host-image] Mar 07 02:09:09.047 INFO O| Mar 07 02:09:09.047 INFO STEP 100: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102012026-03-07T02:09:10.724Z[ host-image] Mar 07 02:09:09.054 INFO O| Mar 07 02:09:09.054 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
102022026-03-07T02:09:10.727Z[ host-image] Mar 07 02:09:09.054 INFO O| Mar 07 02:09:09.054 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
102032026-03-07T02:09:10.727Z[ host-image] Mar 07 02:09:09.054 INFO O| Mar 07 02:09:09.054 INFO STEP 100 (ensure_dir) COMPLETE
102042026-03-07T02:09:10.727Z[ host-image] Mar 07 02:09:09.054 INFO O| Mar 07 02:09:09.054 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102052026-03-07T02:09:10.732Z[ host-image] Mar 07 02:09:09.062 INFO O| Mar 07 02:09:09.062 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
102062026-03-07T02:09:10.735Z[ host-image] Mar 07 02:09:09.062 INFO O| Mar 07 02:09:09.062 INFO copying /tmp/.tmp9u6fI0/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
102072026-03-07T02:09:10.752Z[ host-image] Mar 07 02:09:09.082 INFO O| Mar 07 02:09:09.082 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind
102082026-03-07T02:09:10.752Z[ host-image] Mar 07 02:09:09.082 INFO O| Mar 07 02:09:09.082 INFO ok!
102092026-03-07T02:09:10.755Z[ host-image] Mar 07 02:09:09.082 INFO O| Mar 07 02:09:09.082 INFO STEP 101 (ensure_file) COMPLETE
102102026-03-07T02:09:10.755Z[ host-image] Mar 07 02:09:09.082 INFO O| Mar 07 02:09:09.082 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102112026-03-07T02:09:10.760Z[ host-image] Mar 07 02:09:09.090 INFO O| Mar 07 02:09:09.090 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
102122026-03-07T02:09:10.763Z[ host-image] Mar 07 02:09:09.090 INFO O| Mar 07 02:09:09.090 INFO copying /tmp/.tmp9u6fI0/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
102132026-03-07T02:09:10.763Z[ host-image] Mar 07 02:09:09.091 INFO O| Mar 07 02:09:09.090 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
102142026-03-07T02:09:10.763Z[ host-image] Mar 07 02:09:09.091 INFO O| Mar 07 02:09:09.091 INFO ok!
102152026-03-07T02:09:10.763Z[ host-image] Mar 07 02:09:09.091 INFO O| Mar 07 02:09:09.091 INFO STEP 102 (ensure_file) COMPLETE
102162026-03-07T02:09:10.763Z[ host-image] Mar 07 02:09:09.091 INFO O| Mar 07 02:09:09.091 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102172026-03-07T02:09:10.768Z[ host-image] Mar 07 02:09:09.098 INFO O| Mar 07 02:09:09.098 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
102182026-03-07T02:09:10.768Z[ host-image] Mar 07 02:09:09.098 INFO O| Mar 07 02:09:09.098 INFO copying /tmp/.tmp9u6fI0/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
102192026-03-07T02:09:11.255Z[ host-image] Mar 07 02:09:09.584 INFO O| Mar 07 02:09:09.584 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
102202026-03-07T02:09:11.255Z[ host-image] Mar 07 02:09:09.584 INFO O| Mar 07 02:09:09.584 INFO ok!
102212026-03-07T02:09:11.258Z[ host-image] Mar 07 02:09:09.585 INFO O| Mar 07 02:09:09.584 INFO STEP 103 (ensure_file) COMPLETE
102222026-03-07T02:09:11.258Z[ host-image] Mar 07 02:09:09.585 INFO O| Mar 07 02:09:09.584 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102232026-03-07T02:09:11.263Z[ host-image] Mar 07 02:09:09.593 INFO O| Mar 07 02:09:09.593 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION does not exist
102242026-03-07T02:09:11.263Z[ host-image] Mar 07 02:09:09.593 INFO O| Mar 07 02:09:09.593 INFO copying /tmp/.tmp9u6fI0/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION ...
102252026-03-07T02:09:11.267Z[ host-image] Mar 07 02:09:09.593 INFO O| Mar 07 02:09:09.593 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION
102262026-03-07T02:09:11.267Z[ host-image] Mar 07 02:09:09.593 INFO O| Mar 07 02:09:09.593 INFO ok!
102272026-03-07T02:09:11.267Z[ host-image] Mar 07 02:09:09.593 INFO O| Mar 07 02:09:09.593 INFO STEP 104 (ensure_file) COMPLETE
102282026-03-07T02:09:11.267Z[ host-image] Mar 07 02:09:09.593 INFO O| Mar 07 02:09:09.593 INFO STEP 105: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102292026-03-07T02:09:11.271Z[ host-image] Mar 07 02:09:09.601 INFO O| Mar 07 02:09:09.601 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
102302026-03-07T02:09:11.274Z[ host-image] Mar 07 02:09:09.601 INFO O| Mar 07 02:09:09.601 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
102312026-03-07T02:09:11.274Z[ host-image] Mar 07 02:09:09.601 INFO O| Mar 07 02:09:09.601 INFO STEP 105 (ensure_dir) COMPLETE
102322026-03-07T02:09:11.274Z[ host-image] Mar 07 02:09:09.601 INFO O| Mar 07 02:09:09.601 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102332026-03-07T02:09:11.279Z[ host-image] Mar 07 02:09:09.609 INFO O| Mar 07 02:09:09.609 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw does not exist
102342026-03-07T02:09:11.282Z[ host-image] Mar 07 02:09:09.609 INFO O| Mar 07 02:09:09.609 INFO copying /tmp/.tmp9u6fI0/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 ...
102352026-03-07T02:09:11.734Z[ host-image] Mar 07 02:09:10.063 INFO O| Mar 07 02:09:10.063 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw
102362026-03-07T02:09:11.734Z[ host-image] Mar 07 02:09:10.063 INFO O| Mar 07 02:09:10.063 INFO ok!
102372026-03-07T02:09:11.734Z[ host-image] Mar 07 02:09:10.063 INFO O| Mar 07 02:09:10.063 INFO STEP 106 (ensure_file) COMPLETE
102382026-03-07T02:09:11.737Z[ host-image] Mar 07 02:09:10.063 INFO O| Mar 07 02:09:10.063 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102392026-03-07T02:09:11.742Z[ host-image] Mar 07 02:09:10.072 INFO O| Mar 07 02:09:10.072 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d does not exist
102402026-03-07T02:09:11.742Z[ host-image] Mar 07 02:09:10.072 INFO O| Mar 07 02:09:10.072 INFO copying /tmp/.tmp9u6fI0/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 ...
102412026-03-07T02:09:11.746Z[ host-image] Mar 07 02:09:10.072 INFO O| Mar 07 02:09:10.072 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d
102422026-03-07T02:09:11.746Z[ host-image] Mar 07 02:09:10.072 INFO O| Mar 07 02:09:10.072 INFO ok!
102432026-03-07T02:09:11.746Z[ host-image] Mar 07 02:09:10.072 INFO O| Mar 07 02:09:10.072 INFO STEP 107 (ensure_file) COMPLETE
102442026-03-07T02:09:11.746Z[ host-image] Mar 07 02:09:10.072 INFO O| Mar 07 02:09:10.072 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102452026-03-07T02:09:11.750Z[ host-image] Mar 07 02:09:10.079 INFO O| Mar 07 02:09:10.079 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d does not exist
102462026-03-07T02:09:11.752Z[ host-image] Mar 07 02:09:10.079 INFO O| Mar 07 02:09:10.079 INFO copying /tmp/.tmp9u6fI0/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 ...
102472026-03-07T02:09:11.752Z[ host-image] Mar 07 02:09:10.079 INFO O| Mar 07 02:09:10.079 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d
102482026-03-07T02:09:11.752Z[ host-image] Mar 07 02:09:10.079 INFO O| Mar 07 02:09:10.079 INFO ok!
102492026-03-07T02:09:11.752Z[ host-image] Mar 07 02:09:10.079 INFO O| Mar 07 02:09:10.079 INFO STEP 108 (ensure_file) COMPLETE
102502026-03-07T02:09:11.753Z[ host-image] Mar 07 02:09:10.079 INFO O| Mar 07 02:09:10.079 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102512026-03-07T02:09:11.757Z[ host-image] Mar 07 02:09:10.087 INFO O| Mar 07 02:09:10.087 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d does not exist
102522026-03-07T02:09:11.757Z[ host-image] Mar 07 02:09:10.087 INFO O| Mar 07 02:09:10.087 INFO copying /tmp/.tmp9u6fI0/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 ...
102532026-03-07T02:09:11.758Z[ host-image] Mar 07 02:09:10.087 INFO O| Mar 07 02:09:10.087 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d
102542026-03-07T02:09:11.761Z[ host-image] Mar 07 02:09:10.087 INFO O| Mar 07 02:09:10.087 INFO ok!
102552026-03-07T02:09:11.761Z[ host-image] Mar 07 02:09:10.087 INFO O| Mar 07 02:09:10.087 INFO STEP 109 (ensure_file) COMPLETE
102562026-03-07T02:09:11.761Z[ host-image] Mar 07 02:09:10.087 INFO O| Mar 07 02:09:10.087 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102572026-03-07T02:09:11.765Z[ host-image] Mar 07 02:09:10.095 INFO O| Mar 07 02:09:10.095 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d does not exist
102582026-03-07T02:09:11.765Z[ host-image] Mar 07 02:09:10.095 INFO O| Mar 07 02:09:10.095 INFO copying /tmp/.tmp9u6fI0/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 ...
102592026-03-07T02:09:11.768Z[ host-image] Mar 07 02:09:10.095 INFO O| Mar 07 02:09:10.095 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d
102602026-03-07T02:09:11.768Z[ host-image] Mar 07 02:09:10.095 INFO O| Mar 07 02:09:10.095 INFO ok!
102612026-03-07T02:09:11.768Z[ host-image] Mar 07 02:09:10.095 INFO O| Mar 07 02:09:10.095 INFO STEP 110 (ensure_file) COMPLETE
102622026-03-07T02:09:11.768Z[ host-image] Mar 07 02:09:10.095 INFO O| Mar 07 02:09:10.095 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102632026-03-07T02:09:11.773Z[ host-image] Mar 07 02:09:10.103 INFO O| Mar 07 02:09:10.103 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d does not exist
102642026-03-07T02:09:11.773Z[ host-image] Mar 07 02:09:10.103 INFO O| Mar 07 02:09:10.103 INFO copying /tmp/.tmp9u6fI0/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 ...
102652026-03-07T02:09:11.776Z[ host-image] Mar 07 02:09:10.103 INFO O| Mar 07 02:09:10.103 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d
102662026-03-07T02:09:11.776Z[ host-image] Mar 07 02:09:10.103 INFO O| Mar 07 02:09:10.103 INFO ok!
102672026-03-07T02:09:11.776Z[ host-image] Mar 07 02:09:10.103 INFO O| Mar 07 02:09:10.103 INFO STEP 111 (ensure_file) COMPLETE
102682026-03-07T02:09:11.776Z[ host-image] Mar 07 02:09:10.103 INFO O| Mar 07 02:09:10.103 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102692026-03-07T02:09:11.782Z[ host-image] Mar 07 02:09:10.110 INFO O| Mar 07 02:09:10.110 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d does not exist
102702026-03-07T02:09:11.782Z[ host-image] Mar 07 02:09:10.110 INFO O| Mar 07 02:09:10.110 INFO copying /tmp/.tmp9u6fI0/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 ...
102712026-03-07T02:09:11.785Z[ host-image] Mar 07 02:09:10.111 INFO O| Mar 07 02:09:10.111 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d
102722026-03-07T02:09:11.785Z[ host-image] Mar 07 02:09:10.111 INFO O| Mar 07 02:09:10.111 INFO ok!
102732026-03-07T02:09:11.785Z[ host-image] Mar 07 02:09:10.111 INFO O| Mar 07 02:09:10.111 INFO STEP 112 (ensure_file) COMPLETE
102742026-03-07T02:09:11.785Z[ host-image] Mar 07 02:09:10.111 INFO O| Mar 07 02:09:10.111 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102752026-03-07T02:09:11.789Z[ host-image] Mar 07 02:09:10.118 INFO O| Mar 07 02:09:10.118 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d does not exist
102762026-03-07T02:09:11.789Z[ host-image] Mar 07 02:09:10.118 INFO O| Mar 07 02:09:10.118 INFO copying /tmp/.tmp9u6fI0/proto/host/root/opt/oxide/crucible_utils/tracegw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d ...
102772026-03-07T02:09:11.791Z[ host-image] Mar 07 02:09:10.118 INFO O| Mar 07 02:09:10.118 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d
102782026-03-07T02:09:11.791Z[ host-image] Mar 07 02:09:10.118 INFO O| Mar 07 02:09:10.118 INFO ok!
102792026-03-07T02:09:11.791Z[ host-image] Mar 07 02:09:10.118 INFO O| Mar 07 02:09:10.118 INFO STEP 113 (ensure_file) COMPLETE
102802026-03-07T02:09:11.791Z[ host-image] Mar 07 02:09:10.118 INFO O| Mar 07 02:09:10.118 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102812026-03-07T02:09:11.796Z[ host-image] Mar 07 02:09:10.126 INFO O| Mar 07 02:09:10.126 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d does not exist
102822026-03-07T02:09:11.796Z[ host-image] Mar 07 02:09:10.126 INFO O| Mar 07 02:09:10.126 INFO copying /tmp/.tmp9u6fI0/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 ...
102832026-03-07T02:09:11.799Z[ host-image] Mar 07 02:09:10.126 INFO O| Mar 07 02:09:10.126 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d
102842026-03-07T02:09:11.799Z[ host-image] Mar 07 02:09:10.126 INFO O| Mar 07 02:09:10.126 INFO ok!
102852026-03-07T02:09:11.799Z[ host-image] Mar 07 02:09:10.126 INFO O| Mar 07 02:09:10.126 INFO STEP 114 (ensure_file) COMPLETE
102862026-03-07T02:09:11.799Z[ host-image] Mar 07 02:09:10.126 INFO O| Mar 07 02:09:10.126 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102872026-03-07T02:09:11.804Z[ host-image] Mar 07 02:09:10.134 INFO O| Mar 07 02:09:10.134 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d does not exist
102882026-03-07T02:09:11.804Z[ host-image] Mar 07 02:09:10.134 INFO O| Mar 07 02:09:10.134 INFO copying /tmp/.tmp9u6fI0/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 ...
102892026-03-07T02:09:11.807Z[ host-image] Mar 07 02:09:10.134 INFO O| Mar 07 02:09:10.134 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d
102902026-03-07T02:09:11.807Z[ host-image] Mar 07 02:09:10.134 INFO O| Mar 07 02:09:10.134 INFO ok!
102912026-03-07T02:09:11.807Z[ host-image] Mar 07 02:09:10.134 INFO O| Mar 07 02:09:10.134 INFO STEP 115 (ensure_file) COMPLETE
102922026-03-07T02:09:11.807Z[ host-image] Mar 07 02:09:10.134 INFO O| Mar 07 02:09:10.134 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102932026-03-07T02:09:11.812Z[ host-image] Mar 07 02:09:10.142 INFO O| Mar 07 02:09:10.142 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d does not exist
102942026-03-07T02:09:11.815Z[ host-image] Mar 07 02:09:10.142 INFO O| Mar 07 02:09:10.142 INFO copying /tmp/.tmp9u6fI0/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 ...
102952026-03-07T02:09:11.815Z[ host-image] Mar 07 02:09:10.142 INFO O| Mar 07 02:09:10.142 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d
102962026-03-07T02:09:11.815Z[ host-image] Mar 07 02:09:10.142 INFO O| Mar 07 02:09:10.142 INFO ok!
102972026-03-07T02:09:11.816Z[ host-image] Mar 07 02:09:10.142 INFO O| Mar 07 02:09:10.142 INFO STEP 116 (ensure_file) COMPLETE
102982026-03-07T02:09:11.816Z[ host-image] Mar 07 02:09:10.142 INFO O| Mar 07 02:09:10.142 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102992026-03-07T02:09:11.823Z[ host-image] Mar 07 02:09:10.151 INFO O| Mar 07 02:09:10.151 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d does not exist
103002026-03-07T02:09:11.823Z[ host-image] Mar 07 02:09:10.151 INFO O| Mar 07 02:09:10.151 INFO copying /tmp/.tmp9u6fI0/proto/host/root/opt/oxide/crucible_utils/perfgw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d ...
103012026-03-07T02:09:11.826Z[ host-image] Mar 07 02:09:10.151 INFO O| Mar 07 02:09:10.151 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d
103022026-03-07T02:09:11.826Z[ host-image] Mar 07 02:09:10.151 INFO O| Mar 07 02:09:10.151 INFO ok!
103032026-03-07T02:09:11.826Z[ host-image] Mar 07 02:09:10.151 INFO O| Mar 07 02:09:10.151 INFO STEP 117 (ensure_file) COMPLETE
103042026-03-07T02:09:11.827Z[ host-image] Mar 07 02:09:10.151 INFO O| Mar 07 02:09:10.151 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103052026-03-07T02:09:11.830Z[ host-image] Mar 07 02:09:10.158 INFO O| Mar 07 02:09:10.158 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d does not exist
103062026-03-07T02:09:11.830Z[ host-image] Mar 07 02:09:10.158 INFO O| Mar 07 02:09:10.158 INFO copying /tmp/.tmp9u6fI0/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 ...
103072026-03-07T02:09:11.830Z[ host-image] Mar 07 02:09:10.158 INFO O| Mar 07 02:09:10.158 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d
103082026-03-07T02:09:11.830Z[ host-image] Mar 07 02:09:10.158 INFO O| Mar 07 02:09:10.158 INFO ok!
103092026-03-07T02:09:11.830Z[ host-image] Mar 07 02:09:10.158 INFO O| Mar 07 02:09:10.158 INFO STEP 118 (ensure_file) COMPLETE
103102026-03-07T02:09:11.830Z[ host-image] Mar 07 02:09:10.158 INFO O| Mar 07 02:09:10.158 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103112026-03-07T02:09:11.836Z[ host-image] Mar 07 02:09:10.166 INFO O| Mar 07 02:09:10.166 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d does not exist
103122026-03-07T02:09:11.836Z[ host-image] Mar 07 02:09:10.166 INFO O| Mar 07 02:09:10.166 INFO copying /tmp/.tmp9u6fI0/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 ...
103132026-03-07T02:09:11.836Z[ host-image] Mar 07 02:09:10.166 INFO O| Mar 07 02:09:10.166 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d
103142026-03-07T02:09:11.840Z[ host-image] Mar 07 02:09:10.166 INFO O| Mar 07 02:09:10.166 INFO ok!
103152026-03-07T02:09:11.840Z[ host-image] Mar 07 02:09:10.166 INFO O| Mar 07 02:09:10.166 INFO STEP 119 (ensure_file) COMPLETE
103162026-03-07T02:09:11.840Z[ host-image] Mar 07 02:09:10.166 INFO O| Mar 07 02:09:10.166 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103172026-03-07T02:09:11.843Z[ host-image] Mar 07 02:09:10.173 INFO O| Mar 07 02:09:10.173 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d does not exist
103182026-03-07T02:09:11.846Z[ host-image] Mar 07 02:09:10.173 INFO O| Mar 07 02:09:10.173 INFO copying /tmp/.tmp9u6fI0/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 ...
103192026-03-07T02:09:11.846Z[ host-image] Mar 07 02:09:10.173 INFO O| Mar 07 02:09:10.173 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d
103202026-03-07T02:09:11.846Z[ host-image] Mar 07 02:09:10.173 INFO O| Mar 07 02:09:10.173 INFO ok!
103212026-03-07T02:09:11.846Z[ host-image] Mar 07 02:09:10.173 INFO O| Mar 07 02:09:10.173 INFO STEP 120 (ensure_file) COMPLETE
103222026-03-07T02:09:11.846Z[ host-image] Mar 07 02:09:10.173 INFO O| Mar 07 02:09:10.173 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103232026-03-07T02:09:11.851Z[ host-image] Mar 07 02:09:10.181 INFO O| Mar 07 02:09:10.181 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d does not exist
103242026-03-07T02:09:11.854Z[ host-image] Mar 07 02:09:10.181 INFO O| Mar 07 02:09:10.181 INFO copying /tmp/.tmp9u6fI0/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 ...
103252026-03-07T02:09:11.854Z[ host-image] Mar 07 02:09:10.181 INFO O| Mar 07 02:09:10.181 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d
103262026-03-07T02:09:11.854Z[ host-image] Mar 07 02:09:10.181 INFO O| Mar 07 02:09:10.181 INFO ok!
103272026-03-07T02:09:11.854Z[ host-image] Mar 07 02:09:10.181 INFO O| Mar 07 02:09:10.181 INFO STEP 121 (ensure_file) COMPLETE
103282026-03-07T02:09:11.854Z[ host-image] Mar 07 02:09:10.181 INFO O| Mar 07 02:09:10.181 INFO STEP 122: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103292026-03-07T02:09:11.859Z[ host-image] Mar 07 02:09:10.188 INFO O| Mar 07 02:09:10.188 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d does not exist
103302026-03-07T02:09:11.861Z[ host-image] Mar 07 02:09:10.188 INFO O| Mar 07 02:09:10.188 INFO copying /tmp/.tmp9u6fI0/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 ...
103312026-03-07T02:09:11.861Z[ host-image] Mar 07 02:09:10.189 INFO O| Mar 07 02:09:10.189 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d
103322026-03-07T02:09:11.861Z[ host-image] Mar 07 02:09:10.189 INFO O| Mar 07 02:09:10.189 INFO ok!
103332026-03-07T02:09:11.861Z[ host-image] Mar 07 02:09:10.189 INFO O| Mar 07 02:09:10.189 INFO STEP 122 (ensure_file) COMPLETE
103342026-03-07T02:09:11.861Z[ host-image] Mar 07 02:09:10.189 INFO O| Mar 07 02:09:10.189 INFO STEP 123: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103352026-03-07T02:09:11.866Z[ host-image] Mar 07 02:09:10.196 INFO O| Mar 07 02:09:10.196 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d does not exist
103362026-03-07T02:09:11.869Z[ host-image] Mar 07 02:09:10.196 INFO O| Mar 07 02:09:10.196 INFO copying /tmp/.tmp9u6fI0/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 ...
103372026-03-07T02:09:11.869Z[ host-image] Mar 07 02:09:10.196 INFO O| Mar 07 02:09:10.196 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d
103382026-03-07T02:09:11.869Z[ host-image] Mar 07 02:09:10.196 INFO O| Mar 07 02:09:10.196 INFO ok!
103392026-03-07T02:09:11.869Z[ host-image] Mar 07 02:09:10.196 INFO O| Mar 07 02:09:10.196 INFO STEP 123 (ensure_file) COMPLETE
103402026-03-07T02:09:11.869Z[ host-image] Mar 07 02:09:10.196 INFO O| Mar 07 02:09:10.196 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103412026-03-07T02:09:11.874Z[ host-image] Mar 07 02:09:10.204 INFO O| Mar 07 02:09:10.204 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d does not exist
103422026-03-07T02:09:11.874Z[ host-image] Mar 07 02:09:10.204 INFO O| Mar 07 02:09:10.204 INFO copying /tmp/.tmp9u6fI0/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 ...
103432026-03-07T02:09:11.877Z[ host-image] Mar 07 02:09:10.204 INFO O| Mar 07 02:09:10.204 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d
103442026-03-07T02:09:11.877Z[ host-image] Mar 07 02:09:10.204 INFO O| Mar 07 02:09:10.204 INFO ok!
103452026-03-07T02:09:11.877Z[ host-image] Mar 07 02:09:10.204 INFO O| Mar 07 02:09:10.204 INFO STEP 124 (ensure_file) COMPLETE
103462026-03-07T02:09:11.877Z[ host-image] Mar 07 02:09:10.204 INFO O| Mar 07 02:09:10.204 INFO STEP 125: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103472026-03-07T02:09:11.882Z[ host-image] Mar 07 02:09:10.211 INFO O| Mar 07 02:09:10.211 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d does not exist
103482026-03-07T02:09:11.884Z[ host-image] Mar 07 02:09:10.211 INFO O| Mar 07 02:09:10.211 INFO copying /tmp/.tmp9u6fI0/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 ...
103492026-03-07T02:09:11.884Z[ host-image] Mar 07 02:09:10.212 INFO O| Mar 07 02:09:10.212 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d
103502026-03-07T02:09:11.884Z[ host-image] Mar 07 02:09:10.212 INFO O| Mar 07 02:09:10.212 INFO ok!
103512026-03-07T02:09:11.884Z[ host-image] Mar 07 02:09:10.212 INFO O| Mar 07 02:09:10.212 INFO STEP 125 (ensure_file) COMPLETE
103522026-03-07T02:09:11.884Z[ host-image] Mar 07 02:09:10.212 INFO O| Mar 07 02:09:10.212 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103532026-03-07T02:09:11.889Z[ host-image] Mar 07 02:09:10.219 INFO O| Mar 07 02:09:10.219 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d does not exist
103542026-03-07T02:09:11.892Z[ host-image] Mar 07 02:09:10.219 INFO O| Mar 07 02:09:10.219 INFO copying /tmp/.tmp9u6fI0/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 ...
103552026-03-07T02:09:11.892Z[ host-image] Mar 07 02:09:10.219 INFO O| Mar 07 02:09:10.219 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d
103562026-03-07T02:09:11.892Z[ host-image] Mar 07 02:09:10.219 INFO O| Mar 07 02:09:10.219 INFO ok!
103572026-03-07T02:09:11.892Z[ host-image] Mar 07 02:09:10.219 INFO O| Mar 07 02:09:10.219 INFO STEP 126 (ensure_file) COMPLETE
103582026-03-07T02:09:11.892Z[ host-image] Mar 07 02:09:10.219 INFO O| Mar 07 02:09:10.219 INFO STEP 127: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103592026-03-07T02:09:11.897Z[ host-image] Mar 07 02:09:10.227 INFO O| Mar 07 02:09:10.226 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d does not exist
103602026-03-07T02:09:11.897Z[ host-image] Mar 07 02:09:10.227 INFO O| Mar 07 02:09:10.226 INFO copying /tmp/.tmp9u6fI0/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 ...
103612026-03-07T02:09:11.899Z[ host-image] Mar 07 02:09:10.227 INFO O| Mar 07 02:09:10.227 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d
103622026-03-07T02:09:11.899Z[ host-image] Mar 07 02:09:10.227 INFO O| Mar 07 02:09:10.227 INFO ok!
103632026-03-07T02:09:11.900Z[ host-image] Mar 07 02:09:10.227 INFO O| Mar 07 02:09:10.227 INFO STEP 127 (ensure_file) COMPLETE
103642026-03-07T02:09:11.900Z[ host-image] Mar 07 02:09:10.227 INFO O| Mar 07 02:09:10.227 INFO STEP 128: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103652026-03-07T02:09:11.904Z[ host-image] Mar 07 02:09:10.234 INFO O| Mar 07 02:09:10.234 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh does not exist
103662026-03-07T02:09:11.904Z[ host-image] Mar 07 02:09:10.234 INFO O| Mar 07 02:09:10.234 INFO copying /tmp/.tmp9u6fI0/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 ...
103672026-03-07T02:09:11.907Z[ host-image] Mar 07 02:09:10.234 INFO O| Mar 07 02:09:10.234 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh
103682026-03-07T02:09:11.907Z[ host-image] Mar 07 02:09:10.234 INFO O| Mar 07 02:09:10.234 INFO ok!
103692026-03-07T02:09:11.907Z[ host-image] Mar 07 02:09:10.234 INFO O| Mar 07 02:09:10.234 INFO STEP 128 (ensure_file) COMPLETE
103702026-03-07T02:09:11.907Z[ host-image] Mar 07 02:09:10.234 INFO O| Mar 07 02:09:10.234 INFO STEP 129: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103712026-03-07T02:09:11.912Z[ host-image] Mar 07 02:09:10.242 INFO O| Mar 07 02:09:10.242 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d does not exist
103722026-03-07T02:09:11.912Z[ host-image] Mar 07 02:09:10.242 INFO O| Mar 07 02:09:10.242 INFO copying /tmp/.tmp9u6fI0/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 ...
103732026-03-07T02:09:11.915Z[ host-image] Mar 07 02:09:10.242 INFO O| Mar 07 02:09:10.242 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d
103742026-03-07T02:09:11.915Z[ host-image] Mar 07 02:09:10.242 INFO O| Mar 07 02:09:10.242 INFO ok!
103752026-03-07T02:09:11.915Z[ host-image] Mar 07 02:09:10.242 INFO O| Mar 07 02:09:10.242 INFO STEP 129 (ensure_file) COMPLETE
103762026-03-07T02:09:11.915Z[ host-image] Mar 07 02:09:10.242 INFO O| Mar 07 02:09:10.242 INFO STEP 130: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103772026-03-07T02:09:11.919Z[ host-image] Mar 07 02:09:10.249 INFO O| Mar 07 02:09:10.249 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh does not exist
103782026-03-07T02:09:11.922Z[ host-image] Mar 07 02:09:10.249 INFO O| Mar 07 02:09:10.249 INFO copying /tmp/.tmp9u6fI0/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 ...
103792026-03-07T02:09:11.922Z[ host-image] Mar 07 02:09:10.249 INFO O| Mar 07 02:09:10.249 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh
103802026-03-07T02:09:11.922Z[ host-image] Mar 07 02:09:10.249 INFO O| Mar 07 02:09:10.249 INFO ok!
103812026-03-07T02:09:11.922Z[ host-image] Mar 07 02:09:10.249 INFO O| Mar 07 02:09:10.249 INFO STEP 130 (ensure_file) COMPLETE
103822026-03-07T02:09:11.922Z[ host-image] Mar 07 02:09:10.249 INFO O| Mar 07 02:09:10.249 INFO STEP 131: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103832026-03-07T02:09:11.927Z[ host-image] Mar 07 02:09:10.257 INFO O| Mar 07 02:09:10.257 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d does not exist
103842026-03-07T02:09:11.930Z[ host-image] Mar 07 02:09:10.257 INFO O| Mar 07 02:09:10.257 INFO copying /tmp/.tmp9u6fI0/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 ...
103852026-03-07T02:09:11.930Z[ host-image] Mar 07 02:09:10.257 INFO O| Mar 07 02:09:10.257 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d
103862026-03-07T02:09:11.930Z[ host-image] Mar 07 02:09:10.257 INFO O| Mar 07 02:09:10.257 INFO ok!
103872026-03-07T02:09:11.930Z[ host-image] Mar 07 02:09:10.257 INFO O| Mar 07 02:09:10.257 INFO STEP 131 (ensure_file) COMPLETE
103882026-03-07T02:09:11.930Z[ host-image] Mar 07 02:09:10.257 INFO O| Mar 07 02:09:10.257 INFO STEP 132: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103892026-03-07T02:09:11.935Z[ host-image] Mar 07 02:09:10.265 INFO O| Mar 07 02:09:10.265 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh does not exist
103902026-03-07T02:09:11.938Z[ host-image] Mar 07 02:09:10.265 INFO O| Mar 07 02:09:10.265 INFO copying /tmp/.tmp9u6fI0/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 ...
103912026-03-07T02:09:11.938Z[ host-image] Mar 07 02:09:10.265 INFO O| Mar 07 02:09:10.265 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh
103922026-03-07T02:09:11.938Z[ host-image] Mar 07 02:09:10.265 INFO O| Mar 07 02:09:10.265 INFO ok!
103932026-03-07T02:09:11.938Z[ host-image] Mar 07 02:09:10.265 INFO O| Mar 07 02:09:10.265 INFO STEP 132 (ensure_file) COMPLETE
103942026-03-07T02:09:11.938Z[ host-image] Mar 07 02:09:10.265 INFO O| Mar 07 02:09:10.265 INFO STEP 133: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103952026-03-07T02:09:11.943Z[ host-image] Mar 07 02:09:10.273 INFO O| Mar 07 02:09:10.273 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d does not exist
103962026-03-07T02:09:11.943Z[ host-image] Mar 07 02:09:10.273 INFO O| Mar 07 02:09:10.273 INFO copying /tmp/.tmp9u6fI0/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 ...
103972026-03-07T02:09:11.946Z[ host-image] Mar 07 02:09:10.273 INFO O| Mar 07 02:09:10.273 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d
103982026-03-07T02:09:11.946Z[ host-image] Mar 07 02:09:10.273 INFO O| Mar 07 02:09:10.273 INFO ok!
103992026-03-07T02:09:11.946Z[ host-image] Mar 07 02:09:10.273 INFO O| Mar 07 02:09:10.273 INFO STEP 133 (ensure_file) COMPLETE
104002026-03-07T02:09:11.946Z[ host-image] Mar 07 02:09:10.273 INFO O| Mar 07 02:09:10.273 INFO STEP 134: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104012026-03-07T02:09:11.951Z[ host-image] Mar 07 02:09:10.280 INFO O| Mar 07 02:09:10.280 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d does not exist
104022026-03-07T02:09:11.953Z[ host-image] Mar 07 02:09:10.281 INFO O| Mar 07 02:09:10.280 INFO copying /tmp/.tmp9u6fI0/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 ...
104032026-03-07T02:09:11.954Z[ host-image] Mar 07 02:09:10.281 INFO O| Mar 07 02:09:10.281 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d
104042026-03-07T02:09:11.954Z[ host-image] Mar 07 02:09:10.281 INFO O| Mar 07 02:09:10.281 INFO ok!
104052026-03-07T02:09:11.954Z[ host-image] Mar 07 02:09:10.281 INFO O| Mar 07 02:09:10.281 INFO STEP 134 (ensure_file) COMPLETE
104062026-03-07T02:09:11.954Z[ host-image] Mar 07 02:09:10.281 INFO O| Mar 07 02:09:10.281 INFO STEP 135: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104072026-03-07T02:09:11.959Z[ host-image] Mar 07 02:09:10.288 INFO O| Mar 07 02:09:10.288 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d does not exist
104082026-03-07T02:09:11.961Z[ host-image] Mar 07 02:09:10.288 INFO O| Mar 07 02:09:10.288 INFO copying /tmp/.tmp9u6fI0/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 ...
104092026-03-07T02:09:11.962Z[ host-image] Mar 07 02:09:10.288 INFO O| Mar 07 02:09:10.288 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d
104102026-03-07T02:09:11.962Z[ host-image] Mar 07 02:09:10.288 INFO O| Mar 07 02:09:10.288 INFO ok!
104112026-03-07T02:09:11.962Z[ host-image] Mar 07 02:09:10.288 INFO O| Mar 07 02:09:10.288 INFO STEP 135 (ensure_file) COMPLETE
104122026-03-07T02:09:11.962Z[ host-image] Mar 07 02:09:10.288 INFO O| Mar 07 02:09:10.288 INFO STEP 136: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104132026-03-07T02:09:11.966Z[ host-image] Mar 07 02:09:10.296 INFO O| Mar 07 02:09:10.296 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md does not exist
104142026-03-07T02:09:11.969Z[ host-image] Mar 07 02:09:10.296 INFO O| Mar 07 02:09:10.296 INFO copying /tmp/.tmp9u6fI0/proto/host/root/opt/oxide/crucible_utils/README.md -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md ...
104152026-03-07T02:09:11.969Z[ host-image] Mar 07 02:09:10.296 INFO O| Mar 07 02:09:10.296 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md
104162026-03-07T02:09:11.969Z[ host-image] Mar 07 02:09:10.296 INFO O| Mar 07 02:09:10.296 INFO ok!
104172026-03-07T02:09:11.969Z[ host-image] Mar 07 02:09:10.296 INFO O| Mar 07 02:09:10.296 INFO STEP 136 (ensure_file) COMPLETE
104182026-03-07T02:09:11.969Z[ host-image] Mar 07 02:09:10.296 INFO O| Mar 07 02:09:10.296 INFO STEP 137: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104192026-03-07T02:09:11.973Z[ host-image] Mar 07 02:09:10.303 INFO O| Mar 07 02:09:10.303 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt does not exist
104202026-03-07T02:09:11.977Z[ host-image] Mar 07 02:09:10.303 INFO O| Mar 07 02:09:10.303 INFO copying /tmp/.tmp9u6fI0/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 ...
104212026-03-07T02:09:11.977Z[ host-image] Mar 07 02:09:10.303 INFO O| Mar 07 02:09:10.303 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt
104222026-03-07T02:09:11.977Z[ host-image] Mar 07 02:09:10.303 INFO O| Mar 07 02:09:10.303 INFO ok!
104232026-03-07T02:09:11.977Z[ host-image] Mar 07 02:09:10.303 INFO O| Mar 07 02:09:10.303 INFO STEP 137 (ensure_file) COMPLETE
104242026-03-07T02:09:11.977Z[ host-image] Mar 07 02:09:10.303 INFO O| Mar 07 02:09:10.303 INFO STEP 138: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104252026-03-07T02:09:11.981Z[ host-image] Mar 07 02:09:10.311 INFO O| Mar 07 02:09:10.310 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION does not exist
104262026-03-07T02:09:11.981Z[ host-image] Mar 07 02:09:10.311 INFO O| Mar 07 02:09:10.311 INFO copying /tmp/.tmp9u6fI0/proto/host/root/opt/oxide/crucible_utils/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION ...
104272026-03-07T02:09:11.985Z[ host-image] Mar 07 02:09:10.311 INFO O| Mar 07 02:09:10.311 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION
104282026-03-07T02:09:11.985Z[ host-image] Mar 07 02:09:10.311 INFO O| Mar 07 02:09:10.311 INFO ok!
104292026-03-07T02:09:11.985Z[ host-image] Mar 07 02:09:10.311 INFO O| Mar 07 02:09:10.311 INFO STEP 138 (ensure_file) COMPLETE
104302026-03-07T02:09:11.985Z[ host-image] Mar 07 02:09:10.311 INFO O| Mar 07 02:09:10.311 INFO STEP 139: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104312026-03-07T02:09:11.989Z[ host-image] Mar 07 02:09:10.319 INFO O| Mar 07 02:09:10.318 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz does not exist
104322026-03-07T02:09:11.991Z[ host-image] Mar 07 02:09:10.319 INFO O| Mar 07 02:09:10.319 INFO copying /tmp/.tmp9u6fI0/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz ...
104332026-03-07T02:09:16.436Z[ host-image] Mar 07 02:09:14.763 INFO O| Mar 07 02:09:14.763 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz
104342026-03-07T02:09:16.436Z[ host-image] Mar 07 02:09:14.763 INFO O| Mar 07 02:09:14.763 INFO ok!
104352026-03-07T02:09:16.439Z[ host-image] Mar 07 02:09:14.763 INFO O| Mar 07 02:09:14.763 INFO STEP 139 (ensure_file) COMPLETE
104362026-03-07T02:09:16.439Z[ host-image] Mar 07 02:09:14.763 INFO O| Mar 07 02:09:14.763 INFO STEP 140: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104372026-03-07T02:09:16.443Z[ host-image] Mar 07 02:09:14.772 INFO O| Mar 07 02:09:14.772 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib
104382026-03-07T02:09:16.447Z[ host-image] Mar 07 02:09:14.772 INFO O| Mar 07 02:09:14.772 INFO STEP 140 (ensure_dir) COMPLETE
104392026-03-07T02:09:16.447Z[ host-image] Mar 07 02:09:14.772 INFO O| Mar 07 02:09:14.772 INFO STEP 141: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104402026-03-07T02:09:16.450Z[ host-image] Mar 07 02:09:14.779 INFO O| Mar 07 02:09:14.779 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc
104412026-03-07T02:09:16.450Z[ host-image] Mar 07 02:09:14.780 INFO O| Mar 07 02:09:14.779 INFO STEP 141 (ensure_dir) COMPLETE
104422026-03-07T02:09:16.451Z[ host-image] Mar 07 02:09:14.780 INFO O| Mar 07 02:09:14.779 INFO STEP 142: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104432026-03-07T02:09:16.458Z[ host-image] Mar 07 02:09:14.787 INFO O| Mar 07 02:09:14.787 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest
104442026-03-07T02:09:16.458Z[ host-image] Mar 07 02:09:14.787 INFO O| Mar 07 02:09:14.787 INFO STEP 142 (ensure_dir) COMPLETE
104452026-03-07T02:09:16.461Z[ host-image] Mar 07 02:09:14.787 INFO O| Mar 07 02:09:14.787 INFO STEP 143: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104462026-03-07T02:09:16.465Z[ host-image] Mar 07 02:09:14.795 INFO O| Mar 07 02:09:14.794 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site
104472026-03-07T02:09:16.465Z[ host-image] Mar 07 02:09:14.795 INFO O| Mar 07 02:09:14.794 INFO STEP 143 (ensure_dir) COMPLETE
104482026-03-07T02:09:16.468Z[ host-image] Mar 07 02:09:14.795 INFO O| Mar 07 02:09:14.795 INFO STEP 144: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104492026-03-07T02:09:16.473Z[ host-image] Mar 07 02:09:14.802 INFO O| Mar 07 02:09:14.802 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
104502026-03-07T02:09:16.473Z[ host-image] Mar 07 02:09:14.803 INFO O| Mar 07 02:09:14.802 INFO copying /tmp/.tmp9u6fI0/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 ...
104512026-03-07T02:09:16.476Z[ host-image] Mar 07 02:09:14.803 INFO O| Mar 07 02:09:14.803 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml
104522026-03-07T02:09:16.476Z[ host-image] Mar 07 02:09:14.803 INFO O| Mar 07 02:09:14.803 INFO ok!
104532026-03-07T02:09:16.476Z[ host-image] Mar 07 02:09:14.803 INFO O| Mar 07 02:09:14.803 INFO STEP 144 (ensure_file) COMPLETE
104542026-03-07T02:09:16.476Z[ host-image] Mar 07 02:09:14.803 INFO O| Mar 07 02:09:14.803 INFO STEP 145: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104552026-03-07T02:09:16.482Z[ host-image] Mar 07 02:09:14.810 INFO O| Mar 07 02:09:14.810 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/root
104562026-03-07T02:09:16.485Z[ host-image] Mar 07 02:09:14.810 INFO O| Mar 07 02:09:14.810 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/root
104572026-03-07T02:09:16.485Z[ host-image] Mar 07 02:09:14.810 INFO O| Mar 07 02:09:14.810 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root
104582026-03-07T02:09:16.485Z[ host-image] Mar 07 02:09:14.810 INFO O| Mar 07 02:09:14.810 INFO STEP 145 (ensure_dir) COMPLETE
104592026-03-07T02:09:16.485Z[ host-image] Mar 07 02:09:14.810 INFO O| Mar 07 02:09:14.810 INFO STEP 146: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104602026-03-07T02:09:16.488Z[ host-image] Mar 07 02:09:14.818 INFO O| Mar 07 02:09:14.818 WARN file /rpool/images/build/host/work/sled/zfs/a/root/.profile exists, with wrong contents, unlinking
104612026-03-07T02:09:16.488Z[ host-image] Mar 07 02:09:14.818 INFO O| Mar 07 02:09:14.818 INFO copying /tmp/.tmp9u6fI0/proto/host/root/root/.profile -> /rpool/images/build/host/work/sled/zfs/a/root/.profile ...
104622026-03-07T02:09:16.491Z[ host-image] Mar 07 02:09:14.818 INFO O| Mar 07 02:09:14.818 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root/.profile
104632026-03-07T02:09:16.491Z[ host-image] Mar 07 02:09:14.818 INFO O| Mar 07 02:09:14.818 INFO ok!
104642026-03-07T02:09:16.491Z[ host-image] Mar 07 02:09:14.818 INFO O| Mar 07 02:09:14.818 INFO STEP 146 (ensure_file) COMPLETE
104652026-03-07T02:09:16.491Z[ host-image] Mar 07 02:09:14.818 INFO O| Mar 07 02:09:14.818 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
104662026-03-07T02:09:16.496Z[ host-image] Mar 07 02:09:14.825 INFO O| Mar 07 02:09:14.825 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ipsec"
104672026-03-07T02:09:16.499Z[ host-image] Mar 07 02:09:14.825 INFO O| Mar 07 02:09:14.825 INFO STEP 147 (remove_files) COMPLETE
104682026-03-07T02:09:16.499Z[ host-image] Mar 07 02:09:14.825 INFO O| Mar 07 02:09:14.825 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
104692026-03-07T02:09:16.504Z[ host-image] Mar 07 02:09:14.833 INFO O| Mar 07 02:09:14.833 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ldap"
104702026-03-07T02:09:16.507Z[ host-image] Mar 07 02:09:14.833 INFO O| Mar 07 02:09:14.833 INFO STEP 148 (remove_files) COMPLETE
104712026-03-07T02:09:16.507Z[ host-image] Mar 07 02:09:14.833 INFO O| Mar 07 02:09:14.833 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
104722026-03-07T02:09:16.512Z[ host-image] Mar 07 02:09:14.841 INFO O| Mar 07 02:09:14.841 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/rpc"
104732026-03-07T02:09:16.565Z[ host-image] Mar 07 02:09:14.841 INFO O| Mar 07 02:09:14.841 INFO STEP 149 (remove_files) COMPLETE
104742026-03-07T02:09:16.565Z[ host-image] Mar 07 02:09:14.841 INFO O| Mar 07 02:09:14.841 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
104752026-03-07T02:09:16.565Z[ host-image] Mar 07 02:09:14.849 INFO O| Mar 07 02:09:14.849 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/security"
104762026-03-07T02:09:16.565Z[ host-image] Mar 07 02:09:14.849 INFO O| Mar 07 02:09:14.849 INFO STEP 150 (remove_files) COMPLETE
104772026-03-07T02:09:16.565Z[ host-image] Mar 07 02:09:14.849 INFO O| Mar 07 02:09:14.849 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
104782026-03-07T02:09:16.565Z[ host-image] Mar 07 02:09:14.856 INFO O| Mar 07 02:09:14.856 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/shares"
104792026-03-07T02:09:16.565Z[ host-image] Mar 07 02:09:14.856 INFO O| Mar 07 02:09:14.856 INFO STEP 151 (remove_files) COMPLETE
104802026-03-07T02:09:16.565Z[ host-image] Mar 07 02:09:14.856 INFO O| Mar 07 02:09:14.856 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
104812026-03-07T02:09:16.565Z[ host-image] Mar 07 02:09:14.864 INFO O| Mar 07 02:09:14.864 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/smb"
104822026-03-07T02:09:16.565Z[ host-image] Mar 07 02:09:14.864 INFO O| Mar 07 02:09:14.864 INFO STEP 152 (remove_files) COMPLETE
104832026-03-07T02:09:16.566Z[ host-image] Mar 07 02:09:14.864 INFO O| Mar 07 02:09:14.864 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
104842026-03-07T02:09:16.566Z[ host-image] Mar 07 02:09:14.872 INFO O| Mar 07 02:09:14.872 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
104852026-03-07T02:09:16.566Z[ host-image] Mar 07 02:09:14.872 INFO O| Mar 07 02:09:14.872 INFO STEP 153 (remove_files) COMPLETE
104862026-03-07T02:09:16.566Z[ host-image] Mar 07 02:09:14.872 INFO O| Mar 07 02:09:14.872 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
104872026-03-07T02:09:16.566Z[ host-image] Mar 07 02:09:14.879 INFO O| Mar 07 02:09:14.879 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
104882026-03-07T02:09:16.566Z[ host-image] Mar 07 02:09:14.879 INFO O| Mar 07 02:09:14.879 INFO STEP 154 (remove_files) COMPLETE
104892026-03-07T02:09:16.566Z[ host-image] Mar 07 02:09:14.879 INFO O| Mar 07 02:09:14.879 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
104902026-03-07T02:09:16.566Z[ host-image] Mar 07 02:09:14.886 INFO O| Mar 07 02:09:14.886 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/dns/install.xml"
104912026-03-07T02:09:16.566Z[ host-image] Mar 07 02:09:14.886 INFO O| Mar 07 02:09:14.886 INFO STEP 155 (remove_files) COMPLETE
104922026-03-07T02:09:16.566Z[ host-image] Mar 07 02:09:14.886 INFO O| Mar 07 02:09:14.886 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
104932026-03-07T02:09:16.569Z[ host-image] Mar 07 02:09:14.894 INFO O| Mar 07 02:09:14.894 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
104942026-03-07T02:09:16.569Z[ host-image] Mar 07 02:09:14.894 INFO O| Mar 07 02:09:14.894 INFO STEP 156 (remove_files) COMPLETE
104952026-03-07T02:09:16.569Z[ host-image] Mar 07 02:09:14.894 INFO O| Mar 07 02:09:14.894 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
104962026-03-07T02:09:16.573Z[ host-image] Mar 07 02:09:14.902 INFO O| Mar 07 02:09:14.902 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd.xml"
104972026-03-07T02:09:16.573Z[ host-image] Mar 07 02:09:14.902 INFO O| Mar 07 02:09:14.902 INFO STEP 157 (remove_files) COMPLETE
104982026-03-07T02:09:16.573Z[ host-image] Mar 07 02:09:14.902 INFO O| Mar 07 02:09:14.902 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
104992026-03-07T02:09:16.581Z[ host-image] Mar 07 02:09:14.910 INFO O| Mar 07 02:09:14.910 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-install.xml"
105002026-03-07T02:09:16.581Z[ host-image] Mar 07 02:09:14.910 INFO O| Mar 07 02:09:14.910 INFO STEP 158 (remove_files) COMPLETE
105012026-03-07T02:09:16.584Z[ host-image] Mar 07 02:09:14.910 INFO O| Mar 07 02:09:14.910 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105022026-03-07T02:09:16.590Z[ host-image] Mar 07 02:09:14.918 INFO O| Mar 07 02:09:14.918 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
105032026-03-07T02:09:16.592Z[ host-image] Mar 07 02:09:14.918 INFO O| Mar 07 02:09:14.918 INFO STEP 159 (remove_files) COMPLETE
105042026-03-07T02:09:16.592Z[ host-image] Mar 07 02:09:14.918 INFO O| Mar 07 02:09:14.918 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105052026-03-07T02:09:16.596Z[ host-image] Mar 07 02:09:14.925 INFO O| Mar 07 02:09:14.925 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-iptun.xml"
105062026-03-07T02:09:16.596Z[ host-image] Mar 07 02:09:14.925 INFO O| Mar 07 02:09:14.925 INFO STEP 160 (remove_files) COMPLETE
105072026-03-07T02:09:16.596Z[ host-image] Mar 07 02:09:14.925 INFO O| Mar 07 02:09:14.925 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105082026-03-07T02:09:16.604Z[ host-image] Mar 07 02:09:14.933 INFO O| Mar 07 02:09:14.933 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-location.xml"
105092026-03-07T02:09:16.604Z[ host-image] Mar 07 02:09:14.933 INFO O| Mar 07 02:09:14.933 INFO STEP 161 (remove_files) COMPLETE
105102026-03-07T02:09:16.607Z[ host-image] Mar 07 02:09:14.933 INFO O| Mar 07 02:09:14.933 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105112026-03-07T02:09:16.611Z[ host-image] Mar 07 02:09:14.941 INFO O| Mar 07 02:09:14.941 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
105122026-03-07T02:09:16.612Z[ host-image] Mar 07 02:09:14.941 INFO O| Mar 07 02:09:14.941 INFO STEP 162 (remove_files) COMPLETE
105132026-03-07T02:09:16.615Z[ host-image] Mar 07 02:09:14.941 INFO O| Mar 07 02:09:14.941 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105142026-03-07T02:09:16.620Z[ host-image] Mar 07 02:09:14.948 INFO O| Mar 07 02:09:14.948 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
105152026-03-07T02:09:16.622Z[ host-image] Mar 07 02:09:14.948 INFO O| Mar 07 02:09:14.948 INFO STEP 163 (remove_files) COMPLETE
105162026-03-07T02:09:16.622Z[ host-image] Mar 07 02:09:14.948 INFO O| Mar 07 02:09:14.948 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105172026-03-07T02:09:16.626Z[ host-image] Mar 07 02:09:14.955 INFO O| Mar 07 02:09:14.955 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/varpd.xml"
105182026-03-07T02:09:16.629Z[ host-image] Mar 07 02:09:14.955 INFO O| Mar 07 02:09:14.955 INFO STEP 164 (remove_files) COMPLETE
105192026-03-07T02:09:16.629Z[ host-image] Mar 07 02:09:14.955 INFO O| Mar 07 02:09:14.955 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105202026-03-07T02:09:16.634Z[ host-image] Mar 07 02:09:14.963 INFO O| Mar 07 02:09:14.963 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/allocate.xml"
105212026-03-07T02:09:16.636Z[ host-image] Mar 07 02:09:14.963 INFO O| Mar 07 02:09:14.963 INFO STEP 165 (remove_files) COMPLETE
105222026-03-07T02:09:16.636Z[ host-image] Mar 07 02:09:14.963 INFO O| Mar 07 02:09:14.963 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105232026-03-07T02:09:16.641Z[ host-image] Mar 07 02:09:14.971 INFO O| Mar 07 02:09:14.971 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
105242026-03-07T02:09:16.641Z[ host-image] Mar 07 02:09:14.971 INFO O| Mar 07 02:09:14.971 INFO STEP 166 (remove_files) COMPLETE
105252026-03-07T02:09:16.644Z[ host-image] Mar 07 02:09:14.971 INFO O| Mar 07 02:09:14.971 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105262026-03-07T02:09:16.650Z[ host-image] Mar 07 02:09:14.979 INFO O| Mar 07 02:09:14.979 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
105272026-03-07T02:09:16.650Z[ host-image] Mar 07 02:09:14.979 INFO O| Mar 07 02:09:14.979 INFO STEP 167 (remove_files) COMPLETE
105282026-03-07T02:09:16.652Z[ host-image] Mar 07 02:09:14.979 INFO O| Mar 07 02:09:14.979 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105292026-03-07T02:09:16.657Z[ host-image] Mar 07 02:09:14.986 INFO O| Mar 07 02:09:14.986 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/dev/sndstat"
105302026-03-07T02:09:16.660Z[ host-image] Mar 07 02:09:14.986 INFO O| Mar 07 02:09:14.986 INFO STEP 168 (remove_files) COMPLETE
105312026-03-07T02:09:16.660Z[ host-image] Mar 07 02:09:14.987 INFO O| Mar 07 02:09:14.986 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105322026-03-07T02:09:16.665Z[ host-image] Mar 07 02:09:14.994 INFO O| Mar 07 02:09:14.994 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
105332026-03-07T02:09:16.665Z[ host-image] Mar 07 02:09:14.994 INFO O| Mar 07 02:09:14.994 INFO STEP 169 (remove_files) COMPLETE
105342026-03-07T02:09:16.668Z[ host-image] Mar 07 02:09:14.994 INFO O| Mar 07 02:09:14.994 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105352026-03-07T02:09:16.673Z[ host-image] Mar 07 02:09:15.002 INFO O| Mar 07 02:09:15.001 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/hostid.xml"
105362026-03-07T02:09:16.675Z[ host-image] Mar 07 02:09:15.002 INFO O| Mar 07 02:09:15.002 INFO STEP 170 (remove_files) COMPLETE
105372026-03-07T02:09:16.675Z[ host-image] Mar 07 02:09:15.002 INFO O| Mar 07 02:09:15.002 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105382026-03-07T02:09:16.681Z[ host-image] Mar 07 02:09:15.010 INFO O| Mar 07 02:09:15.010 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/idmap.xml"
105392026-03-07T02:09:16.684Z[ host-image] Mar 07 02:09:15.010 INFO O| Mar 07 02:09:15.010 INFO STEP 171 (remove_files) COMPLETE
105402026-03-07T02:09:16.684Z[ host-image] Mar 07 02:09:15.010 INFO O| Mar 07 02:09:15.010 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105412026-03-07T02:09:16.689Z[ host-image] Mar 07 02:09:15.018 INFO O| Mar 07 02:09:15.018 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/pkgserv.xml"
105422026-03-07T02:09:16.689Z[ host-image] Mar 07 02:09:15.018 INFO O| Mar 07 02:09:15.018 INFO STEP 172 (remove_files) COMPLETE
105432026-03-07T02:09:16.692Z[ host-image] Mar 07 02:09:15.018 INFO O| Mar 07 02:09:15.018 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105442026-03-07T02:09:16.697Z[ host-image] Mar 07 02:09:15.026 INFO O| Mar 07 02:09:15.026 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/zones.xml"
105452026-03-07T02:09:16.699Z[ host-image] Mar 07 02:09:15.026 INFO O| Mar 07 02:09:15.026 INFO STEP 173 (remove_files) COMPLETE
105462026-03-07T02:09:16.700Z[ host-image] Mar 07 02:09:15.026 INFO O| Mar 07 02:09:15.026 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105472026-03-07T02:09:16.704Z[ host-image] Mar 07 02:09:15.033 INFO O| Mar 07 02:09:15.033 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/intrd.xml"
105482026-03-07T02:09:16.704Z[ host-image] Mar 07 02:09:15.033 INFO O| Mar 07 02:09:15.033 INFO STEP 174 (remove_files) COMPLETE
105492026-03-07T02:09:16.707Z[ host-image] Mar 07 02:09:15.033 INFO O| Mar 07 02:09:15.033 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
105502026-03-07T02:09:16.711Z[ host-image] Mar 07 02:09:15.040 INFO O| Mar 07 02:09:15.040 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/chrony.xml"
105512026-03-07T02:09:16.711Z[ host-image] Mar 07 02:09:15.040 INFO O| Mar 07 02:09:15.040 INFO STEP 175 (remove_files) COMPLETE
105522026-03-07T02:09:16.715Z[ host-image] Mar 07 02:09:15.040 INFO O| Mar 07 02:09:15.040 INFO STEP 176: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
105532026-03-07T02:09:16.722Z[ host-image] Mar 07 02:09:15.051 INFO O| Mar 07 02:09:15.051 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db does not already exist, skipping removal
105542026-03-07T02:09:16.725Z[ host-image] Mar 07 02:09:15.051 INFO O| Mar 07 02:09:15.051 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", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
105552026-03-07T02:09:24.149Z[ host-image] Mar 07 02:09:22.477 INFO O| Mar 07 02:09:22.477 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
105562026-03-07T02:09:24.150Z[ host-image] Mar 07 02:09:22.477 INFO O| Mar 07 02:09:22.477 INFO E| svccfg: Loaded 79 smf(7) service descriptions
105572026-03-07T02:09:24.165Z[ host-image] Mar 07 02:09:22.493 INFO O| Mar 07 02:09:22.492 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
105582026-03-07T02:09:24.313Z[ host-image] Mar 07 02:09:22.640 INFO O| Mar 07 02:09:22.640 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a"}
105592026-03-07T02:09:24.391Z[ host-image] Mar 07 02:09:22.719 INFO O| Mar 07 02:09:22.719 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml"], env: {"SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db"}
105602026-03-07T02:09:24.482Z[ host-image] Mar 07 02:09:22.809 INFO O| Mar 07 02:09:22.809 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db does not exist
105612026-03-07T02:09:24.482Z[ host-image] Mar 07 02:09:22.810 INFO O| Mar 07 02:09:22.809 INFO copying /rpool/images/build/host/tmp/sled/zfs/repo.db -> /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db ...
105622026-03-07T02:09:24.484Z[ host-image] Mar 07 02:09:22.812 INFO O| Mar 07 02:09:22.812 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db
105632026-03-07T02:09:24.485Z[ host-image] Mar 07 02:09:22.812 INFO O| Mar 07 02:09:22.812 INFO ok!
105642026-03-07T02:09:24.485Z[ host-image] Mar 07 02:09:22.812 INFO O| Mar 07 02:09:22.812 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db exists (as File), removing
105652026-03-07T02:09:24.485Z[ host-image] Mar 07 02:09:22.812 INFO O| Mar 07 02:09:22.812 INFO STEP 176 (seed_smf) COMPLETE
105662026-03-07T02:09:24.485Z[ host-image] Mar 07 02:09:22.812 INFO O| Mar 07 02:09:22.812 INFO steps complete; finalising image!
105672026-03-07T02:09:24.488Z[ host-image] Mar 07 02:09:22.812 INFO O| Mar 07 02:09:22.812 INFO TRIM POOL: TEMPORARY-sled-zfs
105682026-03-07T02:09:24.630Z[ host-image] Mar 07 02:09:22.957 INFO O| Mar 07 02:09:22.957 INFO trim TEMPORARY-sled-zfs: (2% trimmed, started at Sat Mar 7 02:09:22 2026)
105692026-03-07T02:09:24.846Z[ host-image] Mar 07 02:09:23.173 INFO O| Mar 07 02:09:23.173 INFO temporary pool has 811M used, 85.3M avail, 1.80x compressratio
105702026-03-07T02:09:24.849Z[ host-image] Mar 07 02:09:23.173 INFO O| Mar 07 02:09:23.173 INFO EXPORT POOL: TEMPORARY-sled-zfs
105712026-03-07T02:09:25.110Z[ host-image] Mar 07 02:09:23.438 INFO O| Mar 07 02:09:23.438 INFO copying image /rpool/images/build/host/work/sled/zfs/lofi.raw to output file /rpool/images/build/host/output/sled-zfs.raw
105722026-03-07T02:09:25.110Z[ host-image] Mar 07 02:09:23.438 INFO O| Mar 07 02:09:23.438 INFO file /rpool/images/build/host/output/sled-zfs.raw does not already exist, skipping removal
105732026-03-07T02:09:26.076Z[ host-image] Mar 07 02:09:24.403 INFO O| Mar 07 02:09:24.403 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/sled-zfs.raw
105742026-03-07T02:09:26.076Z[ host-image] Mar 07 02:09:24.403 INFO O| Mar 07 02:09:24.403 INFO chmod ok, path: /rpool/images/build/host/output/sled-zfs.raw
105752026-03-07T02:09:26.079Z[ host-image] Mar 07 02:09:24.403 INFO O| Mar 07 02:09:24.403 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/sled-zfs.raw
105762026-03-07T02:09:26.079Z[ host-image] Mar 07 02:09:24.403 INFO O| Mar 07 02:09:24.403 INFO completed processing sled/zfs
105772026-03-07T02:09:26.079Z[ host-image] Mar 07 02:09:24.403 INFO O| Mar 07 02:09:24.403 INFO DESTROY DATASET: rpool/images/build/host/work/sled/zfs
105782026-03-07T02:09:36.180Z[ host-image] Mar 07 02:09:34.506 INFO O| Mar 07 02:09:34.506 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/zfs
105792026-03-07T02:09:36.335Z[ host-image] Mar 07 02:09:34.661 INFO BUILD STRING "heads/stlouis-0-ga064bad193\n"
105802026-03-07T02:09:36.338Z[ host-image] Mar 07 02:09:34.661 INFO expanded image name: "ci 4e5301c/${os_short_commit} 2026-03-07 01:03" -> "ci 4e5301c/a064bad 2026-03-07 01:03"
105812026-03-07T02:09:36.338Z[ host-image] Mar 07 02:09:34.661 INFO output artefacts stored in: "/work/os-host"
105822026-03-07T02:09:36.338Z[ host-image] Mar 07 02:09:34.661 INFO collecting git info from project "amd-host-image-builder"...
105832026-03-07T02:09:36.342Z[ host-image] Mar 07 02:09:34.668 INFO collecting git info from project "pinprick"...
105842026-03-07T02:09:36.346Z[ host-image] Mar 07 02:09:34.672 INFO collecting git info from project "chelsio-t6-roms"...
105852026-03-07T02:09:36.351Z[ host-image] Mar 07 02:09:34.677 INFO collecting git info from project "image-builder"...
105862026-03-07T02:09:36.355Z[ host-image] Mar 07 02:09:34.681 INFO collecting git info from project "bootserver"...
105872026-03-07T02:09:36.359Z[ host-image] Mar 07 02:09:34.686 INFO collecting git info from project "pilot"...
105882026-03-07T02:09:36.365Z[ host-image] Mar 07 02:09:34.691 INFO collecting git info from project "dmar-report"...
105892026-03-07T02:09:36.369Z[ host-image] Mar 07 02:09:34.695 INFO collecting git info from project "phbl"...
105902026-03-07T02:09:36.373Z[ host-image] Mar 07 02:09:34.700 INFO collecting git info from project "amd-firmware"...
105912026-03-07T02:09:36.385Z[ host-image] Mar 07 02:09:34.711 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
105922026-03-07T02:09:36.755Z[ host-image] Mar 07 02:09:35.081 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
105932026-03-07T02:09:37.108Z[ host-image] Mar 07 02:09:35.434 INFO creating Oxide boot image...
105942026-03-07T02:09:37.108Z[ host-image] Mar 07 02:09:35.434 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/sled-zfs.raw", "-N", "ci 4e5301c/a064bad 2026-03-07 01:03", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
105952026-03-07T02:09:38.189Z[ host-image] Mar 07 02:09:36.515 INFO O| ok, image written!
105962026-03-07T02:09:38.190Z[ host-image] Mar 07 02:09:36.515 INFO O| ok, boot_image_csum file written!
105972026-03-07T02:09:38.193Z[ host-image] Mar 07 02:09:36.518 INFO creating boot archive (CPIO)...
105982026-03-07T02:09:38.193Z[ host-image] Mar 07 02:09:36.518 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
105992026-03-07T02:09:38.196Z[ host-image] Mar 07 02:09:36.523 INFO E| + root=/rpool/images/build/host/work/sled/ramdisk
106002026-03-07T02:09:38.200Z[ host-image] Mar 07 02:09:36.523 INFO E| + outfile=/work/os-host/cpio
106012026-03-07T02:09:38.200Z[ host-image] Mar 07 02:09:36.523 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
106022026-03-07T02:09:38.200Z[ host-image] Mar 07 02:09:36.525 INFO E| + cd /rpool/images/build/host/work/sled/ramdisk
106032026-03-07T02:09:38.200Z[ host-image] Mar 07 02:09:36.525 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
106042026-03-07T02:09:38.233Z[ host-image] Mar 07 02:09:36.558 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
106052026-03-07T02:09:38.233Z[ host-image] Mar 07 02:09:36.558 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
106062026-03-07T02:09:38.240Z[ host-image] Mar 07 02:09:36.566 INFO creating compressed cpio/unix for dev loaders...
106072026-03-07T02:09:38.240Z[ host-image] Mar 07 02:09:36.566 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
106082026-03-07T02:09:38.548Z[ host-image] Mar 07 02:09:36.873 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None
106092026-03-07T02:09:42.941Z[ host-image] Mar 07 02:09:41.266 INFO creating reset image...
106102026-03-07T02:09:42.941Z[ host-image] Mar 07 02:09:41.266 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl"
106112026-03-07T02:09:42.992Z[ host-image] Mar 07 02:09:41.317 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')"
106122026-03-07T02:09:42.992Z[ host-image] Mar 07 02:09:41.317 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")
106132026-03-07T02:09:43.096Z[ host-image] Mar 07 02:09:41.421 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.04s
106142026-03-07T02:09:43.098Z[ host-image] Mar 07 02:09:41.423 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-host/cpio.z --target-dir /work/os-host/phbl`
106152026-03-07T02:09:43.417Z[ host-image] Mar 07 02:09:41.742 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)
106162026-03-07T02:09:43.418Z[ host-image] Mar 07 02:09:41.742 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)
106172026-03-07T02:09:43.421Z[ host-image] Mar 07 02:09:41.742 INFO E| Compiling proc-macro2 v1.0.106
106182026-03-07T02:09:43.421Z[ host-image] Mar 07 02:09:41.742 INFO E| Compiling unicode-ident v1.0.23
106192026-03-07T02:09:43.421Z[ host-image] Mar 07 02:09:41.743 INFO E| Compiling quote v1.0.44
106202026-03-07T02:09:43.421Z[ host-image] Mar 07 02:09:41.743 INFO E| Compiling syn v1.0.109
106212026-03-07T02:09:43.421Z[ host-image] Mar 07 02:09:41.743 INFO E| Compiling x86 v0.52.0
106222026-03-07T02:09:43.421Z[ host-image] Mar 07 02:09:41.743 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
106232026-03-07T02:09:43.601Z[ host-image] Mar 07 02:09:41.926 INFO E| Compiling seq-macro v0.3.6
106242026-03-07T02:09:45.122Z[ host-image] Mar 07 02:09:43.446 INFO E| Compiling syn v2.0.114
106252026-03-07T02:09:47.804Z[ host-image] Mar 07 02:09:46.128 INFO E| Compiling scroll_derive v0.13.1
106262026-03-07T02:09:49.990Z[ host-image] Mar 07 02:09:48.315 INFO E| Compiling bitstruct_derive v0.1.0
106272026-03-07T02:10:06.446Z[ host-image] Mar 07 02:10:04.767 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)
106282026-03-07T02:10:10.460Z[ host-image] Mar 07 02:10:08.780 INFO E| Compiling bitflags v1.3.2
106292026-03-07T02:10:10.462Z[ host-image] Mar 07 02:10:08.781 INFO E| Compiling log v0.4.29
106302026-03-07T02:10:10.463Z[ host-image] Mar 07 02:10:08.781 INFO E| Compiling plain v0.2.3
106312026-03-07T02:10:10.463Z[ host-image] Mar 07 02:10:08.781 INFO E| Compiling adler2 v2.0.1
106322026-03-07T02:10:10.463Z[ host-image] Mar 07 02:10:08.781 INFO E| Compiling bitflags v2.10.0
106332026-03-07T02:10:10.463Z[ host-image] Mar 07 02:10:08.781 INFO E| Compiling bit_field v0.10.3
106342026-03-07T02:10:10.463Z[ host-image] Mar 07 02:10:08.781 INFO E| Compiling scroll v0.13.0
106352026-03-07T02:10:10.564Z[ host-image] Mar 07 02:10:08.885 INFO E| Compiling raw-cpuid v10.7.0
106362026-03-07T02:10:10.689Z[ host-image] Mar 07 02:10:09.010 INFO E| Compiling miniz_oxide v0.9.0
106372026-03-07T02:10:10.746Z[ host-image] Mar 07 02:10:09.067 INFO E| Compiling static_assertions v1.1.0
106382026-03-07T02:10:10.776Z[ host-image] Mar 07 02:10:09.097 INFO E| Compiling cpio_reader v0.1.2
106392026-03-07T02:10:10.861Z[ host-image] Mar 07 02:10:09.181 INFO E| Compiling bitstruct v0.1.1
106402026-03-07T02:10:11.013Z[ host-image] Mar 07 02:10:09.333 INFO E| Compiling goblin v0.10.4
106412026-03-07T02:10:16.248Z[ host-image] Mar 07 02:10:14.569 INFO E| Finished `release` profile [optimized] target(s) in 33.13s
106422026-03-07T02:10:16.262Z[ host-image] Mar 07 02:10:14.583 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
106432026-03-07T02:10:16.327Z[ host-image] Mar 07 02:10:14.647 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')"
106442026-03-07T02:10:16.327Z[ host-image] Mar 07 02:10:14.647 INFO building ROM for gimlet
106452026-03-07T02:10:16.330Z[ host-image] Mar 07 02:10:14.647 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")
106462026-03-07T02:10:16.472Z[ host-image] Mar 07 02:10:14.792 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.07s
106472026-03-07T02:10:16.476Z[ host-image] Mar 07 02:10:14.795 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`
106482026-03-07T02:10:16.487Z[ host-image] Mar 07 02:10:14.806 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml"
106492026-03-07T02:10:16.577Z[ host-image] Mar 07 02:10:14.897 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.08s
106502026-03-07T02:10:16.580Z[ host-image] Mar 07 02:10:14.900 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`
106512026-03-07T02:10:16.766Z[ host-image] Mar 07 02:10:15.086 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/AmdPubKey_gn.tkn"
106522026-03-07T02:10:16.766Z[ host-image] Mar 07 02:10:15.086 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspBootLoader_gn.sbin"
106532026-03-07T02:10:16.766Z[ host-image] Mar 07 02:10:15.086 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspRecoveryBootLoader_gn.sbin"
106542026-03-07T02:10:16.766Z[ host-image] Mar 07 02:10:15.086 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SmuFirmwareGn.csbin"
106552026-03-07T02:10:16.770Z[ host-image] Mar 07 02:10:15.087 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureDebugToken_gn.stkn"
106562026-03-07T02:10:16.770Z[ host-image] Mar 07 02:10:15.087 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspABLFw_gn.stkn"
106572026-03-07T02:10:16.770Z[ host-image] Mar 07 02:10:15.087 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SmuFirmware2Gn.csbin"
106582026-03-07T02:10:16.770Z[ host-image] Mar 07 02:10:15.087 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureDebugUnlock_gn.sbin"
106592026-03-07T02:10:16.770Z[ host-image] Mar 07 02:10:15.087 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspIkek_gn.bin"
106602026-03-07T02:10:16.770Z[ host-image] Mar 07 02:10:15.087 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureEmptyToken.bin"
106612026-03-07T02:10:16.770Z[ host-image] Mar 07 02:10:15.087 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/RsmuSecPolicy_gn.sbin"
106622026-03-07T02:10:16.770Z[ host-image] Mar 07 02:10:15.087 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Mp5Gn.csbin"
106632026-03-07T02:10:16.770Z[ host-image] Mar 07 02:10:15.087 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/AgesaBootloader_U_prod_GN.csbin"
106642026-03-07T02:10:16.770Z[ host-image] Mar 07 02:10:15.087 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/GnPhyFw.sbin"
106652026-03-07T02:10:16.770Z[ host-image] Mar 07 02:10:15.087 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PSP-Key-DB_gn.sbin"
106662026-03-07T02:10:16.770Z[ host-image] Mar 07 02:10:15.088 INFO O| Info: ABL version: 0x100f5010
106672026-03-07T02:10:16.770Z[ host-image] Mar 07 02:10:15.088 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.0
106682026-03-07T02:10:16.770Z[ host-image] Mar 07 02:10:15.088 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
106692026-03-07T02:10:16.770Z[ host-image] Mar 07 02:10:15.088 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
106702026-03-07T02:10:16.770Z[ host-image] Mar 07 02:10:15.088 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
106712026-03-07T02:10:16.770Z[ host-image] Mar 07 02:10:15.088 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
106722026-03-07T02:10:16.770Z[ host-image] Mar 07 02:10:15.088 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
106732026-03-07T02:10:16.770Z[ host-image] Mar 07 02:10:15.088 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
106742026-03-07T02:10:16.770Z[ host-image] Mar 07 02:10:15.088 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
106752026-03-07T02:10:16.770Z[ host-image] Mar 07 02:10:15.088 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
106762026-03-07T02:10:16.770Z[ host-image] Mar 07 02:10:15.088 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
106772026-03-07T02:10:16.770Z[ host-image] Mar 07 02:10:15.088 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
106782026-03-07T02:10:16.770Z[ host-image] Mar 07 02:10:15.088 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
106792026-03-07T02:10:16.770Z[ host-image] Mar 07 02:10:15.088 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
106802026-03-07T02:10:16.770Z[ host-image] Mar 07 02:10:15.088 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
106812026-03-07T02:10:16.770Z[ host-image] Mar 07 02:10:15.088 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
106822026-03-07T02:10:16.770Z[ host-image] Mar 07 02:10:15.088 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
106832026-03-07T02:10:16.770Z[ host-image] Mar 07 02:10:15.088 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
106842026-03-07T02:10:16.770Z[ host-image] Mar 07 02:10:15.088 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
106852026-03-07T02:10:16.770Z[ host-image] Mar 07 02:10:15.088 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
106862026-03-07T02:10:16.809Z[ host-image] Mar 07 02:10:15.130 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
106872026-03-07T02:10:16.809Z[ host-image] Mar 07 02:10:15.130 INFO building ROM for cosmo
106882026-03-07T02:10:16.812Z[ host-image] Mar 07 02:10:15.130 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")
106892026-03-07T02:10:16.949Z[ host-image] Mar 07 02:10:15.269 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.07s
106902026-03-07T02:10:16.952Z[ host-image] Mar 07 02:10:15.272 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`
106912026-03-07T02:10:16.963Z[ host-image] Mar 07 02:10:15.283 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7.toml"
106922026-03-07T02:10:17.056Z[ host-image] Mar 07 02:10:15.375 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.08s
106932026-03-07T02:10:17.059Z[ host-image] Mar 07 02:10:15.379 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`
106942026-03-07T02:10:17.399Z[ host-image] Mar 07 02:10:15.719 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x00_AmdPubKey_BRH.tkn"
106952026-03-07T02:10:17.402Z[ host-image] Mar 07 02:10:15.719 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x01_PspBl_BRH.esbin"
106962026-03-07T02:10:17.403Z[ host-image] Mar 07 02:10:15.719 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x02_PspOS_BRH.ecsbin"
106972026-03-07T02:10:17.403Z[ host-image] Mar 07 02:10:15.719 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x03_PspRecBl_BRH.esbin"
106982026-03-07T02:10:17.403Z[ host-image] Mar 07 02:10:15.719 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x08_SmuFirmware_breithorn.ecsbin"
106992026-03-07T02:10:17.403Z[ host-image] Mar 07 02:10:15.720 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
107002026-03-07T02:10:17.403Z[ host-image] Mar 07 02:10:15.720 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
107012026-03-07T02:10:17.403Z[ host-image] Mar 07 02:10:15.720 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x0A_PspAblPubKey_BRH.stkn"
107022026-03-07T02:10:17.403Z[ host-image] Mar 07 02:10:15.720 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x13_SduFw_BRH.ecsbin"
107032026-03-07T02:10:17.403Z[ host-image] Mar 07 02:10:15.720 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x21_PspAmdIkek_BRH.bin"
107042026-03-07T02:10:17.403Z[ host-image] Mar 07 02:10:15.720 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x22_SecureEmptyToken.bin"
107052026-03-07T02:10:17.403Z[ host-image] Mar 07 02:10:15.720 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
107062026-03-07T02:10:17.403Z[ host-image] Mar 07 02:10:15.720 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
107072026-03-07T02:10:17.403Z[ host-image] Mar 07 02:10:15.720 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x28_PspSystemDriver_BRH.ecsbin"
107082026-03-07T02:10:17.403Z[ host-image] Mar 07 02:10:15.720 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
107092026-03-07T02:10:17.403Z[ host-image] Mar 07 02:10:15.720 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
107102026-03-07T02:10:17.403Z[ host-image] Mar 07 02:10:15.720 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x2D_AblRt.ecsbin"
107112026-03-07T02:10:17.403Z[ host-image] Mar 07 02:10:15.720 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
107122026-03-07T02:10:17.403Z[ host-image] Mar 07 02:10:15.721 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x42_PhyFw_BRH.ecsbin"
107132026-03-07T02:10:17.403Z[ host-image] Mar 07 02:10:15.721 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x44_USB_PHY_BRH.esbin"
107142026-03-07T02:10:17.403Z[ host-image] Mar 07 02:10:15.721 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
107152026-03-07T02:10:17.403Z[ host-image] Mar 07 02:10:15.721 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
107162026-03-07T02:10:17.403Z[ host-image] Mar 07 02:10:15.721 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x50_PspKeyDataBase_BRH.sbin"
107172026-03-07T02:10:17.403Z[ host-image] Mar 07 02:10:15.721 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
107182026-03-07T02:10:17.403Z[ host-image] Mar 07 02:10:15.721 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x55_SPLTable_BRH.sbin"
107192026-03-07T02:10:17.403Z[ host-image] Mar 07 02:10:15.721 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x5DMpioFw_BRH.cesbin"
107202026-03-07T02:10:17.403Z[ host-image] Mar 07 02:10:15.721 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x64_RasDriver_BRH.ecsbin"
107212026-03-07T02:10:17.403Z[ host-image] Mar 07 02:10:15.721 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
107222026-03-07T02:10:17.403Z[ host-image] Mar 07 02:10:15.721 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1A_SevDriver_BRH.ecsbin"
107232026-03-07T02:10:17.403Z[ host-image] Mar 07 02:10:15.721 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
107242026-03-07T02:10:17.403Z[ host-image] Mar 07 02:10:15.721 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1B_BootDriver_BRH.ecsbin"
107252026-03-07T02:10:17.403Z[ host-image] Mar 07 02:10:15.721 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1C_SocDriver_BRH.ecsbin"
107262026-03-07T02:10:17.403Z[ host-image] Mar 07 02:10:15.721 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1D_HadDriver_BRH.ecsbin"
107272026-03-07T02:10:17.403Z[ host-image] Mar 07 02:10:15.721 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
107282026-03-07T02:10:17.403Z[ host-image] Mar 07 02:10:15.722 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x38_PspSevEmptyData.bin"
107292026-03-07T02:10:17.403Z[ host-image] Mar 07 02:10:15.722 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x47_DRTMDriver_BRH.ecsbin"
107302026-03-07T02:10:17.403Z[ host-image] Mar 07 02:10:15.722 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x67_FHPDriver_BRH.ecsbin"
107312026-03-07T02:10:17.403Z[ host-image] Mar 07 02:10:15.722 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x68_SPDMDriver_BRH.ecsbin"
107322026-03-07T02:10:17.404Z[ host-image] Mar 07 02:10:15.722 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x69_DPEDriver_BRH.ecsbin"
107332026-03-07T02:10:17.404Z[ host-image] Mar 07 02:10:15.722 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x73_PspBl_BRH.ecsbin"
107342026-03-07T02:10:17.404Z[ host-image] Mar 07 02:10:15.722 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x76_DfRib_BRH.csbin"
107352026-03-07T02:10:17.404Z[ host-image] Mar 07 02:10:15.722 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x8C_MPDMATF_BRH.sbin"
107362026-03-07T02:10:17.404Z[ host-image] Mar 07 02:10:15.722 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x91_GmiPhyFw_BRH.esbin"
107372026-03-07T02:10:17.404Z[ host-image] Mar 07 02:10:15.722 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x92_Page_BRH.sbin"
107382026-03-07T02:10:17.404Z[ host-image] Mar 07 02:10:15.722 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x9D_AspSramFwExt_BRH.sbin"
107392026-03-07T02:10:17.404Z[ host-image] Mar 07 02:10:15.722 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
107402026-03-07T02:10:17.404Z[ host-image] Mar 07 02:10:15.722 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_A0.sbin"
107412026-03-07T02:10:17.404Z[ host-image] Mar 07 02:10:15.722 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRHD_A0.sbin"
107422026-03-07T02:10:17.408Z[ host-image] Mar 07 02:10:15.722 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_B0.sbin"
107432026-03-07T02:10:17.408Z[ host-image] Mar 07 02:10:15.722 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_C0.sbin"
107442026-03-07T02:10:17.408Z[ host-image] Mar 07 02:10:15.722 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRHD_B0.sbin"
107452026-03-07T02:10:17.408Z[ host-image] Mar 07 02:10:15.722 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_B1.sbin"
107462026-03-07T02:10:17.408Z[ host-image] Mar 07 02:10:15.722 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_C1.sbin"
107472026-03-07T02:10:17.408Z[ host-image] Mar 07 02:10:15.723 INFO O| Info: ABL version: 0x1007f011
107482026-03-07T02:10:17.408Z[ host-image] Mar 07 02:10:15.723 INFO O| Info: For sub_program 0: SMU firmware version: 94.125.0
107492026-03-07T02:10:17.408Z[ host-image] Mar 07 02:10:15.723 INFO O| Info: For sub_program 2: SMU firmware version: 99.125.0
107502026-03-07T02:10:17.408Z[ host-image] Mar 07 02:10:15.723 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/APOB_NV_BRH.bin"
107512026-03-07T02:10:17.408Z[ host-image] Mar 07 02:10:15.724 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
107522026-03-07T02:10:17.408Z[ host-image] Mar 07 02:10:15.724 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
107532026-03-07T02:10:17.408Z[ host-image] Mar 07 02:10:15.724 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
107542026-03-07T02:10:17.408Z[ host-image] Mar 07 02:10:15.724 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
107552026-03-07T02:10:17.408Z[ host-image] Mar 07 02:10:15.724 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
107562026-03-07T02:10:17.408Z[ host-image] Mar 07 02:10:15.724 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
107572026-03-07T02:10:17.408Z[ host-image] Mar 07 02:10:15.724 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
107582026-03-07T02:10:17.408Z[ host-image] Mar 07 02:10:15.724 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
107592026-03-07T02:10:17.408Z[ host-image] Mar 07 02:10:15.724 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
107602026-03-07T02:10:17.408Z[ host-image] Mar 07 02:10:15.724 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
107612026-03-07T02:10:17.408Z[ host-image] Mar 07 02:10:15.724 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
107622026-03-07T02:10:17.409Z[ host-image] Mar 07 02:10:15.724 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
107632026-03-07T02:10:17.409Z[ host-image] Mar 07 02:10:15.724 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
107642026-03-07T02:10:17.409Z[ host-image] Mar 07 02:10:15.724 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
107652026-03-07T02:10:17.409Z[ host-image] Mar 07 02:10:15.724 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
107662026-03-07T02:10:17.409Z[ host-image] Mar 07 02:10:15.724 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
107672026-03-07T02:10:17.409Z[ host-image] Mar 07 02:10:15.724 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
107682026-03-07T02:10:17.409Z[ host-image] Mar 07 02:10:15.724 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
107692026-03-07T02:10:17.409Z[ host-image] Mar 07 02:10:15.724 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
107702026-03-07T02:10:17.442Z[ host-image] Mar 07 02:10:15.762 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
107712026-03-07T02:10:17.443Z[ host-image] Mar 07 02:10:15.762 INFO finishing image archive at "/work/os-host/os.tar.gz"...
107722026-03-07T02:10:40.450Z[ host-image] Mar 07 02:10:38.766 INFO image complete! materials are in "/work/os-host"
107732026-03-07T02:10:40.454Z[ host-image]
107742026-03-07T02:10:40.454Z[ host-image] real 36:57.142280339
107752026-03-07T02:10:40.454Z[ host-image] user 25:44.594801918
107762026-03-07T02:10:40.454Z[ host-image] sys 1:35.538358928
107772026-03-07T02:10:40.454Z[ host-image] trap 1.475414147
107782026-03-07T02:10:40.454Z[ host-image] tflt 0.315884366
107792026-03-07T02:10:40.454Z[ host-image] dflt 14.840155893
107802026-03-07T02:10:40.457Z[ host-image] kflt 0.091404964
107812026-03-07T02:10:40.457Z[ host-image] lock 38:22.935970957
107822026-03-07T02:10:40.457Z[ host-image] slp 3:38:25.900470226
107832026-03-07T02:10:40.457Z[ host-image] lat 7:47.796770079
107842026-03-07T02:10:40.457Z[ host-image] stop 3.158336437
107852026-03-07T02:10:40.457ZMar 07 02:10:38.770 INFO [host-image] process exited with exit status: 0 (2217.147640203s)
107862026-03-07T02:10:40.457ZMar 07 02:10:38.770 INFO [tuf-repo] running task
107872026-03-07T02:11:07.418ZMar 07 02:11:05.730 INFO assembling repository in `/tmp/tufaceousW6CjSV`, component: OmicronRepoAssembler
107882026-03-07T02:11:15.016ZMar 07 02:11:13.327 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
107892026-03-07T02:11:15.295ZMar 07 02:11:13.607 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
107902026-03-07T02:11:34.229ZMar 07 02:11:32.538 INFO extracting uploaded archive to /tmp/.tmp4b5xnH
107912026-03-07T02:11:37.467ZMar 07 02:11:35.776 INFO created directory to store extracted artifacts, path: /tmp/update-artifacts.p8DGZb
107922026-03-07T02:11:37.547ZMar 07 02:11:35.856 INFO added artifact, length: 6614811, hash: beb0fc993c9b12d4afe9fc02290743c425b61ac48b159b1e2ff8dc27088f02a2, version: 1.0.63, kind: gimlet_sp, name: cosmo-a
107932026-03-07T02:11:37.691ZMar 07 02:11:35.999 INFO added artifact, length: 6614777, hash: 8878caffc2d35598018e25e0f823e2a626bfb025bfaf9d45f5c71b12ce0bd9fc, version: 1.0.63, kind: gimlet_sp, name: cosmo-b
107942026-03-07T02:11:37.826ZMar 07 02:11:36.135 INFO added artifact, length: 5467211, hash: a49324a7613553cb4a9e336cecb5e16c3c1bba6a3e90554af958d1cb867f78cf, version: 1.0.63, kind: gimlet_sp, name: gimlet-b
107952026-03-07T02:11:37.952ZMar 07 02:11:36.261 INFO added artifact, length: 5469217, hash: 3d7ab2a9a444ec467d0cef32d7b42696d6d1aa098265689a14fc1893e1e2dff7, version: 1.0.63, kind: gimlet_sp, name: gimlet-c
107962026-03-07T02:11:38.079ZMar 07 02:11:36.387 INFO added artifact, length: 5469122, hash: 01501078f7d3da784e0a97bdd8319caae2d9797ba4b6017cd786e71768464327, version: 1.0.63, kind: gimlet_sp, name: gimlet-d
107972026-03-07T02:11:38.205ZMar 07 02:11:36.513 INFO added artifact, length: 5469124, hash: 1c56b19b417e12dcb2c39ad2f8267a403601e4d673da2cfcfdddf9339c253b4e, version: 1.0.63, kind: gimlet_sp, name: gimlet-e
107982026-03-07T02:11:38.332ZMar 07 02:11:36.641 INFO added artifact, length: 5469215, hash: cf437bbdadb94b89f903bd1401d134cf93ce8b6f7fab912f6a91cd8711bcb6c0, version: 1.0.63, kind: gimlet_sp, name: gimlet-f
107992026-03-07T02:11:38.476ZMar 07 02:11:36.784 INFO added artifact, length: 1575250, hash: e57c5631d66cbefb69d621c8692d28db6af95672949540dd765a0fe26678ea4b, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-gimlet
108002026-03-07T02:11:38.476ZMar 07 02:11:36.784 INFO added artifact, length: 1574970, hash: ca76f931699d50646bbbc21b991f41cf6d72dd6950a93be7d94d462ef6debaf7, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-gimlet
108012026-03-07T02:11:38.556ZMar 07 02:11:36.865 INFO added artifact, length: 1575253, hash: 657ddafd315d3cb9f0521eaec43752b2d3a92d33fe98767eacd3c27c5b790ad7, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-cosmo
108022026-03-07T02:11:38.556ZMar 07 02:11:36.865 INFO added artifact, length: 1575039, hash: 4ff67dc8de2f937401560c5d13dbcf9b83cbef555be2555581db58083bfaf3c8, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-cosmo
108032026-03-07T02:11:38.639ZMar 07 02:11:36.947 INFO added artifact, length: 1639595, hash: dc1c96e39338ecc6b9c127b0af4eb2b000dbf4ec76c045274660b1bee5c1e635, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-gimlet
108042026-03-07T02:11:38.639ZMar 07 02:11:36.947 INFO added artifact, length: 1639767, hash: 6619031a1efbed441aa1297893c94196f2fd8cbc7eb4bd001ec5e88e52c69f1c, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-gimlet
108052026-03-07T02:11:38.721ZMar 07 02:11:37.030 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-bart
108062026-03-07T02:11:38.722ZMar 07 02:11:37.030 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-bart
108072026-03-07T02:11:38.804ZMar 07 02:11:37.113 INFO added artifact, length: 1639535, hash: 5ef57dd074e9efb402502f33c54f79f2c7fbf809598ed32570a7913051806b53, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-cosmo
108082026-03-07T02:11:38.804ZMar 07 02:11:37.113 INFO added artifact, length: 1639866, hash: 81a6a63cfd2868a872f6b1d35f67f9985f36c80b48a97a285dae0d0b0903c0ef, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-cosmo
108092026-03-07T02:11:38.884ZMar 07 02:11:37.193 INFO added artifact, length: 1575096, hash: 81a97eee9a4c9f2620ff36d50668c94b4851c87f1c91325e938beb6d716c8ab3, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-gimlet
108102026-03-07T02:11:38.885ZMar 07 02:11:37.193 INFO added artifact, length: 1574964, hash: a6c298674493ec26424c3c079efa2920ecb557268010a94b793934a875a7e40d, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-gimlet
108112026-03-07T02:11:38.965ZMar 07 02:11:37.273 INFO added artifact, length: 1575107, hash: 3027a2a8090e6c107e3cf19938bc93319f37c70f6995650c60eea9fd076c9c65, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-cosmo
108122026-03-07T02:11:38.965ZMar 07 02:11:37.273 INFO added artifact, length: 1574965, hash: 6a8a11a179a6a9b7d2c0ac96e32ea216ccaee0ad7bb5c42333e4f7c422558b2f, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-cosmo
108132026-03-07T02:11:38.968ZMar 07 02:11:37.274 INFO added artifact, length: 46165, hash: 01bf70ada8937f7adf23a2eb6b5d7c36351cccd6a4aec2af6ab591d0f30902ff, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-gimlet
108142026-03-07T02:11:38.968ZMar 07 02:11:37.275 INFO added artifact, length: 46156, hash: 6e72ab34b446ec3f82e3bd84644f5ed9706e71c290b6a47b0ed543381d183491, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-cosmo
108152026-03-07T02:11:38.968ZMar 07 02:11:37.276 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-bart
108162026-03-07T02:11:38.971ZMar 07 02:11:37.277 INFO added artifact, length: 46378, hash: 0c2a7163e732a8eae7c5a142ce1b743a5bc3bc7a4ee7c8b1dc20ff0c266da879, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-gimlet
108172026-03-07T02:11:38.971ZMar 07 02:11:37.278 INFO added artifact, length: 46384, hash: 381ccf87f2532d90485ea6238c547e829195f4670f489cfec3ae75094f006797, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-cosmo
108182026-03-07T02:11:48.156ZMar 07 02:11:46.463 INFO added artifact, length: 33554432, hash: 19136acedbe58b5250c5785ade1f64c866291093d8af008393b33ffcc4a1b65f, version: 19.0.0-0.ci+git4e5301c2bd6, kind: gimlet_host_phase_1, name: host
108192026-03-07T02:11:48.156ZMar 07 02:11:46.463 INFO added artifact, length: 33554432, hash: 9db6d34169f13b69461ce088f0d4ff890320881071e7802228bb0e46269de8f6, version: 19.0.0-0.ci+git4e5301c2bd6, kind: cosmo_host_phase_1, name: host
108202026-03-07T02:11:48.159ZMar 07 02:11:46.463 INFO added artifact, length: 1101008896, hash: 6f72dc808b30c7d8ac0d856b2704c30066b07e64bf1ea1c1e5955258d68472e4, version: 19.0.0-0.ci+git4e5301c2bd6, kind: host_phase_2, name: host
108212026-03-07T02:11:49.972ZMar 07 02:11:48.278 INFO added artifact, length: 33554432, hash: 79db919b2c67b2ba1e96b9f77bdd578da52ca0bdf25c02610f7290c56a5a1035, version: 19.0.0-0.ci+git4e5301c2bd6, kind: gimlet_trampoline_phase_1, name: trampoline
108222026-03-07T02:11:49.972ZMar 07 02:11:48.278 INFO added artifact, length: 33554432, hash: 574f76792ac3283b42002ddc1a2cd44fd25a45a5feef44cdfaed584e8a6b0037, version: 19.0.0-0.ci+git4e5301c2bd6, kind: cosmo_trampoline_phase_1, name: trampoline
108232026-03-07T02:11:49.972ZMar 07 02:11:48.278 INFO added artifact, length: 148655519, hash: 44d27a26097a6173405342446388dd5d6ef3b0b5b2dde2ada3b9cf6656e76454, version: 19.0.0-0.ci+git4e5301c2bd6, kind: trampoline_phase_2, name: trampoline
108242026-03-07T02:11:52.880ZMar 07 02:11:51.186 INFO added artifact, length: 300359400, hash: 307836f6cfd695b4fade6643a5a67e1614b6bf5d83f4c912513faed20cc65a23, version: 19.0.0-0.ci+git4e5301c2bd6, kind: zone, name: clickhouse_keeper
108252026-03-07T02:11:55.938ZMar 07 02:11:54.244 INFO added artifact, length: 315594125, hash: 3ec1fc6a7c741a7fcf98d9bb8b9b7e77bbc423f2e588128ddc4068efaf96a243, version: 19.0.0-0.ci+git4e5301c2bd6, kind: zone, name: clickhouse_server
108262026-03-07T02:11:58.986ZMar 07 02:11:57.291 INFO added artifact, length: 315595289, hash: ef4c9844a3524677f626bfe2b54a8a6dfde8ce4554a25aed3971f41b752ecb4b, version: 19.0.0-0.ci+git4e5301c2bd6, kind: zone, name: clickhouse
108272026-03-07T02:12:00.575ZMar 07 02:11:58.880 INFO added artifact, length: 164376496, hash: c759c0e044943fddc9c3f6b7b7676caa6031986717fe284978e91b67aabc706e, version: 19.0.0-0.ci+git4e5301c2bd6, kind: zone, name: cockroachdb
108282026-03-07T02:12:00.999ZMar 07 02:11:59.304 INFO added artifact, length: 43405620, hash: 6176ab8b3ef39c0409eb4bb894cf5599036f1be7d651c5489e5a1d992f30ee3d, version: 19.0.0-0.ci+git4e5301c2bd6, kind: zone, name: crucible-pantry-zone
108292026-03-07T02:12:01.567ZMar 07 02:11:59.871 INFO added artifact, length: 57883296, hash: 76402043b1a60d76b9aaf603a7917bb66c0f73a3a12ac28205e43846260b50d3, version: 19.0.0-0.ci+git4e5301c2bd6, kind: zone, name: crucible-zone
108302026-03-07T02:12:02.061ZMar 07 02:12:00.365 INFO added artifact, length: 50617244, hash: f216693a1a7d7924054d80f071d10747bfb3673b47048645ae4dfe056e84e2cc, version: 19.0.0-0.ci+git4e5301c2bd6, kind: zone, name: external-dns
108312026-03-07T02:12:02.545ZMar 07 02:12:00.850 INFO added artifact, length: 50616839, hash: 523665b1eca25674f9857704f317925cab3ad3bcb5f01c1f0f407d535aeb5089, version: 19.0.0-0.ci+git4e5301c2bd6, kind: zone, name: internal-dns
108322026-03-07T02:12:04.709ZMar 07 02:12:03.013 INFO added artifact, length: 221781226, hash: 5fe3237bee4176d8ebf96fbe63806b8c4cbe6f6371d03281e276f51a5fb84015, version: 19.0.0-0.ci+git4e5301c2bd6, kind: zone, name: nexus
108332026-03-07T02:12:05.011ZMar 07 02:12:03.315 INFO added artifact, length: 31317037, hash: a3fba9d36c3508b52653bc314710122133320c51f5c84377d427d96c3abb6eac, version: 19.0.0-0.ci+git4e5301c2bd6, kind: zone, name: ntp
108342026-03-07T02:12:05.652ZMar 07 02:12:03.956 INFO added artifact, length: 66070632, hash: 1b69ed4cf317968cee993c7e6de3cf69b0df2c808066d04896d3d3da0129ffa8, version: 19.0.0-0.ci+git4e5301c2bd6, kind: zone, name: oximeter
108352026-03-07T02:12:05.682ZMar 07 02:12:03.986 INFO added artifact, length: 3109590, hash: a92c6c584bc515696642bc6f271a8410f5f868aa5960e8fc1395e9134c1e621a, version: 19.0.0-0.ci+git4e5301c2bd6, kind: zone, name: probe
108362026-03-07T02:12:05.685ZMar 07 02:12:03.987 INFO added artifact, length: 992, hash: 6a0944474534a8382709168a3dfbbddd6c65578ce86f9f7c251ec0e09c9a2498, version: 1.0.38, kind: measurement_corpus, name: staging-corim-oxide-rot-1-v1.0.38
108372026-03-07T02:12:05.685ZMar 07 02:12:03.987 INFO added artifact, length: 829, hash: f412b8445d45c274559a20cd78a4d852c45176767f3aa80d4a3c174e8fc4928b, version: 1.0.63, kind: measurement_corpus, name: staging-corim-all-sp-v1.0.63
108382026-03-07T02:12:05.685ZMar 07 02:12:03.987 INFO added artifact, length: 456, hash: d5c1a49ec5716f03a2af56789b57950e479843dccf2ef873b4b4cb6eb8720517, version: 1.0.38, kind: measurement_corpus, name: production-corim-oxide-rot-1-v1.0.38
108392026-03-07T02:12:05.733ZMar 07 02:12:04.038 INFO added artifact, length: 4131795, hash: 02d6546eade792c54406d3d70b662a067d48af2fcf9c2aef47555e26a2944877, version: 1.0.63, kind: psc_sp, name: psc-b
108402026-03-07T02:12:05.781ZMar 07 02:12:04.086 INFO added artifact, length: 4135211, hash: 1a7d17a6a697455640644499242febf68045cf367e1cb3a9193af0189b2d5351, version: 1.0.63, kind: psc_sp, name: psc-c
108412026-03-07T02:12:05.862ZMar 07 02:12:04.166 INFO added artifact, length: 1575251, hash: 182163d70035bac9366199381894a51093e394111061322a5a198d04f55a98fc, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-staging-devel-psc
108422026-03-07T02:12:05.862ZMar 07 02:12:04.166 INFO added artifact, length: 1575045, hash: 812170d81cac9ac5fc034a33d8f2cd6c8cdcb9f092939f236255007360181924, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-staging-devel-psc
108432026-03-07T02:12:05.945ZMar 07 02:12:04.250 INFO added artifact, length: 1639642, hash: 50b9ffb723857fd70d900e72825dc2f39784af53367945bed524d4cec01cb87a, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-psc
108442026-03-07T02:12:05.948ZMar 07 02:12:04.250 INFO added artifact, length: 1639910, hash: 53d5df2c918eb0b56afb2e4b48ef4e4b8f7f66985196f492ae5896c5a979c9f6, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-psc
108452026-03-07T02:12:06.028ZMar 07 02:12:04.332 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-bart
108462026-03-07T02:12:06.028ZMar 07 02:12:04.332 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-bart
108472026-03-07T02:12:06.109ZMar 07 02:12:04.412 INFO added artifact, length: 1575156, hash: 466996e1df22f7c6144d76ca5d9b4e089c0595f61f860fa69fff8584de6a2958, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-production-release-psc
108482026-03-07T02:12:06.109ZMar 07 02:12:04.412 INFO added artifact, length: 1574986, hash: 90ff730bac85e054613b08ae2bc658a32af777824d87c877167bdc156e0cad55, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-production-release-psc
108492026-03-07T02:12:06.113ZMar 07 02:12:04.413 INFO added artifact, length: 46144, hash: 030b74a59c274086e4b03f653c071d3d35dcbe3ec5210a9bd892aceb8d9cff70, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-staging-devel-psc
108502026-03-07T02:12:06.113ZMar 07 02:12:04.414 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-bart
108512026-03-07T02:12:06.113ZMar 07 02:12:04.415 INFO added artifact, length: 46369, hash: e30af2be77e4b905e9a94a9d115dd7b85b98011b79c104140274ed6e06a6b01f, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-production-release-psc
108522026-03-07T02:12:06.185ZMar 07 02:12:04.489 INFO added artifact, length: 6945000, hash: 392630f2288a2b272fe29ba5a91abeb650f58589cd332cff8907831d76217825, version: 1.0.63, kind: switch_sp, name: sidecar-b
108532026-03-07T02:12:06.334ZMar 07 02:12:04.638 INFO added artifact, length: 6961802, hash: 7b7fbfe80d0e3c326e40d6bc6915b9c2fe503be0e1f9bb9f9a0bad890e1a1012, version: 1.0.63, kind: switch_sp, name: sidecar-c
108542026-03-07T02:12:06.482ZMar 07 02:12:04.786 INFO added artifact, length: 6961879, hash: 6af6218ea8b79ab773bbac8296301e50e2142342d8610bea1607e12b0053c20b, version: 1.0.63, kind: switch_sp, name: sidecar-d
108552026-03-07T02:12:06.634ZMar 07 02:12:04.938 INFO added artifact, length: 1575270, hash: 6b3bf44848484d3797819e802b69de68ca67d78abc1cf349ecd0889b0f34c026, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-staging-devel-sidecar
108562026-03-07T02:12:06.634ZMar 07 02:12:04.938 INFO added artifact, length: 1575150, hash: b1e7c16248710357348f17c24168641c2c8f36de734f263a89a443bffc5554de, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-staging-devel-sidecar
108572026-03-07T02:12:06.718ZMar 07 02:12:05.022 INFO added artifact, length: 1639647, hash: f4c2337fb91a4bf776f8cd5f8f8517d692459de7c6a473b3696e5ef0432affa5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-sidecar
108582026-03-07T02:12:06.718ZMar 07 02:12:05.022 INFO added artifact, length: 1639927, hash: 9fc3c7ef8d39c16c4a1a7f3b764c4004e8733acd2b0648371e3dae4d18653ef5, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-sidecar
108592026-03-07T02:12:06.801ZMar 07 02:12:05.105 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-bart
108602026-03-07T02:12:06.801ZMar 07 02:12:05.105 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-bart
108612026-03-07T02:12:06.881ZMar 07 02:12:05.185 INFO added artifact, length: 1575183, hash: 790553ebcf8f07403e0040523f474ea7629b4332de9d0adcbd9215d1020c033d, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-production-release-sidecar
108622026-03-07T02:12:06.881ZMar 07 02:12:05.185 INFO added artifact, length: 1574959, hash: 2045d4c03e4affd47aea328d644dba12672a06e4e84c22093948789d539057e0, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-production-release-sidecar
108632026-03-07T02:12:06.884ZMar 07 02:12:05.187 INFO added artifact, length: 46233, hash: 25acd0299fd939abab6defc515fdec31cd7c3c0aa1276994b4f4644728dc2371, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-staging-devel-sidecar
108642026-03-07T02:12:06.884ZMar 07 02:12:05.187 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-bart
108652026-03-07T02:12:06.884ZMar 07 02:12:05.188 INFO added artifact, length: 46426, hash: 502bd964c35c7f372a27b6a24e066fa1f987dbad4a791c65f5adc0a1ef3cde6a, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-production-release-sidecar
108662026-03-07T02:12:06.884ZMar 07 02:12:05.189 INFO added artifact, length: 924, hash: 590d235c360f968c37cee416999f6ebc0916be8ad4191e0dbe3a25726f28769c, version: 19.0.0-0.ci+git4e5301c2bd6, kind: installinator_document, name: installinator_document
108672026-03-07T02:12:07.413ZMar 07 02:12:05.717 INFO extracting uploaded archive to /tmp/.tmpCM79Nd
108682026-03-07T02:12:10.527ZMar 07 02:12:08.831 INFO created directory to store extracted artifacts, path: /tmp/update-artifacts.HFGQAM
108692026-03-07T02:12:10.599ZMar 07 02:12:08.902 INFO added artifact, length: 6614811, hash: beb0fc993c9b12d4afe9fc02290743c425b61ac48b159b1e2ff8dc27088f02a2, version: 1.0.63, kind: gimlet_sp, name: cosmo-a
108702026-03-07T02:12:10.741ZMar 07 02:12:09.045 INFO added artifact, length: 6614777, hash: 8878caffc2d35598018e25e0f823e2a626bfb025bfaf9d45f5c71b12ce0bd9fc, version: 1.0.63, kind: gimlet_sp, name: cosmo-b
108712026-03-07T02:12:10.874ZMar 07 02:12:09.178 INFO added artifact, length: 5467211, hash: a49324a7613553cb4a9e336cecb5e16c3c1bba6a3e90554af958d1cb867f78cf, version: 1.0.63, kind: gimlet_sp, name: gimlet-b
108722026-03-07T02:12:10.998ZMar 07 02:12:09.302 INFO added artifact, length: 5469217, hash: 3d7ab2a9a444ec467d0cef32d7b42696d6d1aa098265689a14fc1893e1e2dff7, version: 1.0.63, kind: gimlet_sp, name: gimlet-c
108732026-03-07T02:12:11.124ZMar 07 02:12:09.427 INFO added artifact, length: 5469122, hash: 01501078f7d3da784e0a97bdd8319caae2d9797ba4b6017cd786e71768464327, version: 1.0.63, kind: gimlet_sp, name: gimlet-d
108742026-03-07T02:12:11.249ZMar 07 02:12:09.552 INFO added artifact, length: 5469124, hash: 1c56b19b417e12dcb2c39ad2f8267a403601e4d673da2cfcfdddf9339c253b4e, version: 1.0.63, kind: gimlet_sp, name: gimlet-e
108752026-03-07T02:12:11.374ZMar 07 02:12:09.677 INFO added artifact, length: 5469215, hash: cf437bbdadb94b89f903bd1401d134cf93ce8b6f7fab912f6a91cd8711bcb6c0, version: 1.0.63, kind: gimlet_sp, name: gimlet-f
108762026-03-07T02:12:11.516ZMar 07 02:12:09.819 INFO added artifact, length: 1575250, hash: e57c5631d66cbefb69d621c8692d28db6af95672949540dd765a0fe26678ea4b, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-gimlet
108772026-03-07T02:12:11.516ZMar 07 02:12:09.819 INFO added artifact, length: 1574970, hash: ca76f931699d50646bbbc21b991f41cf6d72dd6950a93be7d94d462ef6debaf7, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-gimlet
108782026-03-07T02:12:11.595ZMar 07 02:12:09.899 INFO added artifact, length: 1575253, hash: 657ddafd315d3cb9f0521eaec43752b2d3a92d33fe98767eacd3c27c5b790ad7, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-cosmo
108792026-03-07T02:12:11.595ZMar 07 02:12:09.899 INFO added artifact, length: 1575039, hash: 4ff67dc8de2f937401560c5d13dbcf9b83cbef555be2555581db58083bfaf3c8, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-cosmo
108802026-03-07T02:12:11.678ZMar 07 02:12:09.981 INFO added artifact, length: 1639595, hash: dc1c96e39338ecc6b9c127b0af4eb2b000dbf4ec76c045274660b1bee5c1e635, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-gimlet
108812026-03-07T02:12:11.678ZMar 07 02:12:09.981 INFO added artifact, length: 1639767, hash: 6619031a1efbed441aa1297893c94196f2fd8cbc7eb4bd001ec5e88e52c69f1c, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-gimlet
108822026-03-07T02:12:11.761ZMar 07 02:12:10.065 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-bart
108832026-03-07T02:12:11.762ZMar 07 02:12:10.065 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-bart
108842026-03-07T02:12:11.845ZMar 07 02:12:10.149 INFO added artifact, length: 1639535, hash: 5ef57dd074e9efb402502f33c54f79f2c7fbf809598ed32570a7913051806b53, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-cosmo
108852026-03-07T02:12:11.845ZMar 07 02:12:10.149 INFO added artifact, length: 1639866, hash: 81a6a63cfd2868a872f6b1d35f67f9985f36c80b48a97a285dae0d0b0903c0ef, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-cosmo
108862026-03-07T02:12:11.925ZMar 07 02:12:10.229 INFO added artifact, length: 1575096, hash: 81a97eee9a4c9f2620ff36d50668c94b4851c87f1c91325e938beb6d716c8ab3, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-gimlet
108872026-03-07T02:12:11.926ZMar 07 02:12:10.229 INFO added artifact, length: 1574964, hash: a6c298674493ec26424c3c079efa2920ecb557268010a94b793934a875a7e40d, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-gimlet
108882026-03-07T02:12:12.005ZMar 07 02:12:10.309 INFO added artifact, length: 1575107, hash: 3027a2a8090e6c107e3cf19938bc93319f37c70f6995650c60eea9fd076c9c65, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-cosmo
108892026-03-07T02:12:12.005ZMar 07 02:12:10.309 INFO added artifact, length: 1574965, hash: 6a8a11a179a6a9b7d2c0ac96e32ea216ccaee0ad7bb5c42333e4f7c422558b2f, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-cosmo
108902026-03-07T02:12:12.008ZMar 07 02:12:10.310 INFO added artifact, length: 46165, hash: 01bf70ada8937f7adf23a2eb6b5d7c36351cccd6a4aec2af6ab591d0f30902ff, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-gimlet
108912026-03-07T02:12:12.008ZMar 07 02:12:10.311 INFO added artifact, length: 46156, hash: 6e72ab34b446ec3f82e3bd84644f5ed9706e71c290b6a47b0ed543381d183491, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-cosmo
108922026-03-07T02:12:12.008ZMar 07 02:12:10.312 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-bart
108932026-03-07T02:12:12.011ZMar 07 02:12:10.313 INFO added artifact, length: 46378, hash: 0c2a7163e732a8eae7c5a142ce1b743a5bc3bc7a4ee7c8b1dc20ff0c266da879, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-gimlet
108942026-03-07T02:12:12.011ZMar 07 02:12:10.314 INFO added artifact, length: 46384, hash: 381ccf87f2532d90485ea6238c547e829195f4670f489cfec3ae75094f006797, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-cosmo
108952026-03-07T02:12:20.536ZMar 07 02:12:18.839 INFO added artifact, length: 33554432, hash: 19136acedbe58b5250c5785ade1f64c866291093d8af008393b33ffcc4a1b65f, version: 19.0.0-0.ci+git4e5301c2bd6, kind: gimlet_host_phase_1, name: host
108962026-03-07T02:12:20.536ZMar 07 02:12:18.839 INFO added artifact, length: 33554432, hash: 9db6d34169f13b69461ce088f0d4ff890320881071e7802228bb0e46269de8f6, version: 19.0.0-0.ci+git4e5301c2bd6, kind: cosmo_host_phase_1, name: host
108972026-03-07T02:12:20.536ZMar 07 02:12:18.839 INFO added artifact, length: 1101008896, hash: 6f72dc808b30c7d8ac0d856b2704c30066b07e64bf1ea1c1e5955258d68472e4, version: 19.0.0-0.ci+git4e5301c2bd6, kind: host_phase_2, name: host
108982026-03-07T02:12:22.080ZMar 07 02:12:20.382 INFO added artifact, length: 33554432, hash: 79db919b2c67b2ba1e96b9f77bdd578da52ca0bdf25c02610f7290c56a5a1035, version: 19.0.0-0.ci+git4e5301c2bd6, kind: gimlet_trampoline_phase_1, name: trampoline
108992026-03-07T02:12:22.080ZMar 07 02:12:20.382 INFO added artifact, length: 33554432, hash: 574f76792ac3283b42002ddc1a2cd44fd25a45a5feef44cdfaed584e8a6b0037, version: 19.0.0-0.ci+git4e5301c2bd6, kind: cosmo_trampoline_phase_1, name: trampoline
109002026-03-07T02:12:22.080ZMar 07 02:12:20.382 INFO added artifact, length: 148655519, hash: 44d27a26097a6173405342446388dd5d6ef3b0b5b2dde2ada3b9cf6656e76454, version: 19.0.0-0.ci+git4e5301c2bd6, kind: trampoline_phase_2, name: trampoline
109012026-03-07T02:12:33.335ZMar 07 02:12:31.635 INFO added artifact, length: 1676994897, hash: 70445df412edac3575cad3729a234f0a65ef12110071a7a064bd7adbf3be749e, version: 19.0.0-0.ci+git4e5301c2bd6, kind: control_plane, name: control-plane
109022026-03-07T02:12:33.338ZMar 07 02:12:31.636 INFO added artifact, length: 992, hash: 6a0944474534a8382709168a3dfbbddd6c65578ce86f9f7c251ec0e09c9a2498, version: 1.0.38, kind: measurement_corpus, name: staging-corim-oxide-rot-1-v1.0.38
109032026-03-07T02:12:33.338ZMar 07 02:12:31.636 INFO added artifact, length: 829, hash: f412b8445d45c274559a20cd78a4d852c45176767f3aa80d4a3c174e8fc4928b, version: 1.0.63, kind: measurement_corpus, name: staging-corim-all-sp-v1.0.63
109042026-03-07T02:12:33.338ZMar 07 02:12:31.636 INFO added artifact, length: 456, hash: d5c1a49ec5716f03a2af56789b57950e479843dccf2ef873b4b4cb6eb8720517, version: 1.0.38, kind: measurement_corpus, name: production-corim-oxide-rot-1-v1.0.38
109052026-03-07T02:12:33.386ZMar 07 02:12:31.686 INFO added artifact, length: 4131795, hash: 02d6546eade792c54406d3d70b662a067d48af2fcf9c2aef47555e26a2944877, version: 1.0.63, kind: psc_sp, name: psc-b
109062026-03-07T02:12:33.435ZMar 07 02:12:31.736 INFO added artifact, length: 4135211, hash: 1a7d17a6a697455640644499242febf68045cf367e1cb3a9193af0189b2d5351, version: 1.0.63, kind: psc_sp, name: psc-c
109072026-03-07T02:12:33.521ZMar 07 02:12:31.821 INFO added artifact, length: 1575251, hash: 182163d70035bac9366199381894a51093e394111061322a5a198d04f55a98fc, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-staging-devel-psc
109082026-03-07T02:12:33.521ZMar 07 02:12:31.821 INFO added artifact, length: 1575045, hash: 812170d81cac9ac5fc034a33d8f2cd6c8cdcb9f092939f236255007360181924, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-staging-devel-psc
109092026-03-07T02:12:33.608ZMar 07 02:12:31.908 INFO added artifact, length: 1639642, hash: 50b9ffb723857fd70d900e72825dc2f39784af53367945bed524d4cec01cb87a, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-psc
109102026-03-07T02:12:33.608ZMar 07 02:12:31.908 INFO added artifact, length: 1639910, hash: 53d5df2c918eb0b56afb2e4b48ef4e4b8f7f66985196f492ae5896c5a979c9f6, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-psc
109112026-03-07T02:12:33.695ZMar 07 02:12:31.995 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-bart
109122026-03-07T02:12:33.695ZMar 07 02:12:31.995 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-bart
109132026-03-07T02:12:33.779ZMar 07 02:12:32.080 INFO added artifact, length: 1575156, hash: 466996e1df22f7c6144d76ca5d9b4e089c0595f61f860fa69fff8584de6a2958, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-production-release-psc
109142026-03-07T02:12:33.779ZMar 07 02:12:32.080 INFO added artifact, length: 1574986, hash: 90ff730bac85e054613b08ae2bc658a32af777824d87c877167bdc156e0cad55, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-production-release-psc
109152026-03-07T02:12:33.782ZMar 07 02:12:32.081 INFO added artifact, length: 46144, hash: 030b74a59c274086e4b03f653c071d3d35dcbe3ec5210a9bd892aceb8d9cff70, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-staging-devel-psc
109162026-03-07T02:12:33.782ZMar 07 02:12:32.082 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-bart
109172026-03-07T02:12:33.783ZMar 07 02:12:32.083 INFO added artifact, length: 46369, hash: e30af2be77e4b905e9a94a9d115dd7b85b98011b79c104140274ed6e06a6b01f, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-production-release-psc
109182026-03-07T02:12:33.859ZMar 07 02:12:32.160 INFO added artifact, length: 6945000, hash: 392630f2288a2b272fe29ba5a91abeb650f58589cd332cff8907831d76217825, version: 1.0.63, kind: switch_sp, name: sidecar-b
109192026-03-07T02:12:34.012ZMar 07 02:12:32.312 INFO added artifact, length: 6961802, hash: 7b7fbfe80d0e3c326e40d6bc6915b9c2fe503be0e1f9bb9f9a0bad890e1a1012, version: 1.0.63, kind: switch_sp, name: sidecar-c
109202026-03-07T02:12:34.167ZMar 07 02:12:32.467 INFO added artifact, length: 6961879, hash: 6af6218ea8b79ab773bbac8296301e50e2142342d8610bea1607e12b0053c20b, version: 1.0.63, kind: switch_sp, name: sidecar-d
109212026-03-07T02:12:34.325ZMar 07 02:12:32.625 INFO added artifact, length: 1575270, hash: 6b3bf44848484d3797819e802b69de68ca67d78abc1cf349ecd0889b0f34c026, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-staging-devel-sidecar
109222026-03-07T02:12:34.325ZMar 07 02:12:32.625 INFO added artifact, length: 1575150, hash: b1e7c16248710357348f17c24168641c2c8f36de734f263a89a443bffc5554de, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-staging-devel-sidecar
109232026-03-07T02:12:34.413ZMar 07 02:12:32.713 INFO added artifact, length: 1639647, hash: f4c2337fb91a4bf776f8cd5f8f8517d692459de7c6a473b3696e5ef0432affa5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-sidecar
109242026-03-07T02:12:34.413ZMar 07 02:12:32.713 INFO added artifact, length: 1639927, hash: 9fc3c7ef8d39c16c4a1a7f3b764c4004e8733acd2b0648371e3dae4d18653ef5, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-sidecar
109252026-03-07T02:12:34.499ZMar 07 02:12:32.799 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-bart
109262026-03-07T02:12:34.499ZMar 07 02:12:32.799 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-bart
109272026-03-07T02:12:34.584ZMar 07 02:12:32.882 INFO added artifact, length: 1575183, hash: 790553ebcf8f07403e0040523f474ea7629b4332de9d0adcbd9215d1020c033d, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-production-release-sidecar
109282026-03-07T02:12:34.584ZMar 07 02:12:32.882 INFO added artifact, length: 1574959, hash: 2045d4c03e4affd47aea328d644dba12672a06e4e84c22093948789d539057e0, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-production-release-sidecar
109292026-03-07T02:12:34.587ZMar 07 02:12:32.883 INFO added artifact, length: 46233, hash: 25acd0299fd939abab6defc515fdec31cd7c3c0aa1276994b4f4644728dc2371, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-staging-devel-sidecar
109302026-03-07T02:12:34.587ZMar 07 02:12:32.884 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-bart
109312026-03-07T02:12:34.587ZMar 07 02:12:32.885 INFO added artifact, length: 46426, hash: 502bd964c35c7f372a27b6a24e066fa1f987dbad4a791c65f5adc0a1ef3cde6a, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-production-release-sidecar
109322026-03-07T02:12:34.587ZMar 07 02:12:32.886 INFO added artifact, length: 924, hash: 590d235c360f968c37cee416999f6ebc0916be8ad4191e0dbe3a25726f28769c, version: 19.0.0-0.ci+git4e5301c2bd6, kind: installinator_document, name: installinator_document
109332026-03-07T02:12:35.143ZMar 07 02:12:33.443 INFO [tuf-repo] task succeeded (114.672828703s)
109342026-03-07T02:12:35.143ZMar 07 02:12:33.443 INFO all jobs completed in 4162.236894978s
109352026-03-07T02:12:36.316Zprocess exited: duration 4910420 ms, exit code 0
 
109362026-03-07T02:12:36.337Zfound 41 output files
109372026-03-07T02:12:36.337Zuploading: /work/manifest.toml (17174 bytes)
109382026-03-07T02:12:37.351Zuploaded: /work/manifest.toml
109392026-03-07T02:12:37.351Zuploading: /work/repo.zip (2923846648 bytes)
109402026-03-07T02:13:21.027Zuploaded: /work/repo.zip
109412026-03-07T02:13:21.028Zuploading: /work/repo.zip.sha256.txt (65 bytes)
109422026-03-07T02:13:22.038Zuploaded: /work/repo.zip.sha256.txt
109432026-03-07T02:13:22.041Zuploading: /work/helios.json (647 bytes)
109442026-03-07T02:13:23.048Zuploaded: /work/helios.json
109452026-03-07T02:13:23.053Zuploading: /work/incorporation.p5m (100410 bytes)
109462026-03-07T02:13:24.065Zuploaded: /work/incorporation.p5m
109472026-03-07T02:13:24.068Zuploading: /work/incorporation.p5p (122880 bytes)
109482026-03-07T02:13:25.080Zuploaded: /work/incorporation.p5p
109492026-03-07T02:13:25.083Zuploading: /work/helios-incorp.log (526 bytes)
109502026-03-07T02:13:26.089Zuploaded: /work/helios-incorp.log
109512026-03-07T02:13:26.092Zuploading: /work/helios-setup.log (57280 bytes)
109522026-03-07T02:13:27.101Zuploaded: /work/helios-setup.log
109532026-03-07T02:13:27.104Zuploading: /work/host-image.log (234907 bytes)
109542026-03-07T02:13:28.117Zuploaded: /work/host-image.log
109552026-03-07T02:13:28.117Zuploading: /work/host-package.log (34104 bytes)
109562026-03-07T02:13:29.127Zuploaded: /work/host-package.log
109572026-03-07T02:13:29.130Zuploading: /work/host-target.log (101 bytes)
109582026-03-07T02:13:30.137Zuploaded: /work/host-target.log
109592026-03-07T02:13:30.140Zuploading: /work/incorp-create.log (0 bytes)
109602026-03-07T02:13:31.191Zuploaded: /work/incorp-create.log
109612026-03-07T02:13:31.191Zuploading: /work/incorp-fmt.log (0 bytes)
109622026-03-07T02:13:32.198Zuploaded: /work/incorp-fmt.log
109632026-03-07T02:13:32.201Zuploading: /work/incorp-pkgsend.log (108 bytes)
109642026-03-07T02:13:33.209Zuploaded: /work/incorp-pkgsend.log
109652026-03-07T02:13:33.209Zuploading: /work/incorp-publisher.log (0 bytes)
109662026-03-07T02:13:34.217Zuploaded: /work/incorp-publisher.log
109672026-03-07T02:13:34.217Zuploading: /work/omicron-package.log (6852 bytes)
109682026-03-07T02:13:35.228Zuploaded: /work/omicron-package.log
109692026-03-07T02:13:35.228Zuploading: /work/recovery-image.log (603767 bytes)
109702026-03-07T02:13:36.251Zuploaded: /work/recovery-image.log
109712026-03-07T02:13:36.254Zuploading: /work/recovery-package.log (1870 bytes)
109722026-03-07T02:13:37.279Zuploaded: /work/recovery-package.log
109732026-03-07T02:13:37.279Zuploading: /work/recovery-target.log (98 bytes)
109742026-03-07T02:13:38.289Zuploaded: /work/recovery-target.log
109752026-03-07T02:13:38.289Zuploading: /work/stamp-clickhouse.log (117 bytes)
109762026-03-07T02:13:39.298Zuploaded: /work/stamp-clickhouse.log
109772026-03-07T02:13:39.301Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
109782026-03-07T02:13:40.308Zuploaded: /work/stamp-clickhouse_keeper.log
109792026-03-07T02:13:40.308Zuploading: /work/stamp-clickhouse_server.log (124 bytes)
109802026-03-07T02:13:41.317Zuploaded: /work/stamp-clickhouse_server.log
109812026-03-07T02:13:41.317Zuploading: /work/stamp-cockroachdb.log (118 bytes)
109822026-03-07T02:13:42.325Zuploaded: /work/stamp-cockroachdb.log
109832026-03-07T02:13:42.329Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
109842026-03-07T02:13:43.335Zuploaded: /work/stamp-crucible-pantry-zone.log
109852026-03-07T02:13:43.335Zuploading: /work/stamp-crucible-utils.log (118 bytes)
109862026-03-07T02:13:44.344Zuploaded: /work/stamp-crucible-utils.log
109872026-03-07T02:13:44.344Zuploading: /work/stamp-crucible-zone.log (120 bytes)
109882026-03-07T02:13:45.356Zuploaded: /work/stamp-crucible-zone.log
109892026-03-07T02:13:45.356Zuploading: /work/stamp-external-dns.log (119 bytes)
109902026-03-07T02:13:46.365Zuploaded: /work/stamp-external-dns.log
109912026-03-07T02:13:46.365Zuploading: /work/stamp-installinator.log (103 bytes)
109922026-03-07T02:13:47.377Zuploaded: /work/stamp-installinator.log
109932026-03-07T02:13:47.380Zuploading: /work/stamp-internal-dns.log (119 bytes)
109942026-03-07T02:13:48.387Zuploaded: /work/stamp-internal-dns.log
109952026-03-07T02:13:48.387Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
109962026-03-07T02:13:49.396Zuploaded: /work/stamp-mg-ddm-gz.log
109972026-03-07T02:13:49.396Zuploading: /work/stamp-nexus.log (112 bytes)
109982026-03-07T02:13:50.405Zuploaded: /work/stamp-nexus.log
109992026-03-07T02:13:50.405Zuploading: /work/stamp-ntp.log (110 bytes)
110002026-03-07T02:13:51.414Zuploaded: /work/stamp-ntp.log
110012026-03-07T02:13:51.414Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
110022026-03-07T02:13:52.423Zuploaded: /work/stamp-omicron-sled-agent.log
110032026-03-07T02:13:52.426Zuploading: /work/stamp-overlay.log (114 bytes)
110042026-03-07T02:13:53.434Zuploaded: /work/stamp-overlay.log
110052026-03-07T02:13:53.434Zuploading: /work/stamp-oximeter.log (115 bytes)
110062026-03-07T02:13:54.443Zuploaded: /work/stamp-oximeter.log
110072026-03-07T02:13:54.443Zuploading: /work/stamp-oxlog.log (109 bytes)
110082026-03-07T02:13:55.454Zuploaded: /work/stamp-oxlog.log
110092026-03-07T02:13:55.454Zuploading: /work/stamp-probe.log (112 bytes)
110102026-03-07T02:13:56.466Zuploaded: /work/stamp-probe.log
110112026-03-07T02:13:56.466Zuploading: /work/stamp-propolis-server.log (122 bytes)
110122026-03-07T02:13:57.475Zuploaded: /work/stamp-propolis-server.log
110132026-03-07T02:13:57.478Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
110142026-03-07T02:13:58.487Zuploaded: /work/stamp-pumpkind-gz.log
110152026-03-07T02:13:58.487Zuploading: /work/stamp-switch-asic.log (118 bytes)
110162026-03-07T02:13:59.496Zuploaded: /work/stamp-switch-asic.log
110172026-03-07T02:13:59.499Zuploading: /work/verify-libraries.log (12315 bytes)
110182026-03-07T02:14:00.509Zuploaded: /work/verify-libraries.log